/*
.bonblock {
  background: #eee;
  min-height: 360px;
  padding: 30px;
  position: relative;
  margin: 0 0 30px 0;
}

.bonblock .head {
  display: table;
  margin-bottom: 20px;
}

.bonblock .head .number,
.bonblock .head .desc {
  display: table-cell;
  vertical-align: middle;
}

.bonblock .head .number span {
  display: block;
  width: 40px;
  height: 40px;
  background: #151b4e;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}

.bonblock .data {
  text-align: center;
  width: 100%;
}

.bonblock .data img {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bonblock .data select,
.bonblock .data input {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 5px;
  box-sizing: border-box;
  height: 54px;
  font-size: 18px;
  color: #aaa;
}

.bonblock .data input:focus,
.bonblock .data input:active {
  border: 0;
  box-shadow: none !important;
}

.bonblock .data input.email,
.bonblock .data input.print,
.bonblock .data input.getcoupon {
  width: 40%;
  background: #ffa409;
  color: #fff;
  font-weight: bold;
}

.bonblock .data input.getcoupon {
  width: 80%;
}


.hide-receipt {
  display: none;
}

.show-receipt {
  display: block;
}

#receipt-steps {
  position: relative;
}

.ticketbox {
  position: relative;
  overflow-y: auto;
  transition: 0.5s;
}

.loadbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  overflow-y: auto;
  transition: 0.5s;
  background: rgba(170, 170, 170, 0.75);
  color: #fff;
}

.loadbox.ticketbox {
  color: #000;
}

.loadbox.hide-receipt {}

.loadbox.show-receipt {}

.loadbox table {
  width: 100%;
  height: 100%;
}

#pagecontent .loadbox table td {
  vertical-align: middle;
  text-align: center;
}

.loadbox table td img {
  display: block;
  margin: 0 auto;
  width: 50px;
}

.loadbox a.btn-back {
  display: inline-block;
  color: #fff;
}

.loadbox a.btn-back:hover {}

.ticketbox .or {
  width: 40px;
  height: 40px;
  background: #ddd;
  color: #aaa;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 40px;
  font-style: italic;
}

.ticketbox .row {
  margin: 0;
}

.ticketbox table {
  width: 100%;
  height: 100%;
  position: relative;
}

.ticketbox table td {
  vertical-align: middle;
  text-align: center;
}

.ticketbox table td .ticketwrapper {
  background: #eee;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.ticketbox .bonbox {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 14px;
  line-height: 20px;
  padding: 50px 0 0 0;
  width: 100%;
}

.ticketbox .bonbox .bon {
  padding: 50px;
  margin: 20px 50px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.ticketbox .bonbox .bon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: rotate(2deg);
  z-index: 1;
}

.ticketbox .bonbox .bon .inner {
  position: relative;
  z-index: 5;
}

.ticketbox .buttonbox {
  width: 100%;
  text-align: left;
  vertical-align: middle;
}

.ticketbox .buttonbox hr {
  width: 20px;
  height: 5px;
  border: 0;
  background: #ddd;
  margin: 50px 0;
  margin: 30px auto;
}

.ticketbox .buttonbox input[type="button"],
.email_popup input[type="submit"],
.ticketbox .buttonbox input[type="submit"] {
  display: block;
  margin: 10px 0 20px 0;
  width: 100%;
}

.ticketbox .buttonbox input[type="text"] {
  background: #fff;
  text-align: center;
  margin: 10px 0 0 0;
  border: 0;
}

.ticketbox .buttonbox input[type="text"]:hover,
.ticketbox .buttonbox input[type="text"]:focus {
  border: 0;
  box-shadow: none;
}

.ticketbox .buttonbox h3 {
  font-size: 20px;
  font-family: 'Century Gothic', arial, sans-serif;
  font-weight: bold;
}
*/
