/* _content/Callisto.WebApp/Pages/Calendario.razor.rz.scp.css */
.listbox-base[b-kj2qncpvv2] {
    max-height: 400px !important;
}
.dxbs-listbox.dxbs-listbox-single-column[b-kj2qncpvv2] {
    overflow-y: auto;
    max-height: 200px;
}

.fixedHeight[b-kj2qncpvv2] {
    height: 80vh;
    border: 1px solid Silver;
    overflow-y: auto;
}
/* _content/Callisto.WebApp/Pages/Index.razor.rz.scp.css */
.card-img-top[b-s52360aeow] {
    width: 100%;
    height: 120px;
    object-fit: contain;
}
/* _content/Callisto.WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-ih0kmai465] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ih0kmai465] {
    flex: 1;
}

.sidebar[b-ih0kmai465] {
    /*background-color:  rgb(11, 94, 88) ;*/
    background-image: linear-gradient(180deg, rgb(11, 94, 88) 60%,  rgb(16,137,127) 100%);
}

.logo-image[b-ih0kmai465] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}

.top-row[b-ih0kmai465] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: rgb(195, 241, 239)
}

    .top-row[b-ih0kmai465]  a, .top-row .btn-link[b-ih0kmai465] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ih0kmai465] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ih0kmai465] {
        display: none;
    }

    .top-row.auth[b-ih0kmai465] {
        justify-content: space-between;
    }

    .top-row a[b-ih0kmai465], .top-row .btn-link[b-ih0kmai465] {
        margin-left: 0;
    }

}

@media (min-width: 641px) {
    .page[b-ih0kmai465] {
        flex-direction: row;
    }

    .sidebar[b-ih0kmai465] {
        width: 250px !important;
        height: 100vh !important;
        overflow-y: auto !important;
        overflow-x:hidden !important;
        position: sticky !important;
        top: 0 !important;
    }

    .top-row[b-ih0kmai465] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-ih0kmai465] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Callisto.WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-90u9mx01y8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-90u9mx01y8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.2);
}

.navbar-brand[b-90u9mx01y8] {
    font-size: 1.1rem;
}

.oi[b-90u9mx01y8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-90u9mx01y8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-90u9mx01y8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-90u9mx01y8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-90u9mx01y8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-90u9mx01y8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-90u9mx01y8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-90u9mx01y8] {
        display: none;
    }

    .collapse[b-90u9mx01y8] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;
    }
    
    .hidden-desktop[b-90u9mx01y8] {
        display: none;
    }
}
