//## Settings for some of the most global styles.
@mcontainer-bg-color:       @body-background-color; // mcontainer
@link-hover-decoration:     underline; //** Link hover decoration.

// realtime colors
@realtimeEnd:               @gray-90;
@realtimeStart:             @gray-50;
@realtimeOn:                @status-success;
@realtimeOff:               @status-danger;

// Z-index master list
// Warning: Avoid customizing these values.
@zindex-navbar:             1001;
@zindex-dropdown:           1001;
@zindex-popover:            1060;
@zindex-tooltip:            1070;
@zindex-navbar-fixed:       1030;
@zindex-action-bar:         1030;
@zindex-modal-background:   1040;
@zindex-modal:              1050;
@zindex-alerts:             1080;
@zindex-error-detail:       1090;

@use-relative-paths:        false; 
@used-as-base:              false;
@extending:                 false; // check if this is being extended by another branding
@logo-login:                e('.mainlogo');
@logo-navigator:            e('.navigator .title .tenant-brand');
@font-path:                 'font/'; // Deprecated, just to prevent eventual errors of undefined vars
