.dataTables_wrapper .dataTables_paginate .paginate_button:active,
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable thead th {
  text-align: left;
  border-bottom: 1px dotted #e41f38;
}

table.dataTable th, table.dataTable td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
}

table.dataTable th:first-child, table.dataTable td:first-child {
  padding-left: 0;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  display: inline-block;
  margin-left: 10px;
  width: 6px;
}

table.dataTable thead .sorting:after {
  content: url("../img/dataTables/sort_none.svg");
}

table.dataTable thead .sorting_asc:after {
  content: url("../img/dataTables/sort_asc.svg");
}

table.dataTable thead .sorting_desc:after {
  content: url("../img/dataTables/sort_desc.svg");
}
