: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: #434c5f;
    /* Brand secondary color. Used for the hover colour for buttons */
    --oru-brand-secondary: #182c60;
    /* Image displayed at top left of the master page. */
    --oru-company-logo: url('/Config/Images/Logo.png');
    /* Image displayed at top left of login control. */
    --oru-login-marketing-image: url('/Config/Images/Logo_Blue.png');
    /* Login page background image. */
    --oru-startup-background: url('/Config/Images/Any_Graphic_Background.svg');
    /* Main text color. Used as hover text color on login button. */
    --oru-brand-text-color: #182c60 !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: #ffffff; 
    /* Primary button background color.*/
    --oru-primary-button-background: #182c60;
    /* Hover color for primary buttons. */
    --oru-primary-button-hover-background: #f4f7fc;
    /* Secondary button background color. Also used as the color for all links inside the application. */
    --oru-global-color-accent-primary: #182c60;
    /* 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: #f4f7fc; /*#182c60; */
    /* Login control background color. */
    --oru-startup-dialog-background: #ffffff;
    /* Override color for login screen links if they need to be different from other links. */
    --vizor-login-link-color: #434c5f;
    /* used as the global text color for the main body of pages*/
    /* --vizor-global-text-color: #606060;*/
    /*This is used as hover color for top bar menu links.*/
    --oru-topnav-links-color-hover: #182c60;
}
