/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.18
 *
 * Included libraries:
 *   DataTables 1.10.18
 */

table.dataTable thead .sorting {
  background: #0077cc;
  cursor: pointer;
}

table.dataTable thead .sorting_asc {
  cursor: pointer;
  background: #0077cc url('/images/default/buttons/bullet.up.png') no-repeat right;
}

table.dataTable thead .sorting_desc {
  cursor: pointer;
  background: #0077cc url('/images/default/buttons/bullet.down.png') no-repeat right;
}

table.dataTable thead .sorting_asc_disabled {

}

table.dataTable thead .sorting_desc_disabled {

}
