﻿/*Version 1.11*/

:root {
    --theme-background-image: url(../Images/BackgroundLight.svg);
    /* MAIN COLORS */
    /**/ --theme-primary: #e6e6e6; /*main theme color*/
    /**/ --theme-mid: #b3b3b3; /*various borders (grid & textarea), backgrounds (dropdown & calendar), and cell hover*/
    --theme-mid-rgb: 179, 179, 179;
    --theme-mid-sibling: #606060; /*pill separation border, input field bottom border*/
    /**/ --theme-mid-sibling2: #ddd; /*grid header*/
    --theme-secondary: #4d4d4d; /*text based elements/details, main contrast to primary*/
    /**/ --theme-secondary-sibling: #7c7c7c; /*box above grid scrollbar*/
    /**/ --theme-secondary-rgb: 77, 77, 77;
    --theme-modal-bg: #DCE0E3;
    --theme-secondary-dx: #4d4d4d;
    --theme-xicon-dx: url(../Images/XIcon.svg);
    --theme-field-background: rgba(230, 234, 240, .75);
    --theme-field-focus: #bfbcbc;
    --theme-field-disabled: rgba(233, 232, 232, .65);
    --theme-field-disabled-text-color: #4d4d4d;
    --theme-sidebar-header: #E2ECF2;
    /* CONTAINER COLORS */
    --theme-body-background: #e6e6e6;
    --theme-body-background-rgb: 230, 230, 230;
    --theme-section-background: #ffffff; /*tabs, box shadow sections, cards*/
    --theme-section-background-rgb: 252, 252, 252;
    --theme-section-nested-background: #f1f1f1; /*nested section to have alternating background colors*/
    --theme-section-border: #F1F1F1;
    --theme-section-header: rgba(101, 127, 160, .8);
    --theme-section-header-shadow: #87A8D1;
    --theme-tab-background: #fcfcfc;
    --theme-tab-nested-background: #f1f1f1;
    --theme-active-tab-text: #8A8A8A;
    --theme-inactive-tab-background: #949494;
    --theme-tab-text: #666;
    --theme-box-accent: #b5b5b5; /*box style borders & boxshadow*/
    --theme-box-accent-rgb: 181, 181, 181;
    /* ACCENTS, ICONS, AND BUTTONS */
    /**/ --theme-selected-row: #2e2e2e; /*used in combo drop downs to show currently selected row*/
    /**/ --theme-action: #c3d0e0; /*buttons and other action items*/
    /**/ --theme-action-text: #4d4d4d;
    /**/ --theme-action-highlight: #5da8a6; /*action item hover*/
    /**/ --theme-accent: #b2ba9b; /*field icons, checkboxes*/
    /**/ --theme-field-update: 77, 77, 77; /*color that flashes in field background upon update of another field*/
    --theme-grid-link: #1a5ec9;
    --modal-icons: #3c5daa;
    --appOne-icon-color: #15639f;
    /* SINGLE ACCORDION FADE*/
    /**/ --theme-accordion-gradient-from: rgba(255,0,0,0);
    --theme-accordion-gradient-to: rgba(243,243,243,1);
    /* COLORED LABELS */
    /**/ --theme-red-label: #b33939;
    /**/ --theme-green-label: #2c995a;
    /**/ --theme-blue-label: #227093;
    /*ALERT COLORS*/
    /**/ --theme-red-alert-bg: #f8d7da;
    /**/ --theme-red-alert-button-border: #752129;
    /**/ --theme-red-alert-field-border-rgb: 117, 33, 41;
    --theme-scheduler-secondary: #4d4d4d;
    --theme-bar: #504f4f;
    --theme-bar-rgba: rgba(0, 13, 21, .8);
    --theme-header: #504f4f;
    --theme-header-rgba: rgba(0, 13, 21, .8);
}
