/**
 * DATATABLES
 */

/**
 *
 */
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_desc,
table.dataTable thead th.sorting_asc {
  background-color: var(--dull-blue) !important;
  background-color: var(--site--main--color--03-01-01) !important;
  background-image: url('/modules/custom/bs_datatables/js/datatables/media/images/sort_both.png') !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
}