/*Write your custom css in this file.*/

table.dataTable tbody td{
    padding: 2px 3px !important;
    border: 0.1rem solid #ccc;
}
table.dataTable thead th{
    padding:2px 2px !important;
    border: 0.1rem solid #ccc;
    /* background-color: #f1f1f1; */
    background-color: #C35216;
    color: #e7e2e2;
}
/* a{
    color:#de6c2d 
} */
.select2-container{
    border: 0.1rem solid #ccc;
}
div.dataTables_wrapper div.dataTables_processing{
    top:70% !important;
    z-index:100;
    background-color: none;
}
.dataTables_processing > .card{
    background-color: transparent !important;
}
@media (max-width: 990px){
    .sidebar .sidebar-brand {
        padding:none !important;
    }
}
@media (min-width: 991px){
    .sidebar-toggled .sidebar-menu li a {
        padding:10px 8px;
    }
}