﻿@import url("open.iconic/font/css/open-iconic-bootstrap.min.css");
html, body, #app {
  height: 100%;
  overflow: hidden;
  background-color: #f8faf6;
}

#app {
  background-color: inherit;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid #c33c54;
}

.vital-data-input {
  max-width: 140px;
}

.validation-message {
  color: #c33c54;
}

.notes-window-header {
  background-color: #FFF !important;
  border: none !important;
}

#blazor-error-ui {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.3rem 0.75rem 0.3rem 0.75rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  font-size: 14px;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.nav-card-large {
  margin: 0.5rem;
  background: rgb(248, 250, 246) !important;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: black !important;
  border-radius: 12px;
  border: hidden;
  height: 7rem;
  width: 13rem;
}
.nav-card-small {
  margin: 0.5rem;
  background: rgb(248, 250, 246) !important;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: black !important;
  border-radius: 12px;
  border: hidden;
  height: 4rem;
  width: 8rem;
}

.splash-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  height: 100vh;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.splash-screen > h1 {
  display: none;
}

.loading-text {
  color: black;
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.nav-icon-up {
  margin-top: -12px !important;
  padding-right: 0px !important;
}

.loading-component {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.loading-component-caption {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.loading-component-text {
  color: #c5c5c5;
  margin-top: 0.5rem;
}

.loading-component .spinner-border {
  border: 0.2em solid;
  border-color: #2C6C16 #c5c5c5 #c5c5c5;
  width: 120px;
  height: 120px;
}

.checklist-item-badges > span {
  margin-left: 2px;
}

.textbox-narrow {
  max-width: 70px;
}

.section-margin {
  margin: 0px 4px;
}

.data-table {
  font-variant-numeric: tabular-nums;
  font-size: 13px;
}

.data-table th {
  padding: 1px 0px 0px 0px;
}

.data-table td {
  padding: 1px 0px 0px 0px;
}

td.char-align {
  width: 5em;
  box-sizing: content-box !important;
}

span.left {
  float: left;
  text-align: right;
  width: 3em;
}

span.right {
  float: right;
  width: 3em;
  text-align: left;
}

.bg-yellow-light {
  background-color: #fff9db !important;
}

.bg-green-light {
  background-color: #d8e9c2 !important;
}

.content-slim {
  padding: 10px 10px !important;
  padding-left: 8px !important;
  margin-top: 4px !important;
}

no-left-padding {
  padding-left: 0px !important;
}

.content {
  margin-right: 2px;
  margin-top: 4px !important;
  background-color: #f8faf6 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.card-small {
  margin-bottom: 2px !important;
}

.card-small .card-header {
  font-size: 14px !important;
  font-weight: bold;
  padding: 4px !important;
}

.card-small button {
  padding: 2px !important;
}

.task-form-container {
  max-height: 1044px;
  background-color: #fff;
  padding: 8px 8px 0px 8px;
  border-radius: 0px 0px 8px 8px;
}

.checklist-container .col {
  padding: 0px 2px !important;
}

.checklist-container .card-body {
  padding: 2px !important;
}

.checklist-container button {
  padding: 5px;
}

.checklist-container .card-header {
  padding-left: 5px;
}

.check-list-item-title {
  text-align: left;
  width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #2C6C16;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.check-list-task {
  color: black;
}

.check-list-task > span {
  white-space: nowrap;
}

.check-list-task:disabled {
  color: black;
  opacity: 0.5;
}

.blazored-toast-info {
  border-top: 6px solid #2C6C16 !important;
}
.blazored-toast-info .blazored-toast-icon {
  color: #2C6C16 !important;
}
.blazored-toast-success {
  border-top: 6px solid #64a70b !important;
}
.blazored-toast-success .blazored-toast-icon {
  color: #64a70b !important;
}
.blazored-toast-warning {
  border-top: 6px solid #ffe66d !important;
}
.blazored-toast-warning .blazored-toast-icon {
  color: #ffe66d !important;
}
.blazored-toast-error {
  border-top: 6px solid #c33c54 !important;
}
.blazored-toast-error .blazored-toast-icon {
  color: #c33c54 !important;
}

.list-group > .dxbl-btn-primary {
  color: #FFFFFF !important;
}

.action-button {
  padding: 3px !important;
}

.lbe-button {
  text-decoration: none;
}

.grid-text-link {
  padding-left: 0.5rem;
  font-size: 22px !important;
}
.grid-text-link a {
  color: #2C6C16 !important;
  text-decoration: none;
  font-weight: bold;
}

.grid__link {
  margin-bottom: 0.5em;
}
.grid__link a {
  text-decoration: none;
}

.grid__organization-type-label {
  color: #a3d57d;
  font-weight: bold;
  padding-right: 1.5em;
}

.grid__lung-image img {
  width: 100%;
  max-width: 75px;
}

.page-footer {
  padding-top: 9px;
  font-size: 14px !important;
  color: #2c6c16;
  box-sizing: border-box;
}
.page-footer > div > a,
.page-footer > div > span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 14px;
  color: #2c6c16;
}
.page-footer > div > span {
  cursor: copy;
}

.dxbl-grid-empty-data {
  border: none !important;
}

.dashboard-card-grid {
  background-color: #f8faf6 !important;
  border: none;
}
.dashboard-card-grid .dxbl-grid-table > thead > tr.dxbl-grid-editor-inplace-container > td {
  padding-bottom: 15px;
}
.dashboard-card-grid .dxbl-grid-table > thead > tr.dxbl-grid-filter-row > td:first-child {
  padding-left: 15px;
}
.dashboard-card-grid .dxbl-grid-table > thead > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header):first-child {
  padding-left: 10px;
}
.dashboard-card-grid .dxbl-scroll-viewer {
  background-color: #f8faf6 !important;
}
.dashboard-card-grid .dxbl-grid-bottom-panel {
  border: none;
}
.dashboard-card-grid thead {
  background-color: #FFF;
}
.dashboard-card-grid thead .dxbl-text-edit {
  width: 95%;
  margin: revert;
}
.dashboard-card-grid thead th {
  background-color: #FFF !important;
  border-bottom: 5px solid rgb(255, 255, 255) !important;
  border-top: 0px solid rgb(255, 255, 255) !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  background-color: #FFF !important;
  color: #2C6C16 !important;
  font-size: 16px !important;
  font-style: normal !important;
  line-height: 24px !important;
}
.dashboard-card-grid thead th:first-child {
  border-top-left-radius: 15px;
  border-left: 5px solid rgb(255, 255, 255) !important;
}
.dashboard-card-grid thead th:nth-last-child(-n+2) {
  border-top-right-radius: 15px;
  border-right: 5px solid rgb(255, 255, 255) !important;
}
.dashboard-card-grid thead td {
  background-color: #FFF !important;
  border-bottom: 5px solid rgba(0, 0, 0, 0.0392156863) !important;
  border-top: none !important;
}
.dashboard-card-grid thead td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 15px;
  border-left: 1px solid rgb(255, 255, 255) !important;
}
.dashboard-card-grid thead td:nth-last-child(-n+2) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-right: 1px solid rgb(255, 255, 255) !important;
}
.dashboard-card-grid tbody {
  background-color: #FFF;
}
.dashboard-card-grid td {
  padding: 50px;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  border-top: 5px solid #f8faf6 !important;
  border-bottom: 5px solid rgba(0, 0, 0, 0.0392156863) !important;
  white-space: nowrap;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
.dashboard-card-grid td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-left: 2.5px solid rgba(0, 0, 0, 0.0392156863) !important;
}
.dashboard-card-grid td:nth-last-child(-n+2) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-right: 2.5px solid rgba(0, 0, 0, 0.0392156863) !important;
}
.dashboard-card-grid .dxbl-grid-table tr:nth-last-child(2) > td {
  border-bottom: 5px solid rgba(0, 0, 0, 0.0392156863) !important;
}

.borderless-grid {
  border: none;
  padding: 24px;
}

.borderless-grid td {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}
.borderless-grid th {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.borderless-grid thead > tr {
  border: none !important;
}

.borderless-grid td {
  border: none !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 120px;
  padding: 2px 8px;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

.with-wrapping {
  white-space: pre-wrap;
}

.borderless-grid th {
  height: 30px;
  padding: 10px 8px;
  color: #2C6C16 !important;
  font-size: 16px !important;
  font-style: normal !important;
  line-height: 24px !important;
}

.borderless-grid thead > tr:first-child > th {
  background-color: #FFF !important;
}

.team-member-card {
  min-width: 200px;
  min-height: 110px;
}

.user-edit-modal {
  overflow-y: scroll;
  height: 90%;
  flex-wrap: wrap;
}

.column-chooser {
  display: flex;
  padding: 10px 16px 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none !important;
  background-color: transparent;
}

.add-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #2C6C16;
  text-align: center;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  border: none;
}

.delete-button {
  position: relative;
  margin-top: 4px;
  color: transparent;
  background-color: transparent;
  float: right;
  border: none;
}

.column-chooser > span {
  color: var(--lbe-sys-light-primary, #2C6C16);
  text-align: center;
  /* LBE/label/large */
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.borderless-grid tbody > tr > td {
  border-bottom: 1px solid #e9ece9 !important;
}

.hover-show {
  opacity: 0;
  transition: 0.5s;
}

:has(.hover-show):hover > .hover-show {
  opacity: 1;
}

.grid__unos-id {
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.wide-popup {
  min-width: 1000px;
}

.dismiss-btn {
  background-color: #fff !important;
  border: none !important;
}

.btn-column-chooser {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(/images/column-chooser.svg);
  mask-image: url(/images/column-chooser.svg);
  background-color: #fff;
}

.container-flex-left {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: end;
}

.btn-clear {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(/images/baseline-remove-circle.svg);
  mask-image: url(/images/baseline-remove-circle.svg);
  background-color: #fff;
}

.tagbox-floating {
  border-width: 0px;
}

.tagbox-floating :before {
  background-color: unset !important;
}
.tagbox-floating :after {
  background-color: unset !important;
}

.green-color {
  color: #2C6C16 !important;
}

.datasheet-table-container {
  margin-bottom: 1px;
}

.datasheet-table {
  table-layout: fixed;
  position: relative;
  min-width: 950px;
  margin-bottom: 2px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.datasheet-table > thead > tr > th:last-child {
  padding: 1px 5px 0px 0px !important;
}

.dxbl-treeview-item-container {
  border-radius: 0px !important;
}

.datasheet-table th, .datasheet-table td {
  background-color: white;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  border-bottom: 1px solid #e9ece9 !important;
}

.datasheet-table > tbody > tr:last-child > td {
  border-bottom: none !important;
}

.datasheet-table-title {
  font-family: "Barlow";
  padding-left: 8px !important;
}

.datasheet-table-header {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
}

.datasheet-fixed-col {
  z-index: 3;
  width: 120px;
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
}

.datasheet-fixed-col-white {
  z-index: 3;
  width: 120px;
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  background-color: white !important;
}

.terminate-button {
  display: flex;
  height: 28px;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 100px;
  background: #E11F35;
  border: none;
  text-align: center;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  color: #fff;
}

.w-99p {
  width: 99%;
}

.update-button {
  display: flex;
  height: 28px;
  flex-direction: column;
  flex-shrink: 0;
  border: 1px solid #2C6C16;
  border-radius: 100px;
  background: #f8faf6;
  text-align: center;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  color: #2C6C16;
}

.bg-transparent {
  border-block-color: transparent !important;
}

.remove-border.modified.valid {
  outline: none;
}

.center-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.dxbl-tabs-content-panel {
  height: 100% !important;
}

.font-md {
  font-size: medium;
  padding: 8px;
  margin-bottom: 8px;
}

.small-text {
  font-size: 13px;
}

.hidden-buttons .dxbl-btn-secondary {
  display: none;
}

.history-container {
  overflow: auto;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.history-container > li {
  padding: 0px;
  margin: 0px;
}

.badge-checklist {
  min-width: 23px;
  padding-bottom: 0.4em;
}

.dxbl-treeview-item-content > button {
  display: none;
}

.header-with-icon {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header-with-icon > h5 {
  font-weight: bold;
  margin-bottom: 0px !important;
  flex-grow: 1;
}
.header-with-icon > div {
  vertical-align: top;
  margin-top: 0.2em;
  text-align: right;
}
.header-with-icon > div > svg {
  max-height: 1.5em;
}

.legend-item {
  white-space: nowrap;
}

.divider-cell {
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  left: 120px;
  width: 1px;
  background-color: #2C6C16 !important;
}

.waived-cell {
  background-color: #cdd1e7 !important;
}

.out-of-bounds-cell {
  background-color: #faf0b9 !important;
}

.missing-cell {
  background-color: #e2b0ae !important;
}

.no-data-cell {
  background-color: #eceeeb !important;
  border-bottom: 1px solid #eceeeb !important;
}

.round-cells {
  border-radius: 5px;
  border-bottom: 0px;
}

.round-left {
  border-radius: 5px 0px 0px 5px;
  border-bottom: 0px;
}

.round-right {
  border-radius: 0px 5px 5px 0px;
  border-bottom: 0px;
}

.round-top-left {
  border-radius: 5px 0px 0px 0px;
}

.round-bottom-left {
  border-radius: 0px 0px 0px 5px;
  border-bottom: 0px;
}

.round-top-right {
  border-radius: 0px 5px 0px 0px;
}

.round-bottom-right {
  border-radius: 0px 0px 5px 0px;
  border-bottom: 0px;
}

.round-top {
  border-radius: 5px 5px 0px 0px;
}

.round-bottom {
  border-radius: 0px 0px 5px 5px;
  border-bottom: 0px;
}

.dxbl-treeview-item-content > a {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  padding: 6px 6px 6px 6px;
}

.dxbl-treeview-item-content > .dxbl-active {
  background-color: #f0fee2 !important;
  color: #2C6C16 !important;
  border-left: 2px solid #2C6C16;
}

.dxbl-treeview-item-content > .dxbl-active::before {
  background-color: #f0fee2 !important;
  color: #2C6C16 !important;
  border-left: 2px solid #2C6C16;
}

.no-bottom-border > td {
  border-bottom: 0px;
}

.no-bottom-border > th {
  border-bottom: 0px;
}

.header-align-center span:first-child {
  width: 100%;
  text-align: center;
}

.header-align-right span:first-child {
  width: 100%;
  text-align: right;
}

.text-important-white {
  color: white !important;
}

.clickable-cell {
  cursor: pointer;
}

.blurred-case-details {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.overlay-text {
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  z-index: 2;
  font-size: 20px;
}

.dxbl-tabs-item {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.information-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 8px 8px 0px 0px;
  background-color: #eceeeb !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 12px;
  margin-bottom: 0px;
  flex: 1 0 0;
}

.information-table-disclaimer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 8px 8px 8px 8px;
  background-color: #eceeeb !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 12px;
  margin-bottom: 6px;
  flex: 1 0 0;
}

.information-table {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.information-table-container {
  background-color: #fff;
  padding: 8px 8px 0px 8px;
  border-radius: 0px 0px 8px 8px;
}

.information-table > tbody > tr:last-child > td,
.information-table > tbody > tr:last-child > th {
  border-bottom: none !important;
}

.dxbl-tabs-tablist {
  background-color: inherit !important;
}

.information-table > tr {
  font-weight: 500;
}

.dxbl-tabs-tablist .dxbl-active {
  color: #2c6c16 !important;
  border: 0px !important;
  border-bottom: 3px solid #2c6c16 !important;
}

.information-table-cell-bold {
  font-weight: 700;
  background-color: white !important;
}

.information-table-cell-white {
  background-color: white !important;
}

.information-table-cell-cal {
  background-color: #c9e6ff !important;
  border-bottom: 1px solid #8bceff !important;
}

.information-table-cell-hi {
  background-color: #ccffb3 !important;
  border-bottom: 1px solid #92d876 !important;
}

.information-table-cell-none {
  border-bottom: 2px solid #fff !important;
}

.calculated-row > td {
  background-color: #ccffb3;
  border-bottom: 1px solid #92d876 !important;
}

.highlighted-row > td {
  background-color: #c9e6ff;
  border-bottom: 1px solid #8bceff !important;
}

.information-table td, .information-table th {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 8px;
  border-bottom: 1px solid #e9ece9;
}

.responsive-table-container {
  margin-bottom: 5px;
  background-color: white;
  border-radius: 0px 0px 8px 8px;
}

.overflow-y-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #DFDFDF;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: #8e918f;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(100, 100, 100);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:active {
  background: rgb(68, 68, 68);
  border-radius: 8px;
}

#CurrentUnosIdTextBox {
  text-transform: uppercase;
}

#NewUnosIdTextBox {
  text-transform: uppercase;
}

#TailNumberTextBox {
  text-transform: uppercase;
}

.summary-container .col {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.font-smaller {
  font-size: smaller;
}

#ChecklistContainer {
  background-color: #eceeec !important;
}

#ChecklistContainer .col {
  padding: 0px !important;
}

.dxbl-treeview-items-container {
  padding: 0px !important;
}

.checklist-section-header {
  display: flex;
  flex-wrap: nowrap;
  padding: 8px;
}

.checklist-section-header > div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.checklist-section-header > div:first-child {
  flex-grow: 1;
  font-weight: 600 !important;
}

.checklist-section-header > div:last-child {
  color: #757875;
  font-weight: 500;
  line-height: 20px;
}

.checklist-body {
  display: flex;
  flex-direction: column;
}

.checklist-body > button {
  background-color: #eceeec !important;
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 12px;
  border-radius: 0px;
}

.checklist-body > .dxbl-btn-primary {
  background-color: #f0fee2 !important;
  border-right: 2px solid #2C6C16;
}

.badge-success {
  background-color: #2C6C16;
}

.badge-info {
  background-color: #E5901A;
}

dxbl-form-layout-item > div > dxbl-check {
  margin-left: 6px;
  margin-top: 6px;
}

.badge-primary {
  background-color: #006492;
}

.badge-alert {
  background-color: #5655A8;
}

.dxbl-btn-info {
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  background-color: #2C6C16;
  border: 1px solid;
  height: 28px;
}

.dashboard-button {
  display: flex;
  height: 28px;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 100px;
  background: #2C6C16;
  border: none;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}

.dxbl-fl .dxbl-fl-item {
  padding-bottom: 0.25rem;
}

dxbl-form-layout-item {
  margin-top: 18px !important;
  position: relative;
}

dxbl-form-layout-item > label {
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  background-color: white;
  padding: 0px !important;
  z-index: 2;
  top: -10px;
  left: 14px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: auto !important;
}

.dxbl-text-edit.dxbl-memo-edit, dxbl-input-editor, dxbl-date-edit, dxbl-date-time-edit, dxbl-combo-box, dxbl-spinedit, dxbl-masked-input, dxbl-tag-box {
  padding: 3px !important;
  border-color: #ececec !important;
  background-color: #FAFAFA !important;
  border-radius: 4px !important;
}

.dxbl-grid .dxbl-grid-table > tbody > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):focus-within,
.dxbl-grid .dxbl-grid-table > tbody > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):has(.dxbl-text-edit.dxbl-focused),
.dxbl-grid .dxbl-grid-table > tfoot > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):focus-within,
.dxbl-grid .dxbl-grid-table > tfoot > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):has(.dxbl-text-edit.dxbl-focused),
.dxbl-grid .dxbl-grid-table > thead > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):focus-within,
.dxbl-grid .dxbl-grid-table > thead > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):has(.dxbl-text-edit.dxbl-focused) {
  outline: none;
}

.dxbl-grid .dxbl-grid-table > tbody > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):focus-within > .dxbl-text-edit,
.dxbl-grid .dxbl-grid-table > tbody > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):has(.dxbl-text-edit.dxbl-focused) > .dxbl-text-edit,
.dxbl-grid .dxbl-grid-table > tfoot > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):focus-within > .dxbl-text-edit,
.dxbl-grid .dxbl-grid-table > tfoot > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):has(.dxbl-text-edit.dxbl-focused) > .dxbl-text-edit,
.dxbl-grid .dxbl-grid-table > thead > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):focus-within > .dxbl-text-edit,
.dxbl-grid .dxbl-grid-table > thead > tr.dxbl-grid-editor-inplace-container > td:not(.dxbl-grid-command-cell):not(.dxbl-grid-selection-cell):has(.dxbl-text-edit.dxbl-focused) > .dxbl-text-edit {
  outline: 0.15rem solid var(--dxbl-grid-focus-frame-color);
  outline-offset: -0.15rem;
}

button.dxbl-btn-text-primary {
  color: #2C6C16;
}

.dxbl-grid-empty-data {
  padding-top: 16px !important;
}

.dxbl-grid-empty-data > span {
  border: none !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.dxbl-checkbox.dxbl-checkbox-switch.dxbl-checkbox-checked .dxbl-checkbox-check-element {
  background-color: #2C6C16;
}

.dxbl-checkbox-check-element {
  background-color: #2C6C16;
}

.lock-unos-button {
  background-color: #2C6C16;
  border: 1px solid #ececec;
}

.group-header-with-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.dxbl-list-box-item-selected {
  background-color: #2C6C16 !important;
}

.view-all-text {
  white-space: normal !important;
}

.lbe-button, #dx-case-upload-btn {
  border: 1px solid transparent;
}

#dx-case-upload-save-btn.dxbl-disabled, #dx-case-upload-save-btn:disabled {
  opacity: 0.38;
  background-color: #2C6C16;
  border: 1px solid #2C6C16;
}

.dashboard-button:not(.dxbl-disabled):not(:disabled):hover,
.lbe-button:not(.dxbl-disabled):not(:disabled):hover,
.dxbl-btn-info:not(.dxbl-disabled):not(:disabled):hover,
#dx-case-upload-btn:not(.dxbl-disabled):not(:disabled):hover {
  border: 1px solid #2C6C16;
  background-color: #FFF;
  color: #2C6C16;
}

.dxbl-btn-secondary:not(.dxbl-disabled):not(:disabled):hover {
  border: 1px solid #FFF;
  background-color: #2C6C16;
  color: #FFFFFF;
}

.list-group, .list-group-item {
  border-color: #ececec !important;
  background-color: #FAFAFA !important;
  border-radius: 4px !important;
}

.dxbl-grid-table tr:nth-last-child(2) > td {
  border-bottom: none !important;
}

.page-header {
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  background: none !important;
  border: none !important;
}

.page-header > sub {
  display: block;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.active-case {
  float: right;
  border-radius: 8px;
  background: var(--lbe-sys-light-primary-fixed-dim, #92D876);
  padding: 12px 24px;
  color: var(--lbe-sys-light-on-primary-fixed-variant, #155200);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.chart-container {
  padding-top: 8px;
  margin: 4px;
  border-radius: 10px;
}

.chart-title {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}

.dxbl-pager-active-page-btn {
  background-color: #2C6C16 !important;
}

.contact-information-container {
  margin-bottom: 4px;
  background-color: white;
}

.contact-information-container h5 {
  background-color: #2C6C16 !important;
  color: #FFF !important;
}

.contact-information-container table {
  table-layout: fixed;
}

.contact-information-container > section {
  margin: 0px;
}

.dxbl-tag-tmpl > button {
  color: #000;
  border-radius: 8px;
  border: 1px solid var(--lbe-sys-light-outline, #74777F);
  background: none;
}

.videos-container {
  margin-left: 0px;
  margin-right: 0px;
}

.videos-container .col:first-child {
  padding-left: 0px;
  padding-right: 4px;
}

.videos-container .col:last-child {
  padding-left: 4px;
  padding-right: 0px;
}

.image-asset {
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

.tabs-container {
  flex-flow: column;
  display: flex;
}

.tabs-container > div {
  overflow: auto;
  flex: 1;
  margin: 8px 0px 0px 0px;
  padding: 2px;
}

.current-vital-cell {
  background-color: #FFEEE0 !important;
}

.after-laterality-change-cell {
  background-image: linear-gradient(to right, #841d80, rgba(132, 29, 128, 0));
  background-repeat: no-repeat;
  background-position: left;
  background-size: 4px 100%;
}

.overflow-container {
  overflow-y: auto !important;
  overflow-x: hidden;
  height: 100%;
  padding-right: 8px;
}

dxbl-loading-panel {
  height: auto !important;
}

.dxbl-wait-indicator-inverted {
  --dxbl-wait-indicator-color: white;
}

.header-text {
  font-size: 14px !important;
}

.instructions {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background-color: #fff !important;
}

.role-hint {
  font-style: italic;
  font-size: smaller;
  font-weight: normal;
}
.role-description {
  font-size: smaller;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.role-label {
  font-weight: 600;
}

.home-container {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.dxbl-group-header {
  font-weight: 500 !important;
}

.online-dot {
  height: 12px;
  width: 12px;
  border: 1px solid #2c6c16;
  background-color: #bfd2b9;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
}

.team-member-card-name {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dx-chart-legend-text, dxc-arg-title, .chart-legend {
  font-size: 13px !important;
  font-family: Barlow !important;
}

.evlp-order-box-header {
  background-color: #841d80 !important;
  color: white !important;
}

.evlp-order-button {
  background-color: #841d80 !important;
}

.evlp-order-box > .dxbl-group {
  border-bottom: 1px solid #841d80 !important;
  border-left: 1px solid #841d80 !important;
  border-right: 1px solid #841d80 !important;
  background-color: #f2e8f2 !important;
}

.video-conference-cell {
  color: #841d80 !important;
  background-color: #f2e8f2 !important;
  font-size: 14px !important;
}

.video-conference-cell > a {
  color: #841d80 !important;
  font-size: 14px !important;
}

.note-box {
  margin-top: 2px;
  margin-bottom: 0px;
  padding-left: 10px;
  font-style: italic !important;
}

.download-link {
  text-align: right !important;
}

.checklist-form-label {
  font-weight: 500 !important;
  font-size: 13px !important;
  padding-left: 6px !important;
}

.dst-alert {
  margin: 16px;
  padding: 8px;
  width: 90%;
}

.dst-alert button {
  margin: 4px;
}

.barcode-scanner-container {
  width: 100%;
  margin: 10px;
  padding: 5px;
}

.barcode-scanner-item {
  width: fit-content;
  margin: auto;
}

.barcode-scanner-error-container {
  border-left: 3px solid #B81106;
  background-color: #ED948E;
  width: 100%;
  padding: 5px;
}

.barcode-scanner-error-caption {
  background-color: #ED948E;
}

.equipment-item-badges > span {
  margin-left: 2px;
}

.badge-equipment {
  min-width: 10px;
  padding-bottom: 0.4em;
}

.equipment-item-title {
  text-align: left;
  width: 75%;
}

.scanned-equipment-grid-caption {
  position: static !important;
}

.zxing-container > .alert {
  display: none;
}
