﻿
:root {
    --background-color-primary: #C2C3C5;
    --background-color-primary-reversed: #000000;
    --background-color-secondary: #0D9BD2;
    --background-color-secondary-darker: #0A7CA8;
    --background-color-secondary-reversed: #FFFFFF;
    --background-color-tertiary: #EEEEEE;
    --background-color-tertiary-reversed: #000000;
    --background-color-quaternary: #666666;
    --background-color-quaternary-reversed: #FFFFFF;
    --background-color-quinary: #CCCCCC;
    --background-color-quinary-reversed: #000001;
    --background-color-senary: #FFFFFF;
    --background-color-senary-reversed: #000000;
    --background-color-onhover: #0D9BD2;
    --background-color-onhover-reversed: #FFFFFF;
    --border-color-primary: #999999;
    --border-color-secondary: #999999;
    --border-color-tertiary: #999999;
    --border-color-quaternary: #999999;
    --text-color-black: #000001;
    --text-color-white: #FFFFFE;
    --highlight-color-primary: #6C4F31;
    --highlight-color-secondary: #006600;
    --highlight-color-error: #FF0000;
    --text-container-background: #FFFFFF;
    --text-container-background-reversed: #000000;
    --text-container-background-focus: #E6E6E6;
    --text-container-background-disabled: #777777;
    --text-container-border-color: #333333;
    --table-main-container-background: #6C4F31; /*Table / Grid Style Variables*/
    --table-main-background: #FFFFFF;
    --table-header-background: #0D9BD2;
    --table-header-background-reversed: #D5DDE5;
    --table-header-border-seperator: #343A45;
    --table-row-hover-background: #7E7E7E;
    --table-row-hover-background-reversed: #FFFFFF;
    --table-row-border: #C1C3D1;
    --table-row-text: #666B85;
    --table-row-background-odd: #EBEBEB;
    --background-color-white-icons: #0D9BD2;
    --background-color-darkgrey-icons: #FFFFFF;
}
