/* AODA compliance overrides */
.onec-footer .footer-text-container {
    font-size: 0.75rem;
}

/* Custom field size */
.form-control.chars--10 {
    width: 20ex!important;
}

.alt-link {
    color: darkblue !important;
}
  
#fld_booking-home_eligibility_label {
    font-size: 16px;
    font-weight:600;
}

/* Expanded section left vertical line */
.left-blue-line {
    border-left: 0.25rem solid #0080a3;
}
.left-grey-line {
    border-left: 0.25rem solid #6c6c6c;
}
.left-green-line {
    border-left: 0.25rem solid #468313;
}
.left-yellow-line {
    border-left: 0.25rem solid #FFD440;
}
.left-light-blue-line {
    border-left: 0.25rem solid #4d4e9e;
}
.left-purple-line {
    border-left: 0.25rem solid #9108a3;
}
.bg-success {
  background-color: #e5f0e9 !important;
  color: black;
}
.bg-callout {
  background-color: #f2f2f2 !important;
  color: black;
}
/* Darker background */
.bg-green {
    background-color: #ecfae4 !important;
}
.bg-grey {
    background-color: #f5f5f5 !important;
}
.bg-yellow {
    background-color: #FEF6DC !important;
}

.last-hcn-digits {
    color: #92278F !important;
    font-weight: bold;
}

/* Banner progress bar */
.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}
.progress-bar-fill {
    display: block;
    height: 8px;
    background-color: #78af27;
}

/* Override link without href to have white text */
a.btn.btn-primary {
  color: #fff !important;
}

a.btn.btn-primary .btn-white:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/* Black button */
.btn-black {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
.btn-black:hover {
    color: #fff;
    background-color: #105d7b;
    border-color: #0e5470; }
.btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: #105d7b;
    border-color: #0e5470;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(55, 139, 172, 0.5); }
.btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #0e5470;
    border-color: #0d4c64; }
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(55, 139, 172, 0.5); }

/* AODA-compliant contrast warning text */
.text-warning {
    color: #8e6e06 !important;
}
.ontario-alert__header-icon{
    display:inline-block;
    vertical-align:top;
    margin-right:.95rem;
}
.ontario-alert__header-icon svg{
    width:36px;
    height:36px
}
@media screen and (max-width: 40em){
    .ontario-alert__header-icon svg{
        width:32px;
        height:32px
    }
}

/* Information menu page background */
.bg-menu-information {
    background-color: #00B2E3;
}

/* Booking menu page background */
.bg-menu-booking {
    background-color: #a79df4;
}

/* Vaccine viewer menu page background */
.bg-menu-vaccine-viewer {
    background-color: #ffd440;
}

/* Patient menu page background */
.bg-menu-support-review {
    background-color: #00b2e3;
}

/* Vaccine viewer menu page background */
.bg-menu-support-provider {
    background-color: #8DC63F;
}

/* Common divider */
hr {
    border: solid #d9d9d9;
    border-width: 1px 0 0;
    height: 0;
    margin: 1rem 0 1rem 0;
}

hr.thick {
    border-top: 4px solid #ededed !important;
}

#fld_booking-home_oop_label {
    font-size: 16px;
    font-weight: 600;
}

/* COVax subscript */
.app-name {
    vertical-align: sub;
    font-size: 50%;
}

/* Required field asterisk */
.required {
    color: #9E0000;
}

.blue-list > li {
    color: rgba(20,118,157,.5);
    line-height: 1.5rem;
}

.blue-list > li > span {
    color: #333!important
}

.narrow-list > li {
    line-height: .7rem;
}

.bg-alternative {
  background-color: #333;
}

.header-title {
  color: white;
  font-weight: 100 !important;
  font-size: 1.50rem;
  /* padding-left: 0.75rem; */
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.user-column {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  
}
@media screen and (max-width: 40em){
  .user-component {
    width: 40%;
  }
}

.onec-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.assist-text {
  font-size: small;
}

.assist-text div {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.user-component--banner {
  color: white;
}

.card-body-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
}

@media screen and (max-width: 40em){
  .card-body-menu {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  #fld_identity_vcode_label {
    margin-bottom: 0;
  }
}
#fld_identity_vcode_label {
  margin-bottom: 25px;
}

.help-header {
  font-size: 18px;
  font-weight: bold !important;
}

.button-row {
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  flex-wrap: wrap-reverse;
  justify-content: flex-start;
}

#terms-label .fa-stack {
  -webkit-transform: scale(2);
  transform: scale(2);
  /* padding: 10px; */
}

.nonbold-required {
  font-weight: 400;
}

.no-bullet-list {
  list-style-type:none;
  padding: 0px;
  margin: 0px;
}

.no-bullet-list>li {
  list-style: none;
  background-image: none;
  background-repeat: none;
  background-position:0;
}

.ontario-legend {
  font-size: 16px;
}
