@charset "utf-8";
/* CSS Document */
*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
}

body
{
    background: url('../img/bg_metal.png') top left;
    background-color: black;
    background-repeat: repeat-x;
    color: white;
    height: auto;
    font-size: 13px;
    /*padding-top: 32px;*/
}
.form_control{
    color:#000;
    background:#fff;
}
input::-webkit-input-placeholder {
    color: #888;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
h1, h2, h3, h4
{
    font-weight: normal;
    padding: 0;
}

h1
{
    font-size: 54px;
}

h2
{
    font-size: 36px;
}

h3
{
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    /*background: url('../img/bg_h3_1.png');*/
    background-repeat: repeat;
    /*color: black;*/
    display: inline-block;
    font-size: 24px;
    height: 55px;
    margin: 0;
    padding: 0;
    text-align: center;
}

h3 img
{
    vertical-align: middle;
}

h4
{
    font-size: 24px;
}

p
{
    padding: 8px;
}

p.title
{
    font-size: 18px;
    font-weight: 700;
    padding-left: 0;
}

/* -------------------------------------------
 page
 -------------------------------------------*/

#headlogo
{
    margin-bottom: 32px;
    text-align: center;
    width: 100%;
}

#sidelogo
 {
     margin-bottom: 32px;
     text-align: center;
     width: 70%;
 }

.slideritem{
    width:260px !important;
}


#left
{
    width: 280px;
    float: left;
}
#mid
{
    width: 1040px;
    margin: 0 auto;
}

#right
{
    width: 760px;
    float: right;
}

.c
{
    clear: both;
    width: 100% !important;
}

.centred, .centered
{
    text-align: center;
}

.other-font
{
    font-size: inherit;
    font-weight: inherit;
}

/* -------------------------------------------
 news and testimonials
 -------------------------------------------*/

.news-and-testimonials li {
    _display: none;
    list-style: none;
    position: relative;
    top: 0;
}

.news-and-testimonials-box {
    background-color: white;
    color: black;
    height: 220px;
    overflow: hidden;
}

.news-and-testimonials-inner {
    padding:12px;
    text-align: left;
}



/* registration */

.registration-left
{
    width: 48%;
    border-right: thin solid black;
    display: inline-block;
}
.registration-right
{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
}

/* -------------------------------------------
 big buttons
 -------------------------------------------*/

#big-round-buttons
{
    margin: 0 auto;
    padding: 16px 0 24px 0;
    width: 710px;
}

#big-round-buttons .button
{
    background: url('../img/big_round_button.png') top left no-repeat;
    color: black;
    display: inline-block;
    height: 206px;
    text-align: center;
    text-decoration: none;
    width: 234px;
}

#big-round-buttons .button:hover
{
    background-position: top right;
    color: white;
}

#big-round-buttons .button p:first-child
{
    padding-top: 72px;
}

#big-round-buttons .button:first-child p:first-child
{
    padding-top: 56px;
}

#big-round-buttons .button:last-child p:first-child
{
    padding-top: 80px;
}

#big-round-buttons .button p
{
    font-size: 34px;
    line-height: 30px;
    padding: 0;
}

#big-round-buttons .button p.smaller
{
    font-size: 20px;
    line-height: 22px;
}




/* -------------------------------------------
 footer
 -------------------------------------------*/

#foot
{
    background: url('../img/bg_footer.png') top left repeat-x;
    height: 188px;
    margin: 0 auto;
    width: 100%;
}

#foot a
{
    text-decoration: none;
}

#foot-bottom
{
    margin: 0 auto;
}

#foot-bottom div
{
    float: right;
}

#foot-bottom div:nth-child(2)
{
    margin: 0 12px;
}

#foot-box-office {
    padding-top: 130px;
}

#foot-box-office p {
    color: #d1d1d1;
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 600;
    padding: 0px;
}

#foot-box-office p:last-child {
    font-size: 36px;
}

#foot-cont
{
    background-color: none;
    clear: both;
    margin: 0 auto;
    position: relative;
    top: -96px;
    width: 1200px;
}

#foot-logo
{
    display: inline-block;
    float:left;
    text-align: left;
}

#foot-logo a img
{
    height: 200px;
    margin: 0px;
    width: 169px;
}

#foot-top {
    clear: right;
    display: inline-block;
}

#foot-top p {
    padding-left: 32px;
    padding-top: 32px;
}

#foot-top p a {
    color: black;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
}

#footspacer
{
    height: 220px;
    clear: both;
    display: block;
}

.footer-flare
{
    background-image: url('../img/bg_footer_flare.png');
    height: 448px;
    position: relative;
    margin-top: -548px;
    z-index: -1;
}

/* social media
 -------------------------------------------*/

.follow-like-us {
    color: #d1d1d1;
    font-size: 19px;
    letter-spacing: 1px;
    padding-left:128px;
    padding-top: 0;
}

.facebook
{
    color: #D1D1D1;
    font-size: 40px;
    font-weight: normal;
    height: 36px;
    padding-right: 0px;
    text-decoration: none;
}

.foot-btn-social-media
{
    display: inline-block;
    padding-top: 60px;
}

.fbtwit-small
{
    color: #FFFFFF;
    font-size: 18px !important;
}

.twitter
{
    color: #d1d1d1;
    font-size: 44px;
    text-decoration: none;
}

/* front page */

.facebook-box {
    float: left;
    width: 400px;
}

.twitter-box {
    float: right;
    width: 290px;
}

/* -------------------------------------------
 forms
 -------------------------------------------*/



form input[type="submit"]
{
    /*width: 120px;*/
}

form .boxed
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #4d4d4d;
}

input, select
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000000 !important;
    border-radius: 5px;
    font-size: 11px;
    padding: 3px;
    max-width: 100%;
}

label
{
    display: block;
    font-weight: normal;
    font-size: 13px;
    padding: 12px 0 12px 24px;
}

/* payform
 ------------------------------------------ */

#payform input[type="text"], #payform select
{
    /*width: 360px;*/
}

#payform label
{
    display: inline-block;
    width: 148px;
}

/* registration-form
 ------------------------------------------ */

#registration-form
{
    padding-right: 12px;
}

#registration-form .regitem
{
    padding: 6px 0 6px 0;
}

/* -------------------------------------------
 login
 -------------------------------------------*/

#login-box
{
    background-color: #000000;
    border: 3px solid #FFFFFF;
    margin: 0 auto;
    padding: 3px;
    /*width: 168px;*/
}

#login-box .login-border
{
    border: 2px solid white;
    padding: 4px;
}

#login-box a
{
    color: #f3cd08;
}

.login-form p
{
    padding: 3px;
}

.login-form p
{
    padding: 3px;
}



.forgot-password-link
{
    font-size: 11px;
    text-align: center;
    display: block;
    margin-top: 6px;
    text-decoration: none;
    width: 90px;
    float: left;
}

/* -------------------------------------------
 navigation
 -------------------------------------------*/

#nav
{
    list-style: none;
    width: 178px;
    padding: 0 0 20px 0;
    font-size: 0px;
}
#nav > li ul
{
    background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: relative;
    display: none; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

#nav > ul li
{
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
    position: absolute;
}

#nav > ul a
{
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}

#nav > li:hover ul
{
    /* Display the dropdown on hover */
    display: block;
}

#nav > li:hover ul a
{
    /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
    background: url('../img/nav-bg2.png') top right no-repeat;
    padding: 6px 10px 6px 5px;
    margin-left: 8px;
}

#nav > li:hover ul li a:hover
{
    /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background-position: -72px 0;
}

#navigation
{
    margin: 0 auto;
    width: 178px;
}

#navigation > ul
{
}

#navigation a, #navigation .here
{
    background: url('../img/nav-bg.png') top right no-repeat;
    color: black;
    display: block;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 6px 28px 6px 5px;
    text-align: right;
    text-decoration: none;
}

#navigation a:hover
{
    background-position: left;
}

#navigation .here
{
    background-position: left;
}

/* -------------------------------------------
 fancy
 -------------------------------------------*/

.fancy-border
{
    /*-moz-background-size: 5px 100%;*/
    /*border-bottom: 5px solid #b49770;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    /*border-top: 5px solid #fdf2cd;*/
    /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdf2cd), to(#b49770));*/
    /*background-image: -webkit-linear-gradient(#fdf2cd, #b49770), -webkit-linear-gradient(#fdf2cd, #b49770);*/
    /*background-image: -moz-linear-gradient(#fdf2cd 0%, #f7ecca 60%, #b49770 100%), -moz-linear-gradient(#fdf2cd 0%, #f7ecca 60%, #b49770 100%);*/
    /*background-image: -o-linear-gradient(#fdf2cd, #f7ecca), -o-linear-gradient(#fdf2cd, #f7ecca);*/
    /*background-image: -o-linear-gradient(#fdf2cd, #f7ecca), -o-linear-gradient(#fdf2cd, #f7ecca);*/
    /*background-size: 5px 100%;*/
    /*background-position: 0 0, 100% 0;*/
    /*background-repeat: no-repeat;*/
    border: 1px solid #ffffff;
    padding: 5px;
}

.fancy-border .inner
{
    /*-webkit-box-shadow: inset 0px 0px 8px 6px #808080;*/
    /*-moz-box-shadow: inset 0px 0px 8px 6px #808080;*/
    background-color: white;
    /*box-shadow: inset 0px 0px 8px 6px #808080;*/
    color: black;
    height: 100%;
    margin: 0;
    padding: 0 12px 12px 12px;
}

.fancy-box-next-show
{
    margin: 0 auto;
    width: 170px;
}

.fancy-button {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdf2cd), to(#b49770));
    background-image: -webkit-linear-gradient(#fdf2cd, #b49770), -webkit-linear-gradient(#fdf2cd, #b49770);
    background-image: -moz-linear-gradient(#fdf2cd 0%, #f7ecca 60%, #b49770 100%), -moz-linear-gradient(#fdf2cd 0%, #f7ecca 60%, #b49770 100%);
    background-image: -o-linear-gradient(#fdf2cd, #f7ecca), -o-linear-gradient(#fdf2cd, #f7ecca);
    background-image: -o-linear-gradient(#fdf2cd, #f7ecca), -o-linear-gradient(#fdf2cd, #f7ecca);
    border: 1px solid black;
    border-radius: 6px;
    color: black;
    display: inline-block;
    padding: 8px;
    text-decoration: none;
}

.fancy-button:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b49770), to(#fdf2cd));
    background-image: -webkit-linear-gradient(#b49770, #fdf2cd), -webkit-linear-gradient(#b49770, #fdf2cd);
    background-image: -moz-linear-gradient(#b49770 0%, #f7ecca 60%, #fdf2cd 100%), -moz-linear-gradient(#b49770 0%, #f7ecca 60%, #fdf2cd 100%);
    background-image: -o-linear-gradient(#f7ecca, #fdf2cd), -o-linear-gradient(#f7ecca, #fdf2cd);
    background-image: -o-linear-gradient(#f7ecca, #fdf2cd), -o-linear-gradient(#f7ecca, #fdf2cd);
}

/* -------------------------------------------
 ticket orders table
 -------------------------------------------*/
#ticket-orders {
    margin: 0 auto;
}
#ticket-orders td {
    width: 25%;
}

/* -------------------------------------------
 loading box
 -------------------------------------------*/

#loading-box
{
    background-color:rgba(0,0,0,0.5);
    display: none;
    height: 100%;
    left: 0px;
    padding: 12px;
    position: fixed;
    margin: 0;
    top: 0px;
    width: 100%;
    z-index: 100;  /* the loading box needs to be above the page  */
}

#loading-box _div
{
    background-color: gray;
    color: black;
    height: 100%;
    margin: 50%;
    width: 100%;
    z-index: 1000;
}

/* floatingCirclesG  - See more at: http://cssload.net/#sthash.1cmRAmXz.dpuf
 -------------------------------------------*/

#floatingCirclesG
{
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    background-color: gray;
    border: 4px solid gray;
    border-radius: 64px;

    position:relative;
   	margin:0 auto; display:block;
    width: 128px;
    height: 128px;
    top:50%; margin-top:-64px;
    
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.f_circleG
{
    position: absolute;
    background-color: #FFFFFF;
    height: 23px;
    width: 23px;
    -moz-border-radius: 12px;
    -moz-animation-name: f_fadeG;
    -moz-animation-duration: 1.36s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 12px;
    -webkit-animation-name: f_fadeG;
    -webkit-animation-duration: 1.36s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 12px;
    -ms-animation-name: f_fadeG;
    -ms-animation-duration: 1.36s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 12px;
    -o-animation-name: f_fadeG;
    -o-animation-duration: 1.36s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 12px;
    animation-name: f_fadeG;
    animation-duration: 1.36s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#frotateG_01
{
    left: 0;
    top: 52px;
    -moz-animation-delay: 0.51s;
    -webkit-animation-delay: 0.51s;
    -ms-animation-delay: 0.51s;
    -o-animation-delay: 0.51s;
    animation-delay: 0.51s;
}

#frotateG_02
{
    left: 15px;
    top: 15px;
    -moz-animation-delay: 0.68s;
    -webkit-animation-delay: 0.68s;
    -ms-animation-delay: 0.68s;
    -o-animation-delay: 0.68s;
    animation-delay: 0.68s;
}

#frotateG_03
{
    left: 52px;
    top: 0;
    -moz-animation-delay: 0.85s;
    -webkit-animation-delay: 0.85s;
    -ms-animation-delay: 0.85s;
    -o-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

#frotateG_04
{
    right: 15px;
    top: 15px;
    -moz-animation-delay: 1.02s;
    -webkit-animation-delay: 1.02s;
    -ms-animation-delay: 1.02s;
    -o-animation-delay: 1.02s;
    animation-delay: 1.02s;
}

#frotateG_05
{
    right: 0;
    top: 52px;
    -moz-animation-delay: 1.19s;
    -webkit-animation-delay: 1.19s;
    -ms-animation-delay: 1.19s;
    -o-animation-delay: 1.19s;
    animation-delay: 1.19s;
}

#frotateG_06
{
    right: 15px;
    bottom: 15px;
    -moz-animation-delay: 1.36s;
    -webkit-animation-delay: 1.36s;
    -ms-animation-delay: 1.36s;
    -o-animation-delay: 1.36s;
    animation-delay: 1.36s;
}

#frotateG_07
{
    left: 52px;
    bottom: 0;
    -moz-animation-delay: 1.53s;
    -webkit-animation-delay: 1.53s;
    -ms-animation-delay: 1.53s;
    -o-animation-delay: 1.53s;
    animation-delay: 1.53s;
}

#frotateG_08
{
    left: 15px;
    bottom: 15px;
    -moz-animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

@-moz-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@keyframes f_fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}







/** Typeahead styles **/
.typeahead,
.tt-query,
.tt-hint {


  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 616px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}




.nicertable th span {padding:0px; display:block;}
.nicertable th {border:#4A5154 0px solid; border-width:1px 0 1px; padding:5px 0 5px 0; margin:0 0 5px;}
.nicertable td {padding:5px 0 5px 0;}
.nicertable .b-row {width:30px;}
.nicertable .b-col {width:30px; }
.nicertable .b-type {}
.nicertable .b-type select {width:99%; padding:5px;}

.nicertable .b-remove {width:28px;}
.nicertable .b-remove a {width:24px; height:24px; background:url(../img/delete-icon.png) top left no-repeat; display:block; margin:0 auto; }
.nicertable .b-remove a:hover {background-position:bottom left;}
.nicertable .b-remove a span {display:none;}

.nicertable h2 {font-size:25px; text-transform:lowercase; padding:15px 0 10px; }
.nicertable td
{
    border: 0px solid black;
}




/* seat picker key styling*/

.seatPickerKey{
	width: 80%;
	display:block;
	margin: auto;
	margin-top:30px;
	padding:10px;
	border:1px solid #aaa;
	    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    border-radius: 10px;
	
}

.seatPickerKey .seatPickerKeyRow{
	width:40%;
	margin:auto;
}

.seatPickerKey .seatPickerKeyRow .seatPickerKeyRowBox{
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #aaa;
	margin-top: 2px;
	float:left;
}

.seatPickerKey .seatPickerKeyRow #seatBoxUnavailable{background:url(../img/taken-overlay.png) #fff;}
.seatPickerKey .seatPickerKeyRow #seatBoxAvailable{}
.seatPickerKey .seatPickerKeyRow #seatBoxSelected{background: url(../img/selected.png) #fff -2px -2px;}
.seatPickerKey .seatPickerKeyRow #seatBoxBooked{background-color: rgb(255, 0, 0);}
.seatPickerKey .seatPickerKeyRow #seatBoxRestrictedView{background-color:#06a6ff;}
.seatPickerKey .seatPickerKeyRow #seatBoxDisabled{background-color:#800080;}
.seatPickerKey .seatPickerKeyRow #seatBoxWheelchair{background-color:#00a900;}

.seatPickerKey .seatPickerKeyRow .seatPickerKeyRowDesc{
	display: inline-block;
	vertical-align: top;
}
.seatPickerKey .seatPickerKeyRow .seatPickerKeyRowDesc p{
	padding: 0px;
	vertical-align: top;
}

.seatPickerKey .note{}
.seatPickerKey .note p{font-size:10px; color:#000; text-align:center;}


.seatlesspage{
	
}

.seatlesspage .seatlessHeader{
	
}

.seatlesspage .seatlessHeader .seatlessTopTitle{
	color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.seatlesspage .seatlessHeader .seatlessTopTitle h2{
    color: black;
    font-weight: 400;
}

@media only screen and (min-width: 0px) and (max-width: 520px) {
    .seatlesspage .seatlessHeader .seatlessTopTitle h2{
        font-size: 22px;
    }

    .seatlessTicketGroupInputs h2 {
        font-size: 22px;
    }

    #seat-booking-area .right h2 {
        text-align: left;
    }
}

.seatlesspage .seatlessHeader .seatlessTopTitle h2,
.seatlessPerformerDetail h2,
.seatlessSpectatorDetail h2{

}

.seatlesspage .seatlessHeader .seatlessImage{
	
}

.seatlesspage .seatlessHeader .seatlessImageOverlay{
}

.seatlesspage .seatlessHeader .seatlessImageOverlay .seatlessOverlayDate h2{
	color: #000000;
    font-weight: 400;
}

.seatlesspage .seatlessHeader .seatlessImageOverlay .seatlessOverlayDescription{
	
}

.seatlesspage .seatlessLower{
	
}

.seatlesspage .seatlessLower .seatlessLowerContent{
	
}

.seatlesspage .seatlessLower .seatlessLowerContent h2{
	
}

.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs{
	
}

.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .inputTitles{
	
}

.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .spectatorTicketsSection{
	
}

.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .performerTicketsSection{
	
}

.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketTotalsSection{
	margin-top:10px;
}

.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .spectatorTicketsSection .inputsContainer,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .performerTicketsSection .inputsContainer{
	padding-top:5px;
}

.inputTitles div {
    font-weight:bold;
}

.seatlessTicketInputs .inputsContainer:nth-child(odd) {
    background:#eeeeee;
}

#seatlessSpectatorDetailsSection h2{
    font-size: 30px;
}


.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .inputTitles .ticketTypeCont,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .spectatorTicketsSection .ticketTypeCont,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .performerTicketsSection .ticketTypeCont,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketTotalsSection .ticketTypeCont
{
	width:57%;
	display:inline-block;

}

.seatlessPerformerConfirmation,
.seatlessSchoolsSelect{
	margin-top:20px;
	margin-bottom:10px;

}

.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .inputTitles .ticketTypePrice,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .spectatorTicketsSection .ticketTypePrice,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .performerTicketsSection .ticketTypePrice,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketTotalsSection .ticketTypePrice{
	width:14%;
	display:inline-block;

}

.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .inputTitles .ticketQuantity,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .spectatorTicketsSection .ticketQuantity,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .performerTicketsSection .ticketQuantity,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketTotalsSection .ticketQuantity{
	width:10%;
	display:inline-block;
}


    .seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .inputTitles .ticketQuantity input,
    .seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .spectatorTicketsSection .ticketQuantity input,
    .seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .performerTicketsSection .ticketQuantity input,
    .seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketTotalsSection .ticketQuantity input{
       width:70%;

    }

.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .inputTitles .ticketPrices,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .spectatorTicketsSection .ticketPrices,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketInputs .performerTicketsSection .ticketPrices,
.seatlesspage .seatlessLower .seatlessLowerContent .seatlessTicketTotalsSection .ticketPrices{
	width:17%;
	display:inline-block;
}

/** performer ticket input details sections */

#seatlessPerformerDetailsSection h2{
	color: #000000;
    margin-bottom: 30px;
}

#seatlessPerformerDetailsSection .seatlessPerformerDetail{
	
}

#seatlessPerformerDetailsSection .seatlessPerformerDetail label,
.seatlessSchoolsSelect label{
    display:inline-block;
    width:40%;
    text-align:left;
    vertical-align:top;
    padding:0px 20px;
    margin-bottom:20px;
}

#seatlessSpectatorDetailsSection .seatlessSpectatorDetail label{
    display:inline-block;
    width:50%;
    text-align:left;
    vertical-align:top;
    padding:0px 20px;
    margin-bottom:20px;
}

#seatlessPerformerDetailsSection .seatlessPerformerDetail input,
#seatlessPerformerDetailsSection .seatlessPerformerDetail select,
.seatlessSchoolsSelect select{
	display:inline-block;
	width:49%;
	margin-bottom:20px;
}


#seatlessPerformerDetailsSection .seatlessPerformerDetail textarea{
	display:inline-block;
	width:49%;
	margin-bottom:20px;
	border: #000000 1px solid;
	border-radius: 5px;
	font-size: 11px;
	padding: 3px;
}

.performer_errors,
#confirmError,
#noInputsEnteredError,
#unexpectedError,
#danceSchoolError{
	display:none;
	color:#f00;
	border:1px solid #f00;
	width:80%; 
	margin:auto;
    margin-bottom: 30px;
}

input.errored,
textarea.errored{
	border:1px solid #f00!important;
}

.seatlessPerformerTicketDetails{
	display:none;
}

.seatlessImage img{
	width:100%;
}

.seatlessImageOverlay{
	position:relative;
}

.seatlessImageOverlay .seatlessImageOverlayCont{
	position: absolute;
	right: 40px;
	top: -221px;
	width: 200px;
	display: block;
	background: #fff;
	z-index: 30;
	min-height: 150px;
	border:2px solid #000;
}

.seatlessImageOverlay .seatlessImageOverlayCont .seatlessOverlayDate{
	border-bottom:2px solid #000;
}

.seatlessImageOverlay .seatlessImageOverlayCont .seatlessOverlayDate h2{
	font-size:20px;
	padding:10px;

}

.seatlessImageOverlay .seatlessImageOverlayCont .seatlessOverlayDescription{
	
}

.seatlessImageOverlay .seatlessImageOverlayCont .seatlessOverlayDescription p{
	text-align:left;
	padding:10px;
}

.showSelectSeatless
{
	margin:auto;
	display:block;
}

#bookseatlessbut{
	margin: 20px auto;
}

.terms{
    color:#555;
    font-size: 11px;
}

.custom-seatless-title{
    color: #000000;
    margin-bottom: 30px;
}

.seatlessTicketGroupInputs h2 {
     color: #000000;
 }