@charset "utf-8";
/* ********************
	VARS
  ******************** */
/* BREAKPOINTS */
/* COLORS */
/* BOOTSTRAP */
/*
@gapSlim: 2px;
@gapSlimDbl: 4px;


.slimgap{
	.margin-right(-@gapSlim);
	.margin-left(-@gapSlim);
 [class*="col-"] {
    .padding-left( @gapSlim ) !important;
    .padding-right( @gapSlim) !important;

  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
*/
/* SHOPS SEARCH */
.row-buyvoucherfooter {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.wrap-buyvoucher-form {
  background-color: #f8f8f8;
  padding: 10px 10px;
  padding: 0.625rem 10px;
  padding: 10px 0.625rem;
  padding: 0.625rem 0.625rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border: 1px solid #e7e7e7;
  display: block;
  float: none;
  clear: both;
}
.wrap-buyvoucher-form .help-block {
  display: none;
}
#htmlalert {
  background: #42474a;
  border: 1px solid #FFF;
}
.hraalertpreview {
  width: 440px!important;
  text-align: center;
}
.hraalertpreview .wrap-content {
  text-align: center;
  position: relative;
}
.hraalertpreview .wrap-content img {
  z-index: 1;
}
.hraalertpreview .wrap-content #wrap-bvinfo {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 270px;
  left: 30px;
}
.hraalertpreview .wrap-content #wrap-bvinfo p {
  width: 90%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.hraalertpreview .wrap-content #wrap-bvinfo p .plabel {
  font-weight: 700;
  display: inline-block;
  width: 100px;
  width: 6.25rem;
}
.hraalertpreview .wrap-content #wrap-bvinfo .voucherCode {
  font-weight: 700;
}
.hraalertpreview .wrap-content #wrap-bvinfo .voucherText {
  margin-top: 30px;
  margin-top: 1.875rem;
}
/*# sourceMappingURL=buyvoucher.css.map */