/*
LEGAL
=====
Copyright 2023 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;
}

/*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:#687C2F;
}

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;
}

.sub-heading {
    background-color: #d1cec8;
    font-size: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sub-heading-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.department-title{
    font-family: "Adobe Caslon Pro", "adobe-caslon-pro", serif;
    font-weight: 600;
    color: #353535;
}

.welcome-note{
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #212529;   
}

img {
    vertical-align: middle;
    border-style: none;
    height: 110px;
}

.card-body {
    padding: 0.75rem 1.25rem;
}

.card-title {
    color: #08415c;
    font-size: 22px;
    padding: 10px 0 0;
}

.card-doc-type{
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color:cyan;
}

label {
    font: bold 16px;
    width: 100%;
}

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;
  }

a {
    color: #9B2822;
    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;
    font-style: italic;
    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: #f0efed;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}

/*These are the CSS classes for the header and footer */
.head {
    background-color: #000;
    height: auto;
    width: 100%;
}

.head img {
    height: 45px;
}

.logo-container {
    height: 45px;
    transform: translateX(-15px);
}

.foot {
    border-top: 1px solid #0000001a;
    font-size: 14px;
    margin-top: 1rem;
    padding: 1rem 0;
}

.foot div {
    display: flex;
    justify-content: center;
}

.foot div:nth-child(2) {
    display: none;
}

/* For Mobile */
@media screen and (max-width: 410px) {
    .foot div:nth-child(1) {
        display: none;
    }

    .foot div:nth-child(2) {
        display: flex;
    }
}

#status br {
    display: none;
}

.info-block {
    border-bottom: 1px solid #0000001a;
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.bold {
    font-weight: bold;
}

/* Theses are CSS styling classes for logon/logout pages*/
.logon-message-flex-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 40px 20px 0px;
}

.logon-welcome {
    color: black !important;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    padding: 10px;
}

.logon-slogan {
    text-align: center;
    color: #505f25;
    font-style: italic;
    font-weight: 400;
    line-height:1.5;
    font-size: 1.2rem;
}

.logout-message {
   font-size: 16px;
}

#logon-container {
    height: 94%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logon-wrap {
    width: 100px;
    height: 70px;
    background: rgba(240, 239, 237, .8);
    padding: 16px;
    border-radius: 15px;
    /* box-shadow: 10px 5px 10px lightgray; */
    display: flex;
    flex-direction: column;
    margin: auto;
    transition: height 500ms, width 500ms;
    overflow: hidden;
    border-color:black;
}

/* ORIGINAL INPUT WRAP */
.logon-input-wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* Hover input wrap */
.logon-input-wrap div {
    margin-bottom: 10px;
    display: none;
}

.logon-btn {
    margin:0!important;
    width: max-content;
    align-self: center;
    position: static;
    bottom: 0;
}

.logon-foot {
    border: none;
    margin-bottom: 10px;
    
}

/* Styles for Logon Background transition */
.logon-image {
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -100;
    /* opacity: 0.6; */
    background-repeat: none;
}

#back1 {
    background: url('./images/Detail_of_Reed-Quad,lookingnorth-1890.jpg');
    opacity: 0.6;
    background-position: center fixed;
    background-size: cover;
}

#back2 {
    background: url('./images/quadimage2.jpeg');
    /* background:  url('./images/Lee-HubbardHall,Exterior-1904.jpg'); */
    background-position: center fixed;
    background-size: cover;
}

/* #back3 {
    background:  url('./images/Lee-HubbardHall,Exterior-1904.jpg');
    background-position: center fixed;
    background-size: cover;
} */

@keyframes backgroundchangeFadeInOut {
    0% {
      opacity:0; 
      /* transparent */
    }
    100% {
      opacity:1;
    }
}
  
@-webkit-keyframes backgroundchangeFadeInOut {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

#backgroundchange div:nth-of-type(1) {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

#backgroundchange div:nth-of-type(2) {
    animation-delay: 10;
    -webkit-animation-delay: 10;
    /* opacity: 0.6; */
    
}

#backgroundchange div {
    animation-name: backgroundchangeFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 10s;

    
    -webkit-animation-name: backgroundchangeFadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 10s;

    /* TODO: should I add -moz? */
}

/* Styles for Logon 2 */
.logon-directions {
    margin-bottom: 10px;
    /* width: 100px;
    height: 70px;
    background: rgba(240, 239, 237, .8);
    padding: 16px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: auto;
    transition: height 500ms, width 500ms;
    overflow: hidden;
    border-color:black; */

}

.logon2-image {
    /* Winter background image */
    /* background-image: url('./images/Lee-HubbardHall,Exterior-1904.jpg'); */
    
    /* Summer background image */
    background-image: url('./images/Detail_of_Reed-Quad,lookingnorth-1890.jpg');
    
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -100;
    opacity: 0.6;
    background-repeat: none;
}

/*These are CSS classes for the buttons*/
/*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, .btn-secondary, .btn-light {
    margin: 10px 0;
}

.btn-primary {
    background-color: #687C2F;
    color: #fff;
    margin: 10px 5px 10px 0;
    border: none;
}

.btn-primary:disabled {
    background-color: #08415c;
}

.btn-secondary {
    background-color: #f0efed;
    color: #687C2F;
    margin: 10px 5px 10px 0;
    border: none;
}

.btn-primary:hover {
    background-color: #687C2F;
    opacity: 60%;
    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: #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;
} */
/* 
.btn-alert {
    margin-top: 10px;
    background-color: #d1cec883;
    color: #212529;
    font-size: 14px;
    padding: 4px 12px 6px;
}

.btn-alert:hover {
    color: #9B2822;
    opacity: 70%;
    text-decoration: underline;
}

.alerts-bar {
    margin: 0 0 20px;
    text-align: center;
}

.alert {
    background-color: #f0efed;
    border-style: none;
} */

/*These are CSS alert styling and help button styling classes*/

.alerts-help-bar {
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: .25fr 1fr .25fr;
    justify-items: center;
}

.alert {
    background-color: #f0efed;
    border-style: none;
}

.btn-alert {
    background-color: #d1cec883;
    color: #212529;
    font-size: 14px;
    height: min-content;
    padding:  5px 12px;
    display: flex; 
    align-items: center;
}

.btn-alert span {
    /* This targets the info icon in the alert bar */
    padding-right: 5px;
}

.btn-alert:hover {
    color: #9B2822;
    opacity: 70%;
    text-decoration: none;
}

.btn-alert:focus{
    text-decoration: none;
}

/* Styles for the help button */
#help-btn {
    display: inline-block;
    padding: 7px;
    margin-left: auto;
    font-size: 19px;
    background-color: #9B2822;
    border-radius: 0.25rem;
    color: white;

}

#help-btn:hover {
    text-decoration: none;
}

.help-dropdown {
    place-self: end;
}

.help-dropdown > summary {
    list-style: none;
    list-style-type: none;
}

.help-dropdown > summary::-webkit-details-marker {
    display: none;
}

.help-dropdown > summary::before {
    display: none;
}

.help-dropdown[open] > summary::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.help-dropdown-card {
    position: absolute;
    transform: translateX(-140px);
    width: max-content;
    margin-top: 15px;
    padding: 15px 15px 0px 15px;

    background-color: #f0efed;
    /* border: #d1cec8 2px solid; */
    border-radius: 5px;
    z-index: 101;
    box-shadow: 4px 4px 7px #d1cec8;
}

.help-dropdown-title {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.help-dropdown-card li, .help-dropdown-card li a{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    /* color: white !important; */
    color: #353535 !important;
    color: #6c757d!important;
    font-weight: bold;
    font-size: 14.4px;
    text-decoration: none;
}

.help-dropdown-card li a span:nth-child(2):hover {
    text-decoration: underline;
}

.material-icons {
    margin-right: 15px;
    /* padding: 2px; */
    color: #9B2822;
}


/*These are CSS styling classes for the navigation bar*/
.main-navbar {
    background-color: #677c2f;
    padding: 10px;
    font: bold 26px 'Open Sans', sans-serif;
    font-kerning: auto;
    height: 62px;
    margin-bottom: 20px;
}

nav li {
    margin: 0px 0px 0px 40px;
}

nav li a {
    font: bolder 18px 'Open Sans', sans-serif;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    width: fit-content;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /* color: #9B2822; */
    opacity: 0.7;
}

.dropdown-item {
    font-size: 14px;
}

/* .underlined{
    border-bottom: solid 2px #353535;
} */
.underlined{
    border-bottom: solid 2px white;
}

/* .underlined:hover{
    border-color: #9B2822;
} */
.underlined:hover{
    opacity: 0.75;
}


.dropdown-bttn-container,
.dropdown-bttn-container:focus {
    all: unset;
}

.dropdown-bttn-container {
    display: none;
}

.new-navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid transparent 2px;
    width: 60px;
    height: 40px;
    border-radius: 10%;
}

.new-navbar-toggler span {
    font-family: 'Times New Roman', Times, serif;
    transform: translateY(-1px);
    color: #353535;
    text-align: center;
}

.new-navbar-toggler:hover {
    cursor: pointer;
    border-color: #585858;
    transition-duration: .5s;
}

@media screen and (max-width: 991px) {
    .dropdown-bttn-container {
        display: block;
    }
}

/* Style for main menu */
.checked-out-description {
    margin:0 0 10px;
}
.checked-out-description p{
    margin:0;
    padding: 0;
    color: #212529;

}

/*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;
}

/* Styles for Available online / print */
#requestType {
    display: flex;
    margin-bottom: 10px;
    height: min-content;
    gap: 10px;
}

#requestType label {
    margin: 0px;
}

.requestType {
    display: flex;
    align-items: center;
    background-color: #f0efed;
    height: 40px;
    width: fit-content;
    padding: 0px 15px;
    border-radius: 10px;
    border: solid transparent 3px;
}

.requestType:hover {
    transition: .3s;
    border: solid #f0efed 3px;
    border-bottom: solid transparent 3px;
}

#requestType label {
    width: min-content;
    padding-left: 5px;
}

input[name="inPrint"], input[name="online"] {
    accent-color: #9B2822;
}

/*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 {
      border: 1px solid #ced4da;
  }

  
.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); /* 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;
}

.hidden{
    display: none;
}

.modal-footer{
    padding: 0rem;
}

.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;
}


/* 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;
}

/* testing */

.red-square{
    background-color: red;
    height: 100px;
    width: 100px;
}

.big-blue-text{
    color: blue;
    font-size: 20px;
}

/* Styles for putting multiple fields on one line */

@media screen and (min-width: 576px) {

    .two-line,
    .three-line {
        height: 86px;
    }

    .two-line div {
        float: left;
        width: 50%;
    }

    .three-line div {
        float: left;
        width: 33.33333333%;
    }

    .date-notes {
        height: 86px;
        width: 100%;
        display: flex;
    }

    .date-left {
        width: fit-content;
    }

    .notes-right {
        flex-grow: 1;
    }

}

/* Styles for the resolver */

.resolve-container{
    display: flex;
    align-items: center;
}

#resolve-button{
    margin-left: 15px;
    cursor: pointer;
}

/* #resolve-button: hover{
    cursor: pointer;
} */

::placeholder{
    opacity: .5 !important;
}


/* styles for our test button */

/* .btn-custom {
    color: white;
    background-color: #687C2F;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    margin-bottom: 15px;
    border-radius: .25rem;
    cursor: pointer;
}

.btn-custom:hover {
    opacity: .6;
    text-decoration: underline;
}

.btn-custom:active {
    background-color: #08415c;
} */