﻿tr.no-sort th::after, th.no-sort::after {
    display: none !important;
}

tr.no-sort th, th.no-sort {
    pointer-events: none !important;
    cursor: default !important;
    background-image: none !important;
}


.datatable th {
    _border-right: 5px double #dee2e6;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: var(--theme-secondary-2);
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: "✓";
    font-size: 20px;
    _color: var(--theme-primary-2);
    margin-top: -24px;
    margin-left: -6px;
    text-align: center;
    text-shadow: none;
    _text-shadow: 1px 1px var(--theme-secondary-1), -1px -1px var(--theme-secondary-1), 1px -1px var(--theme-secondary-1), -1px 1px var(--theme-secondary-1);
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #dee2e6;
}

tr a,
td a
{
text-decoration: none;
}