/*stylesheet for usercontrols*/
.modal-content {
  border-radius: 0;
}

.modal-body {
  padding: 25px;
  margin-top: 0px;
}

a.btn.btn-default {
  color: #fff;
  background: #FAA62F;
  border: none !important;
  border-radius: 5px !important;
  font-size: 0.95em !important;
  margin: 10px 0 0 !important;
  padding: 8px 25px !important;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
}

.imgLogo {
  width: auto;
  max-height: 50px;
  margin: 0 auto;
}

/*bad result*/
#vntBad {
  user-select: none;
}
#vntBad h1 {
  color: #ff7517;
}
#vntBad hr {
  margin-top: 10px;
  margin-bottom: 0px;
}
#vntBad #ContentPlaceHolder1_CheckPostCodes_BadActionLink {
  display: inline;
}
#vntBad .btn.btn-default.tryagain {
  color: #333;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 40px;
  padding: 0 19px;
}
#vntBad .btn.btn-default.tryagain:hover {
  border: 1px solid #333;
}
#vntBad .input-group.email {
  background-color: #cbcbcb;
  padding: 1rem;
  width: 100%;
}
#vntBad .input-group.email .input-group-addon {
  background-color: transparent;
}
#vntBad .input-group.email input[type=email] {
  width: 85%;
  margin-left: 2px;
  background-color: transparent;
  border: none;
}
#vntBad.modal.fade.in {
  padding-right: 0px !important;
}
#vntBad .col-md-6.col-sm-6.left {
  flex-direction: row-reverse;
  display: flex;
  margin-right: 10%;
}
#vntBad .col-md-6.col-sm-6.right {
  display: flex;
  margin-top: -22px;
  padding-bottom: 5px;
  margin-left: 10%;
}
#vntBad .col-md-6.col-sm-6 .btn.btn-link {
  padding-top: 0px;
  padding-bottom: 0px;
}
#vntBad .two-options-text {
  margin: 30px 0 15px 0;
}
#vntBad .two-options-text p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0 0 3px 0;
  line-height: 100%;
  color: #333;
}
#vntBad .two-options-text p:nth-of-type(1) {
  font-size: 14px;
}
#vntBad .two-options-text p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 800;
}
#vntBad .two-options-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#vntBad .two-options-wrap > span {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  font-size: 16px;
}
#vntBad .two-options-wrap .to-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 12px 15px;
  max-width: 205px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
#vntBad .two-options-wrap .to-item p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0 0 3px 0;
}
#vntBad .two-options-wrap .to-item p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #333;
  line-height: 120%;
}
#vntBad .two-options-wrap .to-item p:nth-of-type(2) {
  font-size: 12px;
  color: #737373;
  margin-bottom: 12px;
}
#vntBad .bad-footer-wrap h5 {
  margin: 20px 20px 0;
  font-size: 0.9em;
  color: #737373;
  line-height: 130%;
}
@media (max-width: 450px) {
  #vntBad .two-options-wrap {
    flex-flow: column;
    align-items: center;
  }
}

.ListPC {
  margin: 25px auto 0 auto;
  max-height: 200px;
  max-width: 350px;
  overflow-y: auto;
}
.ListPC::-webkit-scrollbar {
  width: 2px;
}
.ListPC::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.ListPC::-webkit-scrollbar-thumb {
  background: #888;
}
.ListPC::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.ListPC .badArea {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}
.ListPC .badArea:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.ListPC .badArea > span {
  display: flex;
  align-items: center;
  text-align: center;
}
.ListPC .badArea > span span {
  padding: 5px 10px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #333;
}
.ListPC .badArea > span span:hover {
  border-color: orange;
}

/* good result */
#vntGood a[id*=GoodActionLink] {
  margin-bottom: 20px;
  margin-top: 10px;
}
#vntGood .good-price {
  padding: 25px 0;
}
#vntGood .good-price p {
  margin: 0;
}

button.tryagain {
  display: inline;
  margin: 20px 20px 0 20px;
  font: 300 0.85em/100% "Roboto", sans-serif;
  border: none;
  background: none;
  text-decoration: underline;
  color: #777;
  margin-top: 30px;
  font-size: 1em;
}
button.tryagain:hover {
  color: #444;
}

#vntBad .modal-dialog,
#vntGood .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#vntBad .modal-dialog .modal-content,
#vntGood .modal-dialog .modal-content {
  border-radius: 1px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.8);
  border: none;
}
#vntBad .modal-dialog .modal-content .modal-body .fullwidth,
#vntGood .modal-dialog .modal-content .modal-body .fullwidth {
  margin: -25px;
}
#vntBad .modal-dialog .modal-content .modal-body .img-wp,
#vntGood .modal-dialog .modal-content .modal-body .img-wp {
  margin-bottom: 0;
}
#vntBad .modal-dialog .modal-content .modal-body .img-wp img,
#vntGood .modal-dialog .modal-content .modal-body .img-wp img {
  max-height: unset;
  width: 100%;
  height: auto;
  margin: 0;
}
#vntBad .modal-dialog .modal-content .modal-body .form,
#vntGood .modal-dialog .modal-content .modal-body .form {
  padding: 20px 0;
}
#vntBad .modal-dialog .modal-content .modal-body .form .row .col-md-12 > h1,
#vntGood .modal-dialog .modal-content .modal-body .form .row .col-md-12 > h1 {
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#vntBad .modal-dialog .modal-content .modal-body .form .row .col-md-12 > h4,
#vntGood .modal-dialog .modal-content .modal-body .form .row .col-md-12 > h4 {
  color: #666;
  font-weight: 300;
  font-size: 1.3em;
}
#vntBad h1,
#vntGood h1 {
  font: 800 1.75em/110% "Roboto", sans-serif;
  margin: 15px 0 0 0;
  color: #333;
}
#vntBad h4,
#vntGood h4 {
  font: 500 0.9em/120% "Roboto", sans-serif;
  margin: 5px 0 0 0;
  color: #737373;
}
#vntBad a.btn.btn-default,
#vntGood a.btn.btn-default {
  font-size: 0.85em;
  padding: 0px 12px;
  border-radius: 0;
}
#vntBad a.btn.btn-default:hover,
#vntGood a.btn.btn-default:hover {
  color: #fff;
  background-color: #c2279d;
  border: 4px solid #c2279d;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#vntBad .modal-content,
#vntGood .modal-content {
  border: 0px solid #fff;
  border-radius: 3px;
}
@media (max-width: 998px) and (min-width: 769px) {
  #vntBad .modal-content,
#vntGood .modal-content {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  #vntBad .modal-content,
#vntGood .modal-content {
    border-radius: 0;
  }
}

.whitelist-info-wp {
  margin-top: 30px;
  color: #777;
  font-weight: 400;
}
.whitelist-info-wp ._button {
  background: #FAA62F;
  color: #fff;
  padding: 7px 14px;
  font-weight: 500;
  cursor: pointer;
}
.whitelist-info-wp ._button:hover {
  background: #F7229E;
}

.reverse-none {
  flex-direction: row-reverse;
}