/*


 */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/PT_Sans-Web-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/PT_Sans-Web-Bold.ttf') format('truetype');
}
body {
  width: 100%;
  margin: 0;
  color: #000000;
  font-size: 14.667px;
  background: #fff;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-device-width: 650px) {
  body {
    font-size: 19.667px;
  }
}
.bt_logo {
  width: 456px;
  height: 49px;
  background: url("../imgs/BTlogo.png");
  background-repeat: no-repeat;
  background-position: center;
}
.merchant_logo {
  width: 350px;
  height: 80px;
  background: url("../imgs/merchlogo.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.right {
  float: right;
}
.medium_font {
  font-size: 17.333px;
  line-height: 1.2;
}
@media only screen and (max-device-width: 650px) {
  .medium_font {
    font-size: 22.333px;
  }
}
.big_font {
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-device-width: 650px) {
  .big_font {
    font-size: 25px;
  }
}
.verybig_font {
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (max-device-width: 650px) {
  .verybig_font {
    font-size: 29px;
  }
}
.bold_font {
  font-weight: bolder;
}
.centred {
  text-align: center !important;
}
.payment-page {
  width: 100%;
  text-align: center;
}
.payment-page .payment-center {
  width: 650px;
  padding-bottom: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  background-color: #f9f9f9;
  background: url("../imgs/bgBTOnlyColors.png") no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  display: inline-block;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 21px;
  margin-top: 40px;
  overflow: hidden;
  text-align: center;
}
.payment-page .payment-center .bt_logo {
  display: inline-block;
  margin-top: 42px;
  margin-left: 9px;
}

.payment-page .payment-center .merchant_logo {
  display: inline-block;
  margin-top:  9px;
  margin-left: 9px;
}

.payment-page .payment-center .price-wrap {
  width: 456px;
  padding-left: 100px;
  padding-right: 94px;
  padding-top: 66px;
  display: inline-block;
}
.payment-page .payment-center .price-wrap .row {
  margin: 0px;
  padding: 0px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #414141;
}
.payment-page .payment-center .price-wrap .row.pad {
  width: 90%;
}
@media only screen and (max-device-width: 650px) {
  .payment-page .payment-center .price-wrap {
    padding-left: 10px;
    padding-right: 10px;
    width: 100% !important;
    display: table-cell;
  }
}
.payment-page .payment-center .card-wrap {
  width: 530px;
  /*      padding-left: @price-warp-padding - 20;
      padding-right: @price-warp-padding - 26;*/
  display: inline-block;
}
.payment-page .payment-center .card-wrap .data-form {
  width: 100%;
}
.payment-page .payment-center .card-wrap .data-form .row {
  margin: 0px;
  padding: 0px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #414141;
}
@media only screen and (max-device-width: 650px) {
  .payment-page .payment-center .card-wrap {
    /*padding-left: @price-warp-padding-small;
        padding-right:  @price-warp-padding-small;
        width:100% !important;*/
  }
}
.payment-page .payment-center .footer-wrap {
  width: 456px;
  padding-left: 100px;
  padding-right: 94px;
  padding-top: 20px;
  display: inline-block;
}
.payment-page .payment-center .footer-wrap .row {
  width: 456px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 5px;
  font-family: 'PT Sans';.
  color: #9f9f9f;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 500;
  padding-right: 15px;
}
@media only screen and (max-device-width: 650px) {
  .payment-page .payment-center .footer-wrap {
    padding-right: 10px;
    width: 100% !important;
    display: table-cell;
  }
}
@media only screen and (max-device-width: 650px) {
  .payment-page .payment-center {
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.card-face {
  border-radius: 20px;
  background-color: #ffffff;
  border-color: #d7d7d7;
  width: 348px;
  height: 223px;
  -webkit-box-shadow: 0px 0px 146px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 146px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 146px -20px rgba(0, 0, 0, 0.75);
  /* position: relative;
   top: 15px;*/
  margin-top: 15px;
  display: inline-block;
  padding: 5px 20px;
  background-image: url(../imgs/bgBTOnlyColors.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.card-face .card-text {
  color: #1b1919;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-device-width: 650px) {
  .card-face {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.card-back {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #efefef;
  border-width: 2px;
  border-left-width: 0px;
  border-left-style: none;
  border-style: solid;
  border-color: #ffffff;
  width: 140px;
  height: 193px;
  -webkit-box-shadow: 36px 0px 76px -41px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 36px 0px 76px -41px rgba(0, 0, 0, 0.75);
  box-shadow: 36px 0px 76px -41px rgba(0, 0, 0, 0.75);
  /*position: relative;
  top: -197px;
  left:388px;*/
  margin: 0px;
  margin-top: -20px;
  display: block;
  overflow: hidden;
}
.card-back .card-back-band {
  width: 100%;
  background-color: #d7d7d7;
  width: 307px;
  height: 47px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.card-back .row {
  padding-left: 15px !important;
}
.card-back .row .card-text {
  color: #414141;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 500;
  font-weight: bold;
}
.card-back .row .custom-combobox-input {
  width: 336px;
  color: #414141;
  border: 1px solid #bdbdbd;
  text-align: center;
  padding: 5px;
  font-weight: bolder;
  font-family: 'PT Sans';
  font-size: 14.667px;
}
@media only screen and (max-device-width: 650px) {
  .card-back {
    left: 368px;
  }
}
.btn-row {
  position: relative;
  top: -20px;
  left: -53px;
}
.btn-row .submit-btn,
.row .submit-btn {
  width: 200px;
  color: #ffffff;
  border-radius: 60px;
  border: none;
  font-family: 'PT Sans';
  font-size: 24px;
  background-color: #009cdd;
  padding: 5px 20px;
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.btn-row .submit-btn:focus,
.row .submit-btn:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.submit-btn:visited {
  color: #ffffff;
}
.submit-btn:disabled,
.submit-btn[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: auto;
}
.condence {
  line-height: 1.2;
  text-align: justify;
  overflow-wrap: break-word;
  width: 300px;
}
#numberCountdown {
  color: #ffffff;
  background-color: #ed1c24;
  border-radius: 5px;
  padding: 0px 8px ;
  display: inline-block;
  margin-top: 20px;
}
.error {
  text-align: center;
  font-weight: bolder;
  width: 100%;
  display: inline-block;
  color: #ed1c24;
  margin-bottom: 10px;
}
.error p {
  background-color: #ed1c24;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
}
.custom-combobox-input {
  width: 336px;
  color: #414141;
  /*border: 1px solid #eeeeee;*/
  border-radius: 5px;
  padding: 5px;
  font-weight: bolder;
  font-family: 'PT Sans';
  font-size: 14.667px;
}
.select-month,
.select-year {
  font-family: 'PT Sans';
  width: 120px;
  line-height: 1.2;
  font-weight: bold;
  padding: 5px;
  background: url('../imgs/dropdown_arrow.png') no-repeat right white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14.667px;
  /*border: 1px solid #eeeeee;*/
  border-radius: 5px;
}
.select-month.invalid,
.select-year.invalid,
.custom-combobox-input.invalid {
  border-color: #ed1c24;
}
.number-selection.error .custom-combobox-input {
  border-color: #ed1c24;
}
/*# sourceMappingURL=style.css.map */
