/* Add here all your CSS customizations */

.pagination{
    margin-top:0px !important;
    margin-bottom:0px !important;
}

th.filter_th:hover{
    cursor:pointer;
    color:#20b3fc;
}

@media only screen and (min-width: 768px){
    html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu) .content-body {
        width: calc(100%);
        flex: none;
    }
}
    
.datepicker-dropdown{
    z-index: 9999;
} 
    
    .content-body{
        padding: 20px;
    }
    
  @media only screen and (max-width: 991px){
    .table-no-headers td {
        padding-left: 5% !important;
        
    }
}