.dataTables_wrapper .dataTables_processing {
  margin-top: -8px !important;
  padding-top: 10px !important;
}
table.dataTable tbody tr.selected {
  color: #ffffff !important;
  background-color: #0074a2 !important;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  color: #ffffff !important;
  background-color: #0074a2 !important;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  color: #ffffff !important;
  background-color: #0074a2 !important;
}
.tt_datatables_admin_table {
  /*width: 100% !important; */
  text-align: left;
  border-bottom: 1px solid #dddddd !important;
}
.tt_datatables_admin_table thead {
  background-color: #222222;
  color: #ffffff;
}
.tt_datatables_admin_table thead th {
  width: 16%;
  padding: 10px;
}
.tt_datatables_admin_table tbody td {
  width: 16%;
  padding: 10px;
}
.tt_datatables_admin_table .narrow {
  width: 10% !important;
}
.tt_datatables_admin_table .more_narrow {
  width: 5% !important;
}
.tt_datatables_admin_table .wide {
  width: 40% !important;
}
.tt_datatables_admin_table .sorting_asc,
.tt_datatables_admin_table .sorting_desc {
  border-bottom: none !important;
  background-color: #0074a2 !important;
}
