@charset "UTF-8";

/*-----------------------------------------

Filename:       custom.css
Version:        1.0
Modified Date:  10/28/2016

------------------------------------------*/



/*==========================================
FONTS
===========================================*/

@font-face {
    font-family: 'latobold';
    src: url('lato-bold-webfont.woff2') format('woff2'),
         url('lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold_italic';
    src: url('lato-bolditalic-webfont.woff2') format('woff2'),
         url('lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoitalic';
    src: url('lato-italic-webfont.woff2') format('woff2'),
         url('lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.woff2') format('woff2'),
         url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*==========================================
GENERAL STYLES
===========================================*/

html, body {
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-kerning: normal;
}

body, h1, h2, h3, h4, h5, h6, p, li, button, input, select, textarea {
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.77);
}

a, a:visited {
    color: #428bca;
    text-decoration: none;
}

a:hover {
    color: #075290;
}

strong {
    font-family: 'latobold';
}

header {
    margin: 0;
}

nav {
    padding: 0;
    margin: 0;
}

ul.nobullets li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}

ul.nobullets {
    padding-left: 0;
}


/*=========================================
CUSTOM MEDIA QUERIES
==========================================*/
@media (min-width:1366px) {
	.previewForm-wrapper {
		width:1170px
	}
}
@media (max-width: 1024px) {

  .white-border-right { border-right: 0 !important;}
  .row.vertical-menu-bg .col-md-3,
  .row.vertical-menu-bg .col-md-9 {
    width: 100%;
  }
  .row.vertical-menu-bg nav {
    background-color: transparent !important;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1025px){
    .alert.mobile-warning {
      display: none;
    }
	.mobile-global-banner {
      display: none;
    }
	.mobile-global-banner2 {
      display: none;
    }
}

@media only screen and (max-width:1024px) {

  .custom-global-banner {
     display: none;
  }
  .custom-global-banner2 {
     display: none;
  }

  .visible-xs {
      display: block!important;
  }
  .container,
  .previewForm-wrapper {
    width: 100%;
    padding: 0 3%;
  }
  .no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .side-padding-15px {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section {
    margin-bottom: 1rem;
  }
  .feature-box-content {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
  }
  .hideStatus,
  .pf-form-status-heading {
    display: none;
  }
  .col-md-9.pf-form-heading,
  .col-md-9.patientForm {
    width: 100%;
  }
  .patientForm .padding-top-30px {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 768px){
  header { display: none;}
  .green-box,
  .readable-width {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .autoupload .col-md-6 {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {

    div.full-width, .title {
        display: none;
    }
    .box-260px {height: auto !important;}

    .instructions {
      float:left;
      width: 100%;
    }
    figure.pull-left {
        margin-right:0 !important;
        width: 100%;
    }
    figure.pull-right {
        margin-left:0 !important;
        width: 100%;
    }
    figure img,
    .feature-box img {
        width: 100% !important;
        clear: both;
    }
    .feature-box.fbx-2X .feature-box-content,
    .feature-box.fbx-4X .feature-box-content,
    .feature-box.fbx-5X .feature-box-content,
    .feature-box.fbx-3X .feature-box-content {
        width: 100% !important;
    }
    .feature-box.fbx-2X .feature-box-content ul:last-child,
    .feature-box.fbx-4X .feature-box-content ul:last-child,
    .feature-box.fbx-5X .feature-box-content ul:last-child,
    .feature-box.fbx-3X .feature-box-content ul:last-child {
        margin-bottom: 0.5rem !important;
    }
    .feature-box-content h3 a img[alt*="external"],
    .feature-box-content ul li a img[alt*="external"] {
        max-width: 0.625rem !important;
        max-height: 0.625rem !important;
    }
    .footer ul, .footer ul li {
        margin: 0;
        padding: 0;
    }
    .footer ul li a, .footer ul li a:visited {
        padding: .25em 1.5em;
        transition: all .25s ease-in-out;
        border-right: 0 !important;
        color: #555;
    }
    .footer ul li {
        border-bottom: 1px solid #e0e0e0;
    }
    .footer ul li, .footer ul li a, .footer.text-center p {
        display: block;
        width: 100%;
        text-align: left;
    }
    .footer ul:first-child {
        margin-bottom: 0;
    }
    .footer p {
        margin: 1rem 0;
    }
}


/*=========================================
MISCELLANEOUS
==========================================*/

/* Used to create equal height columns */

.is-table-row {
    display: table;
}
.is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    /*background-color: blue;*/
}


/* Used to fix IE zoom layout issues */
div {
    zoom: 1 ;
}

/* Used for autoresizing textarea boxes */

.autoresize {
  resize: vertical;
}

/** { position: relative; zoom: 1;}*/

/* Used to add red border around relative section on preview form */

body#reportInfo .reportInfo-border,
body#patientInfo .patientInfo-border,
body#facilityInfo .facilityInfo-border,
body#vaccineInfo .vaccineInfo-border,
body#additionalInfo .additionalInfo-border {
  border: 4px solid red;
}

/* Used to add white padded box around text */

.white-box {
  background-color: #fff;
  padding: 5px 10px;
  float: left;
}

.green-box {
  padding: 25px;
  background-color: #c0e9ff;
  position: relative;
  margin-right: 20%;
  margin-left: 20%;
  width: 60%;
  border: 3px solid #fff;
}
.readable-width {
  position: relative;
  margin: 25px 20%;
  width: 60%;
}

/* Used to add white right border on tag element */

.white-border-right {
  border-right: 2px solid #fff;
}

/* Used for group label styling */

.group-label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
}
/* Used to create spacing between table cells where tables are used for layout only */

.table-spacing {
  border-collapse: separate;
  border-spacing: 10px;
}
/* Used to clear headings where overflow: hidden */

.float-block-element {
  overflow: visible;
  float: left;
  width: 100%;
  margin-top: 1rem;
}

/* Used to style instructional icons */

.alert.alert-instructions ul.floating-list {
  list-style: none;
  padding-left: 1.5rem;
  padding-right: 1rem;
  float:left;
  width: 100%;
  margin-left: -10px;
}
.floating-list li {
  float: left;
  width: 100%;
  margin-bottom: 0.875rem;
}
.floating-list li div.icon {
  width: 5%;
  float: left;
  font-size: 1.8rem;
  color: #337ab7;
}
.floating-list .instruction-content {
  float: left;
  width: 95%;
  padding: 0 1.5rem;
}

/* Used to style Patient Form Preview icon */

#pformPreview {
  margin: 1.5rem 1rem;
  width: 255px;
  text-align: center;
}
#pformPreview img {
  width: 255px;
  height: auto;
}

/* Help icons that appear next item number headings */
a.help {
  margin-left: 5px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.87);
  /*color: #444;*/
}

/* Used to style the asterisk contained in required text label */
.asterisk {
  color: #E50000;
  font-family: 'latobold';
  font-size: 1.3125rem;
}
/* Used to style the "(required)" in required text label */
.required {
  color: #E50000;
  font-family: 'latoregular';
}
/* Used for the English and Spanish instructions on "Adverse Event-Patient Information" pages */
.instructions {
  color: #000;
  float: right;
  font-size: 0.875rem;
}
.instructions a,
.instructions a:visited {
  color: #000;
}
/* Used to style the "new" and "nuevo" text on the homepage */
.new {
    color: #ff0000;
    font-family: 'latobold';
    font-style: italic;
}
/* Used to style small text */
.small-txt {
    font-size: 0.8125rem;
}

.clear-floats {
    clear: both;
}

.width-210px {
    width: 210px;
    float: left;
    margin-left: -210px;
}

.max-width-272px {
    width: 272px;
}

.max-width-400px {
    width: 350px;
}
.narrow-horizontal-gap {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.box-260px {
  height: 260px;
}
/* Used for the "Back to Top" button */
/*#back-to-top-wrapper {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 30px;
    text-align: center;
}*/


/* Modified by TimN 04/30/2017 */
.back-to-top {
      cursor: pointer;
      width: 44px;
      display: none;
      position: fixed;
      height: 40px;
      right: 0;
      bottom: 0;
      margin-right: 20px;
	  display: inline; /* Added by Paul 04/04/2022 */
}
/* Used for the up and right facing arrows on the accordion menus */
.icon-arrow-up {
    position: relative;
    display: inline-block;
    font-size: 1em;
    /* By using an em scale, the arrows will size with the font */
    width: 0.6875em;
    height: 0.6875em;
    border-right: 0.125rem solid #fff;
    border-top: 0.125rem solid #fff;
    transform: rotate(-45deg);
    margin-right: 0.5rem;
}

span.icon-arrow-right {
    position: relative;
    display: inline-block;
    font-size: 1em;
    /* By using an em scale, the arrows will size with the font */
    width: 0.625em;
    height: 0.625em;
    border-right: 0.125rem solid #bbb;
    border-top: 0.125rem solid #bbb;
    transform: rotate(45deg);
    top: -1px;
    margin-left: 0.1875rem;
}
/* Used to align and size the external link icons */
img[alt*="external"] {
    /* Modified by TimN 04/30/2017 */
    max-width: 12px;
    max-height: 12px;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    vertical-align: baseline;
}

.feature-box.fbx-2X img[alt*="external"],
.feature-box.fbx-5X img[alt*="external"],
.feature-box.fbx-4X img[alt*="external"],
.feature-box.fbx-3X img[alt*="external"] {
    /* Modified by TimN 04/30/2017 */
    max-width: 12px;
    max-height: 12px;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    vertical-align: baseline;
    float: none;
}
/* Used to align and size the PDF icons */
img[alt*="pdf"] {
    width: 1rem !important;
    height: auto;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
}
/* Used to remove bottom margin when homepage displays in desktop mode */
.feature-box.fbx-2X .feature-box-content ul:last-child,
.feature-box.fbx-4X .feature-box-content ul:last-child,
.feature-box.fbx-5X .feature-box-content ul:last-child,
.feature-box.fbx-3X .feature-box-content ul:last-child {
    margin-bottom: 0;
}


/*=========================================
CUSTOM STYLES
==========================================*/

/*--| Preview Form Width |-------------------------*/

.previewForm-wrapper {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
/*--| New alert boxes |----------------------------*/

.alert.alert-instructions {
    background-color: #fff;
	border-color: #e9e9e9;

    /*color: #444;*/
    padding: 0;
    border-radius: 0;
}
.alert.alert-instructions>h2 {
    padding: 5px 15px;
    margin-top: 0;
   	background-color: #c0e9ff;
    font-size: 1.125rem;
    color: #000;
}

/*--| Background colors |--------------------------*/

.gradient-bg {
  background-image: linear-gradient(#fff, #efefef 80%, #efefef);
}

.blue-bg {
    background-color: #085291;
}

.dark-blue-bg {
    background-color: #005eaa;
}

.light-blue-bg {
    background-color: #88c3ea;
}

.lighter-blue-bg {
    background-color: #c0e9ff;
}

.dark-green-bg {
    background-color: #085100;
}

.green-bg {
  background-color: #108204;
}

.light-green-bg {
    background-color: #c1d5b0;
}


.dark-gray-bg {
 	background-color: #707070;
}

.gray-bg {
    background: #e4e4e4;
}

.light-gray-bg {
    background-color: #efefef;
}

.lighter-gray-bg {
    background-color: #f8f8f8;
}

.white-bg {
    background-color: #fff;
}


/*--| Text colors |--------------------------*/

.white-txt {
    color: #fff;
}

.blue-txt {
    color: #085291;
    border: 0;
}

.dark-green-txt {
    color: #005eaa;
}

.red-text {
  color: #E50000;
}

.dark-gray-text {
  color: #333 !important;
  font-family: 'latobold';
}

/*--| Drop shadow |-----------------------*/

.dropshadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}

.border {
   border: 1px solid #c1c1c1;
}


/*--| Layout |--------------------------*/


/* Sidebar Menu */

#nav {
    width: 100%;
    border-bottom: 1px solid #fff;
}

#nav ul li {
    font-size: 0.875rem;
}

#nav li a {
    display: block;
    padding: 0 25px;
    background: #005eaa;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}

#nav li a:hover {
    text-decoration: underline;
    color: #fff;
}

#nav li a.active {
    font-family: 'latobold';
}

#nav li ul li a {
    padding: 0 25px;
    background: #88c3ea;
    color: #000;
}

#nav li ul li ul a {
    background: #c0e9ff;
    color: #000;
}

#nav li ul li a:hover {
    text-decoration: underline;
    color: #000;
}

#nav li {
    position: relative;
    line-height: 35px;
}

.menu-toggle {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

#nav li.parent-menu-item>ul {
    display: none;
}

#nav li.parent-menu-item>.sub-menu-show {
    display: block;
}



.second-submenu {
    display: none;
}

#nav li ul.second-submenu>li>a {
    background-color: lightgrey;
}

#nav li.parent-menu-item ul.sub-menu-show>li {
    background-color: #c0e9ff;
}

/* Added by TimN 04/30/2017 */
#nav ul li ul li.parent-menu-item ul.sub-menu-show li a {
  padding: 0 25px 0 35px;
}
/* End */

#nav li.parent-menu-item>a {
	/* Paul Avila 09/23/2021 REMOVED BECAUSE THE MENU WAS DISPLAYING OUTSIDE THE BOX WHEN REDUCED */
    /*display: inline-block;*/
}

#nav li.parent-menu-item {
    background: #88c3ea;
}

#nav li a {
    border: none;
	/* Paul Avila 09/23/2021 REMOVED BECAUSE THE MENU WAS DISPLAYING OUTSIDE THE BOX WHEN REDUCED */
    /*white-space: nowrap; */
}

#nav li {
    border-top: 1px solid #fff;
    margin: 0;
    padding: 0;
    top: 0;
}

.menu-toggle {
    cursor: pointer;
}

#nav ul {
    list-style: none;
    position: static;
    margin: 0;
    padding: 0;
    width: 100%;
}

.active-link {
    font-family: 'latobold';
}


/* Feature Box Styles */

.feature-box {
    float: left;
    width: 100%;
    border: 1px solid #e9e9e9;
    margin-bottom: 1rem;
    background-color: #fff;
    height: auto;
}

.feature-box:hover {
    background-color: #edf9ff;
}

.feature-box a:hover {
    text-decoration: none;
}

.feature-box img {
    float: left;
}

.feature-box-content {
    float: left;
    padding: 1.5% 3%;
}

.feature-box-content h3 {
    font-size: 1rem;
    font-family: 'latobold';
    margin-bottom: 5px;
    margin-top: 0;
    /*color: #444;*/
    border: 0;
    padding-bottom: 0;
}

.feature-box-content p, .feature-box-content ul li {
    /*color: #444;*/
    font-size: 0.875rem;
    line-height: 1.2rem;
}

.feature-box-content p {
    margin-bottom: .6rem;
}

.feature-box-content .checkbox label {
    font-size: 0.875rem;
    line-height: 1.2rem;
    /*color: #444;*/
    font-family: 'latobold';
}

.feature-box.fbx-4X img {
    float: left;
    width: 40%;
}

.feature-box.fbx-4X .feature-box-content {
    float: left;
    width: 60%;
}

.feature-box.fbx-3X img {
    float: left;
    width: 30%;
}

.feature-box.fbx-3X .feature-box-content {
    float: left;
    width: 70%;
}

.feature-box.fbx-5X img {
    float: left;
    width: 52%;
}

.feature-box.fbx-5X .feature-box-content {
    float: left;
    width: 47%;
}

.feature-box.fbx-2X img {
    float: left;
    width: 20%;
}

.feature-box.fbx-2X .feature-box-content {
    float: left;
    width: 80%;
}


/* Footer Styles */

.footer {
    margin: 0 auto 1rem auto;
}

.footer ul {
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 1em;
    padding: 0;
    position: relative;
}

.footer ul li a {
    background-color: transparent;
    border-right: 1px solid #c1c1c1;
    color: #666;
    display: inline-block;
    min-height: 1rem;
    padding-left: .4em;
    padding-right: .8em;
    font-size: 0.875rem;
}

.footer ul li:last-child a {
    border-right: 0;
}

.footer ul li {
    background: none;
    display: inline-block;
    margin-bottom: .5em;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: .2em;
}

.footer p {
    margin: 1rem auto;
    width: 75%;
    font-size: 0.875rem;
}


/* Figure */

figure.overlay {
    position: relative;
    width: 100%;
    z-index: 1;
}
figure.pull-right.max-width-272px img,
figure.pull-right.max-width-400px img {
  width: 100%;
}

figure.overlay img,
figure img {
    width: 100% !important;
}

figure.overlay figcaption.floating {
    height: auto;
    width: 100%;
    text-align: left;
    background: rgba(8, 81, 0, 1); /* background */
    padding: 1.5% 2.5%;
    color: #f5f5f5;
    font-size: 1.3125rem;
}

figure.overlay figcaption.floating a {
    color: #fafafa;
}

figure.overlay figcaption.floating a:visited {
    color: #fafafa;
}

figure.pull-right {
    margin-left: 1.25rem;
    margin-bottom: 1rem;
}

figure.pull-left {
    margin-right: 1.25rem;
    margin-bottom: 1rem;
}

figure figcaption {
    color: #666;
    background-color: #efefef;
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
}


/*--| Spacer |--------------------------*/

.square-8px {
    width: 8px;
    height: 8px;
}

.padding-25px {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: .75rem;
}

.margin-top-10px {
    margin-top: 0.65625rem;
}

.margin-bottom-25px {
    margin-bottom: 1.5625rem;
}

.margin-top-25px {
    margin-top: 1.5625rem;
}

.padding-15px {
    padding: 15px 10px;
}

.full-width {
    width: 100%;
}

.no-padding {
    padding: 0 !important;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}

/* Specific to autoupload page */

.col-md-12.autoupload > .col-md-6:first-of-type {
  padding-left: 0 !important;
}
.col-md-12.autoupload > .col-md-6:last-of-type {
  padding-right: 0;
}


/*--| Logo |-----------------------------*/

#logo {
    /*float: left;*/
    padding: 20px 0;
    width: 100%;
}

#logo img {
    max-width: 525px;
    width: 95%;
    height: auto;
}


/* Homepage Layout */

.section-heading h2 {
    font-size: 0.8125rem;
    font-family: 'latoregular';
    line-height: 1.3125rem;
    padding: 0;
    margin: 0;
}

.section-heading h2 a,
.section-heading h2 a:visited {
    color: #000;
}

.section-heading h2.regular-txt {
  font-size: 1rem;
  color: #000;
}

.section-content h2 {
    font-size: 1rem;
    font-family: 'latobold';
    margin-top: 0;
    line-height: 1.3125rem;
}

.section h3 {
    display: inline-block;
    font-size: 1rem;
    margin-top: 0;
    font-family: 'latobold';
    padding-bottom: 0;
    border-bottom: 0;
    line-height: 1.3125;
}
.section p {
  line-height: 1.3125rem;
}
.section {
    display: block;
    width: 100%;
}

/*
Used to equalize the row of columns on the homepage,
which contain vaccine info on the left and image on the right
Added by TimN 08/08/2017
*/
.is-table-row div.col-md-7 .img_section {
  display: inline-block;
  padding: 0;
  width: 100% !important;
  /* used to adjust height of the "What is VAERS image." */
  height: 422px !important;
  position: relative;
  background-color: #b9b9b9;
}

.is-table-row div.col-md-7 .img_section .bg_image img {
  display: none;
}

.bg_image {
  height: 100% !important;
  background: url(../images/feature-one-img-small.jpg) no-repeat;
  background-clip: content-box;
  background-position: center;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-size: cover;
}

.is-table-row div.col-md-7 .img_section .bg_image .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: inherit;
}
.is-table-row div.col-md-7 .img_section .bg_image .caption a {
  display: block;
  text-align: left;
  background: #c0e9ff;
  padding: 1.5% 2.5%;
  color: #000000;
  font-size: 1.3125rem;
}
/* End equalized column styles */

.section-content {
    padding: 0.9375rem;
}
.section-content ol:last-child {
  margin-bottom: 0;
}

.section-content ol li,
.section-content ul li,
.section-content p,
.section-footer,
.esubFormDate { /* VAERS-91 - Added by Paul 06/02/2022 - For EsubCode */
    font-size: 0.875rem;
}

.section-content p:last-child {
    margin-bottom: 0;
}

.section-heading {
    padding: 0.625rem 0.9375rem;
}

.section-heading {
    font-weight: 300;
    text-transform: uppercase;
}

.section-footer {
    /*border-top: 1px solid rgba(0, 0, 0, .08);*/
    padding: 0 0.9375rem 0.3125rem;
}

.section .teaser-wrapper {
    width: 100%;
    margin-bottom: 1.3125rem;
}
.section .teaser-wrapper:last-child {
  margin-bottom: 0;
}
/* Section teaser for Helpful Links on homepage */

.section .teaser-wrapper .thumbnail-doc {
    width: 15%;
    height: auto;
}
.teaser-content-thumbnail-doc {
  width: 84%;
}

/* Section teaser for Learning Tools on homepage */

.section .teaser-wrapper .thumbnail-video {
    width: 30%;
    height: auto;
}
.teaser-content-thumbnail-video {
  width: 69%;
}

/* Section teaser for additional information teasers */

.section .teaser-wrapper .thumbnail-photo {
  width: 38%;
  height: auto;
}
.teaser-content-thumbnail-photo {
  width: 61%;
}
.teaser-wrapper h3 {
  margin-bottom: 0.5rem;
}
.teaser-content-thumbnail-doc,
.teaser-content-thumbnail-video,
.teaser-content-thumbnail-photo {
  padding: 0 4.5%;
  float:left;
}
.teaser-content-thumbnail-doc p,
.teaser-content-thumbnail-video p,
.teaser-content-thumbnail-photo p,
.teaser-content-thumbnail-doc h3,
.teaser-content-thumbnail-video h3,
.teaser-content-thumbnail-photo h3 {
    margin-right: 0;
}
.teaser-content-thumbnail-doc p,
.teaser-content-thumbnail-video p,
.teaser-content-thumbnail-photo p {
    font-size: 0.875rem;
}

.teaser-content-thumbnail-doc h3,
.teaser-content-thumbnail-video h3,
.teaser-content-thumbnail-photo h3 {
    font-size: 0.9375rem;
    margin-bottom: .125rem;
}

.section .image {
    position: relative;
}


/* Secondary Page */

.title {
    background-color: #005eaa;
    padding: 0.875rem;
    margin-bottom: 1.5rem;
    height: auto;
    min-height: 50px;
    overflow: hidden;
}
.title a { color: #fff; }
.title h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fff;
    letter-spacing: 0.0625rem;
    /*text-transform: uppercase;*/
    margin: 0;
    padding-bottom: 0;
}

h2 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: .8em;
}

h3 {
    font-size: 1.25rem;
    /*font-family: 'latoregular';*/
    color: rgba(0, 0, 0, 0.77);
    border-bottom: 1px solid rgba(0, 0, 0, 0.37);
    border-width: thin;
    padding-bottom: 0.5rem;
    margin-bottom: 1.125rem;
    overflow: hidden;
}

h4 {
    font-size: 1.125rem;
    font-family: 'latobold';
    color: #000000;
}

p, ul, ol {
    font-size: 1rem;
    margin-bottom: 1.2rem;
}




/*=========================================
BOOTSTRAP STYLE OVERRIDES
==========================================*/

/** Used to create marginal space below form groups */

.form-inline .form-group {
  margin-bottom: 10px;
}

/* Custom styling for select dropdown lists */

select {
  background-image: url("../images/select-arrow.png") !important;
  padding-right: 25px;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/*** custom checkboxes ***/

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox .icon {
  text-align: center;
  display: inline-block;
}

.checkbox .icon .fa {
  visibility: hidden;
}

.checkbox input[type=checkbox]:checked + .icon .fa {
  visibility: visible;
  background-color: #009df5;
  color: #fff;
}
.checkbox input[type=checkbox]:checked + .icon {
  border: 1px solid #009df5;
}

/* IE8 and lower disabling hack because it does not support the :checked selector */

.checkbox input[type=checkbox] {
  display: inline\9;
}

.checkbox .icon {
  display: none\9;
}

/* Optional */

.checkbox {
  /* prevent accidental selection when clicking */
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-size: 1rem;
}

.checkbox label {
  cursor: pointer;
  padding-left: 0;
}

/* Added by TimN 04/30/2017 */
.inline {
  display: inline;
}

/* Checkbox styling */

.checkbox .icon {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  font-size: .875rem;
  /*color: #666;*/
  margin: 0 .2rem 0 0;
  height: 1rem;
  width: 1rem;
  padding: 0 .15rem .15rem 0rem;
  line-height: 0;
    /**
     * Values for height, width and line-height
     * may need to be adjusted depending on your font.
     */
}

/* Used for nested bullet bottom margins */

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 1.2rem;
}

/* Used for highlighting text in Adverse Event instructions */

code {
    padding: 2px 5px;
    font-size: 1rem;
    font-family: 'latobold';
    background-color: #fff;
    border-radius: 4px;
}

/* Modal Window */

.modal-content {
  border-radius: 6px;
  overflow: hidden;
}
.modal-body ul#double {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.modal-body ul#double li {
    line-height: 1.5em;
    float: left;
    width: 50%;
    padding-right: 5px;
    /*display: inline;*/
}
.modal-header {
  background: #005eaa;
}
.modal-title {
  color: #fff;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-header .close:hover {color: #fff;}

.modal-thankyou-bg {
  background: #edf9ff;
}

/* Grid */

/* VAER 1076 - Changed the layout to use flow to make columns to have the same height. */
.grid-even-columns {
  gap: 1rem;
  padding-left: 0px;
  display: grid;
  grid-template-columns: 23% 77%;
  grid-template-rows: auto;
}
.flow{
  background-color: #efefef;
}
.flowRight{
  padding: 15px;
}
/* ************************************************************************************ */

.row.vertical-menu-bg {overflow:hidden;}
.row.vertical-menu-bg nav {
  background-color: #efefef;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.vertical-gap {
  /*margin-top: 0.5625rem;*/
  margin-bottom: 1.5625rem !important;
}

/* Table */

.patientForm table#vaccines,
.patientForm table#priorvaccines {
  width: 100%;
  margin: 10px 0;
}
/* 2018.05: Add specific class name to call by class so that all TRs within the table do not get a background (it was adding a border color to the popup calendar) */
.trPriorvaccines {
  border-top: 4px solid #88c3ea;
}
/* .patientForm table#vaccines tr,
.patientForm table#priorvaccines tr {
  border-top: 4px solid #88c3ea;
} */
.patientForm table#vaccines tr td,
.patientForm table#priorvaccines tr td {
  padding: 15px 0 0px;
}
.table {
  margin-bottom: 0;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    font-size: 0.875rem;
/*     text-align: center; */
}
.table>thead {
    background: #efefef;
}
.previewForm .table>thead {
  background-color: #ddd;
}
.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 0;
    font-family: 'latobold';
}
.table>tbody>tr>th {font-family: 'latobold';}
.table.text-center>tbody>tr>th { font-family: 'latobold';}
.table-center {
	margin: 0 auto;
}
.table.table-border-none tr td {
	border-top: 0;
}
.table.text-center>thead>tr>th,
.table.text-center>tbody>tr>th {
	text-align: center;
}
.table-responsive {
  margin-bottom: 20px;
}
/* Electronic Submission Form elements */

/* Used to override disabled input background color */

.form-control[disabled],
.form-control-short[disabled],
.form-control[readonly] {
  background-color:#fafafa !important;
}

.checkbox-sub-fields {
  display: 100%;
  padding: 10px 0 0 20px;
}
.checkbox-sub-fields label {
  padding-left: 5px;
}

/* Adds top padding to center inline radio buttons */
.patientForm .padding-top-30px {
  padding-top: 30px;
}

/* Completion Status menu styling */

.formStatus ul.pf-status {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
}
ul.pf-status li {
  padding: 10px 15px;
  color: #000;
}
ul.pf-status li.current-form {
  background-color: #edf9ff;
  font-family: 'latobold';
}
.box {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 2px;
}
div.box>i.fa.fa-check {
  position: absolute;
  font-size: 1.25rem;
}

/* reduces radius size for input form elements and select form element */
.form-control {
  border-radius: 4px;
}
.form-control-short {
  height: 34px;
  padding: 6px 15px 6px 4px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 50%;
}
/* customize select lists */
.select-group input.form-control { width: 65%; }
.select-group select.input-group-addon { width: 35%; }

/* Background colors for completion status and patient form */
.formStatus {
  background-color: #edf9ff;
}
.submitInfo {
  background-color: #edf9ff;
}
.patientForm {
  background-color: #edf9ff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.previewForm {
  /* background: #efefef; */
  background: #edf9ff;
}
.previewConfirmation {
  background: #edf9ff;
}
.patientForm h4,
.submitInfo h4,
.previewForm h4,
.previewConfirmation h4 {
  background-color: #e4e4e4;
  padding: 6px 15px;
  /*margin-top: 0.75rem;*/
  margin-top: 0;
  margin-bottom: 1rem;
}
.pf-form-heading,
.pf-form-status-heading {
  background-color: #c0e9ff ;
}
.pf-form-status-heading {
  border-right: 1px solid #fff;
}
.pf-form-heading h3,
.pf-form-status-heading h3,
.submitInfo h3,
.previewForm h3,
.previewConfirmation h3
 {
  padding: 8px 0;
  border: 0;
  font-size: 1.25rem;
  color: #000;
  margin: 0;
  /*display: inline-block;*/
}
.patientForm label,
.submitInfo label,
.previewForm label,
.previewConfirmation label {
  font-weight: normal;
}
.submitInfo .table>tbody>tr>th,
.previewConfirmation .table>tbody>tr>th {
  border: 0;
}
/* Error Message styling */
#errorbox1,
#errorbox2,
#errorbox3,
#errorbox4,
#errorbox5,
#errorbox6,
#errorbox7,
#errorboxVaccinereqerrBivalent, /* From esubCode - 06/16/2023 */
#errorboxage,
#errorboxsex,
#errorboxtable,
#errorboxhosp,
#wordverify,
#errorboxEmail,
#errorboxCounty,
#errorboxPhone,
#errorboxExt,
#errorboxFname,
#errorboxLname,
#errorboxDOB,
#errorboxSessionID,
#errorboxFullName,
#errorboxPDF,
#errorboxEmailConfirm,
#errorboxAckInfo {
  border: 1px solid #cc6666;
  background-color: #fae7e7;
  color: #990000;
  padding: 10px;
  font-size: 0.875rem;
  border-radius: 4px;
  margin-bottom: 5px;
}
#errorbox1 div,
#errorbox2 div,
#errorbox3 div,
#errorbox4 div,
#errorbox5 div,
#errorbox6 div,
#errorbox7 div,
#errorboxVaccinereqerrBivalent div, /* From esubCode - 06/16/2023 */
#errorboxsex div,
#errorboxage div,
#errorboxtable div,
#errorboxhosp div,
#wordverify div,
#errorboxEmail div,
#errorboxCounty div,
#errorboxPhone div,
#errorboxExt div,
#errorboxFname div,
#errorboxLname div,
#errorboxDOB div,
#errorboxSessionID div,
#errorboxFullName div,
#errorboxPDF,
#errorboxEmailConfirm div,
#errorboxAckInfo {
  margin-bottom:5px;
}

/**********************************/
/* Added by Paul 04/13/2022 - */
/* - UploadSpanish/upload.jsp */  
#fileLocation1,
#fileLocation2,
#fileLocation3,
#fileLoc,  /* Added by Paul 04/21/2022 - UploadFile */
#errorbox1, 
#errorbox2, 
#errorbox3,
#errorbox4,
#errorbox5,
#errorbox6, /* From esubCode - 05/06/2022 */
#errorbox7, /* From esubCode - 05/06/2022 */
#errorboxVaccinereqerrBivalent, /* From esubCode - 06/16/2023 */
#errorboxage, /* From esubCode - 05/06/2022 */
#errorboxEmail, 
#errorboxCounty,  /* From esubCode - 05/05/2022 */
#errorboxPhone,   /* From esubCode - 05/05/2022 */
#errorboxsex,   /* From esubCode - 05/06/2022 */
#hdnSexUnknown,  /* From esubCode - 05/06/2022 */
#errorboxExt,  /* From esubCode - 06/07/2022 */
#errorboxEmailConfirm, /* From esubCode - 06/07/2022 */
#errorboxAckInfo, /* From esubCode - 06/26/2022 - VAER-1835 */
#errorboxtable,  /* From esubCode - 06/07/2022 */
#errorboxhosp, /* From esubCode - 06/07/2022 */
#hdnRelationPatient, /* From esubCode - 06/07/2022 */
.vaccines_1,   /* From esubCode - 06/20/2022 */
.vaccines_2,   /* From esubCode - 06/20/2022 */
.vaccines_3,   /* From esubCode - 06/20/2022 */
.vaccines_4,   /* From esubCode - 06/20/2022 */
.vaccines_5,   /* From esubCode - 06/20/2022 */
.vaccines_6,   /* From esubCode - 06/20/2022 */
.vaccines_7,   /* From esubCode - 06/20/2022 */
.vaccines_8,   /* From esubCode - 06/20/2022 */
.vaccines_9,   /* From esubCode - 06/20/2022 */
.vaccines_10,   /* From esubCode - 06/20/2022 */
#VaxDateRow1label,   /* From esubCode_Step4.js - 07/25/2022 */
#VaxDateRow2label,   /* From esubCode_Step4.js - 07/25/2022 */
#VaxDateRow3label,   /* From esubCode_Step4.js - 07/25/2022 */
#VaxDateRow4label,   /* From esubCode_Step4.js - 07/25/2022 */
#VaxDateRow5label,   /* From esubCode_Step4.js - 07/25/2022 */
#VaxDateRow6label,   /* From esubCode_Step4.js - 07/25/2022 */
#VaxDateRow7label,   /* From esubCode_Step4.js - 07/25/2022 */
#VaxDateRow8label,   /* From esubCode_Step4.js - 07/25/2022 */
#VaxDateRow9label,   /* From esubCode_Step4.js - 07/25/2022 */
#VaxDateRow10label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow1label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow2label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow3label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow4label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow5label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow6label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow7label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow8label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow9label,   /* From esubCode_Step4.js - 07/25/2022 */
#prior_VaxDateRow10label,   /* From esubCode_Step4.js - 07/25/2022 */
#noSessionKeyDivId /* From upload/index.jsp - 09/13/2022 */
/*****************/
/*

#wordverify, 
#errorboxFname,
#errorboxLname,
#errorboxDOB,
#errorboxSessionID,
#errorboxFullName,
#errorboxPDF,
#errorboxEmailConfirm 
 */
/*****************/
 {
	display: none; /* Added by Paul 04/06/2022 */
}

/* Added by Paul 04/21/2022 - For AutoUpload - Report an Adverse Event with a Writable PDF Form
Might not be needed. */
#downloadButton{
	color:#fff !important;
}

/**********************************/
/* breadcrumb */

.breadcrumb {
    border-radius: 0px;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.breadcrumb li {
    font-size: 0.875rem;
}

/*.breadcrumb li:nth-child(3)::before {
	content:""
}*/


/* Button override */

/*
Used to style submit buttons in the "Completed Status"
section of the Patient Information Form.
*/

.pf-status .btn {
  padding: 0;
  font-size: inherit;
  font-family: 'latobold';
}
.pf-status {
  font-size: 1rem;
}

.btn-info {
    color: #fff !important;
    background-color: #005eaa;
    border-color: transparent;
    /*border-radius: 0;*/
}

.btn-info:hover,
.btn-info:focus {
  background-color: #88c3ea;
  border-color: transparent;
  color: #000;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.3333333;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.btn-lg {
    color: #fff;
}


/*--| Alert style override |---------------*/

.alert {
    margin-bottom: 25px;
    border: 1px solid transparent;
    /*border-radius: 6px;*/
    width: 100%;
}
.alert.alert-warning {
  border: 1px solid #005eaa;
  background-color: #edf9ff;
  color: #000000;
  border-radius: 4px;
}

.custom-global-banner {
	background-color: #ffcc00; 
	color: #000; 
	padding: 15px; 
	text-align: center; 
	font-size: 18px; 
	border: 2px solid #000;
	
}

.mobile-global-banner {
	background-color: #ffcc00; 
	color: #000; 
	padding: 15px; 
	text-align: center; 
	font-size: 14px; 
	border: 2px solid #000;
	
}

.custom-global-banner2 {
	background-color: #c0e9ff; 
	color: #000; 
	padding: 15px; 
	text-align: left; 
	font-size: 1rem; 
	border: 1px solid #000;
	
}

.mobile-global-banner2 {
	background-color: #c0e9ff; 
	color: #000; 
	padding: 15px; 
	text-align: left; 
	font-size: 1rem; 
	border: 1px solid #000;
	
}
.alert.mobile-warning {
  border: 1px solid #cc6666;
  background-color: #fae7e7;
  color: #990000;
  border-radius: 4px;
}
.alert.alert-info {
    background-color:#efefef;
    border-color: #e9e9e9;
    color: #444;
    padding: 0;
    border-radius: 0;
}

.alert-info .alert-link {
    color: #245269;
}

.alert ul li, .alert ol li, .alert p {
    color: inherit;
    font-size: 0.875rem;
}

.alert ul, .alert ol {
    margin-left: -20px;
}

.alert.alert-info>h2 {
    padding: 5px 15px;
    margin-top: 0;
   	background-color: #88c3ea;
    font-size: 1.125rem;
    color: #000;
}

.alert ul li, .alert ol li {
    line-height: 1.3125rem;
}

.alert .alert-inner-padding {
    padding: 7px 15px;
}
.alert-inner-padding p:last-child {margin-bottom: 0.5625rem;}

/*--| Panel override |---------------------*/

.panel, .panel-heading {
    border-radius: 0;
}

.panel {
    border: 0;
    box-shadow: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-default {
    border-color: transparent;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    border-color: transparent;
}

.panel-title a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    padding: 10px 15px;
    line-height: 1.3rem;
    text-decoration: none !important;
}

.panel-default>.panel-heading {
    border: 0;
    border-color: transparent;
    background-color: transparent;
    padding: 0;
}

.panel-title {
    background-color: #efefef;
}

h4.panel-title {
    font-family: 'latoregular';
}


/*--| Responsive Nav Media Query |--------*/

@media only screen and (max-width: 1024px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 1024px) {

/*
Used to make the row of columns on the homepage,
which contain vaccine info on the left and the
image on the right, responsive
Added by TimN 07/27/2017
*/
  .is-table-row {
      display: block;
      width: 100%;
      margin: 0;
  }
  .is-table-row [class*="col-"] .img_section {
      position: relative !important;
      display: block;
      width: 100%;
      padding: 0 !important;
      vertical-align: top;
  }
  .is-table-row [class*="col-"] {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-table-row .col-md-7 .img_section.bg_image .caption {
    position: relative;
    display: block;
    width: 100%;
  }
  .is-table-row .col-md-7 .img_section.bg_image img {
    display: block !important;
    width: 100%;
  }
  /* End responsiveness for row of columns on homepage */

    ul.nav.nav-justified ul.dropdown-menu {
        width: 100%;
    }
    ul.nav.nav-justified li {
      float: left;
      width: 100%;
      border-right: 0 !important;
      border-bottom: 1px solid #fff;
    }
    ul.nav.nav-justified li a {
        text-align: left;
        background: none;
        /*color: #444;*/
        width: 100%;
    }
    ul.nav.nav-justified>li>a.top-menu {
      width: 94% !important;
    }
    ul.nav.nav-justified li a.dropdown-toggle {
      width: 6% !important;
      text-align: left;
      padding: 10px 0 10px 0 !important;
    }
    ul.nav.nav-justified ul.dropdown-menu li {
      border-bottom: 0;
    }
    .navbar-header {
        background-color: #005eaa;
    }
    ul.nav.nav-justified ul.dropdown-menu {
        border-right: 0px;
        border-left: 0px;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }

    /* animated toggle menu */

    .navbar-toggle {
        display: block;
        border: none;
        background: transparent !important;
    }
    .navbar-toggle:hover {
      background: transparent !important;
    }
    .navbar-toggle .icon-bar {
      /*width: 22px;*/
      transition: all 0.2s;
    }
    .navbar-toggle .top-bar {
      transform: rotate(45deg);
      transform-origin: 10% 10%;
    }
    .navbar-toggle .middle-bar {
      opacity: 0;
    }
    .navbar-toggle .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%;
    }
    .navbar-toggle.collapsed .top-bar {
      transform: rotate(0);
    }
    .navbar-toggle.collapsed .middle-bar {
      opacity: 1;
    }
    .navbar-toggle.collapsed .bottom-bar {
      transform: rotate(0);
    }

    /* end animated toggle menu */

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


/*--| Navbar |----------------------------*/

.navbar-brand,
.navbar-brand a,
.navbar-brand a:visited {
    color: #fff;
}

.navbar .nav {
    font-size: 1rem;
}

.navbar-toggle {
    background-color: #005eaa;
    border-radius: 0;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-header {
    margin: 0;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-toggle .icon-bar {
    border: 1px solid #fff;
}
ul.nav.nav-justified li {
  border-right: 1px solid #fff;
  background: #005eaa;
}
ul.nav.nav-justified li:hover,
ul.nav.nav-justified li a:hover,
ul.nav.nav-justified li:hover a,
ul.nav.nav-justified li:hover a.dropdown-toggle {
      background: #88c3ea;
      color: #000;
}
ul.nav.nav-justified li a.dropdown-toggle {
  background-color: transparent;
}
ul.nav.nav-justified li:last-child {
  border-right: 0px;
}
ul.nav.nav-justified li a {
    line-height: 1.42857143;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    /* Added by TimN 04/30/2017 to fix IE bug of light gray background
    on top level navigation when clicking on browser back button */
    background-color: transparent;
    /* End */
}
/* Used to fix parent menu link and mobile friendly dropdown  */

ul.nav.nav-justified>li>a.top-menu {
  display: inline-block;
  width: 75%;
  margin-right: -4px;
  background-color: transparent;
  /*padding-right: 0px;*/
}
a.dropdown-toggle.down-arrow {
  display: inline-block;
  width:25%;
  /*padding: 10px;*/
  margin-right: -4px !important;
}

/*ul.nav.nav-justified li.open a.dropdown-toggle {
    color: #000;
}*/

ul.nav.nav-justified ul.dropdown-menu {
    border: 0;
    min-width: 272px;
    padding: 0;
    border-radius: 0;
    margin-top: 0px;
}

ul.nav.nav-justified ul.dropdown-menu li {
    border-top: 1px solid #fff;
    border-right: 0;
}

ul.nav.nav-justified ul.dropdown-menu li a {
    margin: 0;
    padding: 10px 15px;
    color: #000;
    background-color: #c0e9ff;
    font-size: 1rem;
}

/* Second level dropdown menu hover color */

ul.nav.nav-justified ul.dropdown-menu li a:hover {
    background: #88c3ea;
}

/* JQuery UI override */

.ui-widget {
  font-family: 'latoregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 2017.11: Outer red box around group */
.grpbox {
  border: 2px solid #E50000;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.grpindent {
  padding-left: 30px;
}

/* 2022.04.28 - Paul - Customization of bootstrap modal for disclaimer modal. */
.modal-content-custom-disclaimer  {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important; 
  border: 0px !important;
}

.modal-footer-custom-disclaimer  {
  text-align:center !important;
}

/* 2022.05.09 - Paul - Moved style from eSubpopup.html page. */
.bodytxt {
  color:#000;
  font-family:arial, helvetica, lucida-sans, sans-serif;
  font-size:13px;  
}

/* 2022.05.23 - Paul - VAERS-161 - Line removes pipe line from item. */
#footer-noborder{
  border-right: 0px !important;
}

.hiddenFieldsJspValues {
  visibility: hidden;
  display: none;
}

/* 2022.06.10 - Paul - VAERS-91 - Width 50% */
.width50Perct {
  width: 50%;
}

/* 2022.06.10 - Paul - VAERS-91 - CustomErrorPage2.jsp */
.errorSectionErrorPage {
  color: #990000;
  font-size: 1.125rem;
}

/* 2022.06.20 - Paul - VAERS-91 - thankyou.jsp */
.tableLayoutFixed {
  table-layout: fixed;
}

/* 2022.07.11 - Paul - TEST */
input.form-control-100-Percent { width: 100%;}

/* 2022.07.19 - Paul - VAERS-91 - Changing backgrounds. */
.bgColorWhite {  /* IF TRUE: "background-color:#fff !important;" */
  background-color:#FFF !important;
}

/* 2022.07.19 - Paul - VAERS-91 - Changing backgrounds. */
.bgColorGray {  /* if false: "background-color:#CCC !important;" */
  background-color:#CCC !important;
}

/* 2022.09.13 - Paul - VAERS-193 & 253 - vaersId section. */
#vaersId{
  white-space:nowrap; 
  overflow:hidden;
}

/* 2022.09.13 - Paul - VAERS-193 & 253. */
.height50px {
  height: 50px;
}

/* 2022.09.13 - Paul - VAERS-193 & 253. */
.height1em
{
  height: 1em;
}

/* 2022.09.09 - Charlie - VAERS-193 & 253 - Flex column layout. */
.flex-col-3 {  
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-col-3-vaersId {
  flex-grow: 1;
}

.flex-col-3-or {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 20px;
  flex-grow: 0;
}

.flex-col-3-eNumber {
  flex-grow: 1;
}

.bold-text {
  font-weight: bold!important;
}

.small-text {
  font-size: 0.75rem;
}

.smaller-text {
  font-size: 0.5rem;
}

.text-center {
  text-align: center;
}

.session-key-button {
  height: 40px;
  font-size: 0.7rem;
  font-weight: bold;
}

.remove-margin {
  margin-bottom: 0;
}

.verify-div { 
  overflow: auto;
  font-weight: bold;
}

#noSessionKeyDivId {
  padding: 0;
}