@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------------------------------
    Font sizes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Font Families
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Other Typography
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Colors (don't forget the part BGs in the CMS)
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Shadows
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Cards
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Media Credits
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Card Animations
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Radius
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Ordertimer
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Header dimensions
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Breakpoints
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Spacing units
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Letter Spacing
-----------------------------------------------------------------*/
/*
    Value getter
    returns a (custom) value from a component-specific map
    backwards compatible with old variables
    the $v_map variable is picked up out the context to prevent having to
    pass to every single call

    e.g. a map would look like this
        $abandonedcart: (
            padding: 30px,
            margin: 0
        )
    pass that map to $v_map...
        $v_map: $abandonedcart;
        v(0, padding)
    ... would then return 30px.

    https://sass-lang.com/documentation/modules/map
*/
/**
 * Sets the outer website box to a maximum width.
 * Matches these bootstraps breakpoints: wxga, tablet, mobile
 */
/**
 * Sets the inner content width (for descriptions, etc.).
 */
/* ----------------------------------------------------------------
// Fonts //
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Shadows
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Cards
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Buttons
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Radius
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Header dimensions
-----------------------------------------------------------------*/
/*
    optional alternative styles for banners
    set to true to enable the banners grid to have a different style
    when doing so, also copy all the variables below so that they inherit properly
*/
/* ----------------------------------------------------------------
    Default
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Topbar
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Suckerfish top level menu
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Foldout
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Main menu
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Service menu
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Suckerfish drop-down menu variant
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Search box
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Showcase
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Menu anchor (labels)
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Event sticky menu
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Date selector
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Banner
-----------------------------------------------------------------*/
/* put rank-specific colors in HTML/css/seatselect_colors.css, eg:
   svg circle[data-level='1e Rang'] { color: #78beb3; }
   svg circle[data-level='2e Rang'] { color: #ca0063; }
   svg circle[data-level='3e Rang'] { color: #00a2de; }
   svg circle[data-level='4e Rang'] { color: #0b00de; }
   svg circle[data-level='niet beschikbaar'] { color: #eee; fill: currentcolor; }
*/
/* ----------------------------------------------------------------
    Generics
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Home
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    News
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Filter
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Agenda
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Detail
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Info pages and parts
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Themes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Theme group
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Content
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
// New narrowcasting
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    New Code
-----------------------------------------------------------------*/
.spinner {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 40px;
  margin: 30px auto;
  font-size: 10px;
  text-align: center;
}
.spinner > div {
  width: 6px;
  height: 100%;
  margin: 0 1px;
  background-color: currentcolor;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  line-height: 18px;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@keyframes flash-ticket-update {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.price-updated:not(.open) .priceoptions {
  animation: flash-ticket-update 0.2s ease-in;
}

ul,
li,
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

svg path {
  fill: currentcolor;
}

svg circle {
  color: #000;
  stroke: currentcolor;
  fill: #FFF;
  stroke-width: 2;
}
svg circle[data-status] {
  cursor: pointer;
}
svg circle[data-status=blocked] {
  color: #E1E5E7 !important;
  stroke: currentcolor !important;
  fill: currentcolor;
  cursor: default !important;
}
svg circle[data-status=selected] {
  fill: currentcolor;
}

svg path.disabled {
  stroke-width: 2;
  stroke: #A31A23;
}

.btn {
  display: inline-block;
  width: 130px;
  height: auto;
  padding: 10px 0;
  border: 1px solid #D0D0D0;
  border-radius: 7px;
  font-family: inherit;
  font-weight: bold;
  font-size: 1.167em;
  background: #D9D9D9;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  border: 1px solid #D0D0D0;
  background: #E0E0E0;
  color: #000;
  transition: all 0.1s ease-in-out;
}
.btn.nextBtn {
  margin-left: 11px;
  border: none;
  background: #EF701B;
  color: #FFF;
  box-shadow: none;
}
.btn.nextBtn:hover {
  border: none;
  background: #0000FF;
  color: #FFF;
  box-shadow: none;
}
.btn.nextBtn:active {
  box-shadow: none;
}
.btn:disabled, .btn:disabled:hover {
  background: #E1E5E7;
  border-color: #E1E5E7;
  color: #D0D0D0;
  cursor: default;
}

#seatselectContainer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

#title {
  width: 100%;
  height: 75px;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #F2F2F2;
}
#title h1 {
  margin: 0;
  padding: 6px 15px 0 15px;
  font-size: 1em;
  line-height: 1.667em;
}
#title h1 > span {
  display: block;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#title .title {
  font-size: 1.667em;
  line-height: 24px;
}
#title .artist {
  display: block;
  font-size: 1.167em;
  line-height: 18px;
}
#title .date,
#title .subtitle {
  font-weight: normal;
  line-height: 18px;
}

#mapContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  background: #FFF;
}
#mapContainer #mapWrapper {
  display: flex;
  width: calc(100% - 345px);
  flex: 1;
  position: relative;
}
#mapContainer #mapWrapper .pinch-zoom-container {
  flex: 1;
}
#mapContainer #map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#mapContainer #mapMask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
#mapContainer.toggled #mapWrapper {
  width: 100%;
}
#mapContainer.toggled #mapMask {
  display: none;
}

#listContainer {
  display: flex;
  flex-direction: column;
  width: 345px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  border-right: 4px solid #E0E0E0;
  border-left: 4px solid #E0E0E0;
  background: #F2F2F2;
  will-change: width;
  transition: width 0.2s ease-in-out;
}
#listContainer.hidden {
  width: 0;
  border: 0;
}

#ticketContainer {
  flex: 1;
  overflow: auto;
  border-top: 4px solid #E0E0E0;
  background: #E0E0E0;
}
#ticketContainer #placeholder {
  display: none;
  position: absolute;
  z-index: -1;
  padding: 30px 30px 0 30px;
}
#ticketContainer #placeholder ul,
#ticketContainer #placeholder ol {
  padding: 0;
}
#ticketContainer[data-ticket-count="0"] #placeholder {
  display: block;
}

.orderContainer {
  width: 100%;
}

#navContainer {
  min-width: 30px;
  max-width: 160px;
  min-height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px;
  border: 1px solid #F2F2F2;
  background: #FFF;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
#navContainer:not(.hidden) .button-open {
  display: none;
}
#navContainer.hidden {
  border-color: transparent;
}
#navContainer.hidden > :not(#navToggle) {
  display: none;
  padding: 0;
}
#navContainer.hidden .button-close {
  display: none;
}
#navContainer .hall {
  margin: 0;
  padding: 10px 0 6px 0;
  font-weight: bold;
}
#navContainer #nav {
  display: flex;
  padding: 0 10px 0 0;
}
#navContainer #navToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: #FFF;
  color: currentcolor;
}
#navContainer #legend li {
  display: block;
  position: relative;
  padding: 0 0 6px 16px;
  line-height: 1;
}
#navContainer #legend li svg {
  position: absolute;
  top: 0;
  left: 0;
}
#navContainer #legend li.notice {
  font-weight: bold;
  line-height: 1.2;
}
#navContainer #legend svg {
  overflow: visible;
}

#mapPan {
  width: 50px;
  height: 40px;
  position: relative;
}
#mapPan .btn {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: -999999px;
  background: none;
  overflow: hidden;
}
#mapPan .btn::after {
  content: "";
  position: absolute;
  border: solid transparent;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 5px;
}
#mapPan .panUp {
  top: 0;
  left: 15px;
}
#mapPan .panUp::after {
  border-bottom-color: #909090;
  top: 5%;
  left: 50%;
  margin-left: -5px;
}
#mapPan .panUp:hover::after {
  border-bottom-color: #000;
}
#mapPan .panLeft {
  top: 15px;
  left: 0;
}
#mapPan .panLeft::after {
  border-right-color: #909090;
  top: 50%;
  left: 5%;
  margin-top: -5px;
}
#mapPan .panLeft:hover::after {
  border-right-color: #000;
}
#mapPan .panDown {
  top: 31px;
  left: 15px;
}
#mapPan .panDown::after {
  border-top-color: #909090;
  top: 25%;
  left: 50%;
  margin-left: -5px;
}
#mapPan .panDown:hover::after {
  border-top-color: #000;
}
#mapPan .panRight {
  top: 15px;
  left: 31px;
}
#mapPan .panRight::after {
  border-left-color: #909090;
  top: 50%;
  left: 25%;
  margin-top: -5px;
}
#mapPan .panRight:hover::after {
  border-left-color: #000;
}
#mapPan .panReset {
  width: 6px;
  height: 6px;
  top: 20px;
  left: 19px;
  border-radius: 100%;
  background: #909090;
}
#mapPan .panReset::after {
  content: initial;
}
#mapPan .panReset:hover {
  background: #000;
}

#mapZoom {
  padding-top: 3px;
}
#mapZoom .btn {
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: 0;
  background: none;
  overflow: hidden;
}
#mapZoom .btn::after {
  width: 100%;
  position: absolute;
  font-size: 24px;
  color: #909090;
  text-align: center;
}
#mapZoom .zoomin::after {
  content: "+";
}
#mapZoom .zoomout::after {
  content: "-";
}
#mapZoom .zoomin:hover:before,
#mapZoom .zoomout:hover:before {
  color: #000;
}

#footerControls {
  padding: 15px 20px;
  border-top: 1px solid #F2F2F2;
}
#footerControls [data-ticket-count]:not([data-ticket-count="0"])::before {
  content: attr(data-ticket-count) " ";
}

.orderContent {
  padding: 15px 40px 15px 20px;
  border-top: 2px solid rgb(208.7, 208.7, 208.7);
  background: #F2F2F2;
  text-align: right;
}
.orderContent .total {
  margin-bottom: 15px;
}
.orderContent .total p {
  margin: 0;
}
.orderContent .price {
  display: inline-block;
  margin-left: 1ex;
  font-weight: bold;
  font-size: 1.667em;
}
.orderContent [data-ticket-count]:not([data-ticket-count="0"])::before {
  content: attr(data-ticket-count) " ";
}

#accordion {
  background: #E0E0E0;
}
#accordion h3 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  border-bottom: none;
  font-weight: bold;
  font-size: 1.167em;
  cursor: pointer;
  will-change: opacity;
}
#accordion ul {
  list-style: none;
}
#accordion .ui-icon {
  background: none;
}
@keyframes ticket-slide-in {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 50vh;
    opacity: 1;
  }
}
#accordion .ticket {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 4px solid #E0E0E0;
  background: #FFF;
  will-change: max-height;
  overflow: hidden;
}
#accordion .ticket.open:not(:last-child) {
  animation: ticket-slide-in 0.2s ease-in;
}
#accordion .ticket .prices {
  padding-top: 20px;
  background: #F2F2F2;
  transition: all 0.15s ease-in-out;
}
#accordion .ticket:first-child:last-child .btn.price-sync {
  display: none !important;
}
#accordion .ticket > div {
  padding: 0 0 10px 20px;
}
#accordion .ticket > div.seat {
  width: 300px;
  box-sizing: content-box;
  padding-top: 10px;
}
#accordion .ticket > div.seat .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#accordion .ticket > div.seat .title h3 {
  padding: 0;
}
#accordion .ticket > div.seat p {
  margin: 0;
  flex: 1;
}
#accordion .ticket > div.seat .delete {
  cursor: pointer;
  margin: 0;
  padding: 1px 0 0 5px;
  border: none;
  line-height: 1;
  background: none;
}
#accordion .ticket > div.seat .delete:hover {
  color: #0000FF;
}
#accordion .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 10px;
  border: none;
  font-family: inherit;
  font-size: 1em;
  font-size: 1.167em;
  background: transparent;
  cursor: pointer;
  color: inherit;
}
#accordion .btn:hover {
  color: rgb(113.4, 113.4, 113.4);
}
#accordion .btn:disabled {
  cursor: default;
}
#accordion .btn:disabled .radio {
  background: transparent;
  box-shadow: none;
}
#accordion .btn svg {
  margin-right: 0.5ex;
}
#accordion .btn .radio {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border: 1px solid currentcolor;
  border-radius: 100%;
  background: #FFF;
  box-shadow: inset 0 0 0 2px #FFF;
}
#accordion .ticket:not(.open) .prices {
  padding-top: 0;
  padding-bottom: 0;
  background: #FFF;
}
#accordion .ticket:not(.open) .btn.price-sync,
#accordion .ticket:not(.open) .priceoptions li:not(.active) {
  display: none !important;
}
#accordion .price-name {
  flex: 1;
  text-align: left;
}
#accordion .price-info-message {
  display: none;
  padding: 0 10px 10px calc(10px + 1.67em);
  line-height: 1.2;
}
#accordion .price-info-message > * {
  margin: 0;
}
#accordion .price-info-message a,
#accordion .price-info-message a:link,
#accordion .price-info-message a:hover,
#accordion .price-info-message a:active {
  text-decoration: underline;
  color: inherit;
}
#accordion .priceoptionlist li {
  display: block;
  width: 300px;
  margin: 0 0 10px 0;
  border: none;
  border-radius: 7px;
  line-height: 1;
  background: #D9D9D9;
  color: rgb(128.7, 128.7, 128.7);
}
#accordion .priceoptionlist li .promo-info {
  display: none;
}
#accordion .priceoptionlist li.active {
  background: #0000FF;
  color: #FFF;
}
#accordion .priceoptionlist li.active .btn:hover {
  color: inherit;
}
#accordion .priceoptionlist li.active .btn .radio {
  background: rgb(0, 108.8, 83.2);
  border-color: rgb(0, 108.8, 83.2);
  box-shadow: inset 0 0 0 2px #FFF;
}
#accordion .priceoptionlist li.active .bundle-info {
  display: block;
}
#accordion .priceoptionlist li.active.invalid {
  background: #F0B53E;
  color: #FFF;
}
#accordion .priceoptionlist li.active.invalid .btn .radio {
  background: rgb(223.4346153846, 155.1307692308, 17.3653846154);
  border-color: rgb(223.4346153846, 155.1307692308, 17.3653846154);
  box-shadow: inset 0 0 0 2px #FFF;
}
#accordion .priceoptionlist li.active.invalid .price-info-message {
  display: block;
}
#accordion .priceoptionlist li .membership-code {
  padding: 0 10px 5px 10px;
}
#accordion .priceoptionlist li .membership-code input {
  display: block;
  width: 100%;
}
#accordion .priceoptionlist li:not(.active) .membership-code {
  display: none;
}
#accordion .priceoptionlist li .btn.price-sync {
  display: none;
  justify-content: center;
  width: calc(100% - 20px);
  margin: 10px;
  background: #F7460C;
  color: #FFF;
}
#accordion .priceoptionlist li .btn.price-sync:hover {
  background: #F77043;
  color: #FFF;
}
#accordion .priceoptionlist li:not(.active) .btn.price-sync {
  display: none !important;
}
#accordion .priceoptionlist .price {
  padding-left: 1ex;
}

#extrasContainer {
  display: flex;
  flex-direction: column;
  width: 345px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -345px;
  z-index: 999;
  border-right: 4px solid #E0E0E0;
  background: #E0E0E0;
}

#extras {
  flex: 1;
  overflow: auto;
  border-top: 4px solid #E0E0E0;
}
#extras li {
  margin-bottom: 2px;
  padding: 15px;
  background: #FFF;
}
#extras h3 {
  margin: 0;
  font-size: 1.167em;
}
#extras p {
  color: #676767;
}
#extras .extraInfo {
  margin-bottom: 20px;
}
#extras .extraInfo p,
#extras .extraInfo h3 {
  width: auto;
}
#extras table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
#extras .extraImg {
  float: left;
  clear: both;
  margin: 3px 10px 10px 0;
}
#extras .quantity {
  position: relative;
  background: none;
}
#extras .quantity .amount,
#extras .quantity .price-price,
#extras .quantity .name {
  padding: 10px;
  background: #00AA82;
  color: #FFF;
}
#extras .quantity .name {
  width: 100%;
  border-radius: 0;
}
#extras .quantity .amount {
  border-radius: 0;
}
#extras .quantity .price-price {
  padding-left: 5px;
  font-weight: bold;
  white-space: nowrap;
}
#extras .quantity .extraSubtotal {
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.167em;
  white-space: nowrap;
}

#introduction,
#preLoader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  font-size: 1.167em;
  background: #FFF;
  color: #909090;
}

#introduction {
  background: rgba(0, 0, 0, 0.5);
  color: inherit;
}
#introduction.hidden {
  position: absolute;
  top: 75px;
  right: auto;
  bottom: auto;
  left: 0;
  background: #FFF;
}
#introduction.hidden .inner {
  margin: 0;
  padding: 0;
}
#introduction.hidden .inner .content {
  display: none;
}
#introduction.hidden button.info {
  top: 0;
  left: 0;
  transform: scale(0.66);
  transition: all 0.5s ease-in-out;
}
#introduction .inner {
  max-width: 600px;
  max-height: calc(100% - 60px);
  position: relative;
  margin: 30px;
  padding: 30px 60px;
  background: #FFF;
  overflow: auto;
}
#introduction .content button {
  margin-top: 30px;
}
#introduction button.info {
  -webkit-appearance: none;
  position: absolute;
  top: 30px;
  left: 10px;
  margin: 0;
  padding: 10px;
  border: none;
  background: none;
  color: #A31A23;
  cursor: pointer;
  will-change: transform;
  transition: none;
}
#introduction .btn {
  width: auto;
  max-width: none;
  padding: 0.5625em 0.6em;
  border: 1px solid transparent;
  background: #EF701B;
  color: #FFF;
}
#introduction .btn:hover {
  border: 1px solid transparent;
  background: #0000FF;
  color: #FFF;
}
#introduction svg {
  pointer-events: none;
}
#introduction circle {
  color: #0000FF;
}

#messages {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 20px;
  left: 20px;
  z-index: 1;
  animation: message-slide-in 0.2s;
  pointer-events: none;
}
@keyframes message-slide-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#messages:not(.visible) {
  display: none;
}
#messages .message {
  max-width: 460px;
  margin: 20px auto;
  border: 1px solid #0000FF;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
#messages .message h1 {
  margin: 0;
  padding: 5px 10px;
  font-size: 1.167em;
  background: #0000FF;
  color: #FFF;
}
#messages .message section {
  margin: 0;
  padding: 5px 10px;
}
#messages .message p {
  margin: 0;
}
#messages .message p + * {
  padding-top: 5px;
}
#messages .message .btn {
  margin: 10px 0 10px 10px;
  padding: 5px 10px;
  border: none;
  font-weight: bold;
  background: #0000FF;
  color: #FFF;
}
#messages .message[data-severity=error] {
  border-color: #0000FF;
}
#messages .message[data-severity=error] .btn,
#messages .message[data-severity=error] h1 {
  background: #0000FF;
}

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