﻿/*
    Copyright (c) 2001 Envision Technology Partners, Inc. All rights reserved.
*/
:root {
    --iz-primary-text-color: #ffffff;
    --iz-primary-color: #0056d7;
    --iz-primary-color-dark: #004cbe;
    --iz-primary-color-darker: #0042a4;
    --menu-color-1: #003cb3; /* menu background */
    --menu-color-2: #002673; /* item background */
    --menu-color-3: #002369; /* item background on hover */
    --iz-top-nav-color: #002369;
}

/*
    PEIRS has a dark blue 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;
}