.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#syos-cart {
  box-shadow: 0 0 5px black;
  margin: -40px -5px 0 -5px;
  padding: 0 5px 0 5px;
  z-index: 30;
  background-color: #F3F3F3;
  overflow: visible;
  height: 40px;
  position: relative;
  transition: height .25s ease-in-out, margin-top .25s ease-in-out, box-shadow .25s ease-in-out;
}
#syos-cart.disabled .header {
  background-image: none;
  background-color: #F6F6F6;
  color: #666 !important;
  filter: none;
}
#syos-cart.disabled .total {
  cursor: default;
  color: #BBB;
}
#syos-cart.disabled .total:after {
  content: none;
}
#syos-cart.open {
  box-shadow: 0 0 30px black;
}
#syos-cart.open .total:after {
  background-position: top right;
}
#syos-cart .total {
  margin: 0 0 0 15px;
  line-height: 40px;
  font-weight: normal;
  text-shadow: 0 1px #FFF;
  cursor: pointer;
  position: relative;
}
#syos-cart .total:after {
  content: '';
  background: url("/modules/syos/img/cart-toggle-sprite.png") no-repeat;
  display: block;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -12px;
  background-position: top left;
  background-size: auto 25px;
}
#syos-cart #add-to-cart-button {
  right: 5px;
  top: -1px;
  position: absolute;
  border-top: 1px solid #755454;
  border-left: 1px solid #473030;
  border-bottom: 1px solid #333;
  padding: 0 30px;
  line-height: 40px;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: #c51000;
  background-image: linear-gradient(top, #e41300, #980d00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e41300', endColorstr='#980d00', GradientType=0);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: 0 -1px 1px #666;
}
#syos-cart #add-to-cart-button.disabled {
  top: 0;
  background-image: none;
  background-color: #DDD;
  text-shadow: 0 -1px #BBB;
  border-left-color: #BBB;
  border-top: none;
  filter: none;
  cursor: default;
}
#syos-cart .header {
  background-color: #e1e0e0;
  background-image: linear-gradient(top, #F1EEEE, #CACACA);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1EEEE', endColorstr='#CACACA', GradientType=0);
  border: 1px solid #FFF;
  border-width: 1px 0;
  color: #333;
}
#syos-cart #cart-seats {
  padding: 0 15px 15px;
}
#syos-cart .cart-seat-header {
  margin-top: 15px;
  background-color: #d4b304;
  background-image: linear-gradient(top, #fcd405, #998102);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd405', endColorstr='#998102', GradientType=0);
  border-top: 1px solid #fddd37;
  border-bottom: 1px solid #342c01;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 -1px 1px #342c01;
  font-size: 11px;
  line-height: 21px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: none;
  background-color: #fcd405;
  text-shadow: none;
  font-size: 12px;
  line-height: 24px;
  border-width: 1px 0;
  border-top-color: #ccab02;
}
.syos-cart-item {
  box-sizing: border-box;
  background-color: #f2f2f2;
  background-image: linear-gradient(top, #FFF, #DEDEDE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#DEDEDE', GradientType=0);
  border: 1px solid #2b2b2b;
  border-width: 0 1px 1px;
  overflow: hidden;
  color: #4A4B4C;
  font-size: 13px;
  line-height: 17px;
  text-shadow: 0 1px 1px white;
  width: 100%;
  vertical-align: top;
  display: table;
}
.syos-cart-item > * {
  display: table-cell;
  vertical-align: middle;
}
.syos-cart-item .row-seat {
  padding: 5px 0 5px 10px;
}
.syos-cart-item .price {
  text-align: right;
  padding-right: 10px;
  width: 47px;
}
.syos-cart-item .btn-remove {
  border-left: 1px solid #2b2b2b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  color: white;
  text-shadow: 0 -1px 1px #333;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 26px;
  cursor: pointer;
  background-color: #919191;
  background-image: linear-gradient(top, #a6a6a6, #737373);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#737373', GradientType=0);
}
.syos-cart-item .btn-remove:hover {
  background-color: #d60000;
  background-image: linear-gradient(top, #FF0000, #990000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#990000', GradientType=0);
}
#syos-main-container.overview #syos-cart {
  margin-top: 0 !important;
}
#syos-main-container.overview #syos-cart.closed {
  height: 40px !important;
}
#syos-main-container.overview #syos-cart.open {
  box-shadow: 0 0 5px black;
}
@media (max-width: 739px) {
  #syos-main-container #syos-cart {
    height: 80px;
    margin-top: -80px;
  }
  #syos-main-container #syos-cart .total {
    line-height: 29px;
    font-size: 14px;
  }
  #syos-main-container #syos-cart .total:after {
    background-size: auto 19px;
    height: 19px;
    width: 18px;
    margin: -10px 0 0 0;
    left: auto;
    right: 15px;
  }
  #syos-main-container #syos-cart #add-to-cart-button {
    position: static;
    line-height: 30px;
    border: 1px solid #333;
    margin: 0 -1px;
    border-width: 1px 0;
  }
  #syos-main-container.overview #syos-viewport {
    height: auto !important;
    padding-bottom: 80px;
  }
  #syos-main-container.overview #syos-cart {
    margin-top: 0 !important;
  }
  #syos-main-container.overview #syos-cart.open {
    border-bottom: 1px solid #999;
  }
  #syos-main-container.overview #syos-cart.closed {
    height: 82px !important;
    position: fixed;
    bottom: -2px;
    width: 100%;
  }
  #syos-main-container.overview.cart-open #syos-viewport {
    padding-bottom: 0;
  }
  #syos-main-container.seat-view #syos-cart.closed {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 190;
  }
}
#syos-date-switch {
  font-size: 14px;
  color: #333;
  background-color: #fafafa;
  background-image: linear-gradient(top, #FFFFFF, #F2F2F2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0);
}
#syos-date-switch .perf-name {
  margin: 0 0 10px 0;
}
#syos-date-switch select {
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
  color: black;
}
#syos-date-switch .note {
  font-size: 12px;
  margin-top: 6px;
  color: #999;
}
#syos-date-switch .date {
  color: gray;
  font-size: 13px;
  font-style: italic;
  margin-left: 10px;
}
#syos-date-switch .alternates-available .helper-msg {
  float: left;
}
#syos-date-switch .alternates-available .select-container {
  float: right;
  width: 270px;
  margin-top: -15px;
}
@media (max-width: 739px) {
  #syos-main-container.seat-view #syos-date-switch {
    display: none;
  }
  #syos-date-switch .alternates-available .select-container {
    margin-top: 0;
    float: none;
    width: auto;
    font-size: 12px;
  }
}
.syos-title-header {
  padding: 10px;
  background-color: #FAFAFA;
}
.syos-title-header .perf-name {
  margin: 0;
}
.syos-title-header .mode-seat-preview-label {
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 4px;
  color: #999;
}
#syos-mode-seat-preview-details-label {
  margin-top: 7px;
}
@media (max-width: 739px) {
  #syos-main-container.seat-view .syos-title-header {
    display: none;
  }
}
#syos-header-bar {
  background-color: #525252;
  background-image: linear-gradient(top, #666, #333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#333', GradientType=0);
  box-shadow: inset 0px 0px 10px black;
  color: #FFF;
  font-size: 13px;
  height: 41px;
  background-position: bottom;
  overflow: hidden;
}
#syos-header-bar #back-button {
  position: relative;
  float: left;
  margin: 5px 0 0 -90px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.25s ease-in-out;
}
#syos-header-bar #back-button:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #FFF;
  margin-right: 5px;
  display: inline-block;
  content: '';
}
#syos-header-bar #current-label {
  font-size: 16px;
  float: left;
  line-height: 41px;
  margin-left: 10px;
  white-space: nowrap;
  text-shadow: 0 -1px black;
}
#syos-header-bar.viewing-floor #back-button {
  margin-left: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#syos-header-bar.single-floor-house #back-button {
  margin-left: -90px;
  display: none;
}
@media (max-width: 739px) {
  #syos-main-container.overview #back-button {
    display: none;
  }
  #syos-main-container.seat-view #syos-header-bar {
    position: absolute;
    box-shadow: none;
    background: none;
    z-index: 10;
  }
  #syos-main-container.seat-view #syos-header-bar #current-label {
    display: none;
  }
  #back-button {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #syos-header-bar {
    height: auto;
  }
  #syos-header-bar #current-label {
    line-height: 1.2em;
    padding: 10px 5px;
    white-space: initial;
  }
}
#svg-container-elisabethMurdochHall {
  left: 260px;
  top: 64px;
}
#syos-main-info-bar {
  height: 39px;
  line-height: 39px;
  background-color: white;
  color: #666;
  text-shadow: 0 1px 1px white;
  font-size: 16px;
  padding-left: 10px;
  overflow: hidden;
  background-color: #F6F6F6;
  box-shadow: 0 0 5px black;
  position: relative;
  z-index: 30;
  border-bottom: 1px solid white;
}
#syos-main-info-bar > * {
  float: left;
}
.photo-preview-switch-container {
  margin-right: 12px;
}
.photo-preview-switch-container.mobile {
  display: none;
  position: absolute;
  bottom: 75px;
  left: 15px;
  margin-right: 0;
  background-color: white;
  border-radius: 10px;
}
@media (max-width: 739px) {
  .photo-preview-switch-container.mobile {
    display: block;
  }
}
.photo-preview-switch-container.mobile #icon {
  margin: 3px 0 0 4px;
}
.photo-preview-switch-container.mobile #switch {
  margin-top: 1px;
}
.photo-preview-switch-container > * {
  float: left;
}
.photo-preview-switch-container .divider {
  width: 1px;
  padding: 10px 0;
  border-right: 1px solid #DDD;
  margin-left: 10px;
  margin-top: 10px;
}
.photo-preview-switch-container #switch {
  position: relative;
  width: 48px;
  height: 23px;
  cursor: pointer;
  margin-top: 8px;
  margin-left: 10px;
}
.photo-preview-switch-container #switch .bug {
  transition: left 0.25s ease-out;
  position: absolute;
  z-index: 5;
  width: 22px;
  height: 22px;
  left: 0;
  background-image: url("/modules/syos/img/bug.png");
}
.photo-preview-switch-container #switch .slider {
  transition: background-color 0.25s ease-out;
  box-shadow: inset 0 3px 8px rgba(0,0,0,.45), 0 0 1px 1px white;
  height: 18px;
  background-color: gray;
  margin-top: 2px;
  border-radius: 10px;
  left: 2px;
  right: 2px;
  position: absolute;
}
.photo-preview-switch-container #switch.active .bug {
  left: 26px;
}
.photo-preview-switch-container #switch.active .slider {
  background-color: green;
}
.photo-preview-switch-container #icon {
  background-image: url("/modules/syos/img/photoPreviewIcon.png");
  height: 17px;
  margin-right: 10px;
  margin-top: 10px;
  width: 23px;
}
@media (max-width: 739px) {
  #syos-main-info-bar {
    display: none;
  }
}
.syos-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 200;
}
.syos-overlay .overlay-background {
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
}
.syos-overlay .message-container {
  width: 80%;
  padding: 0 10%;
  top: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10;
  text-align: center;
}
.syos-overlay .message {
  font-size: 23px;
  color: #333;
  line-height: 28px;
}
.syos-overlay .spinner {
  background-image: url("/modules/syos/img/syosSpinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 64px;
}
.syos-overlay .alert-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.syos-popup-mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 739px) {
  .syos-popup-mobile-overlay {
    display: block;
  }
}
@media (max-width: 739px) {
  .syos-overlay .message-container {
    top: 0;
    margin-top: 30px;
  }
}
#syos-photo-preview-overlay .close-button {
  position: absolute;
  z-index: 6;
}
#syos-photo-preview-overlay .image-container {
  display: table;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
}
#syos-photo-preview-overlay .image-container-2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
#syos-photo-preview-overlay .photo-preview-image {
  max-width: 100%;
  display: inline-block;
  box-shadow: 0 0 20px black;
}
#syos-overview-display .abs-wrapper {
  position: absolute;
  width: 100%;
}
#syos-overview-display .constraint-wrapper {
  max-width: 900px;
  margin: 0 auto;
  height: 0;
}
#syos-overview-display .contents {
  position: absolute;
  z-index: 50;
  margin: 30px 0 0 20px;
  text-transform: uppercase;
  overflow: hidden;
  color: #e5c003;
  text-shadow: 0 1px 0px white;
  border-radius: 5px;
  background-color: #F7F7F7;
  padding: 15px;
  border: 1px solid #CCC;
}
#syos-overview-display .add-on-break {
  margin: 7px 0;
  color: black;
  font-size: 11px;
  text-transform: uppercase;
}
#syos-overview-display #floor-name-display {
  font-size: 18px;
  margin-bottom: 10px;
}
#syos-overview-display #summary-display {
  color: #474747;
  font-size: 13px;
}
#syos-overview-display #pricetypes {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  margin-top: 10px;
}
#syos-overview-display #prices {
  float: left;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  margin-top: 10px;
}
#syos-overview-desktop {
  margin: 0 auto;
  max-width: 900px;
  min-height: 300px;
  background-color: #FFF;
  padding: 20px 20px 20px 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
#syos-overview-desktop .syos-floor-fill {
  cursor: pointer;
  pointer-events: all;
  transition: fill 0.1s ease-out;
}
#syos-overview-desktop .syos-floor-fill:hover {
  fill: #fcd405;
}
#syos-overview-mobile {
  min-height: 300px;
}
#syos-overview-mobile p {
  font-size: 12px;
  margin: 0;
}
#syos-overview-mobile h3 {
  margin: 0;
  font-size: 16px;
}
#syos-overview-mobile p.avail,
#syos-overview-mobile p.unavail {
  font-size: 14px;
  margin: 6px 0;
}
.syos-mode-seat-preview #syos-overview-mobile .pricetypes,
#syos-overview-mobile .avail,
#syos-overview-mobile .unavail {
  display: none;
}
#syos-overview-mobile .instructions {
  padding: 15px;
  background-color: #EEE;
  border-bottom: 1px solid #DDD;
}
#syos-overview-mobile .mobile-floor-button {
  background-color: #f1f1f1;
  background-image: linear-gradient(top, #FFF, #DDD);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#DDD', GradientType=0);
  padding: 15px 0;
  border-bottom: 1px solid #BBB;
  cursor: pointer;
  line-height: 1.1em;
  /*
    &:before {

      content: '\25B6';
      position: absolute;
      right: 10px;
      top: 50%;
      height: 30px;
      .border-radius(30px);
      background-color: rgba(0,0,0,.05);
      border: 1px solid #CCC;
      color: #BBB;
      line-height: 30px;
      margin-top: -15px;
      font-size: 15px;
      padding: 0 7px 0 10px;
    }
    */
}
#syos-overview-mobile .mobile-floor-button svg .syos-floor-fill {
  fill: #DBDBDB;
}
#syos-overview-mobile .mobile-floor-button svg .highlight {
  fill: #fcd405;
}
#syos-overview-mobile .mobile-floor-button svg .highlight .syos-floor-fill {
  fill: #fcd405;
}
#syos-overview-mobile .mobile-floor-button.disabled {
  color: #888;
  background: none #ECECEC;
  cursor: default;
  border-bottom-color: #DDD;
}
#syos-overview-mobile .mobile-floor-button.disabled:active {
  background: none #ECECEC;
}
#syos-overview-mobile .mobile-floor-button.disabled h3 {
  color: #888;
}
#syos-overview-mobile .mobile-floor-button.disabled svg {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#syos-overview-mobile .mobile-floor-button.disabled svg .highlight {
  fill: #818181;
}
#syos-overview-mobile .mobile-floor-button.disabled svg .highlight .syos-floor-fill {
  fill: #818181;
}
#syos-overview-mobile .mobile-floor-button.disabled .pricetype {
  display: none;
}
#syos-overview-mobile .mobile-floor-button.disabled .highlight {
  fill: #999;
}
#syos-overview-mobile .mobile-floor-button.disabled .unavail {
  display: block;
}
#syos-overview-mobile .mobile-floor-button.disabled .avail {
  display: none;
}
#syos-overview-mobile .mobile-floor-button .unavail {
  display: none;
}
#syos-overview-mobile .mobile-floor-button .contents {
  position: relative;
  min-height: 100px;
}
#syos-overview-mobile .mobile-floor-button .left-col {
  margin: 0 0 0 5%;
  width: 40%;
}
#syos-overview-mobile .mobile-floor-button .left-col svg {
  width: 40%;
  height: 100%;
  margin-left: 5%;
}
#syos-overview-mobile .mobile-floor-button .svg-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#syos-overview-mobile .mobile-floor-button .right-col {
  padding-right: 5%;
  margin-left: 50%;
  width: 40%;
}
#syos-overview-mobile .mobile-floor-button .add-on-break {
  text-transform: uppercase;
  line-height: 1;
  margin: 9px 0;
  font-size: 11px;
  color: black;
}
#syos-overview-mobile .mobile-floor-button .pricetypes {
  color: #888;
  font-size: 14px;
  text-shadow: 0px 1px white;
}
#syos-overview-mobile .mobile-floor-button:last-child {
  border-bottom: 0;
}
.pricetype-selector-mobile-close {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 739px) {
  .pricetype-selector-mobile-close {
    position: fixed;
  }
}
#syos-pricetype-selector {
  display: none;
  position: absolute;
  left: 30px;
  top: 200px;
  z-index: 10000;
  bottom: auto !important;
}
#syos-pricetype-selector.visible {
  display: block;
}
#syos-pricetype-selector .syos-button {
  display: block;
  margin-bottom: 3px;
}
#syos-pricetype-selector .syos-button:last-child {
  margin-bottom: 0;
}
#syos-pricetype-selector .line-item {
  display: table-row;
}
#syos-pricetype-selector .line-item > div {
  padding-top: 3px;
  display: table-cell;
  padding-left: 15px;
}
#syos-pricetype-selector .line-item > div:first-child {
  padding-left: 0;
}
#syos-pricetype-selector .line-item:first-child > div {
  padding-top: 0;
}
#syos-pricetype-selector .line-item-break {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 2em;
}
#syos-pricetype-selector .seat-type-display {
  margin: -11px -13px 10px -11px;
}
#syos-pricetype-selector .summary {
  line-height: 1.1em;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  padding-bottom: 14px;
  margin: -13px -13px 10px -11px;
  padding: 0 0 8px 11px;
  background-color: #FFF;
  text-shadow: none;
}
#syos-pricetype-selector .summary > div {
  float: left;
  margin: 7px 15px 0 0;
}
#syos-pricetype-selector .summary .label {
  text-transform: uppercase;
  font-size: 10px;
  color: #999;
}
#syos-pricetype-selector .summary .value {
  font-size: 15px;
}
#syos-pricetype-selector .contents {
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
.syos-popup-body {
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border: 1px solid black;
}
.syos-popup-body .contents {
  text-shadow: 0 1px white;
  padding: 13px 13px 13px 11px;
}
@media (max-width: 739px) {
  .syos-popup-container {
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    position: absolute;
    overflow-y: scroll;
  }
  .syos-popup-container .syos-popup-body {
    margin: 10px 10px 0;
    z-index: 1;
    position: relative;
  }
  #syos-pricetype-selector .line-item {
    line-height: 1.2em;
    display: block;
    position: relative;
    margin-top: 4px;
    border-top: 1px solid #CCC;
    padding-top: 5px;
  }
  #syos-pricetype-selector .line-item:first-child {
    margin: 0;
    border: 0;
    padding: 0;
  }
  #syos-pricetype-selector .line-item > div {
    padding: 0;
    display: block;
  }
  #syos-pricetype-selector .line-item .button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
  }
  #syos-pricetype-selector .line-item .price {
    font-size: 14px;
  }
  #syos-pricetype-selector .line-item-break {
    line-height: 2.5em;
  }
}
#syos-seat-info {
  position: absolute;
  z-index: 10000;
  /*
  #notch-container {
    height: 13px;
    background: url("@{syosImagePath}seatInfoDisplayNotch.png");
    background-position: center top;
    background-repeat: no-repeat;
  }
  */
}
#syos-seat-info #contents {
  border: 1px solid #2B2B2B;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#syos-seat-info .syos-popup-body {
  border: none;
}
#syos-seat-info .col {
  float: left;
  padding: 8px 13px 8px 10px;
  background-image: url('/modules/syos/img/seatInfoDivider.png');
  background-position: right top;
  background-repeat: repeat-y;
}
.syos-mode-seat-preview #syos-seat-info .col.col2 {
  background-image: none;
}
#syos-seat-info .col.col3 {
  border-width: 0;
  background-image: none;
}
.syos-mode-seat-preview #syos-seat-info .col.col3 {
  display: none;
}
#syos-seat-info .col .header {
  font-size: 12px;
  color: #4A4B4C;
  font-weight: normal;
  text-shadow: 0 1px 1px white;
  text-transform: uppercase;
}
#syos-seat-info .col .content {
  font-size: 21px;
  color: #4A4B4C;
  font-weight: bold;
  text-shadow: 0 1px 1px white;
  margin-top: 0;
}
/* The following classes are used by cart and pricetype-selector */
.syos-popup-header {
  background-color: #d4b304;
  background-image: linear-gradient(top, #fcd405, #998102);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd405', endColorstr='#998102', GradientType=0);
  border-top: 1px solid #fddd37;
  border-bottom: 1px solid #342c01;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 -1px 1px #342c01;
  font-size: 11px;
  line-height: 21px;
  padding-left: 10px;
  padding-right: 10px;
}
.syos-popup-body {
  background-color: #f1f1f1;
  background-image: linear-gradient(top, #FFF, #DDD);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#DDD', GradientType=0);
}
.seat-type-display {
  background-color: #bb2a23;
  background-image: linear-gradient(top, #cc2e26, #a1241e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc2e26', endColorstr='#a1241e', GradientType=0);
  text-shadow: 0 -1px 1px #4b110e;
  border-top: 1px solid #a1241e;
  border-bottom: 1px solid #b72922;
}
#syos-seat-view {
  position: relative;
}
#syos-seat-view #cutoff-container {
  width: 900px;
  height: 559px;
  overflow: hidden;
  position: relative;
}
#syos-seat-view #cutoff-container.pannable canvas {
  cursor: move !important;
}
#syos-seat-view #cutoff-container.pointer canvas {
  cursor: pointer !important;
}
#syos-seat-view #seat-element-container {
  position: absolute;
  top: 0;
  left: 0;
}
#syos-seat-view #seat-element-container,
#syos-seat-view #seat-element-container .canvas-container {
  z-index: 2;
  position: absolute;
}
#syos-seat-view #bg-img-container {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
}
/*
@panTabWidth: 100px;
@panTabHeight: 25px;
@panTabColor: #ff854c;

@panTabOffset: 32px;

.syos-pan-tab {
  position: absolute;
  cursor: pointer;
  z-index: 3;

  font-size: 14px;
  text-align: center;
  color: lighten(@panTabColor, 20%);

  .transition(~"left 0.35s ease-out, top 0.35s ease-out, bottom 0.35s ease-out, right 0.35s ease-out");

  .box-shadow(~"inset 0 0 0 1px rgba(255,255,255,.25), 0 0 3px rgba(0,0,0,.5)");

  background-color: @panTabColor;

  border: 1px solid darken(@panTabColor, 10%);

  &:hover {
    font-size: 16px;
  }
}

#syos-pan-tab-up {
  width: @panTabWidth;
  height: @panTabHeight;
  line-height: @panTabHeight;
  top: 0;
  text-shadow: 0 -1px 1px darken(@panTabColor, 20%);

  // left: (@syosSeatViewWidth - @panTabWidth + 2) / 2;

  .border-radius(0 0 10px 10px);

  &.hidden {
    top: -@panTabOffset;
  }
}

#syos-pan-tab-down {
  width: @panTabWidth;
  height: @panTabHeight;
  line-height: @panTabHeight;
  bottom: 0;
  text-shadow: 0 1px 1px darken(@panTabColor, 20%);

  // left: (@syosSeatViewWidth - @panTabWidth + 2) / 2;

  .border-radius(10px 10px 0 0);

  &.hidden {
    bottom: -@panTabOffset;
  }
}

#syos-pan-tab-left {
  width: @panTabHeight;
  height: @panTabWidth;
  line-height: @panTabWidth;
  left: 0;
  text-shadow: -1px 0px 1px darken(@panTabColor, 20%);

  // top: (@syosSeatViewHeight - @panTabWidth + 2) / 2;

  .border-radius(0 10px 10px 0);

  &:hover {
    line-height: @panTabWidth + 1;
  }

  &.hidden {
    left: -@panTabOffset;
  }
}

#syos-pan-tab-right {
  width: @panTabHeight;
  height: @panTabWidth;
  line-height: @panTabWidth;
  right: 0;
  text-shadow: 1px 0px 1px darken(@panTabColor, 20%);

  // top: (@syosSeatViewHeight - @panTabWidth + 2) / 2;

  .border-radius(10px 0 0 10px);

  &:hover {
    line-height: @panTabWidth + 1;
  }

  &.hidden {
    right: -@panTabOffset;
  }
}
*/
/*
.syos-pan-tab {
  position: absolute;
  background-image: url("@{syosImagePath}panTabSprite.png");
  cursor: pointer;
  z-index: 103;
  
  .transition(~"left 0.5s ease-out, top 0.5s ease-out, bottom 0.5s ease-out, right 0.5s ease-out");
}
#syos-pan-tab-up {
  width: 164px;
  height: 51px;
  top: -51px;
  left: 368px;
  background-position: 164px 0;

  &:hover {
    background-position: 164px -52px;
  }
}

#syos-pan-tab-down {
  width: 164px;
  height: 51px;
  bottom: -51px;
  left: 368px;
  background-position: 164px -103px;

  &:hover {
    background-position: 164px -154px;
  }
}

#syos-pan-tab-left {
  width: 51px;
  height: 164px;
  top: 174px;
  left: -51px;
  background-position: 0 0;

  &:hover {
    background-position: 0 164px;
  }
}

#syos-pan-tab-right {
  width: 51px;
  height: 164px;
  top: 174px;
  right: -51px;
  background-position: -51px 0;

  &:hover {
    background-position: -51px -164px;
  }
}
*/
#syos-main-container .white-border {
  box-shadow: 0 0 0 3px #FFF, 0 0 12px #000;
}
#syos-main-container .zoom-in-out {
  width: 18px;
  height: 19px;
  background-color: #C0C0C0;
  border: 1px solid #999;
  border-radius: 10px;
  text-align: center;
  line-height: 19px;
  color: #333;
  text-shadow: 0 1px 1px #F1F1F1;
  background-color: #c8c8c8;
  background-image: linear-gradient(top, #E0E0E0, #A5A5A5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#A5A5A5', GradientType=0);
  margin-left: -1px;
  cursor: pointer;
}
#syos-main-container .zoom-in-out.disabled {
  background-color: #efefef;
  background-image: linear-gradient(top, #F8F8F8, #E2E1E1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E2E1E1', GradientType=0);
  text-shadow: none;
  color: #BBB;
  cursor: default;
  border-color: #CCC;
}
#syos-zoom-control {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 29;
}
#syos-zoom-control > * {
  margin-top: 15px;
}
#syos-zoom-control > *:first-child {
  margin-top: 0;
}
#syos-zoom-control .zoom-in-out:before,
#syos-zoom-control .zoom-in-out:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #444;
  box-shadow: 0 1px #FFF;
  margin-left: 4px;
  margin-top: 8px;
}
#syos-zoom-control .zoom-in-out.disabled:before,
#syos-zoom-control .zoom-in-out.disabled:after {
  background-color: #AAA;
}
#syos-zoom-control .zoom-in-out.zoom-in:after {
  height: 10px;
  width: 2px;
  margin-left: 8px;
  margin-top: -6px;
}
#syos-zoom-control .zoom-in-out.zoom-out:after {
  display: none;
}
#syos-zoom-control .track-container {
  overflow: hidden;
  position: relative;
  width: 15px;
  height: 125px;
  border: 1px solid #999;
  border-radius: 10px;
}
#syos-zoom-control .track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #CCC;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
#syos-zoom-control .curr-pos {
  background-color: #F3F3F3;
  height: 25px;
  position: absolute;
  left: -1px;
  right: -1px;
  z-index: 5;
  border-radius: 10px;
  border: 1px solid #999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: -1px;
}
#syos-legend {
  position: absolute;
  top: 13px;
  left: 10px;
  padding: 5px;
  background-color: #F7F7F7;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  color: #777;
}
.legend .item {
  margin-bottom: 10px;
  font-size: 12px;
}
.legend .item:last-child {
  margin-bottom: 0;
}
.legend .label {
  display: inline-block;
  margin-left: 4px;
}
.legend .seat {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-top: 2px;
}
.legend .seat.available {
  background-color: black;
}
.legend .seat.unavailable {
  background-color: #CCC;
}
.legend .seat.special {
  border: 2px solid black;
  width: 6px;
  height: 6px;
}
.legend .seat.selected {
  background-color: green;
}
.legend .seat.same-price {
  background-color: #635202;
}
.legend .pricetypes .item:first-child {
  margin-top: 5px;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
#syos-legend-mobile-contents {
  z-index: 3000;
  display: none !important;
}
#syos-legend-mobile-contents.visible {
  display: block !important;
}
#syos-legend-mobile-button {
  position: absolute;
  background-color: #EEE;
  top: 8px;
  left: 120px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #666;
  cursor: pointer;
  text-shadow: 0 1px #FFF;
}
/*
@media @query-mobile {
  #syos-legend {
    bottom: 70px;
    top: auto;
    padding-top: 0;
    .item {
      float: left;
      margin-left: 7px;
      margin-bottom: 0;
      margin-top: 4px;
      &:first-child {
        margin-left: 0;
      }
    }
  }
}
*/
#house-svg-container {
  float: right;
  position: relative;
  margin: 15px 15px 15px 0;
}
.svg-house {
  pointer-events: none;
  fill: #000000;
  padding: 1px;
}
.syos-floor-outline {
  stroke: #000;
  stroke-width: 1px;
}
.syos-floor-fill {
  fill: #CAC9C9;
}
svg .highlight {
  fill: #CAC9C9;
}
svg .highlight .syos-floor-fill {
  fill: #CAC9C9;
}
svg .sold-out {
  fill: #DBDBDB !important;
  cursor: default !important;
}
svg .sold-out .syos-floor-fill {
  fill: #DBDBDB !important;
  cursor: default !important;
}
svg .sold-out .syos-floor-fill:hover {
  fill: #BEBEBE !important;
}
svg .sold-out:hover {
  fill: #BEBEBE !important;
}
#svg-container-verizon .syos-floor-outline {
  stroke-width: 2px;
  fill: none;
}
/**
  LDialog 2.0:

  The bulk of dialog styling is done at the project level
  although it's pretty standard by now. The only styling
  here is the "functional" 'l-dialog-syos-hide-close-btn'
  class referenced in:

  SYOSMain.showDialogCloseButton()
  SYOSMain.hideDialogCloseButton()

*/
.l-dialog.l-dialog-syos.l-dialog-syos-hide-close-btn .l-dialog-close {
  display: none;
}
/** LDialog 1.0: */
#dialogContainer.syos {
  padding: 15px;
}
#dialogContainer.syos #dialogContentWrapper {
  width: auto !important;
  max-width: none;
  padding: 20px;
  margin: 0;
}
#dialogContainer.syos #dialogHeader {
  display: block;
  position: absolute;
  right: 23px;
  z-index: 300;
  min-height: 0;
  margin: 0;
}
#dialogContainer.syos #dialogHeaderText {
  display: none;
}
#dialogContainer.syos #dialogCloseButton {
  background-color: white;
  margin-top: -10px;
}
@media (max-width: 739px) {
  #dialogContainer.syos {
    padding: 0;
  }
  #dialogContainer.syos #dialogHeader {
    right: 11px;
  }
  #dialogContainer.syos #dialogCloseButton {
    margin-top: 11px;
  }
  #dialogContainer.syos #dialogContentWrapper {
    padding: 0;
    margin: 0;
  }
}
#syos-main-container {
  position: relative;
  cursor: default;
  overflow: hidden;
  font-family: Arial, Helvetica;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  color: black;
  border: 1px solid #505050;
}
#syos-main-container .visible-syos-mode-seat-preview {
  display: none;
}
#syos-main-container.syos-mode-seat-preview .visible-syos-mode-seat-preview {
  display: block;
}
#syos-main-container.syos-mode-seat-preview .visible-syos-mode-standard {
  display: none;
}
#syos-canvas {
  display: block;
  padding-bottom: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 739px) {
  #syos-canvas {
    margin-bottom: 0;
  }
}
#syos-overview {
  background-color: #EFEFEF;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fefafc;
}
.syos-button {
  display: inline-block;
  min-width: 45px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #e9cb31;
  background-image: linear-gradient(top, #fde151, #ccab02);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde151', endColorstr='#ccab02', GradientType=0);
  border: 1px solid #998102;
  cursor: pointer;
  font-size: 14px;
  line-height: 29px;
  color: white;
  text-align: center;
  text-shadow: 0 -1px #675601;
}
.syos-button:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25);
}
.syos-button.disabled {
  text-shadow: 0 -1px #343434;
  background-color: #a9a9a9;
  background-image: linear-gradient(top, #b3b3b3, #9a9a9a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#9a9a9a', GradientType=0);
  border-color: #818181;
  cursor: default;
}
.syos-button.disabled:active {
  box-shadow: none;
}
#syos-house {
  background-color: #FAFAFA;
  min-height: 300px;
}
/*  Utils  */
.unselectable {
  /* applied to #syos-main-container. referenced via js */
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pannable {
  cursor: move !important;
  /* referenced via js */
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.syos-relative {
  position: relative;
}
.hidden-desktop {
  display: none;
}
@media (max-width: 739px) {
  #syos-main-container {
    border: none;
  }
  .shadow.left,
  .shadow.right {
    display: none;
  }
  .hidden-phone {
    display: none;
  }
  .hidden-desktop {
    display: inherit !important;
  }
}
@media (min-width: 740px) {
  #syos-viewport {
    height: auto !important;
    position: relative;
    overflow: hidden;
  }
}
.syos-button {
  border-radius: 0;
  border-width: 0;
  font-weight: bold;
  font-family: "ff-din-web", Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #000;
  transition: all 0.2s ease !important;
  padding-top: 3px;
}
.syos-button:hover {
  background-color: #fcd405;
}
#syos-main-info-bar {
  background-color: #4d4141;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: none;
  border-bottom: 0;
  box-shadow: none;
}
#syos-header-bar #back-button {
  margin-left: -230px;
  box-shadow: none;
}
#syos-header-bar #back-button:before {
  border-right: 8px solid #FFF;
}
#syos-header-bar #back-button:hover:before {
  border-right: 8px solid #FFF;
}
#syos-main-container {
  font-family: inherit;
}
#syos-overview-display .contents {
  color: #333;
}
.syos-popup-header {
  background-image: none;
  background-color: #fcd405;
}
#syos-cart .header {
  background-image: none;
  border-color: black;
  border-top: 1px solid #555;
}
#syos-cart .cart-seat-header {
  border: 1px solid #000;
}
#syos-cart #add-to-cart-button {
  background-image: none;
  background-color: #fcd405;
  text-shadow: none;
  color: #333;
  font-family: "ff-din-web", Helvetica, sans-serif;
  font-weight: 500;
  top: 0;
}
#syos-cart #add-to-cart-button:hover {
  background-color: #333;
  color: white;
}
#syos-cart #add-to-cart-button.disabled {
  text-shadow: none;
  border-top: 1px solid #755454;
}
#syos-cart #add-to-cart-button.disabled:hover {
  background-color: #DDD;
  color: #333;
}
.syos-cart-item .btn-remove {
  background-image: none;
}
.syos-cart-item .btn-remove:hover {
  background-image: none;
  background-color: #d9534f;
}
#syos-legend-mobile-contents .label {
  background-color: transparent;
  color: #666;
  font-size: 13px;
  padding: 0;
  text-shadow: none;
  font-weight: normal;
}
#syos-legend-mobile-button {
  left: 15px;
  top: 60px;
}
#syos-overview-mobile .mobile-floor-button {
  background-color: #FFF;
}
#syos-overview-mobile .mobile-floor-button:last-child {
  border-bottom: 1px solid #DDD;
}
.legend .seat.selected {
  background-color: #fcd405 !important;
}
.legend .seat.unavailable {
  background-color: #AAA;
}
.legend .seat.same-price {
  background-color: #635202 !important;
}
#syos-date-switch {
  background-image: none;
  background-color: #FFF;
  padding: 10px;
  position: relative;
}
@media (max-width: 739px) {
  #syos-date-switch {
    padding-bottom: 0;
  }
}
#syos-date-switch .perf-name {
  box-sizing: border-box;
  padding-right: 290px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  margin: 5px 0 10px;
  padding-bottom: 10px;
}
@media (max-width: 739px) {
  #syos-date-switch .perf-name {
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#syos-date-switch .performance-message {
  color: #000;
  font-weight: bold;
}
#syos-date-switch .performance-message:empty {
  margin: 0;
  padding: 0;
}
#syos-date-switch .no-alternates[style*="display: none"] + .performance-message {
  display: none;
}
#syos-date-switch .no-alternates + .performance-message {
  display: block;
}
.no-alternates {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 739px) {
  .no-alternates {
    position: static;
    margin-top: 5px;
  }
}
@media (max-width: 739px) {
  #syos-date-switch {
    min-height: 0;
  }
}
.syos-cart-item {
  background-image: none;
}
#syos-legend .label {
  text-shadow: none;
  background-color: transparent;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
}
#syos-pricetype-selector .summary .label {
  background-color: transparent;
  padding: 0;
  text-shadow: none;
}
#syos-header-bar {
  background-color: transparent;
  box-shadow: none;
  color: #333;
  text-shadow: none;
  display: block;
  margin-top: -41px;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 739px) {
  #syos-header-bar {
    margin-top: 0;
  }
  #syos-header-bar #current-label {
    padding-left: 0;
  }
}
#syos-header-bar #current-label {
  text-shadow: none;
  text-transform: uppercase;
}
#syos-cart #add-to-cart-button {
  font-size: 22px;
  color: #000;
  background-color: #fcd405;
  cursor: pointer;
  transition: 0.3s all ease;
}
#syos-cart #add-to-cart-button:hover {
  color: #fcd405;
  background-color: #000;
}
#syos-cart #add-to-cart-button.disabled,
#syos-cart #add-to-cart-button.disabled:hover {
  color: #AAA;
  border-color: #666;
}
@media (max-width: 739px) {
  #syos-main-container #syos-cart #add-to-cart-button {
    line-height: 49px;
  }
  #syos-main-container #syos-cart {
    position: absolute;
    background: #fff;
    box-shadow: none;
    height: 90px;
  }
}
#syos-date-switch {
  min-height: 107px;
  font-size: 16px;
}
@media (max-width: 739px) {
  #syos-date-switch {
    min-height: 0;
  }
}
#syos-date-switch .alternates-available {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 10;
}
@media (max-width: 739px) {
  #syos-date-switch .alternates-available {
    position: static;
    padding-right: 40px;
    margin-bottom: 10px;
  }
}
#syos-date-switch .alternates-available .select-container {
  margin-top: 0;
  float: none;
}
@media (max-width: 739px) {
  #syos-date-switch .alternates-available .select-container {
    font-size: 14px;
  }
}
.syos-popup-header {
  text-shadow: none;
  font-size: 12px;
  line-height: 24px;
}
#syos-date-switch select {
  font-size: 14px;
}
@media (max-width: 739px) {
  #syos-date-switch select {
    font-size: 16px;
  }
}
#syos-confirm-overlay .row-buttons {
  margin: 15px auto 0;
  display: inline-block;
}
#syos-confirm-overlay .cancel-button {
  margin-left: 30px;
}
@media (max-width: 739px) {
  #syos-confirm-overlay .cancel-button {
    margin-left: 0;
    margin-top: 30px;
  }
}
.syos-overlay .message-container {
  width: 100%;
}
#new-syos-header-give-this-a-new-name .select-container label {
  font-size: 14px;
}
@media (max-width: 739px) {
  .l-dialog-syos {
    padding: 0 !important;
    height: 100%;
  }
}
.l-dialog-syos .l-dialog-container-main {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 739px) {
  .l-dialog-syos .l-dialog-container-main {
    padding: 0 !important;
    height: 100%;
  }
}
.l-dialog-syos .l-dialog-container-main .l-dialog-content-target {
  padding: 0 !important;
}
@media (max-width: 739px) {
  .l-dialog-syos .l-dialog-container-main .l-dialog-container-header {
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .l-dialog-syos .l-dialog-container-main .l-dialog-container-header .l-dialog-close {
    right: 15px;
    top: 25px;
  }
}
.syos-overlay .image-container-2 .img-shrinkwrap {
  position: relative;
  display: inline-block;
}
.syos-overlay .image-container-2 .img-shrinkwrap .fa {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: white;
}
@media (max-width: 739px) {
  .photo-preview-switch-container {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 35px;
    background: #fff;
  }
  .photo-preview-switch-container #icon {
    margin-left: 15px;
  }
}
.legend .item {
  margin-bottom: 10px;
  font-size: 12px;
}
.legend .item:last-child {
  margin-bottom: 0;
}
.legend .label {
  display: inline-block;
  margin-left: 4px;
}
.legend .seat {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-top: 2px;
}
.legend .seat.available {
  background-color: black;
}
.legend .seat.unavailable {
  background-color: #CCC;
}
.legend .seat.special {
  border: 2px solid black;
  width: 10px !important;
  height: 10px !important;
}
.legend .seat.selected {
  background-color: #fcd405;
}
.legend .seat.same-price {
  background-color: #635202;
}
.legend .pricetypes .item:first-child {
  margin-top: 5px;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}

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