table.dataTable thead th,
table.dataTable thead td {
  background-color: #003b80 !important;
  color: #ffffff !important;
  font-weight: normal;
  border-bottom: none !important;
}

table.dataTable thead th.sorting::after,
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::after {
  color: #ffffff !important;
  opacity: 0.7;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  box-shadow: none !important;
}

nav {
  background-color: transparent !important;
  box-shadow: none !important;
}

.dt-length {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100px !important;
  margin-top: -60px !important;
  margin-left: -5px;
}

.dt-info {
  margin-bottom: -15px !important;
}