@media (max-width: 480px) {
  .card .body .grid-row {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  .bottomBarButton .flex-layout .flex-item {
    text-align: center;
  }
  .rebate-details-container {
    font-size: 11px;
  }
  .basket .filled-basket-container .apply-rebate {
    font-size: 11px;
  }
  /* Smaller elements on mobile */
  .card .body .grid-col {
    margin-bottom: 0px;
  }
  .field-group {
    margin-bottom: 5px;
  }
  .modal .modal-header {
    padding: 6px 25px 6px 25px;
  }
  div.modal-body h4 {
    border-bottom: none;
    border: 1px solid #ddd;
    background-color: #a5caf9;
    color: #000;
    margin-bottom: 0px;
  }
}
@media (max-width: 850px) {
  .fix-tickets-height {
    height: calc(100vh - 140px);
  }
}
@media (min-width: 1024px) {
  .rebate-details-container {
    font-size: 11px;
  }
  .basket .filled-basket-container .apply-rebate {
    font-size: 11px;
  }
}
@media (max-height: 900px) {
  .card .header h2 {
    font-size: 16px;
  }
  .card .header {
    padding: 4px;
  }
}
/* https://codepen.io/James-Bovis/pen/pozKNEB */
.bottom-menu {
  border-top: 1px solid black;
  background-color: #efefef;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 75px;
  padding-bottom: calc(0rem + env(safe-area-inset-bottom));
}
.bottom-menu .btn-group {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.bottom-menu .btn-group .btn-block .flex-layout.flex-just-center {
  flex-direction: column;
}
.bottom-menu .btn-group .btn {
  margin: 0;
  max-width: 50%;
  white-space: break-spaces;
  align-items: center;
}
@media (max-width: 480px) {
  .bottom-menu .btn-group .btn {
    font-size: 14px;
    padding: 5px;
  }
}
.bottom-menu .btn-group .btn .btn-icon {
  display: block;
}

.viewRoot {
  height: 100%;
}

.no-padding {
  padding: 0 !important;
}
.no-padding .viewRootCardBody .grid-col {
  margin-bottom: 0;
}

.viewRootCardBody {
  height: 100%;
}

#rootCard {
  height: 100%;
}
#rootCard .viewRootCard {
  height: 100%;
}
#rootCard .viewRootCard > .header {
  height: 60px;
}
@media (min-width: 480px) {
  #rootCard .viewRootCard > .header {
    height: 80px;
  }
  #rootCard .viewRootCard > .header h2 {
    text-align: center;
    font-size: 2em;
  }
  #rootCard .viewRootCard > .header h2 small {
    font-size: 0.7em;
  }
}
#rootCard .viewRootCard .body {
  overflow: auto;
  height: calc(100% - 60px - 75px + 0px);
}
@media (max-width: 480px) {
  #rootCard .viewRootCard .body {
    padding: 5px 1px;
  }
}
@media (min-width: 480px) {
  #rootCard .viewRootCard .body {
    height: calc(100% - 80px - 75px + 0px);
  }
}

#row-with-top-margin {
  margin-top: 3em;
}

@media (max-width: 480px) {
  .modal {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    width: calc(100% - 10px);
  }
  .modal:not([class*=-sheet]) {
    top: 5px;
  }
}
@media (min-width: 480px) {
  .modal:not([class*=-sheet]) .modal-dialog {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
body {
  overscroll-behavior-y: contain;
}

.tooltip-content {
  width: 300px;
}

.break-spaces {
  white-space: break-spaces;
}

.concertinfo {
  color: #000;
}

#schubec-shell {
  height: 100%;
}

#floorplan {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 53px);
}

.scrollableModal {
  max-height: 95%;
}

.radio-option label p {
  font-size: 12px;
  color: grey;
}

.field-group.radio-group .radio-option {
  margin-bottom: 10px;
}

.navbar-header {
  padding-top: 0;
  min-height: unset;
}

section.content {
  margin-top: 60px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 30px;
}

@media (max-width: 850px) {
  .card {
    margin-bottom: 5px;
    min-height: unset;
  }
}
.fill-height {
  height: 100%;
}

.ticket {
  padding: 10px;
  border-radius: 5px;
}
.ticket .logo {
  transform: rotate(135deg);
}
.ticket .body {
  padding: 2px 20px 0 50px !important;
}
.ticket .price-container {
  width: 100%;
}
.ticket .price-container hr {
  margin-bottom: 2px;
  margin-top: 2px;
}
.ticket .price-container .price-item p {
  font-size: 15px;
}
.ticket .price-container .price-item p.price-label {
  padding-right: 2em;
}
.ticket .price-container .price-item p.price-amount {
  font-weight: bold;
}

.note {
  background: #efefef;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn.md.apply-rebate {
  float: right;
  display: block;
  margin-top: 20px;
  padding: 6px;
  font-size: 12px;
}

.basket .empty-basket-container {
  height: 100%;
}
.basket .filled-basket-container {
  height: 90%;
}
.basket .filled-basket-container .flex-item:first-child {
  overflow: auto;
}

.rebate-details-container {
  color: #000;
}

.rebate-details {
  height: 37px;
  text-align: center;
}
.rebate-details .flex-item:first-child {
  margin-right: 5px;
}
.rebate-details .flex-item:first-child p {
  margin: 0px;
}

.card .body .grid-row.main-layout-row {
  padding: 0;
  height: 100%;
  grid-auto-rows: minmax(min-content, max-content);
  grid-template-rows: auto;
}

.tickets-menu-content {
  position: relative;
  bottom: 0px;
  max-height: calc(100vh - 25%);
  background-color: #dedede;
  left: 0px;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: 0px -4px 6px -1px rgba(77, 77, 77, 0.38);
  transition: height 200ms ease-in-out;
  height: calc(100vh - 211px);
}

.seats-plan-cntnr .seats-svg {
  height: 100%;
  width: 100%;
}

.tickets-menu-content {
  height: calc(100vh - 60px - 75px + 0px);
}
@media (min-width: 480px) {
  .tickets-menu-content {
    height: calc(100vh - 80px - 75px + 0px);
  }
}

#ticketAndPriceInfoModal {
  width: 100%;
}

#application-versioninfo {
  text-align: right;
  font-size: xx-small;
  color: lightgray;
}

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