.front-indicator, #seat-map-container {
	text-align: center;
}

#slcEvent {
	margin-bottom: 20px;
    width: 80%;
}
#slcEvent, #slcEvent * {
	font-size: 18px;
}

.front-indicator {
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
	background-color: #ddd;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}

div.seatCharts-container {
	text-align: center;
}

div.seatCharts-row {
	height: 40px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

div.seatCharts-cell {
	float: none;
	display: inline-block;
}

div.seatCharts-seat {
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

div.seatCharts-cell {
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 14px;
}

div.seatCharts-seat.unavailable {
	background-color: #ccc;
	cursor: pointer;
}

div.seatCharts-seat.unavailable:focus {
	background-color: #aaa;
}

div.seatCharts-seat.specialSeat {
	background-color: #ffc107;
}
div.seatCharts-seat.selected {
	background-color: #c79121;
}
div.seatCharts-seat.marked {
	background-color: #3276b1;
}

#nameExistingSeats {
	display: none;
}
#nameExistingSeats .btn-danger {
	float: right;
	margin-right: 12px;
}

.tooltip {
	pointer-events: none;
}

#bookingFooter {
	margin-top: 20px;
}

.table-booking-preise {
	display: inline-table;
	width: auto;
}
.table-booking-preise td {
	font-size: 13px;
	text-align: left;
}
.table-booking-preise td:last-of-type {
	text-align: right;
}

.sclWrapper {
	text-align: center;
}

/*Durchgang irgendwo im Kino*/
.seatCharts-row.durchgang{
  opacity: 0;
}

/*Falls Alle Sitze in der ersten oder letzten Reihe gesperrt sind, komplett ausblenden*/
.hideRow{
   display: none!important;
}

.bookingSeats-table{
	display: flex;
	justify-content: center;
}

tbody.bookingSeats_table_body tr{
	border-top: 1px solid;
}

thead.bookingSeats_table_head tr, tbody.bookingSeats_table_body tr{
	height: 60px;
}

.bookingSeats_table_sitzplatz, .bookingSeats_table_preis{
	width: 20%;
}

.bookingSeats_table_preis{
	text-align: right;
}

.select2-selection, .select2-dropdown{
	border-radius: 10px !important;
}

.seatprice-total-price{
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

.seatprice-total-price p{
	margin: 0 !important;
}

@media screen and (max-width: 1400px){
	.guestLogin-login-btn-div{
		text-align: center !important;
	}

	#btnAlsGastBestellen{
		margin-bottom: 8px;
	}
}

.bookingSeats_table_remove{
	padding-left: 10px;
}

@media screen and (max-width: 766px){
	tr.seatType-tr.visible-xs{
		border-bottom: 0 !important;
    	height: 30px;
	}

	tr.seatType-Info-tr{
		border-top: 0 !important;
		height: 50px !important;
	}

	.bookingSeats_table_preiskategorie {
		padding: 0 !important;
	}

	.bookingSeats_table_preis{
		text-align: center;
	}

	.bookingSeats_table_sitzplatz{
		padding: 2px;
	}
	.screen {
		font-size: 15px !important;
	}
}

.remove-seat{
	background: transparent;
    border: transparent;
}

.bookingSeats_table_remove{
	padding-left: 10px;
	width: 20px;
}

.select2{
	width: -moz-available !important;
    width: -webkit-fill-available !important;
    width: fill-available !important;
}