/*------------------------------------*\ #Colors \*------------------------------------*/ /** Color mapping from style guide color groups Booking Engine BG #F7F7F7 ------------------------------------------------------------------------ Rooms/ Rates BG: #FFFFFF - Cards Bg/Booking Mask txt/Supporting CTA text Booking mask text: #FFFFFF - Cards Bg/Booking Mask txt/Supporting CTA text Supporting cta text: #FFFFFF - Cards Bg/Booking Mask txt/Supporting CTA text Promotions text: #FFFFFF - Cards Bg/Booking Mask txt/Supporting CTA text value add text: #FFFFFF - Cards Bg/Booking Mask txt/Supporting CTA text banner text: #FFFFFF - Cards Bg/Booking Mask txt/Supporting CTA text banner cta text: #FFFFFF - Cards Bg/Booking Mask txt/Supporting CTA text ------------------------------------------------------------------------ Titles Color: #033242 - Text/ Secondary CTA Bg Body Text Color: #033242 - Text/ Secondary CTA Bg Rate Color: #033242 - Text/ Secondary CTA Bg StrikeThrough Pricing: #033242 - Text/ Secondary CTA Bg Box Titles Color: #033242 - Text/ Secondary CTA Bg Box body text color: #033242 - Text/ Secondary CTA Bg Box Rate color: #033242 - Text/ Secondary CTA Bg Box strikethrough pricing: #033242 - Text/ Secondary CTA Bg Guiding bar txt: #033242 - Text/ Secondary CTA Bg Global error msg text: #033242 - Text/ Secondary CTA Bg Main CTA text: #033242 - Text/ Secondary CTA Bg Secondary cta bg: #033242 - Text/ Secondary CTA Bg Tirtary CTA: #033242 - Text/ Secondary CTA Bg ------------------------------------------------------------------------ Main CTA bg: #F2CF0E - Main CTA Bg/Secondary CTA txt Secondary cta text: #F2CF0E - Main CTA Bg/Secondary CTA txt ------------------------------------------------------------------------ Iconography Color: #076D8F - iconography/supporting CTA Supporting CTA Bg: #076D8F - iconography/supporting CTA ------------------------------------------------------------------------ Borders Color: #92B8C4 - Borders Color ------------------------------------------------------------------------ Link Color: #0BA7DB - Link color Box Link color: #0BA7DB - Link color ------------------------------------------------------------------------ Box background color: #E7EFF1 - Box BG/GuidingBar BG Guiding Bar Bg: #E7EFF1 - Box BG/GuidingBar BG ------------------------------------------------------------------------ Box borders color: #6DA0B1 - Box Borders color ------------------------------------------------------------------------ Booking mask BG: #204D5C - Booking mask BG ------------------------------------------------------------------------ Booking mask edition: #609BAF - BM edition mode ------------------------------------------------------------------------ Best available rate: #B4E571 - Best Available Rate ------------------------------------------------------------------------ Global error msg bg: #f7cb9e - Global error message Bg ------------------------------------------------------------------------ Inline error message text: #D81919 - Inline error message -txt ------------------------------------------------------------------------ Promotions bg: #E63C55 Promotions ------------------------------------------------------------------------ Value add bg: #6ABE3E Value Add ------------------------------------------------------------------------ Banner bg: #1E4D5D - Banner BG Color ------------------------------------------------------------------------ Banner cta: #E67D3C - Banner Button Color ------------------------------------------------------------------------ Disabled element bg: #EBEBEB - Disabled Element BG ------------------------------------------------------------------------ Disabled element text: #999999 - Disabled Element Txt */ /** * Global color group variables from Hi-Fi design style guide * for Amadeus web components */ $cg-booking-engine-bg-color: #f7f7f7; $cg-cards-bg-color: #ffffff; $cg-title-1-font-color: #033242; $cg-title-2-font-color: #033242; $cg-title-3-font-color: #033242; $cg-title-4-font-color: #033242; $cg-title-5-font-color: #033242; $cg-body-text-color: #033242; $cg-rate-color: #033242; $cg-strikethrough-pricing-color: #033242; $cg-iconography-color: #076d8f; $cg-borders-color: #92b8c4; $cg-link-color: #0ba7db; $cg-box-background-color: #e7eff1; $cg-box-titles-color: #033242; $cg-box-body-text-color: #033242; $cg-box-rate-color: #033242; $cg-box-strikethrough-pricing-color: #033242; $cg-box-borders-color: #6da0b1; $cg-box-link-color: #0ba7db; $cg-form-border-color: #d6d6d6; $cg-selected-card-background-color: #eaf8fc; $cg-guiding-bar-bg-color: #e7eff1; $cg-guiding-bar-text-color: #033242; $cg-booking-mask-bg-color: #204d5c; $cg-booking-mask-text-color: #ffffff; $cg-booking-mask-edition-color: #609baf; $cg-booking-mask-error-message-color: #ff455f; $cg-best-available-rate-color: #b4e571; $cg-global-error-message-bg-color: #f7cb9e; $cg-global-error-message-text-color: #033242; $cg-inline-error-message-text-color: #d81919; $cg-main-cta-bg-color: #f2cf0e; $cg-main-cta-text-color: #033242; $cg-secondary-cta-bg-color: #033242; $cg-secondary-cta-text-color: #f2cf0e; $cg-tertiary-cta-text-color: #033242; $cg-tertiary-cta-bg-color: rgba(255, 255, 255, 0); $cg-supporting-cta-bg-color: #076d8f; $cg-supporting-cta-text-color: #ffffff; $cg-notification-color: #ef0505; $cg-promotions-bg-color: #e63c55; $cg-value-add-color: #6abe3e; $cg-limited-inventory-bg-color: #e86b00; $cg-banner-bg-color: #1e4d5d; $cg-banner-cta-color: #e67d3c; $cg-label-text-color: #ffffff; $cg-disabled-element-bg-color: #c3c3c3; $cg-disabled-element-text-color: #4d4d4d; $cg-shadows-color: rgba(0, 0, 0, 0.1); $cg-hover-color: rgba(0, 0, 0, 0.05); $cg-overlay-dark-color: rgba(0, 0, 0, 0.5); $cg-overlay-light-color: rgba(0, 0, 0, 0);