﻿/* Default Theme */
:root {
    --CustomBodyBackgroundColor: rgba(255, 255, 255, 1.0); /* Page Background / Time Picker Background / Date Picker Background / Modals / Side Bar */
    --CustomBackgroundColor1: rgba(56, 188, 200, 1.0); /* Page Header */
    --CustomBackgroundColor2: rgba(29, 113, 149, 1.0); /* Tables / Form Buttons / Side Bar Toggle */
    --CustomBackgroundColor3: rgba(163, 209, 224, 1.0); /* Selected Tab / Time Picker Header / Date Picker Header / Side Bar Hover and Selected */
    --CustomBackgroundColor4: rgba(215, 232, 239, 1.0); /* Non-Selected Tab / Table Controls / Date Picker Other Month Day / Dashboard Welcome / Side Bar Tabs */
    --CustomBackgroundColor5: rgba(255,255,255,1.0); /* Menu Sub list */
    --CustomBodyFontColor: rgba(0, 0, 0, 1.0); /* Page Font Color / Tab Font Color / Table Controls Color / Time Picker Font Color / Date Picker Font Color / Modals / Side Bar */
    --CustomFontColor1: rgba(255, 255, 255, 1.0); /* Page Header Font Color / Header Navigation Links Hover */
    --CustomFontColor2: rgba(29, 113, 149, 1.0); /* Section Headers Color */
    --CustomFontColor3: rgba(29, 113, 149, 1.0); /* Page Navigation Links / Icon Color */
    --CustomGridRowOddColor: rgba(255,255,255,1.0); /* Grid row even */
    --CustomGridRowEvenColor: rgba(242,242,242,1.0); /* Grid row Odd */
    --CustomButtonColorPrimary: rgba(29, 113, 149, 1.0); /* Primary button colors, i.e submit/next */
    --CustomButtonColorSecondary: rgba(150, 150, 150, 1.0); /* Secondary button colors, i.e. cancel/back */
    --CustomButtonColorDanger: rgba(198, 46, 49, 1.0); /* Delete button colors, i.e. delete/remove/cancel plan */
}

/* #endregion */
