/* Header */

.ticket_container header {
	padding-bottom:18px;
}
.ticket_container .adds {
	padding:91px 0 0;
}
/* Header Ends Here */
.bt_content_wrapper {
	background:#150101;
	float:left;
	margin-left:20px;
	padding:15px 0px 10px;
}
.mar0 {
	margin-left:0px;
}
/* Left Section Starts Here */
.ticket_left_section {
	padding-left:15px;
}
.policy_links a {
	border:1px solid #c3abab;
	text-align:center;
	display:block;
	font-size:16px;
	color:#fff;
	margin:10px 0px;
	padding:10px 5px;
	transition:all ease .3s;
	-webkit-transition:all ease .3s;
}
.policy_links a:hover,.policy_links a:focus,.policy_links a:active {
	background:#4B0504;
}
.policy_links a:hover {
	text-decoration:none;
}
.invisible_panel{
		display:none;
	}
/* Left Section Ends Here */
/* Middle Section Starts Here */
.custom_breadcrumb {
	color:#fff;
	font-family:"Open Sans Semibold";
	font-size:13px;
	padding: 0px 0 10px;
}
.custom_breadcrumb .active {
	color:#fff601;
}
.step_section {
	border:1px solid #938c8c;
	padding:15px;
	color:#000;
	font-size:15px;
}
.section_title {
	font-family:"Open Sans Semibold";
	font-size:16px;
	padding-bottom:7px;
}
.additional_info {
	font-size:13px;
	line-height:18px;
	font-style:italic;
}
.show_selection {
	padding-top:8px;
}
.show_selection select {
	border-radius: 0;
	margin-bottom: 4px;
	width: 100%;
}
.button_panel {
	padding-top:10px;
}
.button_panel span {
	margin-right:10px;
}
.button_panel input[type="button"],.button_panel input[type="submit"],.next_step {
	padding:7px 18px;
	border:none;
	outline:none;
	color:#fff;
	border:1px solid;
	transition:all ease .3s;
	-webkit-transition:all ease .3s;
}
a.next_step{
	color:#fff;
	text-decoration:none;
	
}
.next_step{
	background:#017b1e;
	border-color:#015e17 !important;
	
}
.button_panel .next_step.big_next{
	padding:7px 13%
}
.button_panel input[type="button"].previous{
	background:none;
	border:1px solid #fff;
	opacity:0.6;
}
.button_panel input[type="button"].previous:hover{
	opacity:1;
}
.button_panel .next_step:hover,.button_panel .next_step:focus,.button_panel .next_step:active,.button_panel .next_step:hover,.button_panel .next_step:active,.button_panel .next_step:focus,.next_step:hover{
	background-color: #47A447;
    border-color: #398439;
}
.button_panel .cancel_ticket {
	background:#8c0f0f;
	border-color:#5f0202 !important;
}
.button_panel .cancel_ticket:hover,.button_panel .cancel_ticket:focus,.button_panel .cancel_ticket:active{
	background-color: #D2322D;
    border-color: #AC2925;
}
/* Middle Section Ends Here */
/* Table */
.registerPasswordForm {
	background-color: #ffffff;
	padding: 10px 0;
}
#ticket_table_wrapper {
	width: 98%;
	margin-left: 15px;
}
.registerPasswordForm h2 {
	margin-left: 14px;
	margin-bottom: 10px;
}
#ticket_table_length select {
	width: 200px;
}
#ticket_table_length {
	padding: 10px 0;
}
.fg-toolbar.ui-toolbar.ui-widget-header.ui-corner-bl.ui-corner-br.ui-helper-clearfix {
	padding: 10px 0;
}
.DataTables_sort_wrapper {
	text-align: center;
}
#ticket_table td {
    font-size: 16px;
    padding: 7px 0;
}
#ticket_table_first {
	margin-right: 5px;
	cursor: pointer;
	/* margin-top: 5px; */
}
#ticket_table_previous {
	margin-right: 5px;
	cursor: pointer;
}
#ticket_table_next {
    margin-right: 5px;
    cursor: pointer;
    margin-left: 5px;
}
#ticket_table_last {
	cursor: pointer;
}
/* notification area */
.info_note {
	background:#f8ecbb;
	border:1px solid #5f0208;
	text-align:center;
	padding:30px 10px 15px;
	margin-right:16px;
}
.info_note strong {
	font-weight:normal;
	color:#8c050d;
	font-family:"Open Sans Semibold";
	line-height:25px;
}
.info_note p {
	font-size:13px;
	color:#450301;
	line-height:24px;
	margin-top:23px;
}
/* Footer */
.ticket_footer_wrapper {
	background:#150101;
	padding:15px 0;
}
.ticket_footer_wrapper ul {
	list-style:none;
}
.ticket_footer_wrapper ul li {
	float:left;
	width:30%;
}
.copy_right {
	font-size:13px;
	line-height:23px;
	color:#ffa838;
	padding-top: 2%;
	text-align: center;
	width: 50% !important;
}
/* Footer Ends Here */
/* Step 2*/
.select_quantity{
	padding-top:7px;
}
.select_quantity table,.order_details {
	background:#ddd2d2;
	border-spacing:1px;
	border-collapse: separate;
	width:100%;
}
.select_quantity table tr td,.order_details tr td{
	padding:5px;
	background:#248BAE;
}
.select_quantity table tr td select{
	width:60px;
	border-radius:0px;
	margin-bottom:0px;
}
.select_quantity table tr td.bold,.order_details tr td.bold{
	color:#FFF601;
	font-weight:600;
	width: 128px;
}

.step_section .clearfix  span {
    float: left;
    margin-right: 8px;
}

/* login */
.login_existing,.new_customer_login{
	display:none;
}

/* Billing Info */
    .billing_address input[type="text"], .billing_address select, .login_existing input[type="password"], .login_existing input[type="text"], .new_customer_login input[type="text"], .new_customer_login select {
        float: left;
        width: 80%;
        padding: 5px;
        border: solid 1px #ccc;
        height: 35px;
        font-size: 16px;
        border-radius: 10px;
    }
.form-login label {
	display: block;
}
.step_section label {
    display: block;
}
.billing_address label,.new_customer_login label{
	 font-size: 15px;
}
.billing_address .form-inline input[type="text"],.billing_address .form-inline select{
	width:44.5%;
}
/*.billing_address .form-inline input[type="text"]{
	
}*/
.billing_address .form-inline label{
	width:100%;
}
input.promocode_field{
	width:93% !important;
	margin-bottom:0px !important;
	font-size:12px;
}
.billing_details{
	padding-right:15px;
}
.modal-body{
	overflow-x:hidden;
}
.custom_modal #myModalLabel{
	font-size:19px;
}
.custom_modal p{
	font-size:13px;
	text-align:justify;
}
.purchase_buttons .button_panel input[type="button"], .button_panel input[type="submit"], .next_step{
	padding:7px 15px;
}
.purchase_buttons .button_panel{
	padding-top:0px
}
.purchase_buttons .button_panel .previous{
	background:#150101 !important;
}
/* Print Ticket section */
.print_ticket{
	color:#fff;
	padding:10px;
}
.ticket {
    padding-top: 10px;
}
.print_section {
	border-bottom:1px solid #938C8C;
	padding-bottom:10px;
}
.print_section .section_title{
	font-size:25px;
	font-weight:600;
	text-align:left;
	line-height:30px;
}
.step_title{
	font-size:18px;
	padding:10px 0;
}
.padd23{
	padding-top:23px;
}
.medium_size{
	font-size:14px;
	padding-bottom:10px;
}
.print-step-list{
	list-style:disc;
	margin-left:40px;
}
a:hover{
	text-decoration:none;
}
.notification{
	font-size:13px;
	color:yellow;
	margin:0 10px;
	padding:5px 10px;
	border:1px solid yellow;
}
/* Print Ticket Section Ends Here */

/* code added by Sahil */

.login-register .login_existing, .new_customer_login{
    display:block;
    background: none repeat scroll 0 0 #fff;
}


    .login-register .login_existing input[type="text"], .login-register .login_existing input[type="password"]{
    width:49%;
    }

    .login-register .login_existing .span6 {
     margin-left:0px;
    }

.login-register
{
    background: none repeat scroll 0 0 #fff;
}

    .login-register .step_section {
    border:none;
    }
.form-login .step_section input[type="password"] {
width:80%;
border-radius: 0;
padding: 0 4px;
}

.body .step_section input[type="password"] {
    float: left;
    width: 80%;
    padding: 5px;
    border: solid 1px #ccc;
    height: 35px;
    font-size: 16px;
    border-radius: 10px;
}

/* code  added 23 sep*/
 .upcoming_show_list li .get_responsive_button1 a {
 /*background:url(/Images/New_Button/Get_ticket_new.png);*/
}


/*.upcoming_show_list li .get_ticket a {
    background: url("/Images/New_Button/red_button.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    padding-top: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
}*/

.HideMember {
    display: none;
}



.label.label-success > img {
    width: 100%;
}

.hidebackground {
 background:none !important;
 padding:0px !important;
}


.hideCopyright{
    display:none;
}

.button_panel.signin {
    margin-left: 15px;
}
.image-cropper { 
    height: 72px;
    overflow: hidden;
    width: 120px; 
  /*width: 106px;
 
  overflow: hidden;
  border: 1px red solid;*/
}

.centered {
width: 100%;
}

.hidespengane{
    display:none;
}
