.wrapper {
    margin-top: 5vh;
}
    .inputclass{
        border: none;
        height:15px;
        readonly:true;
        outline: none;
    }
    
    .inputclass:focus{
        border: none;
        height:15px;
        readonly:true;
        outline: none;
    }
    
.dataTables_filter {
    float: right;
}

.table-hover > tbody > tr:hover {
    background-color: #ccffff;
}
@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: 12px;
}

tfoot {
    display:none;
    background: inherit;
    font-size: 12px;
}

.highlight {
    background: #ffff99;
}

table tbody{
    font-size:12px;
}  

.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}

/*.toUpper{text-transform:uppercase}*/

.tableheader{
     background-color:  var(--tblr-muted);
}