.wrapper {
    margin-top: 5vh;
}

.dataTables_filter {
    float: right;
}

.table-hover > tbody > tr:hover {
    background-color: var(--tblr-info-lt) ; /*1022ba;*/
}
@media only screen and (max-width: 768px) {
    .buttons{
       min-width:20px !important;
        --tblr-btn-padding-x: 0rem;
    }
    .btnhide{
        display: none !important;
    } 

}
@media only screen and (min-width: 768px) {
    .table {
        table-layout: fixed;
        max-width: 100% !important;
    }
    .buttons{
        min-width:30px !important;
        --tblr-btn-padding-x: 0rem;
    }
    .btnhide{
        display: none !important;
    } 
}

thead {
    background: inherit;
    font-size: 13.5px;
}

tfoot {
    display:none;
    background: inherit;
    font-size: 13.5px;
}

.highlight {
    background: #ffff99;
}

table tbody{
    font-size: 13.5px;
}  

.view-page{
    margin-top: 10px;
}

@media (min-width:1200px){.hidden-lg{display:none!important}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}
@media (max-width:767px){.hidden-xs{display:none!important}}
.hidden{display:none!important;visibility:hidden!important}

@media only screen and (max-width: 991px) {
.fullwidth{
display: none !important;
}

@media only screen and (min-width: 991px) {
.mobilewidth{
display: none !important;
}