:root {
    /* color */
    --color-success: #04AA6D ;/* Green */
    --color-info:#2196F3 ;/* Blue */
    --color-warning:#ff9800 ;/* Orange */
    --color-danger:#f44336 ;/* Red */
    --color-default:#e7e7e7 ;/* Gray */

    /* struct */
    --color-bg-MAINVIEW-FRAME:none;
    --color-bg-HEADER-FRAME:rgb(180, 200, 255);
    --color-bg-MAIN-FRAME:none;
    --color-bg-FOOTER-FRAME:black;

}