﻿.sidebar strong {
    font-size: 1.1rem;
}

#logoutButtonLink {
    position: fixed;
    bottom: 5px;
    display: flex;
}

#navVersion {
    font-size: 8pt;
    position: fixed;
    left: 5px;
    bottom: 2px;
    color: #d6d5d5;
    z-index: 100;
}

.mobileNav {
    background-color: var(--sideBarColor);
}

    .mobileNav .whiteStripe {
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        background-color: var(--sideBarColor);
        height: 50px;
    }

    .mobileNav .personIcon {
        position: fixed;
        top: 7px;
        right: 7px;
    }

    .mobileNav .topperLogo {
        position: relative;
        top:10px;
        pointer-events: none;
        height: 80%;
        z-index: 1011;
        margin: auto;
        background-image: var(--loginLogo);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .mobileNav .topperLogoImg {
        top: 5px;
        display: block;
        margin: auto;
        padding-top: 5px;
        height: 35px;
    }

    .mobileNav .transStripe {
        position: fixed;
        margin-left: 75%;
        width: 25%;
        height: 100%;
        top: 40px;
        background-color: var(--sideBarColor);
        opacity: 0.6;
    }

    .mobileNav .UserImg {
        width: 20%;
        height: 20%;
        background-color: #ececec;
        padding: 2%;
        margin: 3% 0% 4% 6%;
    }

    .mobileNav .NavStripeBase .navbutton {
        margin-bottom: 10px;
        color: white !important;
        padding: 1rem;
    }

    .mobileNav .NavStripeBase {
        color: white !important;
        background-color: var(--sideBarColor);
        position: fixed;
        top: 0;
        z-index: 1003;
        width: 75%;
        overflow-y: auto;
    }

    .mobileNav .nav-link-icon {
        padding-right: 10px;
    }

.NavbarStripe {
    width: 3%;
    background-color: lightgray;
}

.active.navbutton {
    background-color: var(--activeNavBackgroundColor);
    border-left: 4px solid var(--activeNavBorderColor);
}

.sidebar {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    background-color: var(--sideBarColor);
    z-index: 100;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: width 200ms ease;
}

    .sidebar span {
        font-size: 1rem;
    }

    .sidebar .navIcon {
        width: 2rem;
    }

    .sidebar .navbutton {
        transition: color .35s ease-in-out,background-color .35s ease-in-out,border-color .35s ease-in-out;
        color: white;
        display: block;
        padding: 0.8rem 1.6rem;
        margin-top: 0.4rem;
        text-decoration: none;
    }


    .sidebar .navbuttonFirst {
        padding-top: 15px !important;
        margin-top: var(--dxbl-row-item-spacing-y);
    }


    .sidebar .navbarSeparator {
        margin-top: -10px;
        border-color: #e6e6e6;
    }

    .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;
        }


.nav-item .nav-link {
    color: black;
}

.nav-item .nav-link-logout {
    color: #d6d5d5 !important;
}

.sidebarImgContainer {
    width: 200px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 3% 0% 4% 6%;
    background-image: var(--sideBarImgRef);
}

.divider {
    background-color: var(--navBarSubElementColor);
    height: 2px;
    text-align: center;
    opacity: 0.2
}

.oi-menu:before {
    color: white;
}