/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.card .card-content {
    padding : 12px !important;
}

#main .section-data-tables .dataTables_wrapper table.dataTable th {
        padding : 6px 6px !important;

}
.modal .modal-footer {
    text-align: center !important;
}

.col .row {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.card {
    margin: 0 !important;
}

.navbar #profile-dropdown {
    width: 220px !important;
    left: 1300px !important;
}
@media only screen and (min-width: 1200px)
{
    html
    {
        font-size: 14px;
    }
}
#material-box img.materialboxed
{
    width: 100%;
}

#mapid { height: 650px; }
#myLocation { height: 450px; }
#singalmapid { height: 350px; }


.input-field
{
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}


.collection a.collection-item {
display: inline list-item !important;
    line-height: 3.0rem;
    padding: 20px 5px 20px 5px;

}

/*table, tr, td, th {
  position: relative;
}

th span {
  transform-origin: 0 50%;
  transform: rotate(-90deg); 
  white-space: nowrap; 
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}*/

.hide {
    display: none;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px !important;
}

