﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/*For air and non air
    start
*/


.primary {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.success {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.info {
    background: linear-gradient(135deg, #1abc9c, #16a085);
}

.warning {
    background: linear-gradient(135deg, #f1c40f, #f39c12);
}

.danger {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.secondary {
    background: linear-gradient(135deg, #95a5a6, #7f8c8d);
}

.dark {
    background: linear-gradient(135deg, #2c3e50, #34495e);
}

.light {
    background: linear-gradient(135deg, #ecf0f1, #bdc3c7);
    color: #000;
}



.confirmation-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*  width: 100%;
            height: 100%; */
    background: rgba(0, 0, 0, 0.5);
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /*  background-color: white;
            border: 1px solid #ccc;
            padding: 20px; */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    display: none;
    width: 300px;
    text-align: center;
    border-radius: 8px;
}


.confirmation-content {
    background: #fff;
    z-index: 10000;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
}


.confirmation-actions {
    margin-top: 20px;
}



.btn-confirm {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.btn-cancel {
    background-color: #6c757d;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-confirm:hover {
    background-color: #c82333;
}

.btn-cancel:hover {
    background-color: #5a6268;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999; 
    display: none;
}





#nonAirUL {
    list-style: none;
    padding: 0;
    margin: 0;
}

.anc {
    background-color: #eee;
    margin-bottom: 10px;
    overflow: hidden;
    transition: height 0.5s ease;
}

    .anc.active {
        height: auto;
    }

    .anc:not(.active) {
        height: 0;
    }


/*end*/


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.w-empty-fare {
    width: 177px !important;
}

.segment {
    margin-left: 25%;
    margin-right: 3%;
}

.segmentli {
    padding: 0px !important;
}

.paymentoption {
    color: black;
    background-color: white;
    border-color: cornflowerblue;
}

.checkout-info-list {
    font-size: 0.75rem;
    padding-left: 1.25rem;
    margin: 0;
}

.checkout-question-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
}

    .checkout-question-list > li + li {
        margin-top: 0.625rem;
    }

    .checkout-question-list .question {
        color: #2d353c;
        font-weight: 600;
    }

        .checkout-question-list .question a {
            display: block;
            color: #2d353c;
            text-decoration: none;
        }

    .checkout-question-list .answer {
        color: #4d4d4d;
        font-size: 0.8125rem;
        padding: 0.3125rem 0 0.3125rem 1.25rem;
    }

    .checkout-question-list .dash {
        width: 1.25rem;
        float: left;
        text-align: center;
    }

.checkout {
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .checkout .checkout-header {
        padding: 1.5625rem 1.875rem;
        background: #343a40;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

@media (max-width: 991.98px) {
    .checkout .checkout-header {
        white-space: nowrap;
        overflow: scroll;
        padding: 0.9375rem;
    }

        .checkout .checkout-header .row {
            display: block;
        }

            .checkout .checkout-header .row > div {
                display: inline-block;
                width: auto;
            }
}

.checkout .checkout-header .row > div + div {
    border-left: 1px solid #495057;
}

.checkout .checkout-body {
    padding: 1.5625rem 1.875rem;
}

@media (max-width: 991.98px) {
    .checkout .checkout-body {
        padding: 0.9375rem;
        font-size: 0.75rem;
    }
}

.checkout .checkout-footer {
    padding: 1.5625rem 1.875rem;
    text-align: right;
    background: #dee2e6;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

@media (max-width: 991.98px) {
    .checkout .checkout-footer {
        padding: 0.9375rem;
    }
}

@media (max-width: 575.98px) {
    .checkout .checkout-footer {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .checkout .checkout-footer .btn {
        padding: 0.5rem 0.9375rem !important;
        font-size: 0.75rem !important;
        width: auto !important;
    }
}

@media (max-width: 575.98px) {
    .checkout .checkout-footer .btn {
        float: none !important;
        margin: 0.3125rem;
    }
}

.checkout .checkout-footer .btn-white {
    border-color: transparent;
}

.checkout .checkout-title {
    font-weight: 600;
    margin: 0 0 1.875rem;
}

@media (max-width: 991.98px) {
    .checkout .checkout-title {
        font-size: 1rem;
        margin-bottom: 0.9375rem;
    }
}

.checkout .checkout-title small {
    display: block;
    font-size: 0.875rem;
}

.checkout .checkout-message {
    padding: 1.25rem 2.5rem;
}

@media (max-width: 991.98px) {
    .checkout .checkout-message {
        padding: 0;
    }
}

.checkout .checkout-message h1 {
    margin: 0 0 1.875rem;
    font-size: 2.25rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .checkout .checkout-message h1 {
        font-size: 1.75rem;
        margin-bottom: 0.9375rem;
    }
}

.checkout .checkout-message h1 small {
    display: block;
    font-size: 1rem;
    margin-top: 0.9375rem;
    color: #4e5c68;
}

@media (max-width: 991.98px) {
    .checkout .checkout-message h1 small {
        font-size: 0.875rem;
        margin-top: 0.3125rem;
    }
}

.checkout .table.table-cart th {
    border: 0;
    padding: 0.625rem 1.25rem 0.3125rem;
}

@media (max-width: 991.98px) {
    .checkout .table.table-cart th {
        padding: 0.625rem 0.9375rem 0.3125rem;
    }
}

.checkout .table.table-cart td {
    padding: 0.9375rem 1.25rem;
}

@media (max-width: 991.98px) {
    .checkout .table.table-cart td {
        padding: 0.9375rem;
    }
}

.checkout .table.table-cart .cart-product .product-img {
    float: left;
    width: 7.5rem;
}

@media (max-width: 991.98px) {
    .checkout .table.table-cart .cart-product .product-img {
        width: 5rem;
    }
}

.checkout .table.table-cart .cart-product .product-img + .product-info {
    margin-left: 8.4375rem;
}

@media (max-width: 991.98px) {
    .checkout .table.table-cart .cart-product .product-img + .product-info {
        margin-left: 5.9375rem;
        white-space: nowrap;
    }
}

.checkout .table.table-cart .cart-product .product-img img,
.checkout
.table.table-payment-summary
.product-summary
.product-summary-img
img {
    max-width: 100%;
}

.checkout .table.table-cart .cart-product .product-info .title {
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .checkout .table.table-cart .cart-product .product-info .title {
        font-size: 0.875rem;
    }
}

.checkout .table.table-cart .cart-product .product-info .desc {
    font-weight: 600;
    font-size: 0.75rem;
    color: gray;
}

.checkout .cart-qty {
    width: 10rem;
}

    .checkout .cart-qty .qty-desc {
        font-size: 0.75rem;
        color: gray;
        margin-top: 0.3125rem;
    }

    .checkout .cart-qty .cart-qty-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .checkout .cart-qty .cart-qty-input .form-control,
        .checkout .cart-qty .cart-qty-input .qty-control {
            float: none;
            width: auto;
        }

        .checkout .cart-qty .cart-qty-input .form-control {
            width: 2.25rem;
            margin: 0 0.125rem;
            padding-left: 0.3125rem;
            padding-right: 0.3125rem;
            text-align: center;
        }

        .checkout .cart-qty .cart-qty-input .qty-control {
            color: #2d353c;
            width: 2.25rem;
            -webkit-border-radius: 36px;
            border-radius: 36px;
        }

            .checkout .cart-qty .cart-qty-input .qty-control:focus,
            .checkout .cart-qty .cart-qty-input .qty-control:hover {
                background: #e9ecef;
            }

.checkout .cart-control,
.checkout .cart-total {
    width: 6.25rem;
}

.checkout .table.table-payment-summary {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1.875rem;
}

    .checkout .table.table-payment-summary td,
    .checkout .table.table-payment-summary th {
        padding: 0.625rem 0.9375rem;
    }

@media (max-width: 991.98px) {
    .checkout .table.table-payment-summary td,
    .checkout .table.table-payment-summary th {
        display: block;
    }

        .checkout .table.table-payment-summary td:after,
        .checkout .table.table-payment-summary td:before,
        .checkout .table.table-payment-summary th:after,
        .checkout .table.table-payment-summary th:before {
            content: "";
            display: table;
            clear: both;
        }
}

.checkout .table.table-payment-summary .field {
    font-weight: 600;
    text-align: right;
    width: 50%;
}

@media (max-width: 991.98px) {
    .checkout .table.table-payment-summary .field {
        width: auto;
        text-align: left;
    }

        .checkout .table.table-payment-summary .field + .value {
            border-top: none;
            padding-top: 0;
        }
}

.checkout .table.table-payment-summary .product-summary .product-summary-img {
    float: left;
    width: 7.5rem;
    margin-right: 0.625rem;
}

@media (max-width: 991.98px) {
    .checkout .table.table-payment-summary .product-summary .product-summary-img {
        width: 5rem;
    }
}

.checkout
.table.table-payment-summary
.product-summary
.product-summary-info
.title {
    font-weight: 600;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .checkout
    .table.table-payment-summary
    .product-summary
    .product-summary-info
    .title {
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin-bottom: 0.3125rem;
    }
}

.checkout
.table.table-payment-summary
.product-summary
.product-summary-info
.desc {
    font-size: 0.75rem;
    font-weight: 600;
    color: #999;
}

.clearfix:after,
.clearfix:before,
.product .product-detail .product-info .product-price:after,
.product .product-detail .product-info .product-price:before,
.product .product-detail .product-info .product-social:after,
.product .product-detail .product-info .product-social:before,
.review .review-info:after,
.review .review-info:before,
.review:after,
.review:before,
.search-container:after,
.search-container:before,
.search-item-container .item-row:after,
.search-item-container .item-row:before,
.search-item-container:after,
.search-item-container:before,
.search-toolbar:after,
.search-toolbar:before,
.section-container:after,
.section-container:before,
.step:after,
.step:before {
    content: "";
    display: table;
    clear: both;
}

.step a {
    color: #6c757d;
    display: block;
    text-decoration: none;
}

    .step a:focus,
    .step a:hover {
        color: #fff;
    }

.step .number {
    float: left;
    font-size: 1.5rem;
    width: 1.875rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    position: relative;
}

@media (max-width: 991.98px) {
    .step .number {
        font-size: 1.25rem;
        height: 1.25rem;
        width: 1.625rem;
    }
}

.step .number:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    height: 2px;
    background: #6c757d;
}

.step .number + .info {
    margin-left: 2.5rem;
}

@media (max-width: 991.98px) {
    .step .number + .info {
        margin-left: 2.25rem;
    }
}

.step .desc {
    font-size: 0.75rem;
    color: #6c757d;
}

.step .title {
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .step .title {
        font-size: 0.875rem;
    }
}

.step.active a {
    color: #fff;
}

.step.active .number:before {
    background: #00acac;
}

.step.active .desc {
    color: #ced4da;
}

.summary-container {
    float: right;
    width: 22.5rem;
    text-align: right;
}

    .summary-container .summary-row {
        display: table;
        width: 100%;
    }

        .summary-container .summary-row + .summary-row {
            margin-top: 0.3125rem;
        }

        .summary-container .summary-row .field {
            display: table-cell;
            width: 40%;
        }

        .summary-container .summary-row .value {
            display: table-cell;
            width: 60%;
        }

        .summary-container .summary-row.total {
            border-top: 1px solid #dee2e6;
            margin-top: 0.625rem;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: -1.25rem;
        }

            .summary-container .summary-row.total .field,
            .summary-container .summary-row.total .value {
                padding-top: 0.625rem;
            }

.invoice-price-right {
    background: #1f73c6 !important;
}

.alert-supp {
    width: 1000px;
    font-size: 18px;
}

.asterix {
    color: red;
}

.rm-radio {
    width: 15px;
    height: 15px;
}

.rm-textbox-pcc {
    width: 75px;
    height: 32px;
}

.enable-comparable-option {
    border-style: groove;
}

.logo-file-err {
    color: #c34454;
    margin-top: 10px;
}

li.divider {
    font-size: large;
    color: #4285f4;
}

li.dotted {
    border-top: 3px dotted #bbb;
}


