/* DATATABLEs CSS overrides */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 0.5em;
  top: 0.55em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0de";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  top: 0.55em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  color: black;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #e8f7ff;
  color: black;
}
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
  border-bottom: 1px solid #b6e6fe;
}

table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #e8f7ff;
  color: black;
}
table.dataTable.stripe tbody > tr.odd.selected td,
table.dataTable.stripe tbody > tr.odd > .selected td,
table.dataTable.display tbody > tr.odd.selected td,
table.dataTable.display tbody > tr.odd > .selected td {
  border-bottom: 1px solid #b6e6fe;
}

table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #e8f7ff;
  color: black;
}
table.dataTable.hover tbody > tr.selected:hover td,
table.dataTable.hover tbody > tr > .selected:hover td,
table.dataTable.display tbody > tr.selected:hover td,
table.dataTable.display tbody > tr > .selected:hover td {
  border-bottom: 1px solid #b6e6fe;
}

table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #e8f7ff;
  color: black;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1 td,
table.dataTable.order-column tbody > tr.selected > .sorting_2 td,
table.dataTable.order-column tbody > tr.selected > .sorting_3 td,
table.dataTable.order-column tbody > tr > .selected td,
table.dataTable.display tbody > tr.selected > .sorting_1 td,
table.dataTable.display tbody > tr.selected > .sorting_2 td,
table.dataTable.display tbody > tr.selected > .sorting_3 td,
table.dataTable.display tbody > tr > .selected td {
  border-bottom: 1px solid #b6e6fe;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #e8f7ff;
  color: black;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #e8f7ff;
  color: black;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #e8f7ff;
  color: black;
}

table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #e8f7ff;
  color: black;
}

table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #e8f7ff;
  color: black;
}

table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #e8f7ff;
  color: black;
}

table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #e8f7ff;
  color: black;
}
table.dataTable.display tbody > tr.odd > .selected td,
table.dataTable.order-column.stripe tbody > tr.odd > .selected td {
  border-bottom: 1px solid #b6e6fe;
}

table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #e8f7ff;
  color: black;
}
table.dataTable.display tbody > tr.even > .selected td,
table.dataTable.order-column.stripe tbody > tr.even > .selected td {
  border-bottom: 1px solid #b6e6fe;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #e8f7ff;
  color: black;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #e8f7ff;
  color: black;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #e8f7ff;
  color: black;
}

table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #e8f7ff;
  color: black;
}
table.dataTable.display tbody > tr:hover > .selected td,
table.dataTable.display tbody > tr > .selected:hover td,
table.dataTable.order-column.hover tbody > tr:hover > .selected td,
table.dataTable.order-column.hover tbody > tr > .selected:hover td {
  border-bottom: 1px solid #b6e6fe;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  border: 0 !important;
  margin-top: -9px;
  margin-left: -7px;
  transition: all 0.2s;
  text-shadow: none !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-top: -9px;
  margin-left: -7px;
  color: #039BE5;
  text-shadow: none !important;
}

table.dataTable > thead > tr > th {
  color: rgba(0, 0, 0, 0.5);
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: black;
}

table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: black;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0 !important;
}

.table.dataTable tr.dtrg-group td {
  background: white;
  padding-left: 44px;
  border-left: 4px solid #039BE5;
}

/* LINKSTRAPs CSS overrides */
.linktable-wrapper {
  width: 100%;
}

.default-table {
  width: 100% !important;
}
.default-table .select-checkbox-header {
  cursor: pointer;
}

.dataTables_filter {
  display: none;
}

.dt-button-collection {
  left: -50px !important;
}

.filter-column {
  vertical-align: middle !important;
}

.index-column {
  text-align: center;
  vertical-align: middle;
  width: 24px !important;
  max-width: 36px !important;
  padding-right: 4px !important;
}

.clear-filter-column {
  vertical-align: middle;
  text-align: center;
}

.btn-clear {
  line-height: 1.55 !important;
}

.check-column-header {
  position: relative !important;
  width: 14px;
  padding: 8px 8px !important;
  cursor: pointer;
}

table.dataTable tbody tr td {
  border-bottom: 1px solid #dee2e6;
}

table.dataTable tbody td.select-checkbox {
  cursor: pointer;
}

.table-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 7px;
  z-index: 1000;
}

.table-bottom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 7px 7px 7px;
}

.table-info {
  flex-grow: 1;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent !important;
  padding-left: 7px;
}
.table-info .dataTables_info {
  padding-top: 0 !important;
}

.table-length {
  margin-right: 6px;
}

/*.table-buttons {
    top: 50%;
    transform: translateY(-50%);
}*/
.paginate_button.page-item.previous a,
.paginate_button.page-item.next a {
  height: 30px;
  padding: 5px 8px;
}

.grid-loading-scrim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.grid-loading-spinner {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dataTables_scrollBody thead tr {
  visibility: collapse !important;
}

.dropstart .dropdown-toggle::before {
    color: transparent !important;
}

/*# sourceMappingURL=linkstrap.datatables.css.map */
