@charset "UTF-8";

.table {
  font-weight: 700;
  font-size: 16px;
}

table.dataTable{
  border-collapse: collapse !important;
  max-width: 100% !important;
  min-width: 100% !important;
  margin-top: 0px !important;
}


table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center !important;
}

table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(255, 234, 222, 1);;
}

thead {
  border-color: #c5003e;
  border-style: solid;
  border-bottom-width: 6px !important;
  border-collapse: collapse !important;
}

.table thead th {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.table-override {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.table-footer-override {
  margin: 20px 80px;
  display: flex;
}

.info-override {
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
}

.dataTables_info {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.5rem !important;
  text-align: left !important;
}

.info-hidden {
  flex: 1;
}

.pagination-override {
  flex: 1;
}

table.dataTable thead > tr > th {
  opacity: 1 !important;
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.8 !important;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, 
table.dataTable thead > tr > th.sorting_desc, 
table.dataTable thead > tr > th.sorting_asc_disabled, 
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.table tbody tr:last-child td {
  border-width: 0;
  border-bottom-width: 6px;
  border-bottom-color: #c5003e;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
  color: #c5003e !important;
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
  color: #c5003e !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: center !important;
}

.dataTables_empty,
.custom-table-row {
  height: 80px !important;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0px;
}

li.previous > a.page-link, li.next > a.page-link {
  background-color: #E6E6E6 !important;
}