/* _content/IM/Pages/NavigationItems/Edit.razor.rz.scp.css */
.languages-list[b-khz9h4ny60] {
    border: 1px solid;
    margin: 1rem;
    padding: 1rem;
    height: 100%;
}

.languages-list__item[b-khz9h4ny60]{
    cursor: pointer;
}

[b-khz9h4ny60] .red .e-tab-text, .red-text[b-khz9h4ny60]{
    color: red !important;
}

[b-khz9h4ny60] .orange .e-tab-text {
    color: orange !important;
}

[b-khz9h4ny60] .green .e-tab-text {
    color: green !important;
}
/* _content/IM/Pages/NavigationPages/Edit.razor.rz.scp.css */
.languages-list[b-ygg9l1kzbh] {
    border: 1px solid;
    margin: 1rem;
    padding: 1rem;
    height: 100%;
}

.languages-list__item[b-ygg9l1kzbh]{
    cursor: pointer;
}

.red[b-ygg9l1kzbh]{
    color: red;
}

.orange[b-ygg9l1kzbh] {
    color: orange;
}

.green[b-ygg9l1kzbh] {
    color: green;
}
/* _content/IM/Pages/Shared/IMUsersComponent.razor.rz.scp.css */
.bold[b-t8d8uehr8f] {
    font-weight: bold;
}

[b-t8d8uehr8f] .bold .e-input {
    font-weight: bold !important;
}

.black-color[b-t8d8uehr8f]{
    color: black;
}


[b-t8d8uehr8f] .e-input {
    color: black;
}
/* _content/IM/Pages/Shared/SchulungenTableComponent.razor.rz.scp.css */
.small-input-container[b-q2t1w2qn7k]{
    width: 10rem;
}

.schulungen-edit[b-q2t1w2qn7k]{
    font-size: 14px;
    color: #000;
    text-align: left;
}

[b-q2t1w2qn7k] .bemerkungen .e-input {
    background: red !important;
    color: white !important;
}
[b-q2t1w2qn7k] .bold-text .e-input,
[b-q2t1w2qn7k] .bold-text .e-control
{
    font-weight: bold !important;
}

[b-q2t1w2qn7k] .e-upload .e-upload-files .e-upload-file-list, .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list[b-q2t1w2qn7k]{
    min-height: 40px;
}
/* _content/IM/Pages/Shared/SchulungenTableComponents/SchulungsteilnehmerTable.razor.rz.scp.css */
[b-7vsg56kvt7] .e-grid .e-altrow {
    background-color: #f2f2f2;
} 
/* _content/IM/Pages/Shared/SeminarsListComponent.razor.rz.scp.css */
.seminar-item[b-skzty6rivx]{
    /*color: #009DDC;*/
    color: #000;
    text-align: start;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}

.seminar-item-normal[b-skzty6rivx]{
    font-weight: normal;
    display: inline;
}

.seminar-item-firma[b-skzty6rivx]{
    color: #888888;
}


.grey-text[b-skzty6rivx] {
    color: #888888;
}

.bold-text[b-skzty6rivx]{
    font-weight: bold;
}

.underlined[b-skzty6rivx]{
    text-decoration: underline;
}

.inline[b-skzty6rivx] {
    display: inline;
}

.seminar-details[b-skzty6rivx]{
    text-align: start;
    font-size: 15px;
    color: #000;
}
/* _content/IM/Shared/MainLayout.razor.rz.scp.css */
.page[b-nr0taw7sqs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nr0taw7sqs] {
    flex: 1;
}

.sidebar[b-nr0taw7sqs] {
    font-family: var(--font-family);
    background-image: var(--siderbar-background-image);
    box-shadow: var(--siderbar-box-shadow);
    margin-top: 60px;
    left: 5%;
    bottom: 0;
    width: 300PX !important;
    min-width: 200px !important;
    background-color:var(--siderbar-background-color);
    padding: 0;
    overflow: hidden;
    display: var(--siderbar-display);
}

.top-row[b-nr0taw7sqs] {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 1.8rem;
    display: flex;
    align-items: center;

    &.collapse{
        justify-content: flex-start;
        flex-direction: column;
        gap: 1rem;
        position: fixed;
        width: 100%;
        margin-top: 100px;
    }
}

.top-row[b-nr0taw7sqs]  a, .top-row .btn-link[b-nr0taw7sqs] {
    color: var(--top-row-color);
    white-space: nowrap;
    margin:  var(--top-row-link-margin);
    padding: var(--top-row-link-padding);
    text-decoration: var(--top-row-link-decoration);
    height: var(--top-row-link-height);
    font-weight: 300;
    font-size: var(--top-row-font-size);
    line-height: 20px !important;
    display: flex;
    align-items: center;

    &:hover, &.active{
        color: var(--top-row-color-active);
        border-bottom: var(--top-row-border-active);
    }
}

.top-row-container[b-nr0taw7sqs]{
    margin: 15px 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.top-row-container-navbar[b-nr0taw7sqs]{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 854px) {
    .top-row:not(.auth):not(.collapse)[b-nr0taw7sqs]{
        display: none;;
    }

    .top-row.auth[b-nr0taw7sqs] {
        justify-content: space-between;
    }

    .top-row a[b-nr0taw7sqs], .top-row .btn-link[b-nr0taw7sqs] {
        margin-left: 0;
        color: #000000;
    }
    .sidebar[b-nr0taw7sqs] {
        margin: 0;
        width: 100% !important;
        box-shadow: 6px 7px 15px 0px rgba(0,0,0,0.2);
        position: sticky;
    }
}

@media (min-width: 855px) {
    .page[b-nr0taw7sqs] {
        flex-direction: row;
    }

    .sidebar[b-nr0taw7sqs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nr0taw7sqs] {
        position: relative;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nr0taw7sqs], article[b-nr0taw7sqs] {
        padding: var(--top-row-padding);
    }
}

.logo-container[b-nr0taw7sqs]{
    width: var(--logo-top-left-conteiner-width);
}

.logo[b-nr0taw7sqs] {
    max-width: var(--logo-top-left-max-width);
    max-height: var(--logo-top-left-max-height);
    margin: var(--logo-top-left-padding);
}

@media (min-width: 854px) {
    .navbar-toggler[b-nr0taw7sqs] {
        display: none;
    }

    .collapse[b-nr0taw7sqs] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
    }

    .nav-scrollable[b-nr0taw7sqs] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    .top-row[b-nr0taw7sqs] {
        &.collapse{
            justify-content: flex-end;
            flex-direction: row;
            gap: initial;
        }
    }
}
/* _content/IM/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vj0t0i706x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vj0t0i706x] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vj0t0i706x] {
    font-size: 1.1rem;
}

.oi[b-vj0t0i706x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vj0t0i706x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-vj0t0i706x] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-vj0t0i706x] {
    padding-bottom: 1rem;
}

.nav-item[b-vj0t0i706x]  a {
    color: #666666;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-vj0t0i706x]  a.active {
    background-color: var(--siderbar-active-background-color);
    color: var(--siderbar-active-link-color) !important;
}

.nav-item[b-vj0t0i706x]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #3c3b3b;
}

@media (min-width: 854px) {
    .navbar-toggler[b-vj0t0i706x] {
        display: none;
    }

    .collapse[b-vj0t0i706x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-vj0t0i706x] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


.logo[b-vj0t0i706x]{
    max-width: 150px;
    max-height: 30px;
}
