/* source:confirm */
#pricetable {
  width: 300px;
  margin-bottom: 30px;
  float: right; }

#pricetable td {
  padding: 2px 5px 2px 5px; }

#pricetable td.subtotal {
  font-weight: bold;
  color: #444;
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #999;
  border-bottom: 2px solid #666; }

.addressblock {
  width: 245px;
  float: left;
  margin-left: 20px;
  margin-top: -10px;
  margin-bottom: 30px;
  color: #666;
  font-size: 12px; }

#agb input {
  vertical-align: top; }

#agb {
  font-size: 14px; }

#agb.highlightx {
  /* search for class="highlightx" */
  border: 2px solid #F15A23;
  background: #ffffee;
  padding: 4px;
  font-weight: bold; }

.event-summary small {
  color: #888; }

.product1 {
  margin: 20px 0;
  background-color: #fff;
  padding: 8px; }

.product1 table th {
  font-size: 14px;
  padding: 8px; }

.product1 table td {
  vertical-align: middle;
  color: #666; }

.event-details tr:nth-child(odd),
.product-details tr:nth-child(odd) {
  background-color: #fff; }

.event-details tr:nth-child(even),
.product-details tr:nth-child(even) {
  background-color: #eee; }

.product-details {
  background: #fafafa;
  border-top: 1px solid #ccc; }

.product-details {
  border-bottom: 1px solid #ccc; }

table.plain, table.plain:hover, table.plain:hover th, table.plain:hover td {
  background: none; }

.priceoption {
  font-style: italic;
  color: #999999;
  font-size: 90%; }

.items-value, .items-count {
  color: #666666; }

/* source: shipment */
.price {
  text-align: right; }

table td {
  /* class may be needed here */
  color: #666; }

.alert-warning {
  background: #FCF8E3;
  color: #C09853;
  border: 1px solid #FBEED5; }

.mandatory-select {
  border: 1px solid transparent;
  padding: 5px;
  margin-bottom: 30px;
  display: block; }

.mandatory-select.error {
  border: 1px solid #FBC2C4; }

.mandatory-select.error a {
  color: #414141; }

.mandatory-select ul {
  margin-bottom: 0; }

.mandatory-select li {
  font-size: 120%;
  color: #444; }

.mandatory-select .hint {
  position: absolute;
  border-radius: 0 0 8px 8px;
  margin-left: -5px;
  margin-top: 5px;
  padding: 5px 10px;
  display: none; }

.mandatory-select.error .hint {
  display: block; }

/* source:confirmed */
#addinfo {
  width: auto; }

#addinfo tr td {
  vertical-align: middle;
  font-size: 10px;
  padding-right: 30px; }

#addinfo label {
  display: inline;
  margin-right: 10px; }

#addinfo #register-submit {
  background: #999; }

.boxPadding {
  padding: 20px; }

/* source:checkout */
.controls .span12 {
  width: 940px; }

.controls .span11 {
  width: 860px; }

.controls .span10 {
  width: 780px; }

.controls .span9 {
  width: 700px; }

.controls .span8 {
  width: 620px; }

.controls .span7 {
  width: 540px; }

.controls .span6 {
  width: 460px; }

.controls .span5 {
  width: 380px; }

.controls .span4 {
  width: 100%; }

.controls .span3 {
  width: calc(75% - 5px); }

.controls .span2 {
  width: calc(50% - 5px); }

.controls .span1 {
  width: calc(25% - 5px); }

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 10px; }

.controls {
  width: 298px; }

.checkOutSpinner {
  background-image: url("/images/loading.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 50px 50px !important;
  background-position: center !important; }

#checkout-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative; }


#spinner-wrapper {
  float: right;
  position: relative;
}

.clear{
  clear: both;
}

.spinner {
  height: 20px;
  width: 20px;
  top: 4px;
  left: calc(50% - 18px);
  animation: rotate 0.8s infinite linear;
  border: 8px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 10; }

#orderButton {
  width: 100%; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (min-width: 768px) {
  .controls .span4 {
    width: calc(100% - 5px); }

  .controls input.span4 {
    width: calc(95% - 0px); }

  .controls .span3 {
    width: calc(70% - 5px); }

  .controls .span2 {
    width: calc(45% - 5px); }

  .controls .span1 {
    width: calc(20% - 5px); } }
@media (max-width: 768px) {
  .controls {
    width: 298px; } }
@media (max-width: 372px) {
  .controls {
    width: 100%; } }
.controls .parsley-error {
  background: none repeat scroll 0 0 #fbe3e4 !important;
  -moz-box-shadow: 0 0 3px rgba(138, 31, 17, 0.2) !important;
  -webkit-box-shadow: 0 0 3px rgba(138, 31, 17, 0.2) !important;
  box-shadow: 0 0 3px rgba(138, 31, 17, 0.2) !important;
  border: 1px solid #fbc2c4 !important; }

.parsley-error:focus {
  border: 1px solid #fbc2c4 !important;
  color: #f00 !important;
  -moz-box-shadow: 0 0 3px rgba(251, 194, 196, 0.5) !important;
  -webkit-box-shadow: 0 0 3px rgba(251, 194, 196, 0.5) !important;
  box-shadow: 0 0 3px rgba(251, 194, 196, 0.5) !important; }

/* source:cart */
.event-details tr.insurance {
  background: #fafafa;
  border-top: 1px solid #ccc; }

.event-details input,
.event-details select {
  margin: 0;
  padding: 2px;
  height: 26px; }

.event-details select {
  margin: 0;
  padding: 2px;
  height: 26px; }

tr.insurance td {
  font-size: 12px;
  color: #777;
  height: 60px;
  vertical-align: middle; }

tr.insurance td.price {
  font-size: 16px; }

.insurance input[type=checkbox] {
  vertical-align: middle;
  margin-bottom: 2px; }

.insurance label {
  margin: 0; }

small {
  color: #888; }

.event-summary small {
  color: #888; }

#cartTotal {
  color: #444444;
  font-size: 16px;
  margin: 0 5px 0 0;
  text-align: right;
  font-weight: bold; }

tr.hline {
  border-top: 1px solid #ddd; }

/* source:bestseat */
table.booking td {
  color: #444;
  padding-top: 10px; }

table.booking td.items {
  padding-top: 0; }

table.booking td.rabatt {
  padding-left: 0;
  padding-right: 0;
  width: 200px; }

table.booking td.rabatt select {
  padding: 4px 0;
  font-size: 14px;
  margin: 0; }

table.booking td.anzahl input {
  height: 20px;
  width: 22px;
  font-size: 16px;
  padding: 4px; }

.booking-note {
  border: 0;
  margin-bottom: 20px;
  margin-top: 20px; }

.booking-footer .total {
  color: #333; }

#intro {
  margin: -20px 10px 10px 10px;
  color: #666; }

#intro h4 {
  margin-bottom: 10px;
  color: #474747;
  font-size: 14px; }

#eventdetails {
  width: auto;
  padding-bottom: 10px;
  background: none; }

#eventdetails tr td {
  font-size: 100%;
  padding: 0 10px 0 0; }

.cntdef {
  width: 40px; }

table.pk {
  margin-bottom: 0; }

table.pk th.preisklasse, table.pk td.preisklasse,
table.pk td.preisklasse.stockcritical,
table.pk td.preisklasse.soldout,
table.pk th.items, table.pk td.items {
  width: 30%; }

table.pk th.preisklasse, table.pk td.preisklasse {
  text-align: left; }

table.pk th.anzahl,
table.pk td.anzahl,
table.pk th.grundpreis,
table.pk td.grundpreis {
  width: 20%; }

table.pk td.anzahl, table.pk td.anzahl.soldout {
  text-align: center; }

table.pk td.anzahl.soldout {
  vertical-align: middle; }

table.pk td input {
  margin-bottom: 0; }

table.priceoptions {
  margin: 0; }

table.priceoptions tr td {
  border: none;
  padding: 0 2px 2px 2px; }

table.priceoptions select {
  padding: 1px;
  margin: 0 0 4px 15px;
  height: auto; }

table.priceoptions tr td.wert {
  text-align: right; }

table.priceoptions select:focus {
  outline: none; }

#seatplanLink {
  margin-bottom: 10px;
  text-align: right; }

.gmap {
  margin: 20px auto;
  border: 1px dashed #C0C0C0;
  width: 100%;
  height: 300px; }

.gmap img {
  max-width: none; }

/* source:address */
.controls .parsley-error input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid black !important; }

.delivery-address-check {
  white-space: nowrap;
  margin-right: 70px;
  /* override form .eight.columns to not break too late */ }

.delivery-address-check h5 {
  display: inline-block; }

.delivery-address-check .checkbox {
  font-size: 80%; }

.delivery-address-check .checkbox input[type=checkbox] {
  width: 20px;
  vertical-align: baseline;
  float: none; }

/*
 event summary table
*/
.event-caption {
  padding: 8px; }

.event-summary th {
  text-align: left; }

.headline-pricecategory {
  width: 50%; }

.headline-type {
  width: 25%; }

.headline-sum {
  width: 25%;
  text-align: right; }

.ticket-summary {
  border-top: 1px solid #ddd; }

.ticket-summary .price,
.insurance .price {
  text-align: right; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

/* ---------------------------------------------------------------------- */
/*	Bundle
/* ---------------------------------------------------------------------- */
.bundle td {
  padding: 5px; }

.bundleimage {
  width: 20%; }

.bundleamount {
  width: 24%; }

.bundleprice {
  width: 25%;
  text-align: right;
  padding-right: 50px !important; }

.bundlesum {
  width: 25%;
  text-align: right; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: inherit !important; }

  .hidden-print {
    display: none !important; } }
.backButton {
  margin-top: 20px; }

.changeSeats {
  margin-bottom: 20px; }

table.pk td.already-reserved-cnt {
  padding-top: 10px;
  border-top: 0px; }

div.insurance-content {
  margin-bottom: 10px; }

div.haspromotions-content {
  height: 26px;
  margin-bottom: 10px; }

#elefunds {
  margin-bottom: 10px; }

.top_space {
  margin-top: 20px; }

.bottom_space {
  margin-bottom: 20px; }

.block {
  display: block; }

.friendseating-url {
  width: 80%;
  cursor: default;
  margin-bottom: 30px;
  padding: 10px; }

#facebookWidget {
  height: 22px; }

section#friendseats, section#reservation, #friendseat-modal {
  box-sizing: border-box; }
  section#friendseats h4, section#reservation h4, #friendseat-modal h4 {
    margin-top: 0px; }
  section#friendseats p, section#reservation p, #friendseat-modal p {
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
  section#friendseats a.button, section#reservation a.button, #friendseat-modal a.button {
    padding: 8px 50px;
    font-weight: bold;
    background-color: #1B7FC2;
    border-radius: 4px;
    border: 0;
    display: block;
    margin-bottom: 10px;
    cursor: pointer; }
    section#friendseats a.button:visited, section#friendseats a.button:active, section#friendseats a.button:hover, section#reservation a.button:visited, section#reservation a.button:active, section#reservation a.button:hover, #friendseat-modal a.button:visited, #friendseat-modal a.button:active, #friendseat-modal a.button:hover {
      text-decoration: none;
      color: #fff; }
    section#friendseats a.button.button-bottom, section#reservation a.button.button-bottom, #friendseat-modal a.button.button-bottom {
      margin: 0;
      position: absolute;
      bottom: 0px; }
  section#friendseats .button-spacer, section#reservation .button-spacer, #friendseat-modal .button-spacer {
    width: 100%;
    height: 34px; }
  section#friendseats .notify, section#reservation .notify, #friendseat-modal .notify {
    color: #1B7FC2;
    font-size: 0.8em; }
  section#friendseats span.icon-facebook, section#reservation span.icon-facebook, #friendseat-modal span.icon-facebook {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/purchase/confirmed/facebook.png") no-repeat;
    background-size: cover;
    margin-right: 10px;
    margin-top: -1px; }

section#friendseats, section#reservation {
  width: 100%;
  float: left;
  padding: 30px;
  display: flex; }
  section#friendseats .img-container, section#reservation .img-container {
    float: left; }
    section#friendseats .img-container img, section#reservation .img-container img {
      width: inherit; }
  section#friendseats .text, section#reservation .text {
    position: relative;
    overflow: hidden;
    float: left;
    max-width: 550px; }

section#friendseats .img-container {
  margin-right: 60px;
  width: 250px; }
section#friendseats .text {
  width: calc(100% - 320px); }

section#reservation .img-container {
  margin-right: 60px;
  width: 190px; }
section#reservation .text {
  width: calc(100% - 250px); }

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
  display: none; }

.modal {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 400px;
  background-color: white;
  padding: 20px;
  margin-left: -200px !important; }
  .modal .closeModal {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/purchase/confirmed/cross.png") no-repeat;
    background-size: cover;
    cursor: pointer; }
  .modal#insuranceModal, .modal#agbModal, .modal#ratingModal {
    position: fixed;
    padding: 0;
    max-width: 560px;
    margin-left: -280px !important; }

.invisible {
  display: none; }

@media (max-width: 790px) {
  .modal#insuranceModal, .modal#agbModal, .modal#ratingModal {
    position: fixed;
    padding: 0;
    left: 20px;
    right: 20px;
    max-width: 100%;
    width: auto;
    margin-left: auto !important; } }
@media (max-width: 600px) {
  section#friendseats, section#reservation, #friendseat-modal {
    padding: 20px; }

  section#friendseats, section#reservation {
    display: block; }
    section#friendseats .img-container, section#reservation .img-container {
      width: 100%;
      margin-bottom: 20px; }
      section#friendseats .img-container img, section#reservation .img-container img {
        width: inherit; }
    section#friendseats .text, section#reservation .text {
      width: 100%; } }
@media (max-width: 370px) {
  section#friendseats .button-spacer, section#reservation .button-spacer, #friendseat-modal .button-spacer {
    height: 54px; } }
@media (max-width: 400px) {
  .modal {
    margin-left: -50% !important; } }

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