/*
 * 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.16
 *
 * Included libraries:
 *   DataTables 1.10.16
 */

/*
 * Table styles
 */


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 {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../img/datatable/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../img/datatable/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../img/datatable/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/datatable/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/datatable/sort_desc_disabled.png");
}


}


