#layout_area {
  position: relative;
  margin-top: 3px;
  margin-bottom: 20px;
  padding-bottom: 20px; }

#layout_statusbar {
  bottom: 0px;
  position: absolute;
  height: 30px;
  padding-top: 30px;
  width: 250px;
  margin: 0px auto;
  border-bottom: 1px solid #777;
  color: black; }

#layout_statusbar_content {
  font: 15px/18px arial;
  padding: 10px 0 0 0px; }

.lock_seats {
  cursor: pointer; }

#layout_scene {
  position: absolute;
  height: 10px;
  background: white; }

#layout_scene_description {
  text-align: center;
  padding-top: 13px;
  font: 16px/16px arial;
  color: black;
  position: absolute; }

.layout_section {
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 30px 0 0 0;
  padding: 8px 8px 0px 8px;
  padding: 0px; }

.layout_section.balcony {
  padding: 10px 10px 8px 10px;
  background: #dcc6e5;
  border: none; }

.layout_section_name {
  font: 12px/14px arial;
  position: absolute;
  text-align: center; }

.layout_section_name div {
  background: #dcc6e5;
  height: 6px;
  width: 6px;
  display: inline-block; }

.seat {
  background: #484848;
  position: absolute;
  filter: alpha(opacity=100);
  opacity: 1.0;
  -moz-opacity: 1.0; }

.seat.booked {
  background: #d4493e; }

.seat.hcp {
  background: #7577DB; }

.seat.hcp.booked {
  background: #d4493e; }

.seat.assistant {
  background: #cccc00; }

.seat.assistant.booked {
  background: #d4493e; }

.seat.hover {
  background: #01d629;
  padding: 2px;
  top: -2px;
  left: -2px; }

.seat.hoverinvalid {
  background: #d4493e; }

.seat.locked {
  background: #cf9d25; }

.seat.admlocked {
  background: black; }

.seat.sdist {
  background: #b63329;
  background: linear-gradient(45deg, transparent 0%, transparent 43%, #b63329 45%, #b63329 55%, transparent 57%, transparent 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #b63329 45%, #b63329 55%, transparent 57%, transparent 100%);
  background-size: 85% 85%;
  background-position: center  center;
  background-repeat: no-repeat; }

.seat.selected {
  background: #73bc18; }

.seat.invalid {
  background: white; }

.layout_section.has_selected_seats .seat {
  background-color: #68aa15; }

.layout_section.hover .seat {
  background-color: #68aa15;
  padding: 2px;
  top: -2px;
  left: -2px; }

@keyframes selectedSeatAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-o-keyframes selectedSeatAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-moz-keyframes selectedSeatAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-webkit-keyframes selectedSeatAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
.seat.selected.animate {
  -webkit-animation: selectedSeatAnimation 1500ms infinite;
  -moz-animation: selectedSeatAnimation 1500ms infinite;
  -o-animation: selectedSeatAnimation 1500ms infinite;
  animation: selectedSeatAnimation 1500ms infinite; }

ul.seat_instructions {
  margin: 35px 0 0 0;
  padding: 0px 0px 0px 0px;
  font: 16px/24px arial;
  color: black;
  list-style: none; }

.seat_instructions li {
  margin: 10px 0 0 0; }

.seat_instructions .fa {
  color: black; }

div#selected_seats_description,
div#detailed_hover_seats_description {
  margin: 30px 0 0 0px;
  font: 15px/15px arial;
  background: #68aa15;
  color: white;
  padding: 10px 10px 10px 10px;
  min-width: 156px; }

div#detailed_hover_seats_description {
  background: #dc4646; }

div#detailed_hover_seats_description.hcp {
  background: #7577DB; }

div#detailed_hover_seats_description.bookable {
  background: #68aa15; }

div#detailed_hover_seats_description .hover_info {
  margin: 6px 0 15px 0px; }

.hover_hcp_desc {
  clear: both;
  font: 12px/14px arial;
  margin: 0 0 10px 0; }

.hover_hcp_icon_container {
  float: left;
  font: 16px/16px arial; }

.hover_hcp_info {
  float: left;
  margin: 15px 0 0 10px;
  font: 14px/16px arial;
  text-align: right; }

.selected_seats_icon_container {
  float: left;
  font: 16px/16px arial;
  margin: 6px 0 0 10px; }

.selected_seats_icon_info {
  float: left;
  margin: 28px 0 0 11px;
  font: 17px arial; }

span.selected_section_name {
  font: 13px/11px arial; }

div.selected_seats_spacer {
  line-height: 0px;
  font-size: 0px;
  height: 6px; }

.separateSeatsInstructions {
  display: inline-block;
  width: 44px;
  height: 22px;
  background: url("../../../_base/images/venue/buttons_grey/divided.png") no-repeat;
  position: absolute;
  margin-left: 116px;
  margin-top: -1px; }

.separateSeats {
  display: inline-block;
  width: 61px;
  height: 26px;
  background: url("../../../_base/images/venue/buttons_grey/divided_normal.png") no-repeat;
  cursor: pointer; }

.separateSeats.active {
  background: url("../../../_base/images/venue/buttons_grey/divided_active.png") no-repeat; }

.lock_seats_instructions {
  display: inline-block;
  width: 23px;
  height: 22px;
  background: url("../../../_base/images/venue/buttons_grey/check.png") no-repeat;
  position: absolute;
  margin-left: 117px;
  margin-top: 29px; }

.lock_seats {
  display: inline-block;
  width: 30px;
  height: 28px;
  background: url("../../../_base/images/venue/buttons_grey/check_normal.png") no-repeat;
  cursor: pointer; }

.lock_seats.active {
  background: url("../../../_base/images/venue/buttons_grey/check_active.png") no-repeat; }

.guest_seat_name {
  float: right;
  display: inline-block;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  color: black;
  padding: 2px 10px 2px 10px; }

.mobileapp .guest_seat_name {
  margin-top: 6px;
  margin-right: 10px; }

#bk_content_bg {
  width: 650px; }

#layout_area {
  margin-bottom: 0px; }

#ticket_order_1_5 .order_s2_prev_container {
  width: 494px; }

div#selected_seats_description, div#detailed_hover_seats_description {
  position: absolute;
  z-index: 10;
  margin: 50px 0 0 160px; }

.venue_overview_tabs {
  z-index: 1;
  position: absolute;
  height: 48px;
  margin-left: 6px; }
  .venue_overview_tabs .vo_tab {
    padding: 10px 50px 0 50px;
    font: 20px/38px arial;
    color: #333;
    float: left; }
  .venue_overview_tabs .vo_tab.active {
    border-top: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    background: white; }
  .venue_overview_tabs .vo_standing_tab {
    margin-top: 4px;
    border-top: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    padding: 10px 50px 0 50px;
    font: 17px/30px arial;
    color: #333;
    float: left;
    height: 33px;
    cursor: pointer;
    background: white; }

.venue_overview_container {
  margin-left: 6px;
  margin-bottom: 50px;
  padding-top: 48px;
  width: 594px; }

.mobileapp .venue_overview_container {
  margin-left: 0px;
  width: 100%;
  padding-top: 20px; }

.venue_overview_container_inner {
  border: 1px solid #C2C2C2;
  padding: 20px 20px 30px 20px;
  position: relative;
  background: white; }
  .venue_overview_container_inner .vo_event_title {
    margin: 0 0 35px 30px;
    font: 20px/25px arial;
    color: #333; }
    .venue_overview_container_inner .vo_event_title i {
      font-size: 10px;
      margin: 0 4px 0 0; }

.mobileapp .venue_overview_container_inner {
  border: none;
  padding: 0 0 0 0; }
  .mobileapp .venue_overview_container_inner .vo_event_title {
    display: none; }

.mobileapp .venue_overview {
  margin: 0; }

.mobileapp .venue_overview_graphics_container {
  transform-origin: top left; }

.venue_overview_cart_container {
  margin: 20px 0 0 0; }

.mobileapp .venue_overview_cart_container {
  margin: 40px 0 0 0; }

.venue_overview_cart {
  border: 1px solid #C2C2C2;
  text-transform: uppercase;
  background: white;
  color: #666; }
  .venue_overview_cart table {
    width: 100%; }
  .venue_overview_cart tr.header td {
    border-bottom: 1px solid #C2C2C2; }
  .venue_overview_cart td {
    padding: 5px 20px 5px 20px; }
    .venue_overview_cart td.seat_req_msg {
      font-weight: bold;
      text-align: center;
      padding-top: 10px !important; }
  .venue_overview_cart tbody tr:first-child td {
    padding-top: 15px; }
  .venue_overview_cart tbody tr:last-child td {
    padding-bottom: 15px; }
  .venue_overview_cart i {
    font-size: 15px; }
  .venue_overview_cart i.green {
    color: #68AA15; }
  .venue_overview_cart i.orange {
    color: #ff9900; }
  .venue_overview_cart i.red {
    color: red; }

.mobileapp .venue_overview_cart {
  border-right: none;
  border-left: none;
  margin: 20px -10px 0 -20px;
  font-size: 14px;
  padding-left: 15px; }
  .mobileapp .venue_overview_cart td {
    padding: 5px 5px 5px 5px; }

.venue_wide_view_container {
  margin-bottom: 0px;
  margin-left: 6px;
  padding-top: 0px;
  width: 594px; }

#separate_seats_container {
  position: absolute;
  width: 350px;
  z-index: 10; }

ul.seat_instructions {
  position: relative;
  height: 50px;
  margin: 0px 0px 0px 24px;
  padding: 0px 0px 0px 0px;
  font: 17px/35px arial;
  color: #333;
  list-style: none; }

.seat_instructions li {
  margin: 0px; }

.seat_instructions span {
  position: absolute;
  margin: 0 0 0 32px; }

.separateSeats2 {
  cursor: pointer;
  position: absolute;
  margin: 5px 0 0 1px; }

.seat_instructions .fa {
  color: #333;
  font-size: 28px; }

.layout_section {
  height: 0px;
  width: 0px; }

#seats_selection_countdown_container_overview {
  margin: 13px 27px 0 0;
  color: #333;
  font: 16px arial; }

#seats_selection_countdown_container_overview span {
  color: #333;
  font: 16px arial; }

#layout_scene,
#layout_scene_description {
  display: none; }

.vo_section_guide {
  float: right;
  margin-right: 20px;
  padding-left: 15px; }
  .vo_section_guide .vo_venue_name {
    text-transform: uppercase;
    font: 12px/20px arial;
    color: black; }
  .vo_section_guide ul {
    list-style: none;
    margin: 0px 0 0 1px;
    padding: 0; }
  .vo_section_guide li {
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  .vo_section_guide i {
    font-size: 9px;
    line-height: 10px;
    vertical-align: middle;
    margin-right: 6px; }
  .vo_section_guide i.seat_indicator {
    color: #68AA15; }
  .vo_section_guide i.standing_indicator {
    color: #CC33CB; }
  .vo_section_guide i.wheelchair_indicator {
    color: #DBD907; }
  .vo_section_guide span {
    vertical-align: middle;
    line-height: 14px;
    letter-spacing: 1px;
    font-size: 11px;
    color: #666; }

.mobile_venue_info_container .mobile_venue_info_header {
  background: #4A66AA;
  color: white;
  padding: 15px;
  font: 20px/20px arial;
  margin-left: -10px;
  margin-right: -10px; }
  .mobile_venue_info_container .mobile_venue_info_header .infobox_button {
    background: url("../../../_base/images/mobile/infobutton_white.png") right top no-repeat;
    background-size: 100% 100%; }
.mobile_venue_info_container .dropdown_button {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #aaa;
  background: #eee;
  padding: 10px;
  border-radius: 5px;
  width: 50%;
  font: 15px arial; }
  .mobile_venue_info_container .dropdown_button i {
    float: right;
    font-size: 25px;
    line-height: 20px; }

.section_hover_content.menutrailer {
  width: auto;
  min-width: 220px; }

.venue_overview_container_inner {
  background: white url("../venue/seatbg.jpg?2") no-repeat; }

div#selected_seats_description, div#detailed_hover_seats_description {
  margin: 0px 0 0 368px; }
