.preauth .hideme {
  display: none;
}
.preauth.section p{
  font-size:14px;
  color:#000;
}
.preauth.section .top_disclaimer {
  clear: both;
  color:#000;
}
.preauth.section .top_disclaimer p {
  margin-bottom: 0px;
}
.preauth.section .top_disclaimer strong {
  float: left;
  padding-right: 5px;
}
.preauth.section #vendorWrapper {
  text-align: center;
  margin:20px 0;
}
.preauth.section #vendorWrapper p {
  margin: 0px;
}
.preauth.section #preauthQuestions input[type="radio"][disabled] {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border-width: 0px;
  /*-webkit-appearance: none;*/
}
.questionDisabled td{
  color:#545454 !important;
  opacity: 0.83;
  user-select: none;
}
.preauth.section #preauthQuestions table th {
  text-align: center;
  color: #333;
}
.preauth.section #preauthQuestions table th:first-child {
  text-align: left;
}
.preauth.section #preauthQuestions table td {
  text-align: center;
  color: #333;
}
.preauth.section #preauthQuestions table td:first-child {
  text-align: left;
}
.preauth.section #erQuestionWrapper {
  text-align: center;
}
.preauth.section #erQuestionWrapper h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.35em;
  font-weight: normal;
  font-size:18px;
}
.preauth.section #erQuestionWrapper .er_checkbox {
  margin: 0px auto 20px;
  text-align: center;
}
.preauth.section .auth_required_shell {
  font-size: 1.5em;
}
.preauth.section .outer_preauth_wrapper {
  width: 100%;
}
.preauth.section .outer_preauth_wrapper .preauth_wrapper {
  width: 100%;
}
.preauth.section .outer_preauth_wrapper .preauth_wrapper .auth_wrapper {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 20px 15px;
  width: 100%;
}
.preauth.section .outer_preauth_wrapper .preauth_wrapper .auth_wrapper h3 {
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-bottom: 0px;
  color: #777;
}
.preauth.section .outer_preauth_wrapper .preauth_wrapper .auth_wrapper #preauth_form h4.auth_required_alert {
  margin-top: 0px;
  margin-bottom: 0px;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper {
  width: 100%;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box {
  color: #555;
  display: block;
  float: left;
  background: #f5f5f5;
  border: solid 1px #e3e3e3;
  border-radius: 4px;
  min-height: 80px;
  width: 100%;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .display_code_info {
  width: 100%;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .display_code_info .code_desc .display_code {
  font-size: 1.7em;
  font-weight: bold;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .display_code_info .code_desc .display_name {
  font-weight: normal;
  font-size: 1.1em;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .display_code_info .code_desc .display_msg {
  margin-top: 5px;  
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .req_box {
  width: 80px;
  float: left;
  display: block;
  text-align: center;
  height: 80px;
  border-radius: 4px 0 0 4px;
  border: solid 1px;
  line-height: 35px;
  padding-top: 5px;
  margin-right: 7px;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .req_box.no {
  background: #5CAD5C;
  color: #003300;
  border-color: #539C53;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .req_box.yes {
  background: #CB3827;
  color: #FFFFFF;
  border-color: #CB3827;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .req_box.maybe {
  background: #f0ad4e;
  color: #493416;
  border-color: #ae7f3b;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .req_box.conditional {
  background: #00548C;
  color: #FFFFFF;
  border-color: #00548C;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .req_box.pharmacy {
  background: #ffa500;
  color: #664200;
  border-color: #e59400;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .req_box.vendor {
  background: #ffd700;
  color: #665600;
  border-color: #e5c100;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .display_box .req_box .req_ind {
  display: block;
  margin-top: 5px;
  font-size: 3em;
  margin-bottom: -5px;
}
.preauth.section .outer_preauth_wrapper .preauth_results .preauth_results_wrapper .auth_required_result {
  margin-top: 10px;
}
.preauth.section .submit_auth_link {
  margin-top: 20px;
}
.preauth.section a {
  text-decoration: underline;
}
.preauth.section a:hover {
  text-shadow: -0.1px -0.1px 0 #006dc1, 0.1px 0.1px #006dc1;
}
.preauth.section .btn-success{
  background-color: #00548C;
  border-color:#00548C;
}