/*******************************************************************************
Copyright (c) 2001-2022 IntelliTime Systems Corp.
Name: \VTI\Themes\ColorThemes\Purple\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: PURPLE */
:root {
    /*-----------------------------*/
    /* INPUT AND SELECT FONT COLOR */
    /*-----------------------------*/
    --theme-input-font-color: #000000;
    --theme-input-font-disabled-color: #7d7385;
    --theme-select-font-color: #000000;
    --theme-select-font-disabled-color: #7d7385;
    /*--------------------------------------------------*/
    /* COLOR-1 DARK BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-one-dark: #370761;
    --theme-one-fg-font-on-dark: #ffffff;
    /*--------------------------------------------------*/
    /* COLOR-1 LIGHT BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-one-light: #d4cfe8;
    --theme-one-fg-font-on-light: #000000;
    /*--------------------------------------------------*/
    /* COLOR-1 VERY LIGHT BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-one-very-light: #e9e6f5;
    --theme-one-fg-font-on-very-light: #000000;
    /*--------------------------------------------------*/
    /* COLOR-2 DARK BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-two-dark: #f4460c;
    --theme-two-fg-font-on-dark: #ffffff;
    /*--------------------------------------------------*/
    /* COLOR-2 LIGHT BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-two-light: #ffd4cc; 
    --theme-two-fg-font-on-light: #000000;
    /*--------------------------------------------------*/
    /* COLOR-3 DARK BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-three-dark: #d0c1f5;
    --theme-three-fg-font-on-dark: #000000;
    /*--------------------------------------------------*/
    /* COLOR-3 LIGHT BACKGROUND AND FONT FOREGROUND */
    /*--------------------------------------------------*/
    --theme-three-light: #6389A7;
    --theme-three-fg-font-on-light: #000000;
    /*------ SEARCH BUTTON --------*/
    --theme-search-btn-bg: #f4460c;
    --theme-search-btn-fg: #ffffff;
    /*--------------*/
    /* 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 */
}
