﻿@import url('site.css');

:root {
    --rz-base-200: #E6ECEF;
}

.clock {
    color: var(--color-tone-1);
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    overflow: hidden;
}

.rz-link.active {
    border-bottom: 3px solid white !important;
    padding-bottom: 10px !important;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding: 1.1rem;
    width: 100 %
}

.valid.modified:not([type = checkbox]) {
    /*outline: 1px solid #26b050;*/
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
@media print {
    #hiddenpanel {
        display: block !important;
    }
}
#blazor-error-ui {
    background: red;
    color: white;
    top: 0;
    box-shadow: 0-1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 32px;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.nm-color {
    background-color: #514689 !important;
}

.nm-color.lighten {
    background-color: #8379b8 !important;
}

.btn-nm-color {
    background-color: #8379b8;
    color: #ffffff;
    border-color: #514689;
}

.btn-nm-color:hover, .btn-mdb-color:focus, .btn-mdb-color:active, .btn-mdb-color.active {
    background-color: #9389c8 !important;
    color: #ffffff;
}

.btn-nm-color.dropdown-toggle {
background-color: #514689 !important;
}

.btn-nm-color.dropdown-toggle:hover, .btn-mdb-color.dropdown-toggle:focus {
    background-color: #8379b8 !important;
}

.table.fathead th
{
    font-weight: bold;
}

.form-check-input[type = checkbox]:checked
{
    background-color: #8379b8 !important;
}

.form -switch .form-check-input:checked [type= checkbox]:after {
    background-color: #514689 !important;
}

.form-check-input[type = radio]:checked
{
    background-color: #8379b8 !important;
    border-color: #514681 !important;
}

.form-check-input[type = radio]:checked:after {
background-color: #8379b8 !important;
    border-color: #514681 !important;
}

.nobullet {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* CSS Adjustments for sidebar nav */
.list-unstyled {
    margin-left: 20px;
}

.nav-wrapper {
    display: flex;
    width: 100 %;
    align-items: stretch;
    z-index: 1;
}

#sidebar {
    transition-property: width;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    width: 190px;
    min-height: 100vh;
    white-space: nowrap;
    z-index: 99;
}

#sidebar.out {
width: 0;
}

.nav-text {
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: inherit;
    transition-delay: 0.1s;
width: 180px;
overflow: hidden;
padding: 0;
}

.nav-text.none {
    
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    align-self: auto;
    top: 10px;
}

#showMenuBtn {
    display: none;
}

#hideMenuBtn:hover {
    color: white;
}

#hideMenuBtn {
    position: absolute;
    left: 50px;
    font-size: 10pt;
    overflow: hidden;
}

.sidebar-btn {
    position: fixed;
    top: 80px;
    left: -15px;
    height: 20px;
    z-index: 9999;
}

#components-reconnect-modal {
    display: none;
    transition: visibility 0s linear 1000ms;
}

#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: block;
    color: white;
    background-color: red;
    text-align: center;
}

:root {
    --rz-grid-header-color: white;
    --rz-grid-header-background-color: #4E2A84;
    --rz-grid-header-font-weight: bold;
    --rz-primary: #38175A !important;
    --rz-secondary: #2175CA !important;
}

.dark-purple-header {
    background-color: var(--rz-grid-header-background-color);
    color: var(--rz-grid-header-color);
}

.white-border-header {
    border: 1px solid white;
}
.capitalize-text {
    text-transform: capitalize;
}
.rz-grid-filter-active {
    color: white !important;
}