
/*
    Common styles
    TODO: copy to central shared location for all admin pages
*/

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: start;
    font-weight: 500;
    font-size: var(--bs-body-font-size);
    text-transform: none;
}

    table.dataTable thead th,
    table.dataTable thead td,
    table.dataTable tfoot th,
    table.dataTable tfoot td,
    table.dataTable thead th.sorting:hover,
    table.dataTable thead th.sorting.sorting_asc,
    table.dataTable thead th.sorting.sorting_desc {
        color: #000;
    }


table.dataTable.table > tbody > tr.selected > td,
table.dataTable.table > tbody > tr.selected > td > a > i,
table.dataTable.table > tbody > tr.selected > td > span,
table.dataTable.table > tbody > tr.selected > td > a {
    color: #fff !important;
}
