.confirmation_button {
  width: 130px;
  margin: 5px;
  padding: 6px 7px;
  border-radius: 0px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 750px) {
  .confirmation_button {
    width: 150px;
    margin: 10px;
    padding: 12px 14px;
  }
}

.confirmation_buttonGlobal {
  width: 150px;
  margin: 5px auto;
  padding: 6px 7px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .confirmation_buttonGlobal {
    width: 250px;
    margin: 10px auto;
    padding: 12px 14px;
    font-size: 20px;
  }
}

.confirmation_buttonGlobalStatus {
  pointer-events: none;
}

.confirmation_buttonGlobalStatus:hover, .confirmation_buttonGlobalStatus:active {
  cursor: default;
}

.confirmation_buttonGlobalStatus--active {
  pointer-events: auto;
}

.confirmation_buttonGlobalStatus--active:hover, .confirmation_buttonGlobalStatus--active:active {
  cursor: pointer;
}

.confirmation_buttonGlobal.is-disabledButton {
  color: #cccccc;
  background-color: #f5f5f5;
}

.confirmation_button:hover {
  border-top-color: #dfe7ed;
  background: #dfe7ed;
  color: #000000;
}

.confirmation_button:active {
  border-top-color: #dfe7ed;
  background: #dfe7ed;
}

.page_opaque {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
  opacity: 0.8;
}

.med_confirm {
  position: fixed;
  top: 70px;
  left: 0;
  opacity: 1;
  width: 100%;
  z-index: 11000;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .med_confirm {
    top: 150px;
    left: 0;
  }
}

.med_confirm .confirm_box {
  width: 310px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

@media screen and (min-width: 750px) {
  .med_confirm .confirm_box {
    width: 400px;
  }
}

.med_confirm .confirm_box--global {
  width: 350px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

@media screen and (min-width: 750px) {
  .med_confirm .confirm_box--global {
    width: 600px;
  }
}

.med_confirm table {
  width: auto;
}

.med_confirm table a {
  text-decoration: none;
}

.med_confirm table a.medGlobal__textLink {
  color: #004ecc;
  text-decoration: underline;
}

.med_confirm table td.med_what {
  height: 43px;
  padding-top: 20px;
  font-weight: bold;
  font-size: 20px;
}

.med_confirm table td.med_btn {
  height: 90px;
  padding: 20px 0 15px;
}

.med_confirm table td.med_txt {
  font-size: 14px;
  padding: 0 15px 15px;
  color: #333;
  line-height: 1.6;
}

.med_confirm table td.medGlobal__lead {
  padding: 20px 30px 15px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

@media screen and (min-width: 750px) {
  .med_confirm table td.medGlobal__lead {
    line-height: 1.6;
  }
}

.med_confirm table td.medGlobal__lead p {
  margin-bottom: 0;
}

.med_confirm table td.medGlobal__check {
  padding: 0 30px 20px;
  line-height: 1.4;
}

@media screen and (min-width: 750px) {
  .med_confirm table td.medGlobal__check {
    line-height: 1.6;
  }
}

.med_confirm table td.medGlobal__check input {
  border: 1px solid #000;
  font-size: 14px;
  background-color: #ffffff;
  display: inline-block;
  width: auto;
}

.med_confirm table td.medGlobal__check input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  position: relative;
  top: 0px;
  margin: 0 10px 0 0;
}

.med_confirm table td.medGlobal__check label.medGlobal__checkboxText {
  font-size: 18px;
  cursor: pointer;
  text-indent: 24px;
  display: inline;
}

@media screen and (min-width: 750px) {
  .med_confirm table td.medGlobal__check label.medGlobal__checkboxText {
    font-size: 20px;
  }
}

.med_confirm table td.medGlobal__text {
  padding: 0 30px 25px;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 750px) {
  .med_confirm table td.medGlobal__text {
    line-height: 1.6;
  }
}

.med_confirm table td.medGlobal__text p {
  margin-bottom: 0;
}

.med_confirm table td.medGlobal__selectBtnText {
  padding: 0 30px;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (min-width: 750px) {
  .med_confirm table td.medGlobal__selectBtnText {
    line-height: 1.6;
  }
}

.med_confirm table td.medGlobal__selectBtnText p {
  margin-bottom: 0;
}

.med_confirm table td.medGlobal__btn {
  height: 90px;
  margin: 0 auto;
  padding: 5px 0 15px;
  vertical-align: middle;
}

.med_confirm table td.medGlobal__text--att {
  padding: 0 30px 5px 37px;
  font-size: 14px;
  line-height: 1.4;
  text-indent: -0.5em;
}

@media screen and (min-width: 750px) {
  .med_confirm table td.medGlobal__text--att {
    line-height: 1.6;
  }
}

.med_confirm table td.medGlobal__text--att p {
  margin-bottom: 0;
}
/*# sourceMappingURL=../maps/confirmation_global.css.map */
