#TransMessage .common-transition-loader-logo {
    background-color: transparent;
}

.full-page-external-loader-wrapper .client-loader {
    border-color: transparent !important;
}

.client-loader {
    border-color: transparent;
    margin-top: 0px;
}

.full-page-external-loader-wrapper .client-loader .loading-logo {
    background-color: transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-height: 60px;
}

.loading-box-cruise {
    border-color: transparent !important;
}

.loading-logo {
    background-color: transparent;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#TransMessage .loader-copyright {
    display: none;
}

#TransMessage .loader-spiral {
    background-image: url('/site/cruiseHQ/images/Cruise_logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
}

    #TransMessage .loader-spiral::after {
        content: none;
    }

    #TransMessage .loader-spiral::before {
        content: none;
    }

.loader {
    background: transparent !important;
}

@media(max-width: 767px) {
    .custom-header-navbar-collapse {
        z-index: 1022 !important;
    }
}

.custom-header-z-inded {
    z-index: 1022 !important;
}

[data-ody-id='ItineraryPlusIcon'] {
    background-color: #8fc67c;
}

[data-ody-id='custom-email-invoice-parent-header-logo'] {
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: 200px;
    margin: 0 auto;
    background-size: cover;
    background-image: url('/site/CruiseHQ/images/CruiseHQ-transition-till-logo.png');

}

    /*email-invoice-parent-header/footer-logo*/
    [data-ody-id='custom-email-invoice-parent-header-logo'] img,
    [data-ody-id='custom-email-invoice-parent-footer-logo'] img {
        display: none;
    }

/*client-site images from background*/

[data-ody-id='CruiseHQTemplate'] .section-btn-share-itinerary .odi-share {
    background-image: url('/Site/cruiseHQ/images/share_link.png');
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(1);
}

[data-ody-id='CruiseHQTemplate'] .odi-pdf {
    background-image: url('/Site/cruiseHQ/images/Generate-PDF.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 22px;
    height: 21px;
}

[data-ody-id='CruiseHQTemplate'] .odi-share {
    background-image: url('/Site/cruiseHQ/images/share_link.png');
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(3);
}

[data-ody-id='CruiseHQTemplate'] .tour-package-icons .odi-hotel {
    background-image: url('/Site/cruiseHQ/images/Hotel-templateHQ.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    height: 24px;
    width: 24px;
}

[data-ody-id='CruiseHQTemplate'] .tour-package-icons .odi-cruise {
    background-image: url('/Site/cruiseHQ/images/Cruise_CP_logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    height: 24px;
    width: 24px;
}


[data-ody-id='CruiseHQTemplate'] .tour-package-icons .odi-flight {
    background-image: url('/Site/cruiseHQ/images/air-template.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    height: 24px;
    width: 24px;
}

    [data-ody-id='CruiseHQTemplate'] .section-btn-share-itinerary .odi-share::before,
    [data-ody-id='CruiseHQTemplate'] .odi-pdf::before,
    [data-ody-id='CruiseHQTemplate'] .odi-share::before,
    [data-ody-id='CruiseHQTemplate'] .tour-package-icons .odi-hotel::before,
    [data-ody-id='CruiseHQTemplate'] .tour-package-icons .odi-cruise::before,
    [data-ody-id='CruiseHQTemplate'] .tour-package-icons .odi-flight::before,
	[data-ody-id='CruiseHQTemplate'] .custom-package-sticky-top-header .odi-navigate-before::before {
        display: none;
    }
	
[data-ody-id='CruiseHQTemplate'] .custom-package-sticky-top-header .odi-navigate-before {
    background-image: url('/Site/cruiseHQ/images/navigate-before.svg');
	height: 13px;
    width: 13px;
    background-repeat: no-repeat;    
}

.page_air_results .supplier-api-errors {
  display: none;
}

.print-pdf.page_customer_booking_details .custom-header,
.print-pdf.page_customer_booking_details .custom-footer {
  display: none;
}

/* Air Total and Average Price PP Bigger #60000 */

[data-ody-id='TotalAirPrice'], 
[data-ody-id='AirPricePerPax'] {
	font-size: 16px;
}

/* hide Header footer while printing customer receipt / PDF on booking details page can be resolved by adding below custom CSS- ref to ticket# 56852 */

@media print {
.page_customer_booking_details .client-header,
.page_customer_booking_details .client-footer {
display: none;
}
}