@import '_content/BlazorStrap.V5/BlazorStrap.V5.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/Extern.Web.ListaUtbildare/Components/FooterComponent.razor.rz.scp.css */
.ts-footer[b-5kmhkwl0e5] {
    background-color: var(--ts-blue);
    padding: 1px;
}

.ts-logo[b-5kmhkwl0e5] {
    margin-top: 5px;
    margin-bottom: auto;
    height: 32px;
}
/* _content/Extern.Web.ListaUtbildare/Components/HeaderComponent.razor.rz.scp.css */
/* _content/Extern.Web.ListaUtbildare/Components/ListaUtbildare/ListaUtbildareComponent.razor.rz.scp.css */
/* Stop the last page from collapsing to the number of rows on it */
[b-4lip038rg9] tr {
    height: 1.8rem;
}

[b-4lip038rg9] table {
    min-width: 100%;
}

[b-4lip038rg9] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

    [b-4lip038rg9] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
    }

[b-4lip038rg9] tbody td {
    vertical-align: central;
    justify-content: start;
    white-space: normal;
    overflow: hidden;
    min-width: 100%;
}

[b-4lip038rg9] .quickgrid[theme=utbildarregistret] .col-title {
    gap: 0.4rem; /* Separate the sort indicator from title text */
    font-weight: bold;
}

.lineBreakList[b-4lip038rg9] {
    list-style: none;
    padding: 0;
}
/* FilterIcon */
.grid[b-4lip038rg9]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M440-160q-17 0-28.5-11.5T400-200v-240L168-736q-15-20-4.5-42t36.5-22h560q26 0 36.5 22t-4.5 42L560-440v240q0 17-11.5 28.5T520-160h-80Zm40-308 198-252H282l198 252Zm0 0Z"/></svg>');
}

.grid[b-4lip038rg9]  .grid-btn-disabled {
    border: none !important;
}

[b-4lip038rg9] tr:has(.protectedData) {
    background-color: orange;
    border: solid;
    color: black !important;
}

[b-4lip038rg9] tr:nth-child(even):has(.protectedData) {
    background-color: orange;
    border: solid;
    color: black !important;
}
/* _content/Extern.Web.ListaUtbildare/Shared/MainLayout.razor.rz.scp.css */
.page[b-p8sz3sck8k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p8sz3sck8k] {
    flex: 1;
}

.sidebar[b-p8sz3sck8k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-p8sz3sck8k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p8sz3sck8k]  a, .top-row .btn-link[b-p8sz3sck8k] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-p8sz3sck8k] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-p8sz3sck8k] {
        display: none;
    }

    .top-row.auth[b-p8sz3sck8k] {
        justify-content: space-between;
    }

    .top-row a[b-p8sz3sck8k], .top-row .btn-link[b-p8sz3sck8k] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p8sz3sck8k] {
        flex-direction: row;
    }

    .sidebar[b-p8sz3sck8k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p8sz3sck8k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-p8sz3sck8k], article[b-p8sz3sck8k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
