/* /Pages/Index.razor.rz.scp.css */
.sensorCard[b-rlqh7ueftu]{
    margin-right: 8px;
    padding: 10px;
    /*background-color: rgb(234, 254, 255);*/
    box-shadow: 2px 2px 4px #000000;
}

.sensorCardTitle[b-rlqh7ueftu]{
    text-align: center;
}

.graphContainer[b-rlqh7ueftu]{
    overflow-x: auto;
    max-width: calc(100% - 150px);
    width: 100%;
    min-height: 580px;
}

#doorContainer[b-rlqh7ueftu]{
    margin-bottom: 8px;
    margin-left: 0px;
}

.btn-primary[b-rlqh7ueftu]{
    padding: 2px;
}
/* /Pages/Login.razor.rz.scp.css */
.login-form[b-zw548k0c7s]{
    margin: auto;
    width: 50%;
}

.login-form a[b-zw548k0c7s]{
    color: rgb(138, 138, 138);
    text-decoration: none;
}

.login-form .btn-primary[b-zw548k0c7s]{
    background-color: #00509e;
    border-color: #00509e;
    width: 100%;
}

.login-form .btn-primary:hover[b-zw548k0c7s]{
    background-color: #297dd1;
}

.login-form .login-spinner[b-zw548k0c7s]{
    margin-top: 8px;
}
/* /Shared/Components/popup/Popup.razor.rz.scp.css */
.modal-dialog[b-ax8lfwvj1p]{
    margin-left: auto;
    margin-right: auto;
}

.modal[b-ax8lfwvj1p]{
    background-color: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(4px);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.home[b-x1s6ryy7m0]{
    /*background-image: url(./images/home.svg);*/
    width: 48px;
    height: 48px;
    position: absolute;
    left: 8px;
    filter: invert(80%);
}

.home:hover[b-x1s6ryy7m0]{
    cursor: pointer;
    filter: invert(60%);
}

.page[b-x1s6ryy7m0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x1s6ryy7m0] {
    flex: 1;
}

.hide[b-x1s6ryy7m0]{
    display:none;
}

footer[b-x1s6ryy7m0] {
    text-align: center;
    color: white;
    font-size: 20px;
    height: 2.5rem;
    max-height: 2.5rem;
    background-color: #00509e;
}

.content[b-x1s6ryy7m0] {
    height: calc(100vh - 6rem);
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
}

.sidebar[b-x1s6ryy7m0] {
    background-color: #00509e;
}

.btn-primary[b-x1s6ryy7m0]{
    background-color: #00509e;
    border-color: #00509e;
}

.btn-primary:hover[b-x1s6ryy7m0]{
    background-color: #297dd1;
}

.top-row[b-x1s6ryy7m0] {
    background-color: #00509e;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: white;
}

.top-row .navbar-title[b-x1s6ryy7m0] {
    position: absolute;
    left: 56px;
    color: white;
    font-size: 16px;
}

.top-row[b-x1s6ryy7m0]  a,
.top-row[b-x1s6ryy7m0]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-x1s6ryy7m0]  a:hover,
.top-row[b-x1s6ryy7m0]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-x1s6ryy7m0]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* MOBILE TOP ROW */
.navbar-mobile[b-x1s6ryy7m0] {
    background-color: #00509e;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.navbar-mobile .navbar-title[b-x1s6ryy7m0] {
    position: absolute;
    left: 8px;
    color: white;
    font-size: 16px;
}

.navbar-mobile[b-x1s6ryy7m0]  a,
.navbar-mobile[b-x1s6ryy7m0]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.navbar-mobile[b-x1s6ryy7m0]  a:hover,
.navbar-mobile[b-x1s6ryy7m0]  .btn-link:hover {
    text-decoration: underline;
}

.navbar-mobile[b-x1s6ryy7m0]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 700.98px) {
    .top-row:not(.auth)[b-x1s6ryy7m0] {
        display: none;
    }

    .top-row.auth[b-x1s6ryy7m0] {
        justify-content: space-between;
    }

    .top-row[b-x1s6ryy7m0]  a,
    .top-row[b-x1s6ryy7m0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 701px) {
    .navbar-mobile[b-x1s6ryy7m0] {
        display: none;
    }

    .page[b-x1s6ryy7m0] {
        flex-direction: row;
    }

    .sidebar[b-x1s6ryy7m0] {
        width: 250px;
        height: 100vh;
        max-height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }

    .top-row[b-x1s6ryy7m0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x1s6ryy7m0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x1s6ryy7m0],
    article[b-x1s6ryy7m0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#menu-button[b-x1s6ryy7m0] {
    position: absolute;
    left: 8px;
    cursor: pointer;
}

#version[b-x1s6ryy7m0] {
    position: absolute;
    right: 8px;
    bottom: 8px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4pd59va5bx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4pd59va5bx] {
    height: 3.5rem;
    background-color: #00509e;
}

.navbar-brand[b-4pd59va5bx] {
    font-size: 1.1rem;
}

.oi[b-4pd59va5bx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.menu-item:hover[b-4pd59va5bx]{
    cursor: pointer;
}
.nav-link:hover[b-4pd59va5bx]{
    cursor: pointer;
}
.nav-item[b-4pd59va5bx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4pd59va5bx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4pd59va5bx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4pd59va5bx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4pd59va5bx]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4pd59va5bx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 701px) {
    .navbar-toggler[b-4pd59va5bx] {
        display: none;
    }

    .collapse[b-4pd59va5bx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4pd59va5bx] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
