/* 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;
    }
    
    
    .content-body{
        padding: 20px;
    }   