body {
  padding: 15px;
  margin: 0;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}

.bg-red {
  background-color: #eb1700 !important;
}

.bg-light-grey {
  background-color: #cccccc;
}

.vertical-image-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.container .form-invalid {
  border-color: #eb1700;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
}

.app-container {
  border: 1px solid #333333;
}
@media (max-width: 1199px) {
  .app-container {
    min-width: 960px;
    max-width: 0;
  }
}
@media (min-width: 1200px) {
  .app-container {
    min-width: 0;
    max-width: 1140px;
  }
}

.title {
  color: #ffffff;
  padding: 15px 0;
  margin: 10px 0;
}

.terms-of-service {
  height: 400px;
  text-align: justify;
  overflow: auto;
}

.footer-disclaimer-text {
  font-size: 13px;
}

.tooltip .tooltip-inner {
  color: white;
  background-color: black;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: black;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: black;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: black;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: black;
}

.keratometry-card .form-control {
  display: inline-block;
  width: 75%;
}

.biometry-card {
  height: 100%;
}
.biometry-card .form-group:first-of-type .form-control {
  display: inline-block;
  width: 75%;
}

.calc-preferences-card .form-group:first-of-type .custom-select {
  display: inline-block;
  width: 80%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .biometry-card .custom-select,
  .calc-preferences-card .custom-select {
    padding-left: 5px;
  }
}

.patient-info-title {
  position: relative;
  top: 5px;
}

.nav-tabs {
  border: 0;
  padding: 0;
}
.nav-tabs .nav-item {
  padding: 0;
}
.nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  background-color: #cccccc;
  color: #000 !important;
}
.nav-tabs .nav-link.active {
  background-color: #eb1700;
  color: #ffffff !important;
}

.units {
  display: inline-block;
  padding-left: 5px;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .units {
    padding-left: 0;
  }
}

.form-control.is-invalid,
.custom-select.is-invalid {
  background-color: #fbd4d0;
}

.card-body,
.form-control {
  font-size: 12px;
}

.card-body {
  padding: 10px;
}
.card-body .form-group {
  margin-bottom: 0.25rem;
}

.card-header {
  padding: 0.75rem 0.8rem;
  font-size: 14px;
}
.card-header .btn {
  font-size: 14px;
}
.card-header span:hover {
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .eye-side .col-sm {
    padding-left: 14px;
  }
}

.octicon-info {
  position: relative;
  fill: #ffffff;
}

.compass {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facial-orientation {
  height: 100px;
}

.orientation-indicator {
  width: 15px;
  position: relative;
  letter-spacing: 5px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .orientation-indicator {
    display: block;
    word-break: break-all;
    float: left;
    margin-top: 1.2em;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rtext {
    float: right;
    margin-top: 2.4em;
  }
}

.eye-selection {
  right: 52px;
  position: relative;
  height: 52px;
  width: 50px;
}

.lens-image {
  position: absolute;
  margin-left: 18px;
  display: none;
}

.incision-image {
  position: absolute;
  margin-left: 14px;
  display: none;
}

.orientation-degree {
  position: absolute;
  display: none;
  width: 65px;
  margin-right: -35px;
  text-align: center;
  font-size: 24px;
}

.lens-select {
  padding: 0;
}
@media (max-width: 1199px) {
  .lens-select {
    width: 100%;
  }
}
.lens-select .dropdown-header {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9rem;
}

.lens-dropdown-toggle {
  width: 300px;
  background-color: #cccccc;
  border-color: #cccccc;
  color: var(--dark);
  text-transform: uppercase;
  font-size: 14px;
}
.lens-dropdown-toggle:hover, .lens-dropdown-toggle:focus, .lens-dropdown-toggle:active {
  background-color: #cccccc;
  border-color: #cccccc;
  color: var(--dark);
}
.lens-dropdown-toggle:focus {
  box-shadow: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .date-input {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.dropdown-wrapper {
  height: 2.5rem;
}

.flatpickr-day {
  border-radius: 0;
}

.labeling-font {
  font-size: 0.8rem;
}

.ua-mark-image {
  height: 20px;
  margin-left: 5px;
  margin-top: -2px;
}

.ce-mark-image {
  height: 30px;
  margin-top: -2px;
}

.symbol-medium {
  width: 32px;
}

.symbol-small {
  width: 22px;
  padding-right: 3px;
}

.modal-notes {
  max-width: 450px;
}
.modal-notes textarea {
  margin-top: 20px;
  resize: none;
  line-height: 21px;
}

.radio-plain {
  transform: scale(1.2);
  margin-right: 3px;
}

.table label:hover {
  cursor: pointer;
}

.eye-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@page {
  size: letter portrait;
}
.table tr:first-child th {
  background-color: #343a40 !important;
}

.table tr:first-child th.head-preview {
  background-color: #f8f9fa !important;
}

.table tr:first-child th.head-preview.bg-dark {
  background-color: #343a40 !important;
}

.print-only {
  display: none;
}

.preview-controls {
  display: none;
  margin-top: -65px;
  text-align: center;
}

.eye-image-container {
  margin-right: auto;
  margin-left: auto;
}

.print-preview {
  font-size: 24px;
}
.print-preview .table-sm td,
.print-preview .table-sm th {
  padding: 0.1rem;
}
.print-preview table.table {
  margin-bottom: 0.25rem !important;
}
@media (max-width: 1199px) {
  .print-preview .lens-image {
    top: 80px;
    left: 378px;
  }
}
@media (max-width: 1199px) {
  .print-preview .orientation-degree {
    top: 145px;
    left: 463px;
  }
}
.print-preview .orientation-indicator {
  width: 25px;
}
@media (max-width: 1199px) {
  .print-preview .incision-image {
    top: 138px;
    left: 475px;
  }
}
.print-preview .pr-md-mark-image {
  height: 22px;
  padding-left: 5px;
}
.print-preview .pr-udi-mark-image {
  height: 22px;
  padding-left: 5px;
}
.print-preview .pr-ua-mark-image {
  height: 22px;
  padding-left: 5px;
}
.print-preview .pr-ce-mark-image {
  height: 22px;
  padding-left: 5px;
}
.print-preview .pr-ce-mark p {
  text-align: right;
  font-size: 24px;
  padding-top: 2px;
}
.print-preview .js-eye-selection:hover {
  cursor: default;
}
.print-preview .pr-notes {
  text-align: left;
  display: inline-block;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 24px;
  width: 100%;
}
.print-preview legend {
  width: 30%;
  float: right;
  margin-top: -90px;
  padding-left: 0;
  font-size: 22px;
}
.print-preview .legend-incision {
  height: 30px;
  transform: rotate(270deg);
  margin-right: 15px;
  margin-left: 15px;
}
.print-preview .eye-selection-text-container {
  margin-left: 0px;
  margin-bottom: -50px;
}
.print-preview .face-image-container {
  margin-right: 0px;
  margin-bottom: -100px;
}
.print-preview tr {
  text-align: center;
}
.print-preview .app-container {
  border: none !important;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  @media print {
    .print-preview .app-container {
      min-width: 1040px;
    }
  }
}
.print-preview .bg-light {
  background-color: #ffffff !important;
}
.print-preview .card {
  border: none;
  margin-bottom: 0 !important;
}
.print-preview .card-header {
  padding: 2px;
}
@media print {
  .print-preview .card-header {
    padding: 3px;
  }
}
.print-preview .card-body {
  padding: 0 !important;
  font-size: 24px;
}
.print-preview.card.mb-3, .print-preview.row.mb-3 {
  margin-bottom: 0 !important;
}
@media print {
  .print-preview.card.mb-3, .print-preview.row.mb-3 {
    margin-bottom: 0.2rem !important;
  }
}
.print-preview.table-sm td, .print-preview.table-sm th {
  text-align: center;
}
.print-preview .notes {
  margin-bottom: 1rem;
}
.print-preview .preview-controls {
  display: block;
  margin-left: 0;
}
@media print {
  .print-preview .preview-controls {
    display: none !important;
  }
}
.print-preview .print-header {
  margin-bottom: 0.7rem !important;
}
.print-preview .justify-content-center.pr-left {
  justify-content: flex-start !important;
  text-align: left !important;
  z-index: -1;
}
.print-preview .justify-content-center.pr-right {
  justify-content: flex-end !important;
  text-align: right !important;
  z-index: -1;
}
.print-preview .pr-large-title th {
  font-size: 36px;
}
.print-preview .pr-medium-title th {
  font-size: 24px;
}
.print-preview .pr-small-title th {
  font-size: 18px;
}
.print-preview .table {
  margin-bottom: 0.5rem;
}
@media print {
  .print-preview .table-bordered thead td .print-only,
  .print-preview .table-bordered thead th .print-only {
    border: 3px solid #cccccc !important;
    background-color: #000 !important;
    color: #cccccc;
    font-size: 22px;
  }
}
.print-preview .text-warning {
  color: #000000 !important;
  font-weight: 600;
}
.print-preview tbody {
  font-size: 22px;
}

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