﻿/*
    Copyright (c) 2001 Envision Technology Partners, Inc. All rights reserved.
*/
:root {
    --iz-primary-text-color: #ffffff;
    --iz-primary-color: #384972;
    --iz-primary-color-dark: #273350;
    --iz-primary-color-darker: #1B2438;
    --menu-color-1: #485f93; /* menu background */
    --menu-color-2: #3a4d78; /* item background */
    --menu-color-3: #374971; /* item background on hover */
    --iz-top-nav-color: #374971;
}

/*
    Kansas is the only jurisdiction so far that styles the panel titles with thier theme color
*/
.accordion {
    --bs-accordion-btn-bg: var(--iz-primary-color) !important;
    --bs-accordion-active-bg: var(--iz-primary-color) !important;
    --bs-accordion-border-color: var(--iz-primary-color) !important;
}

/*
    Kansas 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;
}