table.dataTable tr th,
table.dataTable tr td {
  white-space: nowrap;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background: rgba(26,124,188, 0.2);
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background: rgba(26,124,188, 0.1);
}

div[class$=_wrapper] .dataTables_paginate .paginate_button.current,
div[class$=_wrapper] .dataTables_paginate .paginate_button.current:hover {
  background: var(--theme-primary) !important;
  color: #FFFFFF !important;
}

div[class$=_wrapper] .dataTables_paginate .paginate_button:active,
div[class$=_wrapper] .dataTables_paginate .paginate_button,
div[class$=_wrapper] .dataTables_paginate .paginate_button:hover {
  color: rgba(26,124,188, 0.8) !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 500;
}

div[class$=_wrapper] .dataTables_paginate .paginate_button.disabled,
div[class$=_wrapper] .dataTables_paginate .paginate_button.disabled:hover,
div[class$=_wrapper] .dataTables_paginate .paginate_button.disabled:active {
  color: rgba(00,00,00, 0.8) !important;
}

div[class$=_wrapper] .dt-buttons .dt-button {
  background: rgba(26,124,188, 1) !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  border-color: #e5e5e5;
}

div[class$=_wrapper] button.dt-button:hover:not(.disabled),
div[class$=_wrapper] div.dt-button:hover:not(.disabled),
div[class$=_wrapper] a.dt-button:hover:not(.disabled),
div[class$=_wrapper] input.dt-button:hover:not(.disabled),
div[class$=_wrapper] button.dt-button:focus:not(.disabled),
div[class$=_wrapper] div.dt-button:focus:not(.disabled),
div[class$=_wrapper] a.dt-button:focus:not(.disabled),
div[class$=_wrapper] input.dt-button:focus:not(.disabled) {
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none !important;
}

/*data table*/
/*# sourceMappingURL=custom-datatable.css.map */

