:root {
    /*Client specific styles*/
    --xl-major-color: #226092;
    --xl-minor-color: #226092;
    --xl-minor-color-hover: #1d517c;
    --xl-primary-button-color: #fff;
    --xl-primary-button-bgcolor: #226092;
    --xl-primary-button-hover-bgcolor: #1b6bb1;
    --xl-primary-button-hover-color: #fff;
    --xl-primary-button-border-color: #226092;
    --xl-btn-primary-color: #fff;
    --xl-btn-primary-bgcolor: #226092;
    --xl-action-button-color: #fff;
    --xl-action-button-bgcolor: #fca503;
    --xl-action-text-color: #fca503;
    --xl-action-button-color-button-hover-bgcolor: #F8AC1B;
    --xl-action-button-hover-color: #fff;
    --xl-secondary-button-color: #226092;
    --xl-secondary-button-bgcolor: #fff;
    --xl-secondary-button-hover-bgcolor: #1b6bb1;
    --xl-secondary-button-hover-color: #fff;
    --xl-secondary-button-border-color: #226092;
    --xl-alert-high-color: #EA1C2E;
    --xl-alert-medium-color: #F8AC1B;
    --xl-alert-low-color: #2373B9;
    /*bootstrap overrides*/
    --bs-btn-color: #fff;
    --bs-btn-bg: #226092;
    --bs-btn-border-color: #1d517c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #5f941e;
    --bs-btn-active-border-color: #5f941e;
}
/* ---------------*************************************************************----------------------*/
/* ---------------*************************************************************----------------------*/
/* ---------------*************************************************************----------------------*/
/* ------------------CLIENT BRANDING COLOR CHANGES - START-------------------*/
/*Copy and past this section into a client specific style sheet*/

/*
Title bar green: 226092
One shade lighter green for title bar button hover: 6da923
On shade darker green for title bar button borders: 5f941e
Much lighter green for shadow under title bar buttons: A1B984

Main menu and button blue: 226092
2 shades lighter blue for button hover:1b6bb1
Main menu active item and hover style is a gradient. Change accordingly below
    
Blue for links: 2A7FC0 (This should not be overwritten unelss specifically requsted by the client)

Alerts:
    Red: EA1C2E;
    Yellow: faba0f (this is also used for the informaton box)

*/
/* 
Main menu - Blue 226092    from 226092
Title bar - Orange dd8b41 from   F8AC1B
light blue scale leader - 38C2D9
red - EA1C2E 
*/
 
