.bg-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cinema-bg-image {
	background-size: contain;
}

.seats-wr {
	height: calc(100vh  - 90px);
}
.stage-wr {
	height: calc(100vh - 9rem);
	overflow: hidden;
	position: relative;
}
.stage-wr > .col-md-12{
	padding-left: 0;
	padding-right: 0;
}
.zoom-in-out {
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 1;
}
.stage-prices {
	position: absolute;
	min-width: 190px;
	min-height: 20px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0 11px 17px 0 rgba(193, 193, 193, 0.2);
	right: 65px;
	-webkit-transition: top 400ms ease;
	-moz-transition: top 400ms ease;
	-o-transition: top 400ms ease;
	transition: top 400ms ease;
}
.stage-prices ul {
	list-style: none;
	margin-bottom: 0;
	overflow-y: auto;
	max-height: 60vh;
}
.stage-prices ul li {
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #3c3b3b;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #e9e9e9;
}
.stage-prices ul li:hover {
	background-color: #f2f2f2;
}
.stage-prices ul li.active {
	background-color: #f2f2f2;
}
.stage-prices ul li:last-child {
	border-bottom: none;
}
.stage-nav {
	list-style: none;
}
.stage-nav li {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: #ffffff;
	box-shadow: 0 11px 17px 0 rgba(193, 193, 193, 0.2);
	cursor: pointer;
	background-size: 18px;
}
.choose-seat {
	background-image: url("../images/icons/all-events.svg");
	background-size: 32px !important;
}
.active-stage-prices {
	background-image: url("../images/icons/letter-x.svg") !important;
	background-size: 18px !important;
}
.zoom-in {
	background-image: url("../images/icons/plus.svg");
	margin-top: 15px;
	margin-bottom: 15px;
}
.zoom-out {
	background-image: url("../images/icons/minus.svg");
	margin-bottom: 15px;
}
.reset-zoom {
	background-image: url("../images/icons/collapse-two-arrows-diagonal-symbol.svg");
	margin-bottom: 15px;
}
.stage-right-bar {
	height: 100%;
	width: 400px;
	float: right;
	background-color: #fafafa;
	border-left: 2px solid #e9e9e9;
	overflow-y: auto;
	position: relative;
}
.stage-container {
	width: calc(100% - 400px);
	float: left;
}
.stage-draggable {
	top: 0;
	height: 100%;
	display: block;
	margin: auto;
	transform: scale(1,1);
}
.stage-transition {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.colorful-dot {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	display: block;
	background-color: #6f68fa;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.stage-price {
	float: right;
}
.time-left, .time-left-mob {
	width: 100%;
	min-height: 55px;
	background-color: #ffffff;
	margin-bottom: 5px;
	padding-top: 18px;
	padding-left: 22px;
}
.seats-clock, .movies-seats-clock {
	font-size: 15px;
	letter-spacing: 0.3px;
	text-align: left;
	color: #fb4667;
	padding-left: 30px;
	background-image: url("../images/icons/clock.svg");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left center;
	min-width: 80px;
	height: 20px;
	display: inline-block;
}
.time-left.disabled > *{
	display: none;
}
.seats-time-left {
	font-size: 12px;
	text-align: left;
	color: #3c3b3b;
	margin-left: 20px;
	position: absolute;
	top: 20px;
	left: 105px;
}

.time-left-mob {
	display: none;
}
.seats-event-description {
	width: 100%;
	background-color: #ffffff;
	padding: 20px 48px 30px 20px;
	border-bottom: 2px solid #e9e9e9;
}
.seats-event-description h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #3c3b3b;
	margin-top: 0;
	margin-bottom: 15px;
}
.seats-event-by {
	font-size: 12px;
	letter-spacing: 0.3px;
	text-align: left;
	color: #9a9a9a;
	display: block;
}
.seats-event-by strong {
	font-size: 13px;
	font-weight: bold;
	color: #3c3b3b;
}
.seats-event-address {
	display: block;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.3px;
	text-align: left;
	color: #9a9a9a;
	padding-left: 16px;
	background-image: url("../images/icons/pin.svg");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: left center;
}
.chosen-seats-card {
	text-transform: capitalize;
	background-color: #ffffff;
	min-height: 65px;
	border-bottom: 2px solid #e9e9e9;
	padding: 20px 22px;
	font-size: 16px;
	text-align: left;
	color: #3c3b3b;
	position: relative;
}
.chosen-seats-card::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #602bf9;
}
.chosen-seats-card table {
	width: 100%;
}
.chosen-seats-card table tr td:nth-child(1) {
	width: 65%;
	white-space: nowrap;
}
.chosen-seats-card table tr td:nth-child(2) {
	min-width: 50px;
	text-align: center;
}
.chosen-seats-card table tr td:nth-child(3) {
	width: 10%;
	text-align: center;
}
.cancel-stage-price {
	width: 10.5px;
	cursor: pointer;
}
.summary {
	background-color: #ffffff;
	margin-top: 5px;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 30px;
}
.summary-info h2, .summary-info-mob h2  {
	font-family: 'Lato', sans-serif, 'Arial_Caps';
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.4px;
	text-align: left;
	color: #3c3b3b;
	margin: 0;
	position: relative;
}
.summary-info h2::before, .summary-info-mob h2::before {
	content: '';
	position: absolute;
	top: -7px;
	width: 30px;
	height: 2px;
	background-color: #65ead1;
}
.summary-info span, .summary-info-mob span {
	font-size: 15px;
	text-align: left;
	color: #9a9a9a;
}
.summary-info-mob .seats-clock {
	font-size: 15px;
	text-align: left;
	color: #fb4667;
}

.summary-info {
	float: left;
}
.summary-info-mob {
	display: none;
}
.summary-btn-wr {
	float: right;
}
.summary-btn-wr {

}
.stage-info-wr {
	height: calc(100vh - 210px);
}

.chosen-seats-mob {
	display: none;
}
.toggle-seats-table {
	display: none;
}
.seats-container{
	/*display: none;*/
	position: fixed;
	width: 100%;
	height: calc(100vh - 90px);
	background: #ffffff;
	z-index: 99;
	top: 90px;
	border-top: 1px solid #98979742;
	left: 0;
}
.cancel-map{
	width: 23.5px;
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 17px;
	z-index: 10;
}

.seats-event-session{
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: -10px;
}

.standing-area-title{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	/*margin-left: 15px;*/
	margin-top: 0;
	display: inline;
}
.modal-standing-area .modal-container{
	min-width: 335px;
}

.add-standing-area-cart{
	margin-top: 20px;
	height: 35px;
	font-size: 1.5rem;
	min-width: 80px;
	padding: 7px;
}
.modal-standing-area .detail-tkt-dropdown{
	margin-left: 0;
}
.modal-standing-area .ticket-price{
	margin-left: 0;
	display: inline;
}


.cashier-seats-container{
	top: 77px;
}

.cashier-seats-container .seats-wr{
	height: calc(100vh - 77px);
}

.modal-container .select-ticket-quantity {
	z-index: 1000;
}

/*For small screen sizes*/
@media (max-width: 812px) {

	.stage-nav{
		margin-top: 35px;
		margin-right: -25px;
	}
	.stage-nav li{
		width: 40px;
		height: 40px;
		background-size: 16px;
	}
	.stage-nav li.choose-seat{
		background-size: 28px !important;
	}
	.stage-nav li.choose-seat.active-stage-prices{
		background-size: 18px !important;
	}

	.cancel-map{
		width: 18px;
		top: 20px;
		right: 25px;
	}

	.seats-wr {
		height: calc(100vh - 9rem - 15rem);
	}

	.stage-container,.stage-right-bar {
		width: 100%;
	}

	.stage-right-bar {
		overflow: inherit;
	}

	.stage-info-wr {
		height: auto;
	}

	.summary {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
	}

	/*NEW 2018-10-23*/
	.seats-event-description {
		display: none;
	}
	.chosen-seats {
		display: none;
	}
	.chosen-seats-mob {
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		background-color: white;
		z-index: 51;
		height: 0;
		overflow: hidden;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	.time-left {
		display: none;
	}
	.time-left-mob {
		display: block;
	}
	.summary {
		padding: 0;
	}
	.summary-info {
		display: none;
	}
	.summary-info-mob {
		float: none;
		display: flex;
		min-height: 60px;
		padding: 20px 30px 0 30px;
		width: 100%;
		border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}
	.summary-info-mob h2 {
		width: 35%;
	}
	.summary-info-mob .seats-fee-info-mob {
		margin-top: 0;
		display: inline-block;
		margin-left: 6vw;
	}
	.summary-info-mob .toggle-seats-table {
		width: 30px;
		height: 30px;
		margin-top: -5px;
		margin-left: 30px;
		display: inline-block;
	}
	.summary-btn-wr {
		float: none;
		/*position: absolute;*/
		background-color: white;
		bottom: -100px;
		height: 60px;
		width: 100%;
		left: 0;
	}
	.summary-btn-wr button {
		position: relative;
		background-color: white;
		width: 50%;
		left: 50%;
		transform: translateX(-50%);
		top: 10px;
	}
	.toggle-seats-table {
		display: block;
		text-align: center;
	}
	.toggle-seats-table .close-seats {
		display: none;
	}
	.toggle-seats-table img{
		width: 30px;
		display: block;
		margin: auto;
	}
	.seats-fee-info-mob {
		text-align: center;
	}
	.seats-table-active {
		overflow-y: auto;
		height: calc(100vh - 19rem);
	}
	.stage-right-bar {
		position: absolute;
		bottom: -12.5rem;
		height: 12.5rem;
		overflow: hidden;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
		z-index: 10;
	}
	.stage-right-bar.active-bar{
		bottom: 0;
	}
	.stage-right-bar-active {
		height: 18rem;
	}
	.stage-wr {
		height: calc(100vh - 6.5rem);
	}
	.seats-container{
		top: 6.5rem;
		height: calc(100vh - 6.5rem);
	}

	.modal-standing-area .modal-container {
		min-width: 315px;
	}

	/*Add this styles to body, only if page is (choose seats)*/
	/*body {*/
		/*height:100%;*/
		/*position:fixed; !* prevent overscroll bounce*!*/
		/*-webkit-overflow-scrolling: touch; !* iOS velocity scrolling *!*/
		/*width: 100%;*/
	/*}*/
	/*NEW 2018-10-23*/

}
/*For small screen sizes*/
