
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
	text-align: inherit;
}




/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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 styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   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 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * 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: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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"], /* 1 */
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;
}






nav, ol, ul {
	list-style: none outside;
}

#body input[type=number]::-webkit-outer-spin-button,
#body input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#body input[type=number] {
    -moz-appearance:textfield;
}

.ui-dialog.jquery_dialog_without_closer .ui-dialog-titlebar-close {
  display: none !important;
}

.ui-dialog.jquery_dialog_without_buttons .ui-dialog-buttonpane {
  display: none !important;
}



* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*:before,
*:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}





#_center_iframe_overlay {
  background: rgba(0,0,0,0.75);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
}

#_cio_container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  min-height: 100px;
  background-color: #FFF;
}

#_cio_container #_cio_content {
  max-height: calc(100vh - 20px);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#_cio_container #_cio_content #_center_iframe_overlay_iframe {
  width: 100%;
  height: calc(100% - 1px);
  overflow: auto;
}


@media (min-width: 18em) {

}

@media (min-width: 36em) {

}



@media (min-width: 45em) {
  #_cio_container {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px);
  }

  #_cio_container #_cio_content {
    max-height: calc(100vh - 80px);
  }

}







th {
	font-weight: bold;
}

a {
	text-decoration:none;
}

.ticket a:link ,
.ui-dialog-content a:link {
	color: #065EC3;
}

.ticket a:visited ,
.ui-dialog-content a:visited {
	color: #065EC3;
}

.ticket a:hover ,
.ui-dialog-content a:hover {
	color: #065EC3;
}

.ticket a:active ,
.ui-dialog-content a:active {
	color: #065EC3;
}

.language_debug_admin_link {
	text-decoration: underline;
	border: 1px solid #000000;
	cursor: pointer;
}

body h1 {
	font-weight: bold;
	font-size: 1.7em;
	margin: 0.7em 0;
}

body h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.7em 0;
}

body h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0.6em 0 0.4em 0;
}

body h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 0.6em 0 0.3em 0;
}

a.button,
a.button:link ,
button ,
.ui-dialog-content a.button,
.ui-dialog-content a.button:link ,
.ui-dialog-content button ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
	-webkit-user-select: none; -moz-user-select: none; user-select: none;
	border: 1px solid #B6B6B6;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #dedfff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedfff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%, #dedfff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%, #dedfff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%, #dedfff 100%); /* IE10+ */
	background: linear-gradient(top, #ededed 0%, #dedfff 100%); /* W3C */
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

a.button > span ,
a.button:link > span ,
button > span ,
.ui-dialog-content a.button > span ,
.ui-dialog-content button > span ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button > span {
	display: inline-block;
	line-height: 1.4;
	font-size: 0.95em;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	padding: .1em 0.8em;
	color: #4F4F4F;
	#color: #FFFFFF;
}

.ui-dialog .ui-button-text-only .ui-button-text {
	padding: .2em 0.8em;
}

a.button ,
a.button:link ,
button ,
.ui-dialog-content a.button ,
.ui-dialog-content button ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button {
    -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
    -moz-transition: -moz-box-shadow 0.25s ease-in-out;
    -o-transition: -o-box-shadow 0.25s ease-in-out;
}

a.button.submit ,
a.button.submit:link ,
button.submit ,
.ui-dialog-content a.button.submit ,
.ui-dialog-content a.button.submit:link ,
.ui-dialog-content button.submit ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.submit {
	border: 1px solid #8D4507;
	background: #F69037; /* Old browsers */
	background: -moz-linear-gradient(top, #F69037 0%, #BE5D09 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F69037), color-stop(100%,#BE5D09)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F69037 0%,#BE5D09 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F69037 0%,#BE5D09 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #F69037 0%,#BE5D09 100%); /* IE10+ */
	background: linear-gradient(top, #F69037 0%,#BE5D09 100%); /* W3C */
}
a.button.submit > span ,
a.button.submit:link > span ,
button.submit > span ,
.ui-dialog-content a.button.submit > span ,
.ui-dialog-content a.button.submit:link > span ,
.ui-dialog-content button.submit > span ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.submit > span {
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
}


a.button.process ,
a.button.process:link ,
button.process ,
.ui-dialog-content a.button.process ,
.ui-dialog-content a.button.process:link ,
.ui-dialog-content button.process ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.process {
	border: 1px solid #04458F;
	background: #007AE6; /* Old browsers */
	background: -moz-linear-gradient(top, #007AE6 0%, #004481 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007AE6), color-stop(100%,#004481)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007AE6 0%,#004481 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007AE6 0%,#004481 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #007AE6 0%,#004481 100%); /* IE10+ */
	background: linear-gradient(top, #007AE6 0%,#004481 100%); /* W3C */
}
a.button.process > span ,
a.button.process:link > span ,
button.process > span ,
.ui-dialog-content a.button.process > span ,
.ui-dialog-content a.button.process:link > span ,
.ui-dialog-content button.process > span ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.process > span {
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
}

a.button:hover ,
button:hover ,
.ui-dialog-content a.button:hover ,
.ui-dialog-content button:hover ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button:hover {
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
}

a.button.submit:hover ,
button.submit:hover ,
.ui-dialog-content a.button.submit:hover ,
.ui-dialog-content button.submit:hover ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset  button.submit:hover {
	-moz-box-shadow: 0 0 8px rgba(246,144,55, 0.65), 0 1px 0 rgba(255,255,255,0.8) inset;
	-webkit-box-shadow: 0 0 8px rgba(246,144,55, 0.65), 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 0 8px rgba(246,144,55, 0.65), 0 1px 0 rgba(255,255,255,0.8) inset;
}

a.button.process:hover ,
button.process:hover ,
.ui-dialog-content a.button.process:hover ,
.ui-dialog-content button.process:hover ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.process:hover {
	-moz-box-shadow: 0 0 8px rgba(0,82,153, 0.65), 0 1px 0 rgba(255,255,255,0.8) inset;
	-webkit-box-shadow: 0 0 8px rgba(0,82,153, 0.65), 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 0 8px rgba(0,82,153, 0.65), 0 1px 0 rgba(255,255,255,0.8) inset;
}

a.button:active ,
button:active ,
.ui-dialog-content a.button:active ,
.ui-dialog-content button:active ,
.ui-dialog-content button.ui-state-focus ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.ui-state-focus {
	background: #D4D4D4; /* Old browsers */
	background: -moz-linear-gradient(top, #D4D4D4 0%, #ABABAB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D4D4D4), color-stop(100%,#ABABAB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #D4D4D4 0%,#ABABAB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #D4D4D4 0%,#ABABAB 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #D4D4D4 0%,#ABABAB 100%); /* IE10+ */
	background: linear-gradient(top, #D4D4D4 0%,#ABABAB 100%); /* W3C */
}

a.button.submit:active ,
button.submit:active ,
.ui-dialog-content a.button.submit:active ,
.ui-dialog-content button.submit:active ,
.ui-dialog-content button.submit.ui-state-focus ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.submit.ui-state-focus {
	background: #F4831F; /* Old browsers */
	background: -moz-linear-gradient(top, #F4831F 0%, #A65108 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4831F), color-stop(100%,#A65108)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F4831F 0%,#A65108 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F4831F 0%,#A65108 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #F4831F 0%,#A65108 100%); /* IE10+ */
	background: linear-gradient(top, #F4831F 0%,#A65108 100%); /* W3C */
}

a.button.process:active ,
button.process:active ,
.ui-dialog-content a.button.process:active ,
.ui-dialog-content button.process:active ,
.ui-dialog-content button.process.ui-state-focus ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.process.ui-state-focus {
	background: #005FB3; /* Old browsers */
	background: -moz-linear-gradient(top, #005FB3 0%, #00294D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005FB3), color-stop(100%,#00294D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005FB3 0%,#00294D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005FB3 0%,#00294D 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #005FB3 0%,#00294D 100%); /* IE10+ */
	background: linear-gradient(top, #005FB3 0%,#00294D 100%); /* W3C */
}

a.button.button_disabled ,
a.button.button_disabled:link ,
button.button_disabled ,
button[disabled] ,
button.submit[disabled] ,
button.process[disabled] ,
.ui-dialog-content a.button.button_disabled:link ,
.ui-dialog-content a.button.button_disabled ,
.ui-dialog-content button.button_disabled ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.button_disabled ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button[disabled] ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.submit[disabled] ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.process[disabled] {
	border-color: #CCCCCC;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
	background: #F2F2F2; /* Old browsers */
	background: -moz-linear-gradient(top, #F2F2F2 0%, #D0D0D0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F2F2), color-stop(100%,#D0D0D0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F2F2F2 0%,#D0D0D0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F2F2F2 0%,#D0D0D0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #F2F2F2 0%,#D0D0D0 100%); /* IE10+ */
	background: linear-gradient(top, #F2F2F2 0%,#D0D0D0 100%); /* W3C */
}

a.button.button_disabled > span ,
a.button.button_disabled:link > span ,
button.button_disabled > span ,
button[disabled] > span ,
button.submit[disabled] > span ,
button.process[disabled] > span ,
.ui-dialog-content a.button.button_disabled > span ,
.ui-dialog-content a.button.button_disabled:link > span ,
.ui-dialog-content button.button_disabled > span ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.button_disabled > span ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button[disabled] > span ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.submit[disabled] > span ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.process[disabled] > span {
	color: #BBBBBB;
	cursor: default;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.submit ,
.ui-widget-content .ui-widget-content .ui-dialog-buttonset button.process {
	float: left;
}








.ticket > .content div.performance > div.purchase_links > span.purchase_button ,
.ticket > .content div.details_performances > div.work_performances > div.future_performance > div.purchase_links > span.purchase_button {
	background-color: #29287B;
	line-height: 20px;
	padding: 3px 0 3px 0;
	margin: 0 10px 0 0;
	border: 1px solid #ababab;
}

.ticket > .content div.performance > div.purchase_links > span.purchase_button > span ,
.ticket > .content div.details_performances > div.work_performances > div.future_performance > div.purchase_links > span.purchase_button > span {
	padding: inherit;
}

.ticket > .content div.performance > div.purchase_links > span.purchase_button > span > a ,
.ticket > .content div.details_performances > div.work_performances > div.future_performance > div.purchase_links > span.purchase_button > span > a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding: 3px 13px 3px 7px;
	white-space: nowrap;
}

.ticket > .content div.performance > div.purchase_links > span.purchase_button > span > a:before ,
.ticket > .content div.details_performances > div.work_performances > div.future_performance > div.purchase_links > span.purchase_button > span > a:before {
	content: '» ';
}

.ticket > .content div.performance > div.purchase_links > span.purchase_button:hover ,
.ticket > .content div.details_performances > div.work_performances > div.future_performance > div.purchase_links > span.purchase_button > span.purchase_button:hover {
	color: #FFF;
}

.ticket > .content div.performance > div.purchase_links > span.purchase_button > span:hover ,
.ticket > .content div.details_performances > div.work_performances > div.future_performance > div.purchase_links > span.purchase_button > span:hover {
}

.ticket > .content div.performance > div.purchase_links > span.purchase_button > span > a:hover ,
.ticket > .content div.details_performances > div.work_performances > div.future_performance > div.purchase_links > span.purchase_button > span > a:hover {
	color: #FFF;
}

span.ajax_button_loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	padding: 0 4px;
}

span.ajax_button_loader > span {
	background: url('/ticket/btv/pics/spinner_white_16x16.gif') no-repeat center center;
	display: block;
	width:16px;
	height: 16px;
}

span.ajax_button_loader_color > span {
	background-image: url('/ticket/btv/pics/spinner_color_16x16.gif') ;
}

div.loadingAnimation {
	width: 100%;
	text-align: center;
}

div.loadingAnimation > span {
	background: url('/ticket/btv/pics/loadingAnimation.gif') no-repeat center center;
	height: 13px;
	width: 208px;
	display: inline-block;
}



.progress_bar_animation_container {
  margin: 1em auto;
  width: 90%;
  max-width: 18em;
  height: 0.3em;
  position: relative;
  overflow: hidden;
  background-color: rgba(6, 94, 195, 0.2);
}

#_full_overlay_loader {
  backdrop-filter: blur(5px);
}

@supports not (backdrop-filter: blur(12px)) {
  #_full_overlay_loader {
    background-color: rgba(0, 0, 0, 0.85) !important;
  }
}

#_full_overlay_loader .progress_bar_animation_container {
	width: 18em;
	height: 0.7em;
	background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.progress_bar_animation_container > div {
   position: absolute;
   width: 25%;
   height: 100%;
  background-color: #065EC3;
  -webkit-animation: slideandwide 1500ms linear infinite;
     -moz-animation: slideandwide 1500ms linear infinite;
          animation: slideandwide 1500ms linear infinite;
}

#_full_overlay_loader #_full_overlay_loader_text {
}

@keyframes slideandwide {
  0% {
    left: 0;
    width: 5%;
  }
  100% {
    left: 100%;
    width: 70%;
  }
}

@-webkit-keyframes slideandwide {
  0% {
    left: 0;
    width: 5%;
  }
  100% {
    left: 100%;
    width: 70%;
  }
}




.circular_loading_animation {
  position: relative;
  display: inline-block;
  width: 1em;
}
.circular_loading_animation:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular_loading_animation .cla_circular {
  -webkit-animation: cla_rotate 3s linear infinite;
          animation: cla_rotate 3s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.circular_loading_animation .cla_circular .cla_path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
	stroke: #065EC3;
  -webkit-animation: cla_dash 2s ease-in-out infinite;
          animation: cla_dash 2s ease-in-out infinite;
  stroke-linecap: round;
}

a.button.process .circular_loading_animation .cla_circular .cla_path {
	stroke: rgb(255,255,255);
}

@-webkit-keyframes cla_rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cla_rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes cla_dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@keyframes cla_dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

form table {
	border-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

form table > tbody > tr > th {
	padding: 10px 5px 10px 5px;
	background-color: #E8E8E8;
	text-align: right;
}

#body input[type="text"] ,
#body input[type="password"] ,
#body input[type="tel"] ,
#body input[type="email"] ,
#body input[type="number"] ,
#body input[type="date"] ,
#body select {
	padding: 0.2em;
	height: 1.6em;
	        box-sizing: content-box;
	   -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#body input[type="text"] ,
#body input[type="password"] ,
#body input[type="tel"] ,
#body input[type="email"] ,
#body input[type="number"] ,
#body input[type="date"] ,
#body textarea ,
#body select {
	box-shadow: inset 0.1em 0.1em 0.1em rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0.1em 0.1em 0.1em rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0.1em 0.1em 0.1em rgba(0,0,0,0.2);
	border: 1px solid rgba(14,70,141,0.6);
	padding: 0.3em;
	font-size: 0.8em;
}

#body input[type="text"]:focus ,
#body input[type="password"]:focus ,
#body input[type="tel"]:focus ,
#body input[type="email"]:focus ,
#body input[type="number"]:focus ,
#body input[type="date"]:focus ,
#body textarea:focus ,
#body select:focus {
	background-color: #D5DFEB;
}

#body input[type="text"][disabled] ,
#body input[type="password"][disabled] ,
#body input[type="tel"][disabled] ,
#body input[type="email"][disabled] ,
#body input[type="number"][disabled] ,
#body input[type="date"][disabled] ,
#body textarea[disabled] ,
#body select[disabled] {
	background-color: #DDD !important;
	color: #555 !important;
}

#body input[type=number]::-webkit-outer-spin-button,
#body input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#body input[type=number] {
    -moz-appearance:textfield;
}

#body input[type="checkbox"] ,
#body input[type="radio"] {
	margin-left: 0.2em;
	margin-right: 0.4em;
}

#body.mobile_device input[type="checkbox"] ,
#body.mobile_device input[type="radio"] {
	width: 1.6em;
  height: 1.6em;
  margin: 0.5em 1em;
  vertical-align: middle;
}

#body label {
	cursor: pointer;
}

div.show_password {
  padding: 0.5em 0 0.2em 0;
}

div.ticket div.fieldset_container ,
.ui-dialog-content div.fieldset_container {
	border: 1px solid #D1D5E1;
	padding: 15px 10px 10px 10px;
	margin: 15px 0 20px 0;
	position: relative;
}

div.ticket div.fieldset_container > .fieldset_legend ,
.ui-dialog-content div.fieldset_container > .fieldset_legend {
	display: inline-block;
	position: absolute;
	top: -8px;
	left: 8px;
	padding: 0 3px 0 3px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}

div.errormsg {
	border: 1px solid #C40000;
	padding:1px 1px 1px 1px;
	margin: 5px 0 5px 0;
}

div.errormsg > div {
	background-color:#C40000;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px 7px 7px 7px;
}

div.errormsg > div > a {
	color: inherit;
	text-decoration: underline;
}

div.infomsg {
	border: 1px solid #1A5C0A;
	padding:1px 1px 1px 1px;
}

div.infomsg > div {
	background-color:#1A5C0A;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px 7px 7px 7px;
}

div.warningmsg {
	border: 1px solid #DD6600;
	padding:1px 1px 1px 1px;
}

div.warningmsg > div {
	background-color:#DD6600;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px 7px 7px 7px;
}

div.loadingmsg {
	border: 1px solid #CCC;
	padding:1px 1px 1px 1px;
}

div.loadingmsg > div {
	background-color: #CCC;
	background-image: url('/ticket/btv/pics/loader.gif');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	padding: 3px 3px 3px 20px;
}

.err {
	color: #FF0000;
	font-weight: bold;
}

p.err {
	line-height: 20px;
}

input.err {
	background-color: #FFFFBB;
	color: #000;
	font-weight: normal;
}

select.err {
	background-color: #FFFFBB;
	color: #000;
	font-weight: normal;
}

.ok {
	color: #009900;
	font-weight: bold;
}

div.error_dialog > div.ui-dialog-titlebar {
	background-color: #CC0000;
	border-color: #CC0000;
}

div.error_dialog > div.ui-dialog-titlebar > span.ui-dialog-title {
	text-shadow: 1px 1px 2px #444444;
	color: #FFFFFF;
}

body p {
	margin: 2px 0 8px 0;
}

body sup {
	vertical-align: top;
	font-size:8px;
}

body:not(.mobile_device) .hover_tooltip_element {
	border-bottom: 2px dotted #065EC3;
	opacity: 0.8;
}

body:not(.mobile_device) .hover_tooltip_element:hover {
	border-bottom: 2px dotted #065EC3;
	cursor: help;
	opacity: 1;
}

._tooltip{
	position: absolute;
	z-index: 999;
	left: -9999px;
	top: -9999px;
	border: 2px solid #065EC3;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 10px;
	max-width: 500px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px #555555; -moz-box-shadow: 2px 2px 5px #555555; -webkit-box-shadow: 2px 2px 5px #555555;
}

span.jqueryui_icon_inverted {
	width: 16px;
	height: 16px;
	background-color: #29287B;
	background-image: url('/ticket/btv/styles/jqueryui/images/ui-icons_222222_256x240_inverted.png');
	display: inline-block;
}

span.jqueryui_icon_black {
	width: 16px;
	height: 16px;
	background-image: url('/ticket/btv/styles/jqueryui/images/ui-icons_454545_256x240.png');
	display: inline-block;
}

span.jqueryui_icon_grey {
	width: 16px;
	height: 16px;
	background-image: url('/ticket/btv/styles/jqueryui/images/ui-icons_888888_256x240.png');
	display: inline-block;
}

span.jqueryui_icon_red {
	width: 16px;
	height: 16px;
	background-image: url('/ticket/btv/styles/jqueryui/images/ui-icons_cd0a0a_256x240.png');
	display: inline-block;
}


body > div.ui-dialog > div#check_shopping_cart_error > p {
	font-weight:bold;
}

body > div.ui-dialog > div#check_shopping_cart_error > ul > li {
	margin: 10px 0 15px 0;
}

body > div.ui-dialog > div#check_shopping_cart_error > ul > li > ul {
	margin: 0 15px 0 15px;
}

body > div.ui-dialog > div#check_shopping_cart_error > ul > li > ul > li {
	background-color: #F4F4F4;
	border: 1px solid #CC3333;
	font-weight: normal;
	margin: 12px 0 10px 0;
	padding: 1px 5px;
}

div.ticket div.show_only_on_print {
	display: none !important;
}
@media print {
	div.ticket div.show_only_on_print {
		display: block !important;
	}
}

div.ticket_help_dialog {
	box-shadow: 0 0 18px 1px #000000; -moz-box-shadow: 0 0 18px 1px #000000; -webkit-box-shadow: 0 0 18px 1px #000000;
}

div#ticket_help_text h1 {
	font-weight: bold;
	margin: 6px 0 12px 0;
	font-size: 17px;
	line-height: 20px;
	text-shadow: 1px 1px 1px #999999;
}

div#ticket_help_text h2 {
	font-weight: bold;
	margin: 6px 0 10px 0;
	font-size: 15px;
	line-height: 16px;
	text-shadow: 1px 1px 1px #999999;
}

div#ticket_help_text h3 {
	font-weight: bold;
	margin: 3px 0 5px 0;
	font-size: 13px;
	line-height: 14px;
	text-shadow: 1px 1px 1px #999999;
	text-decoration: underline;
}

div#ticket_help_text ul {
	margin: 5px 5px 5px 5px;
}

div#ticket_help_text ul > li {
	margin: 2px 0 2px 12px;
	list-style-type: disc;
}

div#ticket_help_text p {
	margin: 3px 0 12px 0;
}

.ui-dialog {
	z-index: 1004 !important;
	max-width: 100%;
}

.ui-dialog.no_close .ui-dialog-titlebar .ui-dialog-titlebar-close {
	display: none;
}









.ticket > .menu {
	border-right: 1px solid #CCCCCC;
}

.ticket > .menu ul > li {
	list-style-type: none;
	background-repeat: no-repeat;
	margin: 2px 0 2px 0;
}

.ticket > .menu > ul > li > div ,
.ticket > .menu > ul > li > a {
	font-weight: bold;
	display: block;
	color: #000;
}

.ticket > .menu > ul > li ul > li > a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	margin: 0 0 0 12px;
	padding: 1px 0 2px 0;
	display: inline-block;
}

.ticket > .menu > ul  li > ul {
	padding: 0 0 0 10px;
}

.ticket > .menu > ul > li > ul {
	padding: 0 0 0 0px;
}

.ticket > .menu > ul > li ul > li {
	background-image: url('/ticket/btv/pics/subnav.gif');
}

.ticket > .menu > ul > li ul > li:hover {
	background-image: url('/ticket/btv/pics/subnav_hover.gif');
}

.ticket > .menu > ul > li ul > li > a {
	font-weight: normal;
}

.ticket > .menu ul > li ul > li > a:hover {
	color: #065EC3;
	text-shadow: 1px 1px 1px #999999;
}

.ticket > .menu > ul > li > ul > li.selected {
	background-image: url('/ticket/btv/pics/subnav_selected.png');
}

.ticket > .menu > ul > li > ul > li.selected > a{
	color: #065EC3;
}

.ticket > .menu ul > li > ul > li.expand {
	background-image: url('/ticket/btv/pics/subnav_selected.png');
}

.ticket > .menu ul > li > ul > li.expand > a{
	color: #065EC3;
}

.ticket > .menu ul > li > ul > li.expand > ul > li {
	background-image: url('/ticket/btv/pics/subnav_selected_light.png');
}

.ticket > .menu ul > li > ul > li.expand > ul > li > a{
	color: #757575;
}

.ticket > .menu ul > li > ul > li.expand > ul > li > a:hover{
	color: #065EC3;
	background-image: none;
}

.ticket > .menu ul > li > ul > li.expand > ul > li.selected {
	background-image: url('/ticket/btv/pics/subnav_selected.png');
}

.ticket > .menu ul > li > ul > li.expand > ul > li.selected > a {
	color: #065EC3;
}



.ticket div.teasers {
	position: relative;
}

.ticket div.teasers > div.ticket_help_teaser {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -27px;
	text-align: right;
}

.ticket div.teasers > div.ticket_help_teaser > div.ticket_help_button {
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	line-height: 24px;
}

.ticket div.teasers > div.ticket_help_teaser > div.ticket_help_button:after {
  content: "?";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border: 2px solid rgb(250,250,250);
  background-color: rgb(0, 100, 190);
  color: rgb(255,255,255);
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0.1em 0.1em 0.3em rgba(0,0,0,0.3);
  text-align: center;
  vertical-align: baseline;
}

.ticket div.teasers > div.ticket_help_teaser:hover > div.ticket_help_button:after {
  background-color: rgb(0, 120, 210);
}

.ticket div.teasers > .loginTeaser {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 24px;
}

.ticket div.teasers > .loginTeaser > span.modus {
	font-size: 14px;
	color: #DB6300;
	float: right;
	display: none;
}

.ticket div.teasers > div.buying_process_bigbutton {
	text-align: right;
	margin-top: 0.5em;
}

.ticket div.teasers > div.buying_process_bigbutton > .buying_process_teaser {
	width: 650px;
	display: inline-block;
}


.ticket div.teasers > div.buying_process_bigbutton > .buying_process_teaser > ul {
	padding: 20px 0 0 0;
	margin: 0 10px 0 0;
	text-align: right;
}

.ticket div.teasers > div.buying_process_bigbutton > .buying_process_teaser > ul > li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	background-position: top center;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.ticket div.teasers > div.buying_process_bigbutton > .buying_process_teaser > ul > li {
	background-image: url('/ticket/btv/pics/buying_process_teaser/step_pending.png');
	background-repeat: no-repeat;
	color: #9B9B9B;
}

.ticket div.teasers > div.buying_process_bigbutton > .buying_process_teaser > ul > li.step_done {
	background-image: url('/ticket/btv/pics/buying_process_teaser/step_done.png');
}

.ticket div.teasers > div.buying_process_bigbutton > .buying_process_teaser > ul > li.step_active {
	background-image: url('/ticket/btv/pics/buying_process_teaser/step_active.png');
}

.ticket div.teasers > div.buying_process_bigbutton > .buying_process_teaser > ul > li.step_active > a {
	font-weight: bold;
}

a.bigbutton {
	text-align: center;
	min-width: 158px;
	max-width: 20rem;
	vertical-align: super;
}

.teasers a.bigbutton {
	max-width: 15rem;
}

a.bigbutton > span {
	line-height: 1.8em !important;
	font-size: 1.2em !important;
}

.ticket div.teasers > div.shopping_cart_teaser {
	height: 22px;
	width: 100%;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
}

.ticket div.teasers div.shopping_cart_teaser * {
	font-size: inherit;
	vertical-align: inherit;
}

.ticket div.teasers > div.shopping_cart_teaser.empty {
	visibility: hidden;
}

.ticket div.teasers > div.shopping_cart_teaser > span.scsmall {
	width: 24px;
	height: 20px;
	background-color: #FF7F15;
	background-image: url("/ticket/btv/pics/scsmall.png");
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
}

.ticket div.teasers > div.shopping_cart_teaser > div.shopping_cart_count {
	color: #555555;
	display: inline;
	margin: 0 10px 0 0;
	font-size: inherit;
	line-height: 20px;
	vertical-align: top;
}

.ticket div.teasers > div.shopping_cart_teaser > div.shopping_cart_time {
	color: #065EC3;
	display: inline;
	font-size: inherit;
	line-height: 20px;
	vertical-align: top;
	float: right;
}

.ticket div.teasers > div.shopping_cart_teaser > div.shopping_cart_count > a {
	color: #065EC3;
	font-size: inherit;
	line-height: 20px;
	vertical-align: top;
}

.ticket div.teasers > div.shopping_cart_teaser > div.shopping_cart_count > a > span{
	color: #555555;
	font-size: inherit;
	line-height: 20px;
	vertical-align: top;
}

.ui-tooltip.shopping_cart_teaser_tooltip {
	max-width: 33em;
}

div.shopping_cart_teaser_tooltip_content {
	font-size: 0.9em;
}

div.shopping_cart_teaser_tooltip_content .shopping_cart_teaser_tooltip_closer {
	line-height: 1em;
	float: right;
	margin: 0 0.5em;
}

div.shopping_cart_teaser_tooltip_content .time_box {
	margin-top: 1.5em;
}

div.shopping_cart_teaser_tooltip_content .time_box tr > th {
	font-weight: normal;
}

div.shopping_cart_teaser_tooltip_content .time_box tr > td {
	font-weight: bold;
	padding: 0.1em 0.3em;
	font-size: 1.3em;
	text-align: right;
}



.ticket > .footer > table {
	width: 230px;
}

.ticket > .footer > table > tbody > tr > td.text {
	vertical-align: middle;
	width: 137px;
	text-align: right;
}

.ticket > .footer > table > tbody > tr > td.image {
	vertical-align: bottom;
}



body .ui-dialog {
	clear: both;
}

body .ui-tooltip {
	z-index: 9998;
}

body .ui-accordion .ui-accordion-content {
	padding: 0;
	overflow: visible;
}

body .ui-accordion .ui-widget-content {
	background-color: transparent;
	border: 0 none;
}

body .ui-accordion .ui-accordion-content-active {
	background-image: none;
}

body .ui-accordion .ui-accordion-header {
	margin-top: 1em;
  background-color: #29287B;
	color: #FFF;
}

body .ui-accordion .ui-accordion-header-active {
	background-color: #000;
  color: #000;
}

body .ui-accordion .ui-accordion-header-active .ui-icon {
	background-image: url("/ticket/btv/styles/jqueryui/images/ui-icons_ffffff_256x240.png");
}



#body.mobile_device .ui-dialog .ui-dialog-buttonpane {
	text-align: right;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
	text-align: right;
}

#body:not(.mobile_device) .ui-widget-content .ui-widget-content .ui-dialog-buttonset button.submit ,
#body:not(.mobile_device) .ui-widget-content .ui-widget-content .ui-dialog-buttonset button.process {
	float: left;
}




.ui-widget-header ,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default ,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-image: none;
}














