/*================================================================================
	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.  */

.brand-sidebar .logo-wrapper a.brand-logo img {
    height: 28px;
}

[type='checkbox'] + span:not(.lever):before, [type='checkbox']:not(.filled-in) + span:not(.lever):after {
    opacity: 0.8;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 175px;
    font-weight: bold;
}

@media only screen and (min-width: 992px){
.login-card {
	background-color: #fff; 
	height: 100vh; 
	padding: 150px 20px;
	}}

@media only screen and (max-width: 991px){
.login-card {
	background-color: #fff; 
	padding: 50px 20px;
	margin: 0 20px;
	border-radius: 10px
	}}

td, th {
    vertical-align: top;
}

@media screen {
  div.divFooter {
    display: block;
  }
}
@media print {
  div.divFooter {
    position: fixed;
    bottom: 0;
	width: 95%
  }
}

@media screen {
  div.divHeader {
    display: block;
  }
}
@media print {
  div.divHeader {
    position: fixed;
    top: 0;
	width: 95%;
  }
}

@media print {
  div.divContent {
    position: relative;
    top: 100px;
	width: 100%;
  }
}