@import '_content/Blazor3D/Blazor3D.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bwfmfibeoq.bundle.scp.css';

/* /Pages/Admin/QuestionSelect/Edit.razor.rz.scp.css */
.template-table[b-b13z3v6t1e] {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
    width: 100%;
}
.template-table tr[b-b13z3v6t1e]{
    padding: 0.25rem;
    vertical-align: top;
}

.template-table thead[b-b13z3v6t1e],
.template-table thead th[b-b13z3v6t1e] {
    padding: 0;
    margin: 0;
}

.template-table thead th[b-b13z3v6t1e] {
    vertical-align: bottom;
}
/* /Pages/Admin/Template/Edit.razor.rz.scp.css */
.template-table[b-7k3ecpj7qz] {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
    width: 100%;
}
.template-table tr[b-7k3ecpj7qz]{
    padding: 0.25rem;
    vertical-align: top;
}

.template-table thead[b-7k3ecpj7qz],
.template-table thead th[b-7k3ecpj7qz] {
    padding: 0;
    margin: 0;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #4d4d4d;
}

.template-table thead th[b-7k3ecpj7qz] {
    vertical-align: bottom;
}
/* /Pages/Admin/Template/EditTab.razor.rz.scp.css */
.template-table[b-pdazi5pr0a] {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
    width: 100%;
}
.template-table tr[b-pdazi5pr0a]{
    padding: 0.25rem;
    vertical-align: top;
}

.template-table thead[b-pdazi5pr0a],
.template-table thead th[b-pdazi5pr0a] {
    padding: 0;
    margin: 0;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #4d4d4d;
}

.template-table thead th[b-pdazi5pr0a] {
    vertical-align: bottom;
}
/* /Pages/Admin/Template/Obsluha/Edit.razor.rz.scp.css */
.template-table[b-zkzg8m9xpx] {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
    width: 100%;
}
.template-table tr[b-zkzg8m9xpx]{
    padding: 0.25rem;
    vertical-align: top;
}

.template-table thead[b-zkzg8m9xpx],
.template-table thead th[b-zkzg8m9xpx] {
    padding: 0;
    margin: 0;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #4d4d4d;
}

.template-table thead th[b-zkzg8m9xpx] {
    vertical-align: bottom;
}
/* /Pages/Admin/Template/PrintTab.razor.rz.scp.css */
.template-table[b-q8frh719mx] {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
    width: 100%;
}
.template-table tr[b-q8frh719mx]{
    padding: 0.25rem;
    vertical-align: top;
}

.template-table thead[b-q8frh719mx],
.template-table thead th[b-q8frh719mx] {
    padding: 0;
    margin: 0;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #4d4d4d;
}

.template-table thead th[b-q8frh719mx] {
    vertical-align: bottom;
}
/* /Pages/Identity/Login.razor.rz.scp.css */
.login-page[b-uw9yk97vby] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-size: 12px;
    overflow: hidden;
}
.blur[b-uw9yk97vby] {
    overflow: hidden;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    width: calc(100% + 20px);
    height: calc(100vh + 20px);
    background-image: url("login_eic.jpg");
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-container[b-uw9yk97vby] {
    display: flex;
    flex-direction: row;
    padding: 1em;
    background: var(--neutral-layer-1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 20px;
    max-width: 864px;
}

.login-container img[b-uw9yk97vby] {
    height: 550px;
    max-width: 420px;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 1em;
}

.login-form[b-uw9yk97vby] {
    display: flex;
    width: 440px;
    flex-direction: column;
    padding: 5vh;
    text-align: center;
    margin-top: 7em;
}

.login-form p[b-uw9yk97vby] {
    color: #888888;
}

.appName[b-uw9yk97vby] {
    color: #d1d1d1;
    font-size: small;
    margin-bottom: 2em;
}

.input-container[b-uw9yk97vby] {
    display: flex;
    flex-direction: column;
    min-width: 20em;
    margin-top: 4em;
}

.login-button[b-uw9yk97vby] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media only screen and (max-width: 875px) {
    .login-container[b-uw9yk97vby] {
        max-width: 700px;
    }

    .login-container img[b-uw9yk97vby] {
        max-width: 338px;
    }
}

@media only screen and (max-width: 700px) {
    .login-page[b-uw9yk97vby] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .login-form[b-uw9yk97vby] {
        margin-top: 0;
        box-shadow: none;
        background-color: none;
        background: none;
        backdrop-filter: blur(0);
    }

    .login-container[b-uw9yk97vby] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        margin: 1em;
        border-radius: 8px;
    }

    .login-button[b-uw9yk97vby] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .login-container img[b-uw9yk97vby] {
        display: none;
    }

    .input-container[b-uw9yk97vby] {
        margin-top: 1em;
    }
  }
/* /Shared/Components/PaginatedSelect/PaginatedSelect.razor.rz.scp.css */
.filter-container[b-1ujmx4gnhm] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

.filter-container > div[b-1ujmx4gnhm] {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-menu[b-1ujmx4gnhm] {
    max-height: 200px;
    overflow-y: auto;
    padding-top: 0;
}

.dropdown-item[b-1ujmx4gnhm] {
    user-select: none;
}

.dropdown-toggle[b-1ujmx4gnhm]::after {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: -2px;
}

.btn.dropdown-toggle[b-1ujmx4gnhm] {
    --bs-btn-hover-color: var(--bs-btn-color);
    --bs-btn-hover-bg: var(--bs-btn-bg);
    --bs-btn-hover-border-color: var(--bs-btn-border-color);
    --bs-btn-active-color: var(--bs-btn-color);
    --bs-btn-active-bg: var(--bs-btn-bg);
    --bs-btn-active-border-color: var(--bs-btn-border-color);
}

.btn.dropdown-toggle.show[b-1ujmx4gnhm] {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}
/* /Shared/Components/StatCard/HttpStatCard.razor.rz.scp.css */
/* /Shared/DefaultMenu.razor.rz.scp.css */
@media (min-width: 641px) {
    .navbar-toggler[b-99yy5c87d7] {
        display: none;
    }

    .collapse[b-99yy5c87d7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-99yy5c87d7] {
        /* Allow sidebar to scroll for tall menus */
        overflow-y: auto;
    }
}
/* /Shared/Layout/BlankLayout.razor.rz.scp.css */
.page[b-86pnu0gl0k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-86pnu0gl0k] {
    flex: 1;
}

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

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

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

@media (min-width: 641px) {
    .page[b-86pnu0gl0k] {
        flex-direction: row;
    }

    .sidebar[b-86pnu0gl0k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-86pnu0gl0k], article[b-86pnu0gl0k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-a2pmtq035k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-a2pmtq035k] {
    background-color: #ffffff;
}

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

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

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-a2pmtq035k] {
        flex-direction: row;
    }

    .sidebar[b-a2pmtq035k] {
        width: 16.66%;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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