.innerancillaryrow {
    width: 100%;
    margin: 10px 0px 0px 0px;
}



.passengermealsrow {
    width: 100%;
    display: flex;
    margin: 0px 0px;
}

.passengermealsrow>ul {
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
    display: flex;
    flex-flow: wrap row;
}

.passengermealsrow>ul>li {
   
    margin: 5px 5px 0 0;
}

.passengermealsrow>ul>li>a {
    font-family: lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 2px;
    color: #323232;
    padding: 0px 7px;
    display: block;
    padding: 5px 14px 5px 14px;
    display: block;
    border-radius: 20px;
    border: solid 1px #939598;
    vertical-align: middle;
   
    cursor: pointer;
}

.passengermealsrow>ul>li>a.tabselectleg {
    color: #fff !important;
    border-radius: 20px;
    background-color: #236eaf;
    border: solid 1px #236eaf !important;
    font-weight: bold;
}

.passengermealsrow>ul>li:first-child {
    margin-left: 0px;
}




.innerdatacolum {
    width: 100%;
    margin: 25px 0px 0px 0px;
}




.firstleginfo {
    width: 100%;
}

.firstleginfo.secondcolumrow {
    display: none;
}



.seatlegrow {
    width: 100%;
    margin: 0px 0px;
}




.passengerdetailsseat {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
   
    text-align: left;
    margin: 0px 0px 15px 0px;
    box-shadow: 0 2px 4px 0 rgba(40, 38, 44, 0.12);
}

.passengerdetailsseat>span {
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #323232;
    display: inline-block;
    padding: 10px 20px;

    margin: 2px;
    background-color: #ffffff;
}

.passengerdetailsseat>span b {
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #236eaf;
    display: inline-block;
    margin-left: 12px;
}

.passengerdetailsseat .seat-no {
    margin-left: 10px;
    font-weight: bolder;
}


.seatPaxSelection {
    padding-top: 20px;
    padding-bottom: 15px;
    width: 100%;
}



.seatcostrow {
    width: 100%;

    display: flex;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
}

.seatcostrow div.seatcostcolum:first-child {
    margin-left: 0px;
}







.seatcostcolum {
    width: 181px;
   
   
    display: flex;
    padding: 0px 0px 0px 5px;
    margin-left: 5px;
}

.seatcostcolum span.emptydarkblueseat {
    background-color: #005255;
    background-image: none;
}

.seatcostcolum>span {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-color: #d8d8d8;
   
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}


.seatcostcolum aside>p {
    font-family: lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #323232;
    margin: 0px 0px 0px 0px;
}

.seatcostcolum aside>span {
    font-family: lato;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #236eaf;
    margin: 0px 0px;
    display: inline-block;
}


.seatcostcolum.freeseat>span {
    border: solid 0.5px rgba(93, 91, 98, 0.56);
    background-color: #ffffff;
   
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

.textrightonly {
    margin-top: 0px !important;
}


.seatcostcolum span.emptyblueseat {
    background-color: #03868b;
    background-image: none;
}

.seatcostcolum span.emptypinkseat {
    background-color: #b3dbdc;
    background-image: none;
}






.seatmaprow {
    width: 100%;
   
    height: auto;
   
    position: relative;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 90px 0px 90px 10px;
}


.seatmaprow::after {
   
}

.seatmaprow::before {
   
}







.textfront {
    width: 100%;
    margin-top: -3px;
   
   
   
   
   
   
    transform: rotate(270deg);
   
    position: relative;


}

.textfront>span {
    font-family: lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.34px;
    color: #323232;
    display: inline-block;
}


.textfront::after {
   
}

.textfront::before {
   
}


.textfront>strong {
    position: absolute;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: right;
    color: #323232;
    transform: rotate(1deg);
    top: 200px;
    left: 98px;
}



.aroplanrowborder {
   
   
    border: 3px rgba(151, 151, 151, 0.88) solid;
    border-left: 0px;
    border-right: 0px;
    margin-top: 7px;
    height: 250px;
    padding-top: 10px;
    display: flex;
}



.frontheadtext {
    width: auto;
   
    transform: rotate(180deg);
    margin-right: 20px;
}

.frontheadtext>ul {
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.frontheadtext>ul>li {
    float: none;
    width: 26px;
    height: 26px;
    margin: 8px 0px 0px 0px;
    text-align: center;
}

.frontheadtext>ul>li>span {
    font-family: lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.34px;
    color: #323232;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(90deg);
}

.frontheadtext>ul>b {
    width: 26px;
    height: 26px;
    margin: 2px 0px 8px 0px;
   
    display: block;
}




.frontheadtext>ul>li:nth-child(5) {
    margin: 6px 0px 7px 0px;
    padding-top: 3px;
}

.frontheadtext>ul>li:nth-child(6) {
    padding-top: 3px;
}

.frontheadtext>ul>li:nth-child(7) {
    padding-top: 3px;
}


.seatsectionrow {
    width: 100%;
   
    position: relative;
    display: flex;
}











.horzantallyrow {
    width: auto;
   
    text-align: right;
   
}

.horzantallyrow span.emptydarkblueseat {
    background-color: #005255;
    border: none;
    background-image: none;
    cursor: pointer;
}

.horzantallyrow>span {
    width: 26px;
    height: 26px;
    border-radius: 4px;
   
    margin: 0px 8px 8px 0px;
    position: relative;
   
    display: block;
}

.horzantallyrow>span.seatnotallowed {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-color: #d8d8d8;
    margin: 0px 8px 8px 0px;
    cursor: not-allowed;
    position: relative;
    border: 0.6px #979797 solid;
    background-image: url(/TE/image/closebox.jpg);
    display: block;
}

.horzantallyrow span.emptyblueseat {
    background-color: #03868b;
    border: none;
    background-image: none;
    cursor: pointer;
}

.horzantallyrow span.emptypinkseat {
    background-color: #b3dbdc;
    border: none;
    background-image: none;
    cursor: pointer;
}

.horzantallyrow span.freeseat {
    background-color: #fff;
    background-image: none;
    border: 0.6px #979797 solid;
    cursor: pointer;
}

.horzantallyrow span.selectedseat {
    background: url(/TE/image/tick.png) #236eaf center no-repeat !important;
    display: block !important;
    background-size: 70% !important;
}

.horzantallyrow>b {
   
    font-family: lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.34px;
    color: #323232;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
}


.horzantallyrow span.selectseat {
    border: none;
    cursor: pointer;
    background: url(/TE/image/tick.png) #236eaf center no-repeat;
    display: block;
    background-size: 70%;
}



.horzantallyrow span[data-title] {
    position: relative;
}

.horzantallyrow span[data-title]:after {
    content: attr(data-title);
    padding: 2px 5px;
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background: #000000;
    color: #ffffff;
    width: 123px;
    position: absolute;
    left: -50px;
    z-index: 9;
    top: 25px;
    white-space: nowrap;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    border-radius: 2px 2px;
}

.horzantallyrow span[data-title]:before {
    top: 10px;
    left: 5px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    border: solid transparent;
}

.horzantallyrow span[data-title]:before {
    border-bottom-color: #000000 !important;
    border-width: 8px !important;
}











.textback.lasttextback {
    width: auto;
   
    text-align: center;
    vertical-align: middle;
    border: 3px rgba(151, 151, 151, 0.88) solid;
    padding-right: 120px;
    border-left: 0px;
    border-radius: 0px 120px 120px 0px;
   
    height: 250px;

    margin-right: 10px;
    margin-top: 7px;
}

.textback.lasttextback>strong {
    position: relative;
    vertical-align: middle;
    display: inline-block;
   
    margin: 108px 0px 0px 60px;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: right;
    color: #323232;
    transform: rotate(-90deg);
}



.SeatTaken {
    background: url(/TE/image/ax-tick-new2.svg) center no-repeat !important;
    cursor: not-allowed;
   
   
    background-blend-mode: color-burn !important;
    background-color: #d8d8d8 !important;
    border: 0.6px #236eaf solid !important;
}