﻿

.blog {
    position: relative;
    margin-top: 70px;
}

@font-face {
    font-family: 'Helvetica Nue New Roman';
    src: url('../font/HelveticaLTStd-Roman.otf');
}


.mainSegment2 {
    position: relative;
}

.arrowRightBig {
    width: 0;
    height: 0;
    border-bottom: 5.5vw solid transparent;
    border-top: 5.5vw solid transparent;
    border-left: 7vw solid #e9eaeb;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: -7vw;
    top: 0;
}

.airportCode_as {
    float: right;
    font-weight: bold;
    font-size: 13px;
}


.wrapper-airdate {
    position: relative;
}

.date_select_containers {
    margin: 0 auto;
    text-align: center;
}

.date_select_cabindirect {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #699ae4;
    padding-top: 2vw;
    padding-bottom: 1vw;
}

    .date_select_cabindirect .dt_sel_text_container {
        width: 19vw;
        display: none;
    }

.date_caption_top {
    background: #043a67;
    height: 13vw;
    margin-top: -23vw;
}

.date_caption_one {
    background-color: #034b88;
    text-align: center;
    padding: 2vw;
    position: relative;
}

    .date_caption_one span {
        font-family: 'Neo Sans Intel Light';
        font-size: 1.25rem;
        ;
        color: #ffffff;
    }

.date_select_options {
    background-color: #467dd2;
}

#rakso_page_2 {
    /*margin-top: -11vw;*/
    margin-top: 23vw;
}

.dt_sel_cabin_container {
    display: inline-block;
}

.dt_sel_text_container {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
}

.date_select_adult, .date_select_senior {
    border-left: 0 !important;
}

.dt_sel_cabin_container {
    vertical-align: top;
}

.date_select_adult, .date_select_child, .date_select_infant, .date_select_senior, .date_select_pwd {
    padding: 4vw;
    border-left: 1px solid #699ae4;
    text-align: center;
    display: inline-block;
}

.date_select_senior, .date_select_pwd {
    border-top: 1px solid #699ae4;
}

.dt_sel_title_top {
    position: relative;
    color: #ffffff;
    font-size: 1rem;
    display: block;
}

.dt_sel_title_bot {
    color: #c1d2ec;
    font-size: 14px;
    text-align: center;
    padding: 0vw 1vw 2vw 0vw;
    display: block;
}

.dt_sel_sub {
    display: inline-block;
    margin-left: 6px;
    color: #c1d2ec;
    text-align: right;
    font-size: 12px;
}

.drpDisabled {
    background-color: #ccc !important;
    pointer-events: none;
}

.drpAdult {
    min-width: 24vw;
    height: 11vw;
    display: block;
    background: #fff;
    border-radius: 1vw;
    position: relative;
    cursor: pointer;
    background: url(../../Content/img/airticket/arrowdown.png) no-repeat #fff;
    background-position: center right+2vw;
    background-size: 2vw;
}

span.headInputN {
    position: absolute;
    background: url(../../Content/img/airticket/headInput2.png) no-repeat;
    background-size: 7vw;
    width: 8vw;
    height: 6vw;
    top: 2.5vw;
    left: 2vw;
}

span.drpNumInput {
    position: absolute;
    font-size: 1.25rem;
    top: 2vw;
    left: 13vw;
}

#drpNumPwd, #txtInputDrpPwd, #drpNumSen, #txtInputDrpSen, #txtInputDrpSenior {
    left: 19vw;
}

.date_select_senior, .date_select_pwd {
    width: 50vw;
}

span.drpNumInput2 {
    position: absolute;
    font-size: 1rem;
    top: 3vw;
    left: 4vw;
}

.dt_sel_title_cabin {
    display: inline-block;
    color: #ffffff;
    text-align: right;
    font-size: 1rem;
}

.drpCabin {
    min-width: 49vw;
    height: 11vw;
    display: inline-block;
    background: url(../../Content/img/airticket/arrowdown.png) no-repeat #fff;
    background-position: center right+2vw;
    background-size: 2vw;
    border-radius: 1vw;
    position: relative;
    cursor: pointer;
}

.date_tick_option {
    display: inline-block;
    margin-left: 1vw;
    border-radius: 2vw;
}

/*.dpFlightText {
    padding: 3vw 6vw 3vw 10vw;
    border-radius: 1vw;
}*/

.select_date_container {
    height: 109vw;
    padding: 7vw;
    background-color: #f2f2f2;
}

.date_inner_container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.three-calendars {
    position: absolute;
    top: -7vw;
    margin-left: -4.5vw;
}

.three-calendars-two {
    position: absolute;
    top: -7vw;
}

#drpListAdt li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#drpListAdt li {
    background: #ffffff;
    padding: 1vw;
    text-align: center;
    cursor: pointer;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ececec;
    font-size: 1rem;
}

    #drpListAdt li:hover {
        background-color: #e6e6e6;
    }

.dt_sel_input_container, .dt_sel_input_container, .dt_sel_cabin_container {
    position: relative;
}

.drpListCnn {
    position: absolute;
    z-index: 300;
    top: 39px;
    left: 10px;
    box-shadow: 0px 3px 5px #000000;
    width: 100px;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .drpListCnn li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .drpListCnn li {
        background: #ffffff;
        padding: 1vw;
        text-align: center;
        cursor: pointer;
        width: 100%;
        display: block;
        border-bottom: 1px solid #ececec;
        font-size: 1rem;
    }

        .drpListCnn li:hover {
            background: #e5e5e5;
        }

.drpListAdt, .drpListCnn, .drpListInf, .drpListSen, .drpListPwd, .drpCabinList {
    position: absolute;
    z-index: 1;
    top: 10vw;
    left: 0vw;
    box-shadow: 0px 3px 16px -5px #000000;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
}

    .drpListInf li:last-child, .drpListSen li:last-child, .drpListPwd li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .drpListInf li, .drpListSen li, .drpListPwd li {
        background: #ffffff;
        padding: 1vw;
        text-align: center;
        cursor: pointer;
        width: 100%;
        display: block;
        border-bottom: 1px solid #ececec;
        font-size: 1rem;
    }

        .drpListInf li:hover, .drpListSen li:hover, .drpListPwd li:hover {
            background: #e5e5e5;
        }

    .drpCabinList li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .drpCabinList li {
        background: #ffffff;
        padding: 10px;
        text-align: left;
        cursor: pointer;
        width: 100%;
        display: block;
        border-bottom: 1px solid #ececec;
        font-size: 14px;
    }

        .drpCabinList li:hover {
            background: #e5e5e5;
        }

.btn_book_now {
    margin-top: 3vw;
}

.labelForFlight {
    text-align: center !important;
    font-size: 1.25rem;
    color: #4c4c4c;
    width: 100vw;
    margin-top: 2vw;
    margin-left: -23vw;
    margin-bottom: 5vw;
}

span.close {
    position: absolute;
    top: 15px;
    right: 350px;
    font-size: 40px;
}

.loader_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/airticket/flight-bg.jpg) no-repeat center /cover;
    z-index: 1000;
    overscroll-behavior: none;
}

span.loading_image {
    background: url(../../Content/img/gif/loader.gif) no-repeat;
    width: clamp(70px, 22vw, 120px);
    height: clamp(70px, 22vw, 120px);
    display: block;
    background-size: cover;
}

.loader_container p {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Neo Sans Intel Light';
    font-size: 35px;
}

/*
    NEW CSS 05/04/2017
*/

.crossContainer {
    position: relative;
}

span.exitBtn {
    display: block;
    position: absolute;
    right: 2vw;
    font-size: 14vw;
    padding: 1vw;
    border-radius: 3vw;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    font-family: serif;
    margin-top: -6vw;
}

    span.exitBtn:hover {
        color: #fff;
    }

.pass_list_cont {
    position: absolute;
    z-index: 1;
    top: 10vw;
    left: 0vw;
    box-shadow: 0px 3px 16px -5px #000000;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
}

    .pass_list_cont li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .pass_list_cont li {
        background: #ffffff;
        padding: 1vw;
        text-align: center;
        cursor: pointer;
        width: 100%;
        display: block;
        border-bottom: 1px solid #ececec;
        font-size: 1rem;
    }

        .pass_list_cont li:hover {
            background: #efefef;
        }



.dt_header_right {
    float: right;
    margin-right: 20px;
}

.dt_pass_type {
    font-size: 14px;
    margin-right: 2vw;
    position: absolute;
    width: 52vw;
}

.div-detail-footer {
    position: fixed;
    bottom: 0;
    background: #f5f5f5;
    width: 100%;
    z-index: 9;
    margin-bottom: 12vw;
    border-top: 1px solid #ccc
}

.dt_above_price {
    font-weight: bold;
    font-size: 1.25rem;
    ;
    color: #e95800;
    padding-top: 3vw;
    display: inline-block;
}

#drpSubCabin li:hover {
    background: #efefef;
}


.dt_pop_container {
    position: relative;
}

.dt_pop_left_container {
    float: left;
    width: 567px;
}

.dt_pop_right_container {
    float: left;
    width: 567px;
    margin-left: 20px;
}

.dt_pop_top_p1 {
    display: block;
    width: 100%;
}

span.dt_label_left {
    float: left;
    display: block;
    font-size: 14px;
}

span.dt_label_right {
    float: right;
    display: block;
    font-size: 14px;
}

.dt_departure_time {
    background: #545864;
    height: 39px;
    width: 100px;
    position: relative;
    text-align: center;
    float: left;
}

.dt_arrival_time {
    float: left;
    position: relative;
    height: 30px;
    width: 75px;
    margin-left: 230px;
    background: #e9eaeb;
    margin-top: 8px;
}

.dt_departure_time::after {
    content: '';
    height: 39px;
    width: 50px;
    background: #545864;
    position: absolute;
    right: -25px;
    top: 0;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    z-index: 100;
}

.dt_arrival_time::after {
    content: '';
    height: 30px;
    background: #e9eaeb;
    width: 50px;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    position: absolute;
    right: -25px;
    z-index: 100;
}

.dt_departure_time span {
    color: #ffffff;
    top: 3px;
    left: 18px;
    display: block;
    font-size: 24px;
    position: absolute;
    z-index: 110;
    font-weight: bold;
}

.dt_arrival_time span {
    position: absolute;
    display: block;
    width: 150px;
    z-index: 105;
    font-size: 18px;
    left: 17px;
    top: 3px;
    font-weight: bold;
}

span.dt_sm_day {
    font-size: 14px;
    left: 62px;
    top: 10px;
}

span.dt_sm_day_2 {
    font-size: 10px;
    left: 50px;
    top: 9px;
}

.dt_pop_top_3 {
    position: relative;
    display: block;
    width: 100%;
}

.dt_line_1 {
    float: left;
    background: #e9eaeb;
    height: 62px;
    width: 200px;
    margin-top: 1px;
    position: relative;
    z-index: 110;
}

    .dt_line_1::after {
        content: '';
        height: 0;
        width: 0;
        border-bottom: 31px solid transparent;
        border-top: 31px solid transparent;
        border-left: 31px solid #e9eaeb;
        font-size: 0;
        line-height: 0;
        position: absolute;
        right: 0;
        right: -30px;
        top: 0;
    }

/*.dt_line_1::before{
    content:'';
    display:inline-block;
    position:absolute;
    border:30px solid white;
    border-color:transparent transparent transparent white;
    top:0;
}*/

.dt_line_2 {
    float: left;
    background: #f5f5f5;
    height: 62px;
    width: 120px;
    z-index: 108;
    margin-left: 5px;
    position: relative;
}

    .dt_line_2::before {
        content: '';
        display: inline-block;
        position: absolute;
        border: 31px solid white;
        border-color: transparent transparent transparent white;
        top: 0;
    }

    .dt_line_2::after {
        content: '';
        height: 0;
        width: 0;
        border-bottom: 31px solid transparent;
        border-top: 31px solid transparent;
        border-left: 31px solid #f5f5f5;
        font-size: 0;
        line-height: 0;
        position: absolute;
        right: 0;
        right: -30px;
        top: 0;
    }

.dt_line_3 {
    float: left;
    background: #e9eaeb;
    height: 62px;
    width: 235px;
    position: relative;
    z-index: 107;
    margin-left: 5px;
}

    .dt_line_3::before {
        content: '';
        display: inline-block;
        position: absolute;
        border: 31px solid white;
        border-color: transparent transparent transparent white;
        top: 0;
    }

.secondphase {
    border-top: 1px solid #e5e5e5;
}

.q_detail_container {
    padding: 10px;
}

.q_dt_airport, .q_dt_airportcode {
    margin-top: 3px;
}

.q_dt_airport {
    float: left;
    width: 150px;
}

    .q_dt_airport span, .q_dt_airportcode span {
        font-size: 28px;
        font-weight: bold;
        color: #868686;
        float: left;
        width: 122px;
    }

.q_dt_airportcode span {
    font-weight: bold;
}

.q_dt_airportcode {
    float: right;
}

.q_dt_travel {
    display: block;
    margin-left: 40px;
    margin-top: 10px;
    width: 60px;
    font-size: 11px;
    font-weight: normal;
}

.planeSeg {
    background: url('../../Content/img/airticket/planeSeg.png');
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    top: 23px;
    right: 0;
}

.m3move {
    margin-left: 30px;
}

.dt_label_airport {
    font-size: 16px;
    color: #e75200;
    padding: 2vw 2vw;
    display: block;
}

.out-det-ul {
    margin: 1vw 2vw;
    background: #fff;
    padding: 1vw 3vw;
}

    .out-det-ul li {
    }

        .out-det-ul li label {
            display: inline-block;
            font-size: 14px;
            color: #70767b;
            font-weight: bold;
            width: 30vw;
            margin: 0;
        }

        .out-det-ul li p {
            display: inline-block;
            font-weight: 100;
            font-size: 14px;
        }


.q_dt_footer_bd {
    float: left;
    position: relative;
}

a.q_dt_book {
    margin-left: 10px;
    background: linear-gradient(#ee7200, #e74f00);
    border-radius: 20px;
    padding: 8px;
    padding-left: 35px;
    border: 1px solid #cf4900;
    display: block;
    width: 180px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    text-align: left;
    position: relative;
}

span.planeSeg2 {
    background: url('../../Content/img/airticket/planeSeg2.png');
    height: 19px;
    width: 19px;
    position: absolute;
    display: block;
    right: 27px;
    top: 10px;
}

.drpFilter {
    position: absolute;
    left: 68px;
    top: 40px;
    box-shadow: 0px 0px 0px #000;
    z-index: 200;
}

    .drpFilter ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100px;
        display: block;
        border: 1px solid #dedede;
    }

    .drpFilter li {
        background: #fff;
        width: 100%;
        color: #000;
        padding: 10px;
        border-bottom: 1px solid #dedede;
        text-align: left;
        font-size: 14px;
        cursor: pointer;
    }

        .drpFilter li:hover {
            background: #dedede;
        }

.drpSortByAirlines {
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 5px;
    width: 150px;
    position: relative;
    cursor: pointer;
    font-family: 14px;
    float: right;
    margin-bottom: 0px;
}

.drpArrow {
    background: url('../../Content/img/airticket/dpIntBlack.png') no-repeat;
    height: 6px;
    width: 11px;
    position: absolute;
    top: 18px;
    right: 10px;
}

.drpAirlineList {
    width: 695px;
    margin-top: 0px;
    margin-left: 60px;
    overflow-x: hidden;
}

/** LOADING PAGE **/

.bg_loading {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.load_d1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

    .load_d1 .tit {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
        padding: 20px;
        background: #fff;
        box-shadow: 0px 9px 14px -8px rgba(0,0,0,0.7);
        border-radius: 0.25rem;
        justify-content: space-evenly;
        align-items: center;
    }

.s_d1 {
    text-align: center;
    font-size: clamp(13px, 4vw, 16px);
    margin-bottom: .5rem;
}

.segment_loadingImg {
}

.searching {
    margin: 2vw 0 0vw -2vw;
    color: #fff;
    font-size: 14px;
}

.segment_footer {
    width: 90%;
    margin: 0 auto;
}

.tbl_ftr {
    padding: 0;
    margin: 0 auto;
}

    .tbl_ftr li {
        padding: 0;
        list-style: none;
    }

        .tbl_ftr li > .box {
            display: flex;
            align-items: center;
            padding-right: 12px;
            margin: clamp(8px, 2.2vw, 14px) clamp(8px, 2.2vw, 14px) 0;
            font-weight: 500;
            font-size: 14px;
            vertical-align: middle;
            background: #fff;
            box-shadow: 0px 9px 14px -8px rgba(0,0,0,0.7);
            border-radius: 50vw;
        }

            .tbl_ftr li > .box div {
                font-weight: 500;
                vertical-align: middle;
                font-size: clamp(13px, 4vw, 16px);
            }

        .tbl_ftr li img {
            padding: clamp(8px, 2vw, 14px);
            width: clamp(50px, 14vw, 100px);
            height: clamp(50px, 14vw, 100px);
        }

.pl_info_1 {
    height: 65px;
}


.stick {
    position: fixed;
    margin-top: -115px;
    z-index: 12;
}

.stickf {
    margin-top: -51px;
    position: fixed !important;
    z-index: 12;
}


.mainInner {
    width: 1300px;
    margin-left: 350px;
}

.bookingInformation {
    display: inline-block;
    float: right;
    width: 500px;
    margin-top: 10px;
    background-color: #fff;
    margin-right: 70px;
    border-radius: 10px;
    border: 1px solid #e9eaeb;
}

.passengerBody {
    display: inline-block;
    width: 700px;
    height: 700px;
}

.passengerBody2 {
    display: inline-block;
    width: 700px;
    height: 700px;
}

.mainBody {
    font-family: NotoSans;
    width: auto;
    min-height: 950px;
    height: auto;
    overflow: initial;
    background-color: #f5f5f5;
}

/*@font-face {
    font-family: 'NotoSansCJKsc-Light';
    src: url(../font/NotoSansCJKsc-Light.otf);
}*/

@font-face {
    font-family: 'NotoSans-Italic';
    src: url('../font/NotoSans-Italic.ttf') format('truetype');
}

.bookingHeader {
    font-size: clamp(16px, 1.5vw, 18px);
    color: #262626;
    font-weight: bold;
}

.bookingHeader1 {
    font-size: 20px;
    font-family: NotoSansCJKsc-Light;
    color: #262626;
    font-weight: bold;
    border-bottom: 1px solid #e9eaeb;
    padding: 20px;
}

.memberBtn {
    font-weight: bold;
    margin-top: 5px;
    border-radius: 7px;
    width: 680px;
    padding: 20px;
    border: 1px solid #d1d1d1;
    border-bottom: 5px solid #d1d1d1;
    background-color: #ffffff;
    font-size: 20px;
    font-family: NotoSansCJKsc-Light;
    cursor: pointer;
    padding-left: 20px;
}

.memberBtnTwo {
    font-weight: bold;
    margin-top: 5px;
    border-radius: 7px;
    width: 680px;
    padding: 20px;
    border: 1px solid #d1d1d1;
    border-bottom: 5px solid #d1d1d1;
    background-color: #ffffff;
    font-size: 20px;
    font-family: NotoSansCJKsc-Light;
    padding-left: 20px;
    margin-bottom: -10px;
}

.memberBtnOpen {
    font-weight: bold;
    margin-top: 5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: 680px;
    padding: 20px;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    background-color: #ffffff;
    font-size: 20px;
    font-family: NotoSansCJKsc-Light;
    cursor: pointer;
    padding-left: 20px;
    padding-bottom: 20px;
}

.memberLogInHeader {
    width: 680px;
    height: 50px;
    padding: 10px;
    padding-left: 30px;
    background-color: #00a0e9;
    font-family: NotoSans-Italic;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: white;
}


.btnCircle {
    border-radius: 20px;
    display: inline-block;
    margin-left: 330px;
    text-align: center;
    border: 1px solid #d1d1d1;
    color: #d1d1d1;
    font-size: 25px;
    width: 40px;
    height: 40px;
}

.ddTitle {
    font-family: NotoSansCJKsc-Light;
    background-position: 125px 15px;
    height: 39px;
    padding-left: 15px;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    width: 150px;
    color: #cfcfcf;
    display: inline-block;
    border: 1px solid #c1d7ff;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}


.passengerInputLong {
    /*margin-left: 5px;
    height: 39px;
    width: 465px;
    margin-bottom: 10px;*/
}


.btnImage {
    margin-right: 20px;
}

.smallLine {
    color: #d1d1d1;
    height: 1px;
}


.bar1 {
    background-color: #545864;
    height: 45px;
    width: 100px;
    margin: 10px;
    margin-bottom: 1px;
    position: relative;
}

    .bar1::after {
        content: '';
        height: 45px;
        width: 50px;
        transform: skewX(45deg);
        background-color: #545864;
        position: absolute;
        right: -25px;
    }

.fullbar {
    background-color: #e9eaeb;
    height: 70px;
    width: 140px;
    margin: 10px;
    margin-top: 0px;
    position: relative;
}

    .fullbar::after {
        content: '';
        height: 35px;
        width: 50px;
        transform: skew(-140deg);
        background-color: #e9eaeb;
        position: absolute;
        right: -25px;
    }

    .fullbar::before {
        margin-top: 35px;
        content: '';
        height: 35px;
        width: 50px;
        transform: skewX(140deg);
        background-color: #e9eaeb;
        position: absolute;
        right: -25px;
    }

.barSpan_1 {
    font-weight: bold;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    position: absolute;
    z-index: 4;
}

.barSpan_2 {
    padding: 15px;
    position: absolute;
    z-index: 4;
    font-size: 28px;
    cursor: default;
    color: #868686;
    font-weight: bold;
}

.barSpan_3 {
    color: black;
    padding: 20px;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 12px;
    position: absolute;
    display: inline-block;
    z-index: 4;
}

.barImg {
    display: inline-block;
    z-index: 4;
    position: absolute;
    padding: 70px;
    padding-top: 25px;
}

.barSpan_5 {
    font-weight: bold;
    color: #868686;
    padding: 15px;
    font-size: 13px;
    position: absolute;
    z-index: 4;
    font-size: 28px;
}

.bodySummary {
    border-bottom: 1px solid #e9eaeb;
}

.tableSummary td {
    border: none;
    white-space: nowrap;
    padding: 0;
    padding: 1vw;
}


.fullbar2 {
    background-color: #e9eaeb;
    height: 70px;
    width: 100px;
    margin: 10px;
    margin-left: 50px;
    margin-top: 0px;
    position: relative;
}

    .fullbar2::after {
        content: '';
        height: 35px;
        width: 160px;
        transform: skew(-140deg);
        background-color: #f5f5f5;
        position: absolute;
        right: -25px;
        margin-left: 50px;
    }

    .fullbar2::before {
        margin-top: 35px;
        content: '';
        height: 35px;
        width: 160px;
        transform: skewX(140deg);
        background-color: #f5f5f5;
        position: absolute;
        right: -25px;
    }

.fullbar3 {
    background-color: #e9eaeb;
    height: 70px;
    width: 110px;
    margin: 10px;
    margin-left: 40px;
    margin-top: 0px;
    position: relative;
}

    .fullbar3::after {
        content: '';
        height: 35px;
        width: 50px;
        transform: skew(-140deg);
        background-color: #e9eaeb;
        position: absolute;
        left: -25px;
    }

    .fullbar3::before {
        margin-top: 35px;
        content: '';
        height: 35px;
        width: 50px;
        transform: skewX(140deg);
        background-color: #e9eaeb;
        position: absolute;
        left: -25px;
    }

.bar2 {
    background-color: #e9eaeb;
    height: 40px;
    width: 90px;
    margin: 10px;
    margin-bottom: 1px;
    position: relative;
    margin-left: 0px;
}

    .bar2::after {
        content: '';
        height: 40px;
        width: 50px;
        transform: skewX(45deg);
        background-color: #e9eaeb;
        position: absolute;
        right: -20px;
    }

.barSpan_4 {
    font-weight: bold;
    color: black;
    padding: 0px;
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
    padding-top: 10px;
    position: absolute;
    z-index: 4;
}

.timeContainer {
    display: inline-block;
    margin-right: 2px;
}

.barSubScript {
    font-size: 10px;
}

.bookingBody {
    border-bottom: 1px solid #e9eaeb;
    margin-left: 4px;
}

.statusHeader {
    font-size: 14px;
    padding: 10px;
    color: #585858;
    font-weight: bold;
}

.airlineStatus {
    width: 100%;
}

.airlineDate {
    font-family: NotoSans-Italic;
    font-weight: bold;
    padding-left: 10px;
    font-size: 14px;
    display: inline-block;
    float: left;
}

.carrierName {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    float: right;
}

.airIcon {
    margin-bottom: 5px;
    display: inline-block;
}

.airlineDate {
    font-family: NotoSans-Italic;
    font-weight: bold;
    padding-left: 10px;
    font-size: 14px;
    display: inline-block;
}

.passengerFlight {
    margin-bottom: 10px;
}

.airportName {
    padding-left: 15px;
    font-size: 14px;
    display: inline-block;
}

.passengerFooter {
    margin-bottom: 10px;
}

.airportName2 {
    padding-left: 220px;
    font-size: 14px;
    display: inline-block;
}

.mainFooter {
    height: 160px;
    background-color: #f5f5f5;
    width: 100%;
    border-bottom: 1px solid #afb4ba;
}

.titleList {
    width: 200px;
    padding-left: 0px;
    height: 150px;
    font-size: 15px;
    position: absolute;
    overflow-x: hidden;
    left: 0px;
    top: 39px;
}

    .titleList li {
        width: 150px;
        height: 40px;
        border-bottom: 1px solid #e5e5e5;
        text-align: center !important;
        padding: 10px;
        vertical-align: central !important;
        float: left;
        z-index: 100;
    }

    .titleList li {
        background: white;
        text-align: center;
        cursor: pointer;
    }

        .titleList li:hover {
            color: black;
            background: #e5e5e5;
        }

.passList {
    width: 200px;
    padding-left: 0px;
    height: 150px;
    font-size: 15px;
    position: absolute;
    overflow-x: hidden;
    left: 0px;
    top: 39px;
}

    .passList li {
        width: 150px;
        height: 40px;
        border-bottom: 1px solid #e5e5e5;
        text-align: center !important;
        padding: 10px;
        vertical-align: central !important;
        float: left;
        z-index: 100;
    }

    .passList li {
        background: white;
        text-align: center;
        cursor: pointer;
    }

        .passList li:hover {
            color: black;
            background: #e5e5e5;
        }

/**
    DATE ADDED: 09/05/2016
    Jose Niño N. Garcia
    **/

.clsLeftBtn:hover, .clsRightBtn:hover {
    cursor: pointer;
}

.filterMove {
}


.search_sched2 {
}

.search_schedLast {
}

.t_menu {
    z-index: 2;
}

.exit_btn {
    background-color: #535353;
    color: #fff;
    margin-top: 10px;
    border: 1px solid #dedede;
}

.airport_desc_left, .airport_desc_right {
    padding: 12px;
    width: 100px;
}

.airport_desc_left {
    float: left;
}

.airport_desc_right {
    float: right;
    margin-right: 25px;
}

.datepicker {
    z-index: 1000 !important;
}

/*.contactInfo, .passengerInfo {
    background: #fff;
    margin-bottom: 10px;
    /*border: 1px solid #ccc;*/
}

*/ .memberSummary1 {
    padding: 2vw;
    background-color: #e9eaeb;
    font-style: italic;
    font-size: 1rem;
    color: #000;
}

.memberPayment {
    text-align: center;
    background: #fff;
    margin: 0.5rem auto 1rem;
    padding: clamp(10px, 4vw, 20px);
    display: block;
    border-radius: 0.25rem;
    border: 1px solid #d1d1d1;
}

.btnPayment {
    padding: 15px;
    width: 250px;
    font-style: italic;
    cursor: pointer;
    font-size: 20px;
    color: black;
    display: inline-block;
    margin-top: 10px;
}

.paymentmode {
    text-align: left;
    width: 96%;
    margin: 1rem auto 0;
}

.visaimg {
    padding-left: 10px;
}

.tblPassenger {
    width: 680px;
    font-size: 14px;
    padding: 10px 30px;
    display: inline-block;
    font-family: NotoSansCJKsc-Light;
}

.tblPassengerInfo {
    font-family: NotoSans-Italic;
    padding-left: 60px;
}

.tblPassenger td {
}

.guestBox {
    border: 1px solid #d1d1d1;
}

.passenger {
    margin-left: 1vw;
    margin-bottom: 2vw;
}

.as_errorpage {
    text-align: center;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #16216e;
    height: auto;
    padding: 75px;
    margin-top: 30px;
}

.sp_error1 {
    color: #545864;
    font-weight: bold;
    font-size: 16px;
}

.sp_error2 {
    color: #000;
    font-style: italic;
    font-size: 14px;
}

.sp_error3 {
    color: #000;
    font-style: italic;
    font-size: 18px;
}

.promo_l1 {
    border-top: 1px solid #cecece;
    padding: 23px 0px 25px 0px;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 1165px;
}

.promo_img {
    display: inline-block;
}

.promo_l2 {
    width: 665px;
    padding: 30px 0px 27px 34px;
    font-size: 15px;
    color: #535353;
    float: right;
}

.title_l1 {
    color: #156aeb;
    font-size: 19px;
}

#fbshareMain {
    float: right;
    padding-left: 5px;
    margin-top: -2px;
}

.promo_l3 {
    clear: both;
    width: 430px;
}

.promo_l4 {
    margin-left: 18px;
    margin-top: 5px;
}

.selling_p1 {
    width: 161px;
    list-style-type: disc;
}

.selling_p2 {
    width: 230px;
}

.promo_l5 {
    margin-left: 18px;
    padding-top: 7px;
}


.t3 {
    padding-top: 6px;
    clear: both;
    line-height: 27px;
}

.t_img {
    margin-right: 12px;
}

.angucomplete-title {
    font-family: 'Neo Sans Intel Light';
    color: #b3b3b3;
    font-size: 30px;
}

#airex7_dropdown {
    width: 330px;
}

.angucomplete-searching {
    font-family: 'Neo Sans Intel Light';
    font-size: 15px;
    font-weight: bold;
}

.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 200px;
}

.angucomplete-title {
    color: #414042;
}

.angucomplete-row:hover {
    background: #f2f2f2 !important;
}

/*------------------------------JERALD----------------------------*/

.filterGrp {
    width: 1200px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: -5px;
    position: relative;
}

#filterBySched {
    width: 40vw;
    background-position: center right+3vw;
}

#filterByPrice {
    width: 40vw;
    background-position: center right+3vw;
}

.filterHyp {
    background: #fff url("../../Content/img/airticket/dropdownArrowNormal.png") no-repeat;
    padding: 2vw;
    padding-left: 4vw;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-align: left;
}

.filterHypUp {
    background: #fff url("../../Content/img/airticket/dropupArrowNormal.png") no-repeat;
    padding: 2vw;
    padding-left: 4vw;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-align: left;
}

.filterHypUpActive {
    background: url("../../Content/img/airticket/dropupArrowActive.png") no-repeat, linear-gradient(#5293da, #3a67ca);
    text-align: left;
    padding: 2vw;
    padding-left: 4vw;
    box-shadow: inset 0 1px 0 0px #6bb2e5;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: inline-block;
}

.filterHypActive {
    background: url(../../Content/img/airticket/dropdownArrowActive.png) no-repeat, linear-gradient(#5293da, #3a67ca);
    text-align: left;
    padding: 2vw;
    padding-left: 4vw;
    box-shadow: inset 0 1px 0 0px #6bb2e5;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: inline-block;
}

.filterMove {
}

.filterRightPhase {
    position: absolute;
    right: -210px;
    text-align: right;
    width: 600px;
    overflow: hidden;
    left: 430px;
    height: 60px;
}

.clsLeftBtn {
    background: #fff;
    position: absolute;
    color: #000;
    border: 1px solid #d1d1d1;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    width: 41px;
    height: 41px;
    border-radius: 3px;
    left: 385px;
    background: #fff url(../../Content/img/airticket/left-arrow.png) no-repeat;
    background-size: 22px;
    background-position: 8px;
}

.clsRightBtn {
    background: #fff;
    position: absolute;
    color: #000;
    border: 1px solid #d1d1d1;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    width: 41px;
    height: 41px;
    border-radius: 3px;
    right: 120px;
    top: 0;
    background: #fff url(../../Content/img/airticket/right-arrow.png) no-repeat;
    background-size: 22px;
    background-position: 8px;
}

    .clsLeftBtn:hover, .clsRightBtn:hover {
        cursor: pointer;
    }

.drpAirlineList {
    width: 565px;
    margin-top: 0px;
    margin-left: 41px;
    margin-right: 41px;
    overflow-x: hidden;
}

.airlinebox {
    float: left;
    border: 1px solid #d1d1d1;
    padding: 8px;
    border-radius: 3px;
    background: #fff;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    width: 55px;
    height: 40px;
    text-align: center;
    outline: none;
}

    .airlinebox:hover {
        background: #dadada;
    }

.airlinebox-airlineNoneSelected {
    float: left;
    border: 1px solid #d1d1d1;
    padding: 7px;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    width: 65px;
    height: 40px;
    text-align: center;
    background-color: #ccc;
}

.selectAllBtn a {
    position: absolute;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    outline: none;
    margin-top: 5px;
    width: 80px;
    top: 0;
    right: 0;
}

    .selectAllBtn a:hover {
        background: #dddddd;
    }

#cmdResetAgain {
    text-align: center;
    border: 1px solid #d1d1d1;
    width: 100px;
    margin: 0;
}

.as_mainForm {
    /*width: 912px;
    margin: 0 auto;
    margin-top: 15px;*/
    margin-top: 3vw;
}

.dlAirSegment {
    border: 1px solid #dcdcdc;
    transition: border 1s;
    box-shadow: 0px 5px 4px -2px #cacaca;
    border-radius: 2vw;
    background: #fff;
}

    .dlAirSegment:hover {
        border: 1px solid #545864;
        border-radius: 10px;
        background: #fff;
    }

.abovePrice {
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px;
    font-weight: bold;
    font-size: 1.25rem;
    ;
    color: #e95800;
}

.segmentDetails1 {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2vw;
    margin: 2vw;
}

.segmentDetails {
    display: inline-block;
    width: 100%;
    /*margin: 0 auto;*/
}

.flightTicketCon2 {
    padding: 0px 3px 2px 0;
    font-size: 14px;
    margin-left: 26px;
}

    .flightTicketCon2 li {
        list-style: disc;
    }

.flightTicketCon1 {
    float: left;
    padding: 17px;
    border-bottom: 1px solid #e9eaeb;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    color: #535353;
}

.flightTicketCon {
    padding: 2vw 5vw 5vw 5vw;
    top: 0;
    color: #535353;
}

    .flightTicketCon span, .flightTicketCon1 span {
        color: #034b88;
        font-weight: bold;
    }

    .flightTicketCon ul, .flightTicketCon1 ul {
        margin: 0;
        padding: 0;
        margin-left: 8vw;
        margin-top: 1vw;
    }

        .flightTicketCon ul li, .flightTicketCon1 ul li {
            list-style-type: disc;
        }

.sg_outbound {
    padding: 3vw;
    display: inline-block;
}

.sg_inbound {
    padding: 3vw;
    display: inline-block;
    padding-top: 2vw;
    margin-top: 1vw;
    border-top: 1px dashed #ccc;
}

.headPort {
    width: 100%;
}

.airlineDet {
    font-size: 14px;
    width: 90vw;
    text-align: right;
    margin-top: -5vw;
}

.sched1 {
    position: relative;
    display: inline-block;
    padding: 2vw 4vw;
    overflow: hidden;
    color: #ffffff;
    width: 30vw;
}

    .sched1:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: -10vw;
        width: 42vw;
        height: 25vw;
        background-color: #545864;
        -webkit-transform: skew(224deg);
        -ms-transform: skew(224deg);
        transform: skew(224deg);
        z-index: 0;
        transition: background 0.2s;
    }

.airportName_as {
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.airportCode_as {
    float: right;
    font-weight: bold;
    font-size: 13px;
}

.flnum_div {
    position: absolute;
    top: 2vw;
    margin-left: 32vw;
}

.flight_num {
    font-size: 14px;
    margin-right: 2vw;
}

.planeFigure, .planeFigure1 {
    background: url(../../Content/img/airticket/planeSeg.png) no-repeat;
    background-size: 4vw;
    width: 5vw;
    height: 4vw;
    display: inline-block;
    margin-bottom: -1vw;
}

.planeFigure2 {
    background: url(../../Content/img/airticket/planeSeg.png) no-repeat;
    background-size: 4vw;
    width: 5vw;
    height: 4vw;
    display: inline-block;
    margin-bottom: -1vw;
}

.sched99 {
    position: absolute;
    padding: 3.5vw;
    color: #ffffff;
    width: 51vw;
    left: 54vw;
    top: 1.5vw;
    height: 8vw;
    overflow: hidden;
}

    .sched99:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0vw;
        width: 30vw;
        height: 26vw;
        background-color: #e9eaeb;
        -webkit-transform: skew(224deg);
        -ms-transform: skew(224deg);
        transform: skew(224deg);
        z-index: 0;
        transition: background 0.2s;
    }

.airportName_as_two {
    float: left;
    font-size: 16px;
    margin-top: -2vw;
    color: #000000;
    font-weight: bold;
    z-index: 1 !important;
    position: relative;
}

.airportCode_as_two {
    float: right;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
    margin-right: 10px;
    display: none;
}


.sched2 {
    background-color: #e9eaeb;
    width: 30vw;
    height: 11vw;
    padding: 1vw 4vw;
    line-height: 4vw;
    margin-top: 0vw;
    display: inline-block;
}

.arrowRightBig {
    width: 0;
    height: 0;
    border-bottom: 5.5vw solid transparent;
    border-top: 5.5vw solid transparent;
    border-left: 6vw solid #e9eaeb;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 30vw;
    top: 0vw;
}

.arrowRightBig_search {
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent;
    border-left: 40px solid #e9eaeb;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 100%;
}

.myTime {
    color: #000;
    z-index: 1;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    margin-top: -6vw;
    margin-bottom: -2vw;
}

.myDate {
    color: #7e7e7e;
    z-index: 1;
    font-size: 14px;
    font-weight: 100;
    display: inline-block;
}

.arrowRightBig2 {
    width: 0;
    height: 0;
    border-bottom: 5.5vw solid transparent;
    border-top: 5.5vw solid transparent;
    border-left: 5vw solid #f5f5f5;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: -5vw;
    top: 0;
}

.schedLast {
    background-color: #e9eaeb;
    width: 27vw;
    position: absolute;
    height: 11vw;
    left: 62.5vw;
    padding: 1.5vw 1vw;
    line-height: 4vw;
    top: 0vw;
}

    .schedLast:before {
        content: "";
        position: absolute;
        border: 5.5vw solid #e9eaeb;
        left: -8.5vw;
        top: 0px;
        border-right-width: 4vw;
        border-left-color: transparent;
    }

.myTime2 {
    color: #000;
    z-index: 1;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    margin-top: -6vw;
    margin-bottom: -2vw;
}

.myDate2 {
    color: #7e7e7e;
    z-index: 1;
    font-size: 1rem;
    font-weight: 100;
    display: inline-block;
}

.clsRight {
    position: absolute;
    right: 3vw;
    margin-top: -10vw;
}

button.booknowBtnFlash {
    background: linear-gradient(#ee6e00, #e74f00);
    display: block;
    padding: 2vw 10vw 2vw 5vw;
    border-radius: 10vw;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #cf4900;
    text-shadow: 1px 1px 1px #e12500, -1px -1px 1px #e12500;
}

a.selectFlightBtnFlash {
    background: linear-gradient(#ee6e00, #e74f00);
    display: block;
    padding: 2vw 10vw 2vw 5vw;
    border-radius: 10vw;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #cf4900;
    text-shadow: 1px 1px 1px #e12500, -1px -1px 1px #e12500;
}

a.booknowBtnFlash2 {
    background: linear-gradient(#ee6e00, #e74f00);
    display: block;
    padding: 2vw 10vw 2vw 5vw;
    border-radius: 10vw;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #cf4900;
    text-shadow: 1px 1px 1px #e12500, -1px -1px 1px #e12500;
}

.planeBtnSmall {
    background: url(../../Content/img/airticket/planeBtn2.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 3vw;
    height: 4vw;
    width: 4vw;
    right: 4vw;
}

.planeBtnSmall1 {
    background: url(../../Content/img/airticket/planeBtn2.png) no-repeat;
    background-size: cover;
    position: absolute;
    height: 4vw;
    width: 4vw;
    margin-left: 25vw;
    margin-top: -5vw;
}

.bookNowBtn {
    float: right;
    margin: 4vw 3vw;
}

.dt_price_left {
    position: absolute;
    margin: 3vw 5vw;
}

.segment_property .modal {
    left: 17px;
}


.dt_header_right {
    float: right;
    margin-right: 9px;
}

.secondphase {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}

.secondphase_oneway {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.secondphase-cont {
    padding: 0 2vw;
}


.origin_loading_label {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.destination_loading_label {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.subFilterRightPhase {
    width: 10000px;
    position: absolute;
    left: 0;
}

.sg_outbound_oneway {
    padding: 3vw;
    display: inline-block;
}

.sched2_oneway {
    background-color: #e9eaeb;
    width: 30vw;
    height: 11vw;
    padding: 1vw 4vw;
    line-height: 4vw;
    margin-top: 0vw;
    display: inline-block;
}

.schedLast_oneway {
    background-color: #e9eaeb;
    width: 27vw;
    position: absolute;
    height: 11vw;
    left: 62.5vw;
    padding: 1.5vw 1vw;
    line-height: 4vw;
    top: 0vw;
}

    .schedLast_oneway:before {
        content: "";
        position: absolute;
        border: 5.5vw solid #e9eaeb;
        left: -8.5vw;
        top: 0px;
        border-right-width: 4vw;
        border-left-color: transparent;
    }

.sched99_oneway {
    position: absolute;
    padding: 3.5vw;
    color: #ffffff;
    width: 34vw;
    left: 54vw;
    top: 1.5vw;
    height: 8vw;
    overflow: hidden;
}

    .sched99_oneway:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 19px;
        width: 140px;
        height: 100px;
        background-color: #e9eaeb;
        -webkit-transform: skew(224deg);
        -ms-transform: skew(224deg);
        transform: skew(224deg);
        z-index: 0;
        margin: 0 0 0 -20px;
        transition: background 0.2s;
    }

.comb_airlines {
    float: left;
    margin: 18px 21px;
    background: #7e7e7e;
    border-radius: 14px;
    padding: 6px;
    width: 146px;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 100;
    display: none !important;
}

.tooltip.top {
    /*margin-top: 5px !important;
    position: absolute !important;
    margin-left: -30px;*/
}

.closeButton {
    background: -webkit-linear-gradient(#ed7222, #e54f18);
    margin-left: 29vw;
    width: 29vw;
    border: none;
    color: #ffffff;
    padding: 2vw;
    border-radius: 1vw;
}

.bootstrap-dialog .bootstrap-dialog-title {
    font-size: 1.25rem !important;
}

.closeButtonExt1 {
    background: -webkit-linear-gradient(#ed7222, #e54f18);
    margin-left: 36vw;
    width: 52vw;
    border: none;
    color: #ffffff;
    padding: 3vw;
    border-radius: 1vw;
    font-size: 1rem;
}

.closeButtonExt2 {
    float: left;
    margin-top: -11vw !important;
    width: 34vw;
    padding: 3vw;
    border-radius: 1vw;
    font-size: 1rem;
    border: none;
}

/*PAX DETAILS*/

.bs-wizard-stepnum {
    font-weight: 100;
}

.stepBar {
    margin-top: 3vw;
    padding: 0 3vw;
    height: 16vw;
    border-bottom: 1px solid #d1d1d1;
}

.bookingPane {
    display: inline-block;
    background-color: #fff;
    border-radius: 2vw;
    border: 1px solid #d1d1d1;
    margin: 0vw 2vw 2vw 2vw;
}

.bookingPaneHdr {
    font-size: 20px;
    color: #262626;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    padding: 17px;
}

.sg_outbound_sum {
    padding: 3vw;
    display: inline-block;
}

.sg_inbound_sum {
    padding: 3vw;
    display: inline-block;
    padding-top: 2vw;
    margin-top: 1vw;
    border-top: 1px dashed #ccc;
    border-bottom: 1px solid #d1d1d1;
}

.sched2_sum {
    background-color: #e9eaeb;
    width: 30vw;
    height: 11vw;
    padding: 1vw 4vw;
    line-height: 4vw;
    margin-top: 0vw;
    display: inline-block;
}

.schedLast_sum {
    background-color: #e9eaeb;
    width: 27vw;
    position: absolute;
    height: 11vw;
    left: 62.5vw;
    padding: 1.5vw 1vw;
    line-height: 4vw;
    top: 0vw;
}

    .schedLast_sum:before {
        content: "";
        position: absolute;
        border: 5.5vw solid #e9eaeb;
        left: -8.5vw;
        top: 0px;
        border-right-width: 4vw;
        border-left-color: transparent;
    }


.sched99_sum {
    position: absolute;
    padding: 3.5vw;
    color: #ffffff;
    width: 51vw;
    left: 54vw;
    top: 1.5vw;
    height: 8vw;
    overflow: hidden;
}

    .sched99_sum:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0vw;
        width: 30vw;
        height: 26vw;
        background-color: #e9eaeb;
        -webkit-transform: skew(224deg);
        -ms-transform: skew(224deg);
        transform: skew(224deg);
        z-index: 0;
        transition: background 0.2s;
    }

.sched1_sum {
    position: relative;
    display: inline-block;
    padding: 2vw 4vw;
    overflow: hidden;
    color: #ffffff;
    width: 30vw;
}

    .sched1_sum:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: -10vw;
        width: 42vw;
        height: 25vw;
        background-color: #545864;
        -webkit-transform: skew(224deg);
        -ms-transform: skew(224deg);
        transform: skew(224deg);
        z-index: 0;
        transition: background 0.2s;
    }

.schedStop_sum {
    width: 21vw;
    font-size: 14px;
    margin-top: 2vw;
    text-align: center;
    line-height: 4vw;
    margin-left: -9vw;
    z-index: 1;
    position: relative;
}

.airportName_sum {
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.myTime_sum {
    color: #000;
    z-index: 1;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    margin-top: -6vw;
    margin-bottom: -2vw;
}

.myDate_sum {
    color: #7e7e7e;
    z-index: 1;
    font-size: 14px;
    font-weight: 100;
    display: inline-block;
}

.bodySummary {
    padding: 17px;
    border-bottom: 1px solid #e9eaeb;
}

.tableSummary {
    display: inline-table;
    margin-top: 4vw;
    font-size: 16px;
    border: none;
}


.totalSummary {
    padding: 17px;
    font-size: 14px;
    display: block;
    border: none;
}

    .totalSummary td {
        border: none;
    }

    .totalSummary .curr {
        font-size: 1.25rem;
        ;
        margin-right: 2vw;
    }

    .totalSummary .amount {
        width: 79vw;
        display: inline-block;
        font-size: 1.25rem;
        ;
        float: right;
        position: absolute;
        margin-top: -5vw;
        color: #e95800;
        font-weight: bold;
    }

.amounts {
    color: #e95800;
    font-weight: bold;
    font-size: 18px;
}

#bookPayment {
    margin-left: -100vw;
}

.paxBody {
    display: inline-block;
    padding: 2vw;
    width: 100vw;
}


.paxDOB_Month, .paxDOB_Day, .paxDOB_Year, .paxPD_Month, .paxPD_Day, .paxPD_Year, .paxPE_Month, .paxPE_Day, .paxPE_Year {
    /*background: #fff url(../../Content/img/airticket/blue_dropdown_arrow.png) no-repeat;
    background-position: center right+3vw;*/
    border: 1px solid #ccc;
}

.infoACode, .infoCCode {
    width: 20vw !important;
    text-align: center;
}

.infoCNum {
    width: 43vw !important;
    text-align: center;
}

/*.passengerInput {
    margin: 1vw 0px;
    border: 1px solid #c1d7ff !important;
    outline: none;
    color: #666666 !important;
    font-size: 1rem;
}*/

.paxBody .ui-input-text {
    display: inline-block !important;
}

.pTitle {
    font-size: 14px;
    color: #000;
    display: block;
    padding-top: 2vw;
}

.btnBackIcon {
    width: 7px;
    height: 12px;
    margin: 0 10px 0 15px;
}

.btnBack {
    border-radius: 12vw;
    background-color: #fff;
    padding: 2vw;
    width: 25vw;
    border: 1px solid #dbdbdb;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    color: #2b2b2b;
    display: inline-block;
    margin-left: 2vw;
}

#btnPayment {
    background: linear-gradient(#ef7300, #eb6300, #e85100 );
    border-radius: 10vw;
    width: 61vw;
    border: 1px solid #c74600;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    padding: 2vw;
    text-align: center;
    float: right;
    cursor: pointer;
    box-shadow: inset 0 2px 0 0px #f39300;
}

.panelFooter {
    position: fixed;
    bottom: 12vw;
    background: #ffffff;
    width: 100%;
    z-index: 9;
    padding: 2vw;
    margin-left: -2vw;
    border-top: 1px solid #d1d1d1;
}

.ui-autocomplete {
    z-index: 1020 !important;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.closeButton2 {
    background: -webkit-linear-gradient(#ed7222, #e54f18);
    margin-left: 5px;
    margin-top: 30px;
    width: 100px;
    border: none;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    float: left;
}

.pay-mode {
    margin: 2vw;
    height: 8vw;
    width: auto;
}

.btnPaymentBtn {
    background: linear-gradient(#ef7300, #eb6300, #e85100 );
    border-radius: 10vw;
    width: 61vw;
    border: 1px solid #c74600;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    padding: 2vw;
    text-align: center;
    float: right;
    cursor: pointer;
    box-shadow: inset 0 2px 0 0px #f39300;
}

.tblPassenger, .tblContact {
    padding: 2vw 1vw;
    display: inline-block;
    font-family: NotoSansCJKsc-Light;
    border: none;
}

.tblPassengerInfo, .tblContactInfo {
    font-family: NotoSans-Italic;
    padding-left: 60px;
}

.tblPassenger td, .tblContact td {
    border: none;
    text-align: left;
    padding: 1vw 2vw;
    font-size: 16px;
    font-family: calibri;
}

#airex7_value::-webkit-input-placeholder {
    font-family: 'Neo Sans Intel Light';
    font-style: normal;
    font-size: 25px;
}

#airex7_value:-ms-input-placeholder {
    font-family: 'Neo Sans Intel Light';
    font-style: normal;
    font-size: 25px;
}

#airex7_value:-moz-placeholder {
    font-family: 'Neo Sans Intel Light';
    font-style: normal;
    font-size: 25px;
}

#airex7_value::-moz-placeholder {
    font-family: 'Neo Sans Intel Light';
    font-style: normal;
    font-size: 25px;
}

.btnCirclePlusBackground {
    background: url(../../Content/img/airticket/plus_ico.png) no-repeat center;
    background-size: 4vw;
    height: 7vw;
    width: 7vw;
    display: block;
    border-radius: 10vw;
    border: 1px solid #d2d2d2;
    position: absolute;
    margin-top: -6.5vw;
    right: 5vw;
}

.btnCircleMinusBackground {
    background: url(../../Content/img/airticket/minus_ico.png) no-repeat center;
    background-size: 4vw;
    height: 7vw;
    width: 7vw;
    display: block;
    border-radius: 10vw;
    border: 1px solid #d2d2d2;
    position: absolute;
    margin-top: -6.5vw;
    right: 5vw;
}

.fPass a:active {
    color: red;
}

.fPass a:visited {
    color: black;
}

/*.txtLogin, .passengerInput {
    font-family: Arial !important;
    border: 1px solid #ccc;
    padding: 2vw 2vw;
    width: 87vw;
}*/

.loading_notification {
    text-align: center;
    margin: 0 auto;
    width: 1200px;
    padding: 10px;
    padding-top: 20px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    border-radius: 10px;
}

.loading_top_header {
    margin-top: 20px;
}

.airlinePromos {
    text-align: center;
}

    .airlinePromos li {
        width: 261px;
        border: 1px solid #cecece;
        display: block;
        text-align: center;
        cursor: pointer;
        float: left;
        margin: 10px;
    }

        .airlinePromos li:hover {
            box-shadow: 1px 1px 1px 1px #cecece;
        }

    .airlinePromos img {
        height: 259px;
        width: 259px;
        margin-bottom: 15px;
    }

.bottom-promo {
    height: 5px;
    background: #dfdfdf;
    width: 100%;
    border-top: 1px solid #cecece;
}

.airlinePromos h3 {
    font-size: 15px;
    color: #155aeb;
    font-family: Neo Sans Intel;
    line-height: 19px;
    padding: 0px 26px;
    margin-top: 17px;
    display: block;
}

span.datePromos {
    font-family: Neo Sans Intel;
    color: #535353;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.promoSubCon {
    padding: 5px;
    border-top: 1px solid #cecece;
    background-color: #f9f9f9;
}

.lAirlinePromo {
    float: left;
}

.rAirlinePromo {
    float: right;
}

span.asiaicon {
    display: block;
    float: left;
    background-image: url('../../Content/img/airticket/asia.png');
    height: 15px;
    width: 15px;
    margin-top: 3px;
    margin-left: 10px;
}

span.continentLabel {
    display: block;
    float: left;
    margin-left: 3px;
    margin-top: 2px;
    color: #535353;
    font-size: 12px;
}

.loading_icons {
    background-image: url('../../Content/img/gif/loader_new.gif');
    height: 16px;
    width: 16px;
    position: absolute;
    top: 85px;
    right: 10px;
}

.loginBTN_new {
    background: linear-gradient(#ef7300, #eb6300, #e85100 );
    border-radius: 25px;
    width: 227px;
    border: 1px solid #c74600;
    font-weight: bold;
    font-size: 17px;
    color: white;
    padding: 9px;
    text-align: center;
    float: right;
    cursor: pointer;
    box-shadow: inset 0 2px 0 0px #f39300;
}

.airlineTblImage {
    padding: 2px;
    background: #fff;
    border-radius: 3px;
    width: 36px;
    height: 24px;
}

#tpOrigin {
    border: none !important;
    outline: none;
    font-size: 1.25rem;
    font-family: 'Neo Sans Intel Light';
    color: #000;
    width: 29vw;
}

#mInputOrigin {
    border: none !important;
    outline: none;
    font-size: 1.25rem;
    font-family: 'Neo Sans Intel Light';
    color: #000;
    width: 29vw;
}

#tpDest {
    border: none !important;
    outline: none;
    font-size: 1.25rem;
    font-family: 'Neo Sans Intel Light';
    color: #000;
    width: 33vw;
    margin-left: -3vw;
    padding-left: 3vw;
}

#mInputDestination {
    border: none !important;
    outline: none;
    font-size: 1.25rem;
    font-family: 'Neo Sans Intel Light';
    color: #000;
    width: 33vw;
    margin-left: -3vw;
    padding-left: 3vw;
}

.destBoxSearch, .destBoxSearchSub {
    background: #ffffff;
    width: 100%;
    margin-top: 3vw;
    z-index: 1;
}

/*.destBoxSearch {
    background: #ffffff;
    width: 94vw;
    margin-left: -54vw;
    padding: 2vw 3vw;
    margin-top: 3vw;
    z-index: 1;
    position: absolute;
}*/

.originBoxSearch {
    background: #ffffff;
    margin: 0;
    padding: 0;
    margin-top: 3vw;
    z-index: 1;
    height: 134vw;
    overflow: auto;
}

.originBoxSearchSub {
    background: #ffffff;
    margin: 0;
    padding: 0;
    margin-top: 3vw;
    z-index: 1;
    height: 134vw;
    overflow: auto;
}

.originBoxSearch ul.majorCities {
    padding: 0;
    list-style-type: none;
    margin: -2vw 4vw 2vw 4vw;
}

.originBoxSearchSub ul.majorCities {
    padding: 0;
    list-style-type: none;
    margin: -2vw 4vw 2vw 4vw;
}

    .originBoxSearch ul.majorCities li, .originBoxSearchSub ul.majorCities li {
        font-weight: bold;
        color: #43699c;
    }

.originBoxSearch ul.minorCities {
    list-style-type: none;
    border-bottom: none;
    margin: -2vw 4vw 4vw 4vw;
}

.originBoxSearchSub ul.minorCities {
    list-style-type: none;
    border-bottom: none;
    margin: -2vw 4vw 4vw 4vw;
}

.originBoxSearch li {
    font-size: 1rem;
    font-family: 'Neo Sans Intel Light';
    width: 39vw;
    text-align: left;
    padding: 1vw 0vw;
    cursor: pointer;
    display: inline-block;
}

.originBoxSearchSub li {
    font-size: 1rem;
    font-family: 'Neo Sans Intel Light';
    width: 39vw;
    text-align: left;
    padding: 1vw 0vw;
    cursor: pointer;
    display: inline-block;
}

    .originBoxSearch li:hover, .originBoxSearchSub li:hover {
        background: #f2f2f2;
    }

.originBoxSearch p, .originBoxSearchSub p {
    font-size: 16px;
    padding: 3vw 3vw 3vw 1vw;
    margin-bottom: 0;
    color: #0b4e8a;
}

.destBoxSearch p, .destBoxSearchSub p {
    font-size: 16px;
    padding: 2vw 0vw;
    margin-bottom: 0;
    color: #0b4e8a;
}

ul.ui-menu {
    max-height: 67vw !important;
}

.ui-selectmenu-menu {
    z-index: 9999 !important;
}

#ui-id-1-button, #ui-id-2-button, #ui-id-3-button, #ui-id-4-button, #ui-id-5-button, #ui-id-6-button {
    width: 100%;
    border-radius: 0;
    font-size: 1rem;
}

#CInput_Title-button {
    width: 100%;
    margin-bottom: 1vw;
}

.selCtry, .selCity, .selCtrySub, .selCitySub {
    font-size: 1rem;
    font-family: 'Neo Sans Intel Light';
    color: #414042;
    width: 100%;
    padding: 5px;
    outline: none;
}

.selBtn, .selBtnSub {
    margin: 10px 0;
    padding: 8px;
    width: 100%;
    background: linear-gradient(#5594d7, #3f6dc8);
    border: 1px solid #041b38;
    color: #fff;
    border-radius: 9px;
    outline: none;
}

.nodest {
    font-style: italic;
    color: #9c9c9c;
    text-align: center;
    display: block;
    font-size: 1rem;
}

/*------------------------------------------search cities--------------------------------------------------*/

.datepicker-days, .datepicker-months, .datepicker-years {
    font-family: sans-serif;
}

.arrow:after {
    background: #fff;
    border: 1px solid #ccc;
}

/*.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: 100 12px Arial !important;
    background: #fff;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    color: #535353;
}*/

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.chgPriceText {
    font-size: 19px;
    font-family: calibri;
    color: #b31515;
}

.chgPriceDiv {
    background: #ffefef;
    text-align: center;
    padding: 10px;
    margin-top: 9px;
}

    .chgPriceDiv span {
        margin: 17px;
        font-size: 14px;
        font-weight: bold;
        color: #676767;
    }

    .chgPriceDiv strong {
        font-weight: bold;
        font-size: 28px;
        color: #e95800;
    }

/*Append this CSS selectors*/

#success-top {
    background: url(../../Content/img/airticket/success_bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 3vw;
}

    #success-top img {
        margin-top: -4px;
        height: 11PX;
        width: auto;
    }

#success-information {
    margin: 0px auto;
    padding-top: 0;
    text-align: center;
    color: #fff;
    visibility: hidden;
}

#finalButton {
    padding-top: 3vw;
}



#bookingSummaryDiv table td, #bookingSummaryDiv table {
    border: none;
    text-align: left;
}



.sHdr {
    display: inline-block;
    text-align: left;
}

#bookingSummaryDiv table th, .sHdr {
    font-size: 12px;
    font-weight: 100;
    color: #868c9e;
    background: none;
    border: none;
    text-align: left;
}

#bookingSummaryDiv table td {
    padding: 0vw 0vw;
    font-size: clamp(14px, 1.33vw, 16px);
    vertical-align: top;
}




#stbl1 {
    width: 100%;
}

#stbl2 {
    margin-bottom: 10px;
    width: 100%;
}

#stbl3 {
    width: 100%;
}

    #stbl3 th {
        text-align: center;
    }



#stbl4 {
    width: 100%;
}

#totalText {
    font-size: 1.25rem !important;
    font-weight: bold;
    color: #646262;
    padding: 1vw !important;
}

#totalAmtSum {
    text-align: right !important;
    font-weight: bold;
    color: #e95800;
}


.itinCityCode, .itinFlight {
    font-size: 14px;
    font-weight: bold;
    color: #636262;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}



#bookingSummaryDivLoading {
}

    #bookingSummaryDivLoading .dlAirSegment {
        margin: 2vw;
    }

        #bookingSummaryDivLoading .dlAirSegment img {
            height: auto;
            width: clamp(200px, 60vw, 500px);
        }

        #bookingSummaryDivLoading .dlAirSegment p {
            font-size: 1.25rem;
            color: #b9b9b9;
        }

#bookingSummaryDivPrint {
    background: #fff;
    width: 1000px;
    padding: 36px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    text-align: left;
}

    #bookingSummaryDivPrint table th, .sHdr {
        font-size: 15px;
        font-weight: 100;
        color: #868c9e;
    }

    #bookingSummaryDivPrint table td {
        padding: 2px 10px;
        font-size: 14px;
        white-space: nowrap;
    }

    #bookingSummaryDivPrint h3 {
        font-size: 24px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        line-height: 1.1;
    }

.hrdoca {
    margin: 3vw 0;
    color: #ccc;
    border: .5px solid #d1d1d1;
}

/*.include_doca, .cInfo {
    
    font-size: 14px;
    margin-bottom: 2vw;
    display: inline-block;
    color: #00a0e9;
}

    .cInfo div, .include_doca div {
        font-size: 14px;
        color: #00a0e9;
        width: 85vw;
    }

.cInfo {
    margin-top: 10px;
}

    .include_doca input, .cInfo input {
        margin-right: 6px;
    }*/

.tkt {
    font-weight: bold;
    color: #3a3a3a;
    font-size: 18px;
}



.paxAge {
    display: none;
}

#ContentPlaceHolder1_FlightSearch_pnlRaksoAirTicket {
    text-align: center;
}


.footerdiv {
    border-top: 1px solid #d2d2d2;
}

#sort-icon {
    height: 18px;
    width: 18px;
}

#result-info {
    display: inline-block;
    margin-left: 2vw;
    font-size: 14px;
    color: #545864;
}

#result-count {
    color: #d63d42;
    font-size: 19px;
    font-family: calibri;
    font-weight: bold;
    margin-left: 11px;
}


#sort-pane {
    float: right;
}

.ttl-lbl {
    font-family: Calibri;
    color: #929292;
    font-size: 14px;
    width: 21vw;
    display: inline-block;
    line-height: 3vw;
}


#main-pane {
    padding: 2vw;
    margin: 0 auto;
}

#left-result-pane {
    background: #034b88;
    padding: 10px;
    z-index: 1000;
    position: relative !important;
    width: 100%;
    box-shadow: 0px 15px 25px -3px #9c9c9c;
    display: none;
    color: #fff;
}

    #left-result-pane h2 {
        background: #034b88;
        padding: 2vw;
        font-size: 1.25rem;
        padding-left: 4vw;
        color: #fff;
        font-family: calibri;
        margin-bottom: 2vw;
    }

    #left-result-pane .btnCloseFilter {
        display: block;
        position: absolute;
        right: 1vw;
        font-size: 14vw;
        padding: 1vw;
        border-radius: 3vw;
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-weight: 100;
        font-family: serif;
        margin-top: -8vw;
    }

#right-result-pane {
}

#left-result-pane .filter-box {
    margin: 0px 6px;
    padding: 0 1vw 2vw 1vw;
    text-align: center;
}

    #left-result-pane .filter-box h3 {
        color: #ffffff;
        font-family: calibri;
        font-size: 1rem;
        display: block;
        border-bottom: 1px solid #1c6fb5;
        padding-bottom: 1vw;
        margin-bottom: 2vw;
        margin-top: 2vw;
        text-align: left;
    }

        #left-result-pane .filter-box h3 img {
            height: 5vw;
            width: 5vw;
            margin-right: 2vw;
        }



.timeFilter {
    padding: 9vw 1vw 2vw 1vw;
    display: inline-block;
    width: 22vw;
    border-radius: 0vw;
    font-family: calibri;
    height: 15vw;
    cursor: pointer;
    margin-bottom: 0vw;
    border-left: 1px solid #034b88;
    outline: none;
    text-align: center;
}

    .timeFilter p {
        font-size: 14px;
        color: #272727;
    }

.stopFilter {
    padding: 6vw 2vw 2vw 2vw;
    display: inline-block;
    width: 29vw;
    border-radius: 0vw;
    font-family: calibri;
    height: 13vw;
    cursor: pointer;
    margin-bottom: 0vw;
    border-left: 1px solid #034b88;
    text-align: left;
    outline: none;
    background: #fff;
    margin: 0;
    text-align: center;
}

    .stopFilter p {
        color: #272727;
        font-size: 14px;
    }

#filterTimeMorningOut, #filterTimeMorningIn {
    background: #fff url(../../Content/img/airticket/morning-icon.png) no-repeat 50% 8px /auto 40%;
}

#filterTimeNoonOut, #filterTimeNoonIn {
    background: #fff url(../../Content/img/airticket/afternoon-icon.png) no-repeat 50% 8px /auto 40%;
}

#filterTimeDawnOut, #filterTimeDawnIn {
    background: #fff url(../../Content/img/airticket/dawn-icon.png) no-repeat 50% 8px /auto 40%;
}

#filterTimeNightOut, #filterTimeNightIn {
    background: #fff url(../../Content/img/airticket/night-icon.png) no-repeat 50% 8px /auto 40%;
}

/*.slidDivOutbound span, .slidDivInbound span {
    color: #60b4d6;
    
    font-size: 14px;
    text-align: left;
    display: block;
    margin: 1vw 2vw;
}*/

/*#filterDirect {
    background: #fff url(../../Content/img/airticket/zero-stops.png) no-repeat;
    background-position: center -1vw;
    background-size: 10vw;
}

#filterS1 {
    background: #fff url(../../Content/img/airticket/one-stops.png) no-repeat;
    background-position: center -1vw;
    background-size: 10vw;
}

#filterS2 {
    background: #fff url(../../Content/img/airticket/two-stops.png) no-repeat;
    background-position: center -1vw;
    background-size: 10vw;
}*/

.airlineFilter {
    padding: 1vw;
    width: 44vw;
    display: inline-block;
    border-radius: 0vw;
    cursor: pointer;
    text-align: left;
    outline: none;
    padding-left: 9vw;
    background: #fff url(../../Content/img/airticket/uncheckbox.png) no-repeat;
    background-position: center left+1vw;
    background-size: 7vw;
    margin-bottom: 1px;
    margin-left: 1px;
}

    .airlineFilter p {
        display: inline;
        margin-left: 2vw;
        font-size: 2.5vw;
    }

    .airlineFilter:hover {
        background-color: #dadada;
    }



/*.checkAL {
    background: #fff url(../../Content/img/airticket/checkbox.png) no-repeat;
    background-position: center left+1vw;
    background-size: 7vw;
}

.checkSt {
    background-color: #ffffbf !important;
}

.uncheckSt {
    background-color: #fff;
}*/

.filter-box ul {
    padding: 0;
    display: inline-table;
}

.slidDiv {
    margin: 0px 12px;
}


.loadingGrid {
    background: url(../../Content/img/gif/loader.gif) no-repeat;
    background-size: 33vw;
    background-position: center 4vw;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: 1;
}

.airlineLowFareBox:last-child {
    margin-right: 0 !important;
}

.airlineLowFareBox {
    background: #ffffff;
    padding: 2vw;
    position: relative;
    width: 30vw;
    border-radius: 2vw;
    margin-right: 9px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    transition: border 1s;
    box-shadow: 0px 5px 4px -2px #cacaca;
    cursor: pointer;
    text-align: center;
}

    .airlineLowFareBox:hover {
        border: 1px solid #545864;
    }

    .airlineLowFareBox img {
        height: 7vw;
    }

    .airlineLowFareBox span {
        display: block;
        color: #3f6688;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
    }

    .airlineLowFareBox label {
        text-align: left;
        font-weight: 100;
        font-style: italic;
        color: #7b7878;
        margin-bottom: 0;
        font-size: 14px;
    }

    .airlineLowFareBox .priceLow {
        text-align: center;
        border-bottom: 1px solid #dcdcdc;
        font-weight: bold;
        font-size: 1.25rem;
        color: #e95800;
    }

    .airlineLowFareBox.oneRes .priceLow {
        border-bottom: none !important;
    }

    .airlineLowFareBox.oneRes label {
        position: absolute;
        top: 2vw;
        left: 3vw;
    }

    .airlineLowFareBox.oneRes span {
        position: absolute;
        right: 2vw;
        top: 2vw;
    }

    .airlineLowFareBox.oneRes {
        width: 96vw !important;
    }

#lowfare_query {
    position: relative;
    text-align: center
}

.airlineLowFareBox.active {
    box-shadow: 0px 8px 13px -2px #545454;
    background: #bdbdbd;
}

#bookingSummaryDivLoading .as_mainForm, #bookingSummaryDivLoading .dlAirSegment {
}

.btnManageDiv {
    text-align: center;
    padding: 2vw;
    border-bottom: 1px solid #eee;
}

.btnManageBooking {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #176692;
    color: #fff;
    padding: 2vw 4vw 2vw 12vw;
    background-image: url(../../Content/img/airticket/planeBtn.png);
    background-repeat: no-repeat;
    background-size: 5vw;
    background-position: left+3vw center;
    display: inline-block;
    background-color: #275d8d;
}

    .btnManageBooking:hover {
        background-color: #477ab4;
        color: #fff;
    }

.confirmButton {
    background: linear-gradient(#ee6e00, #e74f00);
    display: block;
    padding: 2vw 5vw 2vw 5vw;
    border-radius: 10vw;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #cf4900;
    text-shadow: 1px 1px 1px #e12500, -1px -1px 1px #e12500;
    margin: 0 auto;
}

.confirm-box {
}

    .confirm-box .grd-div {
        background: #e1e9ef;
        padding: 1vw;
        margin: -3vw;
        margin-bottom: 2vw;
    }

        .confirm-box .grd-div label {
            display: inline-block;
            margin: 1vw 0;
            padding-left: 2vw;
            color: #505050;
            font-size: 1rem;
        }

        .confirm-box .grd-div .grd-ttl {
            color: #e9611d;
            font-weight: bold;
            float: right;
            font-size: 1.25rem;
            ;
            margin-right: 3vw;
        }



.highlight {
    color: #1e6eec;
    font-weight: bold;
}

    .highlight:hover {
        color: #273545;
    }

    .highlight:visited {
        color: #1e6eec;
    }


.opCar:empty {
    display: none;
}

.opCar {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 14px;
    margin-left: 15px;
}

    .opCar label {
        color: #7e7e7e;
        font-size: 9px;
        margin-right: 4px;
    }

.opCar1 {
    white-space: nowrap;
    margin-right: 1vw;
}

    .opCar1 label {
        color: #7e7e7e !important;
        font-size: 14px !important;
        margin: 0 1vw !important;
        width: auto !important;
    }


.editFilterPane {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 2vw;
}

    .editFilterPane input {
        color: #034b88;
        border: 1px solid #dcdcdc;
        padding: 2vw 11vw 2vw 15vw;
        margin: 0 2vw;
        font-size: 14px;
        outline: none;
    }

/*#btnEditSearch {
    margin-right: 0;
    background: #fff url(../../Content/img/airticket/edit-search.png) no-repeat;
    background-size: 5vw;
    background-position: center left+6vw;
    border-top-left-radius: 5vw;
    border-bottom-left-radius: 5vw;
}*/

#btnFilterSearch {
    margin-left: 0;
    /*border-left: 0;*/
    width: 83vw;
    margin-right: 0;
    background: #fff url(../../Content/img/airticket/filter-search.png) no-repeat;
    background-size: 5vw;
    background-position: center left+6vw;
    border-radius: 5vw;
    text-align: center''
    /*border-top-right-radius: 5vw;
    border-bottom-right-radius: 5vw;*/
}

#title {
    color: #3779db;
    font-size: 16px;
    padding: 3vw 0;
    font-family: 'Neo Sans Intel';
}

#seltravel {
    padding: 4vw 8vw 2vw 3vw;
}

    #seltravel li {
        list-style-type: disc;
        margin-left: 3vw;
        font-size: 16px;
    }

    #seltravel label {
        font-weight: normal;
        color: #8a8a8a;
        width: 31vw;
        margin: 0;
    }

    #seltravel span {
        font-weight: bold;
        margin-left: 2vw;
    }

#call-contact {
    background: #3664f0 !important;
    color: #fff !important;
    border: 1px solid #0034bf !important;
    margin-top: 4vw;
}

.ticket-contact span {
    color: #fff;
}

.ticket-contact .glyphicon {
    margin-right: 7px;
}

.ticket-contact {
    display: block;
    border: .5px solid #ccc;
    padding: 3vw 2vw;
    background: #f9f9f9;
    margin: 1vw 0px;
    color: #000;
    font-family: "Neo Sans Intel";
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
    box-shadow: 0px 4px 6px -3px #ccc;
    border-radius: 3px;
}

#fax-contact {
    background-color: transparent;
    border: none;
    color: #bbb;
    font-weight: normal;
    box-shadow: none;
}

.promohdr {
    padding: 3vw 4vw 0vw 4vw;
    color: #717171;
    font-size: 16px;
    font-weight: 600;
}

    .promohdr img {
        margin: 0 2vw;
        height: 3vw;
        vertical-align: baseline;
    }

    .promohdr .ctry {
        color: #3069ef;
    }

#MainContent_fbshareMain {
    margin-left: 1vw;
}

.mainBoxSearch, .mainBoxSearchSub {
    display: none;
    position: fixed;
    background: #fff;
    top: 12vw;
    left: 0vw;
    width: 100%;
    bottom: 12vw;
    overflow: auto;
    z-index: 1;
    padding: 3vw;
    border: 2.5vw solid #817f7f;
}

.mainBoxBtn, .mainBoxBtnSub {
    background: #efefef;
    margin: -3vw;
    text-align: center;
    display: block;
    padding: 3vw 21vw 0vw 1vw;
    border-bottom: 1px solid #ccc;
}

    .mainBoxBtn span, .mainBoxBtnSub span {
        width: 33vw;
        display: inline-block;
        text-align: center;
        background-color: #fff;
        padding: 2vw 1vw 2vw 9vw;
        margin-bottom: -1px;
    }

#mainOriginBtn, #mainOriginBtnSub {
    border-top-left-radius: 2vw;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff url(../../Content/img/airticket/origin-icon.png) no-repeat;
    background-position: center left+4vw;
    background-size: 6vw;
}


#mainDestBtn, #mainDestBtnSub {
    border-top-right-radius: 2vw;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff url(../../Content/img/airticket/arrival-icon.png) no-repeat;
    background-position: center left+3vw;
    background-size: 6vw;
}

.mainBoxBtnDis {
    background-color: #d3d3d3 !important;
}

.mainBoxBtnClose, .mainBoxBtnCloseSub {
    display: block;
    position: absolute;
    right: 1vw;
    font-size: 12vw;
    padding: 1vw;
    border-radius: 3vw;
    cursor: pointer;
    text-align: center;
    font-weight: 100;
    font-family: serif;
    margin-top: -16vw;
    color: #817f7f;
}

.txtSearchCity {
    border: 1px solid #ccc;
    margin-top: 3vw;
    padding: 1vw 1vw 1vw 2vw;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 100;
    font-family: calibri;
    outline: none;
}

html.disable-scroll {
    overflow: hidden;
}

.selOrigin {
    background: #f3f3f3;
    border: 1px solid #ccc;
    padding: 0vw 3vw;
    border-radius: 1vw;
    margin-top: 5vw;
}

    .selOrigin p {
        display: inline-block;
        color: #4a4a4a;
        font-size: 1.25rem;
        font-family: Calibri;
        border-left: 1px solid #ccc;
        padding-left: 3vw;
    }

    .selOrigin span {
        color: #0b4e8a;
        margin-right: 3vw;
    }

.info-pane {
    background: #fff;
    margin: 1rem auto;
    padding: clamp(10px, 4vw, 20px);
    display: block;
    border-radius: 0.25rem;
    border: 1px solid #d1d1d1;
    width: 96%;
}


.error_panel {
    background: url(../img/airticket/flight-bg.jpg) no-repeat center /cover;
    height: 514px;
    padding-top: 176px;
}

.payment_error {
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    border-radius: 9px;
    padding: 16px;
    border: 1px solid #ccc;
    width: 377px;
}

    .payment_error img {
        height: 35px;
        width: 35px;
        opacity: 0.8;
    }

.payment_error_content {
    margin-top: -38px;
    margin-left: 45px;
}

    .payment_error_content span {
        font-size: 20px;
        color: #e07373;
    }

    .payment_error_content p {
        font-size: 14px;
        font-weight: 100;
        color: #656060;
        margin: 0;
    }


.vwFareRule {
    float: right;
    cursor: pointer;
    background: #93cde8;
    font-size: 14px;
    padding: 2vw 4vw;
    border-radius: 6vw;
    color: #585454;
}

    .vwFareRule:hover {
        background: #00a0e9;
        color: #fff;
    }

.farerulecon {
    font-size: 1.25rem;
    ;
    border: 1px solid #ccc;
    padding: 2vw;
    height: 101vw;
    overflow: auto;
    display: none;
    font-family: Arial !important;
}

.fr-dialog h2 {
    margin: 0;
    font-size: 1.25rem;
    font-family: calibri;
}

.fr-dialog h4 {
    font-weight: bold;
    font-size: 1.25rem;
    font-family: calibri;
    margin-top: 3vw;
    margin-bottom: 4vw;
}

.fr-dialog .modal-dialog {
    width: 95vw;
}

.fr-dialog .closeButton {
    display: block;
    margin: 0 auto;
    margin-top: 2vw;
}

.farerulecon ul {
    margin: 0;
    padding: 0;
}

    .farerulecon ul li {
        background: #fff0ed;
        padding: 2vw;
        margin-bottom: 2vw;
        border-radius: 8px;
    }

        .farerulecon ul li label {
            font-weight: bold;
            font-size: 16px;
            color: #337ab7;
        }

        .farerulecon ul li p {
            margin: 0;
            padding: 0;
            margin-left: 2vw;
            word-break: break-word;
            font-size: 14px;
        }

            .farerulecon ul li p br {
                content: "";
                margin-left: 4px;
            }

.frHdr {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2vw 3vw;
    background: #f3f3f3;
    position: relative;
    margin-bottom: -2px;
    cursor: pointer;
    margin-right: -1px;
    font-family: Arial !important;
}

    .frHdr.activeFr {
        border-bottom: 0;
        background: #fff;
    }

.fr-loading {
    background: #ccc url(../../Content/img/gif/loader.gif) no-repeat;
    background-size: 27vw;
    background-position: center;
    width: 100%;
    height: 100%;
}

    .fr-loading h5 {
        position: absolute;
        text-align: center;
        display: inline-block;
        width: 92%;
        font-size: 1.25rem;
        font-weight: bold;
        color: #a7a7a7;
        margin-top: 27vw;
    }

.pTitle1 {
    font-size: 1rem;
    color: black;
    display: block;
    margin-bottom: 0vw;
}


.specfare {
    position: absolute;
    background: #1b6ec0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    bottom: 10px;
}

    .specfare i {
        font-size: 12px;
    }

.specfare_desc {
    color: #1b6ec0 !important;
    font-weight: bold;
}

