﻿body {
    background: url("img/Bg.jpg") center top no-repeat rgb(255, 255, 255);
    font-size: 100%;
}

a, h1, h2, h3, h4, h5, h6, p, hr, ul, li {
    padding: 0px;
    margin: 0px;
}

button, button:active, button:focus, button:hover, .btn, .btn:active, .btn:focus, .btn:hover {
    outline: 0px !important;
    box-shadow: none !important;
}

.switch-theme {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 23px;
    top: 1px;
}

.branding-primary-button:hover, .branding-primary-button:focus {
    background: rgb(26, 40, 54) !important;
}

.branding-primary-button {
    background: rgb(2, 58, 85);
}

.switch-theme input.theme-mode {
    opacity: 0;
    width: 0px;
    height: 0px;
}

.slider-theme {
    position: absolute;
    cursor: pointer;
    inset: 2px 0px 0px;
    background-color: rgb(2, 58, 85);
    transition: all 0.4s ease 0s;
}

    .slider-theme::after {
        position: absolute;
        content: "";
        font: 16px / 20px FontAwesome;
        height: 20px;
        text-align: center;
        width: 20px;
        top: 2px;
        transform: rotate(245deg);
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        color: rgb(2, 58, 85);
        -webkit-text-stroke: 1px;
        right: 3px !important;
    }

    .slider-theme::before {
        position: absolute;
        content: "";
        font: 14px / 20px FontAwesome;
        height: 20px;
        text-align: center;
        width: 20px;
        background-color: rgb(2, 58, 85);
        color: rgb(240, 126, 35);
        left: 6px !important;
    }

input.theme-mode:checked + .slider-theme {
    background-color: rgb(255, 255, 255);
}

input.theme-mode:focus + .slider-theme {
    box-shadow: rgb(33, 150, 243) 0px 0px 1px;
}

.theme-mode .slider-theme.round {
    background: rgb(255, 255, 255);
    height: 24px;
    right: 3px;
    border-radius: 34px !important;
}

.slider-theme.round::before {
    border-radius: 50%;
    top: 2px;
    left: 3px !important;
}

label {
    font-weight: unset !important;
}

legend {
    width: unset !important;
    margin-bottom: unset !important;
}

.btn {
    border-radius: unset !important;
    box-shadow: unset !important;
}

.form-control {
    border-radius: 0px;
    box-shadow: unset;
}

[class*="col-"] {
    padding: 0px;
}

.container {
    position: relative;
    width: 1170px;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px;
}

.container-fluid {
    position: relative;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
        width: 14.2857%;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
        width: 14.2857%;
    }

    /*.TxtPassBirthDateCreateReservation {
        width: 100px;
    }*/
}

@media (min-width: 768px) {
    .seven-cols .col-md-2, .seven-cols .col-sm-2, .seven-cols .col-lg-2 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .eight-cols .col-md-2, .eight-cols .col-sm-2, .eight-cols .col-lg-2 {
        width: 13.5%;
    }

    .eight-cols .col-md-3, .eight-cols .col-sm-3, .eight-cols .col-lg-3 {
        width: 16%;
    }
}

@media (min-width: 1200px) {
    .eight-cols .col-md-2, .eight-cols .col-sm-2, .eight-cols .col-lg-2 {
        width: 12.5%;
    }

    .eight-cols .col-md-3, .eight-cols .col-sm-3, .eight-cols .col-lg-3 {
        width: 16%;
    }
}

.container::before, .container::after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#menu-cont {
    display: none;
}

    #menu-cont .navbar-collapse {
        padding-right: 0px;
    }

    #menu-cont .navbar-default {
        background: unset;
        border-radius: unset;
        border: 1px solid rgb(225, 225, 225);
    }

    #menu-cont .navbar {
        margin: 0px;
        height: 30px;
        min-height: unset !important;
    }

    #menu-cont a {
        font-size: 12px;
        color: rgb(39, 39, 39);
        padding-bottom: 5px;
        padding-top: 2.5px;
    }

    #menu-cont .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: unset;
    }

    #menu-cont .dropdown-menu {
        border-radius: unset;
    }

    #menu-cont .dropdown-menu {
        border-radius: unset;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: 0px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a::after {
        display: block;
        content: " ";
        float: right;
        width: 0px;
        height: 0px;
        border-color: transparent transparent transparent rgb(43, 4, 4);
        border-style: solid;
        border-width: 5px 0px 5px 5px;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a::after {
        border-left-color: rgb(204, 204, 204);
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

#master-search-container [class*="col-"] {
    padding: 0px 5px;
}

.filter [class*="col-"] {
    padding: 0px 5px;
}

input[type="text"][data-passgsmarea] {
    min-width: 35px;
    max-width: 35px;
}

input[type="text"][data-passphonearea] {
    min-width: 35px;
    max-width: 35px;
}

input[type="text"][data-passpasserino] {
    min-width: 35px;
    max-width: 35px;
}

input[type="text"][data-passportenddate] {
}

input[type="text"][data-passbirthdate] {
}

input[type="text"][data-disablemevalidationcvcno] {
    min-width: 50px;
    max-width: 50px;
}

.unset-with {
    width: unset !important;
    min-width: unset !important;
    min-height: unset !important;
}

.pass-detail-info {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .pass-detail-info [class*="col-"] {
        padding: 0px 5px;
    }

.bank-logo {
    width: auto;
    height: 34px;
    padding: 5px;
}

#notify-wrapper [class*="col-"] {
    padding: 0px 5px;
}

#list-filter [class*="col-"] {
    padding: 0px 5px;
}

.flight-detail-bolds .bold {
    font-size: 12px;
}

.data-row-pad5 [class*="col-"] {
    padding: 2.5px;
}

.passenger-data-hidden-wrapper {
    display: none;
}

.passenger-data-header {
    background: rgb(2, 58, 85);
    border-bottom: 2px solid rgb(221, 221, 221);
    text-align: center;
    padding: 8px;
    line-height: 1.42857;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
}

.passenger-data-hidden-wrapper .text {
    padding-left: 5px;
}

.dark-ul-header {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: rgb(2, 58, 85);
    border-bottom: 2px solid rgb(221, 221, 221);
    text-align: center;
    overflow: hidden;
}

    .dark-ul-header li {
        display: table-cell;
        padding: 8px;
        line-height: 1.42857;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: 700;
    }

.dark-ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 2px solid rgb(221, 221, 221);
    text-align: center;
    overflow: hidden;
}

    .dark-ul li {
        display: table-cell;
        padding: 8px;
        line-height: 1.42857;
        font-size: 12px;
    }

.row[data-header-first="true"] {
    margin-top: 10px;
}

.passenger-data-wrapper .input-group {
}

.passenger-data-wrapper input[data-passgsmarea] {
    width: 40px;
}

#TicketBranding .jumbotron h3 {
    padding-bottom: 5px;
    font-size: 15px;
}

#TicketBranding .jumbotron .propcontainer {
    max-height: 80px;
    min-height: 80px;
    overflow: auto;
}

#TicketBranding .jumbotron .propprice {
    margin-top: 5px;
    font-weight: 700;
    padding: 10px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 2px;
}

    #TicketBranding .jumbotron .propprice label {
        font-size: 15px;
        font-weight: 700;
    }

.img-brand-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.img-brand-dest-icon {
    display: inline-block;
    height: 8px;
    margin-right: 2.5px;
}

.brand-dest-type {
    position: absolute;
    top: 5px;
    right: 5px;
}

#TicketBranding {
    padding-bottom: 10px;
}

    #TicketBranding .jumbotron {
        margin: 2px;
        padding-right: 10px;
        padding-left: 10px;
        border: 1px solid rgb(224, 224, 224);
        background-color: rgb(247, 247, 245);
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-radius: 2.5px !important;
    }

li[data-notifiy-id] {
    border-bottom: 1px solid rgb(225, 225, 225);
    padding-bottom: 5px;
    padding-top: 5px;
}

.notify-dropdown {
    height: 29px !important;
    padding: 0px 15px !important;
    margin-right: 2px !important;
}

.notify-dropdown-ul {
    min-width: 235px !important;
}

#about-us {
    font-size: 13px;
    line-height: 20px;
}

    #about-us p {
        font-size: 13px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #about-us h5 {
        padding-top: 5px;
    }

    #about-us ul {
        padding-left: 10px;
        list-style-type: unset;
    }

    #about-us li {
        display: list-item;
        margin-left: 10px;
    }

.search-brand {
    font-size: 9px;
    font-style: italic;
    padding-top: 1px;
}

#agency-branding {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border: 1px solid rgb(128, 128, 128);
}

    #agency-branding .list-group-item {
        padding: 5px !important;
        margin: 0px !important;
    }

        #agency-branding .list-group-item:last-child {
            border-radius: unset !important;
        }

        #agency-branding .list-group-item:first-child {
            border-radius: unset !important;
        }

#brand-data-wrapper {
    margin-bottom: 5px;
}

    #brand-data-wrapper h4 {
        margin-bottom: 5px;
        margin-top: 5px;
        display: inline-block;
    }

.search-code-share {
    margin-left: 10px;
    margin-bottom: 2px;
    font-style: italic;
    color: rgb(185, 7, 7);
}

.select2-container--default .select2-selection--single {
    color: rgb(39, 39, 39);
    font-size: 12px;
    font-family: "Segoe UI";
    border: 1px solid rgb(202, 202, 202);
    margin: 0px 0px 5px;
    box-shadow: unset;
    padding: 1.5px;
    border-radius: unset !important;
    height: 34px !important;
}

.select2-results__options li {
    font-size: 12px;
}

.margin-t-5 {
    margin-top: 5px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}

.alert-danger {
    margin-top: 5px;
    border-radius: unset !important;
    margin-bottom: unset !important;
}

.alert-warning {
    margin-top: 5px;
    border-radius: unset !important;
    margin-bottom: unset !important;
}

@keyframes lastseatfadeIn {
    0% {
        opacity: 0;
    }
}

.last-item-blink {
    animation: 1s ease 0s infinite alternate none running lastseatfadeIn;
    font-weight: bold;
    color: rgb(185, 7, 7) !important;
}

.global-drp {
    border-radius: unset;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(202, 202, 202);
    padding: 5px;
    color: rgb(39, 39, 39);
    font-size: 12px;
}

img {
    border: none;
    display: block;
}

ul, .header_exit, .card_title_first {
    padding: 0px;
    margin: 0px !important;
}

li, .search_icon, .menu_icon, .static_menu li a, .amount, .variable_menu li a, .home_menu_container li a, .home_menu_container span, .quick_menu li a, .quick_menu li a span, .routing li a, .modern_list .way_text, .info_flight, .info_baggage, .info_warning, .tab_menu ul li a, .rules, .filter_arrow, .customer_service span, .table_icon, .transfer_word, .transfer_pdf, .transfer_excel, .login_menu ul li a, .note .btn, .error_page .btn {
    display: block;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
}

h2 {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}

h1, h2 {
    color: rgb(39, 39, 39);
    margin: 0px 0px 10px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.mainDiv {
}

.content {
    min-height: 400px;
}

.detail_filter .btnSave {
    height: 40px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border: 0px;
    margin: 0px;
    padding: 0px 25px;
}

    .detail_filter .btnSave:hover {
        background: rgb(224, 224, 224);
        color: rgb(39, 39, 39);
    }

.btn {
    height: 34px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border: 0px;
    margin: 0px;
    padding: 0px 25px;
}

    .btn:hover {
        background: rgb(224, 224, 224);
        color: rgb(39, 39, 39);
    }

.div_clear {
    clear: both;
    margin-bottom: 20px;
}

.btn_query {
    float: left;
    width: 90px;
    height: 30px;
    background: rgb(240, 126, 35);
    color: rgb(255, 255, 255);
    font-size: 13px;
    border: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

    .btn_query:hover {
        background: rgb(224, 224, 224);
        color: rgb(39, 39, 39);
    }

.save_button {
    float: right;
    width: 90px;
    height: 30px;
    background: rgb(240, 126, 35);
    color: rgb(255, 255, 255);
    font-size: 13px;
    border: 0px;
    margin-left: 5px;
}

    .save_button:hover {
        background: rgb(224, 224, 224);
        color: rgb(39, 39, 39);
    }

.password_line {
    height: 50px;
}

.password {
    height: 50px;
    margin: 0px 12px 5px 0px;
    float: right;
    width: 250px;
}

.text_shape {
    color: rgb(39, 39, 39);
    font-size: 12px;
    padding: 5px;
    border: 1px solid rgb(202, 202, 202);
    margin: 0px 0px 5px;
    width: 150px;
}

.close_btn {
    width: 130px;
    height: 30px;
    background: rgb(240, 126, 35);
    color: rgb(255, 255, 255);
    font-size: 13px;
    border: 0px;
    margin-left: 5px;
}

    .close_btn:hover {
        background: rgb(224, 224, 224);
        color: rgb(39, 39, 39);
    }

.pnrText {
    color: rgb(39, 39, 39);
    font-size: 13px;
}

.header_exit, .matrix_left_arrow, .matrix_right_arrow, .fare_btn, .fare_btn_active, .view_list, .view_table, .left_arrow, .right_arrow, .modern_list .info, .list_icon .info, .list_icon .info_active, .list_icon .exit, .commission .plus, .commission .minus, .tab_arrow, .tab_arrow_active, .filter_btn, .card_icon, btn_orange, btn_darkblue, .change, .num_darkblue ul li, .num_gray ul li, .btn_clear, .transfer_word, .transfer_pdf, .transfer_excel, .error .exit, .information .exit, .confirm .exit, .warning .exit, .world, .world_domestic, .info_domestic {
    cursor: pointer;
}

.text {
    color: rgb(39, 39, 39);
    font-size: 12px;
    line-height: 20px;
}

.text_alt {
    color: rgb(170, 170, 170);
    font-size: 11px;
    line-height: 18px;
}

.text_large {
    color: rgb(39, 39, 39);
    font-size: 15px;
    line-height: 22px;
}

.color_white {
    color: rgb(255, 255, 255);
}

.color_gray {
    color: rgb(170, 170, 170);
}

.color_black {
    color: rgb(39, 39, 39);
}

.color_orange {
    color: rgb(240, 126, 35);
}

.color_darkblue {
    color: rgb(2, 58, 85);
}

.back_gray_light {
    background-color: rgb(239, 239, 239);
}

.back_gray_dark {
    background-color: rgb(224, 224, 224);
}

.back_orange {
    background-color: rgb(240, 126, 35);
}

.back_darkblue {
    background-color: rgb(2, 58, 85);
}

.center {
    text-align: center;
    margin: auto;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.border {
    border-top: 1px solid rgb(235, 235, 235);
    margin: 15px 0px;
}

.borderwithclear {
    border-top: 1px solid rgb(235, 235, 235);
    margin: 15px 0px;
    clear: both;
}

input::-webkit-input-placeholder {
    color: rgb(39, 39, 39);
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: rgb(39, 39, 39);
    opacity: 1;
}

textarea {
    resize: none;
}

    input:focus, textarea:focus, select:focus {
        outline: none;
    }

#header-general {
    background: rgb(255, 255, 255);
}

#header-bar {
    background: rgb(2, 58, 85);
    border-top: 5px solid rgb(245, 245, 245);
    height: 35px;
}

.defaultpage {
    margin-top: 20px;
}

div[data-mrg-10="true"] {
    margin-top: -10px;
}

div[data-mrg-5="true"] {
    margin-top: -10px;
}

div[data-padd-2-5="true"] {
    padding: 2.5px;
}

.header_container {
    height: 60px;
    background: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(245, 245, 245);
}

.logo {
    margin: 8px 0px 0px;
}

.header_exit {
    width: 80px;
    height: 30px;
    font-size: 12px;
    background: rgb(240, 126, 35);
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
    margin-top: -1px !important;
}

    .header_exit:hover {
        color: rgb(39, 39, 39);
        text-decoration: none;
        background: rgb(224, 224, 224);
    }

.grid_button_detail {
    width: 80px;
    height: 25px;
    font-size: 12px;
    border: 0px;
    text-align: center;
    text-decoration: none;
}

    .grid_button_detail:hover {
        color: rgb(39, 39, 39);
        text-decoration: underline;
    }

.header_text {
    float: right;
}

    .header_text div {
        margin-left: 5px;
    }

.header_customer_service {
    color: rgb(170, 170, 170);
    font-size: 14px;
    background: url("/Content/css/img/Phone.png") 0px 1px no-repeat;
    padding-left: 23px;
}

    .header_customer_service span {
        border-left: 1px solid rgb(224, 224, 224);
        margin-left: 10px;
        padding-left: 10px;
    }

.search_icon {
    width: 30px;
    height: 30px;
    background: url("/Content/css/img/HeaderIcon.png") no-repeat;
    position: relative;
    margin: -5px 10px 0px 0px;
}

    .search_icon:hover {
        background: url("/Content/css/img/HeaderIcon.png") -30px 0px no-repeat;
    }

.search_icon_active {
    background: url("/Content/css/img/HeaderIcon.png") -30px 0px no-repeat !important;
}

.menu_icon {
    width: 30px;
    height: 30px;
    background: url("/Content/css/img/HeaderIcon.png") 0px -30px no-repeat;
    position: relative;
}

    .menu_icon:hover {
        background: url("/Content/css/img/HeaderIcon.png") -30px -30px no-repeat;
    }

.menu_icon_active {
    margin: 0px;
    background: url("/Content/css/img/HeaderIcon.png") -30px -30px no-repeat !important;
}

.routing {
}

    .routing li {
        float: left;
    }

        .routing li a {
            min-height: 30px;
            color: rgb(255, 255, 255);
            font-size: 12px;
            background: url("/Content/css/img/Navigation.png") -1px no-repeat rgb(2, 58, 85);
            padding: 6px 10px 0px 15px;
            cursor: default;
        }

            .routing li a:hover {
                text-decoration: none;
            }

.routing_active {
    color: rgb(39, 39, 39) !important;
    background: url("/Content/css/img/NavigationActive.png") no-repeat rgb(255, 255, 255) !important;
}

.quick_menu {
    width: 970px;
    padding: 15px;
    margin: 0px auto 15px;
    position: relative;
    z-index: 50;
    display: none;
}

    .quick_menu li {
        display: inline-block;
    }

        .quick_menu li a {
            width: 239px;
            color: rgb(39, 39, 39);
            font-size: 13px;
            float: left;
            padding-top: 25px;
            margin-bottom: 5px;
        }

            .quick_menu li a .icon {
                width: 58px;
                height: 58px;
                background-color: rgb(224, 224, 224);
                float: left;
                position: relative;
                margin-top: -20px;
                background-repeat: no-repeat;
                background-position: center center;
            }

            .quick_menu li a .arrow {
                width: 9px;
                height: 17px;
                background: url("/Content/css/img/QuickMenuArrow.png") no-repeat;
                float: left;
                margin-right: 1px;
            }

            .quick_menu li a .icon01 {
                background-image: url("/Content/css/img/Menu01Gray.png");
            }

            .quick_menu li a .icon02 {
                background-image: url("/Content/css/img/Menu02Gray.png");
            }

            .quick_menu li a .icon03 {
                background-image: url("/Content/css/img/Menu03Gray.png");
            }

            .quick_menu li a .icon04 {
                background-image: url("/Content/css/img/Menu04Gray.png");
            }

            .quick_menu li a .icon05 {
                background-image: url("/Content/css/img/Menu05Gray.png");
            }

            .quick_menu li a .icon06 {
                background-image: url("/Content/css/img/Menu06Gray.png");
            }

            .quick_menu li a .icon07 {
                background-image: url("/Content/css/img/Menu07Gray.png");
            }

            .quick_menu li a .icon08 {
                background-image: url("/Content/css/img/Menu08Gray.png");
            }

            .quick_menu li a .icon09 {
                background-image: url("/Content/css/img/Menu09Gray.png");
            }

            .quick_menu li a .icon10 {
                background-image: url("/Content/css/img/Menu10Gray.png");
            }

            .quick_menu li a .icon11 {
                background-image: url("/Content/css/img/Menu11Gray.png");
            }

            .quick_menu li a .icon12 {
                background-image: url("/Content/css/img/Menu12Gray.png");
            }

            .quick_menu li a .icon13 {
                background-image: url("/Content/css/img/Menu13Gray.png");
            }

            .quick_menu li a .icon14 {
                background-image: url("/Content/css/img/Menu14Gray.png");
            }

            .quick_menu li a .icon15 {
                background-image: url("/Content/css/img/Menu15Gray.png");
            }

            .quick_menu li a .icon16 {
                background-image: url("/Content/css/img/Menu16Gray.png");
            }

            .quick_menu li a .icon17 {
                background-image: url("/Content/css/img/Menu17Gray.png");
            }

            .quick_menu li a .icon18 {
                background-image: url("/Content/css/img/Menu18Gray.png");
            }

            .quick_menu li a:hover .icon {
                background-color: rgb(240, 126, 35);
            }

            .quick_menu li a:hover .arrow {
                background: url("/Content/css/img/QuickMenuArrow.png") 0px -17px no-repeat;
            }

            .quick_menu li a:hover .icon01 {
                background-image: url("/Content/css/img/Menu01White.png");
            }

            .quick_menu li a:hover .icon02 {
                background-image: url("/Content/css/img/Menu02White.png");
            }

            .quick_menu li a:hover .icon03 {
                background-image: url("/Content/css/img/Menu03White.png");
            }

            .quick_menu li a:hover .icon04 {
                background-image: url("/Content/css/img/Menu04White.png");
            }

            .quick_menu li a:hover .icon05 {
                background-image: url("/Content/css/img/Menu05White.png");
            }

            .quick_menu li a:hover .icon06 {
                background-image: url("/Content/css/img/Menu06White.png");
            }

            .quick_menu li a:hover .icon07 {
                background-image: url("/Content/css/img/Menu07White.png");
            }

            .quick_menu li a:hover .icon08 {
                background-image: url("/Content/css/img/Menu08White.png");
            }

            .quick_menu li a:hover .icon09 {
                background-image: url("/Content/css/img/Menu09White.png");
            }

            .quick_menu li a:hover .icon10 {
                background-image: url("/Content/css/img/Menu10White.png");
            }

            .quick_menu li a:hover .icon11 {
                background-image: url("/Content/css/img/Menu11White.png");
            }

            .quick_menu li a:hover .icon12 {
                background-image: url("/Content/css/img/Menu12White.png");
            }

            .quick_menu li a:hover .icon13 {
                background-image: url("/Content/css/img/Menu13White.png");
            }

            .quick_menu li a:hover .icon14 {
                background-image: url("/Content/css/img/Menu14White.png");
            }

            .quick_menu li a:hover .icon15 {
                background-image: url("/Content/css/img/Menu15White.png");
            }

            .quick_menu li a:hover .icon18 {
                background-image: url("/Content/css/img/Menu18White.png");
            }
            .quick_menu li a:hover {
                color: rgb(240, 126, 35);
            }

.search {
    padding: 15px;
    margin: 0px auto 10px;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        display: inline-block;
        height: 15px;
        background: url("/content/css/img/Rdb.png") 0px 1px no-repeat;
        margin-right: 5px;
        padding-left: 20px;
        color: rgb(39, 39, 39);
        font-size: 12px;
    }

    input[type="radio"]:checked + label {
        background: url("/content/css/img/RdbActive.png") 0px 1px no-repeat;
    }

.box {
    color: rgb(39, 39, 39);
    font-size: 12px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(202, 202, 202);
    padding: 5px;
    margin: 0px 0px 5px;
    flex-basis: calc(100% - 90px);
    border-radius: unset !important;
}

.change {
    width: 16px;
    height: 24px;
    background: url("/Content/css/img/Change.png") no-repeat;
    display: block;
    position: absolute;
    top: 10px;
    left: -8px;
}

    .change:hover {
        opacity: 0.7;
    }

.search_rdb {
    border-radius: unset;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(202, 202, 202);
    padding: 5px;
    margin: 5px 5px 0px 0px;
    color: rgb(39, 39, 39);
    font-size: 12px;
}

.search_way {
    background: url("/Content/css/img/Way.png") 98% 6.5px no-repeat rgb(255, 255, 255);
    cursor: default;
    margin: 5px 5px 0px 0px;
    padding-right: 32px;
}

.search_date {
    background: url("/Content/css/img/Date.png") 95% 7.5px no-repeat rgb(255, 255, 255);
    cursor: default;
    margin: 5px 5px 0px 0px;
}

    .search_date:disabled {
        background: url("/Content/css/img/DatePassive.png") 95% 7.5px no-repeat rgb(245, 245, 245);
    }

.search_btn {
    width: 85px;
    height: 34px;
    background: url("/Content/css/img/Search.png") 10px 8px no-repeat rgb(240, 126, 35);
    color: rgb(255, 255, 255);
    font-size: 13px;
    border: 0px;
    border-radius: unset;
    box-shadow: unset;
    margin-top: 5px;
}

    .search_btn:hover {
        background: url("/Content/css/img/Search.png") 10px 8px no-repeat rgb(202, 202, 202);
    }

.search .border {
    border-top: 1px solid rgb(250, 250, 250);
    margin: 5px 0px;
}

.passenger_drp {
    margin: 0px 4px 0px 0px !important;
    padding: 5px 5px 5px 30px !important;
}

.passenger-type-name {
    text-align: center;
    font-size: 12px;
    color: black;
    padding-top: 2.5px;
}

.drp_adult {
    background: url("/Content/css/img/IconAdult.png") 10px 7px no-repeat rgb(255, 255, 255);
}

.drp_child {
    background: url("/Content/css/img/IconChild.png") 10px 7px no-repeat rgb(255, 255, 255);
}

.drp_infant {
    background: url("/Content/css/img/IconInfant.png") 10px 6px no-repeat rgb(255, 255, 255);
}

.drp_young {
    background: url("/Content/css/img/IconYoung.png") 10px 7px no-repeat rgb(255, 255, 255);
}

.drp_student {
    background: url("/Content/css/img/IconStudent.png") 10px 8px no-repeat rgb(255, 255, 255);
}

.drp_pensioner {
    background: url("/Content/css/img/IconPensioner.png") 10px 7px no-repeat rgb(255, 255, 255);
}

.drp_military {
    background: url("/Content/css/img/IconMilitary.png") 10px 6px no-repeat rgb(255, 255, 255);
}

.footer {
    border-top: 1px solid rgb(207, 207, 207);
    padding: 10px 0px 5px;
    margin-top: 15px;
}

.customer_service {
    background: url("/Content/css/img/CustomerService.png") 0px 3px no-repeat;
    padding: 0px 0px 0px 40px;
}

    .customer_service span {
        font-size: 16px;
    }

.static_menu {
    margin-bottom: 35px !important;
}

    .static_menu li a {
        width: 90%;
        border-top: 1px solid rgb(224, 224, 224);
        border-bottom: 3px solid rgb(224, 224, 224);
        color: rgb(39, 39, 39);
        font-size: 13px;
        padding: 12px 10px 10px 40px;
        margin: 0px 0px 7px;
    }

.sm_1 {
    background: url("/Content/css/img/Sm1.png") 15px 10px no-repeat rgb(255, 255, 255);
}

    .sm_1:hover {
        background: url("/Content/css/img/Sm1Hover.png") 15px 10px no-repeat rgb(245, 245, 245);
    }

.sm_2 {
    background: url("/Content/css/img/Sm2.png") 15px 12px no-repeat rgb(255, 255, 255);
}

    .sm_2:hover {
        background: url("/Content/css/img/Sm2Hover.png") 15px 12px no-repeat rgb(245, 245, 245);
    }

.sm_3 {
    background: url("/Content/css/img/Sm3.png") 15px 12px no-repeat rgb(255, 255, 255);
}

    .sm_3:hover {
        background: url("/Content/css/img/Sm3Hover.png") 15px 12px no-repeat rgb(245, 245, 245);
    }

.sm_4 {
    background: url("/Content/css/img/Sm4.png") 15px 12px no-repeat rgb(255, 255, 255);
}

    .sm_4:hover {
        background: url("/Content/css/img/Sm4Hover.png") 15px 12px no-repeat rgb(245, 245, 245);
    }

.sm_5 {
    background: url("/Content/css/img/Sm5.png") 15px 12px no-repeat rgb(255, 255, 255);
}

    .sm_5:hover {
        background: url("/Content/css/img/Sm5Hover.png") 15px 12px no-repeat rgb(245, 245, 245);
    }

.sm_6 {
    background: url("/Content/css/img/Sm6.png") 15px 12px no-repeat rgb(255, 255, 255);
}

    .sm_6:hover {
        background: url("/Content/css/img/Sm6Hover.png") 15px 12px no-repeat rgb(245, 245, 245);
    }

.amount {
    width: 22px;
    height: 19px;
    background: rgb(240, 126, 35);
    color: rgb(255, 255, 255);
    font-size: 11px;
    text-align: center;
    padding: 3px 0px 0px;
    float: right;
    border-radius: 20px;
}

.variable_menu li a {
    width: 90%;
    background: url("/Content/css/img/VariableMenu.png") 15px 12px no-repeat rgb(2, 58, 85);
    border-top: 1px solid rgb(0, 45, 67);
    border-bottom: 3px solid rgb(0, 45, 67);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    padding: 12px 10px 10px 40px;
    margin: 0px 0px 7px;
}

    .variable_menu li a:hover {
        color: rgb(39, 39, 39);
        background: url("/Content/css/img/VariableMenuHover.png") 15px 12px no-repeat rgb(245, 245, 245);
        border-top: 1px solid rgb(224, 224, 224);
        border-bottom: 3px solid rgb(224, 224, 224);
    }

div[class="row"][data-home-wrapper="true"] {
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(224, 224, 224);
    border-bottom: 3px solid rgb(224, 224, 224);
    margin-bottom: 10px;
    clear: both;
    text-transform: lowercase;
    padding: 15px 10px 0px;
}

.home-item a {
    height: 130px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    padding: 2px;
    margin: 0px 8px 10px 7px;
    text-align: center;
    font-size: 13px;
    color: rgb(39, 39, 39);
    float: left;
}

    .home-item a:hover {
        color: rgb(240, 126, 35);
        text-decoration: none;
    }

        .home-item a:hover .icon {
            background: center center no-repeat rgb(240, 126, 35);
        }

.home-item .bold {
    display: block;
}

.home-item li a:hover .arrow {
    background: none;
}

.home-item a:hover .icon01 {
    background-image: url("/Content/css/img/Menu01White.png");
}

.home-item a:hover .icon02 {
    background-image: url("/Content/css/img/Menu02White.png");
}

.home-item a:hover .icon03 {
    background-image: url("/Content/css/img/Menu03White.png");
}

.home-item a:hover .icon04 {
    background-image: url("/Content/css/img/Menu04White.png");
}

.home-item a:hover .icon05 {
    background-image: url("/Content/css/img/Menu05White.png");
}

.home-item a:hover .icon06 {
    background-image: url("/Content/css/img/Menu06White.png");
}

.home-item a:hover .icon07 {
    background-image: url("/Content/css/img/Menu07White.png");
}

.home-item a:hover .icon08 {
    background-image: url("/Content/css/img/Menu08White.png");
}

.home-item a:hover .icon09 {
    background-image: url("/Content/css/img/Menu09White.png");
}

.home-item a:hover .icon10 {
    background-image: url("/Content/css/img/Menu10White.png");
}

.home-item a:hover .icon11 {
    background-image: url("/Content/css/img/Menu11White.png");
}

.home-item a:hover .icon12 {
    background-image: url("/Content/css/img/Menu12White.png");
}

.home-item a:hover .icon13 {
    background-image: url("/Content/css/img/Menu13White.png");
}

.home-item a:hover .icon14 {
    background-image: url("/Content/css/img/Menu14White.png");
}

.home-item a:hover .icon15 {
    background-image: url("/Content/css/img/Menu15White.png");
}

.home-item a:hover .icon16 {
    background-image: url("/Content/css/img/Menu16White.png");
}

.home-item a:hover .icon17 {
    background-image: url("/Content/css/img/Menu17White.png");
}

.home-item a:hover .icon18 {
    background-image: url("/Content/css/img/Menu18White.png");
}

.home-item .icon {
    width: 121px;
    height: 73px;
    background: center center no-repeat rgb(221, 221, 221);
}

.home-item .arrow {
    width: 17px;
    height: 9px;
    background: none;
    margin: 0px auto 3px;
}

.home-item .icon01 {
    background-image: url("/Content/css/img/Menu01Black.png");
}

.home-item .icon02 {
    background-image: url("/Content/css/img/Menu02Black.png");
}

.home-item .icon03 {
    background-image: url("/Content/css/img/Menu03Black.png");
}

.home-item .icon04 {
    background-image: url("/Content/css/img/Menu04Black.png");
}

.home-item .icon05 {
    background-image: url("/Content/css/img/Menu05Black.png");
}

.home-item .icon06 {
    background-image: url("/Content/css/img/Menu06Black.png");
}

.home-item .icon07 {
    background-image: url("/Content/css/img/Menu07Black.png");
}

.home-item .icon08 {
    background-image: url("/Content/css/img/Menu08Black.png");
}

.home-item .icon09 {
    background-image: url("/Content/css/img/Menu09Black.png");
}

.home-item .icon10 {
    background-image: url("/Content/css/img/Menu10Black.png");
}

.home-item .icon11 {
    background-image: url("/Content/css/img/Menu11Black.png");
}

.home-item .icon12 {
    background-image: url("/Content/css/img/Menu12Black.png");
}

.home-item .icon13 {
    background-image: url("/Content/css/img/Menu13Black.png");
}

.home-item .icon14 {
    background-image: url("/Content/css/img/Menu14Black.png");
}

.home-item .icon15 {
    background-image: url("/Content/css/img/Menu15Black.png");
}

.home-item .icon16 {
    background-image: url("/Content/css/img/Menu16Black.png");
}

.home-item .icon17 {
    background-image: url("/Content/css/img/Menu17Black.png");
}

.home-item .icon18 {
    background-image: url("/Content/css/img/Menu18Black.png");
}

.matrix {
    background: rgb(235, 235, 235);
    padding: 15px;
}

.matrix_left_arrow {
    width: 10px;
    height: 16px;
    background: url("/Content/css/img/MatrixArrow.png") no-repeat;
    margin-left: 10px;
}

    .matrix_left_arrow:hover {
        background: url("/Content/css/img/MatrixArrow.png") 0px -16px no-repeat;
    }

.matrix_right_arrow {
    width: 10px;
    height: 16px;
    background: url("/Content/css/img/MatrixArrow.png") -10px 0px no-repeat;
    margin-left: 10px;
}

    .matrix_right_arrow:hover {
        background: url("/Content/css/img/MatrixArrow.png") -10px -16px no-repeat;
    }

.matrix_container {
    height: 70px;
    overflow: hidden;
}

    .matrix_container li {
        min-width: 130px;
        min-height: 75px;
        float: left;
        background: rgb(255, 255, 255);
        padding: 5px 10px;
        margin-right: 14px;
    }

    .matrix_container .air_logo {
        width: 65px;
        margin: auto;
    }

    .matrix_container .text {
        margin-bottom: -5px;
    }

.filter_btn {
    background: rgb(235, 235, 235);
    margin: 5px 0px 0px;
    border-bottom: 2px solid rgb(255, 255, 255);
    color: rgb(39, 39, 39);
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    width: 98%;
}

    .filter_btn::after {
        content: "";
        color: rgb(51, 51, 51);
        position: absolute;
        font-family: FontAwesome;
        right: 22px;
        font-weight: 800;
    }

    .filter_btn:hover {
        background: rgb(224, 224, 224);
        color: rgb(39, 39, 39);
    }

.filter_arrow, .filter_arrow_active {
    width: 16px;
    height: 10px;
    background: url("/Content/css/img/FilterArrow.png") no-repeat;
    float: right;
    margin: 5px;
}

.filter_arrow_active {
    background: url("/Content/css/img/FilterArrow.png") 0px -10px no-repeat !important;
}

.filter {
    background: rgb(235, 235, 235);
    width: 98%;
}

    .filter .filter-rule {
        width: 100%;
        float: left;
        background: rgb(255, 255, 255);
        padding: 5px 5px 5px 10px;
        margin: 2.5px 0px;
    }

    .filter > ul > li:last-child {
        margin: 0px 0px 15px;
    }

.filter-rule h2 {
    margin-bottom: 5px !important;
}

.filter-rule .drp {
    margin-bottom: 0px !important;
}

.filter_content .airways {
    height: 100px;
    overflow-y: auto;
}

.filter_content {
}

input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

    input[type="checkbox"] + label {
        display: inline-block;
        height: 18px;
        background: url("/content/css/img/Chb.png") 0px 1px no-repeat;
        margin-right: 5px;
        padding-left: 20px;
        color: rgb(39, 39, 39);
        font-size: 12px;
        margin-bottom: 5px;
        white-space: nowrap;
    }

    input[type="checkbox"]:checked + label {
        background: url("/content/css/img/ChbActive.png") 0px 1px no-repeat;
    }

.fare_btn, .fare_btn_active {
    width: 14px;
    height: 14px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(2, 58, 85);
    position: absolute;
    z-index: 50;
    border-radius: 10px;
    margin-left: 10px;
}

    .fare_btn:hover {
        background: rgb(2, 58, 85);
    }

.fare_btn_active {
    width: 8px;
    height: 8px;
    border: 4px solid rgb(2, 58, 85);
    margin-left: 185px;
}

.fare_border {
    width: 210px;
    height: 4px;
    background: rgb(2, 58, 85);
    margin-top: 6px;
    position: absolute;
    z-index: 40;
}

.-detay_icerik {
    margin-bottom: 3px;
    height: 4px !important;
    border: 1px solid rgb(2, 58, 85) !important;
}

    .-detay_icerik div {
        background: rgb(2, 58, 85);
        height: 4px !important;
    }

    .-detay_icerik span {
        border-radius: 10px;
        margin-top: -3px;
        width: 14px !important;
        height: 14px !important;
        background: rgb(255, 255, 255) !important;
        border: 1px solid rgb(2, 58, 85) !important;
    }

        .-detay_icerik span:hover {
            width: 8px !important;
            height: 8px !important;
            border: 4px solid rgb(2, 58, 85) !important;
        }

.filter .text {
    margin-top: 24px;
}

.view_table, .view_table_active {
    width: 28px;
    height: 33px;
    background: url("/Content/css/img/View.png") no-repeat;
    margin-right: 8px;
    position: relative;
    z-index: 100;
}

    .view_table:hover {
        background: url("/Content/css/img/View.png") -28px 0px no-repeat;
    }

.view_table_active {
    background: url("/Content/css/img/View.png") -28px 0px no-repeat !important;
}

.view_list, .view_list_active {
    width: 28px;
    height: 33px;
    background: url("/Content/css/img/View.png") -56px 0px no-repeat;
    position: relative;
    z-index: 100;
}

    .view_list:hover {
        background: url("/Content/css/img/View.png") -84px 0px no-repeat;
    }

.view_list {
    margin-right: 50px;
}

.view_list_active {
    margin-right: 157px;
    background: url("/Content/css/img/View.png") -84px 0px no-repeat !important;
}

.departure_date, .return_date {
    margin: 0px 51px;
}

.departure_date_domestic, .return_date_domestic {
    margin: 0px 0px 5px !important;
}

.departure_date .left_arrow, .return_date .left_arrow {
    width: 28px;
    height: 28px;
    background: url("/Content/css/img/DateArrowLeft.png") center center no-repeat rgb(224, 224, 224);
}

    .departure_date .left_arrow:hover, .return_date .left_arrow:hover {
        background: url("/Content/css/img/DateArrowLeftHover.png") center center no-repeat rgb(240, 126, 35);
    }

.departure_date .right_arrow, .return_date .right_arrow {
    width: 28px;
    height: 28px;
    background: url("/Content/css/img/DateArrowRight.png") center center no-repeat rgb(224, 224, 224);
}

    .departure_date .right_arrow:hover, .return_date .right_arrow:hover {
        background: url("/Content/css/img/DateArrowRightHover.png") center center no-repeat rgb(240, 126, 35);
    }

.departure_date .date_box, .return_date .date_box {
    width: 150px;
    height: 28px;
    border: 1px solid rgb(224, 224, 224);
    color: rgb(39, 39, 39);
    font-size: 12px;
    padding: 0px 10px 0px 38px;
    cursor: default;
    border-radius: unset;
    box-shadow: unset;
}

.departure_date .date_box {
    background: url("/Content/css/img/Departure.png") 7px 7px no-repeat rgb(255, 255, 255);
}

.return_date .date_box {
    background: url("/Content/css/img/Return.png") 7px 7px no-repeat rgb(255, 255, 255);
}

.drp_currency {
    width: 65px;
    height: 28px;
    border: 1px solid rgb(224, 224, 224);
    color: rgb(39, 39, 39);
    font-size: 12px;
    background: rgb(255, 255, 255);
    padding: 5px;
    border-radius: unset;
    box-shadow: unset;
    margin-left: 5px;
}

.drp_cur_domestic {
    margin-right: 10px;
}

.list_menu a {
    color: rgb(39, 39, 39);
    font-size: 12px;
    border-left: 1px solid rgb(150, 150, 150);
    padding: 0px 10px;
}

    .list_menu a:hover {
        color: rgb(240, 126, 35);
    }

.modern_list {
    background: rgb(255, 255, 255);
    border-top: 5px solid rgb(255, 255, 255);
    position: relative;
    margin-top: -5px;
    z-index: 50;
}

    .modern_list ul li {
        margin-bottom: 3px;
        border: 1px solid rgb(245, 245, 245);
    }

.list_content {
    width: 838px;
    height: 24px;
    background: rgb(245, 245, 245);
    padding: 6px 15px 8px;
    cursor: pointer;
    border: 1px solid rgb(224, 224, 224);
}

    .list_content .logo {
        background: rgb(255, 255, 255);
        border-width: 1px;
        border-style: solid;
        border-color: rgb(224, 224, 224) rgb(224, 224, 224) rgb(178, 178, 178);
        border-image: initial;
        margin: 0px;
        padding: 2px;
    }

    .list_content .text {
        width: 216px;
        overflow: hidden;
        margin: 2px 5px 0px 15px;
    }

    .list_content .departure_number {
        width: 39px;
        height: 16px;
        border: 1px solid rgb(224, 224, 224);
        background: url("/Content/css/img/Departure.png") 7px 5px no-repeat rgb(255, 255, 255);
        padding: 3px 5px 5px 35px;
        margin: 0px 51px 0px 44px;
    }

    .list_content .return_number {
        width: 39px;
        height: 16px;
        border: 1px solid rgb(224, 224, 224);
        background: url("/Content/css/img/Return.png") 7px 5px no-repeat rgb(255, 255, 255);
        padding: 3px 5px 5px 35px;
        margin: 0px 51px;
    }

.modern_list .fare, .modern_list .fare_active {
    width: 108px;
    height: 30px;
    background: url("/Content/css/img/ListArrow.png") 0px center no-repeat rgb(2, 58, 85);
    color: rgb(255, 255, 255);
    font-size: 19px;
    padding: 5px 10px;
    cursor: pointer;
}

    .modern_list .fare span {
        font-size: 12px;
    }

.modern_list .fare_active {
    background: url("/Content/css/img/ListArrow.png") 0px center no-repeat rgb(240, 126, 35);
}

    .modern_list .fare_active span {
        font-size: 12px;
    }

.title_container, .title_container_alt {
    width: 469px;
    height: 30px;
    background: rgb(240, 126, 35);
    padding: 5px 15px;
}

.title_container_alt {
    width: 970px !important;
}

    .title_container .departure_title, .title_container_alt .departure_title {
        background: url("/Content/css/img/TitleDeparture.png") 0px 7px no-repeat;
        padding-left: 35px;
    }

.title_container .return_title {
    background: url("/Content/css/img/TitleReturn.png") 0px 7px no-repeat;
    padding-left: 35px;
}

.modern_list .border {
    width: 25px;
    height: 1px;
    background: rgb(255, 255, 255);
    margin: 17px 15px 0px;
}

.title_container .text, .title_container_alt .text {
    margin-top: 5px;
}

.modern_list .container {
    width: 467px;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(227, 227, 227);
    padding: 5px 0px;
}

.modern_list .container_alt {
    width: 968px !important;
}

    .modern_list .container_alt .logo {
        margin: 0px 15px 0px 9px !important;
    }

    .modern_list .container .minfo, .modern_list .container_alt .minfo {
        width: 14px;
        height: 14px;
        background: url("/Content/css/img/Info.png") no-repeat;
        margin: 5px 0px;
        cursor: pointer;
    }

    .modern_list .container_alt .minfo {
        float: right;
        margin: 3px 0px 5px !important;
    }

.modern_list .minfo:hover {
    opacity: 0.7;
}

.modern_list .container .logo {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 224, 224) rgb(224, 224, 224) rgb(178, 178, 178);
    border-image: initial;
    margin: 0px 50px 0px 9px;
    padding: 1px;
}

.world, .world_domestic {
    width: 32px;
    height: 18px;
    background: url("/Content/css/img/World.png") no-repeat;
    margin: 3px 20px 0px 0px;
}

.world_domestic {
    margin: 0px 5px 5px 15px;
}

    .world:hover, .world_domestic:hover {
        background: url("/Content/css/img/World.png") -32px 0px no-repeat;
    }

.info_domestic {
    width: 14px;
    height: 14px;
    background: url("/Content/css/img/Info.png") no-repeat;
    cursor: pointer;
    display: inline-block;
    margin-bottom: -2px;
}

    .info_domestic:hover {
        opacity: 0.7;
    }

.modern_list .container .title {
    width: 158px;
    text-align: right;
    margin-right: 7px;
}

.modern_list .container .title_departure, .modern_list .container .title_return {
    width: 64px;
    text-align: right;
    margin-right: 62px;
}

.modern_list .container .title_return {
    margin-left: 26px;
    margin-right: 0px;
}

.modern_list .code_text {
    width: 70px;
    margin-left: 9px;
}

.modern_list .way_container {
    margin-left: 8px;
}

.modern_list .container .way_text {
    width: 105px;
    height: 18px;
    overflow: hidden;
}

.modern_list .container_alt .way_text {
    width: 170px;
    height: 18px;
    overflow: hidden;
}

.modern_list .time {
    background: rgb(245, 245, 245);
}

.modern_list .container_alt .sep {
    width: 1px;
    height: 15px;
    background: rgb(224, 224, 224);
    margin: 3px 15px 0px;
}

.class_info {
    position: absolute;
}

.class_arrow {
    width: 18px;
    height: 9px;
    background: url("/Content/css/img/InfoArrow.png") no-repeat;
    display: inline-block;
    position: absolute;
    left: 39%;
    top: 35px;
}

.class_table {
    background: rgb(245, 245, 245);
    border: 1px solid rgb(226, 226, 226);
    position: relative;
    display: inline-block;
    left: 22%;
    margin: 5px;
}

    .class_table tr th {
        padding: 4px;
        color: rgb(39, 39, 39);
        font-size: 11px;
    }

    .class_table tr td {
        background: rgb(255, 255, 255);
        padding: 0px 4px;
        color: rgb(39, 39, 39);
        font-size: 11px;
    }

.table_title {
    height: 40px;
    background: rgb(2, 58, 85);
    border-top: 5px solid rgb(255, 255, 255);
}

    .table_title .departure_title {
        height: 35px;
        border-right: 1px solid rgb(255, 255, 255);
        background: url("/Content/css/img/TitleDeparture.png") 15px 12px no-repeat;
        padding: 5px 10px 5px 45px;
        margin-bottom: 0px;
    }

    .table_title .return_title {
        height: 35px;
        border-right: 1px solid rgb(255, 255, 255);
        background: url("/Content/css/img/TitleReturn.png") 15px 12px no-repeat;
        padding: 5px 10px 5px 45px;
        margin-bottom: 0px;
    }

    .table_title .table_title_text {
        height: 20px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        padding: 10px 2px 10px 40px;
    }

.domestic_list {
}

    .domestic_list ul {
        margin-bottom: 25px;
    }

        .domestic_list ul li {
            background: url("/Content/css/img/DomesticList.png") repeat-y;
            border: 1px solid rgb(224, 224, 224);
            margin-bottom: 5px;
        }

            .domestic_list ul li.detur {
            }

    .domestic_list .list_fare {
        padding: 10px 5px 10px 2px;
        width: 105px;
        display: block;
    }

        .domestic_list .list_fare .text {
            color: rgb(240, 126, 35);
        }

    .domestic_list .list_fare_multi {
        padding: 10px 5px 10px 10px;
        min-width: 105px;
    }

        .domestic_list .list_fare_multi .text {
            color: rgb(240, 126, 35);
        }

    .domestic_list .list_content_alt:last-child {
        border-bottom: 0px;
    }

.list_content_alt {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(224, 224, 224);
    margin-left: 12px;
}

    .list_content_alt .logo {
        width: 85px;
        padding: 0px 2px 0px 3px;
    }

        .list_content_alt .logo img {
            border-width: 1px;
            border-style: solid;
            border-color: rgb(224, 224, 224) rgb(224, 224, 224) rgb(178, 178, 178);
            border-image: initial;
            padding: 1px;
            margin: auto;
        }

    .list_content_alt .text {
        width: 96px;
        padding: 10px 2px 10px 3px;
    }

.list_icon {
    width: 30px;
    min-height: 40px;
}

    .list_icon .info, .list_icon .info_active {
        width: 14px;
        height: 14px;
        background: url("/Content/css/img/TableIcon.png") no-repeat;
        margin: 4px auto;
    }

        .list_icon .info:hover {
            background: url("/Content/css/img/TableIcon.png") -14px 0px no-repeat;
        }

    .list_icon .info_active {
        background: url("/Content/css/img/TableIcon.png") -28px 0px no-repeat;
    }

.info_active:hover {
    background: url("/Content/css/img/TableIcon.png") -28px 0px no-repeat !important;
}

.list_icon .exit {
    width: 14px;
    height: 14px;
    background: url("/Content/css/img/TableIcon.png") 0px -14px no-repeat;
    margin: 4px auto;
}

    .list_icon .exit:hover {
        background: url("/Content/css/img/TableIcon.png") -14px -14px no-repeat;
    }

.list_icon .exitmulti {
    width: 14px;
    height: 14px;
    background: url("/Content/css/img/TableIcon.png") 0px -14px no-repeat;
    margin: 4px auto;
}

    .list_icon .exitmulti:hover {
        background: url("/Content/css/img/TableIcon.png") -14px -14px no-repeat;
    }

.table_class_info {
    position: relative;
}

.info_content {
    min-height: 20px;
    margin: 2px 1px 0px 2px;
    padding: 2px 15px;
}

    .info_content span {
        width: 15px;
        height: 18px;
        float: left;
        padding-left: 10px;
    }

.info_flight {
    background: url("/Content/css/img/InfoFlight.png") 0px 3px no-repeat;
    margin-right: 5px;
}

.info_rail {
    background: url("/Content/css/img/Rail.png") 0px 3px no-repeat;
    margin-right: 5px;
}

.info_Plane {
    background: url("/Content/css/img/InfoFlight.png") 0px 3px no-repeat;
    margin-right: 5px;
}

.info_Rail {
    background: url("/Content/css/img/Rail.png") 0px 3px no-repeat;
    margin-right: 5px;
}

.info_baggage {
    background: url("/Content/css/img/InfoBaggage.png") 0px 3px no-repeat;
}

.info_warning {
    background: url("/Content/css/img/InfoWarning.png") 0px 3px no-repeat;
}

.detail_title {
    width: 33%;
    padding: 8px 15px 7px 40px;
    margin: 0px;
    background-color: rgb(224, 224, 224);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.title_flight_info {
    background-image: url("/Content/css/img/TitleFlightInfo.png");
}

.title_hotel_info {
    background-image: url("/Content/css/img/TitleHotelInfo.png");
}

.title_fare_info {
    background-image: url("/Content/css/img/TitleFareInfo.png");
}

.title_passenger_info {
    background-image: url("/Content/css/img/TitlePassengerInfo.png");
}

.title_agency_note {
    background-image: url("/Content/css/img/TitleAgencyNote.png");
}

.title_payment_option {
    background-image: url("/Content/css/img/TitlePaymentOption.png");
}

.title_price_info {
    background-image: url("/Content/css/img/TitlePriceInfo.png");
}

.title_contact_info {
    background-image: url("/Content/css/img/TitleContactInfo.png");
}

.title_mail_send {
    background-image: url("/Content/css/img/TitleMailSend.png");
}

.title_ticket_process {
    background-image: url("/Content/css/img/TitleTicketProcess.png");
}

.detail_content {
    border-width: 2px 1px 1px 2px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    border-image: initial;
    padding: 10px;
    margin-bottom: 15px;
    background: rgb(255, 255, 255);
}

.flight_info {
    padding: 5px 15px 5px 0px;
    margin-bottom: 10px;
}

    .flight_info span {
        margin: 0px 5px 0px 15px;
    }

.table_darkblue {
}

    .table_darkblue tr th {
        min-height: 40px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        background: rgb(2, 58, 85);
        border-bottom: 1px solid rgb(224, 224, 224);
        padding: 0px 10px;
    }

    .table_darkblue tr td {
        min-height: 40px;
        color: rgb(39, 39, 39);
        font-size: 12px;
        border-bottom: 1px solid rgb(224, 224, 224);
        padding: 7px 5px;
    }

        .table_darkblue tr td img {
            border-width: 1px;
            border-style: solid;
            border-color: rgb(224, 224, 224) rgb(224, 224, 224) rgb(178, 178, 178);
            border-image: initial;
            padding: 1px;
        }

.table_darkblue1 {
    width: 100%;
    margin: 5px 0px;
}

.gridRight {
    border-right: 5px solid black;
}

.gridTop {
    border-bottom: 5px solid black;
}

.table_darkblue1 tr th {
    height: 39px;
    color: rgb(0, 0, 0);
    font-size: 12px;
    padding: 0px 10px;
}

.table_darkblue1 tr td {
    min-height: 40px;
    color: rgb(39, 39, 39);
    font-size: 12px;
    padding: 7px 5px;
}

    .table_darkblue1 tr td img {
        padding: 1px;
    }

.table_gray {
}

    .table_gray tr th {
        min-height: 40px;
        color: rgb(39, 39, 39);
        font-size: 12px;
        background: rgb(224, 224, 224);
        border-bottom: 1px solid rgb(224, 224, 224);
        padding: 0px 10px;
    }

    .table_gray tr td {
        min-height: 40px;
        color: rgb(39, 39, 39);
        font-size: 12px;
        border-bottom: 1px solid rgb(224, 224, 224);
        padding: 7px 5px;
    }

        .table_gray tr td img {
            border-width: 1px;
            border-style: solid;
            border-color: rgb(224, 224, 224) rgb(224, 224, 224) rgb(178, 178, 178);
            border-image: initial;
            padding: 1px;
        }

.commission {
    margin-top: 10px;
}

.commission_res {
    width: 291px !important;
}

.commission .text {
    margin-left: 15px;
}

.commission input[type="text"] {
    width: 40px;
    height: 25px;
    border: 1px solid rgb(202, 202, 202);
    padding: 5px;
    color: rgb(39, 39, 39);
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    border-radius: unset;
    box-shadow: unset;
}

.commission .plus, .commission .minus {
    width: 25px;
    height: 25px;
    background: url("/Content/css/img/Commission.png") no-repeat;
    margin: 0px 1px;
}

    .commission .plus:hover {
        background: url("/Content/css/img/Commission.png") 0px -25px no-repeat;
    }

.commission .minus {
    background: url("/Content/css/img/Commission.png") -25px 0px no-repeat;
}

    .commission .minus:hover {
        background: url("/Content/css/img/Commission.png") -25px -25px no-repeat;
    }

.commissionminusHovered {
    background: url("/Content/css/img/Commission.png") -25px -25px no-repeat !important;
}

.commissionplusHovered {
    background: url("/Content/css/img/Commission.png") 0px -25px no-repeat !important;
}

.commission .text_large {
    margin-left: 20px;
}

.table_passenger tr td:first-child {
    padding: 0px;
}

.passenger_Adult, .passenger_Young, .passenger_Child, .passenger_Infant, .passenger_Student, .passenger_Pensioner, .passenger_Military, .passenger_Labor {
    background-color: rgb(233, 233, 233);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 9px 5px 9px 30px;
    text-align: left;
    font-size: 11px;
}

.passenger_Adult {
    background-image: url("/Content/css/img/IconAdult.png");
}

.passenger_Labor {
    background-image: url("/Content/css/img/IconAdult.png");
}

.passenger_Young {
    background-image: url("/Content/css/img/IconYoung.png");
}

.passenger_Child {
    background-image: url("/Content/css/img/IconChild.png");
}

.passenger_Infant {
    background-image: url("/Content/css/img/IconInfant.png");
}

.passenger_Student {
    background-image: url("/Content/css/img/IconStudent.png");
}

.passenger_Pensioner {
    background-image: url("/Content/css/img/IconPensioner.png");
}

.passenger_Military {
    background-image: url("/Content/css/img/IconMilitary.png");
}

.Female input[type="radio"] {
    display: none;
}

    .Female input[type="radio"] + label {
        display: block;
        width: 6px;
        height: 26px;
        background: url("/content/css/img/Gender.png") no-repeat;
        margin: 2px 10px 0px 0px;
    }

    .Female input[type="radio"]:checked + label {
        background: url("/content/css/img/Gender.png") 0px -26px no-repeat;
    }

.Male input[type="radio"] {
    display: none;
}

    .Male input[type="radio"] + label {
        display: block;
        width: 6px;
        height: 26px;
        background: url("/content/css/img/Gender.png") -26px 0px no-repeat;
        margin: 2px 0px 0px;
    }

    .Male input[type="radio"]:checked + label {
        background: url("/content/css/img/Gender.png") -26px -26px no-repeat;
    }

.table_box {
}

.table_date_box {
}

.tab_arrow, .tab_arrow_active {
    width: 20px;
    height: 20px;
    background: url("/Content/css/img/TabArrow.png") -3px -3px no-repeat;
    margin: 0px 0px 0px 2px;
}

    .tab_arrow:hover {
        background: url("/Content/css/img/TabArrow.png") -29px -3px no-repeat;
    }

.tab_arrow_active {
    background: url("/Content/css/img/TabArrow.png") -55px -2px no-repeat !important;
}

.box_table {
    margin-right: 0px;
}

.drp {
    color: rgb(39, 39, 39);
    font-size: 12px;
    padding: 5px;
    border: 1px solid rgb(202, 202, 202);
    margin: 0px 0px 5px;
    border-radius: unset;
    box-shadow: unset;
}

.table_drp {
}

.table_passenger_content {
    width: 100%;
    padding: 10px 0px;
}

    .table_passenger_content tr td {
        border-bottom: 0px;
        padding: 0px;
    }

        .table_passenger_content tr td:first-child {
            width: auto;
        }

        .table_passenger_content tr td .text {
            width: 100px;
            height: 18px;
            overflow: hidden;
            margin: 5px 5px 0px 0px;
            text-align: left;
        }

.agency_box {
}

.tab_menu {
    margin: 10px 0px 0px 5px;
}

    .tab_menu ul li {
        float: left;
        background: rgb(235, 235, 235);
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        margin-left: -5px;
        position: relative;
    }

        .tab_menu ul li:nth-child(2n) {
            background: rgb(245, 245, 245) !important;
        }

        .tab_menu ul li a {
            position: relative;
            filter: grayscale(100%);
            opacity: 0.5;
            text-align: center;
            padding-top: 5px;
        }

.tab_menu_active {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

.tab_content {
    border: 1px solid rgb(224, 224, 224);
    padding: 15px;
    margin-bottom: 15px;
}

    .tab_content li {
        border-bottom: 1px dashed rgb(208, 208, 208);
        padding: 3px 0px;
    }

        .tab_content li .text {
            width: 434px;
        }

.card_title {
    min-height: 34px;
    color: rgb(39, 39, 39);
    font-size: 12px;
    background: rgb(233, 233, 233);
    padding: 7px 10px 5px;
    margin: 0px 0px 0px 10px;
}

.card_box {
    border: 1px solid rgb(233, 233, 233);
}

.card_drp {
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(233, 233, 233);
    border-right-color: rgb(233, 233, 233);
    border-bottom-color: rgb(233, 233, 233);
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
}

.card_sec_box {
    border: 1px solid rgb(233, 233, 233);
}

.card_icon {
    width: 30px;
    height: 30px;
    background: url("/Content/css/img/QuestionMark.png") no-repeat;
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: 2.5px;
}

    .card_icon:hover {
        background: url("/Content/css/img/QuestionMark.png") -30px 0px no-repeat;
    }

.rules {
    color: rgb(240, 126, 35);
    font-size: 12px;
    position: absolute;
    margin: 4px 20px;
}

.btn_orange {
    background: rgb(240, 126, 35);
}

.btn_darkblue {
    background: rgb(2, 58, 85);
    margin: 0px 10px 10px 0px;
}

.reservation_box {
    border-width: 2px 1px 1px 2px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    border-image: initial;
    margin: 0px 0px 15px;
}

.reservation_admin_box {
    border-width: 2px 1px 1px 2px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    border-image: initial;
    margin: 0px 0px 5px;
}

.detail_container {
    width: 100%;
}

.ebilet_link {
    color: rgb(2, 58, 85);
    background: url("/Content/css/img/Eticket.png") right 2px no-repeat;
    padding-right: 15px;
}

    .ebilet_link:hover {
        color: rgb(240, 126, 35);
        background: url("/Content/css/img/EticketHover.png") right 2px no-repeat;
    }

.batchbill_link {
    color: rgb(2, 58, 85);
    text-decoration: underline;
    padding-right: 15px;
}

    .batchbill_link:hover {
        text-decoration: underline;
        color: rgb(240, 126, 35);
    }

.KKS_link {
    color: rgb(2, 58, 85);
    background: url("/Content/css/img/Eticket.png") right 2px no-repeat;
    padding-right: 15px;
}

    .KKS_link:hover {
        color: rgb(240, 126, 35);
        background: url("/Content/css/img/EticketHover.png") right 2px no-repeat;
    }

.list_title {
    min-width: 120px;
    color: rgb(39, 39, 39);
    font-size: 12px;
    font-weight: bold;
    float: left;
    line-height: 25px;
}

.list_text {
    color: rgb(39, 39, 39);
    font-size: 12px;
    line-height: 25px;
}

.detail_box {
    margin: 0px 10px 0px 0px;
}

.btn_send {
    min-width: 120px;
    background: url("/Content/css/img/SendBtn.png") 15px center no-repeat rgb(2, 58, 85);
}

    .btn_send:hover {
        background: url("/Content/css/img/SendBtnHover.png") 15px center no-repeat rgb(224, 224, 224);
    }

.detail_container .border {
    margin: 11px 0px;
    border-top: 1px dashed rgb(224, 224, 224);
}

.request_box {
    width: 824px;
    height: 28px;
    margin-right: 10px;
}

.detail {
    background: rgb(255, 255, 255);
    padding: 15px;
}

.table_1, .table_2, .table_3, .table_4, .table_5, .table_6 {
    width: 100%;
    margin: 5px 0px;
}

    .table_1 tr th, .table_2 tr th, .table_3 tr th, .table_4 tr th, .table_5 tr th, .table_6 tr th {
        height: 39px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        background: rgb(2, 58, 85);
        border-bottom: 1px solid rgb(224, 224, 224);
        padding: 0px 10px;
        text-align: left;
    }

    .table_2 tr th, .table_4 tr th, .table_6 tr th {
        color: rgb(39, 39, 39);
        background: rgb(224, 224, 224);
    }

    .table_1 tr td, .table_2 tr td, .table_3 tr td, .table_4 tr td, .table_5 tr td, .table_6 tr td {
        min-height: 39px;
        color: rgb(39, 39, 39);
        font-size: 12px;
        border-bottom: 1px solid rgb(224, 224, 224);
        padding: 7px 10px;
        vertical-align: top;
    }

        .table_1 tr td img, .table_2 tr td img {
            border-width: 1px;
            border-style: solid;
            border-color: rgb(224, 224, 224) rgb(224, 224, 224) rgb(178, 178, 178);
            border-image: initial;
            padding: 1px;
            margin: auto;
        }

        .table_1 tr td a, .table_2 tr td a {
            color: rgb(2, 58, 85);
        }

            .table_1 tr td a:hover, .table_2 tr td a:hover {
                color: rgb(240, 126, 35);
            }

.table_icon_d, .table_icon_g {
    width: 20px;
    height: 20px;
    float: left;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 3px;
}

    .table_icon_d:hover {
        background-position: 0px -20px;
    }

.table_icon_g {
    background-position: 0px -40px;
}

    .table_icon_g:hover {
        background-position: 0px -20px;
    }

.table_plus {
    background-image: url("/Content/css/img/TablePlus.png");
}

.table_minus {
    background-image: url("/Content/css/img/TableMinus.png");
}

.table_edit {
    background-image: url("/Content/css/img/TableEdit.png");
}

.table_download {
    background-image: url("/Content/css/img/TableDownload.png");
}

.table_move {
    background-image: url("/Content/css/img/TableMove.png");
}

.table_info {
    background-image: url("/Content/css/img/TableInfo.png");
}

.table_save {
    background-image: url("/Content/css/img/TableSave.png");
}

.table_delete {
    background-image: url("/Content/css/img/TableDelete.png");
}

.table_confirm {
    background-image: url("/Content/css/img/TableConfirm.png");
}

.table_upload {
    background-image: url("/Content/css/img/TableUpload.png");
}

.table_warning {
    background-image: url("/Content/css/img/TableWarning.png");
}

.num_darkblue li, .num_gray li {
    width: 18px;
    height: 18px;
    float: left;
    background: rgb(2, 58, 85);
    border: 2px solid rgb(2, 58, 85);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0px 5px 5px 0px;
    padding-top: 1px;
}

    .num_darkblue li:hover, .num_gray li:hover {
        background: rgb(255, 255, 255);
        color: rgb(2, 58, 85);
    }

.num_darkblue_active {
    background: rgb(255, 255, 255) !important;
    color: rgb(2, 58, 85) !important;
}

.num_gray li {
    background: rgb(224, 224, 224);
    border: 2px solid rgb(224, 224, 224);
    color: rgb(39, 39, 39);
}

    .num_gray li:hover {
        color: rgb(224, 224, 224);
    }

.num_gray_active {
    background: rgb(255, 255, 255) !important;
    color: rgb(2, 58, 85) !important;
}

.table_3 tr td a, .table_4 tr td a {
    color: rgb(240, 126, 35);
    margin-right: 5px;
}

    .table_3 tr td a:hover, .table_4 tr td a:hover {
        color: rgb(170, 170, 170);
    }

.table_5 tr td .date_box, .table_6 tr td .date_box {
    width: 113px;
    background: url("/Content/css/img/Date.png") 98px 5px no-repeat;
    cursor: default;
}

.table_5 tr td .file_box, .table_6 tr td .file_box {
    width: 165px;
    height: 20px;
    padding: 3px;
}

.table_5 tr td .drp_box, .table_6 tr td .drp_box {
    width: 113px;
}

.table_5 tr td .btn_table, .table_6 tr td .btn_table {
    height: 28px;
    background: rgb(240, 126, 35);
}

    .table_5 tr td .btn_table:hover, .table_6 tr td .btn_table:hover {
        background: rgb(224, 224, 224);
    }

.form {
    border-width: 2px 1px 1px 2px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    border-image: initial;
    padding: 15px;
    margin-top: 15px;
}

    .form legend, .detail_filter legend {
        color: rgb(39, 39, 39);
        font-size: 13px;
        font-weight: bold;
        background: rgb(224, 224, 224);
        padding: 8px 20px;
        letter-spacing: 0.5px;
        border-radius: 2px;
    }

.form_title {
    width: 200px;
    float: left;
}

.form_title, .filter_title {
    color: rgb(39, 39, 39);
    font-size: 12px;
    font-weight: bold;
    margin: 5px 5px 0px 0px;
}

.filter_title {
    margin-bottom: 5px;
}

.form label {
    margin-bottom: 10px;
}

.form .box {
}

.form .file_box {
    padding: 3px;
}

.form .drp, .detail_filter .drp {
    padding: 2.5px;
    border-radius: unset !important;
}

.form .multi_box {
    height: 50px;
    padding: 3px;
}

.btn_form {
    background: rgb(240, 126, 35);
}

.btn_pnr_search {
    width: 90px;
    height: 30px;
    background: url("/Content/css/img/Search.png") 3px 10px / 13px no-repeat rgb(240, 126, 35);
    color: rgb(255, 255, 255);
    font-size: 14px;
    border: 0px;
    margin-left: 5px;
}

    .btn_pnr_search:hover {
        width: 90px;
        height: 30px;
        background: url("/Content/css/img/Search.png") 3px 10px / 13px no-repeat rgb(202, 202, 202);
        color: rgb(255, 255, 255);
        font-size: 14px;
        border: 0px;
        margin-left: 5px;
    }

.detail_filter {
    border-width: 2px 1px 1px 2px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    border-image: initial;
    padding: 15px;
}

.detail_filter_container {
    min-width: 150px;
    margin-right: 10px;
}

.detail_filter .drp {
    min-width: 150px;
}

.detail_filter .date_box {
    max-width: 130px;
    background: url("/Content/css/img/Date.png") 95% 7.5px no-repeat;
    cursor: default;
    margin-right: 0px !important;
}

.btn_clear {
    margin: 2px;
    width: 25px;
    height: 28px;
    background: url("/Content/css/img/BtnDelete.png") no-repeat;
}

    .btn_clear:hover {
        background: url("/Content/css/img/BtnDelete.png") -25px 0px no-repeat;
    }

.detail_filter .btn {
    background: url("/Content/css/img/Search.png") 15px 7px no-repeat rgb(240, 126, 35);
    margin: 26px 0px 0px;
    padding-left: 40px;
}

    .detail_filter .btn:hover {
        background: url("/Content/css/img/SearchBlack.png") 15px 7px no-repeat rgb(224, 224, 224);
    }

.transfer_icon {
    margin-top: 26px;
}

.transfer_word, .transfer_pdf, .transfer_excel {
    width: 30px;
    height: 28px;
    margin-left: 5px;
}

.transfer_word {
    background: url("/Content/css/img/TransferIcon.png") no-repeat;
}

    .transfer_word:hover {
        background: url("/Content/css/img/TransferIcon.png") 0px -28px no-repeat;
    }

.transfer_pdf {
    background: url("/Content/css/img/TransferIcon.png") -30px 0px no-repeat;
}

    .transfer_pdf:hover {
        background: url("/Content/css/img/TransferIcon.png") -30px -28px no-repeat;
    }

.transfer_excel {
    background: url("/Content/css/img/TransferIcon.png") -60px 0px no-repeat;
}

    .transfer_excel:hover {
        background: url("/Content/css/img/TransferIcon.png") -60px -28px no-repeat;
    }

.btn_save {
    background: rgb(67, 201, 143);
}

.btn_delete {
    background: rgb(242, 51, 69);
}

.btn_cancel {
    background: rgb(240, 188, 64);
}

.btn_confirm {
    background: rgb(80, 197, 208);
}

.error, .information, .confirm, .warning {
    width: 375px;
    min-height: 95px;
    margin: 5px;
    padding: 15px;
}

    .error .exit, .information .exit, .confirm .exit, .warning .exit {
        width: 32px;
        height: 32px;
        background-image: url("/Content/css/img/Exit.png");
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        margin: -15px 0px 0px 358px;
    }

    .error .exit {
        background-color: rgb(214, 45, 61);
    }

    .information .exit {
        background-color: rgb(58, 177, 126);
    }

    .confirm .exit {
        background-color: rgb(70, 172, 182);
    }

    .warning .exit {
        background-color: rgb(198, 158, 64);
    }

    .error .border, .information .border, .confirm .border, .warning .border {
        border-top: 1px solid rgb(255, 255, 255);
        margin: 10px 0px;
    }

.error {
    background: rgb(242, 51, 69);
}

.information {
    background: rgb(67, 201, 143);
}

.confirm {
    background: rgb(80, 197, 208);
}

.warning {
    background: rgb(240, 188, 64);
}

    .error h1, .information h1, .confirm h1, .warning h1 {
        padding: 0px 0px 0px 35px;
    }

.error h1 {
    background: url("/Content/css/img/TitleError.png") no-repeat;
}

.information h1 {
    background: url("/Content/css/img/TitleInfo.png") no-repeat;
}

.confirm h1 {
    background: url("/Content/css/img/TitleConfirm.png") no-repeat;
}

.warning h1 {
    background: url("/Content/css/img/TitleWarning.png") no-repeat;
}

.company_logo img {
    max-width: 300px;
    max-height: 90px;
}

.company_contact {
    width: 670px;
    text-align: right;
}

.table_eticket {
    margin: 35px 0px;
}

.btn_print, .btn_pdf, .btn_email {
    height: 30px;
    background-color: rgb(2, 58, 85);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 10px 25px 0px 40px;
    margin: 10px 0px 10px 10px;
}

    .btn_print:hover, .btn_pdf:hover, .btn_email:hover {
        background-repeat: no-repeat;
        background-position: 15px center;
    }

.btn_print {
    background-image: url("/Content/css/img/BtnPrint.png");
}

    .btn_print:hover {
        background-image: url("/Content/css/img/BtnPrintHover.png");
    }

.btn_pdf {
    background-image: url("/Content/css/img/BtnPdf.png");
}

    .btn_pdf:hover {
        background-image: url("/Content/css/img/BtnPdfHover.png");
    }

.btn_email {
    background-image: url("/Content/css/img/BtnEmail.png");
}

    .btn_email:hover {
        background-image: url("/Content/css/img/BtnEmailHover.png");
    }

.login_container {
}

.login_menu li {
    width: 75px;
    float: left;
    margin: 50px 10px 0px 0px;
}

    .login_menu li:hover .tooltype {
        opacity: 1;
    }

    .login_menu li a {
        width: 75px;
        height: 75px;
    }

.login_menu1 {
    background: url("/Content/css/img/LoginBtn.png") 0px 0px no-repeat;
}

    .login_menu1:hover {
        background: url("/Content/css/img/LoginBtn.png") 0px -75px no-repeat;
    }

.login_menu2 {
    background: url("/Content/css/img/LoginBtn.png") -75px 0px no-repeat;
}

    .login_menu2:hover {
        background: url("/Content/css/img/LoginBtn.png") -75px -75px no-repeat;
    }

.login_menu3 {
    background: url("/Content/css/img/LoginBtn.png") -150px 0px no-repeat;
}

    .login_menu3:hover {
        background: url("/Content/css/img/LoginBtn.png") -150px -75px no-repeat;
    }

.login_menu4 {
    background: url("/Content/css/img/LoginBtn.png") -225px 0px no-repeat;
}

    .login_menu4:hover {
        background: url("/Content/css/img/LoginBtn.png") -225px -75px no-repeat;
    }

.tooltype {
    position: absolute;
    opacity: 0;
}

    .tooltype .arrow {
        width: 13px;
        height: 6px;
        background: url("/Content/css/img/LoginBtnArrow.png") no-repeat;
        margin-left: 10px;
    }

    .tooltype .text {
        background: rgb(240, 126, 35);
        padding: 2px 10px;
        cursor: default;
    }

.login {
    background: url("/Content/css/img/LoginBg.png") no-repeat;
    padding: 25px 25px 25px 50px;
    margin: 50px 0px;
}

    .login .text_alt {
        margin: -5px 0px 15px;
    }

    .login .box {
        height: 42px;
        font-size: 15px;
        border: 1px solid rgb(224, 224, 224);
        padding-left: 115px;
        margin: 0px 0px 5px;
    }

.val {
    position: absolute;
}

.user_box {
    background: url("/Content/css/img/LoginUser.png") no-repeat rgb(255, 255, 255);
}

.pass_box {
    background: url("/Content/css/img/LoginPassword.png") no-repeat rgb(255, 255, 255);
}

.btn_login {
    background: rgb(2, 58, 85);
    margin-top: 10px;
}

.note {
    width: 480px;
    min-height: 297px;
    background: rgb(255, 255, 255);
    border-top: 3px solid rgb(2, 58, 85);
    margin: 5px;
    position: relative;
}

.note_popup {
    margin: 25px auto;
}

.note .icon {
    width: 80px;
    margin: 15px auto;
}

.note h1 {
    font-size: 25px;
}

.note .text {
    font-size: 13px;
    padding: 0px 15px;
}

.note .btn {
    max-width: 175px;
    height: 30px;
    text-align: center;
    background: rgb(2, 58, 85);
    margin: 20px auto 5px;
    padding-top: 10px;
}

    .note .btn:hover {
        background: rgb(224, 224, 224);
    }

.error_page {
    width: 490px;
    height: 290px;
    background: url("/Content/css/img/ErrorBg.png") no-repeat;
    margin: 50px auto 10px;
    padding: 70px 50px 0px 260px;
}

    .error_page .text {
        font-size: 30px;
    }

        .error_page .text span {
            font-size: 70px;
            color: rgb(240, 126, 35);
            line-height: 50px;
        }

    .error_page .text_large {
        margin: 25px 0px;
    }

    .error_page .btn {
        max-width: 170px;
        height: 30px;
        background: rgb(240, 126, 35);
        padding-top: 10px;
    }

        .error_page .btn:hover {
            background: rgb(224, 224, 224);
        }

.mesaj_box {
    float: left;
    clear: both;
    height: 33px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(201, 201, 201);
    color: rgb(38, 38, 38);
    font-size: 13px;
    padding: 5px;
    overflow-y: scroll;
    width: 99% !important;
}

.msj_box_istek_tipi_1 {
    height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: auto;
    width: 99% !important;
}

.msj_box_istek_tipi_2 {
    height: 50px;
    margin-right: 3px;
    width: 99% !important;
}

.btn_chat {
    height: 36px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border: 0px;
    margin: 0px;
    padding: 8px 25px 0px;
    display: block;
}

.chat-warapper {
    margin-top: 5px;
}

.table_eticket {
}

    .table_eticket tr {
    }

        .table_eticket tr th, .table_eticket tr td {
            text-align: left !important;
        }

        .table_eticket tr th {
            padding: 0px 5px;
        }

        .table_eticket tr td {
            vertical-align: text-top;
        }

            .table_eticket tr td:last-child {
                max-width: 230px;
            }

.link_add {
    color: rgb(240, 126, 35);
    font-size: 12px;
    font-weight: bold;
    background: url("/Content/css/img/Ad.png") 0px 2px no-repeat;
    padding: 0px 0px 0px 18px;
    margin-left: 40px;
}

    .link_add:hover {
        opacity: 0.7;
    }

hr {
    border-width: 1px 0px;
    border-top-style: solid;
    border-top-color: rgb(240, 126, 35);
    border-bottom-style: dashed;
    border-bottom-color: rgb(240, 126, 35);
    padding: 1px 0px;
    border-left-style: initial;
    border-left-color: initial;
    border-right-style: initial;
    border-right-color: initial;
}

.flightContainerActive {
    border: 1px solid rgb(240, 126, 35) !important;
}

.signup_form {
    width: 467px;
    margin: 35px auto;
}

    .signup_form .form {
        background: rgb(255, 255, 255);
    }

.signup_btn {
    width: 33px;
    height: 33px;
    background: url("/Content/css/img/TicketCancel.png") center center no-repeat rgb(240, 126, 35);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 453px;
    cursor: pointer;
}

    .signup_btn:hover {
        background: url("/Content/css/img/TicketCancel.png") center center no-repeat rgb(224, 224, 224);
    }

.doc {
}

    .doc table {
    }

        .doc table tr td {
            min-width: 300px;
            border-bottom: 1px dotted rgb(238, 238, 238);
            padding: 4px 0px;
            font-size: 13px;
        }

    .doc h2 {
        font-size: 15px;
    }

    .doc .text {
        font-size: 13px;
    }

.address_content {
    min-width: 303px;
    max-width: 500px;
}

    .address_content h2 {
        margin-bottom: 5px;
    }

.doc hr {
    width: 100%;
    height: 3px;
    border-top: 4px double rgb(204, 204, 204);
    border-bottom: 0px;
    margin: 20px 0px 10px;
}

.date_content {
    width: 300px;
    margin: 40px 0px;
}

.filterupdown {
    float: right;
    margin-top: 5px;
    margin-left: -3px;
}

.remainingsmsmright {
    font-size: 10px;
    font-weight: normal;
}

.table_1 del {
    color: red;
    text-decoration: line-through;
}

    .table_1 del > span {
        color: rgb(39, 39, 39);
    }

.boxArkman {
    color: rgb(39, 39, 39);
    font-size: 8px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(202, 202, 202);
    padding: 2px;
    margin: 0px;
}

.search-input-container {
    padding: 0px 5px;
    text-align: center;
}

#lang-container {
    list-style: none;
    float: right;
}

    #lang-container li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }

        #lang-container li::after {
            content: "";
            display: inline-block;
            width: 1px;
            background-color: orangered;
            margin-left: 5px;
            margin-right: 5px;
            height: 12px;
        }

        #lang-container li:last-child::after {
            background: unset;
        }

        #lang-container li a {
            color: rgb(2, 58, 85);
            font-size: 13px !important;
        }

.copyright {
    float: left;
}

.footer-call {
    float: right;
}

.download-charter {
    font-size: 14px;
}

.thy-enflasyon {
    float: right;
    width: 65px;
    margin-right: 100px;
}

.fare-exception {
    margin-top: 10px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(219, 139, 76);
}

.btn-passport-update {
    border: 1px solid rgb(240, 126, 35);
    padding: 7px;
    display: block;
    margin-top: 20px;
    background-color: rgb(240, 126, 35);
    text-align: center;
    color: rgb(255, 255, 255);
}

    .btn-passport-update:hover {
        text-decoration: none;
        color: rgb(255, 255, 255);
    }

.processdetails {
    font-weight: bold;
}

.btn-no {
    background-image: unset !important;
    margin: unset !important;
}

.fastsearch {
    display: none;
}

.paxtypecontainer {
}

.pax-hide {
    display: none;
}

.paxtypestaticwidth {
}

.moderlistflightdetails {
    display: none;
}

.buypackageflight {
    float: right;
    margin-top: 0px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    background: url("img/TicketBuy.png") right 5px no-repeat;
    padding-right: 25px;
}

.cancelbuypackageflight {
    display: none;
    float: right;
    margin-top: 6px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    background: url("img/TicketCancel.png") right 5px no-repeat;
    padding-right: 25px;
}

.hideme {
    display: none;
}

#GrpResRoundTrip {
    display: none;
}

#cipContainer {
    display: none;
}

.matrix_container li {
}

.companyinfocontainer {
    display: none;
}

.processdetails {
    cursor: pointer;
}

.showmodernclasslist {
    cursor: pointer;
}

.table_password td {
    border-bottom: 0px;
}

    .table_password td .btn_orange, .table_password td .btn_darkblue {
        color: rgb(255, 255, 255);
        border: 0px;
        margin: 0px 15px 0px 0px;
        padding: 0px 25px;
        height: 40px !important;
    }

        .table_password td .btn_orange:hover, .table_password td .btn_darkblue:hover {
            color: rgb(39, 39, 39);
            background: rgb(224, 224, 224) !important;
        }

    .table_password td .btn_orange {
        background: rgb(240, 126, 35);
    }

    .table_password td .btn_darkblue {
        background: rgb(2, 58, 85);
    }

.charterSell tr th {
    padding: 0px 4px !important;
}

.charterSell tr td {
    padding: 7px 4px !important;
    vertical-align: text-top !important;
}

.charterSell td table {
    width: 100%;
}

    .charterSell td table td {
        padding: 7px 0px;
        border-bottom: 0px;
    }

.link {
    color: rgb(240, 126, 35);
    font-weight: bold;
    font-size: 12px;
}

.table_grid {
    border: 3px solid rgb(255, 255, 255) !important;
}

.AirwayBaseCommissionPrice {
    min-width: 35px;
    display: inline-block;
}

.ui-autocomplete-country {
    font-weight: bold;
    padding: 0.2em 0.1em;
    margin: 0.2em 0px 0.1em;
    line-height: 1;
    color: rgb(240, 126, 35);
}

.ui-tooltip, .arrow::after {
    background: rgb(240, 126, 35);
}

.ui-tooltip {
    padding: 10px 20px;
    color: white !important;
    background: rgb(240, 126, 35) !important;
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.arrow {
    width: 50px;
    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;
        transform: rotate(45deg);
    }

    .arrow.top::after {
        bottom: -20px;
        top: auto;
    }

.printPrintableArea {
    background: url("img/Print.png") 3px 9px no-repeat rgb(240, 126, 35);
    width: 98%;
}

    .printPrintableArea:hover {
        background: url("img/PrintHover.png") 3px 9px no-repeat rgb(224, 224, 224);
    }

.border_1 {
    width: 2px;
    height: 39px;
    position: relative;
    background: rgb(224, 224, 224);
    float: left;
    margin-top: -7px;
    margin-left: -1px;
}

.border_2 {
    width: 2px;
    height: 39px;
    position: relative;
    background: rgb(224, 224, 224);
    float: left;
    margin-top: -7px;
    margin-left: 175px;
    margin-right: -169px;
}

.flightContainer {
    border: 1px solid rgb(227, 227, 227);
    padding: 5px 15px;
    margin-bottom: 2px;
}

    .flightContainer > input, .flightContainer > label {
        position: absolute;
        margin-top: 8px;
        margin-left: -10px;
        z-index: 100;
    }

.class_arrow_1 {
    width: 12px;
    height: 6px;
    background: url("img/IconArrow.png") no-repeat;
    position: absolute;
    margin: 20px 0px 0px 452px;
}

.class_arrow_2 {
    width: 12px;
    height: 6px;
    background: url("img/IconArrow.png") no-repeat;
    position: absolute;
    margin: 24px 0px 0px 261px;
}

.ticketProcessStarted {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    display: none;
}

.loadingcontainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
}

.fastmenu {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    height: 100%;
}

.fastmenucontainer {
    margin-top: 95px;
}

.closefastmenu {
    position: relative;
    top: 95px;
    left: 95%;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.passengerSearchContainer {
    margin-top: -2px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.rulesinfotable td {
    margin-left: 20px;
}

.infoitemtitle {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: rgb(39, 39, 39);
    margin-left: 0px !important;
}

.officialtitleinfo {
    font-size: 10px;
}

.ticketProcessCancel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    display: none;
}

.vorrbtn {
    margin-top: 15px;
    padding: 7px;
    border: none;
    font-size: 12px;
}

.makemebold {
    font-weight: bold;
}

button[data-chat-id] {
    background: none;
    border: none;
    position: absolute;
    left: 100%;
    cursor: pointer;
}

#loading-wrapper {
    width: 100%;
    height: 100%;
    background-color: white;
}

#loading-inner {
    width: 320px;
    margin: 0px auto;
    padding-top: 50px;
}

#loading-mark-mask {
    position: absolute;
    width: 320px;
    text-align: center;
    margin: 160px auto 0px;
    min-height: 160px;
    background-color: rgb(255, 255, 255);
    z-index: 1000;
}

#loading-text {
    font-size: 18px;
    margin-top: 12px;
    border-top: 1px solid rgb(240, 126, 35);
}

.sc-table-header {
    height: 40px;
    background: rgb(2, 58, 85);
    border-top: 5px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

    .sc-table-header .sc-hd-departure {
        height: 35px;
        border-right: 1px solid rgb(255, 255, 255);
        background: url("/Content/css/img/TitleDeparture.png") 15px 12px no-repeat;
        padding: 5px 10px 5px 45px;
        margin-bottom: 0px;
        font-size: 19px;
        float: left;
        min-width: 115px;
    }

    .sc-table-header .sc-hd-arrival {
        height: 35px;
        border-right: 1px solid rgb(255, 255, 255);
        background: url("/Content/css/img/TitleReturn.png") 15px 12px no-repeat;
        padding: 5px 10px 5px 45px;
        margin-bottom: 0px;
        font-size: 19px;
        float: left;
        min-width: 115px;
    }

    .sc-table-header .table_title_text {
        height: 20px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        padding: 10px 2px 10px 40px;
    }

.sc-hd {
    font-weight: bold;
    color: rgb(255, 255, 255);
    float: left;
    padding: 8px 0px 8px 8px;
    text-align: center;
    font-size: 11px;
}

.sc-result {
    display: inline-block;
}

.sc-glb {
    float: left;
    padding: 10px 2px 10px 3px;
    color: rgb(39, 39, 39);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.sc-hd-vendor {
    width: 85px;
}

.sc-vendor img {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 224, 224) rgb(224, 224, 224) rgb(178, 178, 178);
    border-image: initial;
    padding: 1px;
    margin: auto;
}

.sc-supplier, .sc-hd-suppplier {
    width: 95px;
}

.sc-hd-flightnum, .sc-flightnum {
    width: 80px;
}

.sc-hd-seat, .sc-seatcount {
    width: 80px;
}

.sc-hd-route, .sc-route {
    width: 80px;
}

.sc-hd-dep-arr-date, .sc-dep-arr-date {
    width: 145px;
}

.sc-hd-dep-arr-time, .sc-dep-arr-time {
    width: 90px;
}

.sc-hd-flight-time, .sc-flight-time {
    width: 80px;
}

.sc-hd-baggage, .sc-baggage {
    width: 55px;
}

.sc-result-leg {
    display: table-row;
}

@media (min-width: 320px) and (max-width: 479px) {
    #menu-cont {
        margin-bottom: 10px;
    }

        #menu-cont .navbar-default {
            border: unset;
        }

        #menu-cont .navbar {
            height: unset;
        }

    .header_text {
        float: unset;
    }

    .header_customer_service span {
        border-left: unset;
        margin-left: 10px;
        padding-left: unset;
    }

    .header_customer_service {
        margin-top: 2.5px;
        margin-bottom: 2.5px;
        margin-left: 10px;
    }

    #h-p {
        float: right;
    }

    .change {
        display: none;
    }

    .static_menu {
        display: none;
    }

    .fastmenuopen {
        display: none;
    }

    .variable_menu {
        display: none;
    }

    .home-item .icon {
        width: 105px;
    }

    .home-item a {
        height: 120px;
    }

    .copyright {
        text-align: center;
        float: unset;
    }

    .footer-call {
        text-align: center;
        float: unset;
    }

    .customer_service {
        background: unset;
    }

    .filter.tools {
        display: none;
    }

    #search-cur-wrapper {
        margin-left: 15px;
        margin-right: 5px;
    }

    .list_content_alt .text {
        width: 80px;
        padding: 10px 0px;
    }

    .table_title .table_title_text {
        display: none;
    }

    .matrix {
        display: none;
    }

    .fastsearch {
        display: none;
    }

    .list_content_alt .logo {
        width: unset;
        padding: unset;
    }

    .class_arrow {
        display: none;
    }

    .table_class_info {
        position: relative;
        margin: 0px 0px 10px -25%;
    }

    .detail_title {
        width: 100%;
        height: 30px;
    }

    #bankItems {
        display: inline-block;
    }

    .tab_content li .text {
        width: unset;
        margin-top: -2px;
    }

    .card_title {
        margin: unset;
        min-width: 130px;
    }

    .data-row-pad5 [class*="col-"] {
        padding: 2.5px;
    }

    .tab_menu ul li {
        border-radius: unset !important;
        margin: 1px !important;
    }

    .bank-logo {
        width: 75px;
        height: 26px;
        padding: 5px;
    }

    .passenger-data-header {
        display: none;
    }

    .input-group {
        display: flex !important;
    }

    .input-group-non-flex {
        display: table !important;
    }

    .detail_filter .date_box {
        max-width: 105px !important;
    }

    .dropdown-submenu > a::after {
        margin-right: 20px !important;
    }

    .thy-enflasyon {
        margin-right: 5px;
    }

    #loading-inner {
        width: 240px;
        margin: 0px auto;
        padding-top: 25px;
    }

        #loading-inner img {
            width: 240px;
        }

    #loading-mark-mask {
        width: 240px;
        margin-top: 80px;
    }

    #loading-text {
        font-size: 14px;
        margin-top: 10px;
        border-top: 1px solid rgb(240, 126, 35);
    }

    div.msgBox {
        min-width: unset !important;
    }

    div.msgBoxContent {
        padding-right: 10px;
    }

    .sc-table-header {
        display: none;
    }

    .sc-supplier, .sc-hd-suppplier {
        width: 33% !important;
    }

    .sc-hd-flightnum, .sc-flightnum {
        width: 33% !important;
    }

    .sc-hd-seat, .sc-seatcount {
        width: 33% !important;
    }

    .sc-hd-route, .sc-route {
        width: 25% !important;
    }

    .sc-hd-dep-arr-date, .sc-dep-arr-date {
        width: 75% !important;
    }

    .sc-hd-dep-arr-time, .sc-dep-arr-time {
        width: 40% !important;
    }

    .sc-hd-flight-time, .sc-flight-time {
        width: 30% !important;
    }

    .sc-hd-baggage, .sc-baggage {
        width: 30% !important;
    }

    .list_content_alt {
        width: 100%;
    }

    .btn_send {
        background-color: rgb(2, 58, 85);
        font-size: 12px;
        padding: unset;
        margin: unset;
        min-width: unset !important;
        background-image: unset !important;
        width: 100% !important;
    }

    .departure_date_domestic, .return_date_domestic {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0px !important;
    }

    .departure_date .date_box, .return_date .date_box {
        text-align: center;
        width: 80% !important;
    }

    .BtnContinueReservation {
        width: 100%;
        height: 50px;
    }

    #btnMainSearchFlight {
        width: 100%;
        margin-top: 5px !important;
    }
}

@media (min-width: 479px) and (max-width: 639px) {
}

@media (min-width: 640px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

.loading-indicator {
    height: 80px;
    width: 80px;
    background: url("/Content/css/img/loading.gif") center center no-repeat;
}

.loading-indicator-overlay {
    background-color: rgb(255, 255, 255);
    opacity: 0.6;
}

.day-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn.btn-outline-dark {
    padding: 0px 10px;
    background: rgb(240, 126, 35);
    transition: all 0.2s ease 0s;
    height: 28px;
    font-size: 12px;
}

.flight-main-descs.flight-brand > img.flight-way-img.more-seg {
    position: absolute;
    left: 0px;
    top: 17px;
    opacity: 0.4;
}

.btn.btn-outline-dark:hover {
    background: rgb(235, 235, 235);
}

.day-buttons.next-day {
    justify-content: flex-end;
}

.current-day {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
}

.flight-main-descs {
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    padding-right: 1.5%;
}

.day-buttons .day-num {
    display: none;
}

.day-buttons i {
    margin: 0px 5px 0px 0px;
}

    .day-buttons i.fa.fa-chevron-right {
        margin: 0px 0px 0px 5px;
    }

.day-buttons > button {
    margin: 0px 5px 0px 0px;
}

.day-buttons.next-day > button {
    margin: 0px 0px 0px 5px;
}

.change-day-area {
    margin-bottom: 10px;
}

.filter_btn {
    margin: 0px;
}

.flight-main-descs h2 {
    font-size: 16px;
    font-weight: 500;
    color: black;
    line-height: 18px;
    margin: 0px !important;
}

.flight-main-descs span, .flight-main-descs small {
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flight-main-descs label {
    margin: 0px;
    width: max-content;
    cursor: pointer;
    height: max-content !important;
    background-position: left center !important;
}

.result-item-desc .flight-title {
    padding: 8px 10px;
    background: whitesmoke;
    border-bottom: 1px solid rgb(224, 224, 224);
    position: relative;
}

.flight-desc-item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.flight-desc-inner {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 8px 10px;
    font-size: 13px;
}

.result-item-description {
    display: flex;
    flex-direction: column;
    background: white;
}

.result-item-desc .flight-title > span {
    font-size: 15px;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}

.result-item-desc {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2px 0px;
    margin-bottom: 10px;
}

.flight-currency-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px 8px;
    background-color: rgb(2, 58, 85);
    padding: 6px 0px 5px 10px;
    border-right: 3px solid rgb(255, 255, 255);
}

    .flight-currency-area .drp_currency {
        width: calc(100% - 90px);
        height: 34px;
    }

span.close-datepicker-mobile {
    display: none;
}

.flight-currency-area div h2 {
    white-space: nowrap;
    margin: 0px;
    width: 80px;
    color: white;
}

.ui-menu .ui-menu-item::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: -2px;
    font-size: 11px;
}

.result-item-desc .flight-info {
    width: 22px;
    height: 22px;
    background-color: rgb(2, 58, 85);
    position: absolute;
    right: 0px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    transition: all 0.2s ease 0s;
    padding-left: 5px;
    top: 0px;
    color: white;
    border-radius: 0px 0px 0px 50px;
}

.result-item-desc .flight-info-close {
    position: absolute;
    right: 0px;
    bottom: -10px;
    border: 1px solid rgb(221, 221, 221);
    padding: 4px 4px 4px 10px;
    background-color: rgb(244, 67, 54);
    width: 22px;
    height: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: rgb(255, 255, 255);
    border-radius: 50px 0px 0px;
    cursor: pointer;
    display: none;
}

.flightgroup-info-close {
    display: block;
    position: relative;
    right: 19px;
    bottom: 22px;
    border: 1px solid rgb(221, 221, 221);
    padding: 4px 4px 4px 10px;
    background-color: rgb(244, 67, 54);
    width: 22px;
    height: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: rgb(255, 255, 255);
    border-radius: 50px 0px 0px;
    cursor: pointer;
    left: 0px;
    float: right;
}

.change-day-area {
    margin: 10px 0px;
    padding: 8px;
    background: rgb(235, 235, 235);
}

.result-item-desc .flight-info:hover {
    cursor: pointer;
    background: rgb(51, 122, 183);
}

.result-item-desc .flight-info-close:hover {
    cursor: pointer;
    background: rgb(51, 122, 183);
}

.flightgroup-info:hover {
    cursor: pointer;
    background: rgb(51, 122, 183);
}

.flightgroup-info-close:hover {
    cursor: pointer;
    background: rgb(51, 122, 183);
}

.flight-main-descs b.color {
    color: rgb(240, 126, 35);
}

.flight-main-descs.flight-duration {
    display: flex;
    align-items: center;
    flex-basis: 15%;
    padding-right: 3%;
    padding-left: 2%;
}

.flight-main-descs.flight-baggage b {
    display: block;
}

.flight-main-descs.flight-baggage {
    text-align: center;
}

.result-item-detail-and-price-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0px;
    flex-direction: column;
}

.flight-main-descs.flight-brand > img.flight-way-img {
    margin: 0px 10px;
    filter: invert(1);
    width: 18px !important;
    height: 14px !important;
}

.flight-main-descs.flight-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 2%;
    position: relative;
}

.flight-main-descs.flight-baggage small.branding-info {
    font-size: 13px;
    color: rgb(240, 126, 35);
    margin-left: 10px;
}

.flight-prices {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 155px;
    margin: 6px 0px;
    padding-left: 3px;
    border-left: 1px solid rgb(235, 235, 235);
    position: relative;
}

    .flight-prices .flight-price span {
        font-size: 20px;
        font-weight: 600;
        margin: 0px 10px;
        white-space: nowrap;
    }

    .flight-prices .flight-choose button {
        background: rgb(240, 126, 35);
        padding: 0px 50px;
        height: 28px;
        border-radius: 3px !important;
    }

    .flight-prices .flight-choosed {
        color: rgb(255, 255, 255);
        background: rgb(2, 58, 85) !important;
    }

.flight-desc-item.arrival::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 90%;
    border-bottom: 1px solid rgb(235, 235, 235);
    margin: auto;
    top: -1px;
}

.flight-prices .flight-price {
    margin-bottom: 4px;
    white-space: nowrap;
}

.flight-prices .flight-choose button:hover, .flight-prices .flight-choose button:active {
    filter: brightness(1.2);
    color: white;
}

.result-flights-row {
    flex-basis: calc(100% - 155px);
}

.search-result-item {
    box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 4px;
    transition: all 0.2s ease 0s;
    background: white;
}

    .search-result-item.toggled {
    }

.flight-main-descs.flight-baggage small i {
    color: rgb(240, 126, 35);
    position: relative;
    top: 1px;
    font-size: 13px;
}

.flight-main-descs.flight-duration .aktarmalar i.aktarma {
    width: 8px;
    height: 8px;
    border: 1px solid rgb(240, 126, 35);
    border-radius: 50%;
    margin: 0px 3px;
    background: rgb(255, 255, 255);
}

.result-item-detail-and-price-desc > span {
    padding: 3px 10px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    color: black;
    font-weight: 700;
    white-space: nowrap;
}

.flight-main-descs.flight-duration small {
    position: relative;
    z-index: 1;
    overflow: inherit;
}

.flight-main-descs .aktarmalar {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: -9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flight-main-descs.flight-duration small > b {
    font-weight: 500;
}

.result-item-detail-and-price-desc > b.danger {
    color: rgb(240, 126, 35);
}

.result-item-detail-and-price-desc > span:hover {
    opacity: 0.7;
}

.result-item-hide-text {
    max-height: 0px;
    transition: all 0.5s cubic-bezier(0.07, 0.99, 1, 1) 0s;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    border-top: 1px solid rgb(251, 251, 251);
}

.hide-item-title {
    margin-bottom: 5px;
    padding: 5px 20px;
    background: rgb(247, 247, 247);
}

    .hide-item-title h3 {
        font-size: 17px;
        display: inline-block;
        margin-right: 10px;
        color: rgb(240, 126, 35);
    }

.result-item-hide-text .time-description::before {
    content: "";
    height: 30px;
    border-left: 1px solid rgb(240, 126, 35);
    width: 10px;
    position: absolute;
    left: 8px;
    top: 45px;
    border-radius: 50%;
    display: none;
}

.search-result-item.toggled .result-item-hide-text {
    max-height: 800px;
    padding: 0px 0px 15px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0, 0, 0.98, 0.02) 0s;
    border-color: rgb(235, 235, 235);
}

li.new-flights {
    border: none !important;
    background: none !important;
    margin-bottom: 15px !important;
}

.search-result-item.toggled .result-item-detail-and-price-desc > span i {
    transform: rotateX(180deg);
    top: 0px;
}

.result-item-detail-and-price-desc > span i {
    transition: all 0.2s ease 0s;
    transform: rotateX(0deg);
    position: relative;
    margin-left: 2px;
}

.result-item-hide-details {
    overflow: hidden;
}

.result-item-hide-text .brand-description span {
    line-height: 20px;
    display: block;
    font-size: 12px;
}

.result-item-hide-text .brand-description img {
    margin-bottom: -13px;
    position: relative;
    top: -17px;
}

.hide-item-title span {
    font-size: 12px;
    float: right;
}

.result-item-hide-text .hide-text {
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(235, 235, 235);
}

    .result-item-hide-text .hide-text:last-child {
        border: none;
        margin-bottom: 0px;
        padding-bottom: 5px;
    }

.result-item-hide-text .time-description span, .result-item-hide-text .other-description span {
    display: block;
    line-height: 20px;
    font-size: 12px;
}

    .result-item-hide-text .time-description span b {
        margin-right: 10px;
    }

.result-item-hide-text .time-description, .result-item-hide-text .other-description, .result-item-hide-text .brand-description {
    position: relative;
    padding: 25px 20px 0px;
}

.result-item-hide-text .transfer-info {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 15px 0px -10px;
}

    .result-item-hide-text .transfer-info span {
        padding: 8px 15px;
        background: white;
        border: 1px solid rgb(229, 233, 235);
        border-radius: 6px;
        z-index: 1;
        font-size: 12px;
    }

    .result-item-hide-text .transfer-info::before {
        content: "";
        position: absolute;
        left: 0px;
        width: 100%;
        top: 0px;
        border-bottom: 1px solid rgb(229, 233, 235);
        height: 0px;
        bottom: 0px;
        margin: auto;
        z-index: 0;
    }

.close-filter {
    display: none;
}

.pax-total-text {
    display: flex;
    height: 32px;
    justify-content: center;
}

input#btnMainSearchFlight {
    margin: 0px;
}

.pax-info-text {
    margin: 5px 0px 0px;
    background: white;
    border: 1px solid rgb(202, 202, 202);
    padding: 0px;
    font-size: 12px;
    cursor: pointer;
}

.pax-total-text span {
    line-height: 32px;
    width: max-content;
    white-space: nowrap;
    overflow: hidden;
}

.pax-total-text input {
    width: 22px;
    padding: 0px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}

.pax-box {
    position: relative;
}

    .pax-box.pax-active .pax-content {
        display: block;
        border: 1px solid rgb(221, 221, 221);
    }

.pax-area .pax-buttons button {
    padding: 0px;
    color: black;
    font-size: 13px;
    font-weight: 100;
    width: 32px !important;
    height: 32px !important;
    border-radius: 12% !important;
    border: none !important;
}

.pax-inner-optional-item-list {
    max-height: 46px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

    .pax-inner-optional-item-list.other-pax-active {
        max-height: 300px;
    }

        .pax-inner-optional-item-list.other-pax-active .other-pax-button button i {
            transform: rotateX(180deg);
            top: 0px;
        }

.pax-inner-item.nb {
    border: none;
    padding-bottom: 0px;
}

.pax-inner-optional-item-list .pax-inner-item:last-child {
    border: none;
    padding-bottom: 0px;
}

.other-pax-button button:hover, .other-pax-button button:focus {
    background: rgb(247, 247, 247);
}

.other-pax-button button {
    display: block;
    width: 100%;
    color: black;
    font-weight: 100;
    transition: all 0.2s ease 0s;
}

.other-pax-button button {
    display: block;
    width: 100%;
    color: black;
    font-weight: 100;
    background: transparent;
}

.other-pax-button {
    padding: 10px 0px 0px;
}

    .other-pax-button button i {
        font-size: 9px;
        position: relative;
        top: -2px;
        transition: all 0.2s ease 0s;
        display: inline-block;
    }

.pax-box.pax-active .pax-total-text span i {
    transform: rotateX(180deg);
    top: -1px;
}

.pax-box .pax-total-text span i {
    transition: all 0.2s ease 0s;
    display: inline-block;
    transform: rotateX(0deg);
    font-size: 9px;
    position: relative;
    top: -2px;
}

.pax-area .pax-buttons .btn[disabled]:hover, .pax-area .pax-buttons .btn[disabled] {
    cursor: default;
    background: rgb(251, 251, 251) !important;
}

.pax-box.pax-active .pax-content .pax-area-button {
    margin-top: 10px;
}

.pax-box .pax-content .pax-area-button .btn:hover {
    background: rgb(221, 221, 221) !important;
}

.pax-box .pax-content .pax-area-button .btn {
    background: rgb(240, 126, 35) !important;
}

.pax-area .pax-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pax-inner-item {
    padding: 10px 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .pax-inner-item label {
        line-height: 20px;
        font-size: 13px;
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 0px !important;
        font-weight: 600 !important;
    }

        .pax-inner-item label small {
            font-weight: 100;
            line-height: 14px;
        }

.pax-area .pax-buttons span {
    font-size: 18px;
}

.pax-box .pax-content {
    position: absolute;
    width: 228px;
    right: 0px;
    background: white;
    z-index: 1;
    top: 34px;
    padding: 10px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 20px;
}

.loading-screen {
    position: relative;
    height: 400px;
    padding: 15px;
    background: white;
}

    .loading-screen .loading-icons i {
        font-size: 20px;
    }

    .loading-screen svg {
        width: 18px;
    }

    .loading-screen .loading-icons svg, .loading-screen .loading-icons i {
        position: relative;
        display: inline-block;
        opacity: 0;
    }

    .loading-screen .loading-icons .plane1 {
        animation: 7s linear 0s infinite normal none running flying1;
        top: 20%;
        transform: rotate(45deg);
    }

    .loading-screen .loading-icons .plane2 {
        animation: 8s linear 0s infinite normal none running flying2;
        transform: rotate(-24deg);
        top: 75%;
    }

    .loading-screen .loading-icons .plane3 {
        animation: 9s linear 0s infinite normal none running flying3;
        transform: rotate(164deg);
        top: 50%;
    }

    .loading-screen .loading-icons .plane4 {
        animation: 7s linear 0s infinite normal none running flying4;
        transform: rotate(-68deg);
        top: 80%;
    }

    .loading-screen .loading-icons .plane5 {
        animation: 8s linear 0s infinite normal none running flying5;
        transform: rotate(186deg);
        top: 30%;
        left: 30%;
    }

@keyframes flying1 {
    15% {
        left: 10%;
        opacity: 0;
    }

    50% {
        opacity: 1;
        left: 30%;
    }

    100% {
        opacity: 0;
        left: 50%;
    }
}

@keyframes flying2 {
    10% {
        left: 20%;
        opacity: 0;
        top: 75%;
    }

    50% {
        opacity: 1;
        left: 25%;
        top: 50%;
    }

    100% {
        opacity: 0;
        left: 30%;
        top: 25%;
    }
}

@keyframes flying3 {
    10% {
        left: 80%;
        opacity: 0;
        top: 20%;
    }

    50% {
        opacity: 1;
        left: 72%;
        top: 55%;
    }

    100% {
        opacity: 0;
        left: 65%;
        top: 80%;
    }
}

@keyframes flying4 {
    10% {
        left: 60%;
        opacity: 0;
        top: 80%;
    }

    50% {
        opacity: 1;
        left: 55%;
        top: 55%;
    }

    100% {
        opacity: 0;
        left: 50%;
        top: 30%;
    }
}

@keyframes flying5 {
    15% {
        left: 40%;
        opacity: 0;
        top: 45%;
    }

    50% {
        opacity: 1;
        left: 25%;
        top: 65%;
    }

    100% {
        opacity: 0;
        left: 10%;
        top: 85%;
    }
}

.loading-screen .loading-icons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 580px;
    height: 300px;
}

.loading-screen .loading-text {
    text-align: center;
    font-family: sans-serif;
}

    .loading-screen .loading-text p {
        margin: 5px 0px;
        font-weight: 100;
        font-size: 13px;
    }

    .loading-screen .loading-text h3 {
        margin: 10px 0px 15px;
        font-weight: 400;
        font-size: 20px;
    }

.search-result-item.toggled .result-item-detail-and-price-desc > span {
    color: rgb(240, 126, 35);
}

.ui-menu .ui-menu-item {
    position: relative;
    padding: 10px !important;
    text-indent: 10px !important;
}

.ui-autocomplete-country {
    padding: 10px !important;
    background: rgb(247, 247, 247) !important;
    margin: 0px !important;
}

.ui-datepicker .ui-datepicker-header {
    background: rgb(235, 235, 235);
    border: none;
    border-radius: 0px !important;
    padding: 0px !important;
}

.ui-datepicker .ui-datepicker-title {
    padding: 5px 0px !important;
    margin: 0px 25px 0px 2.3em !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ui-datepicker-header.ui-widget-header.ui-corner-right .ui-datepicker-title {
    padding: 7.5px 0px !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 7.5px !important;
    left: 5px !important;
}

.ui-widget-content td .ui-state-highlight {
    color: black !important;
    background: rgb(231, 231, 231) !important;
    border-color: rgb(211, 211, 211) !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    border: 1px solid rgb(211, 211, 211);
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: rgb(217, 217, 217) !important;
    border-color: rgb(175, 175, 175) !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: rgb(247, 247, 247) !important;
    text-align: center !important;
    padding: 6px !important;
    border-color: rgb(235, 235, 235) !important;
}

.ui-datepicker.ui-datepicker-multi {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 7px 20px;
    width: max-content !important;
    border-color: rgb(219, 219, 219) !important;
    border-radius: 0px !important;
}

.ui-datepicker .ui-datepicker-title select {
    margin: 0px 2px !important;
    padding: 4px 1px !important;
}

.ui-datepicker-multi .ui-datepicker-group {
    padding: 1px !important;
}

.ui-datepicker .ui-datepicker-next {
    left: inherit !important;
    right: 5px !important;
}

.ui-state-active, .ui-widget-content td .ui-state-active {
    background: rgb(240, 126, 35) !important;
    color: aliceblue !important;
    border-color: rgb(237, 121, 28) !important;
}

.price-select-box label {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    display: flex !important;
    height: 50px !important;
    background-color: rgb(237, 237, 237) !important;
    z-index: 0 !important;
    background-position: 10px 18px !important;
    padding: 0px 45px 0px 31px !important;
}

    .price-select-box label:hover {
        background-color: rgb(233, 233, 233) !important;
    }

.price-select-box input {
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute !important;
    z-index: 1 !important;
}

.price-select-box {
    padding: 0px;
    background: rgb(237, 237, 237);
    position: relative;
}

    .price-select-box .brand-dest-type {
        width: 38px;
        top: 0px;
        bottom: 0px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgb(245, 245, 245);
        position: absolute !important;
        right: 5px !important;
        margin: auto !important;
    }

        .price-select-box .brand-dest-type img {
            z-index: 0;
            width: 20px !important;
        }

        .price-select-box .brand-dest-type::before {
            content: "";
            position: absolute;
            left: 0px;
            right: 0px;
            margin: auto;
            width: 0px;
            border-right: 6px solid rgb(245, 245, 245);
            height: 50px;
            z-index: 0;
        }

i.price-list-icon.Forbidden {
    background: rgb(235, 84, 84);
}

i.price-list-icon.Fee {
    background: rgb(245, 185, 76);
}

i.price-list-icon.Included {
    background: rgb(90, 191, 126);
}

.price-box-list.toggled > .btn i, .price-box-list > .btn:hover i {
    color: rgb(187, 187, 187);
}

h4.destination-title {
    padding-left: 5px;
}

.destination-price-carousel .owl-nav button {
    position: absolute;
    left: -45px;
    top: calc(50% - 40px);
    width: 46px;
    margin: 0px !important;
    background: none !important;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-title {
    margin: 0px 0px 0px 2.3em !important;
}

.destination-price-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -46px;
}

.destination-price-carousel .owl-nav button span {
    font-size: 32px;
}

.destination-price-carousel .owl-nav button:hover {
    color: black !important;
}

.price-box-list > .btn i {
    margin-right: 5px;
    display: inline-block;
    transition: all 0.5s ease 0s;
}

.price-box-list > .btn {
    color: black;
    font-weight: 400;
    margin-top: 5px;
    border: 1px solid rgb(221, 221, 221);
    background: whitesmoke;
}

.price-box-list {
    padding: 2px;
    margin-bottom: 5px;
}

.price-select-box label h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

input[type="radio"]:checked + label > span {
    color: rgb(219, 103, 11) !important;
}

.price-box-list ::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: rgba(165, 165, 165, 0.3) 0px 0px 6px inset !important;
    background-color: rgb(245, 245, 245) !important;
}

.price-box-list ::-webkit-scrollbar {
    border-radius: 10px;
    width: 5px !important;
    background-color: rgb(245, 245, 245) !important;
}

.price-box-list ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(189, 189, 189) !important;
}

.price-box-list .propcontainer {
    overflow: hidden;
    border: 1px solid rgb(223, 223, 223);
    transition: all 0.5s linear 0s;
}

    .price-box-list .propcontainer ul {
        max-height: 144px;
        overflow: auto;
    }

.price-select-box label > span {
    font-size: 19px;
    font-weight: 600;
}

.price-select-box input[type="radio"]:checked + label > span, .price-select-box input[type="radio"]:checked + label > h3 {
    color: rgb(240, 126, 35) !important;
}

.price-box-list .propcontainer li {
    padding: 7px;
    background: white;
}

    .price-box-list .propcontainer li b {
        font-weight: 600;
    }

    .price-box-list .propcontainer li:nth-child(2n+1) {
        background: whitesmoke;
    }

.price-select-box input[type="radio"]:checked + label {
    background-color: rgba(255, 206, 132, 0.16) !important;
}

i.price-list-icon {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    background: rgb(209, 209, 209);
    position: relative;
    top: 1px;
    width: 16px !important;
    height: 16px !important;
}

.price-box-list.toggled .propcontainer {
    transition: all 0.5s linear 0s;
    max-height: 500px;
    overflow: overlay;
}

i.price-list-icon img {
    margin: 0px;
    position: relative;
    top: -3px;
    filter: brightness(1) invert(1) !important;
    width: 8px !important;
    height: auto !important;
}

@media (max-width: 1199px) {
    .flight-main-descs.flight-brand > img.flight-way-img {
        margin: 5px 0px 10px -15px;
        width: 16px !important;
        height: 12px !important;
    }

    .flight-main-descs.flight-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flight-prices .flight-price span {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {
    .flight-main-descs.flight-baggage {
        display: none;
    }

    .result-item-detail-and-price-desc {
        padding: 10px 0px 0px;
    }

    .flight-main-descs {
        flex-basis: 30%;
    }

    .day-buttons button {
        font-size: 11px !important;
    }

    .day-buttons i.fa.fa-chevron-right {
        margin: 0px 0px 0px 7px;
    }

    .flight-main-descs.flight-time small > span {
        display: none;
    }

    .day-buttons i {
        margin: 0px 7px 0px 0px;
    }
}

@media (min-width: 680px) and (max-width: 991px) {
    .pax-inner-optional-item-list, .pax-item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        max-height: inherit !important;
        flex-direction: column;
    }

        .pax-inner-item, .pax-inner-optional-item-list .pax-inner-item:last-child {
            flex-basis: 29%;
            margin: 5px 2%;
            border-top: none;
            border-right: none;
            border-left: none;
            border-image: initial;
            padding-bottom: 10px !important;
            border-bottom: 1px solid rgb(238, 238, 238) !important;
        }

    .other-pax-button {
        display: none;
    }

    .pax-box .pax-content {
        width: 100%;
    }

    .pax-area .pax-buttons span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .new-filter .filter.tools {
        position: fixed;
        left: -100%;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: white;
        z-index: 9;
        visibility: hidden;
        transition: all 0.3s ease 0s;
        margin: 0px;
        padding: 10px 5px;
        display: block !important;
    }

    .flight-main-descs.flight-brand > img.flight-way-img.more-seg {
        position: absolute;
        left: 54px;
        top: 1px;
        opacity: 0.4;
    }

    .filter, .filter_btn {
        padding: 15px;
    }

    .close-filter {
        margin: 5px 5px 15px;
        display: block;
        background: rgb(240, 126, 35);
        padding: 10px;
        font-size: 14px;
        color: white;
        text-align: center;
    }

    body.filter-active .new-filter .filter.tools {
        left: 0%;
        visibility: visible;
    }

    .filter, .filter_btn, .printPrintableArea {
        width: 100%;
        margin: 5px 0px;
    }

    .change-day-area {
        margin-top: 10px;
    }

    .current-day small > .mobile-hide {
        display: none;
    }

    #search-cur-wrapper {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mobile-nopad-right {
        padding-right: 0px !important;
    }

    .mobile-nopad-left {
        padding-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .search-result-item {
        box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 4px;
        margin: 0px 5px;
        display: flex;
        flex-direction: column;
    }

    .day-buttons .day-text {
        display: none;
    }

    .day-buttons .day-num {
        display: inline-block;
    }

    .flight-main-descs h2 {
        font-size: 16px;
        line-height: 18px;
    }

    .flight-main-descs small {
        max-width: 115px;
    }

    .result-flights-row {
        width: 100%;
    }

    .result-item-hide-text .transfer-info {
        margin-bottom: 5px;
    }

    #search-cur-wrapper {
        margin-left: 5px;
        margin-right: 5px;
    }

    .result-item-desc {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }

    .result-item-detail-and-price-desc {
        position: absolute;
        left: 4px;
        width: 30%;
        padding-top: 5px;
    }

    .flight-main-descs.flight-duration {
        flex-basis: 30%;
        padding-right: 2%;
    }

        .flight-main-descs.flight-duration svg {
            width: 60px;
        }

    .flight-prices {
        display: flex;
        flex-flow: row wrap;
        padding-left: 120px;
        padding-right: 15px;
        flex-basis: 50px;
        width: 100%;
        justify-content: flex-end;
        padding-bottom: 2px;
        border: none;
    }

        .flight-prices .flight-price, .flight-prices .flight-choose {
            margin: 0px;
        }

            .flight-prices .flight-choose button {
                padding: 0px 30px;
                height: 32px;
            }

            .flight-prices .flight-price span {
                margin: 0px;
            }

        .flight-prices .flight-choose {
            margin-left: 10px;
        }

    .result-item-hide-text .time-description, .result-item-hide-text .other-description, .result-item-hide-text .brand-description {
        padding-top: 15px;
    }

        .result-item-hide-text .time-description::before {
            top: 20px;
        }

    .result-item-hide-text .brand-description {
        padding-top: 30px;
    }

    .loading-screen {
        height: 300px;
    }

        .loading-screen::before {
            width: 100% !important;
            background-size: 350px !important;
            height: 190px !important;
        }

        .loading-screen .loading-icons {
            width: 350px;
            height: 175px;
        }

            .loading-screen .loading-icons i {
                font-size: 16px;
            }

    .pax-box .pax-content {
        width: 100%;
    }
}

@media (max-width: 479px) { 
    .flight-main-descs.flight-other-detail {
        display: none;
    }

    .ui-widget-content.ui-autocomplete {
        max-height: 250px;
        overflow: hidden;
        width: calc(100% - 40px) !important;
        left: 20px !important;
    }

    .ui-menu .ui-menu-item {
        padding: 15px 10px !important;
    }

    .flight-main-descs.flight-time small {
        white-space: normal;
    }

    .flight-main-descs.flight-brand img {
        width: 75px;
    }

    .ui-datepicker.ui-datepicker-multi {
        padding-bottom: 5px;
        flex-flow: row wrap !important;
        width: 100% !important;
        overflow: auto !important;
        left: 0px !important;
        height: 100vh !important;
        position: fixed !important;
        top: 0px !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        padding: 11px 0px !important;
    }

    .ui-datepicker .ui-datepicker-title {
        font-size: 14px;
        padding: 8px 0px !important;
        margin: 0px 25px !important;
    }

        .ui-datepicker .ui-datepicker-title select {
            padding: 10px !important;
            height: 42px !important;
        }

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 100% !important;
        margin: 0px !important;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 19px !important;
        left: 10px !important;
    }

    .ui-datepicker th {
        font-size: 12px !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        font-size: 12px !important;
    }

    .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-multi-2 .ui-datepicker-group {
        float: none !important;
        flex-basis: 100% !important;
        width: 100% !important;
    }

    span.close-datepicker-mobile {
        position: relative;
        display: block;
        width: calc(100% - 2px);
        padding: 10px;
        text-align: center;
        background: rgb(240, 126, 35);
        color: white;
        font-size: 13px;
    }

    .ui-datepicker .ui-datepicker-next {
        position: fixed !important;
        top: 22px !important;
        left: inherit !important;
        right: 15px !important;
    }

    .ui-datepicker.ui-datepicker-multi .ui-datepicker-title {
        margin: 0px 30px 0px 2.3em !important;
    }
}

button#drp-notifcation {
    background: rgb(2, 58, 85);
}

button#bntSendMail {
    background: rgb(2, 58, 85);
}

.search-matrix-close {
    position: relative;
    float: right;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    color: rgb(0, 0, 0);
    right: -5px;
    top: 0px;
    display: none;
}

.change-day-area {
    background: rgb(2, 58, 85);
}

    .change-day-area * {
        color: white;
    }

.multileg-loading.loading-screen .loading-text span.flight-line {
    border-color: black;
}

    .multileg-loading.loading-screen .loading-text span.flight-line::before {
        border-color: black;
    }

.multileg-loading .loading-passenger-text > b {
    color: #f07e23;
    background: none;
}

.input_ticket_birthday {
    width: 114px;
}
.home-item .icon i {
    /*font-size: 56px;*/
    position: relative;
    top: 15px;
    color:  #272727;
}

.home-item .icon:hover i {
    color: white !important;
}

