body {
	margin: 0;
	padding: 0;
	color: #333;
	font:normal 14px Arial;
	overflow-y:scroll;/*background:url("../IMG/Bg.jpg");*/
}
a:focus{
    text-decoration: none;
}
.flL {
	float:left;
}
.flR {
	float:right;
}
.flC {
	clear:both;
}
/********************************************************************
        Fliters
*********************************************************************/
div.Filters {
	background: #f1f1f1;
	color: #333333;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding-left:20px;
}
div.Filters > div {
	text-align:left;
}
div.Filters > div > div {
	/*padding: 5px;*/ float:left;
}
div.Filters span.Title {
	display: block;
}
div.Filters h3 {
	color: #333333;
	font-size: 22px;
	margin: 10px;
	font-weight: normal;
}
div.Filters h3 span {
	font-family: MetaBlack, "Trebuchet MS", sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FE6000;
}
div.Filters a.Buttons, #ZoneSelector, label.Custom, #Quantity, div.PriceDiv {
	/*border-right: 1px solid #DDD;
        border-left:1px solid #FFF;*/
        color: #000;
	cursor: pointer;
	display: inline-block;
	font: 12px Arial, sans-serif;
	/*padding: 10px 20px !important;*/ padding:4px 2px 12px 2px;
	text-decoration: none;
}
label.Custom.ui-state-active {
	background:#333;
	color: #FFF;
}
label.Custom {
	border-radius: 0px;
	float:left;
}
label.Custom > span {
	padding: 0 !important;
}
/********************************************************************
List and Map Containers
*********************************************************************/
DIV.TicketListContainer {
	float: left;
	min-height: 100px;
	position: relative;
	/*width: 450px;*/
	border:1px solid #c2c2c2;
	border-width:0px 1px 1px 0px;
}
DIV.TicketListContainer .stopclass + list-head{margin:122px 0 0 0;}
#TuMap {
	overflow: hidden;
	min-width: 300px;
	background:#FFF;
	padding:0;
	margin:0 auto;
	position: relative;
	width:100%;
	float:left;
}
div#GroupsContainer {
	position:absolute;
	top:-1000px;
	width:400px;
}
.tuMapControlsContainer{  bottom: 5px; display:none;
    left: 30%;}

div.tuMapPreferredFilter {
	display: none;
}

#TuMap .c_chart_text{text-align:center; margin:5px 0px; bottom: 6%;
    margin: 5px 0;
    text-align: center;}

#TuMap .ticket_avbl{margin: 5px 0;text-align:center;
    right: 0; z-index:2;}

/* Zone Selector*/
div.ZoneOverlay {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 4px 5px rgba(50, 50, 50, 0.5);
	padding: 7px;
}
/********************************************************************
Ticket List
*********************************************************************/
.TicketRow {
	padding: 5px 0;
	text-align: center;
	font-size:12px;
}
.TicketRow div.Ticket {
	/*background: none repeat scroll 0 0 #FFD8D8;*/
    border: 1px solid #d2d2d2;
	border-width:1px 1px 0px 1px;
	margin:0px 5px 0px 5px;
	text-align: left;
	padding:4px 5px 4px 30px;
}
/*.TicketRow div.Ticket div.TicketUpperSection {
    background: none repeat scroll 0 0 #FFF8DE;
    border-bottom: 1px solid #DDCC8B;
    box-shadow: 0 0 5px #DDCC8B inset;
    color: #333333;//
    background:#FFD8D8;
  border-bottom: 1px solid #DD7A7A;
  box-shadow: 0 0 5px #F5B3B3  inset;
  color: #000000;
    font: bold 13px Arial;
    padding: 4px 8px;
}*/
.TicketRow div.Ticket div.TicketLowerSection {
	padding: 2px 5px 2px 5px;
	/*min-height:50px;
    border-bottom:1px dashed #DDD;*/
    margin-bottom:2px;
}
div.TicketLowerSection div.RowSection {
	color: #333333;
	float: left;
	width: 30%;
	text-align:left;
	margin-left:5px;
}
span.tuMapNote {
	background:url("/IMG/info.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 17px;
	margin: 0 0 0 15px;
	width: 17px;
}
.TicketRow input[type="button"], .HideShowListButton {
	float: right;
	background:#ef3524;
	border: medium none;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #FFFFFF;
	cursor: pointer;
	font: bold 12px Trebuchet, "Trebuchet MS" !important;
	padding: 2px 7px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*.TicketRow input[type="button"]:hover, .HideShowListButton:hover {
        color: #000000;
        text-shadow: 0 0 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F76808', endColorstr='#FAB114');
        background: -webkit-gradient(linear, left top, left bottom, from(#F76808), to(#FAB114)); 
        background: -moz-linear-gradient(top, #F76808, #FAB114); 
    }*/
.TicketRow div.TicketBot {
	background: none repeat scroll 0 0 #E6E6E6;
	clear: both;
	padding: 0 5px;
	text-align: right;
}
.TicketRow span.eTicket {
	background: url("/IMG/e_ticket.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 11px;
	width: 20px;
	float:right;
	margin-right:5px;
	margin-top:3px;
}
.TicketRow div.TicketBot > * {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
/***********QuantitySelector***********/
div#Quantity {
/*margin: 10px 0 7px;*/
}
#ZoneSelector a > b, #Quantity a > b {
	background: url("/IMG/UpDownArrow.png") no-repeat scroll 0 -26px rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 7px;
	margin: 6px 0 0 10px;
	width: 10px;
}
#ZoneSelector.Active, #Quantity.Active {
	\*background: none repeat scroll 0 0 #FFFFFF;*\
	border-bottom: medium none;
	color: #000000;
}
#ZoneSelector.Active a > b, #Quantity.Active a > b {
	background-position: 0 0;
}
ul.QtySelector {
	margin: 0;
	padding: 0;
}
ul.QtySelector li {
	list-style: none outside none;
}
ul.QtySelector li a.Selected, ul.QtySelector li a.Selected {
	background-color: #000000 !important;
	color: #FFFFFF !important;
}
ul.QtySelector li a.Selected, ul.QtySelector li a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
ul.QtySelector li a {
	cursor: pointer;
	display: block;
	padding: 3px;
}
/*********************Price-Range Selector***************************/
div.PriceDiv {
    display: block;
    padding: 4px 16px;
    width: 100%;
}
div.PriceSlider {
	padding-top: 5px;
}
div#price-range {
	background: #c9c9c9;
	height: 8px;
	border:none;
}
div#price-range > div.ui-slider-range {
	background:#55aee9;
	height:10px;
	top:-2px;
}
div#price-range > a {
	width: 20px;
	height: 20px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	background: #fff;
	position: relative;
	display: inline-block;
	margin-left: -22px;
	border: 5px solid #45a6e6;
	outline:none;
	top:-7px;
}
/*div#price-range > a:after {
            content: "";
            position: absolute;
            border-bottom: 5px solid #fff;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            margin-top: -3px;
        }*/

div.PriceSlider .Marker {
	color: #444444;
	font-size: 8px;
	font-family: Verdana;
	margin: 20px 0 -22px;
	font-weight: normal;
	padding: 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #fff9c8;
	line-height: normal;
	visibility:hidden;
}
div#PreferdFilter {
/*margin: 0 0 0 -1px;*/
}
div#PreferdFilter span.Icon {
	margin-top: -1px;
}
span.Icon {
	background: url("/IMG/preferred.png") no-repeat 3px 0px;
	;
	display: inline-block;
	height: 16px;
	margin-right: 4px;
	vertical-align:middle;
	width: 16px;
}
#ZoneSelector {
	/*border-radius: 0px 4px 4px 0px;
    margin: 10px 0 7px;*/
     /*display: none;*/
	position: relative;
	z-index: 101;
}
.TicketLowerSection_wrapper {
	border:1px solid #d2d2d2;
	border-width:0px 1px 3px 1px;
	margin:0px 5px 0px 5px;
	padding:5px;
	padding-left:20px;
	min-height:44px;
}
.clear {
	clear:both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.blue_txt {
	color:#203a70;
	display: block;
}
.red_txt {
	color:#ef3524
}
.txt_14 {
	font-size:14px;
}
.txt_15 {
	font-size:14px;
}
.txt_16 {
	font-size:14px;
}
.txt_17 {
	font-size:14px;
}
.txt_18 {
	font-size:14px;
}
.top_header {
	width:100%;
	background:#203a70;
	color:#ffffff;
	height:42px;
	float:left;
}
.home_icon {
	padding:9px 9px;
	background:#112652;
	height: 42px;
	width: 38px;
	position: relative;
}
.home_icon img{
	margin:  0;
   	 width: 19px;
	top: 28%;
	position: absolute;
}

.top_header .line {
	float:left;
	padding:0;
	display:block;
	height:42px
}
.top_header .call{
	line-height:42px;
	padding-right: 15px;
}
.top_header .call i{
	font-size:20px;
	padding:13px 6px 0 0;
	float:left;
}
.top_header  .social{
	border-left: 1px solid #132853;
    box-shadow: -1px 0 0 0 #3a539b;
	line-height:42px;
	padding: 0 15px;
}
.header{padding-top:3px; padding-bottom:3px; float:left;}
.padding-right0{padding-right:0;}
/*label.error {
	margin-left: -222px !important;
	margin-top: 53px !important;
	position: absolute !important;
}*/
.main-container-box{width:100%; margin:0 auto; position:relative;}
.header .logo {
	float:left;
	width:100%;
	padding-top:12px;
	margin-bottom:15px;
}
.header .tournament_content {
	width:100%;
	padding:5px 2.5% 0 1.5%;
	margin:0 0 15px 0;
	line-height:18px;
	float:left;
	min-height:66px;
}
.header .tournament_content a {
	color:#ef3524;
	font-size: 15px;
    font-weight: bold;
}
.header .tournament_content a:hover{
    color:#c60808;
}
.header .tournament_content a.square-garden{
    color:#666;
    font-weight: normal;
}
.header .tournament_content a.square-garden:hover{
    color:#013673;
}
.header .tournament_content span {
	color:#666666;
	display:inline-block;
	padding-top:2px;
}
.sell_ticket {
	float: left;
	font-size: 13px;
	margin: 0 0 15px 0;
	min-height: 66px;
	padding: 0 2.5%;
	width: 100%;
	color:#666666;
    display:none;
}
#slidx-button {
	background-color: #fff;
	width:60px;
	padding: 10px 16px 9px;
	text-align:center;
	float:right;
    position:absolute !important;
}

#slidx-button img{width:28px;}
.slidx-menu {
	background-color: #203a70;
}     
.slidx-menu li a{
	color:#fff;
	padding:15px 15px 16px 15px;
    border-bottom:1px solid #0a1c46;
    font-weight:600;
    text-transform:uppercase;
	display:block;
}
.slidx-menu li a:hover {
	background-color: #fff;
	color:#203a70;
    text-decoration:none;
}
#slidx-button:hover {
	background-color: #ccc;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.logos {
	float:left;
	width:auto;
	text-align:right;
    display:none;
}
.logos > img {
    margin: 0 20px 0 0;
}
.report_prblm_btn {
	float:left;
	display:inline-block;
	text-decoration:none;
	background:#ef3524;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	color:#FFF;
	padding:10px 20px;
	margin-top:28px;
}
.report_prblm_btn:hover {
	text-decoration:none;
}
.quantity {
	width:20%;
}
.quantity select {
	padding:2px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
.minus {
	position: absolute;
	left: 8px;
	width: 20px;
	height: 91%;
	z-index:10;
	font-weight:bold;
	font-size:24px;
	line-height:22px;
	top:3px;
	text-align:center;
}
.minus span {
	position: absolute;
	top:40%;
	left:0px;
	right:0px;
	margin:0 auto;
}
/*.MapContainer .tuMapContainer div:first-of-type {
	top:0px !important;
}*/
/*====21apr2015====*/
.TicketRow a:hover {
	text-decoration:none;
}
.fleft {
	float:left;
}
.clear {
	clear:both;
}
.filter_wrap {
	background:#112652;
	border:1px solid #c2c2c2;
	border-width:1px 0px 1px 0px;
	float:left;
}
.filter_wrap_inner {
	width:97%;
	margin:auto;
	/*padding-bottom:15px;*/
}
.filter_wrap_inner.full{width:100%;}
.filter_wrap .filter_heading {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	float:left;
	line-height:38px;
}
.filter_wrap .filter_nav_wrap {
	float:right;
}
.filter_nav {
	font-family: arial;
	font-size: 12px;
}
.filter_nav ul {
	margin:0;
	padding:0;
}
.filter_nav ul li {
	width:50%;
	list-style:none;
	float:left;
	padding:0 5px;
	height:45px;
	line-height:42px;
}
.filter_nav ul li:first-of-type {
	border-left:none;
}
.filter_nav ul li:last-of-type {
	border-right:none;
	padding-right:0 /*40px*/;
}
.filter_nav ul li input {
	float: left;
    margin-right: 7px;
    position: relative;
    top: 0;
}

.filter_nav li a span {

    line-height: 19px;
}

.filter_nav ul li a {
	display:inline-block;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	background:#f3f4f5;
	box-shadow:0px 1px 4px 0px #b6b7b8 inset;
	-webkit-box-shadow:0px 1px 4px 0px #b6b7b8 inset;
	-moz-box-shadow:0px 1px 4px 0px #b6b7b8 inset;
	-ms-box-shadow:0px 1px 4px 0px #b6b7b8 inset;
	-o-box-shadow:0px 1px 4px 0px #b6b7b8 inset;
	color:#010101;
  padding: 2px 8px 2px 22px;
    width: 100%;
}
.filter_nav ul li a.active {
	background:#a9b2c4;
	box-shadow:0px 3px 8px 0px #9198a6 inset;
}
.filter_nav ul li a {
	text-decoration:none;
}
.zone-dropdown#ZoneSelector, #Quantity.quantity-dropdown {
	padding: 11px 0 0;
}
#Quantity.quantity-dropdown a, #ZoneSelector.zone-dropdown > a {
	padding: 3px 12px;
        margin-top: 1px;
}
.filter_nav ul li.disabled a

{
  background:#9c9c9c none repeat scroll 0 0;
  color:#333333
  
}
.filter_nav ul li.disabled a span{text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); color:#333333}

.btn_right a {
	display:inline-block;
	margin:0px;
	padding:14px 20px;
	text-transform:uppercase;
	background:#fafbfb;
	border-right:1px solid #d6d6d6;
	float:left;
	font-size:15px;
	text-decoration:none;
}
.btn_right a.reset_btn {
	background:#ef3524;
	color:#FFF;
}
.btn_right a:hover {
	text-decoration:none;
}
.eticket_section {
    float: left;
    padding:0 16px;
    text-align: right;
    width: 100%;
}
.eticket_section.second{text-align: center;}
.eticket_section.second .block1{
    display: inline-block;
    /*float: none;*/
}
.eticket_section input {
	position:relative;
	top:4px;
}
.depth_btn {
	float:right;
	background:linear-gradient(#c5c7c9, #f1f1f1);
	background:-webkit-linear-gradient(#c5c7c9, #f1f1f1);
	background:-moz-linear-gradient(#c5c7c9, #f1f1f1);
	background:-ms-linear-gradient(#c5c7c9, #f1f1f1);
	background:-o-linear-gradient(#c5c7c9, #f1f1f1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c5c7c9, endColorstr=#f1f1f1);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c5c7c9, endColorstr=#f1f1f1);
	padding:4px !important;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	margin:0px 3px;
}
.depth_btn a {
	display:inline-block;
	padding:3px 14px;
	text-align:center;
	border:1px solid #999;
	background:linear-gradient(#fefefe, #f1f2f2);
	background:-webkit-linear-gradient(#fefefe, #f1f2f2);
	background:-moz-linear-gradient(#fefefe, #f1f2f2);
	background:-ms-linear-gradient(#fefefe, #f1f2f2);
	background:-o-linear-gradient(#fefefe, #f1f2f2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#f1f2f2);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#f1f2f2);
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	font-size:12px;
}
.depth_btn a:hover {
	text-decoration:none;
}
/*====21apr2015====*/

/*===footer===*/
.footer_wrap {
	background:#f2f2f2;
	padding:20px 0px;
	font-family:'Calibri';
	margin-top:20px;
    display:none;
}
.footer_logos a {
	display:inline-block;
	margin:0px 10px 10px 0px;
}
.payment{
	margin:20px 0 0 0;
	padding:0;
	text-align:left;
}
.payment li{display:inline-block;}
.payment li img {
	border:1px solid #cacaca;
}
.footer_fb_wrap {
	background:#f8f8f8;
	padding:20px 0px;
	border-top:1px solid #e5e5e5;
    display:none;
}

.footer_fb_txt {
	font-size: 18px;
	color:#3a5795;
	text-transform:uppercase;
	font-weight:bold;
}
.footer_fb_txt span {
	display:block;
	font-size:13px;
	color:#505050;
	text-transform:none;
}
.footer_mid_wrapper {
	background:#203a70;
	padding:30px 0px 10px 0px;
	font-family:'Calibri';
    display:none;
     margin-top: 5px;
}
.ftr_nav_box {
	width:100%;
	margin-bottom:20px;
	float:left;
}
.ftr_premium_txt {
	width:100%;
	float:right;
	text-align:right;
	color:#FFF;
}
.ftr_nav_box .ftr_nav_heading {
	text-transform:uppercase;
	color:#d33535;
	font-size:15px;
	margin-bottom:5px;
	font-weight:bold;
}
.ftr_nav_box ul {
	margin:0px;
	padding:0px;
}
.ftr_nav_box ul li {
	list-style:none;
}
.ftr_nav_box ul li a {
	color:#cccccc;
	text-decoration:none;
	line-height:24px;
}
.newsletter {
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #333;
	color:#CCC;
	text-align:center;
	font-size:14px;
}
.newsletter_heading {
	font-size:15px;
	text-transform:uppercase;
	color:#FFF;
	margin:0px 40px 0px 10px;
}
.newsletter_text_box {
	padding:6px 10px;
	background:#000 url(/IMG/nwsltr_input_arw.png) no-repeat 95% 50%;
	border:none;
	margin:0px 0px 0px 20px;
	width:175px;
	padding-right:20px;
	color:#CCC;
}
.sign_up_btn {
	background: #D33535;
	color: #FFF;
	border: none;
	padding: 6px 12px;
}
.copyright_wrap {
	background:#203a70;
	padding:15px 0px;
	color:#ccc;
       display:none;
       border-top:1px solid #313131;
       margin-top:10px;
}
.copy-right-background{background:#203a70; float: left; width: 100%;}

.ftr_nav_box ul li a:hover, .ftr_nav_box ul li a:focus {
    color: #d33535;
}

/*===footer end===*/
.tips {
    display: inline-block;
    float: left;
    margin-left: -5px;
    margin-right: 5px;
    margin-top: 0;
    position: relative;
	width:100%;
}
.tips_arrow {
	position:absolute;
	left:-5px;
	top:4px;
}
.tips_close {
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}
.tips_wrap_heading {
	font-weight:bold;
	margin:0px 0px 5px 0px;
	font-size:13px;
}
.tips_box {
	margin:10px 0px;
}
.tips_box .tips_box_img {
	float:left;
	text-align:left;
	font-style:italic;
	color:#5aff48;
	line-height:20px;
	padding:10px 0px;
}
.IDT {
	padding-left: 34px;
    margin-top: -19px;
}
.tips_box .tips_box_txt {
	float:left;
	width:100%;
}
.tips_pref_tip{ margin-left:-10px;}
.eticket_section #ETicket {
	margin-right:5px; width:13px; float:left;
}
.fancybox-inner {
	width:610px;
}
#error-report ul {
	margin:0;
	padding:0;
}
#error-report ul li {
	list-style:none;
	padding:10px;
}
.eticket_section .block1 {
    float: left;
    padding-left: 30px;
}
.block1.block-new{ margin-left: 0; padding-top: 2px;}
.block1.block-new span{line-height: 17px;}
.block1.block-new a img{margin-top: 6px;}
.question-ic {
    float: left;
    margin-left: 5px;
    cursor: pointer; width:20px;

}
.Equestion-ic {
    float: right;
    margin-left: 5px;
    cursor: pointer;

}
.marT5{
   margin-top:5px;
}
.block1.e-ticket-col {
     margin-left: 12px;
}
.block1.refresh_btn {
    /*float: right;width: 82px;*/
}
.block1.refresh_btn a {
    background: #55aee9;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: arial;
    margin-right: 0;
    padding: 5px 6px;
    text-align: center;
}
.for-mobile.block1.refresh_btn a{width: 28px; margin-top:0px;}
.block1.refresh_btn span {
    float: left;
    margin: 1px 5px 0 0;
}
.list-head {
    display: block;
    list-style: outside none none;
    margin:  0;
    padding: 0 10px;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.stopclass .list-head{margin:  230px 0 0 0;}
.list-head > li {
    display: inline-block;
    padding: 8px 0;
    width: 19%;
    position: relative;
}
.list-head a {
    color: #000;
    font-family: arial;
    font-size: 15px;
}
.arrow-up {
    margin-left: 8px;
}
.arrow-down {
    margin-left: 8px;
}
.list-head li.list-head-section{
	width:30%;
	box-sizing:border-box;
}
.list-head li.list-head-row, .list-head li.list-head-qty {
	width:21%;
	box-sizing:border-box;
}
.list-head li.list-head-price {
	width:23%;
	box-sizing:border-box;
}

.ticket-panel {
    border: 1px solid #d8d8d8;
    display: block;
    float: left;
    margin: 0 1%;
    padding: 0;
    width: 98%;
}
.ticket-panel .info-ico{
    margin: 0 0 0 8px;
}
.seat-view-pic{background:#e9e9e9; padding:10px;}
.ticket-panel .content {
    float: left;
    width: 100%;
}


.ticket-panel .col-1 {
    float: left;
    width: 20%;
    text-align: left;
    word-wrap: break-word;
}
.second-row {
    display: block;
    float: left;
    margin: 20px 0;
    width: 50%;
}
.left-col {
    float: left;
}
.right-col {
    float: right;
}
/*.content.bottom-area {
    background: #fff none repeat scroll 0 0;
}*/
.content.top-area, .content.bottom-area {
    padding: 10px 15px 10px 15px;
     transition: all 1s;
}
.content.top-area {
    padding: 6px 7px;
}
.content.top-area{cursor:pointer;}
.content.top-area:hover, .content.top-area.active{ background: #e9e9e9;}
.ticket-panel .content .row-section{
	/*width:40%;*/
	width:70%;
	box-sizing:border-box;
}
.ticket-panel .content .row-row, .ticket-panel .content .row-qty, .ticket-panel .content .row-price{
	width:38%;
	box-sizing:border-box;
}
.ticket-panel .content .row-qty.second{
	width:auto;
	color:#333;
}
.ticket-panel .content .row-row, .ticket-panel .content .row-qty{
	text-align:left;
}
.ticket-panel .content .row-price{width:30%}
.ticket-panel .content .row-price.second{width:36%}

.list-head li.list-head-price{
text-align:right;}
.ticket-panel .content .row-row{
width:21%}

.ticket-panel .content .row-section{
	font-weight:bold;
	color:#333333;
        font-size: 11px;
        font-family: Arial,Helvetica,sans-serif;
}
.ticket-panel .content .row-row{
    color:#636363;
    text-align: left;
    width: auto;
    padding-right: 10px;
    line-height:normal;
    padding-left: 18px;
    font-weight: normal;
}
.ticket-panel .content .row-qty select{
	border:solid 1px #c4c4c4;
	border-radius:4px;
	padding:4px 7px;
}
.ticket-panel .content .second-row{
	margin: 10px 0px 0px 0px;
}

.ticket-panel .content .second-row .left-col span{
	color:#505050;
    padding-left:18px;
}
.guarantee{
    color:#203a70;
    font-size:12px;
    font-weight:600;
    text-align: left;
    padding:8px 0 0 15px;
}
span.note{
    color:#505050;
    font-size:12px;
    text-align: left;
    padding:5px 0 10px 0;
    display:block;
}
.ticket-panel .content .second-row .left-col span img{
	margin-right:5px;
}
.ticket-panel .content .second-row .right-col span img{
	margin-right:5px;
}
.ticket-panel .content .second-row .right-col span{
	color:#0b9444;
	font-style:italic;
	font-weight:bold
}
.ticket-panel .content.bottom-area p{
	margin:0px;
	color:#505050;
        font-family: tahoma;
        font-size: 12px;
}
.ticket-panel .content .row-price{
	text-align:right;
}
.row-price #price{
	background-color:#ef3524;
	color:#fff;
	padding:6px 10px 4px;
	border-radius:3px;
	display:inline-block;       
       text-align:center;
       font-size: 13px;
}
.ticket-panel .ticket-price{
    color:#000;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
}
.e-ticket{
    color:#0b9444;
    font-size:12px;
    font-style:italic;
    font-weight:600;
    padding:5px 0 0 0;
}
/* 19 Nov */
.view-btn{
    width:100%;
    text-align:center;
    float:left;
}
.view-btn a{
    background: #55aee9;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: arial;
    margin-right: 4px;
    padding: 8px 12px;
    text-align: center
 }
#TuMap  .c_chart_text.none{display:none;}
 /* 19 Nov */
 
 /* 23 Nov */
.display-date-text{margin:0 0 0;}
.display-date-text .information{
    font-size:12px;
}
.display-date-text .information p{margin-bottom:5px;}
 /* 23 Nov */
.for-desktop{display:none;}
.for-mobile{margin:5px 0 0 0;}
@media screen and (max-width: 480px) {

.expandColapseTab{display:block; height:22px;position: relative; top: 0px;background-color: #D3D3D3;}
DIV.TicketListContainer{ border: 0 solid #c2c2c2;}
.filter_wrap{ border: 0 solid #c2c2c2; background: #203a70;}
.h-line {
    background: #cccccc none repeat scroll 0 0;
    border-bottom: 1px solid #000000;
    float: left;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 99;
}
.expnd_clps_tab{cursor:pointer}
.expnd_clps_tab strong{ font-size: 13px; font-weight: bold;}
.tips_wrap {
	position:absolute;
	left:0;
	top:0px;
	bottom:0;
	right:0;
	margin:0 auto;
	background:url(/IMG/tips_bg.png) repeat left top;
	width:100%;
	padding:10px;
	color:#FFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	margin-left:5px;
	font-size:12px;
	z-index:1;
	text-align:left;
	height:246px;
	overflow:auto;
}
#ListContainer {
    width: 100%;
}
}
.show_hide_search_details{cursor:pointer}
#ZoneSelector{width:100%; z-index:9}

#overlay{
        opacity : 0.4;
         position:absolute;
         top: 0;
         left: 0;
         background-color: #000;
         width: 100%;
         z-index: 5000;
         display:none;
}


.no-events-available {
    float: left;
    padding: 42px 0 0;
    text-align: center;
    width: 100%;
}

.no-events-available p, .no-events-available h3 {
    padding: 23px 0 20px;
}

.no-events-available p, .no-events-available h3 {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-align:center;
    padding: 23px 10px 20px;
    text-transform: uppercase;
}

.no-events-available h3 {
    padding: 0 0 22px;
}

.no-events-available .reset.new-home {
    background: #55aee9 url("/images/home_icon.png") no-repeat scroll center center;
    border-radius: 5px;
    display: block;
    height: 35px;
    margin: 0 auto 30px;
    width: 36px;
}

#list_loader {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.btn_right a.guarantee {
    display: inline-block;
    margin: 0px;
    padding: 0;
    text-transform: none;
    background: transparent;
    border-right: none;
    float: none;
    font-size: unset;
    text-decoration: none;
	color: darkblue;
}
