/* Main CSS file
LEGAL
=====
Copyright 2021 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 {
    font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5 {
    /*color:#08415c; original code*/
	color:#242423;
}

h1 {
	font-size: 2.37em; /* added 11-8-2021 mls */
    /*font-size: 48px; original code*/
    /*padding: 10px;
    text-align: center; removed 11-08-2021 */
}

h2 {
	font-size:2em;/*added 11-8-2021 mls*/
    /*font-size: 30px; original code */
    padding: 10px 0 8px;
}

/*added H3 12-14-2021 mls*/
h3 { 
	font-size:1.37em;/*added 11-8-2021 mls*/
    /*font-size: 30px; original code */
    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: #08415c;
    font-size: 22px;
    padding: 10px 0 0;
}

label {
    font: bold 16px;
    width: 100%;
}

p {
     /*color: #868e96; original code not enough contrast with background*/
	color:#212529;
    font-size: 16px;
    /*padding: 10px; removed 11-08-2021*/

}

/*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:#dd0000;
	text-decoration:underline;
	/*color: #08415c;
    text-decoration: none;* original code*/
}

a.btn {
    text-decoration: none;
}

a:hover {
    color:#9d0000;
	text-decoration:none;
	/*color: #08415c;
    text-decoration: none;* original code*/
}

/*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: #868e96; original code not enough contrast with background*/
	color:#212529;
    font-size: 16px;
    padding: 0 0 0 25px;
    word-wrap: normal;
}

.small-notes {
    /*color: #868e96; original code not enough contrast with background*/
	color:#212529;
    font-size: 14px;
    padding: 4px 0 0;
}

.common-note {
    /*color: #868e96; original code not enough contrast with background*/
	color:#212529;
    font-size: 16px;
    padding: 6px 0px;
}

.req {
    color: #c74827;
    font-size: 12px;
    padding:0 0 0 6px;
    text-align: right;
}

.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;
}

/* 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*/
/*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: #08415c;*/
	background-color:#dd0000;
    color: #fff;
    margin: 10px 5px 10px 0;
		font-weight:700;
}

.btn-primary:disabled {
    /*background-color: #08415c;*/
	background-color:#dd0000;
	
}

.btn-secondary {
    background-color: #e2e3e5;
    color: #08415c;
    margin: 10px 5px 10px 0;
}

.btn-primary:hover {
	/*background-color: #52b3d9; 
    color: #05171f; */
	background-color:#9d0000;
	color: #fff; 
	font-weight:700;
    /*text-decoration: underline;*/
}




.btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover {
    background-color: #a4a5a5;
    color: #05171f;
    text-decoration: underline;
}

.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;
}

/*These are CSS styling classes for the navigation bar*/
.main-navbar {
	background-color:#dd0000;
	color:#fff;
    /* 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;*/
	color:#fff;
}

.dropdown-item {
    font-size: 14px;
}

/*These are the CSS Styling classes for search*/
#no-results-message {
    /*color: #868e96; original code not enough contrast with background*/
	color:#212529;
    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-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;
}

.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;*/
	background-color:#900000;
	color:#fff;
	border-color:#900000;
}

#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{
    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;
}