@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/NliClient/Components/NavigationBar.razor.rz.scp.css */

.childNodes[b-7mz68l20a5] {
    height: 100%;
    background-color: #334455;
    transition: height 200ms ease-in-out;

}

.menuNode[b-7mz68l20a5] {
    display: flex;
    cursor: pointer;
    height: 30px;
    color: white;
}

.childNode[b-7mz68l20a5] {
    display: flex;
    cursor: pointer;
    height: 30px;
    color: white;
}

.childNode:hover[b-7mz68l20a5] {
    background-color: #506274;
}

.menuNode:hover[b-7mz68l20a5] {
    background-color: #506274;
}

.groupExpanded[b-7mz68l20a5] {
    background-color: #506274;
}

.selectMark[b-7mz68l20a5] {
    min-width: 6px;
    max-width: 6px;
    margin-right: 6px;
}

.selectMark.selected[b-7mz68l20a5] {
    background-color: #007DC0;
}

.childNode .selectMark[b-7mz68l20a5] {
    margin-right: 15px;
}

.menuNodeText[b-7mz68l20a5] {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    margin-top: 3px;
    min-width: 178px;
}

.menuIcon[b-7mz68l20a5], .menuNodeExpander[b-7mz68l20a5] {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
}

.menuNodeExpander[b-7mz68l20a5] {
    margin-right: 15px;
}

.collapsed[b-7mz68l20a5] {
    height: 0px;
}

.noncollapsed[b-7mz68l20a5] {
    height: 100%;
}

.nonexpanded[b-7mz68l20a5] {
    display: none;
}
/* _content/NliClient/Shared/ContentHeader.razor.rz.scp.css */
.contentHeader[b-vpxtlpuwon] {
    display: flex;
    width: 100%;
    height: 100%;
}

/* Left side of the header - Logo, Title */
.headerTitle[b-vpxtlpuwon] {
    margin: 0 .5em;
    min-width: 148px;
    letter-spacing: .4px;
    color: #fff;
    display: flex;
    margin-left: 15px;
    width: 100%;
}

.headerLogo[b-vpxtlpuwon] {
    height: 60px;
    padding: 10px 0 10px 10px;
}

.headerLogo img[b-vpxtlpuwon] {
    height: 100%;
}

.title[b-vpxtlpuwon] {
    place-content: center flex-end;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
}


/* Righ side of the header - Menu button(s) with context menu(s) */
.headerMenuButton .menu[b-vpxtlpuwon] {
    height: 100%;
}

.menuIcon[b-vpxtlpuwon] {
    height: 100%;
    width: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuIcon:hover[b-vpxtlpuwon] {
    background-color: #335B7D;
}

@keyframes perspectiveDown-b-vpxtlpuwon {
    0% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(-90deg);
    }

    100% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(0deg);
    }
}

.headerMenuContainer[b-vpxtlpuwon] {
    position: absolute;
    top: 46px;
    right: 0px;
    box-shadow: -1px 3px 5px -1px #8B97A6;
    margin-top: 14px;
    animation-name: perspectiveDown-b-vpxtlpuwon;
    animation-duration: 0.5s;
    z-index: 100;
    display: grid;
    width: auto;
    min-width: 230px;
}

.headerMenuNode[b-vpxtlpuwon] {
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #D0D7DD;
    z-index: 100;
    background: white;
}

.headerMenuNodeText[b-vpxtlpuwon] {
    text-align: left;
    padding-top: 6px;
}

.userInfo[b-vpxtlpuwon] {
    min-height: 32px;
    color: #334455;
    display: block;
    text-decoration: none !important;
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    margin: 0;
    line-height: 32px;
    height: 100%;
    padding-bottom: 5px;
}

.menuOption:hover[b-vpxtlpuwon] {
    background-color: #E2E8EB;
}

.menuItems[b-vpxtlpuwon] {
    color: #334455;
    display: block;
    text-decoration: none !important;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    margin: 0;
    line-height: 32px;
    min-height: 32px;
    font-size: 14px;
}

#cultureOptions *[b-vpxtlpuwon] {
    height: 100%;
    font-size: 15px;
    text-align: initial;
}
/* _content/NliClient/Shared/EnvIndicator.razor.rz.scp.css */
.ofEnvIndicator[b-p98eee5hxu] {
    min-height: 20px;
    background-color: #fac823;
    font-size: 14px;
    color: #1a2127;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
/* _content/NliClient/Shared/MainLayout.razor.rz.scp.css */
.page[b-2raen00h0y] {
    position: fixed;
    width: 100vw;
    height: 100%;
    display: flex;
}

.main[b-2raen00h0y] {
    flex: 1;
    margin-top: 60px;
    overflow: auto;
}

.sidebar[b-2raen00h0y] {
    background-color: #3C5064;
    height: auto;
    margin-top: 60px;
}

.header[b-2raen00h0y] {
    font: 100% Roboto,'Segoe UI',Helvetica,Arial,sans-serif;
    color: #090909;
    background-color: #134169;
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 2px 3.92px 0.08px rgba(0, 0, 0, 0.2);
}

*[b-2raen00h0y], [b-2raen00h0y]::after, [b-2raen00h0y]::before {
    box-sizing: border-box;
}

.progressBar[b-2raen00h0y] {
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 1;
    margin-top: -11px;
    margin-left: -11px;
}
/* _content/NliClient/Shared/NavMenu.razor.rz.scp.css */

.control-section[b-1rgh5b40jy] {
    text-align: left;
    display: contents;
}

.menu[b-1rgh5b40jy] {
    color: white;
    width: 100%;
    /* paddding is needed when we are displaying EnvIndicator (so user can see all menu items) */
    padding-bottom: 20px;
}

.navbar-icon-container[b-1rgh5b40jy] {
    width: 100%;
    text-align: right;
    margin-right: 15px;
}

.navbar-toggler[b-1rgh5b40jy] {
    margin: auto;
    width: 100%;
    background-color: #273645;
    border-radius: unset;
}

.menuContainer[b-1rgh5b40jy] {
    height: 100%;
    overflow-y:scroll;
}

.menuContainer[b-1rgh5b40jy]::-webkit-scrollbar {
    display:none;
}

.menuContainerCollapsed[b-1rgh5b40jy] {
    width: 50px;
}

.pointer[b-1rgh5b40jy] {
    cursor: pointer;
}

.menuContainerColapsed[b-1rgh5b40jy] {
    width: 50px;
}
