

:root {
    /*Client specific styles*/
    --xl-major-color: #00a9e0;
    --xl-minor-color: #91cd03;
    --xl-minor-color-hover: #a6eb03;
    --xl-body-font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    --xl-primary-button-color: #fff;
    --xl-primary-button-bgcolor: #00a9e0;
    --xl-primary-button-hover-bgcolor: #00c0ff;
    --xl-primary-button-hover-color: #fff;
    --xl-primary-button-border-color: #00a9e0;
    --xl-btn-primary-color: #fff;
    --xl-btn-primary-bgcolor: #00B0B2;
    --xl-action-button-color: #fff;
    --xl-action-button-bgcolor: #fc8c03;
    --xl-action-text-color: #fc8c03;
    --xl-action-button-color-button-hover-bgcolor: #fc8c03;
    --xl-action-button-hover-color: #fff;
    --xl-secondary-button-color: #00a9e0;
    --xl-secondary-button-bgcolor: #fff;
    --xl-secondary-button-hover-bgcolor: #00a9e0;
    --xl-secondary-button-hover-color: #fff;
    --xl-secondary-button-border-color: #00a9e0;
    --xl-alert-high-color: #b13543;
    --xl-alert-medium-color: #faba0f;
    --xl-alert-low-color: #063266;
    /*bootstrap overrides*/
    --bs-btn-color: #fff;
    --bs-btn-bg: #00B0B2;
    --bs-btn-border-color: #5f941e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #5f941e;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-focus-color: #fff;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #5f941e;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: #ccc;
    --bs-btn-disabled-border-color: #ccc;
    --ag-header-foreground-color: lime !important;
    --ag-secondary-foreground-color: orange !important;
}
/* ---------------*************************************************************----------------------*/
/* ---------------*************************************************************----------------------*/
/* ---------------*************************************************************----------------------*/
/* ------------------CLIENT BRANDING COLOR CHANGES - START-------------------*/
/*Copy and past this section into a client specific style sheet*/

/*
Title bar green: 91cd03
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: 00a9e0
2 shades lighter blue for button hover:00c0ff
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: EF3F1A;
    Yellow: faba0f (this is also used for the informaton box)

*/


