/* /Features/Studyrooms/Occupation/Pages/Occupations.razor.rz.scp.css */
.computer-icon[b-8qpy6f65jy] {
    text-align: center;
    padding: 5px 10px;
}

    .computer-icon:hover[b-8qpy6f65jy] {
        background-color: #e4e9f0;
        border-radius: 5px;
    }
/* /Old/Features/Computers/LogixProfiles/Pages/LogixProfiles.razor.rz.scp.css */
.hr-text[b-ew8cojuljx] {
    border: none;
    border-top: 1px solid lightgrey;
    color: var(--mud-palette-text-primary);
    overflow: visible;
    text-align: center;
    height: 5px;
}

    .hr-text[b-ew8cojuljx]::after {
        background: var(--mud-palette-surface);
        content: 'FSLogix profil';
        padding: 0 4px;
        position: relative;
        top: -10px;
    }
/* /Old/Features/Libraries/Sponsoring/Dialogs/AccountDetailDialog.razor.rz.scp.css */
/* /Old/Features/Libraries/Sponsoring/Dialogs/CreateSponsoredUserDialog.razor.rz.scp.css */
/* /Old/Features/Libraries/Sponsoring/Pages/Sponsoring.razor.rz.scp.css */
/* /Old/Features/Persons/Banning/Dialogs/CreateBanDialog.razor.rz.scp.css */
/* /Old/Features/Persons/Banning/Pages/Banning.razor.rz.scp.css */
/* /Old/Features/Studyrooms/Occupation/Pages/Occupations.razor.rz.scp.css */
.computer-icon[b-2ao8eb4wpa] {
    text-align: center;
    padding: 5px 10px;
}

    .computer-icon:hover[b-2ao8eb4wpa] {
        background-color: #e4e9f0;
        border-radius: 5px;
    }
/* /Old/Features/Studyrooms/Schedules/Components/DaySchedulePicker.razor.rz.scp.css */
.time-grid[b-ap4iclo2rx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 4px;
    padding: 10px;
    width: 100%;
}

.time-cell[b-ap4iclo2rx] {
    border: solid 1px var(--mud-palette-divider);
    padding: 4px;
    text-align: center;
    font-size: 1rem;
    user-select: none;
    cursor: pointer;
}

    .time-cell:hover[b-ap4iclo2rx] {
        background-color: var(--mud-palette-primary);
        color: white;
    }

.unselected-time-cell[b-ap4iclo2rx] {
    background-color: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
}

.selected-time-cell[b-ap4iclo2rx] {
    background-color: var(--mud-palette-info-darken) !important;
    color: white;
}

    .selected-time-cell:hover[b-ap4iclo2rx] {
        background-color: var(--mud-palette-info-lighten) !important;
        color: white;
    }

.clicked-time-cell[b-ap4iclo2rx] {
    background-color: var(--mud-palette-warning) !important;
    color: white;
}

.preselected-time-cell[b-ap4iclo2rx] {
    background-color: var(--mud-palette-error-lighten) !important;
    color: white;
}

@@media (max-width: 768px) {
    .time-cell[b-ap4iclo2rx] {
        font-size: 0.8rem;
    }
}

.header_cell[b-ap4iclo2rx] {
    border: solid 1px var(--mud-palette-surface);
    min-width: 15px;
    width: 15px;
    min-height: 30px;
    height: 30px;
    padding: 4px;
    font-size: .8rem;
    text-align: center;
}

.spacer-cell[b-ap4iclo2rx] {
    border: solid 1px var(--mud-palette-surface);
    min-width: 15px;
    width: 15px;
    min-height: 30px;
    height: 30px;
    padding: 4px;
}

table[b-ap4iclo2rx] {
    border-collapse: collapse;
}

.cell[b-ap4iclo2rx] {
    border: solid 1px var(--mud-palette-surface);
    min-width: 15px;
    width: 15px;
    min-height: 30px;
    height: 30px;
    position: relative;
    background-color: var(--mud-palette-gray-lighter);
}

    .cell .tooltiptext[b-ap4iclo2rx] {
        visibility: hidden;
        width: max-content;
        background-color: var(--mud-palette-primary);
        color: var(--mud-palette-primary-text);
        text-align: center;
        border-radius: 5px;
        padding: 0 5px;
        position: absolute;
        z-index: 999999;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.1s;
    }

    .cell:hover .tooltiptext[b-ap4iclo2rx] {
        visibility: visible;
        opacity: 1;
        user-select: none;
        pointer-events: none;
    }
/* /Old/Features/Studyrooms/Schedules/Dialogs/CreateScheduleDialog.razor.rz.scp.css */
table[b-2uy9i7l3sf] {
    border-collapse: collapse;
}

.header_cell[b-2uy9i7l3sf] {
    border: solid 1px var(--mud-palette-surface);
    min-width: 15px;
    width: 15px;
    min-height: 30px;
    height: 30px;
    padding: 4px;
    font-size: .8rem;
    text-align: center;
}

.cell[b-2uy9i7l3sf] {
    border: solid 1px var(--mud-palette-surface);
    min-width: 15px;
    width: 15px;
    min-height: 30px;
    height: 30px;
    padding: 4px;
}

.spacer-cell[b-2uy9i7l3sf] {
    border: solid 1px var(--mud-palette-surface);
    min-width: 15px;
    width: 15px;
    min-height: 30px;
    height: 30px;
    padding: 4px;
}

.cell:hover[b-2uy9i7l3sf] {
    min-width: 15px;
    width: 15px;
    min-height: 30px;
    height: 30px;
    padding: 4px;
    /* background-color: var(--mud-palette-black); */
    /* background-color: var(--mud-palette-tertiary-darken); */
    /* background-color: var(--mud-palette-warning-darken); */
    background-color: var(--mud-palette-info-hover);
}

.empty[b-2uy9i7l3sf] {
    /* background-color: var(--mud-palette-gray-default); */
    background-color: var(--mud-palette-gray-lighter);
}

.selected[b-2uy9i7l3sf] {
    /* #border: solid 1px var(--mud-palette-primary); */
    /* border-right: solid 1px var(--mud-palette-primary); */
    /* background-color: var(--mud-palette-primary); */
    background-color: var(--mud-palette-info-darken);
}

.preselected[b-2uy9i7l3sf] {
    /* background-color: var(--mud-palette-secondary); */
    background-color: var(--mud-palette-info-darken);
}


.cell[b-2uy9i7l3sf] {
    position: relative;
}

    .cell .tooltiptext[b-2uy9i7l3sf] {
        visibility: hidden;
        width: 100px;
        background-color: var(--mud-palette-primary);
        color: var(--mud-palette-primary-text);
        text-align: center;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        z-index: 10000;
        bottom: 125%; /* pozice nad buňkou */
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.1s;
    }

    .cell:hover .tooltiptext[b-2uy9i7l3sf] {
        visibility: visible;
        opacity: 1;
        user-select: none;
        pointer-events: none;
    }
/* /Shared/Layouts/MainLayout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n1czixewxd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.no-shadow[b-n1czixewxd] {
    box-shadow: none;
}

.top-row[b-n1czixewxd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

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

.nav-item[b-n1czixewxd] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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