.OLCT_purchaseProgress {
  padding-right: 10px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: -30px;
  font-size: 12px;
/*  float: none !important;*/
  display: table-cell;
  text-align: right;
  vertical-align: top;
}

.OLCT_activePurchaseProgress {
  float: right;
  color: #000000;
}

.OLCT_inactivePurchaseProgress {
  float: right;
  color: #000000;
}

.OLCT_currentPurchaseProgress {
  text-decoration: underline;
}

.OLCT_activeSeperatorPurchaseProgress {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
}

.OLCT_inactiveSeperatorPurchaseProgress {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
}

.OLCT_DetailsPlayTrailer {
  position: absolute;
  margin-left: -239px;
  margin-top: 3px;
  width: 226px;
}
.OLCT_paymentDetailsForm {
  display: table;
  width: 100%;
}
.OLCT_paymentSection input,
textarea,
select,
option {
  background: #FAFAFA;
  outline: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display:table-cell;
}

.OLCT_paymentSection input:focus,
textarea:focus,
select:focus,
option:focus {
  background: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  border: 1px solid rgba(0, 0, 255, 0.8);
}
.ssllogo{
  display: none;
}

.payAlert {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #961d1e;
  display: block;
  width: auto;
  padding: 20px;
}

.payNote {
  color: #961d1e;
  font-size:14px;
}

.payNote b{
  font-weight: normal;
}

.OLCT_paymentAlert {
	color: red;
  font-size: 22px;
  font-weight: bold;
	text-align:center;
  border:2px solid #961d1e;
  margin:10px 0px;
  max-width: 900px;
  width:100%;
}

.OLCT_paymentAlert p.initial {
  color:#000;
  margin:0;
  padding:10px;
  background: #961d1e;
  color:#fff;
}

.OLCT_specialOffer {
  float: right;
}

.OLCT_eventSubtitleIcon {
  float: right;
  border: 0px;
  margin-left: 10px;
}

.OLCT_event3DIcon {
  float: right;
  border: 0px;
}

.OLCT_paymentProcess {}

.OLCT_paymentProcess table {
  margin-top: 200px;
  max-width: 450px;
  border: 1px solid #4e1410;
  background: #ffffff;
}

.OLCT_paymentProcess th,
.OLCT_paymentProcess td {
  padding: 10px;
}

.OLCT_paymentProcessTime {}

.OLCT_paymentSection {
  border: 1px solid #4e1410;
  background: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  display: table;
  width: 98%;
}

.OLCT_paymentItem {
  display: table;
  width: 100%;
  clear: both;
  padding-left: 20px;
  padding-bottom: 5px
}

.OLCT_paymentItem label {
  display:table-cell;
  width: 150px;
  padding-top: 4px;
  text-align: left;
  vertical-align: middle;
}

.OLCT_paymentItemTerms {}

.OLCT_paymentItemTerms a {
  color: #981f17;
  text-decoration: none;
}

.OLCT_paymentItemTerms a:hover {
  color: #981f17;
  text-decoration: underline;
}

.OLCT_successSection {
  background: #ffffff;
  border: 1px solid #4e1410;
  padding: 10px;
  margin-bottom: 10px;
}

.OLCT_successSection a {
  color: #fff;
  text-decoration: none;
}

.OLCT_successSection a:hover {
  color: #981f17;
  text-decoration: none;
}

.OLCT_formButtons {
  clear: both;
  text-align: center;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px;
}

.OLCT_formButtons a {
  margin:0px 10px;
}

.OLCT_formButtons a:visited {
  color: #ffffff;
}

.OLCT_formButtons input {
  width: 92px;
}

.OLCT_ticketSection {
  border: 1px solid #000000;
  background: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  color: #000000;
  display: inline-block;
  margin-top: 10px;
  width: 100%
}

.OLCT_ticketItem {
  clear: both
}

.OLCT_ticketItem select {
  float: left;
  width: 100px
}

.OLCT_ticketItem label {
  float: left;
  width: 400px;
  padding-left: 10px;
  padding-top: 4px;
  text-align: left
}

.OLCT_movieTimesContainer {
  max-width: 619px;
  padding-right: 20px;
}

.OLCT_movieTimesInnerWrapper {
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 6px solid #191919;
}

.OLCT_movieTimesInfo {
  width: 610px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 10px;
}

.OLCT_movieTimesInfo img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.OLCT_movieTimesInfo h3 {}

.OLCT_movieTimesInfo h3 a {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}

.OLCT_movieTimesInfo p {
  margin: 0 0 5px 0;
  color: #000000;
}

.OLCT_eventMiniImage {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 220px;
}

.OLCT_ticketInfoText {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

.OLCT_pageOuterWrapper {
  clear: both;
  margin-top: 10px;
  margin-left: 26px;
}

.OLCT_pageOuterWrapper h2 {
  /* height: 32px; */
  background: #ffffff;
  text-align: left;
  color: #000000;
  font-weight: normal;
  font-size: 28px;
  display: inline;
  letter-spacing: 1px;
  margin-bottom: 10px;
  /* width: 619px; */
  font-family: 'NeutraConBold', 'NeutraConMed', arial narrow, sans-serif;
  width: 30%;
  vertical-align: top;
}

.OLCT_pageInnerWrapper {
  padding: 0px;
  margin-bottom: 10px;
  max-width: 900px;
}

.OLCT_movieDetailsContainer {
  width: 610px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
  display: table;
  border-bottom: 4px solid #7a161a;
  border-top: 4px solid #7a161a;
}

.OLCT_eventLargeRating {
  float: right;
  border: 0px;
}

.OLCT_eventLargeImage {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 226px;
  height: 320px;
  border: 1px solid #4e1410;
  padding: 2px;
}

.OLCT_movieDetailsContainer h3 {
  font-family: 'NeutraConBold', 'NeutraConMed', arial narrow, sans-serif;
  color: #000000;
  font-size: 30px;
  font-weight: strong;
  line-height: 22px;
  margin-top: 0px;
  /* padding-bottom: 10px; */
}

.OLCT_movieDetailsContainer p {
  /*margin: 0 0 5px 245px;*/
  font-size: 18px;
}

.OLCT_movieDetailsContainer table {
  margin-top: -8px;
  margin-bottom: -1px;
  font-size: 15px;
}

.OLCT_eventWebsiteLink {
  float: right;
  margin-top: -25px;
  padding-right: 8px;
  font-size: 14px;
}

.linebottom {
  margin-left: 238px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 2px;
  background: url(/sites/therex/images/dline.png) left repeat-x;
}

.OLCT_eventWebsiteLink a {
  color: #ffffff;
}

.OLCT_eventWebsiteLink a:hover {
  color: #ffffff;
}

.OLCT_movieTimes {
  padding: 1px;
}

.OLCT_movieTimes table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}

.OLCT_movieTimes th,
.OLCT_movieTimes td {
  border: 1px solid #000000;
  line-height: 2em;
}

.OLCT_movieTimes th {
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
  width: 170px;
  text-align: left;
  padding-left: 5px;
}

.OLCT_movieTimes td {
  background: #aaa;
  text-align: center;
}

.OLCT_movieTimes td a {
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: underline;
}

.OLCT_movieTimes td a:hover {
  background: #999;
  color: #000;
}

.OLCT_movieTimes td a.mz {
  background: #fdf9db url(/sites/therex/images/mz.gif) no-repeat 99% 1px;
  color: #ffffff;
}

.OLCT_movieTimes td a.mz:hover {
  background: #666 url(/sites/therex/images/mz-hover.gif) no-repeat 99% 1px;
  color: #ffffff;
}

.OLCT_successSection a {
  color: black;
}

#pay_basket h3 {
  clear: both;
}

#pay_basket {
  border: 1px #000000 solid;
  margin-top: 5px;
  padding: 5px;
  padding-bottom: 50px;
}

#sectionAvailability {
  font-size: 22px !important;
  height: 40px
}

#sectionInfo {
  height: 50px
}

#notes {
  width: 100%;
}

/* Seat plan error stuff */ 
.OLCT_seatPlanSeatErrorText,
.OLCT_seatPlanSeatErrorContainer {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background-color:white;  
}
.OLCT_seatPlanSeatErrorText {
  font-size:20px;
  font-weight:Normal;
  text-align:center;
}
.OLCT_seatPlanSeatErrorContainer {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border:2px solid #961d1e;
}

.OLCT_seat_timeout {
    width: 100%;
    text-align: center;
    padding: 7px 0px;
    background-color: #961d1e;
    color: #fff;
}

.OLCT_seat_timeout p {
  padding: 7px 0px;
  margin-block-start: 0px;
    margin-block-end: 0px;
}

/*@media screen and (max-width: 750px) {
  .OLCT_movieDetailsContainer {
    display: table;
    text-align: center;
  }
  .OLCT_eventMiniImage {
    float: none;
    height: auto;
    text-align: center;
  }
  .OLCT_movieDetailsContainer p {
    margin: 0;
    text-align: left;
  }
}*/
@media screen and (max-width: 950px) {
  .linebottom {
    display: none;
  }
  #notes, .OLCT_paymentSection {
    width: 95%;
  }
}
@media screen and (max-width: 720px) {
  .OLCT_paymentItem2, .OLCT_paymentItem {
    display: table;
  }
  .OLCT_paymentItem2 label {
    margin-top: 5px;
  }
  .OLCT_paymentItem input {
    margin-top: -5px;
  }
}
@media screen and (max-width: 600px) {
  #contentWrapper {
    padding: 5px;
  }
  .OLCT_pageOuterWrapper {
    margin-left: 0;
  }
  .OLCT_ticketSection {
    padding: 0;
  }
  .OLCT_movieDetailsContainer h3 {
    font-size: 25px;
  }
  .OLCT_movieDetailsContainer p {
    font-size: 15px;
  }
  .OLCT_eventMiniImage {
    height: 170px;
  }
}
@media screen and (max-width: 450px) {
  .OLCT_ticketSection .OLCT_formButtons {
    width: 100%;
  }
  .OLCT_ticketSection .OLCT_formButtons img {
    display: block;
    padding: 5px;
    margin: 0 auto;
  }
  .OLCT_movieDetailsContainer h3 {
    font-size: 23px;
  }
  .OLCT_movieDetailsContainer p {
    font-size: 12px;
  }
/*
  .OLCT_purchaseProgress {
    display: grid;
  }
*/
}
.OLCT_ticketTheatreItemButtonEnabled {
  background-color: #961d1e !important;
}
@media screen and (max-width: 350px) {
  .OLCT_paymentItem label {
    width: 120px;
  }
  .OLCT_paymentSection input,
  textarea,
  select,
  option {
    max-width: 135px;
    vertical-align: middle;
  }
  .OLCT_paymentItem {
    padding-left: 5px;
  }
  #donationvalue {
    width: 25px;
  }
  .OLCT_pageInnerWrapper form .OLCT_formButtons {
    display: table-cell;
  }
  .OLCT_paymentSection {
    width: 92%;
  }
}
@media screen and (max-width: 850px) {
  .OLCT_purchaseProgress {
    float: none !important;
  }
}
/*=======================================================
ticket Collection Options
=======================================================*/
@media screen and (max-width: 700px) {
  .OLCT_pageOuterWrapper .OLCT_pageInnerWrapper textarea {
    display: table;
  }
}
@media screen and (max-width: 610px) {
  .OLCT_pageInnerWrapper .OLCT_paymentSection .OLCT_paymentItem label {
    /*white-space: nowrap;*/
  }
  #mainWrapper form .OLCT_pageOuterWrapper .OLCT_pageInnerWrapper .OLCT_paymentSection .OLCT_paymentItem input {
    margin: 5px 2px 0px 5px;
  }
}

/*=======================================================
Login By email
=======================================================*/
@media screen and (max-width: 400px) {
  #loginForm {
    font-size: 90%;
  }
}

/*=======================================================
Membership Information
=======================================================*/
.OLCT_paymentSection input{
  margin: 0 2px 0 0;
}
@media screen and (max-width: 673px) {
  .OLCT_paymentSectionHeader {
    margin-top: 40px;
  }
  #refreshForm {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  #schemeForm .OLCT_paymentSection input {
    margin: 0px 2px 0 0;
  }
  .OLCT_paymentSection input {
    margin: -5px 2px 0 0;
  }
  .OLCT_paymentSection label {
    width: 95px;;
  }
  .OLCT_formButtons a {
    margin: 5px 10px;
  }
}
@media screen and (max-width: 450px) {
  .siteorder {
    font-size: 90%;
  }
}


@media screen and (max-width:700px) {
  .OLCT_paymentItem {
    display:block;
    margin-top:10px;
  }
  .OLCT_paymentItem input,
  .OLCT_paymentItem label {
    display:inline;
    width:92%;
    text-align: left;
    margin: 5px 0px;
  }
  .OLCT_paymentItem .deliveryCheck {
    width:auto;
    margin-right:10px;
    margin-top:2px;
  }
}
