body {
  min-width: 330px;
  touch-action: manipulation;
}

.whiteout {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.updated-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: 150px;
  height: 120px;
  margin: -60px 0px 0px -75px;
}

.accordion-button::after {
  margin-left: 10px;
}

.input-group > .form-floating {
  flex: 1 1 auto;
}

.input-group > .form-floating:not(:first-child):not(:last-child) > input {
  border-radius: 0;
}

.table {
  font-size: 0.8em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.table th, .table td {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.DTFC_RightWrapper tr td:first-child,
.DTFC_RightWrapper tr th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dataTables_info {
  font-size: 0.8em;
}

.accordion-button::after {
  margin-left: 10px;
}

.sticky-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 10px 13px 10px;
  text-align: center;
  z-index: 100;
  display: none;
}

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