body {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875em;
}

h1 {
  margin: 0 0 0.2em 0;
  font-size: 1.4em;
  font-weight: normal;
}

section.event-info {
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #DFDFDF;
}
section.event-info h1 {
  text-transform: uppercase;
}
section.event-info h2 {
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: initial;
}
section.event-info .event-start-date, section.event-info .event-end-date {
  display: block;
}
section.event-info .event-end-date {
  font-size: 0.9em;
}

section.customer-logo {
  text-align: center;
}
section.customer-logo img {
  max-width: 300px;
}

.ticketshop_ue_button {
  font-size: 1.4em;
  line-height: 1em;
}

.ticketshop_ue {
  font-size: 3em;
  line-height: 1.1em;
}

.grayUE {
  font-size: 1.4em;
  line-height: 1em;
  color: #999999;
}

.gray {
  color: #dfdfdf;
}

.ticketshop_button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 18.8%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 1.5%;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  color: #777777;
  background-color: #f9f9f9;
  border: 1px solid #dfdfdf;
  float: left;
}
.ticketshop_button * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ticketshop_button:first-child {
  margin-left: 0;
}

.steps .ticketshop_button {
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav_button {
  line-height: normal;
  height: 38px;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.nav_button .back {
  color: #777777;
}

footer {
  padding: 5px 10px;
  line-height: 2;
  margin: 1em 0;
  overflow: hidden;
}
footer .ej-logo {
  float: right;
  height: 26px;
}
footer a {
  color: white;
}

.ticket-quantity {
  width: 40px;
}

.billing-legend {
  font-weight: bold;
  margin-top: 2em;
}

#load_session {
  position: absolute;
  left: 50%;
  top: 150px;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  display: none;
}

i.ticket-type-info {
  cursor: pointer;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

i.discount-code {
  float: left;
  margin-top: 3px;
  cursor: help;
}

.ticketshop_table {
  display: table !important;
}

.ticketshop_font_color {
  color: #ffbb22;
}

.ticketshop_bg_active {
  color: #ffffff;
  background-color: #ffbb22;
  border: 1px solid #ffbb22;
}

.ticketshop_roundcorners {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

#ticketshop_content {
  width: 99%;
  margin: 0 auto 2rem auto;
}

.ticketshop_content_middle {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both !important;
}
.ticketshop_content_middle label {
  display: inline;
}
.ticketshop_content_middle label + label {
  padding-left: 1em;
}
.ticketshop_content_middle input {
  width: 99%;
}
.ticketshop_content_middle input[type=radio], .ticketshop_content_middle input[type=checkbox] {
  width: auto;
  margin: 0 5px;
}

.autoheight {
  height: auto !important;
}

.autowidth {
  width: auto !important;
}

.ticketshop_head {
  width: 100%;
  margin: 0 auto;
}

.ticketshop_line {
  width: 97%;
  margin: 0 auto;
  padding: 1.5%;
  border-bottom: 1px solid #DFDFDF;
}
.ticketshop_line.clickable:hover {
  background-color: #DFDFDF;
}

.ticketshop_column1 {
  width: 45%;
  float: left;
}

.ticketshop_column2 {
  width: 25%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: right;
  float: right;
}

.with_bg {
  background-color: #f9f9f9;
}

.ticketshop_height_triple {
  height: 100px !important;
}

.ticketshop_form_column1 {
  width: 38%;
  float: left;
  text-align: left;
}

.ticketshop_form_column2 {
  width: 60%;
  text-align: right;
  float: right;
}

.ticketshop_form_small {
  width: 20%;
  float: left;
  text-align: left;
}

.ticketshop_form_field {
  margin-right: 1%;
  width: 99%;
}

.download-ticket-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffbb22;
  color: #FFF;
  display: block;
  font-size: 2rem;
  margin: 2rem 0;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.download-ticket-button * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.download-ticket-button i {
  margin-right: 2rem;
}

.ticket-in-cart {
  font-size: 1.1rem;
  margin-top: 1em;
}
.ticket-in-cart span {
  font-size: 1rem;
  padding-right: 0.4em;
}

.ticket-quantities .sum {
  border-top: 1px solid #DFDFDF;
}

.unlock_code {
  margin-top: 1em;
}
.unlock_code .ticketshop_button {
  float: none;
  margin-left: 0;
}
.unlock_code input[type=text] {
  width: 12em;
}

body.ogone-template .ncoltable1, body.ogone-template .ncoltable2, body.ogone-template .ncoltable3 {
  font-size: 1.2rem;
}
body.ogone-template .ncoltable1 a, body.ogone-template .ncoltable2 a, body.ogone-template .ncoltable3 a {
  color: black;
}

.payment-types label {
  float: none !important;
}
.payment-types .payment-type {
  padding: 0 1em;
}
.payment-types .description {
  padding-left: 1.6rem;
  font-style: italic;
  text-align: left;
  font-size: 0.9em;
}

.labels-right label.optional-fees {
  text-align: left;
  width: auto;
}

.ticket-type-info-seatmap {
  font-size: 0.85em;
}

.layout-iframe .event-description {
  margin-bottom: 3rem;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.layout-iframe .event-description h2 {
  font-size: 1.25rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.layout-iframe .event-description .box-content {
  border: 1px solid #DFDFDF;
  background-color: #F9F9F9;
  padding: 1em;
}

.commission_note {
  font-size: 0.8rem;
}

.additional-info {
  font-size: 0.9em;
}

.cookie-warning {
  margin: 1em;
}
.cookie-warning.hidden {
  display: none;
}
.cookie-warning.cookies-disabled {
  background-color: #E9E9E9;
  border: 1px solid #D5D5D5;
  color: #D50000;
  padding: 1em;
}
.cookie-warning a {
  margin-top: 1em;
  padding: 0.3em;
  display: inline-block;
}

@media only screen and (min-width: 728px) and (max-width: 979px) {
  .floatright {
    float: right !important;
    clear: none !important;
  }
}
@media only screen and (min-width: 481px) {
  .disappear-big {
    display: none;
  }
}
@media only screen and (max-width: 727px) {
  .floatright {
    float: right !important;
    clear: none !important;
  }

  .steps .ticketshop_ue_button {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .disappear, .disappear-small {
    display: none !important;
  }

  .ticketshop_form_field {
    margin-right: 3% !important;
    width: 97% !important;
  }

  .ticketshop_form_small {
    width: 40%;
    float: left;
    text-align: left;
  }

  .nav_button {
    width: 99% !important;
    clear: both !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 3px !important;
  }
}

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