﻿.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}


.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: 3px;
}

.navItem {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .navItem:first-of-type {
        padding-top: 1rem;
    }

    .navItem:last-of-type {
        padding-bottom: 1rem;
    }

    .navItem ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .navItem ::deep a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .navItem ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.ShowMenu {
    display: block;
}

@media (max-width:1300px) {
    .ShowMenu {
        display:none;
    }
}

@media (min-width: 1300px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    
}

