.seatmapwrapper {
    width:356px;
	margin: 0px auto;
	padding: 0px;
}

.seatmap {
	width:356px;
	background: #f7f7f7 url('/assets/img/seats/aircrafttube.svg') no-repeat center center;
	background-size: cover;
	position: relative;
	background-position: 0% -100%;
    overflow: hidden;
    padding-top:40px;
    min-height:1000px;
}

.panel {
	padding: 30px;
}

.fromleft {
	animation: fromleft 0.5s;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.toright {
	animation: toright 0.5s;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.seatmapanimation {
    padding-bottom: 500px;
	animation: zoominseatmap 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.fadeinanimationfast {
	animation: fadeincols 0.75s;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.fadeinanimation {
	animation: fadeincols 1s;
	animation-iteration-count: 1;
	animation-delay: 1s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.fadeinanimationslow {
	animation: fadeincols 1s;
	animation-iteration-count: 1;
	animation-delay: 2s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.scrollinanimationslow {
	animation: scrollin 1s;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.scrolloutanimationslow {
	animation: scrollout 0.5s;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


@keyframes zoominseatmap {
	0% {
		background-position: 0px -100%;
	}

	100% {
		background-position: 0px -320px;
	}
}
@keyframes fromleft {
	0% {
		left: -400px;
	}

	100% {
		left: 51px;
	}
}
@keyframes toright {
	0% {
		left: 0px;
	}

	100% {
		left: 500px;
	}
}
@keyframes fadeincols {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes fadeinseats {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}
@keyframes fadeoutseats {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}
@keyframes scrollin {
	0% {
		left: -100%;
	}

	100% {
		left: 0%;
	}
}
@keyframes scrollout {
	0% {
		left: 0%;
	}

	100% {
		left: -100%;
	}
}

.seatcol {
	margin: 0px auto;
	margin-top: 0px;
	padding: 10px 0px 0px 0px;
    width:290px;
	list-style-type: none;
}

.seatcol li {
	width: 34px;
	height: 34px;
	padding: 0px;
	margin: 0px 3px;
	display: inline-block;
    left:0;
}

.seatRow::before {
	clear: both;
}

.seatRow {
	margin: 0px auto;
	margin-top: 3px;
	padding: 0px 20px;
    left:-100%;
    position: relative;
	list-style-type: none;
}

.seatRow li {
	width: 34px;
	height: 34px;
	padding: 0px;
	margin: 0px 3px;
	display: block;
	float: left;
}


.seatRowXLST {
	height: 48px !important;
}

.seatRowXLST li {
	background: url('/assets/img/seats/seatXLST.svg') bottom left no-repeat;
	background-size: 102px;
	height: 48px;
}

.seatRowXLST img {
	margin-top: 10px;
}

.seatRowBSST {
	height: 48px !important;
}

.seatRowBSST li {
	background: url('/assets/img/seats/seatBSST.svg') bottom left no-repeat;
	background-size: 102px;
	height: 48px;
}

.seatRowBSST img {
	margin-top: 10px;
}


.textA::after{
    content:"A";
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height:inherit;
    opacity: 0.6;
}
.textB::after{
    content:"B";
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height:inherit;
    opacity: 0.6;
}
.textC::after{
    content:"C";
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height:inherit;
    opacity: 0.6;
}
.textD::after{
    content:"D";
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height:inherit;
    opacity: 0.6;
}
.textE::after{
    content:"E";
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height:inherit;
    opacity: 0.6;
}
.textF::after{
    content:"F";
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height:inherit;
    opacity: 0.6;
}


.seatRowEXST {
	height: 48px;
}
.seatRowEXST li {
	background: url('/assets/img/seats/seatEXST.svg') bottom left no-repeat;
	background-size: 102px;
	height: 48px;
}
.seatRowEXST img {
	margin-top: 10px;
}

.seatRowFRST {
	height: 42px;
}

.seatRowFRST img {
	margin-top: 2px;
}

.seatRowFRST li {
	background: url('/assets/img/seats/seatFRST.svg') bottom left no-repeat;
	background-size: 102px;
	height: 40px;
}

.seatRowNRST {
	height: 40px;
}

.seatRowNRST img {
	margin-top: 4px;
}

.seatRowNRST li {
	background: url('/assets/img/seats/seatNRST.svg') bottom left no-repeat;
	background-size: 102px;
	height: 40px;
}

.seatBlocked {
	background-position: bottom right !important;
}

.seatBlank {
	background: url('/assets/img/seats/seatBlank.svg') bottom left no-repeat !important;
	background-size: 34px !important;
	margin: 0px 8px !important;
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.seatPlaceholder {
	background: url('/assets/img/seats/seatPlaceholder.svg') bottom left no-repeat !important;
	background-size: 34px !important;
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.transfree {
	animation: fadeoutseats 0.75s;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.blockfree {
	animation: fadeinseats 0.75s;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.seatWait{
    opacity:0.2;
}
/* Seatselection */
.seatFree:hover {
	cursor: pointer;
}
.seatBuyed:hover {
	cursor: pointer;
}

.seatselectionwrapper {
	display: block;
	position: relative;
	width: 283px;
	z-index: 999 !important;
	min-height: 50px;
    overflow: hidden;
    filter: drop-shadow(.5px .5px 9px #8C8C8C);
}

.selectheader {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
    line-height: 14px;
    border-top:2px solid #ffffff;
}

.selectheader label {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	display: block;
	font-size: 11px;
	color: #ededed;
    line-height: 13px;
}

.selectheaderleft {
border-right:0px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
}

.selectheaderright {
border-left:0px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}

.passengerseatlist {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	list-style-type: none;
}

.passengerseatlist li {
	padding: 7px;
margin: 0px;
font-family: "Poppins", sans-serif;
font-weight: 300;
font-size: 14px;
border-bottom: 1px solid #efefef;
display: block;
float: left;
width: 100%;
background: #fff;
}

.passengerseatlist li:last-child {
	border-bottom: none !important;
	margin: 0px !important;
}

.seatselectabort {
	background: #ababab;
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 5px;
	display: block;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.seatselectabort a {
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 14.5px solid transparent;
	border-right: 14.5px solid transparent;
	border-bottom: 14.5px solid #ffffff;
}

.rownumber {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	font-family: "Poppins", sans-serif;
}

.bottomText {
	position: absolute;
	bottom: 3px;
	width: 100%;
	text-align: center;
    color:#333;
}
.labelsmall {
    margin-top: 3px !important;
    font-size:12px;
    color:#ececec;
    line-height:13px;
    display:block;
}
.selectheaderspan {
    display:block;
    float:left;
}