﻿/*
    Copyright (c) 2001 Envision Technology Partners, Inc. All rights reserved.
*/
:root {
    --iz-primary-text-color: #ffffff;
    --iz-primary-color: #4c6e77;
    --iz-primary-color-dark: #426067;
    --iz-primary-color-darker: #385158;
    --menu-color-1: #8f839a; /* menu background */
    --menu-color-2: #7a6e87; /* item background */
    --menu-color-3: #756981; /* item background on hover */
    --iz-top-nav-color: #756981; 
}

/*
    DE has a dark primary button so the black focus ring is hard to detect.
    Using a white line inside the button to indicate focus.
*/
.btn.btn-primary:focus-visible {
    outline: solid 1px var(--iz-primary-text-color) !important;
    outline-offset: -3px;
}