@charset "UTF-8";
.dataTable {
  clear: both;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
.dataTable td, .dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dataTable td.dataTables_empty, .dataTable th.dataTables_empty {
  text-align: center;
}
.dataTable.nowrap th, .dataTable.nowrap td {
  white-space: nowrap;
}
.dataTable > thead > tr > th:active, .dataTable > thead > tr > td:active {
  outline: none;
}
.dataTable > thead > tr > th:not(.sorting_disabled), .dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}
.dataTable > thead .sorting, .dataTable > thead .sorting_asc, .dataTable > thead .sorting_desc,
.dataTable > thead .sorting_asc_disabled, .dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.dataTable > thead .sorting:before, .dataTable > thead .sorting:after, .dataTable > thead .sorting_asc:before, .dataTable > thead .sorting_asc:after, .dataTable > thead .sorting_desc:before, .dataTable > thead .sorting_desc:after,
.dataTable > thead .sorting_asc_disabled:before,
.dataTable > thead .sorting_asc_disabled:after, .dataTable > thead .sorting_desc_disabled:before, .dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
.dataTable > thead .sorting:before, .dataTable > thead .sorting_asc:before, .dataTable > thead .sorting_desc:before,
.dataTable > thead .sorting_asc_disabled:before, .dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}
.dataTable > thead .sorting:after, .dataTable > thead .sorting_asc:after, .dataTable > thead .sorting_desc:after,
.dataTable > thead .sorting_asc_disabled:after, .dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}
.dataTable > thead .sorting_asc:before, .dataTable > thead .sorting_desc:after {
  opacity: 1;
}
.dataTable > thead .sorting_asc_disabled:before, .dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}
.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
.dataTable.table-sm .sorting:before, .dataTable.table-sm .sorting_asc:before, .dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
.dataTable.table-sm .sorting:after, .dataTable.table-sm .sorting_asc:after, .dataTable.table-sm .sorting_desc:after {
  top: 5px;
}
.dataTable.table-bordered {
  border-right-width: 0;
}
.dataTable.table-bordered th, .dataTable.table-bordered td {
  border-left-width: 0;
}
.dataTable.table-bordered th:last-child, .dataTable.table-bordered th:last-child, .dataTable.table-bordered td:last-child, .dataTable.table-bordered td:last-child {
  border-right-width: 1px;
}
.dataTable.table-bordered tbody th, .dataTable.table-bordered tbody td {
  border-bottom-width: 0;
}

.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.dataTables_length select {
  width: auto;
  display: inline-block;
}
.dataTables_filter {
  text-align: right;
}
.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
.dataTables_paginate .pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
.dataTables_scrollHead .dataTable {
  margin-bottom: 0 !important;
}
.dataTables_scrollHead .table-bordered {
  border-bottom-width: 0;
}
.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dataTables_scrollBody table thead .sorting:before, .dataTables_scrollBody table thead .sorting_asc:before, .dataTables_scrollBody table thead .sorting_desc:before, .dataTables_scrollBody table thead .sorting:after,
.dataTables_scrollBody table thead .sorting_asc:after, .dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
.dataTables_scrollBody table tbody tr:first-child th, .dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 568px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}

.table-responsive > .dataTables_wrapper > .row {
  margin: 0;
}
.table-responsive > .dataTables_wrapper > .row > div[class^=col-] {
  padding: 0.25rem;
}

/*# sourceMappingURL=dataTables.css.map */
