.selectsi-data-table-wrapper  .dataTables_wrapper table {
  border: 0;
}

.selectsi-data-table-wrapper  .dataTables_wrapper .DTFC_LeftBodyWrapper {
  box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.selectsi-data-table-wrapper  .dataTables_wrapper tbody tr td:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.selectsi-data-table-wrapper  .dataTables_wrapper tbody tr:hover,
.selectsi-data-table-wrapper  .dataTables_wrapper tbody tr td.sorting_1 {
  background-color: rgba(238, 28, 37, 0.8) !important;
  color: #fff;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.selectsi-data-table-wrapper  .dataTables_wrapper tbody tr:hover,
.selectsi-data-table-wrapper  .dataTables_wrapper tbody tr:hover a,
.selectsi-data-table-wrapper  .dataTables_wrapper tbody tr td.sorting_1 a {
  color: #fff;
}

.selectsi-data-table-wrapper  .dataTables_wrapper thead tr th {
  padding: 10px 17px 10px 4px;
  background-color: #4d4d4d;
  color: #fff;
  border: 0;
  outline: none;
}

.selectsi-data-table-wrapper  .dataTables_wrapper .dataTables_scrollBody {
  border: 0;
}

div.dt-buttons {
  float: right;
  margin-bottom: 6px;
}

@media only screen and (max-width: 959px) {
  .eut-container {
    width: 100%;
    max-width: 100% !important;
  }
}

@media (min-width: 1231px) {
  .eut-container {
    max-width: 90vw !important;
  }
}
