/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[3]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!../../node_modules/import-glob/index.js!./styles/pages/_payment-form.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Payment form Styles */
#paymentForm [role=alert] {
  padding: 10px;
  border: 2px solid #f00;
  border-radius: 4px;
  background: #ffeded;
  display: inline-block;
}
#paymentForm [role=alert]:empty {
  display: none;
}
#paymentForm input[type=text],
#paymentForm input[type=email],
#paymentForm select,
#paymentForm textarea {
  width: 100%;
}
#paymentForm div.row {
  padding-bottom: 15px;
  margin-top: 16px;
}
#paymentForm #trnAmount,
#paymentForm .invoice_amt {
  padding-right: 10px;
  text-align: right;
}
#paymentForm small {
  font-size: 70%;
}
#paymentForm fieldset {
  margin-top: 1.5625rem;
}

/* https: //social.msdn.microsoft.com/forums/ie/en-us/f4d2a698-2ae0-4a13-8893-2e96a1e54c43/ie10-right-aligned-input-cuts-off-text */
input::-ms-clear {
  display: none;
}

select {
  border: 0.0625rem solid #000;
  border-radius: 0.3125rem;
  height: 3rem;
  width: 100%;
}

.attachment-full {
  margin-bottom: 0 !important;
}

/* For Bambora */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative !important;
  min-height: 1px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

#bambora-card-number {
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: contain;
  border: 1px solid;
  height: 40px !important;
}

#bambora-cvv,
#bambora-expiry {
  border: 1px solid;
  height: 40px !important;
}

div.bambora-checkoutfield iframe {
  height: 40px !important;
}

.form-group {
  padding-left: none !important;
  margin-bottom: 0 !important;
}

#processing-screen {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

article input[type=submit] {
  background-color: #005b83;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-top: 14px;
  padding-right: 70px;
  padding-bottom: 14px;
  padding-left: 70px;
  border-radius: 1px;
}

article input[type=submit]:hover {
  text-decoration: underline;
}

/*a.cancel {
  background-color: #b34a00;
  color: #fff;
  line-height: 24px;
  height: 20px;
  padding: 13px 70px 17px;
  text-transform: uppercase;
}*/
/* Form validation */
article p#formErrors {
  border: 1px solid #f33;
  background: #fff7f2;
  margin: 30px auto 0;
  padding: 10px 15px;
  text-align: center;
  width: 80%;
}

article .missing,
article .missingField {
  border: 1px solid #f33;
  background: #fff7f2;
}

article span.missingDisplay {
  margin-left: 5px;
  color: #ba4a14;
  font-family: "Times New Roman", Times, serif;
  width: 100px;
  line-height: 0.8em;
  display: inline-block;
  vertical-align: middle;
}

article span.rqfield {
  color: #f00;
}

article input[type=text].missing,
article input[type=email].missing,
article input[type=tel].missing,
article input[type=date].missing,
article textarea.missing,
.newsletter-signup input[type=text].missing,
.comment-block #commentform input[type=text].missing,
.comment-block #commentform input[type=email].missing,
.comment-block #commentform textarea.missing,
#faq-form input[type=text].missing,
#faq-form input[type=email].missing,
#faq-form [type=tel].missing,
#faq-form textarea.missing {
  border: 1px solid #f33;
  background: #fff7f2;
}

.payment_instructions {
  color: red;
  border: 1px solid #000;
  padding: 10px 15px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.hasfocus,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*# sourceMappingURL=paymentForm.css.map*/