/* _content/Voltwey.CsPartner/Views/Charger/Dashboard.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.tilegrid[b-uhefs4pzaq] {
    display: grid;
    grid-gap: 15px;
    overflow: hidden;
    /*   grid-template-columns: repeat(auto-fill, 200px); */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /*   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr) 150px); */
    grid-auto-flow: dense;
}

.text-decoration-none[b-uhefs4pzaq] {
    text-decoration: none !important
}

.availableColor[b-uhefs4pzaq] {
    background-color: lightgreen;
}
.occupiedColor[b-uhefs4pzaq] {
    background-color: lightgoldenrodyellow;
}
.faultedColor[b-uhefs4pzaq] {
    background-color: lightpink;
}
.unavailableColor[b-uhefs4pzaq] {
    background-color: lightgrey;
}
.cp-border-secondary[b-uhefs4pzaq] {
    border-color: #6c757d !important
}
/* _content/Voltwey.CsPartner/Views/Shared/_Layout.cshtml.rz.scp.css */

/* Style the Vdropdown menu */
.Vdropdown[b-kkfr55yo1a] {
    position: relative;
    display: inline-block;
}
/* Style the Vdropdown menu items */
.Vdropdown-content[b-kkfr55yo1a] {
    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-kkfr55yo1a] {
        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-kkfr55yo1a] {
            background-color: #669900;
            color: white;
        }
/* Show the Vdropdown menu when hovering over the Vdropdown */
.Vdropdown:hover .Vdropdown-content[b-kkfr55yo1a] {
    display: block;
}
/* Style the nested Vdropdown menu */
.nested-Vdropdown[b-kkfr55yo1a] {
    position: relative;
}
/* Style the nested Vdropdown menu items */
.nested-Vdropdown-content[b-kkfr55yo1a] {
    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-kkfr55yo1a] {
    display: block;
}
