.main-select {}

.main-select .main-select-in {
    overflow: auto;
    /* background-color: #e1e1e1; */
}

.main-select .main-select-in .flight-seat {
    display: flex;
    width: 2000px;
    /* overflow: hidden; */
    /* height: 366px; */
    padding: 63px 0px;
    /* position: relative; */
}

.main-select .main-select-in .flight-seat .for-front {
    height: 100%;
}

.main-select .main-select-in .flight-seat .for-front img {
    height: 100%;
}

.main-select .main-select-in .flight-seat .for-mid {
    background-color: #fff;
    height: 100%;
    /* overflow: scroll; */
}

.main-select .main-select-in .flight-seat:before {
    content: "";
    background: url(../img/wing-top.html) no-repeat;
    width: 230px;
    height: 230px;
    display: block;
    position: absolute;
    background-size: 100%;
    top: -115px;
    left: 23%;
}

.main-select .main-select-in .flight-seat:after {
    content: "";
    background: url(../img/wing-bot.html) no-repeat;
    width: 230px;
    height: 230px;
    display: block;
    position: absolute;
    background-size: 100%;
    bottom: -168px;
    left: 23%;
}

.main-select .main-select-in .flight-seat .for-mid ul {
    display: flex;
    margin: 0;
}

.main-select .main-select-in .flight-seat .for-mid ul li {
    list-style-type: none;
    /* display: flex; */
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat {
    width: 20px;
    height: 20px;
    /* background-color: #d0d0d0; */
    margin: 4px 0px;
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
    cursor: pointer;
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-alpha {
    width: 100%;
    height: 100%;
    /* background-color: #d0d0d0;
    /* margin: 8px 6px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-alpha {
    width: 100%;
    height: 100%;
    /* background-color: #d0d0d0;
    /* margin: 8px 6px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}


.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-empty {
    width: 100%;
    height: 100%;
    background-color: rgba(208, 208, 208, 0);
    /* margin: 4px 4px; */
    display: block;
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-unbooked {
    width: 100%;
    height: 100%;
    background-color: #b1e1ff;
    /* margin: 4px 4px; */
    display: block;
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-booked {
    width: 100%;
    height: 100%;
    background-color: rgba(208, 208, 208, 0);
    /* margin: 4px 4px; */
    display: block;
    position: relative;
    border: #d8d8d8 1px solid;
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-locked {
    width: 100%;
    height: 100%;
    background-color: rgb(219, 8, 27);
    /* margin: 4px 4px; */
    display: block;
    position: relative;
    /* border: #d8d8d8 1px solid; */
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-free {
    width: 100%;
    height: 100%;
    background-color: rgb(25, 210, 205);
    /* margin: 4px 4px; */
    display: flex;
    position: relative;
    /* border: #d8d8d8 1px solid; */
    align-items: center;
    justify-content: center;
    color: #fff;
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-select {
    width: 100%;
    height: 100%;
    background-color: rgb(25, 210, 34);
    /* margin: 4px 4px; */
    display: flex;
    position: relative;
    /* border: #d8d8d8 1px solid; */
    align-items: center;
    justify-content: center;
    color: #fff;
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-canteen {
    width: 100%;
    height: 100%;
    background-color: rgba(25, 210, 34, 0);
    /* margin: 4px 4px; */
    display: flex;
    position: relative;
    border: #d8d8d8 1px solid;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-booked:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #bababa;
    position: absolute;
    top: 2px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat .seat-booked:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #bababa;
    position: absolute;
    top: 2px;
    left: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-select .main-select-in .flight-seat .for-mid ul li .seat-num {
    width: 40px;
    height: 17px;
    background-color: rgba(208, 208, 208, 0);
    margin: 0 0px;
    display: flex;
    align-items: center;
    line-height: 25px;
    font-size: 12px;
    justify-content: center;
    /* padding: 0px 0px; */
    color: #ff1a1a;
}

.main-select .main-select-in .flight-seat .for-last {}

.seat-num-danger {
    background-color: rgba(208, 208, 208, 0);
    margin: 0 0px;
    display: flex;
    align-items: center;
    line-height: 25px;
    font-size: 12px;
    justify-content: center;
    color: #ff1a1a;
    width: 29px;
}

.tooltipC {
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

.tooltipC span {
    margin-left: -999em;
    position: absolute;
}

.tooltipC:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    /* right: 1em; */
    top: -4em;
    z-index: 99;
    margin-left: 0;
    width: 110px;
}

.tooltipC:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}

.tooltipC:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
}

.classic {
    padding: 0.8em 1em;
}

.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.classic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
    color: #000;
}

.critical {
    background: #FFCCAA;
    border: 1px solid #FF3334;
}

.help {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}