table {
  border-top: 1px solid #898989;
  margin-bottom: 2em;
  width: 100%;
}
caption {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: .5em;
  text-align: left;
}
td,
th {
  border-bottom: 1px solid #898989;
  border-left: 1px solid #898989;
  padding: .5em;
  vertical-align: top;
}
td:first-child,
th:first-child {
  border-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 35em) {
  td:first-child,
  th:first-child {
    padding-left: .5em;
  }
}
@media screen and (min-width: 50em) {
  td,
  th,
  td:first-child,
  th:first-child {
    padding: .75em;
  }
}
th {
  background-color: #bddbc6;
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.tableWrapper {
  margin-top: 0;
  margin-bottom: 2em;
  overflow: hidden;
  overflow: auto;
  position: relative;
}
.tableWrapper.indicateSwipe::before {
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #f5f7f4 100%);
  content: "";
  display: block;
  position: absolute;
  margin-left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  z-index: 30000;
}
.tableWrapper table {
  margin-bottom: 0;
}
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  transition: all 0.125s ease-in-out;
  z-index: 50;
  width: auto;
}
.sticky-wrap .sticky-thead {
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
  z-index: 100;
  width: 100%;
}
.sticky-wrap .sticky-intersect th,
.sticky-wrap .sticky-col th,
.sticky-wrap .sticky-intersect td,
.sticky-wrap .sticky-col td {
  border-right: 1px solid #898989;
}
.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}
.sticky-wrap.overflow-y {
  overflow-y: auto;
  max-height: 50vh;
}
.dataTables_wrapper {
  display: block;
  width: 100%;
}
@media screen and (max-width: 34.9375em) {
  .dataTables_wrapper {
    font-size: 0.75rem;
  }
}
.dataTables_wrapper ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.dataTables_wrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 8px;
}
.dataTables_wrapper ::-webkit-scrollbar-thumb {
  background: #bddbc6;
  border-radius: 8px;
  border: 1px solid #898989;
}
.dataTables_wrapper ::-webkit-scrollbar-thumb:hover {
  background: #898989;
}
@media screen and (max-width: 34.9375em) {
  .dataTables_wrapper ::-webkit-scrollbar {
    display: none;
  }
}
.dataTables_wrapper .dataTables_filter {
  width: 40%;
  clear: both;
  margin-bottom: 2em;
}
@media screen and (max-width: 34.9375em) {
  .dataTables_wrapper .dataTables_filter {
    width: 100%;
  }
}
.dataTables_wrapper .dataTables_filter label {
  float: left;
  clear: both;
}
.dataTables_wrapper .table-wrapper {
  max-height: 1050px;
  overflow-x: auto;
  overflow-y: auto;
  clear: both;
}
@media screen and (max-width: 34.9375em) {
  .dataTables_wrapper .table-wrapper {
    max-height: 67vh;
  }
}
.dataTables_wrapper .table-wrapper table {
  margin-top: 0;
  background-color: transparent;
}
.dataTables_wrapper .table-wrapper table td {
  border-right: 1px solid #898989;
  border-left: none;
}
.dataTables_wrapper .table-wrapper table td:first-child {
  border-left: 1px solid #898989;
}
.dataTables_wrapper .table-wrapper table th {
  min-width: 160px;
  padding-right: 25px;
  border-right: 1px solid #898989;
  border-left: none;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 34.9375em) {
  .dataTables_wrapper .table-wrapper table th {
    min-width: 100px;
  }
}
.dataTables_wrapper .table-wrapper table th:first-child {
  border-left: 1px solid #898989;
}
.dataTables_wrapper .table-wrapper table caption {
  text-align: left;
  display: table-caption;
  z-index: 99;
  font-weight: 700;
  margin-bottom: 0;
}
.dataTables_wrapper .table-wrapper table th.sticky {
  background-color: #bddbc6;
}
.dataTables_wrapper .table-wrapper table .sticky {
  position: sticky;
  background-color: white;
}
.dataTables_wrapper .table-wrapper table .sticky--col {
  left: 0;
  z-index: 2;
}
.dataTables_wrapper .table-wrapper table .sticky--col.sticky--row {
  z-index: 3;
}
.dataTables_wrapper .table-wrapper table .sticky--row {
  top: 0;
  z-index: 2;
}
.dataTables_wrapper .table-wrapper table .corner-cell {
  background-color: #bddbc6;
  border-bottom: 1px solid #898989;
}
.dataTables_wrapper .table-wrapper table.transpose {
  display: flex;
  box-sizing: border-box;
  border: none;
  overflow-x: auto;
}
.dataTables_wrapper .table-wrapper table.transpose caption {
  position: absolute;
  margin-top: -20px;
}
@media screen and (max-width: 34.9375em) {
  .dataTables_wrapper .table-wrapper table.transpose caption {
    margin-top: -42px;
  }
}
.dataTables_wrapper .table-wrapper table.transpose tr {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.dataTables_wrapper .table-wrapper table.transpose tr,
.dataTables_wrapper .table-wrapper table.transpose th,
.dataTables_wrapper .table-wrapper table.transpose td {
  margin-top: 0;
}
.dataTables_wrapper .table-wrapper table.transpose thead {
  display: flex;
  flex-shrink: 0;
}
.dataTables_wrapper .table-wrapper table.transpose thead th {
  box-sizing: border-box;
  border-left: 1px solid #898989;
  padding: 20px 40px 15px 10px;
  background-position: 95% 40%;
  height: 70px;
}
.dataTables_wrapper .table-wrapper table.transpose thead th:first-child {
  border-top: 1px solid #898989;
}
@media screen and (max-width: 34.9375em) {
  .dataTables_wrapper .table-wrapper table.transpose thead th {
    max-width: 45vw;
    padding-right: 25px;
  }
}
@media screen and (max-width: 34.9375em) {
  .dataTables_wrapper .table-wrapper table.transpose thead,
  .dataTables_wrapper .table-wrapper table.transpose tbody {
    margin-top: 0;
  }
}
.dataTables_wrapper .table-wrapper table.transpose tbody {
  display: flex;
}
.dataTables_wrapper .table-wrapper table.transpose tbody td {
  box-sizing: border-box;
  padding-top: 20px;
  height: 70px;
  border-left: none;
  border-right: none;
  text-align: center;
}
.dataTables_wrapper .table-wrapper table.transpose tbody td:first-child {
  border-top: 1px solid #898989;
}
.dataTables_wrapper .table-wrapper table.transpose tbody tr:last-child td {
  border-right: 1px solid #898989;
}
.dataTables_wrapper .dataTables_paginate {
  margin: 1em auto 2em auto;
  width: 50%;
  clear: both;
}
@media screen and (max-width: 34.9375em) {
  .dataTables_wrapper .dataTables_paginate {
    width: 100%;
  }
}
