table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Font Awesome 5 Pro';
    opacity: 0.5;
}




table.dataTable thead .sorting_asc:after {
    content: "\f160"; /* <i class="fal fa-sort-amount-down"></i> */
}

table.dataTable thead .sorting_desc:after {
    content: "\f161"; /* <i class="fal fa-sort-amount-up"></i> */
}

table.dataTable thead .sorting:after {
    content: "\f883"; /* <i class="fal fa-sort-alt"></i> */
}

.dtr-control{
	outline: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-hover tbody tr:hover {

    background-color: rgba(60, 141, 188, 0.1);
}