/*This file's contents (https://assets.illumina.com/content/dam/illumina-common/pardot/master_layout_custom.css
) was grabbed from the pardot iframe on Illumina and modified to be scoped to the medical inquiry form*/
/* From pardot don't remove */
.micForm .dependentFieldSlave {
  display: none;
}

/* Master form Custom CSS Header/Footer */
.micForm a {
  color: #328ed1 !important;
}

.micForm .form-container {
  display: none;
}

/*.micForm .illumina-nav {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    height: 60px;
}*/
/*.micForm .banner {
    font-family: "HelveticaNeueW01-MdExt", arial, sans-serif;
    margin-top: 60px;
}*/
.micForm {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666 !important;
}

@media (min-width: 767.8px) {
  .micForm .banner {
    background: url(//go.pardot.com/l/551052/2018-06-21/3r7lqs/551052/91367/privacy_confirmation_lp_bg.png) no-repeat center bottom;
    min-height: 230px;
  }
  .micForm .banner h2 {
    color: #ffb441;
  }
}
@media (max-width: 767px) {
  .micForm .banner {
    background: url(//storage.pardot.com/551052/89726/hero_default_blue_bkg.jpg) no-repeat !important;
    min-height: 105px;
  }
  .micForm .banner h2 {
    color: white;
  }
}
/*.micForm footer .social {
    background-color: #666;
    min-height: 75px;
}*/
/*.micForm footer .social .social-links {
    font-size: 32px;
}*/
/*.micForm footer .social .quick-links a {
    text-decoration: none !important;
}*/
/*.micForm footer .about {
    background-color: #e9e9e9;
}*/
/* Updated form designs */
.micForm br {
  display: none;
}

.micForm label {
  display: none !important;
}

.micForm [class*=Opt_In] label {
  display: inline-block !important;
}

.micForm [class*=Opt_In] br {
  display: block;
}

.micForm input, .micForm select, .micForm textarea {
  font-size: 16px !important;
}

.micForm .form-group input[type=text].form-control {
  height: -webkit-calc(2.25rem + 2px);
  height: -moz-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
}

.micForm .chosen-choices {
  height: -webkit-calc(2.25rem + 2px) !important;
  height: -moz-calc(2.25rem + 2px) !important;
  height: calc(2.25rem + 2px) !important;
  border: 1px solid #ccc !important;
}

.micForm .chosen-container-active .chosen-choices {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.micForm .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #636c72 !important;
  padding-top: 5px !important;
}

.micForm .btn-primary-outline {
  color: white !important;
  background: #337ab7 !important;
}

.micForm .chosen-container-multi .chosen-choices {
  min-height: -webkit-calc(2.25rem + 2px) !important;
  min-height: -moz-calc(2.25rem + 2px) !important;
  min-height: calc(2.25rem + 2px) !important;
}

.micForm .chosen-container-multi .chosen-choices li.search-choice {
  line-height: 18px;
}

.micForm .chosen-container-multi .chosen-choices li.search-field {
  /* width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.micForm .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  padding-left: 5px !important;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.micForm .chosen-choices.is-invalid {
  border-color: #dc3545 !important;
}

.micForm .chosen-results {
  height: 120px;
}

.micForm [class*=Opt_In] {
  margin-bottom: 1rem;
}

.micForm .form-control, .micForm .chosen-container {
  margin-bottom: 5px;
}

.micForm .form-control:focus, .micForm .chosen-container-active .chosen-choices {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important; /*To make it consistent with error border */
}

.micForm .Explicit_Opt_In br {
  display: none;
}

.micForm .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem !important;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.micForm .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  border-top-color: rgb(128, 189, 255);
  border-right-color: rgb(128, 189, 255);
  border-bottom-color: rgb(128, 189, 255);
  border-left-color: rgb(128, 189, 255);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.micForm .btn {
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1rem;
  padding: 8px 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20;
  margin-left: 5px;
}

.micForm .btn-primary-outline {
  color: #3e7ebe;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: none;
  border-color: #3e7ebe;
}

.micForm .btn::before, .micForm .btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.micForm .btn::after {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
}

.micForm .btn::before, .micForm .btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.micForm .btn-primary-outline::after {
  background: #337ab7;
}

/*#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 99;
    cursor: pointer;
}*/
/* Replacing chosen module with select2 module 
.select2-container input {
    padding: 0 10px !important;
    height: 2.25rem !important;
}
.select2-container input::placeholder {
    color: #6c757d !important;
}
.select2-container input::-webkit-input-placeholder {
    color: #6c757d !important;
}
.select2-container input:-moz-placeholder {
    color: #6c757d !important;
}
.select2-container input::-moz-p {
    color: #6c757d !important;
}
.select2-container input:-ms-input-placeholder {
    color: #6c757d !important;
}

.select2-container .select2-selection--multiple {
    min-height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
    box-shadow: none;
} 
*/
/* Adding a margin since the text next to the checkboxes didn't have any spacing between them */
.micForm input[type=checkbox], .micForm input[type=radio] {
  margin-right: 5px;
}

.micForm select:not(*:root) {
  background: url(https://prdt.illumina.com/l/551052/2019-08-06/7fz3dj/551052/134969/sort_down.png) no-repeat 100% 50%;
  -webkit-appearance: none;
  background-color: #fff;
}

.micForm .form-row > [class*=col-] > textarea {
  height: 7em;
}

.medcomm-form-success {
  position: relative;
  background-color: transparent;
  padding-bottom: 50px;
  padding-top: 50px;
}

.medcomm-form-success-to-back {
  z-index: -1;
}

.micForm-container {
  position: relative;
}

.micForm input, .micForm select, .micForm select option {
  color: #666 !important;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border: 1px solid #ced4da;
  background-image: none;
}

.was-validated .form-control:invalid {
  background-image: none;
}

.was-validated .form-check-input:invalid {
  outline: 1px solid #dc3545;
}

.micForm-loading-spinner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 999;
}

.form-control:valid {
  border: 1px solid #ced4da !important;
}

.medcomm-form-success--hide, .medcomm-form-failure--hide,
.institution--hide, .product--hide, .button--hide, .medcomm-form-hide {
  display: none;
}

#micForm .text-danger--hide {
  opacity: 0;
}

.text-area-no-resize {
  resize: none;
}

.consent + p {
  display: inline;
}

.consent {
  margin-left: 0px;
  position: relative;
}

.recaptcha-required {
  text-decoration: underline;
  -webkit-text-decoration-color: #dc3545;
  -moz-text-decoration-color: #dc3545;
  text-decoration-color: #dc3545;
}

.micForm {
  position: relative;
}