:root {
    /* Main theme. Must be set to either dark or light. */
    --oru-brand-theme: 'dark';
    /* Brand primary color. This is used in table headers and the top menu bar. */
    --oru-brand-primary: #012d3f;
    /* Brand secondary color. This is used as hover color for top bar menu links. */
    --oru-brand-secondary: #E8E8E8;
    /* Image displayed at top left of the master page. */
    --oru-company-logo: url('/UmojaPortal/Config/Images/Logo.png');
    /* Image displayed at top left of login control. */
    --oru-login-marketing-image: url('/UmojaPortal/Config/Images/PA_Black_2.png');
    /* Login page background image. */
    /*--oru-startup-background: url('/VizorPortal/Config/Images/background.JPG');
    /* Main text color. Used as hover text color on login button. */
    /*--oru-brand-text-color: black !important;*/
    /* Inverted text color. Used as top nav links color if --oru-topnav-links-color is not set*/
    /*--oru-brand-text-color-inverted: white !important;*/
    /* Color for top bar menu links.*/
    /*--oru-topnav-links-color: white; */
    /* Primary button background color.*/
    /*--oru-primary-button-background: #012d3f;*/
    /* Hover color for primary buttons. */
    /*--oru-primary-button-hover-background: #9FA8A9;*/
    /* Secondary button background color. Also used as the color for all links inside the application. */
    /*--oru-global-color-accent-primary: #2773c1;
    /* Hover color for secondary buttons. */
    /*--vizor-global-color-brand-secondary-hover: #9FA8A9;*/
    /* Background color of the login page. Used if a login page background image is not set. */
    /*--oru-startup-background-color: #012d3f;
    /* Login control background color. */
    --oru-startup-dialog-background: white;
    /* Override color for login screen links if they need to be different from other links. */
    --vizor-login-link-color: grey;
    /* used as the global text color for the main body of pages*/
    /* --vizor-global-text-color: #606060;*/
}
