/*******************************************************************************
Copyright (c) 2001-2022 IntelliTime Systems Corp.
Name: \VTI\Themes\ColoredThemes\Blue\themeVariables.css (base)
Description:  Cascading Style Sheet variables with specific values used by this theme
********************************************************************************
Version Date       Author Comments
6       03/24/2022 AC     [Issue# 13119] Update files missed in revision 3362.
5       12/14/2021 MB     [Issue# 12950] Updating colors on theme
4       08/05/2021 MB     Adding new variables	
3       05/12/2021 AC     MB changed this file.
2       04/20/2021 MB     GUI adjustments for version 6.0
1       04/01/2021 MB     Created GUI version 6.0
*******************************************************************************/

/* THEME COLOR FOR: BLUE */
:root {
    /*-----------------------------*/
    /* INPUT AND SELECT FONT COLOR */
    /*-----------------------------*/
    --theme-input-font-color: #001855;
    --theme-input-font-disabled-color: #7b88a8;
    --theme-select-font-color: #001855;
    --theme-select-font-disabled-color: #7b88a8;
    /*--------------------------------------------------*/
    /* COLOR-1 DARK BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-one-dark: #003D82;
    --theme-one-fg-font-on-dark: #ffffff;
    /*--------------------------------------------------*/
    /* COLOR-1 LIGHT BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-one-light: #c2d3fc;
    --theme-one-fg-font-on-light: #000000;
    /*--------------------------------------------------*/
    /* COLOR-1 VERY LIGHT BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-one-very-light: #e3eaff;
    --theme-one-fg-font-on-very-light: #000000;
    /*--------------------------------------------------*/
    /* COLOR-2 DAKR BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-two-dark: #eda509;
    --theme-two-fg-font-on-dark: #000000;
    /*--------------------------------------------------*/
    /* COLOR-2 LIGHT BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-two-light: #fff2c8;
    --theme-two-fg-font-on-light: #000000;
    /*--------------------------------------------------*/
    /* COLOR-3 DARK BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-three-dark: #a8bff7;
    --theme-three-fg-font-on-dark: #000000;
    /*--------------------------------------------------*/
    /* COLOR-3 LIGHT BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-three-light: #71D1C4;
    --theme-three-fg-font-on-light: #000000;
    /*------ SEARCH BUTTON --------*/
    --theme-search-btn-bg: #ffce63;
    --theme-search-btn-fg: #000000;
    /*--------------*/
    /* CELL PADDING */
    /*--------------*/
    --pad-none: 0px 0px 0px 0px;
    --pad-lt: 0px 0px 0px 15px;
    --pad-bm: 0px 0px 15px 0px;
    --pad-bm-lt: 0px 0px 15px 15px;
    --pad-rt: 0px 15px 0px 0px;
    --pad-rt-lt: 0px 15px 0px 15px;
    --pad-rt-bm: 0px 15px 15px 0px;
    --pad-rt-bm-lt: 0px 15px 15px 15px;
    --pad-tp: 15px 0px 0px 0px;
    --pad-tp-lt: 15px 0px 0px 15px;
    --pad-tp-bm: 15px 0px 15px 0px;
    --pad-tp-bm-lt: 15px 0px 15px 15px;
    --pad-tp-rt: 15px 15px 0px 0px;
    --pad-tp-rt-lt: 15px 15px 0px 15px;
    --pad-tp-rt-bm: 15px 15px 15px 0px;
    --pad-all: 15px 15px 15px 15px;
    /*---------------------------------------*/
    /* CELL PADDING WITH HALF PADDING AT TOP */
    /*---------------------------------------*/
    --pad-htp: 8px 0px 0px 0px; /*  8 */
    --pad-htp-lt: 8px 0px 0px 15px; /*  9 */
    --pad-htp-bm: 8px 0px 15px 0px; /* 10 */
    --pad-htp-bm-lt: 8px 0px 15px 15px; /* 11 */
    --pad-htp-rt: 8px 15px 0px 0px; /* 12 */
    --pad-htp-rt-lt: 8px 15px 0px 15px; /* 13 */
    --pad-htp-rt-bm: 8px 15px 15px 0px; /* 14 */
    --pad-all-htp: 8px 15px 15px 15px; /* 15 */
    /*---------------------------------------*/
    /* CELL PADDING WITH HALF PADDING AT BTM */
    /*---------------------------------------*/
    --pad-hbm: 0px 0px 8px 0px; /*  2 */
    --pad-hbm-lt: 0px 0px 8px 15px; /*  3 */
    --pad-rt-hbm: 0px 15px 8px 0px; /*  6 */
    --pad-rt-hbm-lt: 0px 15px 8px 15px; /*  7 */
    --pad-tp-hbm: 15px 0px 8px 0px; /* 10 */
    --pad-tp-hbm-lt: 15px 0px 8px 15px; /* 11 */
    --pad-tp-rt-hbm: 15px 15px 8px 0px; /* 14 */
    --pad-all-hbm: 15px 15px 8px 15px; /* 15 */
    /*------------------------------------------------*/
    /* CELL PADDING WITH HALF PADDING AT TOP AND BTM */
    /*-----------------------------------------------*/
    --pad-htp-hbm: 8px 0px 8px 0px; /* 10 */
    --pad-htp-hbm-lt: 8px 0px 8px 15px; /* 11 */
    --pad-htp-rt-hbm: 8px 15px 8px 0px; /* 14 */
    --pad-all-htp-hbm: 8px 15px 8px 15px; /* 15 */
}
