/* Table Style Overrides */

table.dataTable tr td.dt-type-numeric,
table.dataTable tr td.dt-type-date  {
	text-align: left !important;
}

table.dataTable.sa-comfortable td,
table.dataTable.sa-comfortable th,
table.sa-table td,
table.sa-table th {
  padding: 0.75rem 0.75rem;
}

table.sa-table.dataTable th,
table.sa-table th {
	background-color: var(--sa-primary-color) !important;
	color: var(--white-9) !important;
}

.sa-table + .dt-container .dt-processing,
.sa-table.dt-table .dt-processing,
.dt-container .dt-processing {
  background: none;
  border: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.dt-processing > div:not(.sa-spinner) {
  display: none;
}

.table-responsive {
	overflow: visible;
}