input[type=text], input[type=email], input[type=number], input[type=password], .ui-input {
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 1rem;
}

input[type=checkbox], input[type=radio] {
  width: 1.5em;
  height: 1.5em;
}

.dataTables_length label,
.dataTables_filter label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
}

table.dataTable {
  width: 100% !important;
  padding-top: 32px;
  margin-bottom: 32px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: rgb(238, 238, 238);
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 16px;
  text-align: left;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: inherit;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 0;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-right: 0;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 16px;
}

.access-col {
  font-size: 0;
}

.access-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.med_button {
  display: inline-block;
}

table.dataTable.cell-border .camera_tb tbody tr th:first-child, table.dataTable.cell-border .camera_tb tbody tr td:first-child {
  border-color: inherit;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  margin-left: 2px;
  color: #000000 !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #000000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #FFFFFF !important;
  border: 1px solid transparent;
  background: none;
  background-color: #045C93;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #000000 !important;
  border: 1px solid #000000;
  background: none;
  background-color: transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
  padding-left: 16px;
  padding-right: 30px;
  text-align: left;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 50%;
  left: auto;
  right: 8px;
  transform: translateY(-50%) rotate(0);
  height: 11px;
  width: 18px;
  display: block;
  position: absolute;
  color: white;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: normal;
  content: "";
  background-color: transparent;
  background-image: url(../../../../templates/standard/images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s linear;
  background-size: 100% auto;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  transform: translateY(-50%) rotate(-180deg);
}

.dtr-details li::before {
  content: none;
}

table.dataTable.no-footer,
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 0;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 0;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: block;
}

tr.child .access-btns {
  margin-top: 8px;
}

.saved-card {
  border: solid 1px #096FAE;
  border-radius: 5px;
  color: #555;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.card-selected {
  background: #096FAE;
  color: #FFFFFF;
  border: solid 1px #096FAE;
}

.saved-card:hover {
  background: #045C93;
  color: #FFFFFF;
  border: solid 1px #045C93;
}

.form__line hr {
  margin: 0 !important;
  width: 100%;
}

.form__line .row {
  flex-grow: 1;
}

.divider {
  border-bottom: 1px solid #000000;
  position: relative;
  top: -1em;
  text-align: center;
  height: 2em;
  margin: 1.25em 0;
}
.divider span {
  position: relative;
  top: 1em;
  background: #FFFFFF;
  padding: 0 1em;
}

.remember-me-container {
  padding-left: 20px;
}