@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

body {
    font-family: 'Roboto', sans-serif;
}

/*These are CSS classes for the headers*/
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:#08415c;
}

h1 {
    font-size: 48px;
    padding: 10px;
    text-align: center;
}

h2 {
    font-size: 30px;
    padding: 10px 0 8px;
}

.header-special, .header-detailed {
    font-size: 26px;
    padding: 15px 0 0;
}

.section-header {
    font-size: 24px;
    padding: 0 0 10px;
}

.card-title {
    color: #08415c;
    font-size: 22px;
    padding: 10px 0 0;
}

label {
    font: bold 16px;
}

p {
    color: #5f5e5e;
    font-size: 16px;
    padding: 10px;

}

/*Caution: Removing or altering focus style might affect accessibility.
  For more information, see WCAG 1.4.11 and 2.4.7*/
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;
}

/*For Safari compatibility, which does not support box-shadows on
  unstyled form controls. A black colored outline has
  sufficient contrast against our white and grey backgrounds.*/
input:not(.form-control, .custom-select, .custom-control-input, .btn):focus {
    box-shadow: none;
    outline: 2px #000 solid;
    outline-offset: 2px;
}

/*Caution: Hyperlinks have underlines by default.
  Removing the underline can affect accessibility.
  For more information, see WCAG 1.4.1*/
a {
    color: #08415c;
    text-decoration: underline;
}

a.btn {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*Caution: Removing hyperlink focus style will
  result in using browser defaults, which might affect accessibility.
  For more information, see WCAG 1.4.11 and 2.4.7*/
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 0px;
}

.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;
}

/*These are the CSS classes for the header and footer */
.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;
}

.navbar-dark .navbar-nav .nav-link:hover, .dropdown-item:focus, .dropdown-item:hover {
    text-decoration: underline;
}

/* Theses are CSS styling classes for logon/logout pages*/
.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;
}

/*These are CSS classes for the buttons*/
.btn-primary, .btn-secondary, .btn-light {
    margin: 10px 0;
}

/*Caution: Altering button borders might affect accessibility.
  For more information, see WCAG 1.4.11*/
.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 {
    background-color: #08415c;
    color: #fff;
    margin: 10px 5px 10px 0;
}

.btn-primary:disabled {
    background-color: #08415c;
}

.btn-secondary {
    background-color: #e2e3e5;
    color: #08415c;
    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, .btn-outline-secondary:hover {
    background-color: #a4a5a5;
    color: #05171f;
    text-decoration: underline;
}

#transaction-menu .btn:hover {
    text-decoration: underline;
}

.badge-primary {
    background-color: #08415c;
}

.selectOptions {
    color: #08415c;
    padding: 20px 12px 6px;
}

/*These are CSS alert styling classes*/
.btn-alert {
    color: #b81f18;
    font-size: 14px;
    padding: 4px 12px 6px;
}

.btn-alert:hover {
    color: #08415c;
}

.alerts-bar{
    background-color: #f1f4f7;
    margin: 0 0 20px;
    text-align: center;
}

/*These are CSS styling classes for the navigation bar*/
.main-navbar {
    background-color: #08415c;
    color: #000;
    padding: 5px;
    font: bold 26px 'Open Sans', sans-serif;
    font-kerning: auto;
}

nav li {
    margin: 0px 0px 0px 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;
}

/*These are the CSS Styling classes for search*/
#no-results-message {
    color: #5f5e5e;
    font-size: 16px;
    padding: 4px 0 0;
}

.ui-datepicker-trigger {
    width: 35px;
}

.visit-date {
    padding-left: 0px;
}

.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;
}

/*Caution: Changing form field border color can affect accessibility
  For more information see WCAG 1.4.11*/
.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,
.control-group {
    border-color: #757575;
}

.custom-switch .custom-control-label::after {
    background-color: #757575;
}

.transaction-label {
    flex-basis: 33%;
}

#researcher-tags-input {
    width: 100%;
}
a.offscreen{
    clip-path: inset(100%);
    clip: rect(1px 1px 1px 1px); /* IE 6/7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; /* added line */
    width: 1px;
}

a.offscreen:focus{
  position:relative;
  clip:auto;
  width:auto;
  height:auto;
  overflow:auto;
  clip-path: none;
}

/* EAD Styling */

.EADCommon {
    margin-bottom: 20px
}

.EADSection {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #666666
}

.EADGroup {
    margin: 5px;
    padding: 5px;
}

.EADContainer {
    margin-left: 20px;
    padding: 0px;
}

.EADRequest {
    display: block
}

.c01 {
    padding-left: 5px;
    font-weight: bold
}

.c02 {
    padding-left: 15px
}

.c03 {
    padding-left: 30px
}

.c04 {
    padding-left: 45px
}

.c05 {
    padding-left: 60px
}

.c06 {
    padding-left: 75px
}

.c07 {
    padding-left: 90px
}

.c08 {
    padding-left: 105px
}

.c09 {
    padding-left: 120px
}

.c10 {
    padding-left: 135px
}

.c11 {
    padding-left: 150px
}

.c12 {
    padding-left: 165px
}

/* Cookie Consent Styling */

.theme_atlas{
    --cc-bg: #333333;
    --cc-text: #fff;
    --cc-btn-primary-bg: #08415c;
    --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;
}

/* Datepicker styling */

.date-picker-control, .date-picker-control:link, .date-picker-control:visited
{
    background-image: url("images/fa-calendar.svg");
    background-position: 0,0;
}

.date-picker
{
    font-family: 'Open Sans', sans-serif;
    color:#08415c;
}

.date-picker .date-picker-today, .oldie .date-picker .date-picker-today {
    background-image: none;
    background: #fff;
 }

.date-picker .day-disabled
{
    background-image: none;
    color: #555;
    background-color: #e6e6e6;
}

.day-disabled .date-picker-hover {
    color: #555;
}

.date-picker table {
    border-color: #000;
    border-radius: .25 rem;
    background-image: none;
}

.date-picker td {
    background-image: none;
    border-color: #919191;
    text-shadow: none;
}

.date-picker .date-picker-unused {
    background-color: #fcfcfc;
    background-image: none;
}

.btn-primary-append {
    margin: 0;
}

.btn-secondary-append {
    margin-top: 0;
}

.date-picker .date-picker-highlight {
    color: #333;
}

.date-picker .date-picker-hover {
    text-shadow: none;
    background: #c9e7e9;
    color: #415A76;
    border-color: #000;
}

.date-picker .date-picker-hover.day-disabled {
    background-image: none;
    background-color: #e6e6e6;
}

.date-picker-focus .date-picker-hover {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
}

.btn-outline-secondary {
    color: #000;
}

.date-picker-button-active span, .date-picker-control:hover span {
    box-shadow: none;
}

 .validation-message {
    font-style: italic;
 }

 @media (max-width: 767.98px) {
    .mx-w-100 {
      width: 100% !important;
    }
  }