.small {
    font-size: 10px;
    font-weight: lighter;
    overflow: hidden;
}
hr {
    border: 0;
    height: 1px;
    background-color: transparent;
    /* background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), <%=border%>, rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), <%=border%>, rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), <%=border%>, rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), <%=border%>, rgba(0,0,0,0)); */ 
}
#subForm{
    background-color:#fff;
}
.profile-style{
	width: 50%; 
	margin-bottom: 15px;
}
.profile-style .input-group-addon{
	font-size: 12px;
}
.profile-style select{
	line-height: 2;
}
/* new chages start */
.groupTickets .left-first-space {
	padding-left:30px;
    /* padding-left: 5px;
    margin-left: -8px; */ 
}
i.fa-plus-square,
i.fa-minus-square {
    cursor: pointer;
}
.cut {
    text-decoration: line-through;
    color: #a94442;
    font-size: .95em;
}
.cutname {
    text-decoration: line-through;
}
@media print {
	div.for-print-footer {
	    position: fixed;
	    bottom: 0;
	}
}
/* popup close top button start */
#close-top{
    margin: 0px;
}
.modal-no-bottom{
    border: 0px;
}
/* popup close top button end */
/* text-box title start */
.animate-show,
.animate-hide {
  -webkit-transition:all linear 1s;
  -moz-transition:all linear 1s;
  -ms-transition:all linear 1s;
  -o-transition:all linear 1s;
  transition:all linear 1s;
}
.animate-show.ng-hide-remove,
.animate-hide.ng-hide-add.ng-hide-add-active {
	opacity: 0;
	display: block !important;
}
.animate-hide.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
	opacity: 1;
	display: block !important;
}
.question-title{
	#font-weight: bold;
}
/* text-box title end */
/* confirmation page ticket start */
.no-padding-th th{
    padding: 0px !important
}
.no-padding-td td{
    padding: 10px 0px !important
}
/* confirmation page ticket end */
/* group ticket title start */
.form-control{
	height: 30px;
    #border-radius: 0px;
}
.content-header{
    font-family: Montserrat ultra Light;
    text-transform: uppercase;
}
.header-padding{
	margin-bottom: 15px;
}
.sub-module{
	#border-left: 4px solid #ddd;
    padding: 0px 40px 0px 40px;
    #border-right: 4px solid #ddd;
}
.active .grand-total{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
#no-bottom .modal-footer{
    border: 0px;
    text-align: center;
    padding-top: 0px;
}
#no-bottom .modal-header{
    border-bottom: 0px;
    padding-bottom: 0px;
}
/* For top menu start */
.test-arrow> ul {
    width:100%;
    text-align: center;
    font-size: 14px;
} 
.test-arrow> ul li {
    display: inline-block;
	height: 35px;
    line-height: 35px;
    width: 25%;
   # margin: 0 -3px 0 -2px !important;
     margin:0 -2px 0 -3px !important;
    #text-indent: 15px;
    position: relative;
    border:0px solid #FFFFFF;
    #margin: 0 -2px 0px 0 !important;
}
.test-arrow> ul li:before {
    border-style:solid;
    border-width: 18px 0 17px 18px;
    content: " ";
    height: 0;
    left: 0px;
    position: absolute;
    width: 0;
    z-index: 0
}
.test-arrow ul{
    margin-bottom:0px !important;
    padding:0px 0px 0px 0px;
}
.test-arrow> ul li:first-child:before {
    border-color: transparent;
}
.alert {
    padding: 5px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.test-arrow> ul li a:after {
    border-style: solid;
    border-width: 18px 1px 17px 18px;
    content: " ";
    height: 0;
    position: absolute;
    right: -16px;
    width: 0;
    z-index: 10;
    top: 0px;
}
.margin-right-left {
    margin: 0px -18px 0px -17px;
}
.test-arrow > ul {
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.test-arrow> ul li.active a {
    z-index: 100;
}
.test-arrow> ul li a {
    display: block;
    border-top: 0px;
    border-left: 0px;
    border-right:transparent;
}
.test-arrow> ul li a:hover {
    #background: red;
}
.test-arrow> ul li a:hover:after {
	#border-color: transparent transparent transparent red; 
}
.test-arrow > ul li a:last-child :after{
	border-color:transparent;
}
.test-arrow li:last-child a::after,
.test-arrow li:last-child a::before{
    content: none;
}
.steps-icon{
    font-size: 18px !important;
    position: relative;
    top: 8px;
}
ul > li> a{
    height: 35px;
}
#frame  ul li{
	margin: 0 -1px 0 -3px !important;
}
@media only screen and (max-width : 1648px) {
	.steps-icon{
	    display:none;
	}
}
@media only screen and (max-width : 1424px) {
	.steps-icon{
    	display:none;
	}
}
@media only screen and (max-width : 1200px) {
	.steps-icon{
    	display:none;
   	}
}
@media only screen and (max-width : 992px) {
	.steps-icon{
	    display:none;
	}
}
@media only screen and (max-width : 768px) {
	.hide-on-small{
		#display:none;
		#font-size:10px;
	}
	.steps-icon{
		display:none;
	}
	.groupTickets .left-second-space{
		padding-left: 30px
	}
}
@media only screen and (max-width : 540px) {
	.hide-on-small{
    	display:none;
   	}
   	.steps-icon{
   		display:block;
    	font-size:16px;
   	}
   	.groupTickets .left-second-space{
		padding-left: 30px
	}
}
@media only screen and (max-width : 480px) {
	.hide-on-small{
		display:none;
	}
   	.steps-icon{
    	display:block;
    	font-size:18px;
   	}
   	.profile-style{
		width: 90%;
	}
	.groupTickets .left-second-space{
		padding-left: 30px
	}
}
@media only screen and (max-width : 320px) {
	.hide-on-small{
		display:none;
	}
	.steps-icon{
		display:block;
		font-size:18px;
	}
	.profile-style{
		width: 90%;
	}
	.groupTickets .left-second-space{
		padding-left: 30px
	}
}
/* For top menu end */
.date-btn{
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    line-height: 30px;
    margin: 10px;
    padding: 5px 0;
}
.date-btn-active{
	border:1px solid #ddd;
	background-color: #f5f5f5;
	color:#000;
}
.date-btn:hover, .date-btn:active,.date-btn:focus{
	border:1px solid #ddd;
	background-color: #f5f5f5;
	color:#000;
}
.date-btn:hover:active:focus{border:1px solid #ddd;
	background-color: #f5f5f5;
}
.alert-warning{
	background-color: #f3f6fa;
}
@media only screen and (max-width: 500px) {
   #tkt_rec_dates .col-xs-6{
   		width:100% !important;
   }   
}
.btn{
	border-radius: 0px;
	text-transform: uppercase;
	font-family: Montserrat Light;
}
.global-btn{
	font-family: Montserrat Light;
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;	
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    font-size: 12px;
    padding: 16px 36px;
}
.global-btn:hover,
.global-btn:focus,
.global-btn:active,
.global-btn.active{
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.global-btn[disabled]{
	background-color: #5388C4;
    border-color: #386ba4;
}
.btn-font{
    font-size: 12px;
    color: #fff !important;
    background-color: #428bca ;
    border-color: #357ebd;
    box-shadow:0px;
    font-family: Montserrat Light;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.btn-font:HOVER,
.btn-font:active,
.btn-font:focus,
.btn-font.active {
	background-color: #3276b1;
    border-color: #285e8e;
	color: #fff;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.btn-font-gray{
    font-size: 12px;
    color:#666 !important;
    border: 1px solid #ddd;
    background-color: #F5F5F5;
    box-shadow:0px;
    transition: all 0.5s;
}
.btn-font-gray:HOVER,
.btn-font-gray:active,
.btn-font-gray:focus,
.btn-font-gray.active {
	background-color: #ddd;
	color:#666 !important;
	border: 1px solid #ddd;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: all 0.5s;
}
@media only screen and (max-width : 768px) {
.global-btn{padding: 16px 36px; font-size: 10px;}
} 
@media only screen and (max-width : 540px) {
.global-btn{padding: 16px 36px; font-size: 10px;}
} 
@media only screen and (max-width : 480px) {
.global-btn{padding: 16px 36px; font-size: 10px;}
} 
@media only screen and (max-width : 320px) {
.global-btn{padding: 9px 10px; font-size: 10px;}
} 
.active-btn{
	background-color: #ddd;
	color:#666 !important;
	border: 1px solid #ddd;
}
.rec-date-block{
	width: 100%;
	#height: 174px;
	overflow: auto;	
}
.event-btn{
	cursor:pointer;
	text-transform: none;
	font-family: Muli-Regular;
	padding: 14px;
	width:100%;
}
/* start payment */
.arrow_box {
	position: relative;
	padding: 10px;	
}
.arrow_box:after, .arrow_box:before, .arrow-side1:after, .arrow-side1:before, .arrow-side2:after, .arrow-side2:before, .arrow-side3:after, .arrow-side3:before, .arrow-side4:after, .arrow-side4:before, .arrow-side5:after, .arrow-side5:before, .arrow-side6:after, .arrow-side6:before, .arrow-side7:after, .arrow-side7:before, .arrow-side8:after, .arrow-side8:before , .arrow-side9:after, .arrow-side9:before{
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow-side, .arrow-side1, .arrow-side2, .arrow-side3, .arrow-side4, .arrow-side5, .arrow-side6, .arrow-side7, .arrow-side8, .arrow-side9 {
	position: relative;
	padding: 10px;	
}
.arrow-side3 {padding: 25px;}
.arrow-side:after, .arrow-side:before{top: 45%;}
.arrow-side1:after, .arrow-side1:before{top: 32%;}
.arrow-side2:after, .arrow-side2:before{top: 22%;}
.arrow-side3:after, .arrow-side3:before{top: 65%;}
.arrow-side4:after, .arrow-side4:before{top: 54%;}
.arrow-side5:after, .arrow-side5:before{top: 38%;}
.arrow-side6:after, .arrow-side6:before{top: 20%;}
.arrow-side7:after, .arrow-side7:before{top: 16%;}
.arrow-side8:after, .arrow-side8:before{top: 30%;}
.arrow-side9:after, .arrow-side9:before{top: 25%;}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 33px;
	margin-top: -33px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 36px;
	margin-top: -36px;
}
@media only screen and (max-width : 768px) {
	.arrow_box {
		margin-top: 35px;
	}
	.arrow-side, .arrow-side1, .arrow-side2 {
		padding: 10px;	
	}
	.arrow_box:after, .arrow_box:before {
		bottom: 100%;
		left: 50%;
		top: -15%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow-side1:after, .arrow-side1:before, .arrow-side2:after, .arrow-side2:before  {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow_box:after {
		border-color: rgba(255, 255, 255, 0);
		border-width: 33px;
		margin-left: -33px;
	}
	.arrow_box:before {
		border-color: rgba(221, 221, 221, 0);
		border-width: 34px;
		margin-left: -34px;
	}
	.arrow_box::after, .arrow_box::before{
		top: -22% !important;
	}
	.arrow-side1:after, .arrow-side1:before{
		top: -15% !important;
	}
	.arrow-side2:after, .arrow-side2:before{
		top: -11% !important;
	}
	.arrow-side3:after, .arrow-side3:before{
		top: -20% !important;
	}
	.arrow-side4:after, .arrow-side4:before{
		top: -15% !important;
	}
	.arrow-side5:after, .arrow-side5:before{
		top: -11% !important;
	}
	.arrow-side6:after, .arrow-side6:before{
		top: -8% !important;
	}
	.arrow-side7:after, .arrow-side7:before{
		top: -7% !important;
	}
	.arrow-side8:after, .arrow-side8:before{
		top: -8% !important;
	}
	.arrow-side9:after, .arrow-side9:before{
		top: -7% !important;
	}
	.arrow_box:after {
		border-right-color: transparent !important;
	}
	.arrow_box:before {
		border-right-color: transparent !important;
	}
}

@media only screen and (max-width : 540px) {
	.arrow_box {
		margin-top: 35px;
	}
	.arrow-side, .arrow-side1 .arrow-side2 {
		padding: 10px;	
	}
	.arrow_box:after, .arrow_box:before {
		bottom: 100%;
		left: 50%;
		top: -20%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow-side1:after, .arrow-side1:before {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow-side2:after, .arrow-side2:before {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow_box:after {
		border-color: rgba(255, 255, 255, 0);
		border-width: 33px;
		margin-left: -33px;
	}
	.arrow_box:before {
		border-color: rgba(221, 221, 221, 0);
		border-width: 33px;
		margin-left: -33px;
	}
	.arrow-side:after, .arrow-side:before{
		top: -21% !important; 
	}
	.arrow-side1:after, .arrow-side1:before{
		top: -15%;
	}
	.arrow-side2:after, .arrow-side2:before{
		top: -11%;
	}
	.arrow-side3:after, .arrow-side3:before{
		top: -18% !important;
	}
	.arrow-side4:after, .arrow-side4:before{
		top: -15% !important;
	}
	.arrow-side5:after, .arrow-side5:before{
		top: -11% !important;
	}
	.arrow-side6:after, .arrow-side6:before{
		top: -8% !important;
	}
	.arrow-side7:after, .arrow-side7:before{
		top: -6% !important;
	}
	.arrow-side8:after, .arrow-side8:before{
		top: -8% !important;
	}
	.arrow-side9:after, .arrow-side9:before{
		top: -6% !important;
	}
	.arrow_box:after {
		border-right-color: transparent !important;
	}
	.arrow_box:before {
		border-right-color: transparent !important;
	}
}

@media only screen and (max-width : 480px) {
	.arrow_box {
		margin-top: 35px;
	}
	.arrow-side, .arrow-side1, .arrow-side2 {
		padding: 10px;	
	}
	.arrow_box:after, .arrow_box:before {
		bottom: 100%;
		left: 50%;
		top: -17%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow-side1:after, .arrow-side1:before {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow-side2:after, .arrow-side2:before {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow_box:after {
		border-color: rgba(255, 255, 255, 0);
		border-width: 33px;
		margin-left: -33px;
	}
	.arrow_box:before {
		border-color: rgba(221, 221, 221, 0);
		border-width: 33px;
		margin-left: -33px;
	}
	.arrow-side:after, .arrow-side:before{
		top: -19% !important; 
	}
	.arrow-side1:after, .arrow-side1:before{
		top: -14% !important; 
	}
	.arrow-side2:after, .arrow-side2:before{
		top: -10% !important; 
	}
	.arrow-side3:after, .arrow-side3:before{
		top: -16% !important;
	}
	.arrow-side4:after, .arrow-side4:before{
		top: -14% !important;
	}
	.arrow-side5:after, .arrow-side5:before{
		top: -10% !important;
	}
	.arrow-side6:after, .arrow-side6:before{
		top: -8% !important;
	}
	.arrow-side7:after, .arrow-side7:before{
		top: -6% !important;
	}
	.arrow-side8:after, .arrow-side8:before{
		top: -8% !important;
	}
	.arrow-side9:after, .arrow-side9:before{
		top: -6% !important;
	}
	.arrow_box:after {
		border-right-color: transparent !important;
	}
	.arrow_box:before {
		border-right-color: transparent !important;
	}
}

@media only screen and (max-width : 320px) {
	.arrow_box {
		margin-top: 35px;
	}
	.arrow-side, .arrow-side1, .arrow-side2 {
		padding: 10px;	
	}
	.arrow_box:after, .arrow_box:before {
		bottom: 100%;
		left: 50%;
		top: -16%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow-side2:after, .arrow-side2:before {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow-side1:after, .arrow-side1:before {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	#paymentSummary {
		padding:0px;
	}
	.arrow_box:after {
		border-color: rgba(255, 255, 255, 0);
		border-width: 33px;
		margin-left: -33px;
	}
	.arrow_box:before {
		border-color: rgba(221, 221, 221, 0);
		border-width: 33px;
		margin-left: -33px;
	}
	.arrow-side:after, .arrow-side:before{
		top: -18% !important; 
	}
	.arrow-side2:after, .arrow-side2:before{
		top: -9% !important; 
	}
	.arrow-side3:after, .arrow-side3:before{
		top: -16% !important;
	}
	.arrow-side4:after, .arrow-side4:before{
		top: -14% !important;
	}
	.arrow-side5:after, .arrow-side5:before{
		top: -10% !important;
	}
	.arrow-side6:after, .arrow-side6:before{
		top: -8% !important;
	}
	.arrow-side7:after, .arrow-side7:before{
		top: -6% !important;
	}
	.arrow-side8:after, .arrow-side8:before{
		top: -8% !important;
	}
	.arrow-side9:after, .arrow-side9:before{
		top: -6% !important;
	}
	.arrow_box:after {
		border-right-color: transparent !important;
	}
	.arrow_box:before {
		border-right-color: transparent !important;
	}
}
#seatingTable img{
	vertical-align: baseline;
}