@import '_content/ILKMS.ADP.Adminstration/ILKMS.ADP.Adminstration.xwt7et3was.bundle.scp.css';
@import '_content/ILKMS.ADP.Authentication/ILKMS.ADP.Authentication.kcz6yudxz3.bundle.scp.css';
@import '_content/ILKMS.ADP.Certificates/ILKMS.ADP.Certificates.76iehp2vr2.bundle.scp.css';
@import '_content/ILKMS.ADP.Common/ILKMS.ADP.Common.bcv6okhga8.bundle.scp.css';
@import '_content/ILKMS.ADP.Feedback/ILKMS.ADP.Feedback.94zxxfzprj.bundle.scp.css';
@import '_content/ILKMS.ADP.Nanonotion/ILKMS.ADP.Nanonotion.wzr9h86rep.bundle.scp.css';
@import '_content/ILKMS.ADP.Participant/ILKMS.ADP.Participant.nhlnimxn9i.bundle.scp.css';
@import '_content/ILKMS.ADP.Rise/ILKMS.ADP.Rise.0sd12cbg78.bundle.scp.css';
@import '_content/ILKMS.ADP.SCO/ILKMS.ADP.SCO.f3uscco0oj.bundle.scp.css';
@import '_content/ILKMS.ADP.Teams/ILKMS.ADP.Teams.ymvnd4pm4w.bundle.scp.css';
@import '_content/ILKMS.ADP.Users/ILKMS.ADP.Users.5zqgb6w2ou.bundle.scp.css';
@import '_content/ILKMS.ADP.Validation/ILKMS.ADP.Validation.sxhzios48j.bundle.scp.css';
@import '_content/ILKMS.Blazor.ComponentLibrary/ILKMS.Blazor.ComponentLibrary.fzy8xo4g6t.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/ILKMS.Web.NL.Learner/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zhz9fv89nz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zhz9fv89nz] {
    flex: 1;
}

.sidebar[b-zhz9fv89nz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zhz9fv89nz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zhz9fv89nz]  a, .top-row[b-zhz9fv89nz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zhz9fv89nz]  a:hover, .top-row[b-zhz9fv89nz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zhz9fv89nz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zhz9fv89nz] {
        justify-content: space-between;
    }

    .top-row[b-zhz9fv89nz]  a, .top-row[b-zhz9fv89nz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zhz9fv89nz] {
        flex-direction: row;
    }

    .sidebar[b-zhz9fv89nz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zhz9fv89nz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zhz9fv89nz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zhz9fv89nz], article[b-zhz9fv89nz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zhz9fv89nz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zhz9fv89nz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ILKMS.Web.NL.Learner/Components/Lib/Composites/Footer.razor.rz.scp.css */

.footercontentright[b-6vv10bxdk9] {
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
}


.kms-footercontainer[b-6vv10bxdk9] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-decoration: none !important;
    border-top: 1px solid #eaeef0;
    width: 100%;
    font-size: 1rem;
    height: 2.571rem;
    padding: .357rem;
}

    .kms-footercontainer > a[b-6vv10bxdk9] {
        text-decoration: none !important;
    }


.kms-footercontentleft[b-6vv10bxdk9], .kms-rightcontent[b-6vv10bxdk9], .dedug[b-6vv10bxdk9] {
    color: inherit;
    box-sizing: inherit;
    font-family: inherit;
    font-size:inherit;
    display: flex;
    justify-content: start;
    align-items: center;
}

.kms-footercontentright[b-6vv10bxdk9] {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: .285rem;
}



/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/

/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */


/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */

/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */

/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */


/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */
@media (max-width: 34em) {

    .kms-footercontainer[b-6vv10bxdk9] { 
        font-size: .875rem; 
    }
}






/* _content/ILKMS.Web.NL.Learner/Components/Lib/Composites/Header_With_Nav.razor.rz.scp.css */
* ============================================== */
/* Header  Section*/
/* ============================================== */
 
.kms-header-container[b-1raxwuf6s9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 1.43rem;
    border-bottom: 1px solid #ccc;
    background-color: inherit;
    color: inherit;
    height: 5rem;
    box-shadow: 0 1.714rem 2.285rem rgba(0, 0, 0, 0.03);
}

/*.kms-header-navsection {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: nowrap;
}
*/
.kms-logo[b-1raxwuf6s9] {
    height: 2.85rem;
}
 
 
/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/
/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */
/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */
 

/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */
 
/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */
 
/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */
 
/* _content/ILKMS.Web.NL.Learner/Components/Lib/Composites/ParticipantHeader.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */

.kms-header-container[b-1sf7n4gn08] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 0 0 0 1.43rem;
    border-bottom: 1px solid #ccc;
    background-color: inherit;
    color: inherit;
    height: 5rem;
    box-shadow: 0 1.714rem 2.285rem rgba(0, 0, 0, 0.03);
}

/*.kms-header-navsection {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: nowrap;
}
*/
.kms-logo[b-1sf7n4gn08] {
    height: 2.85rem;
}

.logocontainer[b-1sf7n4gn08]{
    display: flex;
    justify-content: left;
    align-items: center;
}

/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/
/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */
/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */
/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */
/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  794/16 @media (max-width: 49em) */
/* ======================================================================== */
@media (max-width: 49em) {
    .kms-header-container[b-1sf7n4gn08] {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;   
        height: 7rem;
        padding-top: .84rem;
    }
}




/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */


/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */
@media (max-width: 34em) {

    .kms-header-container[b-1sf7n4gn08] {
        display: grid;
        grid-template-columns: 45% auto;
        align-items: center;
        padding: 0 0 0 1rem;        
        height: 5rem; 
    }

    .logocontainer[b-1sf7n4gn08] {
        justify-content: left;
    }
}


/* ========================================================================= */
/*  Below 530 pixels  {Phones}  530/16 @media (max-width: 33.125em) */
/* ======================================================================== */
 

/* _content/ILKMS.Web.NL.Learner/Components/Lib/Layouts/Grid_MainLayout_3R.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */

.kms-maingridlayout[b-nci8nlh8zf] {
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto; /* Head | Main | Footer **/    
}

.kms-main[b-nci8nlh8zf] {
    /* This will allow the child to maintain height:100%;*/
    position: relative;
    min-width: 300px;
}




/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/

/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */


/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */

/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */

/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */


/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */

/* _content/ILKMS.Web.NL.Learner/Components/Lib/Layouts/Section.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */

.kms-section-main[b-yhrit7re01] {
    width: 100%;
    background-color: inherit;
    color: inherit;
    position: relative;
    min-width: 300px;
}


.containerborders[b-yhrit7re01] {
    border: 1px solid #eee;
}

.containerborderrounded[b-yhrit7re01] {
    border-top-left-radius: .189rem;
    border-top-right-radius: .189rem;
}


/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/

/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */


/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */

/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */
@media screen and (max-width: 60em) {

    .kms-section-main[b-yhrit7re01] {
        padding: 0 .5em;
    }
}



/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */


/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */
@media screen and (max-width: 34em) {

    .kms-section-main[b-yhrit7re01] {
        text-align: center;
    }
}
/* _content/ILKMS.Web.NL.Learner/Components/Lib/Layouts/Section_with_Titlebar.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */

.kms-section-tall[b-vvdqzzrvgc] {
    /*parent container must have position=relative*/
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr; /* title bar | Main Content **/
}



/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/

/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */



/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */


/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */


/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */


/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */

/* _content/ILKMS.Web.NL.Learner/Components/Lib/Layouts/TitleBar.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */


.kms-section-titlebar[b-90wvibgscj] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.85rem;
    font-size: 1.714rem;
    letter-spacing: 1px;
}


/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/

/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */


/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */


@media (max-width: 75em) {

    .kms-section-titlebar[b-90wvibgscj] {
        height: 2.285rem;
        font-size: 1.285rem;
    }
}


/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */

/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */


/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */


/* _content/ILKMS.Web.NL.Learner/Components/Lib/Participant/MyCourseCompleteList.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */

.table-container[b-abanvmn587] {
    max-height: 610px;
    height: 100%;
    overflow-y: auto;
    border: 1px solid #ccc;
    /* width: 100%;*/
    /* max-width: 800px;*/
    margin: 0 auto;
    box-sizing: border-box;
    font-family: inherit;
}

table[b-abanvmn587] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

th[b-abanvmn587] {
    position: sticky;
    top: 0;
    background-color: #f4f4f4;
    color: #333;
    padding: .857rem;
    text-align: left;
    border-bottom: 2px solid #ddd;
    z-index: 1;
    white-space: nowrap;
    font-size: inherit;
}

td[b-abanvmn587] {
    padding: .857rem;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: inherit;
}

.th--status[b-abanvmn587], .td--status[b-abanvmn587] {
    width: 10%;
    text-align: center;
}

.th--title[b-abanvmn587], .td--title[b-abanvmn587] {
    text-align: left;
}

.th--grade[b-abanvmn587], .td--grade[b-abanvmn587] {
    width: 10%;
    text-align: center;
}

.th--compdate[b-abanvmn587], .td--compdate[b-abanvmn587] {
    width: 20%;
    text-align: center;
}

.th--cert[b-abanvmn587], .td--cert[b-abanvmn587] {
    width: 10%;
    text-align: center;
}

tr:nth-child(even)[b-abanvmn587] {
    background-color: #f9f9f9;
}

tr:hover[b-abanvmn587] {
    background-color: #f1f1f1;
}



/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/

/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */


/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */

/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */

/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */
@media screen and (max-width: 44em) {
    .table-container[b-abanvmn587] {
        max-height: 400px;
        overflow-x: auto;
        /*margin: 10px;*/
    }


    th[b-abanvmn587], td[b-abanvmn587] {
        padding: .4285rem;
        font-size: 1.0625rem;
    }
     
}

/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */
/* Extra small screens */
@media screen and (max-width: 34em) {


    th[b-abanvmn587] {
        min-width: 80px; /* Prevents columns from becoming too narrow */
    }
}
/* _content/ILKMS.Web.NL.Learner/Components/Lib/Participant/MyCourseCurrentList.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */

.table-container[b-w6x8pusssj] {
    max-height: 610px;
    height: 100%;
    overflow-y: auto;
    border: 1px solid #ccc;
   /* width: 100%;*/
   /* max-width: 800px;*/
    margin: 0 auto;
    box-sizing: border-box;
    font-family: inherit;
}

table[b-w6x8pusssj] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

th[b-w6x8pusssj] {
    position: sticky;
    top: 0;
    background-color: #f4f4f4;
    color: #333;
    padding: .857rem;
    text-align: left;
    border-bottom: 2px solid #ddd;
    z-index: 1;
    white-space: nowrap;
    font-size: inherit;
}

td[b-w6x8pusssj] {
    padding: .857rem;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: inherit;
}


tr:nth-child(even)[b-w6x8pusssj] {
    background-color: #f9f9f9;
}

tr:hover[b-w6x8pusssj] {
    background-color: #f1f1f1;
}

.th--status[b-w6x8pusssj], .td--status[b-w6x8pusssj] {
    width: 10%;
    text-align: center;
}

.th--title[b-w6x8pusssj], .td--title[b-w6x8pusssj] {
    text-align: left;
}




/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/

/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */


/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */

/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */

/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */
@media screen and (max-width: 44em) {
    .table-container[b-w6x8pusssj] {
        max-height: 400px;
        overflow-x: auto;
       /* margin: 10px;*/
    }

    th[b-w6x8pusssj], td[b-w6x8pusssj] {
        padding: .4285rem;
        font-size: 1.0625rem;
    }

 
}

/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */
/* Extra small screens */
@media screen and (max-width: 34em) {
   
    th[b-w6x8pusssj] {
        min-width: 80px; /* Prevents columns from becoming too narrow */
    }
}

/* _content/ILKMS.Web.NL.Learner/Components/Lib/Participant/MyCourseExpiredList.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */

.table-container[b-3bpn14saam] {
    max-height: 610px;
    height: 100%;
    overflow-y: auto;
    border: 1px solid #ccc;
    /* width: 100%;*/
    /* max-width: 800px;*/
    margin: 0 auto;
    box-sizing: border-box;
    font-family: inherit;
}

table[b-3bpn14saam] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

th[b-3bpn14saam] {
    position: sticky;
    top: 0;
    background-color: #f4f4f4;
    color: #333;
    padding: .857rem;
    text-align: left;
    border-bottom: 2px solid #ddd;
    z-index: 1;
    white-space: nowrap;
    font-size: inherit;
}

td[b-3bpn14saam] {
    padding: .857rem;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: inherit;
}
 

tr:nth-child(even)[b-3bpn14saam] {
    background-color: #f9f9f9;
}

tr:hover[b-3bpn14saam] {
    background-color: #f1f1f1;
}


.th--active[b-3bpn14saam], .td--active[b-3bpn14saam] {
    width: 10%;
    text-align: center;
}

.th--status[b-3bpn14saam], .td--status[b-3bpn14saam] {
    width: 10%;
    text-align: center;
}

.th--title[b-3bpn14saam], .td--title[b-3bpn14saam] {
    text-align: left;
}

.th--startdate[b-3bpn14saam], .td--startdate[b-3bpn14saam] {
    width: 20%;
    text-align: center;
}

.th--enddate[b-3bpn14saam], .td--enddate[b-3bpn14saam] {
    width: 20%;
    text-align: center;
}

/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/
/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */
/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */
/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */
/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */
@media screen and (max-width: 44em) {
    .table-container[b-3bpn14saam] {
        max-height: 400px;
        overflow-x: auto;
       /* margin: 10px;*/
    }


    th[b-3bpn14saam], td[b-3bpn14saam] {
        padding: .4285rem;
        font-size: 1.0625rem;
    }
     
}

/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */
/* Extra small screens */
@media screen and (max-width: 34em) {
    
    th[b-3bpn14saam] {
        min-width: 80px; /* Prevents columns from becoming too narrow */
    }
}
/* _content/ILKMS.Web.NL.Learner/Components/Lib/Participant/ParticipantCourseNavigation.razor.rz.scp.css */
.itemcontainer[b-g3ynzmdcig]{
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
    justify-content:center;
    align-items: center;
}

    .itemcontainer .itemiconcontainer[b-g3ynzmdcig] {
        padding: 1em;
    }

    .itemcontainer .itemlabelcontainer[b-g3ynzmdcig] {
        justify-self: left;
    }



    .navcontainer[b-g3ynzmdcig] {
        width: 100%;
    }

    .navcontainer ul[b-g3ynzmdcig] {
        font-size: 1em;
        list-style: none;
        padding: 0;
        margin: 0;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
        color: #ffffff;
    }

        .navcontainer ul li[b-g3ynzmdcig] {
            border-bottom: 1px solid rgb(132 153 200);
            font-size: 1em;
            margin: 0;
            display: grid;
            width: 100%;
        }

        .navcontainer ul a[b-g3ynzmdcig] {
            display: flex;
            justify-content: space-between;
            text-decoration: none;
            padding: .75em 30px .75em .5em;
            position: relative;
            transition: .1s;
        }

            .navcontainer ul a.parent[b-g3ynzmdcig]::after {
                content: "\f054";
                font-family: 'Font Awesome 6 Pro', "Font Awesome 6 Free";
               /* float: right;
                margin-right: .375rem;
                transition: .2s;
                transform-origin: 50% 50%;
                position: absolute;
                right: .375rem;*/
                align-content:flex-end;
            }

            .navcontainer ul a.parent.open[b-g3ynzmdcig]::after {
                transform: rotate(90deg);
            }

            .navcontainer ul a .actioncontainer[b-g3ynzmdcig] {
                display: flex;
                gap: .5em;
                justify-content: flex-end;
            }

    .navcontainer .chapter > a[b-g3ynzmdcig] {
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
        background: #adacac;
        color: #ffffff;
    }

        .navcontainer .chapter > a:hover[b-g3ynzmdcig] {
            background: #919191;
        }

        .navcontainer .chapter > a.open[b-g3ynzmdcig] {
            background: #919191;
        }


    .navcontainer .lessons .lesson > a[b-g3ynzmdcig] {
        background: #005581;
        padding-left: 20px;
        color: #ffffff;
    }

        .navcontainer .lessons .lesson > a:hover[b-g3ynzmdcig] {
            background: #013a57;
        }

        .navcontainer .lessons .lesson > a.open[b-g3ynzmdcig] {
            background: #013a57;
        }

    .navcontainer .activities .activity > a[b-g3ynzmdcig] {
        background: #50ac01;
        padding-left: 40px;
        text-shadow: none;
        color: #ffffff;
    }

        .navcontainer .activities .activity > a.active[b-g3ynzmdcig] {
            background: #469701;
            overflow: hidden;
            position: relative;
        }

        .navcontainer .activities .activity > a:hover[b-g3ynzmdcig] {
            background: #469701;
        }

        .navcontainer .activities .activity > a.open[b-g3ynzmdcig] {
            background: #469701;
            box-shadow: inset 2px 2px 0 #2b2b2b, inset -2px -2px 0 #2b2b2b;
        }

        .navcontainer .activities .activity > a.active[b-g3ynzmdcig]::after {
            content: "\f054";
            font-family: 'Font Awesome 6 Pro', "Font Awesome 6 Free";
            position: absolute;
            right: .95em;
            top: calc(50% - .5em);
        }

        .navcontainer .activities .activity > a.bkmk[b-g3ynzmdcig]::before {
            content: "\f02e";
            font-family: 'Font Awesome 6 Pro', "Font Awesome 6 Free";
            color: #fff;
            margin-left: -1.5em;
            font-weight: bold;
            margin-right: .75em;
        }

/*.navcontainer {*/
/* position: relative;*/
/*width: 16em;*/
/* transition: .2s;
    float: left;*/
/* box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);*/
/*width: 100%;
}

.instructor {
    color: #ffffff;
}

.info {
    color: #ffffff;
}

.navcontainer ul {
    font-size: 1em;
    list-style: none;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

    .navcontainer ul .actions {
        background: #f8981c;
        border-bottom: 2px solid #fff;
        display: flex;
        justify-content: flex-end;
    }

        .navcontainer ul .actions a {
            text-shadow: none;
            padding: 10px;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
        }

    .navcontainer ul a {
        text-decoration: none;
        padding: .75em 30px .75em .5em;
        display: block;
        position: relative;
        transition: .1s;
    }

        .navcontainer ul a.parent::after {
            content: "\f054";
            font-family: 'Font Awesome 6 Pro', "Font Awesome 6 Free";
            float: right;
            margin-right: .375rem;
            transition: .2s;
            transform-origin: 50% 50%;
            position: absolute;
            right: .375rem;
        }

        .navcontainer ul a.parent.open::after {
            transform: rotate(90deg);
        }

.navcontainer .course > a {
    background: #f8981c;
    color: #ffffff;
}

.navcontainer .chapter > a {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    background: #adacac;
    color: #ffffff;
}

    .navcontainer .chapter > a:hover {
        background: #919191;
    }

    .navcontainer .chapter > a.open {
        background: #919191;
        box-shadow: inset 2px 2px 0 #2b2b2b, inset -2px -2px 0 #2b2b2b;
    }

.navcontainer .lessons .lesson > a {
    background: #005581;
    padding-left: 20px;
    color: #ffffff;
}

    .navcontainer .lessons .lesson > a:hover {
        background: #013a57;
    }

    .navcontainer .lessons .lesson > a.open {
        background: #013a57;
        box-shadow: inset 2px 2px 0 #0099cc, inset -2px -2px 0 #0099cc;
    }

.navcontainer .activities .activity > a {
    background: #50ac01;
    padding-left: 40px;
    text-shadow: none;
    color: #ffffff;
}

    .navcontainer .activities .activity > a.active {
        background: #469701;
        overflow: hidden;
        position: relative;
    }

    .navcontainer .activities .activity > a:hover {
        background: #469701;
    }

    .navcontainer .activities .activity > a.open {
        background: #469701;
        box-shadow: inset 2px 2px 0 #2b2b2b, inset -2px -2px 0 #2b2b2b;
    }

    .navcontainer .activities .activity > a.active::after {
        content: "\f054";
        font-family: 'Font Awesome 6 Pro', "Font Awesome 6 Free";
        position: absolute;
        right: .95em;
        top: calc(50% - .5em);
    }

    .navcontainer .activities .activity > a.bkmk::before {
        content: "\f02e";
        font-family: 'Font Awesome 6 Pro', "Font Awesome 6 Free";
        color: #fff;
        margin-left: -1.5em;
        font-weight: bold;
        margin-right: .75em;
    }


.workitem {
    background: #50ac01;
    padding-left: 40px;
    color: #fff;
    text-shadow: none;
}*/
/* _content/ILKMS.Web.NL.Learner/Components/Lib/Participant/ParticipantCourseViewer.razor.rz.scp.css */

.courseviewermain[b-bldewfpdz8] {
    display: grid;
    grid-template-rows: 1fr;
    justify-content: stretch;
    background-color: #e4e4e4;
}

    .courseviewermain.layout4col[b-bldewfpdz8] {
        grid-template-areas: "nav assets toggle content";
        grid-template-columns: minmax(max-content, 16em) 17em 2.0em 1fr;
    }

    .courseviewermain.layout3col[b-bldewfpdz8] {
        grid-template-areas: "nav toggle content";
        grid-template-columns: minmax(max-content, 16em) 2.0em 1fr;
    }

    .courseviewermain.layout2col[b-bldewfpdz8] {
        grid-template-areas: "toggle content";
        grid-template-columns: 3.0em 1fr;
    }

#assets[b-bldewfpdz8] {
    grid-area: assets;
}

#coursenavigation[b-bldewfpdz8] {
    grid-area: nav;
}

#toggle[b-bldewfpdz8] {
    grid-area: toggle;
    padding-top: 2em;
    border-left: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
}

.toggleNav[b-bldewfpdz8] {
    color: #fff;
    border: solid 2px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    padding: .75em .45em;
    text-align: center;
    width: 1.5em;
}

#content[b-bldewfpdz8] {
    grid-area: content;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: fit-content(100%) auto;
    justify-content: stretch;
    grid-template-areas: "contentdisplay" "assetpicker";
}

#contentdisplay[b-bldewfpdz8] {
    grid-area: contentdisplay;
}

#assetsection[b-bldewfpdz8] {
    grid-area: assetpicker;
    padding: .5em;
    background-color: #fff;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


#assets[b-bldewfpdz8] {
    grid-area: assets;
}

#coursenavigation[b-bldewfpdz8] {
    grid-area: nav;
}

#toggle[b-bldewfpdz8] {
    grid-area: toggle;
    padding-top: 2em;
    border-left: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
}

.toggleNav[b-bldewfpdz8] {
    color: #fff;
    border: solid 2px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    padding: .75em .45em;
    text-align: center;
    width: 1.5em;
}

#content[b-bldewfpdz8] {
    grid-area: content;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: fit-content(100%) auto;
    justify-content: stretch;
    grid-template-areas: "contentdisplay" "assetpicker";
}

#contentdisplay[b-bldewfpdz8] {
    grid-area: contentdisplay;
}

#assetsection[b-bldewfpdz8] {
    grid-area: assetpicker;
    padding: .5em;
    background-color: #fff;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/ILKMS.Web.NL.Learner/Components/Lib/Participant/ParticipantMainNav.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */

.kms-subnav-container[b-80uplvr8dc] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 3.85rem;
    padding: .84rem;
  
}



.kms-subnav-items[b-80uplvr8dc] {
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    margin-left: 1.5rem;
}

.kms-subnav-item[b-80uplvr8dc] {
    display: flex;
    align-items: center;
}

    .kms-subnav-item:link[b-80uplvr8dc],
    .kms-subnav-item:visited[b-80uplvr8dc] {
        text-decoration: none;
        color: #2e56a5; 
    }

    .kms-subnav-item:hover[b-80uplvr8dc],
    .kms-subnav-item:active[b-80uplvr8dc] {
       
    }

.kms-subnav-label:hover[b-80uplvr8dc] {
    border-bottom: 1px solid #2e56a5;
}


.kms-subnav-item-active[b-80uplvr8dc] {
}


.kms-subnav-icon[b-80uplvr8dc] {
    margin-right: .4rem;
    width: 1.43rem;
    height: 1.43rem;
    color: #fff;
    background-color: #dc7d7b;
    border-radius: 50%;
    padding: 2px;
}

.kms-subnav-label[b-80uplvr8dc]{
    font-size: 1rem;
    display: inline-block;
}

/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/
/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */
/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */
/*@media (max-width: 75em){

    .kms-subnav-container {
        height: 2.285rem;
    }


}*/
/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */
/*@media (max-width: 59em) {
    .kms-subnav-icon {
        width: 1.285rem;
        height: 1.285rem;
    }
}*/
/* ========================================================================= */
/*  Below 790 pixels  {Smaller Tablets}  794/16 @media (max-width: 49em) */
/* ======================================================================== */
@media (max-width: 49em) {
   
    .kms-subnav-container[b-80uplvr8dc] {
        justify-content: space-between;
        padding-left: 0;
    }

    .kms-subnav-icon[b-80uplvr8dc] {
        margin-right: .3rem;
        width: 1rem;
        height: 1rem; 
    }

    .kms-subnav-items[b-80uplvr8dc]{
        margin: 0;
    }


}







/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */
@media (max-width: 44em) {

    .kms-subnav-icon[b-80uplvr8dc] {
      display: none;
    }

    .kms-subnav-label[b-80uplvr8dc] {
        font-size: 1.0625rem;
    }
}


/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */
@media (max-width: 34em) {

    .kms-subnav-icon[b-80uplvr8dc] {
        display: inline-block;
    }

    .kms-subnav-label[b-80uplvr8dc] {
        display: none;
    }
}

 
/* _content/ILKMS.Web.NL.Learner/Components/Lib/Participant/ParticipantMyCourses.razor.rz.scp.css */
/* $ 14px \div 16px = 0.875rem $  14px equals 0.875rem (assuming a 16px root font size).  */





/*  
    Media Queries
    =============
    In media queries, rem and em do NOT depend on html font size in media queries
    Instead: 1rem = 1em = 16px
    To be safe: always use em when setting media queries - not rem
    You can then use rem within the style rule
*/

/* =========================================================================== */
/*  Below 1344 pixels  {smaller Desktops} =@media (max-width: 84em)  */
/* ========================================================================== */


/* ========================================================================= */
/*  Below 1200 pixels  {Landscape Tablets}*/
/*  standard 1200px break   1200/16*  = @media (max-width: 75em) */
/* ======================================================================== */

/* ========================================================================= */
/*  Below 944 pixels  {Tablets}   944/16  @media (max-width: 59em)*/
/* ======================================================================== */

/* ========================================================================= */
/*  Below 704 pixels  {Smaller Tablets}  704/16 @media (max-width: 44em) */
/* ======================================================================== */


/* ========================================================================= */
/*  Below 544 pixels  {Phones}  544/16 @media (max-width: 34em) */
/* ======================================================================== */

