/*
 *  Scroll style
 */
/* flight price calendar */
.International-flights {
    position: relative;
    /*padding: 20px 0;*/
    padding: 15px 0;
}

    .International-flights .head-list-flights {
        float: right;
        width: 100%;
        height: auto;
        width: 842.5px;
        height: 40px;
        background-color: #fff;
        margin: 0 0 20px;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
        z-index: 3;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        top: 0;
    }

        .International-flights .head-list-flights ul {
            float: right;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .International-flights .head-list-flights ul li {
                height: 40px;
                width: 20%;
                float: right;
                line-height: 40px;
                font-size: 1.2rem;
                border-left: 1px solid #ddd;
                color: #3e3e3e;
            }

                .International-flights .head-list-flights ul li:last-child {
                    border-left: none;
                }

    .International-flights .Ticket-List {
        float: right;
        width: 100%;
        height: auto;
    }

        .International-flights .Ticket-List .ticket-item-block {
            float: right;
            width: 100%;
            height: auto;
            border-radius: 5px;
            background-color: #fff;
            text-align: center;
            margin: 0 0 10px;
            box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        }

            .International-flights .Ticket-List .ticket-item-block span {
                float: right;
                width: 100%;
                height: auto;
            }

            .International-flights .Ticket-List .ticket-item-block ul {
                float: right;
                width: 100%;
                height: auto;
            }

            .International-flights .Ticket-List .ticket-item-block li {
                float: right;
                width: 100%;
                height: auto;
            }

            .International-flights .Ticket-List .ticket-item-block .price {
                float: right;
                width: 100%;
                height: auto;
            }

            .International-flights .Ticket-List .ticket-item-block a {
                float: right;
                width: 100%;
                height: auto;
            }

            .International-flights .Ticket-List .ticket-item-block:hover {
                -webkit-box-shadow: 0 1px 3px 1px rgba(42, 117, 255, 0.8);
                box-shadow: 0 1px 3px 1px rgba(42, 117, 255, 0.8);
            }

            .International-flights .Ticket-List .ticket-item-block:last-child {
                margin: 0;
            }

            .International-flights .Ticket-List .ticket-item-block .airline {
                float: right;
                min-height: 130px;
                height: 100%;
                padding: 10px;
                position: relative;
                width: 15%;
                padding: 0;
                border-left: 1px dashed #d4dfe8;
            }

                .International-flights .Ticket-List .ticket-item-block .airline .center-page {
                    position: absolute;
                    top: 50%;
                    transform: translate(0, -50%);
                    right: 0;
                    width: 100%;
                    text-align: center;
                }

                .International-flights .Ticket-List .ticket-item-block .airline img {
                    width: 64px;
                    height: 64px;
                    margin: 0;
                }

                .International-flights .Ticket-List .ticket-item-block .airline span.name {
                    height: 30px;
                    line-height: 30px;
                    margin: 0;
                    font-size: 1.1rem;
                }

                .International-flights .Ticket-List .ticket-item-block .airline .Flight {
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 30px;
                    height: 130px;
                    background-color: #edf3f8;
                }

                    .International-flights .Ticket-List .ticket-item-block .airline .Flight span {
                        position: absolute;
                        -ms-transform: rotate(-90deg);
                        -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        top: 50px;
                        right: -50px;
                        width: 130px;
                        height: 30px;
                        font-size: 1.2rem;
                        line-height: 30px;
                        color: #a3b3bf;
                    }

                .International-flights .Ticket-List .ticket-item-block .airline.two-airline .center-page {
                    position: static;
                    top: 0;
                    margin: 10px 0;
                    transform: none;
                }

                    .International-flights .Ticket-List .ticket-item-block .airline.two-airline .center-page .badge-off {
                        top: 10px;
                    }

                .International-flights .Ticket-List .ticket-item-block .airline.two-airline span.name {
                    height: 25px;
                    line-height: 25px;
                }

                .International-flights .Ticket-List .ticket-item-block .airline img {
                    width: 54px;
                    height: 54px;
                }

            .International-flights .Ticket-List .ticket-item-block .path-aircraft {
                float: right;
                min-height: 130px;
                height: 100%;
                position: relative;
                padding: 10px;
                direction: ltr;
                width: 62%;
                padding: 0;
            }

                .International-flights .Ticket-List .ticket-item-block .path-aircraft ul {
                    position: relative;
                    margin: 0;
                    padding: 0;
                }

                    .International-flights .Ticket-List .ticket-item-block .path-aircraft ul li {
                        position: relative;
                        float: left;
                        width: 33.33%;
                        height: 40px;
                    }

                .International-flights .Ticket-List .ticket-item-block .path-aircraft .head {
                    position: relative;
                    z-index: 2;
                    overflow: hidden;
                    height: 35px;
                }

                    .International-flights .Ticket-List .ticket-item-block .path-aircraft .head ul {
                        position: relative;
                        background-color: #fff;
                        height: 30px;
                        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                    }

                    .International-flights .Ticket-List .ticket-item-block .path-aircraft .head li {
                        height: 30px;
                        line-height: 30px;
                        font-size: 1rem;
                        color: #a1acb7;
                        border-left: 1px solid #edf3f8;
                    }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .head li:first-child {
                            border-left: none;
                        }

                .International-flights .Ticket-List .ticket-item-block .path-aircraft .body {
                    position: relative;
                    min-height: 80px;
                    padding: 0;
                    float: right;
                    width: 100%;
                }

                    .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly {
                        margin: 30px 0;
                        min-height: 70px;
                    }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly:after {
                            position: absolute;
                            content: '';
                            top: 50%;
                            bottom: auto;
                            transform: translate(0, -50%);
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            width: 40%;
                            height: 1px;
                            border-bottom: 2px solid #efefe9;
                        }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly .Stop {
                            position: absolute;
                            top: 0;
                            right: 0;
                            left: 0;
                            margin: 0 auto;
                            width: 100px;
                            height: 70px;
                            z-index: 1;
                            top: 30px;
                        }

                            .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly .Stop:after {
                                position: absolute;
                                top: 0;
                                right: 0;
                                left: 0;
                                margin: 0 auto;
                                content: '';
                                top: 15px;
                                width: 40px;
                                height: 40px;
                                background-color: #fff;
                                border: 1px solid #e4e4df;
                                border-radius: 50%;
                                background-image: url('/Content/Version2/img/ico.png');
                                background-position: -430px -461px;
                            }

                            .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly .Stop .number-stop {
                                position: relative;
                                top: 60px;
                                font-size: 1rem;
                                color: #737269;
                            }

                            .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly .Stop .flight-mode {
                                position: absolute;
                                top: 0px;
                                left: 0;
                                font-size: 1.1rem;
                                color: #5e6367;
                                font-weight: 600;
                            }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly .origin {
                            float: left;
                            width: 50%;
                            height: 70px;
                            text-align: center;
                            padding-right: 100px;
                        }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly .Destination {
                            float: left;
                            width: 50%;
                            height: 70px;
                            text-align: center;
                            padding-left: 100px;
                        }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly .city {
                            display: block;
                            width: 100%;
                            height: 25px;
                            line-height: 25px;
                            font-size: 1.5rem;
                            color: #777;
                        }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly .time {
                            display: block;
                            width: 100%;
                            height: 25px;
                            line-height: 25px;
                            font-size: 2.2rem;
                            font-weight: 700;
                        }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .body .tik-fly .date {
                            display: block;
                            width: 100%;
                            height: 25px;
                            line-height: 25px;
                            font-size: 1.1rem;
                            color: #737269;
                            height: 20px;
                            line-height: 20px;
                        }

                .International-flights .Ticket-List .ticket-item-block .path-aircraft .foot {
                    height: 50px;
                    background-color: #fbfbfb;
                    padding: 10px 0;
                }

                    .International-flights .Ticket-List .ticket-item-block .path-aircraft .foot span {
                        height: 18px;
                        line-height: 13px;
                        font-size: 1rem;
                        color: #aaa;
                    }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .foot span i {
                            display: inline-block;
                            width: 15px;
                            height: 15px;
                            line-height: 15px;
                            background-color: #c7eeff;
                            border-radius: 5px;
                            position: relative;
                            top: 4px;
                            margin: 0 5px 0 0;
                            font-size: 1.2rem;
                            font-style: normal;
                            color: #1ebaff;
                            cursor: pointer;
                        }

                        .International-flights .Ticket-List .ticket-item-block .path-aircraft .foot span.time-travel {
                            height: 20px;
                            line-height: 20px;
                            color: #d09f25;
                            float: none;
                            display: inline-block;
                            width: auto;
                            padding: 0 20px;
                            background-color: #f6f6f6;
                            border-radius: 20px;
                            margin: 8px 0;
                        }

            .International-flights .Ticket-List .ticket-item-block .Description {
                float: right;
                min-height: 130px;
                height: 100%;
                position: relative;
                padding: 10px;
                width: 23%;
                border-right: 1px dashed #deded5;
            }

                .International-flights .Ticket-List .ticket-item-block .Description .center-info {
                    position: absolute;
                    top: 50%;
                    bottom: auto;
                    transform: translate(0, -50%);
                    right: 10px;
                    left: 10px;
                }

                .International-flights .Ticket-List .ticket-item-block .Description .price {
                    position: relative;
                    height: 60px;
                    line-height: 20px;
                    font-size: 1rem;
                    color: #a1acb7;
                    top: -7px;
                }

                    .International-flights .Ticket-List .ticket-item-block .Description .price span {
                        font-size: 1.8rem;
                        color: #11c151;
                        margin: 0;
                        height: 10px;
                        line-height: 15px;
                        font-weight: 600;
                    }

                    .International-flights .Ticket-List .ticket-item-block .Description .price .info-b-price {
                        padding: 0 10px;
                        margin-right: 5px;
                        cursor: help;
                        color: #333;
                        text-align: center;
                        font-size: 16px;
                        font-weight: 600;
                        font-style: normal;
                        font-family: serif !important;
                        border-radius: 10px;
                        background: #FFA700;
                    }

                    .International-flights .Ticket-List .ticket-item-block .Description .price .price-discount {
                        display: block;
                        font-size: 14px;
                        font-weight: 200;
                        color: #ff7e7e;
                        line-height: 19px;
                        text-decoration: line-through;
                    }

                    .International-flights .Ticket-List .ticket-item-block .Description .price .titleModal_container {
                        width: 190px;
                    }

                    .International-flights .Ticket-List .ticket-item-block .Description .price .error {
                        font-size: 12px;
                        font-weight: normal;
                        color: #ff3737;
                        margin-top: 8px;
                    }

                .International-flights .Ticket-List .ticket-item-block .Description ul {
                    margin: -5px 0 0;
                }

                    .International-flights .Ticket-List .ticket-item-block .Description ul li:last-child {
                        margin: 5px 0 0;
                    }

                .International-flights .Ticket-List .ticket-item-block .Description button {
                    margin: 0 !important;
                    height: 30px !important;
                    line-height: 30px !important;
                    border-radius: 30px;
                    font-size: 1.2rem;
                }

                .International-flights .Ticket-List .ticket-item-block .Description li:last-child a {
                    border: 1px solid #1ebaff;
                    border-radius: 30px;
                    line-height: 26px !important;
                    font-size: 1.2rem;
                    color: #1ebaff;
                    margin: 0 !important;
                    height: 30px !important;
                }

                    .International-flights .Ticket-List .ticket-item-block .Description li:last-child a[aria-expanded="true"] {
                        background: #7dd7ff;
                        color: #fff;
                    }

            .International-flights .Ticket-List .ticket-item-block .boxer {
                float: left;
                width: 100%;
            }

            .International-flights .Ticket-List .ticket-item-block .box {
                float: left;
                width: 100%;
            }

            .International-flights .Ticket-List .ticket-item-block.Return-flight .airline {
                height: 185px;
                border-left: 1px solid #eaeae5;
            }

                .International-flights .Ticket-List .ticket-item-block.Return-flight .airline .Flight {
                    height: 185px;
                }

                    .International-flights .Ticket-List .ticket-item-block.Return-flight .airline .Flight span {
                        width: 185px;
                        top: 77px;
                        right: -77px;
                    }

            .International-flights .Ticket-List .ticket-item-block.Return-flight .path-aircraft .body .tik-fly {
                position: relative;
                float: right;
                width: 100%;
                min-height: 70px;
                margin: 5px 0 10px;
            }

                .International-flights .Ticket-List .ticket-item-block.Return-flight .path-aircraft .body .tik-fly:last-child {
                    border-top: 1px solid #eaeae5;
                    height: 85px;
                    padding: 5px 0;
                    margin: 5px 0 10px;
                }

                    .International-flights .Ticket-List .ticket-item-block.Return-flight .path-aircraft .body .tik-fly:last-child .Stop {
                        top: 10px;
                    }

                .International-flights .Ticket-List .ticket-item-block.Return-flight .path-aircraft .body .tik-fly .Stop {
                    top: 0;
                }

            .International-flights .Ticket-List .ticket-item-block.Return-flight .Description {
                height: 185px;
            }

    .International-flights .Ticket-details {
        float: right;
        width: 100%;
        height: auto;
        padding: 0;
    }

        .International-flights .Ticket-details .list {
            float: right;
            width: 100%;
            height: auto;
            position: relative;
            background-color: #fff;
            border-radius: 0 0 5px 5px;
            padding: 0;
            border: none;
        }

        .International-flights .Ticket-details .box {
            float: right;
            width: 100%;
            height: auto;
            padding: 20px 0;
            margin: 0;
            border-bottom: 1px solid #aaa !important;
        }

            .International-flights .Ticket-details .box .unit {
                float: right;
                width: 100%;
                position: relative;
                border-bottom: 1px solid #b8dff1;
                height: auto;
                padding: 0;
                direction: ltr;
                text-align: left;
                min-height: 110px;
            }

                .International-flights .Ticket-details .box .unit label {
                    float: right;
                    width: 100%;
                    height: auto;
                }

                .International-flights .Ticket-details .box .unit ul {
                    float: right;
                    width: 100%;
                    height: auto;
                    margin: 0;
                    padding: 5px 0;
                }

                    .International-flights .Ticket-details .box .unit ul li {
                        float: right;
                        width: 100%;
                        height: auto;
                        position: relative;
                        height: 25px;
                        line-height: 25px;
                        padding: 0 0 0 120px;
                    }

                        .International-flights .Ticket-details .box .unit ul li small {
                            position: absolute;
                            top: 0;
                            left: 0;
                            font-size: 1.1rem;
                            color: #80bbd6;
                        }

                        .International-flights .Ticket-details .box .unit ul li span {
                            float: none;
                            width: auto;
                            color: #333;
                            font-size: 1.1rem;
                        }

                .International-flights .Ticket-details .box .unit:last-child {
                    border-bottom: none;
                }

            .International-flights .Ticket-details .box:last-child {
                border-bottom: none !important;
                margin: 0;
            }

            .International-flights .Ticket-details .box .airline {
                float: left;
                border-right: 1px dashed #9acfe6;
                min-height: 220px;
                direction: ltr;
                padding: 0 10px;
                position: relative;
                width: 19.5%;
                padding: 0;
            }

                .International-flights .Ticket-details .box .airline img {
                    position: absolute;
                    width: 54px;
                    height: 54px;
                    top: 50%;
                    transform: translate(0, -50%);
                    bottom: auto;
                    right: 0;
                    left: 0;
                    margin: 0 auto;
                }

            .International-flights .Ticket-details .box .way {
                float: left;
                border-right: 1px dashed #9acfe6;
                min-height: 220px;
                direction: ltr;
                padding: 0 10px;
                width: 59%;
            }

            .International-flights .Ticket-details .box .flight-plane {
                float: left;
                border-right: 1px dashed #9acfe6;
                min-height: 220px;
                direction: ltr;
                padding: 0 10px;
                width: 41%;
                border-right: none;
            }

                .International-flights .Ticket-details .box .flight-plane .unit label {
                    width: 50px;
                }

        .International-flights .Ticket-details .stop-time {
            float: right;
            width: 100%;
            height: auto;
            direction: rtl;
            margin: 5px 0;
            padding: 0 10px;
            height: 35px;
            line-height: 32px;
            text-align: left;
            color: #5a5945;
            font-size: 1.1rem;
            text-transform: uppercase;
            background-color: #fffef6;
            border: 1px solid #eae8dc;
            border-radius: 5px;
        }

            .International-flights .Ticket-details .stop-time span {
                float: none;
                width: auto;
                margin: 0 5px;
            }

        .International-flights .Ticket-details .primary-factor {
            float: right;
            width: 100%;
            height: auto;
            position: relative;
            padding: 0;
            text-align: center;
            margin: 0 0 15px;
            border-radius: 5px;
        }

            .International-flights .Ticket-details .primary-factor .rts {
                float: right;
                width: 100%;
            }

        .International-flights .Ticket-details table {
            float: right;
            width: 100%;
            height: auto;
        }

        .International-flights .Ticket-details thead {
            float: right;
            width: 100%;
            height: auto;
            margin: 0;
        }

        .International-flights .Ticket-details th {
            width: 14.8%;
            height: 30px;
            padding: 0 0;
            float: right;
            color: #333;
            font-weight: 100;
            font-size: 1.2rem;
            line-height: 30px;
            line-height: 15px;
            color: #80bbd6;
            background-color: #f3f2eb;
        }

            .International-flights .Ticket-details th small {
                float: right;
                width: 100%;
                height: auto;
                height: 30px;
                line-height: 30px;
                font-size: 1.06rem;
                color: #333;
            }

                .International-flights .Ticket-details th small em {
                    font-size: 1rem;
                }

            .International-flights .Ticket-details th:first-child {
                background-color: #fff;
            }

            .International-flights .Ticket-details th:nth-child(2) {
                border-radius: 0 5px 0 0;
            }

            .International-flights .Ticket-details th:last-child {
                border-radius: 5px 0 0 0;
            }

        .International-flights .Ticket-details tbody {
            float: right;
            width: 100%;
            height: auto;
            border: 1px solid #e0dfd6;
            border-radius: 0 5px 5px 5px;
        }

            .International-flights .Ticket-details tbody tr {
                border-bottom: 1px solid #e0dfd6;
            }

                .International-flights .Ticket-details tbody tr:last-child {
                    border-bottom: none;
                    background-color: #f3f2eb;
                }

        .International-flights .Ticket-details tr {
            float: right;
            width: 100%;
            height: auto;
        }

            .International-flights .Ticket-details tr:last-child td:nth-child(2) {
                margin: 0;
                color: #11c151;
                float: left;
                font-size: 1.4rem;
                font-weight: 600;
            }

        .International-flights .Ticket-details .Ticket-rules {
            float: right;
            width: 100%;
            height: auto;
            padding: 10px 20px 20px;
            position: relative;
        }

            .International-flights .Ticket-details .Ticket-rules p {
                float: right;
                width: 100%;
                height: auto;
                font-size: 1.1rem;
                line-height: 1.8;
                margin: 0 0 20px;
                text-align: justify;
                direction: ltr;
                color: #75a3b7;
            }

        .International-flights .Ticket-details .boots {
            float: right;
            width: 100%;
            height: auto;
            position: relative;
            padding: 20px 120px 20px 20px;
        }

            .International-flights .Ticket-details .boots span {
                float: right;
                width: 100%;
                height: auto;
                text-align: right;
                background-color: #d3e7f1;
                padding: 0 10px;
                border-radius: 30px 0 0 30px;
                height: 25px;
                color: #75a3b7;
                line-height: 22px;
                font-size: 1.2rem;
            }

            .International-flights .Ticket-details .boots a {
                position: absolute;
                top: 20px;
                right: 20px;
                float: right;
                width: 95px;
                height: 25px;
                line-height: 25px;
                border-radius: 0 30px 30px 0;
                text-transform: uppercase;
                padding: 0 20px 0 30px;
                font-size: 1rem;
                background-color: #75a3b7;
                color: #fff;
            }

                .International-flights .Ticket-details .boots a:after {
                    position: absolute;
                    content: '';
                    top: -1px;
                    left: 10px;
                    width: 25px;
                    height: 25px;
                    background-image: url('/Content/Version2/img/ico.png');
                    background-position: -490px -540px;
                }

        .International-flights .Ticket-details td {
            width: 14.8%;
            height: 30px;
            padding: 0 0;
            float: right;
            color: #333;
            font-weight: 100;
            font-size: 1.2rem;
            line-height: 30px;
            border-left: 1px solid #e0dfd6;
        }

            .International-flights .Ticket-details td:first-child {
                border-left: none;
                text-align: right;
                padding: 0 10px;
                color: #333;
                background-color: #f3f2eb;
            }

            .International-flights .Ticket-details td:last-child {
                border-left: none;
            }

    .International-flights .list .tab-content {
        float: right;
        width: 100%;
        height: auto;
        padding: 10px 0 0;
        padding: 15px 15px 10px;
    }

        .International-flights .list .tab-content .box {
            direction: ltr;
            position: relative;
            padding: 0 0 0 90px;
            border-radius: 5px;
            min-height: 100px;
            text-align: left;
            margin: 0 0 0;
            background-color: #f7fdff;
            border: 1px solid #dee6e8 !important;
        }

            .International-flights .list .tab-content .box .airline {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 90px;
                min-height: auto;
                border-right: 2px solid #fff;
                border-left: 0 none;
            }

            .International-flights .list .tab-content .box .information {
                float: left;
                width: 100%;
                position: relative;
                padding: 10px 12px 0;
            }

                .International-flights .list .tab-content .box .information .path {
                    float: left;
                    width: 100%;
                    height: auto;
                    padding: 0 0 0 0;
                    position: relative;
                    margin-bottom: 4px;
                    padding-bottom: 4px;
                    border-bottom: 1px solid #ddd;
                }

                    .International-flights .list .tab-content .box .information .path ul {
                        float: left;
                        width: auto;
                    }

                        .International-flights .list .tab-content .box .information .path ul li {
                            float: left;
                            width: auto;
                        }

                        .International-flights .list .tab-content .box .information .path ul.time-date {
                            position: relative;
                            float: right;
                        }

                            .International-flights .list .tab-content .box .information .path ul.time-date label {
                                left: -40px;
                            }

                    .International-flights .list .tab-content .box .information .path .time-date li:first-child {
                        width: 130px;
                    }

                    .International-flights .list .tab-content .box .information .path .time-date li:last-child {
                        width: 55px;
                    }

                    .International-flights .list .tab-content .box .information .path .city li {
                        position: relative;
                        padding: 0 10px 0 0;
                    }

                        .International-flights .list .tab-content .box .information .path .city li:after {
                            position: absolute;
                            content: '';
                            top: 5px;
                            right: 4px;
                            width: 1px;
                            height: 10px;
                            background-color: #a3b3bf;
                            -ms-transform: rotate(15deg);
                            -webkit-transform: rotate(15deg);
                            transform: rotate(15deg);
                        }

                        .International-flights .list .tab-content .box .information .path .city li:last-child:after {
                            display: none;
                        }

                .International-flights .list .tab-content .box .information .flght {
                    float: left;
                    width: 100%;
                    height: auto;
                    padding: 0 0 0 0;
                    position: relative;
                    margin-bottom: 4px;
                    padding-bottom: 4px;
                    border-bottom: 1px solid #ddd;
                }

                    .International-flights .list .tab-content .box .information .flght li {
                        float: left;
                        width: auto;
                        position: relative;
                        padding: 0 10px 0 0;
                    }

                        .International-flights .list .tab-content .box .information .flght li:after {
                            position: absolute;
                            content: '';
                            top: 5px;
                            right: 4px;
                            width: 1px;
                            height: 10px;
                            background-color: #a3b3bf;
                            -ms-transform: rotate(15deg);
                            -webkit-transform: rotate(15deg);
                            transform: rotate(15deg);
                        }

                        .International-flights .list .tab-content .box .information .flght li:last-child:after {
                            display: none;
                        }

                .International-flights .list .tab-content .box .information .Plane {
                    float: left;
                    width: 100%;
                    height: auto;
                    padding: 0 0 0 0;
                    position: relative;
                }

                .International-flights .list .tab-content .box .information label {
                    position: relative;
                    display: inline;
                    height: 20px;
                    line-height: 20px;
                    margin: 0;
                    margin-left: 3px;
                    font-size: 1.1rem;
                    font-weight: 600;
                    color: #333;
                    float: right;
                }

                .International-flights .list .tab-content .box .information ul {
                    margin: 0;
                    padding: 0;
                    width: auto;
                }

                    .International-flights .list .tab-content .box .information ul li {
                        width: 100%;
                        height: 20px;
                        margin-bottom: 3px;
                        float: left;
                        color: #333;
                        font-size: 1.2rem;
                        line-height: 20px;
                    }

                        .International-flights .list .tab-content .box .information ul li .titleModal_container {
                            width: 260px;
                            text-align: right;
                        }

                        .International-flights .list .tab-content .box .information ul li .info-b-baggage {
                            padding: 0 8px;
                            margin-right: 2px;
                            float: left;
                            cursor: help;
                            color: #fff;
                            text-align: center;
                            font-size: 16px;
                            font-weight: 600;
                            font-style: normal;
                            font-family: serif !important;
                            border-radius: 10px;
                            background: #777;
                        }

                .International-flights .list .tab-content .box .information .part {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 30px;
                    text-align: center;
                    line-height: 100px;
                    color: #a3b3bf;
                    background-color: #fff;
                    height: 100%;
                    font-size: 1.1rem;
                    border-radius: 0 5px 5px 0;
                    border: 2px solid #edf3f8;
                    border-left: none;
                }

                    .International-flights .list .tab-content .box .information .part small {
                        position: absolute;
                        -ms-transform: rotate(-90deg);
                        -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        top: 35px;
                        left: -35px;
                        width: 100px;
                        height: 30px;
                        line-height: 30px;
                        font-size: 1.1rem;
                    }

    .International-flights .list ul.nav-tabs {
        position: relative;
        margin: 0;
        border-radius: 0;
        border-top: 1px solid #e0dfd9;
        background-color: #eaedef;
        z-index: 2;
    }

        .International-flights .list ul.nav-tabs li {
            float: right;
            width: 33.33%;
        }

            .International-flights .list ul.nav-tabs li a {
                position: relative;
                height: 40px;
                padding: 0;
                color: #1ebaff;
                line-height: 40px;
                cursor: pointer;
                background-color: transparent;
                border: none;
                border-left: 1px solid #ddd;
            }

                .International-flights .list ul.nav-tabs li a i {
                    position: absolute;
                    display: block;
                    top: 10px;
                    right: 20px;
                    width: 20px;
                    height: 20px;
                    background-image: url('/Content/Version2/img/ico.png');
                    background-position: -90px -912px;
                }

                .International-flights .list ul.nav-tabs li a:after {
                    position: absolute;
                    content: '';
                    display: none;
                    right: 0;
                    left: 0;
                    margin: 0 auto;
                    width: 16px;
                    height: 8px;
                    bottom: -8px;
                    border-right: 8px solid transparent;
                    border-top: 8px solid #efeeea;
                    border-left: 8px solid transparent;
                    border-bottom: 0px solid transparent;
                }

            .International-flights .list ul.nav-tabs li:last-child a {
                border-left: none;
            }

                .International-flights .list ul.nav-tabs li:last-child a i {
                    display: none !important;
                }

            .International-flights .list ul.nav-tabs li.active a {
                color: #2e84d4;
            }

                .International-flights .list ul.nav-tabs li.active a i {
                    background-position: -90px -886px;
                }

                .International-flights .list ul.nav-tabs li.active a:after {
                    display: block;
                }

    .International-flights .head-list-flights.affix {
        top: 0;
        border-radius: 0 0 3px 3px;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .International-flights .ladda-button[data-style=slide-down] .ladda-spinner {
        margin: 0 auto !important;
        right: 0 !important;
        left: 0 !important;
        width: 10px !important;
        float: none !important;
    }

    .International-flights .Return-flight .list ul.nav-tabs li {
        width: 25%;
        margin-bottom: 0;
        float: right;
    }

.Box-Office {
    float: right;
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0;
}

    .Box-Office ul {
        float: right;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

        .Box-Office ul li span {
            float: right;
            width: 100%;
            height: auto;
        }

    .Box-Office .chosen {
        position: relative;
        direction: ltr;
        background-color: #d7edfb;
        z-index: 1;
        padding: 5px 50px 5px 10px;
        border-radius: 3px 3px 0 0;
    }

        .Box-Office .chosen li {
            float: right;
            width: 100%;
            height: auto;
            position: relative;
            min-height: 50px;
            padding: 5px 10px 0 0;
        }

            .Box-Office .chosen li:first-child {
                border-bottom: 1px solid #b5d0e0;
            }

            .Box-Office .chosen li span:first-child {
                font-size: 1.8rem;
                color: #0884d4;
                height: 20px;
                line-height: 20px;
                margin: 0 0 5px;
            }

            .Box-Office .chosen li span:last-child {
                font-size: 1rem;
                color: #489dd4;
                min-height: 10px;
                max-height: 30px;
                line-height: 15px;
            }

            .Box-Office .chosen li:last-child span:last-child {
                line-height: 20px;
            }

        .Box-Office .chosen:after {
            position: absolute;
            content: '';
            top: 50%;
            bottom: auto;
            transform: translate(0, -50%);
            right: 0;
            width: 50px;
            height: 60px;
            background-image: url('/Content/Version2/img/ico.png');
        }

        .Box-Office .chosen:before {
            position: absolute;
            content: '';
            top: 0;
            right: 0;
            width: 50px;
            height: 100%;
            background-color: #bde5ff;
            border-radius: 0 3px 0 0;
        }

    .Box-Office .search-results {
        float: right;
        width: 100%;
        height: auto;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
    }

        .Box-Office .search-results span {
            margin: 0 5px 0 0;
        }

    .Box-Office .chosen.Return-flight:after {
        background-position: -535px -538px;
    }

    .Box-Office .chosen.One-flight:after {
        background-position: -535px -640px;
    }

    .Box-Office .date-time {
        float: right;
        width: 100%;
        padding: 10px;
        padding-top: 5px;
        background-color: #fff;
        border-bottom: 1px solid #ececea;
    }

        .Box-Office .date-time ul li {
            float: right;
            width: 48%;
            text-align: center;
        }

            .Box-Office .date-time ul li .show {
                float: right;
                width: 100%;
                margin-bottom: 5px;
                border-radius: 5px;
                border: 1px solid #dad9d6;
                background-color: #fffef9;
            }

                .Box-Office .date-time ul li .show span {
                    float: right;
                    width: 100%;
                    height: 25px;
                    line-height: 25px;
                    font-size: 1.2rem;
                    color: #85898c;
                }

                .Box-Office .date-time ul li .show .number {
                    height: 40px;
                    line-height: 40px;
                    font-size: 3rem;
                    border-top: 1px solid #dad9d6;
                    border-bottom: 1px solid #dad9d6;
                }

                .Box-Office .date-time ul li .show .day {
                    width: 50%;
                    border-left: 1px solid #dad9d6;
                    width: 60% !important;
                    float: right;
                    width: 40%;
                    height: 30px;
                    line-height: 30px;
                    font-size: 1.1rem;
                }

                .Box-Office .date-time ul li .show .year {
                    width: 50%;
                    float: right;
                    width: 40%;
                    height: 30px;
                    line-height: 30px;
                    font-size: 1.1rem;
                }

            .Box-Office .date-time ul li:last-child {
                float: left;
            }

            .Box-Office .date-time ul li label {
                font-weight: 100;
                font-size: 1.2rem;
                color: #3a5c8d;
                margin: 0;
                height: 30px;
                line-height: 30px;
            }

        .Box-Office .date-time.One ul li {
            float: right;
            width: 100%;
        }

            .Box-Office .date-time.One ul li .show {
                position: relative;
                height: 80px;
            }

                .Box-Office .date-time.One ul li .show .day {
                    border-left: none;
                    border-bottom: 2px solid #ccc;
                }

            .Box-Office .date-time.One ul li .month {
                position: absolute;
                top: 8px;
                right: 0;
                width: 121px;
            }

            .Box-Office .date-time.One ul li .number {
                float: right;
                width: 50%;
                height: 78px;
                line-height: 100px;
                border-top: none;
                border-bottom: none;
                border-left: 2px solid #ccc;
            }

.Filters-top-fixed .panel {
    float: right;
    width: 100%;
    height: auto;
}

.search-again-btn {
    display: table;
    width: 100%;
    margin: 0 0 15px 0;
    height: 42px;
    line-height: 36px;
    border-radius: 4px;
    background-color: #349fff;
    border: 2px solid #349fff;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .search-again-btn span {
        display: inline-block;
        width: auto;
    }

    .search-again-btn i {
        display: inline-block;
        width: auto;
        position: relative;
        top: 8px;
        height: 22px;
        width: 22px;
        background-position: -125px -385px;
        margin: 0 0 0 5px;
        background-image: url('/Content/Version2/img/ico.png');
    }

    .search-again-btn:hover {
        background-color: #6ab9ff;
        color: #fff;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .search-again-btn:hover i {
            background-position: -152px -385px;
        }

.panel {
    width: 50% !important;
}

    .panel.full-wid {
        width: 100% !important;
    }

.Latin-ltr ul {
    direction: ltr;
    text-align: left;
}

.Latin-ltr .cbox input[type=checkbox] + label {
    padding-right: 0px;
    padding-left: 22px;
}

    .Latin-ltr .cbox input[type=checkbox] + label:after {
        left: 0;
        right: auto;
    }

.Latin-ltr .cbox input[type=checkbox]:checked + label:before {
    right: auto;
    left: 4px;
}

.Latin-ltr img {
    float: right !important;
}

.filter-boxs .panel .panel-body .slider.slider-horizontal {
    float: right;
    width: 100%;
}

.filter-boxs .panel .panel-body .slider-track {
    background-image: none;
    box-shadow: none;
    height: 8px;
    background-color: #ff6a00;
}

.filter-boxs .panel .panel-body .slider-selection {
    background-image: none;
    box-shadow: none;
    height: 8px;
    background-color: #ddd;
}

.slider.slider-horizontal .slider-tick {
    background-image: none;
    box-shadow: none;
    height: 15px;
    width: 15px;
    margin-top: -4px !important;
    margin-left: 0;
    margin-right: 0;
    background-color: #ddd;
}

.slider.slider-horizontal .slider-handle {
    background-image: none;
    box-shadow: none;
    height: 15px;
    width: 15px;
    margin-top: -4px !important;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid #ff6a00;
    background-color: #fff;
}

    .slider.slider-horizontal .slider-handle.max-slider-handle {
        margin-left: -10px;
    }

.site-modals.saf-en .modal-dialog {
    width: 600px;
}

    .site-modals.saf-en .modal-dialog h5 {
        height: 60px;
        margin: 0;
        background-color: #fff;
        border-radius: 5px 5px 0 0;
        line-height: 60px;
        font-size: 1.6rem;
        color: #aaa;
    }

.site-modals.saf-en .modal-content .modal-body ul.nav-tabs {
    border-bottom: none;
}

    .site-modals.saf-en .modal-content .modal-body ul.nav-tabs.nav-3 li {
        width: 33.333%;
    }

    .site-modals.saf-en .modal-content .modal-body ul.nav-tabs li {
        float: right;
        width: 50%;
        border: none;
        border-radius: 0;
    }

        .site-modals.saf-en .modal-content .modal-body ul.nav-tabs li a {
            color: #fff;
            border-radius: 0;
            height: 60px;
            line-height: 60px;
            padding: 0;
            border-right: 1px solid #0277BD;
            border-left: 1px solid #29B6F6;
            border-bottom: 1px solid #00578b;
            background: #29b6f6;
            background: -moz-linear-gradient(top, #29b6f6 0%, #0288d1 100%);
            background: -webkit-linear-gradient(top, #29b6f6 0%, #0288d1 100%);
            background: linear-gradient(to bottom, #29b6f6 0%, #0288d1 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29b6f6', endColorstr='#0288d1', GradientType=0);
        }

        .site-modals.saf-en .modal-content .modal-body ul.nav-tabs li:first-child a {
            border-radius: 0 3px 0 0;
        }

        .site-modals.saf-en .modal-content .modal-body ul.nav-tabs li:last-child a {
            border-radius: 3px 0 0 0;
        }

        .site-modals.saf-en .modal-content .modal-body ul.nav-tabs li.active a {
            color: #fff;
            background: #039be5;
            background: -moz-linear-gradient(top, #039be5 0%, #0277bd 100%);
            background: -webkit-linear-gradient(top, #039be5 0%, #0277bd 100%);
            background: linear-gradient(to bottom, #039be5 0%, #0277bd 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039be5', endColorstr='#0277bd', GradientType=0);
        }

            .site-modals.saf-en .modal-content .modal-body ul.nav-tabs li.active a:before {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-top: 12px solid #00578b;
                border-left: 9px solid transparent;
                border-right: 9px solid transparent;
                top: 100%;
                left: 50%;
                margin-left: -11px;
            }

            .site-modals.saf-en .modal-content .modal-body ul.nav-tabs li.active a:after {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-top: 10px solid #1d79ae;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                top: 100%;
                left: 50%;
                margin-left: -10px;
            }

.site-modals.saf-en .modal-content .modal-body .tab-content {
    display: block;
    padding: 20px 15px;
    overflow: hidden;
}

    .site-modals.saf-en .modal-content .modal-body .tab-content ul {
        margin: 0;
        padding: 0;
    }

        .site-modals.saf-en .modal-content .modal-body .tab-content ul > li {
            position: relative;
            float: right;
            width: 100%;
            margin: 0 0 15px;
        }

        .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-City > li:after {
            position: absolute;
            top: 5px;
            left: 5px;
            width: 30px;
            height: 30px;
            background-image: url('/Content/Version2/img/ico.png');
            background-position: -75px -5px;
        }

        .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-Date > li {
            width: 48%;
        }

            .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-Date > li:after {
                position: absolute;
                top: 5px;
                left: 5px;
                width: 30px;
                height: 30px;
                background-image: url('/Content/Version2/img/ico.png');
            }

            .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-Date > li:before {
                background-position: -109px 2px;
                top: 0;
                display: none;
            }

            .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-Date > li:last-child {
                float: left;
            }

            .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-Date > li:first-child {
                float: right;
            }

        .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-Passenger > li {
            width: 32%;
            margin: 0 0 15px 2%;
        }

            .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-Passenger > li:after {
                position: absolute;
                top: 5px;
                left: 5px;
                width: 30px;
                height: 30px;
                background-image: url('/Content/Version2/img/ico.png');
                background-position: -145px -5px;
                top: 37px;
            }

            .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-Passenger > li:last-child {
                margin: 0 0 15px;
            }

    .site-modals.saf-en .modal-content .modal-body .tab-content .select2-container .select2-selection--single {
        height: 43px !important;
    }

    .site-modals.saf-en .modal-content .modal-body .tab-content .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        height: 43px !important;
    }

    .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-More li {
        width: 32%;
    }

        .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-More li:first-child {
            margin: 0 0 15px 2%;
        }

        .site-modals.saf-en .modal-content .modal-body .tab-content ul.Selection-More li.cbox {
            text-align: right;
            padding: 12px 0 0;
        }

    .site-modals.saf-en .modal-content .modal-body .tab-content ul.add {
        border-top: 1px dashed #D9D9D9;
        padding: 20px 0 0;
        text-align: center;
    }

.site-modals.saf-en .modal-content .modal-body .tob {
    width: auto;
    height: 20px;
    margin: 5px 0px;
    float: right;
    color: #737373;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 20px;
}

.site-modals.saf-en .modal-content .modal-body input {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.site-modals.saf-en .modal-content .modal-body ul.add li {
    float: right;
    width: 48%;
    margin: 0;
}

    .site-modals.saf-en .modal-content .modal-body ul.add li a {
        margin: 0;
    }

    .site-modals.saf-en .modal-content .modal-body ul.add li input {
        margin: 0;
    }

    .site-modals.saf-en .modal-content .modal-body ul.add li button {
        margin: 0;
    }

.site-modals.saf-en .bootstrap-touchspin .input-group-btn-vertical {
    border: none;
    border-left: 2px solid #fff;
    border-left-color: #fff !important;
    background-color: transparent;
}

    .site-modals.saf-en .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
        border-bottom-color: #fff !important;
    }

.site-modals.saf-en .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.site-modals.saf-en .select2-container--default .select2-selection--single .select2-selection__clear {
    top: 6px;
    float: left;
}

.site-modals .select2-container--default .select2-selection--single .select2-selection__clear {
    left: 0;
}

.Seat-selection {
    position: relative;
    padding: 50px 0;
}

    .Seat-selection .Verified-ticket {
        position: relative;
        height: 150px;
        margin: 0 0 50px;
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        padding: 20px;
    }

.max-des .modal-content {
    border-radius: 3px;
}

    .max-des .modal-content .modal-header {
        height: 60px;
        text-align: center;
        padding: 0;
        border-bottom: none;
    }

        .max-des .modal-content .modal-header h4 {
            line-height: 60px;
            font-size: 2rem;
            margin: 0;
        }

    .max-des .modal-content .modal-body {
        position: relative;
        padding: 0;
    }

        .max-des .modal-content .modal-body .nav-tabs {
            border-bottom: none;
            background: #0078b9;
        }

            .max-des .modal-content .modal-body .nav-tabs li {
                float: right;
                width: 25%;
            }

                .max-des .modal-content .modal-body .nav-tabs li a {
                    position: relative;
                    display: block;
                    width: 100%;
                    padding: 0 10px;
                    color: #fff;
                    font-size: 1.3rem;
                    line-height: 49px;
                    text-align: center;
                    border-right: 1px solid #0277BD;
                    border-left: 1px solid #29B6F6;
                    border-bottom: 1px solid #00578b;
                    background: #29b6f6;
                    background: -moz-linear-gradient(top, #29b6f6 0%, #0288d1 100%);
                    background: -webkit-linear-gradient(top, #29b6f6 0%, #0288d1 100%);
                    background: linear-gradient(to bottom, #29b6f6 0%, #0288d1 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29b6f6', endColorstr='#0288d1', GradientType=0);
                }

                    .max-des .modal-content .modal-body .nav-tabs li a:hover {
                        color: #fff;
                        background: #039be5;
                        background: -moz-linear-gradient(top, #039be5 0%, #0277bd 100%);
                        background: -webkit-linear-gradient(top, #039be5 0%, #0277bd 100%);
                        background: linear-gradient(to bottom, #039be5 0%, #0277bd 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039be5', endColorstr='#0277bd', GradientType=0);
                    }

                    .max-des .modal-content .modal-body .nav-tabs li a:focus {
                        color: #fff;
                        background: #039be5;
                        background: -moz-linear-gradient(top, #039be5 0%, #0277bd 100%);
                        background: -webkit-linear-gradient(top, #039be5 0%, #0277bd 100%);
                        background: linear-gradient(to bottom, #039be5 0%, #0277bd 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039be5', endColorstr='#0277bd', GradientType=0);
                    }

                    .max-des .modal-content .modal-body .nav-tabs li a:after {
                        display: none;
                        content: "";
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-top: 12px solid #1d79ae;
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                        top: 100%;
                        left: 50%;
                        margin-left: -10px;
                    }

                .max-des .modal-content .modal-body .nav-tabs li.active a {
                    color: #fff;
                    background: #039be5;
                    background: -moz-linear-gradient(top, #039be5 0%, #0277bd 100%);
                    background: -webkit-linear-gradient(top, #039be5 0%, #0277bd 100%);
                    background: linear-gradient(to bottom, #039be5 0%, #0277bd 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039be5', endColorstr='#0277bd', GradientType=0);
                }

                    .max-des .modal-content .modal-body .nav-tabs li.active a:hover {
                        color: #fff;
                        background: #039be5;
                        background: -moz-linear-gradient(top, #039be5 0%, #0277bd 100%);
                        background: -webkit-linear-gradient(top, #039be5 0%, #0277bd 100%);
                        background: linear-gradient(to bottom, #039be5 0%, #0277bd 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039be5', endColorstr='#0277bd', GradientType=0);
                    }

                    .max-des .modal-content .modal-body .nav-tabs li.active a:focus {
                        color: #fff;
                        background: #039be5;
                        background: -moz-linear-gradient(top, #039be5 0%, #0277bd 100%);
                        background: -webkit-linear-gradient(top, #039be5 0%, #0277bd 100%);
                        background: linear-gradient(to bottom, #039be5 0%, #0277bd 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039be5', endColorstr='#0277bd', GradientType=0);
                    }

                    .max-des .modal-content .modal-body .nav-tabs li.active a:before {
                        content: "";
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-top: 14px solid #00578b;
                        border-left: 11px solid transparent;
                        border-right: 11px solid transparent;
                        top: 100%;
                        left: 50%;
                        margin-left: -11px;
                        display: block;
                    }

                    .max-des .modal-content .modal-body .nav-tabs li.active a:after {
                        display: block;
                    }

        .max-des .modal-content .modal-body .tab-content {
            padding: 20px;
            position: relative;
            overflow: hidden;
            overflow-y: scroll;
            height: 400px;
            direction: ltr;
            margin: 10px 0;
        }

            .max-des .modal-content .modal-body .tab-content::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
                background-color: #F5F5F5;
            }

            .max-des .modal-content .modal-body .tab-content::-webkit-scrollbar {
                width: 10px;
                background-color: #F5F5F5;
            }

            .max-des .modal-content .modal-body .tab-content::-webkit-scrollbar-thumb {
                background-color: #007bff;
            }

            .max-des .modal-content .modal-body .tab-content h5 {
                position: relative;
                float: left;
                width: 100%;
                text-align: left;
                margin: 0 0 10px;
                padding-left: 5px;
                line-height: 20px;
                font-size: 1.5rem;
                border-left: 5px solid #eaeaea;
            }

            .max-des .modal-content .modal-body .tab-content p {
                font-size: 1.4rem;
                line-height: 1.4;
                color: #000;
                margin: 0 0 20px;
            }

            .max-des .modal-content .modal-body .tab-content .code-rtl {
                direction: rtl;
            }

            .max-des .modal-content .modal-body .tab-content .code-ltr {
                direction: ltr;
            }

    .max-des .modal-content .modal-footer {
        position: relative;
        padding: 15px 15px;
        border-top: 1px dashed #ddd;
    }

        .max-des .modal-content .modal-footer ul li {
            float: right;
            width: 49%;
        }

            .max-des .modal-content .modal-footer ul li:last-child {
                float: left;
            }

        .max-des .modal-content .modal-footer button {
            height: 40px !important;
            line-height: 40px !important;
            margin: 0 !important;
            width: 80px;
        }

        .max-des .modal-content .modal-footer a {
            height: 40px !important;
            line-height: 40px !important;
            margin: 0 !important;
            width: 80px;
        }

.flight-details-half {
    width: 50%;
    padding: 0 5px;
}

    .flight-details-half:first-child {
        border-right: 1px dashed #c9d3dc;
    }

.flight-details-bottom {
    width: 50% !important;
    margin-top: 5px;
    padding-top: 5px !important;
    border-top: 1px solid #ddd;
    border-bottom: 0 none !important;
}

.total-flight-time-label {
    margin-top: 8px;
    margin-bottom: 0;
    color: #92803b;
}

.filter-calendar-arrow {
    height: 45px;
    margin: 0 0 10px;
    color: #059831;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    border: 1px solid;
    border-color: rgba(5, 152, 49, 0.2);
    border-radius: 5px;
    background: rgba(29, 189, 69, 0.1);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

    .filter-calendar-arrow i {
        position: absolute;
        display: block;
        top: 3px;
        right: 20px;
        width: 39px;
        height: 40px;
        background-image: url('/Content/Area/InternationalFilght/img/best-price-medal.png');
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .filter-calendar-arrow button {
        float: left;
        margin-top: 5px;
        margin-left: 5px;
        background: #059831;
        border-color: #059831;
    }

.filter-calendar-box {
    border-radius: 5px;
    background-color: #fff;
    /*border: 2px solid #61bcdc;*/
    text-align: center;
    margin: 0 0 10px;
}

.green-alert {
    color: #059831;
    background: rgba(29, 189, 69, 0.1);
    border-color: rgba(5, 152, 49, 0.2);
}

.filter-calendar-info {
    margin-bottom: 5px;
    padding: 12px 0 5px;
}

    .filter-calendar-info ul {
        margin: 0;
        padding: 0;
    }

        .filter-calendar-info ul li {
            display: inline-block;
            list-style: none;
            margin-left: 25px;
        }

            .filter-calendar-info ul li i.color-info {
                display: inline-block;
                width: 16px;
                height: 16px;
                float: right;
                margin-left: 6px;
                border-radius: 16px;
                border: 1px solid;
                background: #fafafa;
            }

            .filter-calendar-info ul li.best-price {
                color: #005a7f;
            }

                .filter-calendar-info ul li.best-price i {
                    background: #b2e8ff;
                }

            .filter-calendar-info ul li.today {
                color: #664200;
            }

                .filter-calendar-info ul li.today i {
                    background: #ffa700;
                }

            .filter-calendar-info ul li.warning {
                color: #e6a426;
            }

                .filter-calendar-info ul li.warning i {
                    background: #fff0b6;
                }

.flight-price-calendar {
    width: 830px;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 3px;
}

#viewPriceCalendar {
    overflow-x: auto;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-container-side {
    width: 100px;
    float: right;
    margin-top: 63px;
    margin-left: 5px;
}

.flex-header {
    width: 96px;
    height: 50px;
    width: 100px;
    height: 58px;
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    background: #929082;
    box-shadow: 0 1px 1px 0px rgba(1, 3, 6, 0.42);
}

.flex-side {
    width: 100px;
    height: 58px;
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    background: #929082;
    box-shadow: 0 1px 1px 0px rgba(1, 3, 6, 0.42);
}

.flex-header.today {
    color: #664200;
    background: #ffdb99;
}

.flex-side.today {
    color: #664200;
    background: #ffdb99;
}

.flex-item {
    background: #fff;
    width: 96px;
    height: 58px;
    margin-top: 5px;
    cursor: pointer;
    color: #5f5f5f;
    text-align: center;
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3);
    transition: all ease 0.3ms;
}

    .flex-item:hover {
        color: #138de0;
        background: #69c6ff;
        box-shadow: 0 1px 2px 0px rgba(0, 116, 187, 0.4);
        -webkit-transition: background-color 0.4s ease-out;
        -moz-transition: background-color 0.4s ease-out;
        -o-transition: background-color 0.4s ease-out;
        transition: background-color 0.4s ease-out;
    }

        .flex-item:hover .flight-item-footer {
            background-color: #c2e8ff;
        }

    .flex-item:focus {
        color: #138de0;
        background: #69c6ff;
        box-shadow: 0 1px 2px 0px rgba(0, 116, 187, 0.4);
        -webkit-transition: background-color 0.4s ease-out;
        -moz-transition: background-color 0.4s ease-out;
        -o-transition: background-color 0.4s ease-out;
        transition: background-color 0.4s ease-out;
    }

        .flex-item:focus .flight-item-footer {
            background-color: #c2e8ff;
        }

    .flex-item:active {
        color: #138de0;
        background: #69c6ff;
        box-shadow: 0 1px 2px 0px rgba(0, 116, 187, 0.4);
        -webkit-transition: background-color 0.4s ease-out;
        -moz-transition: background-color 0.4s ease-out;
        -o-transition: background-color 0.4s ease-out;
        transition: background-color 0.4s ease-out;
    }

        .flex-item:active .flight-item-footer {
            background-color: #c2e8ff;
        }

    .flex-item.best-price {
        color: #005a7f;
        background: #b2e8ff;
    }

        .flex-item.best-price .flight-item-footer {
            background-color: #66d2ff;
        }

    .flex-item.bad-price {
        color: #c19e1e;
        background: #fff0b6;
    }

        .flex-item.bad-price .flight-item-footer {
            background-color: #fff7d9;
        }

    .flex-item.disable {
        background: #eeeeee;
        color: #c3c3c3;
        font-weight: bold;
        line-height: 27px;
        cursor: not-allowed;
    }

        .flex-item.disable .flight-item-footer {
            font-size: 9px;
            background-color: #fff;
        }

    .flex-item.today {
        color: #664200;
        background: #ffdb99;
    }

        .flex-item.today .flight-item-footer {
            background-color: #ffa700;
        }

.flight-item-body {
    height: 30px;
    padding: 2px;
}

    .flight-item-body .flight-item-date {
        font-size: 11px;
        display: none;
    }

        .flight-item-body .flight-item-date b {
            font-size: 11px;
        }

        .flight-item-body .flight-item-date span {
            font-size: 11px;
        }

    .flight-item-body .flight-item-logo {
        width: 28px;
    }

.flight-item-footer {
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    background: #f3f2ed;
    border-radius: 0 0 3px 3px;
}


.alert-flight {
    float: right;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0 0 15px;
    margin-bottom: 2px !important;
    padding: 0 6px;
    color: #1ebaff;
    font-size: 1.3rem;
    text-align: right;
    line-height: 30px;
    background-color: #e8f8ff;
    border: 1px solid #d2f1ff;
    border-radius: 4px;
}

    .alert-flight i.mdi-set {
        color: #1ebaff;
    }

    .alert-flight .time-flight {
        color: #1a79a3;
    }


.display-inline-block {
    display: inline-block;
}

.fs-11 {
    font-size: 11px !important;
}

.back-office-msg {
    color: #fff;
    position: relative;
    top: 58px;
    font-size: 9px;
    background-color: #ff3737;
}