.table-list thead th {
    background: rgba(32, 32, 32, 0.05) !important;
}

.table-list thead tr th {
    border-bottom: 2px solid rgba(32, 32, 32, 0.05) !important;
}

.table-list.show_lines tr td{
    border-bottom: 2px solid rgba(32, 32, 32, 0.05) !important;
}


.table td, .table th{
    white-space: normal !important;
}


@media only screen and (max-width: 600px) {
    .moving-tab.position-absolute.nav-link {
       display: none !important;
    }
}


.table thead th{
    padding-left: 10px;
    padding-right: 0px;
    color: #006657;
    text-transform: uppercase;
    font-size: 0.65rem;
}

.table tbody tr td{
    font-size: 0.875rem !important;
}

.dataTables_info{
    color: #006657;
    font-size: 0.875rem;
}
