.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}
.dataTables_processing {
    top: 64px !important;
    z-index: 11000 !important;
}

ul[class="trade_acq"] > li:before {
    background-color: green;
}

ul[class="trade_rel"] > li:before {
    background-color: red;
}