/* _content/WebApp/UI/Components/Toolbar.razor.rz.scp.css */
/* // TODO: Pohrat sa s FABkom, zmenit dizajn nech sedi na temu a zistit ci je potrebny (je niekde tak vela tlacidiel ze nebudu stacit ikony)*/

.fab-container[b-o2wefx8rry] {
    position: fixed;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder[b-o2wefx8rry] {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #016fb9;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

    .fab-icon-holder:hover[b-o2wefx8rry] {
        opacity: 0.8;
    }

    .fab-icon-holder i[b-o2wefx8rry] {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 25px;
        color: #ffffff;
    }

.fab[b-o2wefx8rry] {
    width: 50px;
    height: 50px;
    background: #d23f31;
}

.fab-options[b-o2wefx8rry] {
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 60px;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform-origin: 85% top;
}

.fab-container input:checked ~ .fab-options[b-o2wefx8rry] {
    opacity: 1;
}


.fab-options li[b-o2wefx8rry] {
    display: flex;
    justify-content: flex-end;
}

.fab-label[b-o2wefx8rry] {
    padding: 2px 2px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 2px;
}

.fab-container input[b-o2wefx8rry] {
    display: none;
}
/* _content/WebApp/UI/EditForms/ParticipantEditForm.razor.rz.scp.css */
.cbText[b-0328pejlxn] {
    display: block;
    margin-bottom: 0px;
}

.clicable[b-0328pejlxn]{
    cursor:pointer;
}

.my-textarea[b-0328pejlxn] {
    width: 100%;
    height: 100%;
    resize: none;
}

/* _content/WebApp/UI/Pages/TrainingDetail.razor.rz.scp.css */
.table-detail[b-hsxslvtod8]
{

}

.table-detail table[b-hsxslvtod8], tr[b-hsxslvtod8], td[b-hsxslvtod8] {
    text-align: center;
    vertical-align: middle;
}
/* _content/WebApp/UI/PageTemplates/ManagementPage.razor.rz.scp.css */
.div-grid[b-p4qokc08ti] {
    position: relative;
}

.div-img[b-p4qokc08ti] {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: -2px;
}

.dx-datagrid-headers .dx-header-row[b-p4qokc08ti] {
    background-color: yellow !important;
} 

.dxbs-grid-header-row[b-p4qokc08ti] {
    
}



/* _content/WebApp/UI/Shared/LayoutAuth.razor.rz.scp.css */
.sidebar[b-a3on8lpfhh] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

    .sidebar.collapse[b-a3on8lpfhh] {
        display: none;
    }

    .sidebar.expand[b-a3on8lpfhh] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-a3on8lpfhh] {
        display: none;
    }

        .sidebar.expand[b-a3on8lpfhh] {
            position: fixed;
            top: 2.6rem;
            left: 0;
            height: auto;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-a3on8lpfhh] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-a3on8lpfhh] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-a3on8lpfhh] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-a3on8lpfhh] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

    [b-a3on8lpfhh] .app-sidebar,
    [b-a3on8lpfhh] .app-sidebar > .nav-pills,
    [b-a3on8lpfhh] .app-sidebar > .nav-pills > .nav-item,
    [b-a3on8lpfhh] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
        background-color: inherit;
    }

@media (max-width: 1199.98px) {
    [b-a3on8lpfhh] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}

.page[b-a3on8lpfhh] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-a3on8lpfhh] .page-layout,
[b-a3on8lpfhh] .page-layout > .dx-gridlayout-root,
[b-a3on8lpfhh] .layout-item {
    /*background-color: inherit;*/
}

[b-a3on8lpfhh] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-a3on8lpfhh] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-a3on8lpfhh] .fit-width {
    max-width: 100%;
}

[b-a3on8lpfhh] .mw-1100 {
    max-width: 1100px;
}
/* _content/WebApp/UI/Shared/LayoutSimple.razor.rz.scp.css */
.sidebar[b-wz7mbdo0sl] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

    .sidebar.collapse[b-wz7mbdo0sl] {
        display: none;
    }

    .sidebar.expand[b-wz7mbdo0sl] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-wz7mbdo0sl] {
        display: none;
    }

        .sidebar.expand[b-wz7mbdo0sl] {
            position: fixed;
            top: 2.6rem;
            left: 0;
            height: auto;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-wz7mbdo0sl] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-wz7mbdo0sl] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-wz7mbdo0sl] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-wz7mbdo0sl] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

    [b-wz7mbdo0sl] .app-sidebar,
    [b-wz7mbdo0sl] .app-sidebar > .nav-pills,
    [b-wz7mbdo0sl] .app-sidebar > .nav-pills > .nav-item,
    [b-wz7mbdo0sl] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
        background-color: inherit;
    }

@media (max-width: 1199.98px) {
    [b-wz7mbdo0sl] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}

.page[b-wz7mbdo0sl] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-wz7mbdo0sl] .page-layout,
[b-wz7mbdo0sl] .page-layout > .dx-gridlayout-root,
[b-wz7mbdo0sl] .layout-item {
    /*background-color: inherit;*/
}

[b-wz7mbdo0sl] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-wz7mbdo0sl] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-wz7mbdo0sl] .fit-width {
    max-width: 100%;
}

[b-wz7mbdo0sl] .mw-1100 {
    max-width: 1100px;
}
