/* Theatre functionality */
.OLCT_ticketTheatreSelect {
  width:100%;
}
.OLCT_ticketTheatreSelectTitles {
  background-color:rgb(171, 171, 171);
  font-weight:bold;
  display:table;
  width: calc(100% - 10px);
  height:30px;
  padding:5px;
}
.OLCT_ticketTheatreSelectRow {
  display:table;
  width: 100%;
  padding: 5px 0;
}

.OLCT_ticketTheatreSelectName,
.OLCT_ticketTheatreSelectDetail,
.OLCT_ticketTheatreSelectPrice,
.OLCT_ticketTheatreSelectSelector {
  display:table-cell;
  vertical-align: middle;
  text-align:center;
  font-family : 'Roboto', sans-serif;
  line-height:35px;
}
.OLCT_ticketTheatreSelectName {
  text-align: left;
  font-size: 16px;
  padding: 0 5px;
  width:30%;
}
.OLCT_ticketTheatreSelectDetail {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  padding: 0 5px;
}
.OLCT_ticketTheatreSelectPrice {
  width:15%;
  font-size: 14px;
  padding: 0;
  vertical-align: middle;
}
.OLCT_ticketTheatreSelectSelector {
  width:110px;
}

.OLCT_ticketTheatreItemSelectHolder {
  color: #ABABAB;
  margin: 5px 0px 5px 0;
}

.OLCT_ticketTheatreItemButtonContainer {
  display:table;
  width: 100%;
}

.OLCT_ticketTheatreItemValue input {
  text-align:center;
  font-weight: bold;
  line-height: 35px;
  max-width: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height:35px;
}

.OLCT_ticketTheatreItemValue {
  display:table-cell;
  padding: 0 5px;
}
@media all and (max-width: 500px) {
  .OLCT_ticketTheatreSelectRow {
    display:block;
    border-bottom: 1px solid #ABABAB;
    padding-bottom: 10px;
    clear: both;
  }
  .OLCT_ticketTheatreSelectName,
  .OLCT_ticketTheatreSelectDetail,
  .OLCT_ticketTheatreSelectPrice,
  .OLCT_ticketTheatreSelectSelector {
    display:block;
  }
  .OLCT_ticketTheatreSelectName {
    width: 100%;
    padding-left: 10px;
  }
  .OLCT_ticketTheatreSelectDetail {
    width: 100%;
    background-color: #FF0000;
  }
  .OLCT_ticketTheatreSelectPrice {
    width:110px;
    display:inline-block;
    text-align: left;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .OLCT_ticketTheatreSelectSelector {
    width:110px;
    display:inline-block;
  }
}
.OLCT_ticketTheatreItemButton,
.OLCT_ticketTheatreItemButtonDec {
  display:table-cell;
  width: 32px;
  height: 32px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height: 32px;
  font-weight:900;
  color:white;
  text-decoration:none;
  text-transform:uppercase;
  border-radius: 3px;
  vertical-align: middle;
  text-align:center;
  cursor:pointer;
  -webkit-touch-callout:none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.OLCT_ticketTheatreItemButtonDec{
  font-size: 24px;
  line-height: 18px;
}
.OLCT_ticketTheatreItemButtonEnabled {
  background-color: #1B8BCA;
}
.OLCT_ticketTheatreItemButtonEnabled:hover{
  background-color: #005796;
}
.OLCT_ticketTheatreItemButtonDisabled {
  background-color: #ABABAB;
  cursor: default;
}
.OLCT_ticketTheatreItemButtonHidden {
  background-color: transparent;
  cursor: default;
}
.OLCT_selectSeatsSlider .OLCT_ticketTheatreItemButton {
  display:inline-block;
  float:none;
}
.OLCT_selectSeatsSlider{
  margin-top: 10px;
}
