/* _content/Voltwey.EvOwner/Views/Shared/_Layout.cshtml.rz.scp.css */

/* Style the Vdropdown menu */
.Vdropdown[b-4kdpps708j] {
    position: relative;
    display: inline-block;
}
/* Style the Vdropdown menu items */
.Vdropdown-content[b-4kdpps708j] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 120px;
    right: -66px;
    z-index: 1;
    border: solid 1px gainsboro;
    border-bottom: none;
}
    /* Style the Vdropdown menu links */
    .Vdropdown-content a[b-4kdpps708j] {
        color: black;
        padding: 0px 0px;
        text-decoration: none;
        display: block;
        border-bottom: solid 1px gainsboro;
        color: #669900;
    }
        /* Style the Vdropdown menu links on hover */
        .Vdropdown-content a:hover[b-4kdpps708j] {
            background-color: #669900;
            color: white;
        }
/* Show the Vdropdown menu when hovering over the Vdropdown */
.Vdropdown:hover .Vdropdown-content[b-4kdpps708j] {
    display: block;
}
/* Style the nested Vdropdown menu */
.nested-Vdropdown[b-4kdpps708j] {
    position: relative;
}
/* Style the nested Vdropdown menu items */
.nested-Vdropdown-content[b-4kdpps708j] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 175px;
    right: 100%;
    top: 0;
    z-index: 1;
    border: solid 1px gainsboro;
    border-bottom: none;
}

/* Show the nested Vdropdown menu when hovering over the parent item */
.nested-Vdropdown:hover
.nested-Vdropdown-content[b-4kdpps708j] {
    display: block;
}
