/*!
 * QF custom css goes here
 * BE CAREFUL !
 * This style sheet will affect qf-booking qf-mybooking and qf-cars
 * Selector based on angular component names are not reliable
 * CSS selectors must avoid using generated "scope" for component than component themselves
 */

/* ====================
   GERR
   ==================== */
/* --- GERR Overrides for mobile devices DN070319 --- */
/*@media only screen and (min-width: 300px) and (max-width: 767px) {
        .gerr-message{
            padding-bottom:8px !important;
        }
        .gerr-image img {
            padding-top: 64px;
            padding-bottom: 48px !important;
            width: 180px !important;
        }
        .gerr-links div{
            padding:8px 0px !important;
        }
        }*/

/* ====================
   LOGIN BANNER OVERRIDES
   ==================== */
/* --- EXPRESS CHECKOUT LOGIN BANNER OVERRIDES DN 120319 --- */
.express-checkout-banner .express-checkout-icon {
    overflow: hidden;
}

/*
@media (max-width: 510px){
.express-checkout-banner{ min-height:120px; }
.express-checkout-banner .express-checkout-icon { width:70px !important;}
}
*/

/*280319 - DN – Update to Baggage Info page*/
.bag-content-block img {
    width: auto;
    height: 150px;
}

/*121021 – DN – Remove Late login banner Mobile*/
@media (max-width: 767.98px) {
    .placeholder-profileBanner-container {
        display: none;
    }

    .cabin-selector-select-container {
        margin-bottom: 24px !important;
    }
}

/* ====================
ROUTEHAPPY
==================== */
/*060619 – DN – Update Routehappy FLIF styling to accommodate wider icons for aircraft and seatpitch*/
/*.flight-amenity-icon[_ngcontent-c55] {
    padding-right: 32px;
    min-width: 32px;
}*/

/* ====================
CLASSIC TOGGLE
==================== */
/* Classic Rewards toggle - Ribbon icon */

.classic-reward-button-toggle .icon-classic-rewards-small {
    font-size: 18px;
    vertical-align: text-top;
}

.single-filter-button-main .icon-classic-rewards-small {
    font-size: 18px;
    vertical-align: text-top;
}


/* ====================
A11Y
==================== */
/*241120 – DN – updating link colour in tooltip for A11y*/
body.with-sticky-footer .popover-dark-tooltip a {
    color: #FFFFFF !important;
}

.ql-login-security-link {
    color: #323232 !important;
}

/*body.with-sticky-footer a.ql-login-link{color:#e40000 !important; text-decoration:underline !important}
body.with-sticky-footer a.ql-login-link-inline-label{color:#e40000 !important; text-decoration:underline !important;}*/

/* ====================
CONTACT TRACING
==================== */
/*011220 – DN – updating Contact Tracing modal to remove govt image*/
h2.contact-tracing img {
    display: none;
}

/*010221 – DN – updating Express Checkout Contact Tracing modal to remove govt image*/

#express-checkout-content .contact-tracing-header img {
    display: none;
}

/*#PH_expressCheckoutHeader h2,
#PH_expressCheckoutHeader h3,*/
#PH_expressCheckoutHeader p {
    text-align: left !important;
}

/* ====================
SHOPPING CART
==================== */
/*150221 – DN – Updating to remove price promise from shopping cart*/
/*.rtb-wrapper ul{margin-top:-30px !important;}
.rtb-wrapper > ul:first-child li{display:none !important;}
.rtb-wrapper li:first-child i{display:none !important;}
.rtb-wrapper li:first-child span{display:none !important;}
.rtb-wrapper > li[_ngcontent-lbp-c46] {height: auto !important;}*/

/* =========== DN-241121 - I have hidden SGs additions as they were preventing the rollback of Price Promise 
============== */
/* Restore normal margin on list after r0721 
.rtb-wrapper ul.rtb-list { margin-top: 0 !important; }*/

/* Hide price promise (r0721 and later) 
.rtb-wrapper .rtb-list-item.rtb-price-promise { display: none; }*/
/* Hide 24/7 support (r0721 and later) */
.rtb-wrapper .rtb-list-item.rtb-support {
    display: none;
}

/*.rtb-wrapper .rtb-list-item.rtb-seat { display: none; } /*hiding seats until r07*/


/* ====================
TRAVEL PASS
==================== */
/*240521 – DN – Custom style for TravelPass Split Payment toggle label*/
.customQTPtoggle {
    background: #FDF0DA;
    border-radius: 4px;
    padding: 8px 12px;
    margin-top: 4px;
    display: block;
}

/* ====================
MOBILE UPSELL
==================== */
/*240621 – DN – Custom styles for Mobile Upsell CTA*/


/* ====================
FAREWATCH
==================== */
/*121021 – DN – Hide Farewatch on Mobile */
@media (max-width: 767.98px) {
    .fare-watch-mobile-recap {
        display: none !important;
    }

    .avail-option-summary {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.fare-watch-spacer {
    display: none;
}

/* ====================
LEGAL DISCLAIMERS
==================== */
/*191021 – DN – Update disclaimer CSS that wasn't fixed by Amadeus BLR developers*/
.placeholder-note-container {
    color: #323232;
}

.legal-disclaimer {
    z-index: 1047;
}

.footer-infos {
    margin-bottom: 40px;
}

/* ====================
EXPRESS CHECKOUT
==================== */
/*241121 – DN update aliment and styling of text */

/* PROMOCODE top-warning - Reduce space between header and error when error is visible */
#promocode-warning+placeholder>#PH_expressCheckoutHeader {
    margin-top: -50px;
}

p.express-checkout-header {
    max-width: 740px;
}

#PH_expressCheckoutHeader img {
    width: 80px;
    position: relative;
    top: 60px;
    left: -100px;
}

#PH_expressCheckoutHeader h2,
#PH_expressCheckoutHeader h3 {
    text-align: left !important;
    max-width: 740px;
    margin-left: 0px;
    padding-left: 100px;
}

#PH_expressCheckoutHeader p {
    margin-top: 12px;
}

#express-checkout-content .modal-title {
    margin-top: 24px !important;
}

#express-checkout-content .contact-tracing-header {
    max-width: 740px;
}

h2.contact-tracing {
    text-align: left !important;
}

.contact-tracing-header-content {
    align-items: baseline !important;
}

#express-checkout-content .intro-text {
    text-align: left !important;
}

@media screen and (min-width: 769px) {

    /* PROMOCODE top-warning - Reduce space between header and error when error is visible */
    #promocode-warning+placeholder>#PH_expressCheckoutHeader {
        margin-top: -40px;
    }

    #express-checkout-dialog .close.fixed-top-right {
        top: 32px;
        right: 140px;
    }

    #PH_expressCheckoutHeader img {
        width: 80px;
        position: relative;
        top: 60px;
        left: -100px;
    }

    #PH_expressCheckoutHeader h2,
    #PH_expressCheckoutHeader h3 {
        text-align: left !important;
        max-width: 740px;
        margin-left: 90px;
        padding-left: 100px;
    }
}


/*==========
HOTELS LAYOUT UPDATES – DN 020222
==========*/
/*MB*/
@media (max-width: 767.98px) {
    #hotel-teaser-main hr.light-separator {
        margin: 12px 0px !important;
    }

    #hotel-teaser-main .teaser-item-4,
    .teaser-item-6,
    .teaser-item-12 {
        width: 100%;
        margin-top: 0px !important;
        /*24px*/
        /*16px*/
        margin-bottom: 0px !important;
        /*24px*/
    }
}

/*END MEDIA*/

/*DT + TB*/
/*#hotel-teaser-main hr.light-separator {
/*    margin: -8px 0px 8px 0px !important;
/*}

/*========== 
SHOPPING CART
==========*/
/*REMOVE BAGGAGE BLUE BGROUND – DN 240222 */
.cart-bags-collapsible-bound .blue-bg {
    background: none !important;
}

/*remove blue background behind price*/

/*========== 
PAYMENT
==========*/
/* Improve alignment of payment options modal text – DN-300322*/
.payment-option-desc {
    padding: 4px 0px 24px 50px !important;
}

/*.payment-option-img {float: left; padding: 8px 8px 16px;}*/

/*========== 
FLIGHTS
==========*/
/*Fixing mobile Compare fares  modal link alignment for Reward on Mobile –  DN060422  */
@media (max-width: 767.98px) {
    #fare-comparison-modal_cnt .btn-link {
        text-align: left !important;
    }
}

/*END MEDIA*/

/*=========
STICKY FOOTER mobile fix - 19.04.22
=========*/
@media (max-width: 767.98px) {
    .footer-bar .btn-navigation {
        padding-left: 16px !important;
    }
}

/*END MEDIA*/

/*=========
AUTOSEAT SELECTION HIGLIGHT - 03.05.22
=========*/

#sm_seatinfo_body .text-label {
    font-size: 18px;
    font-weight: bold;
    text-align: left !important;
}

#sm_seatinfo_body label {
    padding: 30px 20px;
    background: #FFF;
    border: solid 1px #bff4f2;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.25);
    margin-bottom: 40px;
}

#sm_seatinfo_body .light-separator {
    display: none;
}


/* ==========
Updating size of Hotel reference number on MYB
=========*/
/*body#pageBKGD .hotel-recap-section*/
.hotel-conf {
    /*color: #EE0000;*/
    font-size: 14px !important;
}

/* testing another element to see if there is any change*/
/*#pageBKGD .lead {
color: #ee0000;
}*/

/*=========
FFFCO / FFPP Fare description overrides - 12.05.22
=========*/
@media (max-width: 979.98px) {
    .fare-short {
        display: none !important;
    }
}

/*=========
Remove space when login banner removed - 17.05.22
Trying to remove on Your Trip only, however the below will hide the login banner on the Flights upsell display as weel as they are the same page
=========*/
/*#PH_profileBanner{display:none;}*/




/*=========
Updating Mobile FFCO / FFPP upsell – DN 090622
=========*/

@media (max-width: 767.98px) {

    /*html.viewport-mobile .itinerary {}*/

    .itinerary-footer {
        background: none !important;
        padding: 8px 0px 0px 0px !important;
    }

    .itinerary-footer .action {
        color: #E40000 !important;
    }

    .itinerary-footer .mt-1 {
        display: none;
    }

    .itinerary-footer .col-6 {
        width: 100% !important;
        margin: 0;
        padding: 0;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .itinerary-footer .price-teaser {
        /*border: solid 2px  #E40000;
border-radius: 0px 0px 4px 4px;*/
        border-top: dotted 2px #CCCCCC;
        padding: 4px 8px 4px 0;
        color: #E40000 !important;
        text-align: center !important;
        min-height: 76px;
    }

    .itinerary-footer .price-teaser div {
        text-align:
            /*center*/
            left !important;
        /*max-width: 45%;*/
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
        border: solid 2px #e40000;
        border-radius: 4px;
        margin-top: 8px;
        color: #E40000 !important;
    }

    .itinerary-footer .price-teaser div.textual-label {
        color: #E40000 !important;
        text-align:
            /*center*/
            right !important;
        font-size: 16px;
        /*max-width: 45%;*/
        float: left;
        padding-top: 14px;
        padding-left: 16px;
        border: none !important;
    }



    .itinerary-footer .lead-value .ng-star-inserted {
        color: #E40000 !important;
        text-decoration:
            /*underline*/
            none !important;
        font-family: 'Ciutadella Medium' !important;
        font-size: 24px;
        /* padding-right: 4px;*/
    }

    .itinerary-footer .lead-value .tax {
        color: #E40000 !important;
        text-decoration: none !important;
        /*padding-right: 4px;*/
        padding-left: 2px;
        font-size: 18px !important;
    }

    /* BUTTONY FOCUS*/
    /*
.itinerary-footer .price-teaser div:hover{
border: solid 2px #c40000;
background:#c40000;
border-radius: 4px;
margin-top:8px;
color:#FFFFFF !important;
}
.itinerary-footer .price-teaser div.textual-label:hover{
border: solid 2px #FFFFFF;
background:#FFFFFF;
}
.itinerary-footer .lead-value .ng-star-inserted:hover{
color:#FFFF !important;
}
.itinerary-footer .lead-value .tax:hover{
 color:#FFFF !important;
}
.itinerary .itinerary-header .lead-value,
.itinerary .itinerary-header .lead-value .tax, 
.trip-recap .lead-value,
.trip-recap .lead-value .tax{
color:#e40000;
}
.itinerary .itinerary-header .lead-value:hover,
.itinerary .itinerary-header .lead-value .tax:hover, 
.trip-recap .lead-value:hover,
.trip-recap .lead-value .tax:hover{
color:#FFFFFF;
}
*/
    /* END BUTTONY FOCUS */

    /*==== OTHER MINOR FIXES ====*/

    /*Updating the size of the departure and arrival times in the flight card*/
    .departure-arrival-time .lead-value {
        font-size: 26px !important;
    }

    .departure-arrival-time .stops-timeline-container {
        /*Reducing vector line from 120px wide to fit new times sizes*/
        margin: 0;
        width: 80px !important;
        flex: 0 0 80px !important;
    }

    /*Updating the Flight Card > Total Duration font-size*/
    .summary .textual-label strong {
        font-size: 18px !important;
    }

    /*Hiding the late login banner*/
    .placeholder-profileBanner-container {
        display: none !important;
    }

    /*Updating the font size for the Origin and Destination, and the Departure Date*/
    .avail-option-summary .avail-option-summary-inner .avail-option-summary-label {
        font-size: 20px !important;
    }

    .avail-option-summary-switch-content {
        font-size: 18px !important;
    }

    /*Updating stops and flight number font size*/
    .itinerary .itinerary-header .details-label,
    .trip-recap .details-label {
        font-size: 16px !important;
    }

    .itinerary .e2e-flight-number {
        font-size: 16px !important;
    }

    /*Hiding the 'Change Date' and 'Change Search'links, leaving just the icons*/
    span.avail-option-summary-button-label {
        display: none;
    }

    /*Reducing vertical white space above the upsell */
    .avail-option-summary.show-change-date {
        margin-bottom: 24px !important;
    }

    .fare-watch-mobile-recap {
        margin-bottom: 24px !important;
    }

    /*Fligth card deeper shadow and extra margin*/
    .itinerary .card-header {
        box-shadow: 0 1px 8px 1px rgb(0 0 0 / 20%) !important;
    }

    .card.itinerary.compacted {
        margin-bottom: 20px !important;
    }

    /*Remove redundant fare watch reminders*/
    .fare-watch-spacer {
        display: none;
    }

    /*Fixing the broken padding on passenger page for elements*/
    .form-group {
        padding: 0px 12px !important;
    }
    
    .form-group.c-inputs-stacked{padding: 0 !important;}
    
    .itinerary-cities {
        padding-left: 10px !important;
    }

    /*SDC fixes for PROD display bugs found during testing 070722*/
    .few-avail {
        margin-top: 1px !important;
        margin-bottom: 8px !important;
    }

    sdc-fare-cell .reward-fare-cell {
        display: block !important;
        width: 90%;
        height: 50px;
    }

    i.icon.icon-calendar {
        font-size: 28px !important;
    }

}

@media (max-width: 767.98px) {

    html.viewport-mobile .itinerary {}

    .itinerary-footer {
        background: none !important;
        padding: 8px 0px 0px 0px !important;
    }

    .itinerary-footer .action {
        color: #E40000 !important;
    }

    .itinerary-footer .mt-1 {
        display: none;
    }

    .itinerary-footer .col-6 {
        width: 100% !important;
        margin: 0;
        padding: 0;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .itinerary-footer .price-teaser {
        /*border: solid 2px  #E40000;
border-radius: 0px 0px 4px 4px;*/
        border-top: dotted 2px #CCCCCC;
        padding: 4px 8px 4px 0;
        color: #E40000 !important;
        text-align: center !important;
        min-height: 76px;
    }

    .itinerary-footer .price-teaser div {
        text-align:
            /*center*/
            left !important;
        /*max-width: 45%;*/
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
        border: solid 2px #e40000;
        border-radius: 4px;
        margin-top: 8px;
        color: #E40000 !important;
    }

    .itinerary-footer .price-teaser div.textual-label {
        color: #E40000 !important;
        text-align:
            /*center*/
            right !important;
        font-size: 16px;
        /*max-width: 45%;*/
        float: left;
        padding-top: 14px;
        padding-left: 16px;
        border: none !important;
    }



    .itinerary-footer .lead-value .ng-star-inserted {
        color: #E40000 !important;
        text-decoration:
            /*underline*/
            none !important;
        font-family: 'Ciutadella Medium' !important;
        font-size: 24px;
        /* padding-right: 4px;*/
    }

    .itinerary-footer .lead-value .tax {
        color: #E40000 !important;
        text-decoration: none !important;
        /*padding-right: 4px;*/
        padding-left: 2px;
        font-size: 18px !important;
    }

    /* BUTTONY FOCUS*/
    /*
.itinerary-footer .price-teaser div:hover{
border: solid 2px #c40000;
background:#c40000;
border-radius: 4px;
margin-top:8px;
color:#FFFFFF !important;
}
.itinerary-footer .price-teaser div.textual-label:hover{
border: solid 2px #FFFFFF;
background:#FFFFFF;
}
.itinerary-footer .lead-value .ng-star-inserted:hover{
color:#FFFF !important;
}
.itinerary-footer .lead-value .tax:hover{
 color:#FFFF !important;
}
.itinerary .itinerary-header .lead-value,
.itinerary .itinerary-header .lead-value .tax, 
.trip-recap .lead-value,
.trip-recap .lead-value .tax{
color:#e40000;
}
.itinerary .itinerary-header .lead-value:hover,
.itinerary .itinerary-header .lead-value .tax:hover, 
.trip-recap .lead-value:hover,
.trip-recap .lead-value .tax:hover{
color:#FFFFFF;
}
*/
    /* END BUTTONY FOCUS */

    /*==== OTHER MINOR FIXES ====*/

    /*Updating the size of the departure and arrival times in the flight card*/
    .departure-arrival-time .lead-value {
        font-size: 26px !important;
    }

    .departure-arrival-time .stops-timeline-container {
        /*Reducing vector line from 120px wide to fit new times sizes*/
        margin: 0;
        width: 80px !important;
        flex: 0 0 80px !important;
    }

    /*Updating the Flight Card > Total Duration font-size*/
    .summary .textual-label strong {
        font-size: 18px !important;
    }

    /*Hiding the late login banner*/
    .placeholder-profileBanner-container {
        display: none !important;
    }

    /*Updating the font size for the Origin and Destination, and the Departure Date*/
    .avail-option-summary .avail-option-summary-inner .avail-option-summary-label {
        font-size: 20px !important;
    }

    .avail-option-summary-switch-content {
        font-size: 18px !important;
    }

    /*Updating stops and flight number font size*/
    .itinerary .itinerary-header .details-label,
    .trip-recap .details-label {
        font-size: 16px !important;
    }

    .itinerary .e2e-flight-number {
        font-size: 16px !important;
    }

    /*Hiding the 'Change Date' and 'Change Search'links, leaving just the icons*/
    span.avail-option-summary-button-label {
        display: none;
    }

    /*Reducing vertical white space above the upsell */
    .avail-option-summary.show-change-date {
        margin-bottom: 24px !important;
    }

    .fare-watch-mobile-recap {
        margin-bottom: 24px !important;
    }

    /*Fligth card deeper shadow and extra margin*/
    .itinerary .card-header {
        box-shadow: 0 1px 8px 1px rgb(0 0 0 / 20%) !important;
    }

    .card.itinerary.compacted {
        margin-bottom: 20px !important;
    }

    /*Remove redundant fare watch reminders*/
    .fare-watch-spacer {
        display: none;
    }

    /*Fixing the broken padding on passenger page for elements*/
    .form-group {
        padding: 0px 12px !important;
    }

    .itinerary-cities {
        padding-left: 10px !important;
    }

    /*SDC fixes for PROD display bugs found during testing 070722*/
    .few-avail {
        margin-top: 1px !important;
        margin-bottom: 8px !important;
    }

    sdc-fare-cell .reward-fare-cell {
        display: block !important;
        width: 90%;
        height: 50px;
    }

    i.icon.icon-calendar {
        font-size: 28px !important;
    }
    
    i.icon.icon-payment-poli {
        background-iamge: url();
    }

}

/*==== UPDATE SIZE OF DOLLAR LOGO ====*/
.img-car-vendor-zr-small {
    min-width:
        /*42px*/
        54px !important;
    max-width:
        /*42px*/
        54px !important;
    min-height:
        /*15px*/
        20px !important;
    max-height:
        /*15px*/
        20px !important;
}

/*END CSS*/


/*==== UPDATE SIZE OF DOLLAR LOGO ====*/
.img-car-vendor-zr-small {
    min-width:
        /*42px*/
        54px !important;
    max-width:
        /*42px*/
        54px !important;
    min-height:
        /*15px*/
        20px !important;
    max-height:
        /*15px*/
        20px !important;
}


/*==== PAYID ICON====*/
i.icon.icon-payment-poli {
    min-width: 60px;
    max-width: 60px;
    min-height: 30px;
    max-height: 30px;
    background-image: url(/go/1.0-1/sprite/common/QF_SpriteSheet_2x.png);
    background-position-x: -576px;
    background-position-y: -446px;
    background-repeat: no-repeat;
    background-size: 1024px 2400px;
    display: inline-block;
}

/*==== DSPD-371 - payID-icon ====*/
@media (max-width: 767.98px) {
   i.icon.icon-payment-poli {
    min-width: 32px;
    max-width: 32px;
   } 
}

/*==== DSPD-320 - flight-amenity-icon ====*/
.flight-amenity-icon.mr-1.ng-star-inserted {
    width: 18px;
    height: 18px;
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
}



/*END CSS*/
