/* Custom styles goes here */
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;
    display: block;
    bottom: 8px;
    right: 8px;
    font-family: 'FontAwesome';
    opacity: 0.8;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    padding-right: 30px !important;
}

    table.dataTable thead .sorting.text-right,
    table.dataTable thead .sorting_asc.text-right,
    table.dataTable thead .sorting_desc.text-right,
    table.dataTable thead .sorting_asc_disabled.text-right,
    table.dataTable thead .sorting_desc_disabled.text-right {
        padding-right: 0 !important;
    }

td span.border-end, th span.border-end {
    width: 1px;
    height: 100%;
    margin-top: -10px;
    position: absolute;
    right: 0;
}

