/* _content/Watering/Pages/Setup.razor.rz.scp.css */
.line:hover[b-sxo9eb3kuw] {
    background-color: grey;
    color: white;
}

.max-width[b-sxo9eb3kuw] {
    max-width: 300px;
}

.container-fluid[b-sxo9eb3kuw] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* _content/Watering/Pages/WControllerSetup.razor.rz.scp.css */
.full[b-gbmlvw780h] {
    width: 100%;
}


.label[b-gbmlvw780h] {
    color: rgb(33, 37, 41);
    font-size: 0.875em;
    opacity: .65;
    margin-left: -5px;
}

.max-width[b-gbmlvw780h] {
    max-width: 350px;
}

.container-fluid[b-gbmlvw780h] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sel-width[b-gbmlvw780h] {
    max-width: 520px;
}

.control-group-frame[b-gbmlvw780h] {
    border-radius: 3.2px;
    border-style: solid;
    border-color: rgb(206, 212, 218);
    background-color: white;
    padding: 6px 12px 6px 12px;
    flex: auto;
}

    .control-group-frame:focus-within[b-gbmlvw780h] {
        border-width: 3px;
        border-color: dodgerblue !important;
        border-style: double;        
    }
/* _content/Watering/Pages/WDeviceSetup.razor.rz.scp.css */
.full[b-i1gil65j56] {
    width: 100%;
}

.label[b-i1gil65j56] {
    color: rgb(33, 37, 41);
    font-size: 0.875em;
    opacity: .65;
    margin-left: -5px;
    width: 200px;
}
.max-width[b-i1gil65j56] {
    max-width:350px;
}

.container-fluid[b-i1gil65j56] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sel-width[b-i1gil65j56] {
    max-width: 520px;
}

.control-group-frame[b-i1gil65j56] {
    border-radius: 3.2px;
    border-style: solid;
    border-color: rgb(206, 212, 218);
    background-color: white;
    padding: 6px 12px 6px 12px;
    flex: auto;
}

    .control-group-frame:focus-within[b-i1gil65j56] {
        border-width: 3px;
        border-color: dodgerblue !important;
        border-style: double;
    }
/* _content/Watering/Pages/WPlanSetup.razor.rz.scp.css */
body[b-jhq3r51eh9] {
}

.min-width-datetime[b-jhq3r51eh9] {
    min-width: 200px !important;
}
/* _content/Watering/Shared/MainLayout.razor.rz.scp.css */
.page[b-ywy67wbjvd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ywy67wbjvd] {
    flex: 1;
}

.sidebar[b-ywy67wbjvd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ywy67wbjvd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ywy67wbjvd]  a, .top-row .btn-link[b-ywy67wbjvd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ywy67wbjvd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ywy67wbjvd] {
        display: none;
    }

    .top-row.auth[b-ywy67wbjvd] {
        justify-content: space-between;
    }

    .top-row a[b-ywy67wbjvd], .top-row .btn-link[b-ywy67wbjvd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ywy67wbjvd] {
        flex-direction: row;
    }

    .sidebar[b-ywy67wbjvd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ywy67wbjvd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ywy67wbjvd], article[b-ywy67wbjvd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Watering/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y15cnatdhi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-y15cnatdhi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y15cnatdhi] {
    font-size: 1.1rem;
}

.oi[b-y15cnatdhi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-y15cnatdhi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y15cnatdhi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y15cnatdhi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y15cnatdhi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-y15cnatdhi]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-y15cnatdhi]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y15cnatdhi] {
        display: none;
    }

    .collapse[b-y15cnatdhi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-y15cnatdhi] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
