/* _content/Voltwey.Administration/Views/Shared/_Layout.cshtml.rz.scp.css */

/* Style the Vdropdown menu */
.Vdropdown[b-wy4mysoify] {
    position: relative;
    display: inline-block;
}
/* Style the Vdropdown menu items */
.Vdropdown-content[b-wy4mysoify] {
    display: none;
    position: absolute;
    background-color:white;
    min-width: 120px;
    right:-160%;
    z-index: 1;
    border: solid 1px gainsboro;
    border-bottom:none;
}
    /* Style the Vdropdown menu links */
    .Vdropdown-content a[b-wy4mysoify] {
        color: black;
        padding: 0px 0px;
        text-decoration: none;
        display: block;
        border-bottom: solid 1px gainsboro;
        color:green;
    }
        /* Style the Vdropdown menu links on hover */
        .Vdropdown-content a:hover[b-wy4mysoify] {
            background-color: green;
            color: white;
        }
/* Show the Vdropdown menu when hovering over the Vdropdown */
.Vdropdown:hover .Vdropdown-content[b-wy4mysoify] {
    display: block;
}
/* Style the nested Vdropdown menu */
.nested-Vdropdown[b-wy4mysoify] {
    position: relative;
}
/* Style the nested Vdropdown menu items */
.nested-Vdropdown-content[b-wy4mysoify] {
    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-wy4mysoify] {
    display: block;
}
