﻿.light-gui-mode {
    /*    --secondary-bgcolor: var(--theme-secondary);
    --box-header-color: #fff;
    --box-header-bgcolor: #26272b;
    --box-bgcolor: #26272b;
    --font-color: #fff;
    --font-color-light: #fff;
    --font-color-strong: white;
    --border-color: rgba(0, 0, 0, 0.35);
    --bgcolor: #26272b;
    --control-background-color: #202125;
    --container-background-color: #212529;
    --container-border-color: #505050;
    --container-shadow-color: #495057;*/
}

body.light-gui-mode {
    color: rgba(0,0,0,.9) !important;
}

    body.light-gui-mode,
    body.light-gui-mode .gridtable-wrapper-fullscreen {
        background-color: #fff !important;
    }

body.body-login-page {
    background-color: var(--html-bgcolor) !important;
}

body.light-gui-mode .gridtable-frozen-column {
    background-color: white;
}
