/*---------------------------------------------------------------------
Table Data Sort
---------------------------------------------------------------------*/

.modtrjct-tables.data-sort {
    width: 100%;
}

.modtrjct-tables.data-sort > table {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0;
    background-color: transparent;
    border-collapse: collapse;
}

.modtrjct-tables.data-sort > table tr:hover {
    background-color: #d6d8db;
}

.modtrjct-tables.data-sort > table td,
.modtrjct-tables.data-sort > table th {
    padding: 0.25em;
    border-top: 1px solid #dee2e6;
    vertical-align: top;
    text-align: inherit;
}

.modtrjct-tables.data-sort > table > thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dadada;
    text-transform: capitalize;
}

.modtrjct-tables.data-sort > table > thead th > span,
.modtrjct-tables.data-sort > table > thead th.sort > button {
    display: block;
    padding: 0;
    min-width: auto;
    background: transparent;
    text-transform: capitalize;
    margin: 0.5em 0;
    font-size: 1rem;
}

.modtrjct-tables.data-sort > table > thead th.sort > button {
    color: #1a438c;
    font-weight: 600;
}
