﻿.nav-link {
    padding: 0.8rem 1.6rem;
    color: white;
}

    .nav-link:hover {
        background-color: var(--navBarItemHoverColor) !important;
    }

.active, .nav-Link {
    background-color: var(--activeNavBackgroundColor);
    border-left: 4px solid var(--activeNavBorderColor);
}

#underlineTitle {
    background-color: #E9E9E9 !important;
    border-left: none;
}

    #underlineTitle:hover {
        background-color: white !important;
    }

@media only screen and (max-width: 600px) {
    #underlinelink .active, .nav-Link {
        width: 75%;
    }
}

#logoutButtonLink {
    position: fixed;
    bottom: 0px;
}

.nav-link-logout {
    width: 100% !important;
}

.mobileNav .whiteStripe {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    background-color: white;
    height: 40px;
}

.mobileNav .personIcon {
    position: fixed;
    z-index: 10;
    top: 7px;
    right: 7px;
    color: white;
}

.mobileNav .topperLogo {
    left: 20vw;
    right: 20vw;
    position: fixed;
    top: 8px;
    max-width: 160px;
    height: 35px;
    margin-left: auto;
    z-index: 1011;
    margin-right: auto;
    background-image: var(--mobileLogo);
    background-repeat: no-repeat;
    background-size: contain;
}

.mobileNav .topperLogoImg {
    top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    height: 35px;
}

.mobileNav .transStripe {
    position: fixed;
    margin-left: 75%;
    width: 25%;
    height: 100%;
    top: 47px;
    background-color: lightgray;
    opacity: 0.6;
}


.mobileNav .NavStripeBase {
    color: white !important;
    background-color: var(--mobileNavColor);
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    overflow-y: auto;
}

.mobileNav.extendedNav .NavStripeBase {
    height: 100%;
}

.sidebar {
    background-color: var(--sideBarColor);
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 100;
    overflow-y: auto;
    transition: width 200ms ease;
}

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: 6px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
        color: black;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a:hover {
            background-color: var(--navBarItemHoverColor);
            color: orange;
        }

    .sidebar .dxbl-col {
        padding: 0 !important;
        margin: 0;
    }

    .sidebar span {
        font-size: 1rem;
        color: white;
    }

.sidebarImgContainer {
    width: 200px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 3% 0% 4% 6%;
    background-image: var(--sideBarImgRef);
}
