﻿.c-customer-request .form-group label.c-mandatory:after,
.c-customer-request .form-group span.c-mandatory:after {
  content: "*";
}
.c-customer-request .wizard-actions .btn-prev {
  float: left;
}
.c-customer-request .field-validation-error.help-block {
  margin: 6px 0 0 0;
}
.c-customer-request .field-validation-valid.help-block {
  margin: 0px;
}
.c-customer-request .c-how-do-you-know-liberty-card-custom-error {
  display: none;
}
.c-customer-request .c-server-errors {
  background-color: rgba(214, 130, 115, 0.2);
  border: 1px solid #d68273;
  color: #d68273;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  line-height: 16px;
}
.c-customer-request .c-server-errors:before {
  margin-right: 10px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f057";
}
.c-customer-request .c-client-errors {
  display: none;
  margin-top: 15px;
  background-color: rgba(214, 130, 115, 0.2);
  border: 1px solid #d68273;
  color: #d68273;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  line-height: 16px;
}
.c-customer-request .c-client-errors:before {
  margin-right: 10px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f057";
}
.c-customer-request .c-how-do-you-know .row {
  min-height: 36px;
}
.c-customer-request .c-how-do-you-know .row.form-group {
  margin-bottom: 0px;
}
.c-customer-request .c-how-do-you-know .row .help-button {
  margin-top: 5px;
}
.c-customer-request .c-radio-row .radio {
  float: right;
}
.c-customer-request .c-radio-row .radio label.block span.lbl::before {
  float: right;
  margin-left: 5px;
  margin-right: 0px;
}
.c-customer-request #table-cards tr.c-extra-info td {
  text-align: center;
  background-color: #d9edf7;
}
.c-customer-request #table-cards tr.c-global-row td {
  background-color: #d9edf7;
}
.c-customer-request #table-cards tr.c-spacer {
  height: 10px;
}
.c-customer-request #table-cards tr .form-group {
  margin: 0px;
}
.c-customer-request #table-cards tr .form-group .input-group {
  display: block;
}
.c-customer-request #table-cards tr td {
  vertical-align: middle;
}
.c-customer-request .c-accept-terms-info {
  display: none;
  float: right;
}
.c-customer-request .c-terms-and-conditions {
  border: 1px solid #CCC;
  height: 250px;
  overflow-y: scroll;
  padding: 10px;
  margin: 0px 20px;
}
.c-customer-request .c-scroll-bottom {
  margin: 0px 0px 15px 21px;
}
.c-customer-request .c-thank-you {
  display: none;
}
.c-customer-request .radio.c-no-padding,
.c-customer-request .checkbox.c-no-padding {
  padding-left: 0px;
}
.c-customer-request .c-how-do-you-know-error {
  display: none;
}
.c-customer-request .dropzone {
  min-height: 200px;
  width: 100%;
  border: 1px solid #CCC;
}
.c-customer-request .dropzone .dz-default.dz-message {
  background: #fff;
  position: static;
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  left: 0;
  top: 0;
}
.c-customer-request .dropzone .dz-default.dz-message span {
  display: inline;
  font-size: 18px;
}
.c-customer-request .dropzone .dz-preview {
  margin: 0px;
  padding: 0px;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.c-customer-request .dropzone .dz-preview .dz-error-mark,
.c-customer-request .dropzone .dz-preview .dz-success-mark {
  right: -30px;
  top: -20px;
}
.c-customer-request .dropzone .fallback iframe#iframePassportScan {
  width: 100%;
  height: 250px;
}
.c-customer-request .dropzone .fallback iframe#iframePassportScan img {
  height: 200px;
}
.c-customer-request .c-custom-iban-error {
  display: none;
}
.c-customer-request .c-download-agreement {
  margin-right: 10px;
  margin-top: 5px;
}
.c-offer-expired,
.c-offer-pending {
  display: none;
}
.c-offer-expired ul,
.c-offer-pending ul {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .c-form-group-rebate-code,
  .c-form-help-rebate-code {
    position: static !important;
  }
  .c-placeholder {
    display: none !important;
  }
}
/*# sourceMappingURL=Module.css.map */