/*
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in illiad.css, which should not be altered.
*/

/*
LEGAL
=====
Copyright 2022 Atlas Systems, Inc. http://www.atlas-sys.com
*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');*/

/*Original code is commented out and will follow default css file
Color references, updated 7/2024:
Light gray #cccccc
Medium gray #888888
Dark gray #555555
Gold #eaaa00
Maroon #5a0722
Hover red #680013 (deprecated)
*/

/*
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 {
    color:#08415c;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Open Sans', sans-serif;
}
*/
.header-special, .header-detailed {
    margin-top: 1.5rem;
    font-size: 26px;
    padding: 15px 10px 8px;
}

.page-header {
    font-size: 26px;
    padding: 15px 10px 8px;
}
/*
.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: #08415c;
    font-size: 22px;
    padding: 10px 0 0;
}

label {
    font: bold 16px;
    width: 100%;
}



*/

h1, .h1, h3, .h3 {
color: #5a0722;
}
h2, .h2 {
color: #ffffff;
background-color: #5a0722;	
}
p {
    color: #000;
    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: #5a0722;
    text-decoration: none;
}

a.btn {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
	
}

/*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;
}

.fas {
    font-size: 16px;
}
*/
form section {
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 15px;
}

/*These are the CSS classes for the header and footer */

.head {
    background-color: #ffffff;
    height: auto;
    padding: 10px;
    width: 100%;
}
 /*  text-align: center;*/
.head h1 {
	font-size: 2.5rem;
	display: inline;
	padding-left: 4rem;	
}

.head img {
    border-style: none; 
	height: 4rem;
	padding-bottom: 1rem;
}
/*

.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;
}

*/

/* 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;
	color: #000000;
}

.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*/
/*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: #5a0722;
    color: #ffffff;
    margin: 10px 5px 10px 0;
	border: 3px solid #5a0722;
}
.btn-primary:hover, .btn-primary:not(.disabled):hover {
    background-color: #5a0722;
    color: #ffffff;
    text-decoration: underline;
	border: 3px solid #eaaa00;
}
.btn-secondary {
    background-color: #e2e3e5;
    color: #000000;
    margin: 10px 5px 10px 0;
}

.btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover {
    background-color: #a4a5a5;
    color: #000000;
    text-decoration: underline;
}

.btn-primary:disabled {
    background-color: #555555;
	border:3px solid #555555;
	}

.btn-primary:disabled:hover {
    background-color: #555555;
	border:3px solid #555555;
	text-decoration:none;
	}

/*
.badge-primary {
    background-color: #08415c;
}

.selectOptions {
    color: #08415c;
    padding: 20px 12px 6px;
}*/

/*These are CSS alert styling classes*/
/*.btn-alert {
    color: #c74827;
    font-size: 14px;
    padding: 4px 12px 6px;
}

.btn-alert:hover {
    color: #08415c;
}
*/
/*.alerts-bar{
    background-color: #f1f4f7;
    margin: 0 0 20px;
    text-align: center;
}*/

.alert-secondary {
	background-color: #ffffff;
	color: #5a0722;
}


/*These are CSS styling classes for the navigation bar*/
.main-navbar {
    background-color: #555555;
    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: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:focus {
	color: #ffffff;
	background-color: #888888;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #ffffff;
	background-color: #888888;
}

.dropdown-item {
    font-size: 14px;

}

/*These are the CSS Styling classes for search*/
label {
	width: inherit;
	margin-right: 15px;
}

/*
#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 {
      border-color: #757575;
  }

.custom-select {
	background-color: #cccccc;
}
*/
/*The below code controls the background colors of form text inputs and overrides the browser's autofill colors*/
.form-control {
	background-color:#ffffff;	
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px #ffffff inset !important; 
}

input:-webkit-autofill { -webkit-text-fill-color: #000000 !important; 
}
 /* 
.custom-switch .custom-control-label::after {
    background-color: #cccccc;
}

.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, #SearchTypeAll {
    display: inline !important;
}

.fa-stack {
    display: inline-block;
    height: 1.4em;
    line-height: 1em;
    position: relative;
    width: 1em;
}
*/

/* Cookie Consent Styling */
/*
.theme_atlas{
    --cc-bg: #888888;
    --cc-text: #fff;
    --cc-btn-primary-bg: #08415c;
    --cc-btn-primary-text: #fff;
}

.theme_atlas .cc_div a{
    color: var(--cc-btn-primary-bg);
}

.theme_atlas .cc_div #c-txt{
    color: var(--cc-text);
}

.theme_atlas .c-bn, .theme_atlas .c-bn:hover {
    border: 1px solid #79818B;
}*/