/* Website prescreener specific css */
.prescreener-form-wrapper {
  /* background: #f5f5f5; */
   background: #FFFFFF !important;
   border-radius: 10px;
   box-shadow: none !important;
   margin-bottom: 0  !important;
/* Subtle */
/*
box-shadow: 0px 4px 8px rgba(37, 45, 82, 0.1);
border-radius: 0px 0px 10px 10px; */
}
.ts__prescreener_body a:hover,
.note-success a:hover {
  text-decoration: underline;
}
.prescreener-form-wrapper .btn {
  padding: 0.5rem 1.9rem;
  border-radius: 0.25rem;
  display: inline-block;
}
.prescreener-form-wrapper .hide {
  display: none;
}
.prescreener-form-wrapper .all-sites a,
#js_all_site_list {
  color: var(--primary_color);
  cursor: pointer;
}
.prescreener-form-wrapper .loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.prescreener-form-wrapper .loading {
  position: fixed;
  z-index: 999;
  overflow: visible;
  margin: auto;
  height: 2em;
  width: 2em;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.prescreener-form-wrapper .loading::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.prescreener-form-wrapper .loading:not(:required)::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.prescreener-form-wrapper label[for="miles"],
.prescreener-form-wrapper label[for="new_place"] {
  display: inline-block;
  margin-bottom: 0.3rem;
}
.ts-prescreener-wrap {
  width: 100% !important;
  float: left !important;
  background: var(--secondary_color);
  color: var(--secondary_color_text);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.heading-wrap {
  padding: 0.7rem 1rem;
  /* background: var(--primary_color);
  color: var(--primary_color_text);
  font-size: 18px;
  margin: 0;
  */
}
.heading-wrap .step {
  font-weight: 500;
  opacity: 0.75;
}
.heading-wrap .step.active {
  font-weight: 600;
  opacity: 1;
}
.heading-wrap .step .step-arrow {
  display: inline-block;
}
.heading-wrap .step .step-arrow svg {
  vertical-align: middle;
  display: inline-block;
}
.ts__prescreener_body_custom {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
#ts__prescreener .ts-actions.ts-actions-custom {
  padding: 0 1rem;
  margin-bottom: 0 !important;
}
/* #ts__prescreener .ts__prescreener_body_custom .form-control {
  background: #f0f0f0 !important;
  border-color: #f0f0f0;
}
.ts__prescreener_body_custom
  .intl-tel-input.allow-dropdown.separate-dial-code
  .selected-flag {
  border: 1px solid #f0f0f0 !important;
  background: #f0f0f0 !important;
}
.ts__prescreener_body_inner #breviewandsend #phone:active,
#breviewandsend #phone:focus {
  border-color: var(--primary_color);
} */
#ts__prescreener {
  width: 100%;
}
#ts__prescreener .ts__prescreener_step {
  display: none;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: left;
}
/*
#ts__prescreener .ts__prescreener_step .help-text {
  color: var(--secondary_color_text);
}
*/

/* #ts__prescreener .ts__prescreener_step .form-group input{
  width: 60% !important;
} */
#qualify .form-group h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}

#ts__prescreener .ts__prescreener_step .form-group p {
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0;
}
#ts__prescreener .ts__prescreener_step .form-group .validate_prescreen {
  padding: 0 30px;
}
#ts__prescreener .ts__prescreener_step.step-1 {
  display: block;
}
#ts__prescreener .ts__prescreener_step.active {
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* #ts__prescreener .ts__prescreener_step .heading-sub {
  color: var(--primary_color) !important;
  font-size: 24px !important;
  font-weight: normal !important;
  margin-bottom: 10px !important;
  margin-top: 30px !important;
  padding: 0px 30px;
} */
#ts__prescreener .ts__prescreener_step .heading-sub.col-md-11 {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

/* .heading-sub {
  color: var(--primary_color) !important;
} */

#location_filter .ts__prescreener .heading-sub {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: 30px;
  padding: 0px 30px;
}

#list-investigators .heading-sub {
  font-size: 24px !important;
  font-weight: normal !important;
  margin-bottom: 10px !important;
  margin-top: 30px !important;
  padding: 0px 30px;
}

#list-investigators .text-container {
  margin-bottom: 20px !important;
}

#no_sites_available {
  margin-bottom: 20px;
}

#ts__prescreener .ts__prescreener_step .heading-sub label {
  font-weight: normal;
}
#ts__prescreener .form-group {
  display: block;
  clear: both;
  margin-bottom: 15px;
}
#ts__prescreener .form-control {
  /* border: 2px solid #cccccc; */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 48px;
  padding: 10px 20px;
  width: 100%;
  /* border-radius: 0.25rem; */
}
#ts__prescreener .form-control:active,
#ts__prescreener .form-control:focus {
  border: 2px solid var(--primary_color);
  outline: none;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
/* #ts__prescreener .label-option {
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
} */
/* #ts__prescreener .label-option:last-child {
  padding-bottom: 0 !important;
} */
#ts__prescreener .label-option .iradio_flat-blue {
  margin-top: 0.3rem;
}
#ts__prescreener
  .text-input-spacer
  .flat-checkbox.option-padding
  .icheckbox_flat-blue {
  margin-right: 0.5rem;
}
#ts__prescreener .label-option ins,
#ts__prescreener .label-option input[type="radio"] {
  display: none !important;
}
/*
#ts__prescreener .label-option span {
  position: relative;
  bottom: -2px;
  vertical-align: base;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
*/

/* #ts__prescreener .ts-actions .btn-back:hover,
#ts__prescreener .ts-actions .btn-back:focus,
#ts__prescreener .ts-actions .btn-back:active,
#ts__prescreener .ts-actions .btn-next:hover,
#ts__prescreener .ts-actions .btn-next:focus,
#ts__prescreener .ts-actions .btn-next:active,
#ts__prescreener .btn-primary:hover,
#ts__prescreener .btn-primary:focus,
#ts__prescreener .btn-primary:active {
  outline: none;
} */

/* #ts__prescreener .ts-actions .btn-next:hover,
#ts__prescreener .btn-primary:hover {
  background: var(--primary_color);
  color: var(--primary_color_text);
  border-color: var(--primary_color);
  transition: 0.5s ease;
  opacity: 0.8;
} */

#ts__prescreener .ts-actions {
  margin-bottom: 0 !important;
  /* padding: 0 30px 30px; */
  margin-top: 0.8rem;
}
#ts__prescreener .ts-actions-container{
  padding: 0 30px 30px;

}
.m0{
  margin: 0 !important;
}
#ts__prescreener .ts-actions .btn-back {
  background: transparent;
  color: var(--primary_color);
  border: solid 2px var(--primary_color);
  margin-right: 1em;
}
#ts__prescreener .ts-actions .btn-back.disabled {
  opacity: 0.65;
  pointer-events: none;
}
/* #ts__prescreener .ts-actions .btn-next,
#ts__prescreener .btn-primary {
  background: var(--primary_color);
  color: var(--primary_color_text);
  border: 2px solid var(--primary_color);
} */

/* #ts__prescreener .ts-actions .btn-next:hover,
#ts__prescreener .btn-primary:hover {
  background: var(--primary_color);
  color: var(--primary_color_text);
  border-color: var(--primary_color);
  transition: 0.5s ease;
  opacity: 0.8;
} */

/* #ts__prescreener .ts-actions .btn-back:hover {
  background: var(--primary_color);
  color: var(--primary_color_text);
  border-color: var(--primary_color);
  transition: 0.5s ease;
  opacity: 0.8;
}

.btn-back[disabled] {
  opacity: 0.5;
} */

.tip,
.form-error {
  text-align: left !important;
  color: var(--secondary_color_text);
  font-size: 16px;
}


.form-error {
  color: #fb6063;
  font-style: italic;
}

.form-wrap {
  top: 0;
  display: none;
  width: 100%;
  left: 0;
  background: None !important;
  padding: 0px !important;
  border: None !important;
}
.form-wrap.active {
  display: block;
}

.heading {
  font-size: 16px;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-weight: 400;
}

/* #investigator_list {
  float: left;
  width: 100%;
} */
#investigator_list .ts-site {
  display: flex;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
  padding-top: 15px;
}
#investigator_list .ts-site.selected {
  background: #fafafa;
}
#investigator_list .ts-site .ts-site-info {
  display: flex;
}
#investigator_list .ts-site .ts-site-info .input-checkbox {
  margin-right: 20px;
}
#investigator_list .ts-site .ts-site-info .input-checkbox,
#investigator_list .ts-site .ts-site-info .text {
  float: left;
}
#investigator_list .ts-site .ts-site-info h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#investigator_list .ts-site .ts-site-info .site-name,
#investigator_list .ts-site .ts-site-info address {
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#investigator_list .ts-site .ts-site-info address {
  color: var(--secondary_color_text);
  margin-bottom: 10px;
}
#investigator_list .ts-site .ts-miles {
  width: 20%;
  text-align: right;
  margin-left: auto;
}
#investigator_list .ts-site .ts-miles strong,
#investigator_list .ts-site .ts-miles span {
  display: block;
}

#investigator_list .ts-site .ts-miles strong {
  font-size: 18px;
  color: var(--primary_color);
  font-weight: normal;
}

#investigator_list .ts-site .ts-miles span {
  color: var(--general_text_color) !important;
}

#list-investigators .ts__prescreener_step {
  padding-left: 0;
  padding-right: 0;
}

#send-message-investigators {
  text-align: left !important;
}
#send-message-investigators label {
  display: block !important;
  font-size: 16px !important;
  text-align: left !important;
  font-weight: normal !important;
}

.note {
  text-align: left;
  margin: 30px 0;
  color: #fb6063;
  display: block;
  float: left;
  width: 100%;
}

.msg-preview {
  margin-bottom: 0px !important;
  display: block;
  font-size: 18px !important;
}

#bmessagepreview {
  text-align: left !important;
  background: #e6e6e6;
  padding: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.note-success {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 30px;
}
.note-success strong {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  color: var(--primary_color) !important;
  margin-bottom: 0;
}

.loader {
  display: none;
  position: relative;
  top: 10px;
}

.eligible_message > p {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 10px;
  /* text-align: center; */
  /* vertical-align: middle; */
  /* display: table-cell; */
  color: #143c87;
}

#marg_cust {
  padding: 1.5rem 0;
}

.btn-custom-signup {
  background-color: #44dd74 !important;
  border: none;
  color: #fff !important;
  font-size: 16px;
  background-image: none;
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 28px;
  padding-right: 28px;
  height: auto;
  line-height: 16px;
  text-decoration: none !important;
  text-shadow: none !important;
  width: inherit !important;
  margin-left: 0 !important;
  font-weight: bold;
}

#duplicate_email {
  display: none;
  color: #ff0000;
}

.validate_prescreen {
  color: red;
  font-size: 14px;
  padding: 6px 0 0 6px;
  /* padding: 0 30px; */
  margin: 0;
}
#ts__prescreener .ts__prescreener_step .form-group .help-text {
  padding: 10px 30px 0;
}

#error_autocomp {
  color: red !important;
}

/* #breviewandsend #phone {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  height: 48px;
  width: calc(100% - 110px) !important;
  margin-left: 110px !important;
} */

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: #ffffff !important;
  display: table;
  border: 2px solid #999;
  border-radius: 0.25rem;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: #ddd;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  width: 100px !important;
}

.ts__prescreener_body {
  margin-top: 20px;
}

.ts__prescreener_body p {
  color: var(--primary_color) !important;
  padding: 0;
}

.ts__prescreener_body h3 {
  color: var(--primary_color) !important;
}

.ts__prescreener_body_inner {
  padding: 0px 15px;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.option-padding label {
  cursor: pointer;
  position: relative;
  margin: 0;
  display: block;
  padding-bottom: 5px;
}
.option-padding li {
  margin-bottom: 0 !important;
  padding-top: 0.5rem;
}

/* .text-input-spacer input[type="text"], input[type="number"]{
  margin-left: 30px;
} */
.text-input-spacer {
  padding: 0 1.9rem;
}
.text-input-spacer .heading-sub {
  padding: 0 !important;
}
.text-input-spacer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#bsendmessage ul li:last-child {
  padding-bottom: 0;
}
#bsendmessage ul li label:last-child {
  padding-bottom: 0;
}



@media screen and (max-width: 420px) {
  #ts__prescreener .ts-actions .btn-back,
  #ts__prescreener .ts-actions .btn-next {
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .ts__prescreener_body,
  .text-input-spacer,
  /* .heading-sub, */
  /* .help-text, */
  #ts__prescreener .ts__prescreener_step .form-group .validate_prescreen,
  #signup_text,
  .note-success {
    padding: 0px 15px !important;
  }

  .patient_signup_text#signup_text {
    padding: 0px !important;
  }
  #ts__prescreener .ts-actions {
    padding: 0px 15px 15px !important;
  }
  .ts__prescreener_body_inner {
    padding: 0;
  }
  .recaptcha-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 576px) {
  .heading-wrap .step,
  .heading-wrap .step .step-arrow {
    display: none;
  }
  .heading-wrap .step.active {
    display: block;
  }
}

@media screen and (max-width: 768px) {

  #ts__prescreener .ts__prescreener_step.ts__prescreener_step_custom.active {
    padding: 0.5rem !important;
  }
  .ts__prescreener_body_custom {
    padding: 1rem 0 !important;
  }
  .col-md-6,
  .col-md-11,
  .col-md-12 ,
  .col-md-5,
  .col-md-7{
    width: 100%;
  }
}
/* @media screen and (min-width: 1680px) {
  #investigator_list .ts-site-info .input-radio .js-choose {
    margin-top: 0.45rem !important;
  }
} */
#investigator_list .ts-site-info .input-radio .js-choose {
  margin-top: 0.45rem;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  /* color: #555555; */
  background-color: #fff;
  /* background-image: none; */
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

form label {
  font-weight: normal;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
  margin-left: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
