.side-nav{ top: 65px; width: 280px;}
.sidenav-overlay {
    background-color: transparent;
    height: 5vh !important;
}
.sidenav{ width: 280px; }
.sidenav{ background-color: #00396B; }
.sidenav .collapsible-body, .sidenav.fixed .collapsible-body{
    background-color: #00396B;
}
.sidenav li > a { 
    color: #ffffff; 
    padding: 0 24px;
}
.sidenav li > a:hover { background-color: #19588e; }
.sidenav li > a:active { color: #E5D882; }
li.active > a { color: #E5D882; }
.sidenav li.active { background-color: #19588e; }
.card-table { 
    border-top: 2px solid #EAF1F0;
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
}
.card-content{
    padding: 20px 24px !important;
}
.material-icons{
    color: #454545;
}
.main{ padding: 24px; }
.sidenav li > a > i.material-icons{ 
    color: #ffffff; 
    margin-right: 20px;
}
.sidenav .collapsible-header, .sidenav.fixed .collapsible-header{
    padding: 0 24px;
}
.a-pointer{ cursor: pointer }
.overflow-modal{
    overflow: visible;
}
.mr-5{
    margin-right: 8px;
}
td > label {
    color: #000;
}
.tabs{
    height: 60px !important;
}
.pt-1{
    padding-top: 10px;
}
.pt-2{
    padding-top: 24px;
}
.pb-1{
    padding-bottom: 10px;
}
.pr-1{
    padding-right: 10px;
}
.pr-2{
    padding-right: 24px;
}
.mt-0{
    margin-top: 0px;
}
.mb-0{
    margin-bottom: 0px;
}
.mt-1{
    margin-top: 10px;
}
.mb-1{
    margin-bottom: 10px;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after{
    top: 4px;
}
.modalStyle {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 90%;
    
}
.modal.open {
   display: block;
}
.modal__header{
    padding:24px;
}
.modal__header,
.modal__footer {
    height: 100px;
}
.modal__content,
.modal__footer {
    position: absolute;
    width: 100%;
    
}
.modal__content {
    bottom: 100px;
    top: 100px;
    overflow-y: auto;
    margin-top: 50px;
    padding:24px;
}
.modal__footer {
    bottom: 0;
    padding-left:24px;
    padding-right:24px;
}
span.badge{
    line-height: 24px;
    height: 22px;
}
span.badge.new{
    font-size: 0.9rem;
}
.materialize-textarea{
    height: 90px !important;
}
.modal{
    max-height: 80% !important;
}
.aSort{
    color: rgba(0, 0, 0, 0.87);
}
i.aSort-dropDown{
    color: #D1D1D1;
}
.search-table{
    padding-left:25px !important;
    width: calc(100% - 25px) !important;
}
.card-table > table > thead > tr> th{
   vertical-align: bottom;
}
.profile-image{
    width: auto;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}