/*!
LEGAL
=====
Copyright 2024 Atlas Systems, Inc. http://www.atlas-sys.com
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto");
body {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #AD122A;
}
h1 {
  font-size: 48px;
  padding: 10px;
  text-align: center;
}
h2 {
  font-size: 30px;
  padding: 10px 0 8px;
}
.header-special,
.header-detailed {
  margin-top: 1.5rem;
  font-size: 26px;
  padding: 15px 0 0;
}
.page-header {
  font-size: 26px;
  padding: 15px 0 0;
}
.section-header {
  font-size: 24px;
  padding: 0 0 10px;
}
img {
  vertical-align: middle;
  border-style: none;
  height: 110px;
}
.card-body {
  padding: 0.75rem 1.25rem;
}
.card-title {
  color: #AD122A;
  font-size: 22px;
  padding: 10px 0 0;
}
label {
  font: bold 16px;
  width: 100%;
}
p {
  color: #5f5e5e;
  font-size: 16px;
  padding: 10px;
}
button:focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus,
.form-control:focus,
.custom-select:focus,
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #000;
  outline: 2px transparent solid;
}
input:not(.form-control, .custom-select, .custom-control-input, .btn):focus {
  box-shadow: none;
  outline: 2px #000 solid;
  outline-offset: 2px;
}
a {
  color: #AD122A;
  text-decoration: underline;
}
a.btn {
  text-decoration: none;
}
a:not([href]):not([tabindex]).dropdown-item.btn.disabled {
  color: #6c757d;
}
a:not([href]):not([tabindex]).btn-primary.disabled,
a:not([href]):not([tabindex]).btn-secondary.disabled {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:focus-visible {
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #000;
  outline: 2px transparent solid;
}
ul {
  color: #5f5e5e;
  font-size: 16px;
  padding: 0 0 0 25px;
  word-wrap: normal;
}
.small-notes {
  color: #5f5e5e;
  font-size: 14px;
  padding: 4px 0 0;
}
.common-note {
  color: #5f5e5e;
  font-size: 16px;
  padding: 6px 0;
}
.req {
  color: #b81f18;
  font-size: 12px;
  padding: 0 0 0 6px;
  text-align: right;
}
.validationError {
  color: #b81f18;
}
.fas {
  font-size: 16px;
}
form section {
  background-color: #e2e3e5;
  margin-bottom: 40px;
  padding: 15px;
}
.head {
  background-color: #fff;
  height: auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.foot {
  border-top: 1px solid #0000001a;
  font-size: 14px;
  margin-top: 1rem;
  padding: 1rem 0;
}
#status br {
  display: none;
}
.info-block {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.bold {
  font-weight: bold;
}
.logon-directions {
  border-bottom: 1px solid #0000001a;
  font-size: 18px;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.logout-message {
  font-size: 16px;
}
.logon-field {
  padding: 0 15px 0 0;
}
.forgot-password-link,
.first-time-link {
  padding: 10px 0 0;
}
.btn-primary,
.btn-secondary,
.btn-light,
.btn.disabled,
.btn:disabled,
.btn-primary:hover,
.btn-secondary:hover,
.btn-light:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle,
.btn-light:not(:disabled):not(.disabled):not(.dropdown-item).active,
.btn-light:not(:disabled):not(.disabled):not(.dropdown-item):active,
.show > .btn-light.dropdown-toggle {
  border: 1px solid #6c757d;
}
.btn-link,
.btn-link.disabled,
.btn-link:disabled,
.dropdown-menu .dropdown-item.btn-light {
  border: none;
}
.btn-primary,
.btn-secondary,
.btn-light {
  margin: 10px 0;
}
.btn-primary {
  background-color: #AD122A;
  color: #fff;
  margin: 10px 5px 10px 0;
}
.btn-primary:disabled {
  background-color: #AD122A;
}
.btn-secondary {
  background-color: #e2e3e5;
  color: #AD122A;
  margin: 10px 5px 10px 0;
}
.btn-primary:hover {
  background-color: #52b3d9;
  color: #05171f;
  text-decoration: underline;
}
.btn-secondary:hover,
.dropdown-item:focus,
.dropdown-item:not(.disabled):hover {
  background-color: #a4a5a5;
  color: #05171f;
  text-decoration: underline;
}
#transaction-menu .btn:hover {
  text-decoration: underline;
}
.badge-primary {
  background-color: #AD122A;
}
.selectOptions {
  color: #AD122A;
  padding: 20px 12px 6px;
}
.btn-alert {
  color: #b81f18;
  font-size: 14px;
  padding: 4px 12px 6px;
}
.btn-alert:hover {
  color: #AD122A;
}
.alerts-bar {
  background-color: #f1f4f7;
  margin: 0 0 20px;
  text-align: center;
}
.main-navbar {
  background-color: #AD122A;
  color: #000;
  padding: 5px;
  font:
    bold 26px "Open Sans",
    sans-serif;
  font-kerning: auto;
}
nav li {
  margin: 0 0 0 12px;
}
nav li a {
  font:
    bolder 18px "Open Sans",
    sans-serif;
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: #e0e0e0;
}
.dropdown-item {
  font-size: 14px;
}
#no-results-message {
  color: #5f5e5e;
  font-size: 16px;
  padding: 4px 0 0;
}
.ui-datepicker-trigger {
  width: 35px;
}
.visit-date {
  padding-left: 0;
}
.researcher-tag-count {
  padding: 0 5px 0 0;
}
.checkbox {
  padding-top: 20px;
}
.form-checkbox {
  padding: 10px 16px;
}
section[name="order-info"] .form-check,
form[name="ChangeUserInformation"] .form-check {
  padding-left: 2.25rem;
}
.form-control,
.form-control:focus,
.custom-select,
.custom-select:focus,
.custom-control .custom-control-label::before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #757575;
}
.custom-switch .custom-control-label::after {
  background-color: #757575;
}
.transaction-label {
  width: 33%;
}
#researcher-tags-input {
  width: 100%;
}
a.offscreen {
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
a.offscreen:focus {
  position: relative;
  clip: auto;
  width: auto;
  height: auto;
  overflow: auto;
  clip-path: none;
}
.hidden {
  display: none;
}
.modal-footer {
  padding: 0;
}
.form-inline {
  margin: 20px;
}
.btn-outline-primary {
  color: #fff;
  border-color: #fff;
  font-size: 26px;
}
.btn-outline-primary:hover {
  background-color: #52b3d9;
  color: #000;
  border-color: #52b3d9;
}
#searchType label {
  width: auto;
}
.fa-stack {
  display: inline-block;
  height: 1.4em;
  line-height: 1em;
  position: relative;
  width: 1em;
}
.theme_atlas {
  --cc-bg: #333;
  --cc-text: #fff;
  --cc-btn-primary-bg: #AD122A;
  --cc-btn-primary-text: #fff;
}
.theme_atlas .cc_div a,
.theme_atlas .cc_div .cc-link {
  border-color: #d6d6d6;
  color: #d6d6d6;
}
.theme_atlas .cc_div #c-txt {
  color: var(--cc-text);
}
.theme_atlas .c-bn,
.theme_atlas .c-bn:hover {
  border: 1px solid #79818b;
}
