
@import url(/css/LCDefaults/fonts.css);



/* THIS CSS WILL BE REPLACE BY THE SCSS TO PREVENT REDUNDANCY OF FILES */








/* THIS CSS WILL BE REPLACE BY THE SCSS TO PREVENT REDUNDANCY OF FILES */












/* PLEASE USE THE SCSS VERSION THIS IS */


/* CSS > LCDEFAUTLS > SCSS > CLIENT > SASS */


/* IF YOU DONT KNOW THE FOLDER TO USE PUT IT ON THE LAYOUT > CONTENT THEN I'LL WORK ON IT */
















/* THIS CSS WILL BE REPLACE BY THE SCSS TO PREVENT REDUNDANCY OF FILES */



























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Defaults */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Mobile Notch Fix */
.mobile-notch-body {
    margin-bottom: 6vh;
}

#nlcWrapper {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}


/* RadButton Colors */
.RadButton_Bootstrap.rbButton.completed, .RadButton_Bootstrap.RadButton.rbButton.rbDisabled.completed, .RadButton_Bootstrap.completed .rbSplitPart,
.RadButton_Bootstrap.rbButton.completed, .RadButton_Bootstrap.completed .rbSplitPart {
    border-color: #058466;
    color: #fff;
    background-color: #058466;
}

    .RadButton_Bootstrap.rbButton.completed .rbText {
        color: #fff;
    }

.RadButton_Bootstrap.completed:hover {
    border-color: #058466 !important;
    color: #fff !important;
    background-color: #058466 !important;
}

.RadButton_Bootstrap.rbButton.incomplete, .RadButton_Bootstrap.rbButton.rbDisabled.incomplete, .RadButton_Bootstrap.incomplete .rbSplitPart {
    border-color: #058466;
    color: #058466;
    background-color: #fff;
}

    .RadButton_Bootstrap.rbButton.incomplete .rbText {
        color: #058466;
    }

.RadButton_Bootstrap.incomplete:hover {
    border-color: #058466 !important;
    color: #fff !important;
    background-color: #058466 !important;
}


    .RadButton_Bootstrap.rbButton.incomplete:hover .rbText {
        color: #fff;
    }

.RadButton_Bootstrap.rbButton.pending, .RadButton_Bootstrap.pending .rbSplitPart {
    border-color: #d39e00 !important;
    color: #fff;
    background-color: #d39e00 !important;
}

    .RadButton_Bootstrap.rbButton.pending .rbText {
        color: #fff;
    }

.RadButton_Bootstrap.pending:hover {
    border-color: #d39e00 !important;
    color: #fff !important;
    background-color: #d39e00 !important;
}

/* RadUpload  Debug */
.RadUpload * {
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important;
    -moz-box-sizing: initial !important;
}

/* Overrides */
.RadAjaxPanel > div {
    display: inline-block;
    width: 100%;
}

.RadOrgChart.lpOrgPlan .rocItem.rocItemTemplate {
    height: 400px;
}

.downloadUpload .RadUpload * {
    box-sizing: initial !important;
}

.statGraphWrap .RadGrid {
    text-align: left;
}

.RadListBox.rlbFixedHeight .rlbTemplate {
    overflow: initial !important;
}

.RadDataPager_Bootstrap {
    background-color: transparent !important;
    border: 0 !important;
}

.dropDownList {
    border-color: #ccc;
    padding: 7px 12px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
}

.RadListBoxNoBorder .RadListBox .rlbGroup {
    border-width: 0;
}

.RadGridEditFix .rgEditForm td {
    padding: 5px;
}

div.RadMultiPage .SetVisible {
    display: block !important;
}

.RadButton.fa_enabled .rbIcon:before {
    font-family: "TelerikWebUI", "FontAwesome" !important;
}

.RadButton.fa_enabled.rbButton.primary, .RadButton.fa_enabled.primary .rbSplitPart {
    border-color: #25a0da;
    color: #fff;
    background-color: #25a0da;
}

    .RadButton.fa_enabled.rbButton.primary .rbIcon {
        color: #fff;
    }

.RadButton.fa_enabled.primary:hover {
    border-color: #28a8e5 !important;
    color: #fff !important;
    background-color: #28a8e5 !important;
}

.RadButton.fa_enabled.rbButton.secondary, .RadButton.fa_enabled.secondary .rbSplitPart {
    border-color: #999;
    color: #333;
    background-color: #e6e6e6;
}

    .RadButton.fa_enabled.rbButton.secondary .rbIcon {
        color: #333;
    }

.RadButton.fa_enabled.secondary:hover {
    border-color: #999 !important;
    color: #333 !important;
    background-color: #fff !important;
}

.RadButton.fa_enabled.rbButton.tertiary, .RadButton.fa_enabled.tertiary .rbSplitPart {
    border-color: #ff0000;
    color: #fff;
    background-color: #ff0000;
}

    .RadButton.fa_enabled.rbButton.tertiary .rbIcon {
        color: #fff;
    }

.RadButton.fa_enabled.tertiary:hover {
    border-color: #dd0000 !important;
    color: #fff !important;
    background-color: #dd0000 !important;
}

.card-floater .RadEditor {
    width: 100% !important;
}

/* RadWindow Defaults - remove icon and hide maximize button on mobile */
.RadWindow_Bootstrap a.rwIcon {
    background-image: none !important;
}

.RadWindow .rwIcon {
    display: none !important;
}

.RadWindow .rwTitle {
    padding-left: 0px !important;
}

@media only screen and (max-width: 600px) {
    .RadWindow .rwCommandButton.rwMaximizeButton {
        display: none !important;
    }
}
/* Disabled Buttons */
.RadButton.fa_enabled.RadButton.rbButton.rbDisabled.primary {
    border-color: #4d81aa !important;
    color: #fff !important;
    background-color: #68ace1 !important;
}

.RadButton.fa_enabled.RadButton.rbButton.rbDisabled.secondary {
    border-color: #999 !important;
    color: #333 !important;
    background-color: #fff !important;
}

.RadButton.fa_enabled.RadButton.rbButton.rbDisabled.tertiary {
    border-color: #c44242 !important;
    color: #fff !important;
    background-color: #ce5757 !important;
}
/*.lcScormIframe{ position: absolute;}*/
.lcResponsiveScormIframe {
    overflow: auto;
}

/* Portal Statistics */
.portalStatBorder {
    border: 1px solid #d8e3e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    height: 450px;
    overflow: auto;
}

    .portalStatBorder h2 {
        text-align: center;
    }

.portalStatAction {
    border: 1px solid #d8e3e7;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

    .portalStatAction > h2 {
        margin: 0 0 5px 15px !important;
    }

.portalStatTab {
    border: 1px solid #d8e3e7;
    border-top: 0;
    margin: 0 0 20px 0;
    padding: 20px 0;
    box-sizing: border-box;
}

    .portalStatTab h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .portalStatTab h3 {
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }

    .portalStatTab .progress-bar {
        background-color: #7eb7ed;
    }

.portalStatInnerBorder .form-label-group {
    border: 1px solid #d8e3e7;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

    .portalStatInnerBorder .form-label-group span:first-child {
        font-weight: bold;
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

.portalStatInnerBorder h3 {
    border: 1px solid #d8e3e7;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
}

.portalStatGridBtns {
    margin-bottom: 10px;
}

.portalStat .statGraphWrap h2,
.portalStat .statGraphWrap.status p {
    font-weight: normal;
    font-size: 25px;
    color: #333;
}

.portalStat .col-sm-12.col-md-12 .form-label-group {
    border: 1px solid #d8e3e7;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

    .portalStat .col-sm-12.col-md-12 .form-label-group span:first-child {
        font-weight: bold;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

.portalStat .bootstrapCharts {
    margin-bottom: 20px;
}

.portalStat h1 {
    font-weight: normal;
    font-size: 25px;
    color: #333;
}

.portalStatOrg > .row > .col-md-12 > .row {
    border: 1px solid #d8e3e7;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 5px;
    float: left;
}

    .portalStatOrg > .row > .col-md-12 > .row:first-child {
        border: 0 !important;
    }

    .portalStatOrg > .row > .col-md-12 > .row h2, .portalStatOrg > .row > .col-md-12 > .row .col-md-3 {
        margin-bottom: 20px;
    }

.portalStatOrg {
    float: left;
    width: 100%;
}

.lc-star {
    color: #ccc;
}

    .lc-star .checked {
        color: orange;
    }

    .lc-star > span {
        margin-right: 2px;
    }

.RadGrid_Bootstrap .rgEditRow .RadPicker_Bootstrap .RadInput_Bootstrap a,
.RadGrid_Bootstrap .rgSelectedCell .RadPicker_Bootstrap .RadInput_Bootstrap a,
.RadGrid_Bootstrap .rgSelectedRow .RadPicker_Bootstrap .RadInput_Bootstrap a {
    color: #000;
    padding-right: 8px !important;
}

/* Course Card Preview */
/*.InfoCardCoursePreview { width:80%; margin:10%; border-radius:10px; overflow:hidden; -webkit-box-shadow: 0px 0px 25px 10px rgba(238,238,238,1); -moz-box-shadow: 0px 0px 25px 10px rgba(238,238,238,1); box-shadow: 0px 0px 25px 10px rgba(238,238,238,1); }*/
.coursePreviewerHeader {
    background-color: #00aced;
    float: left;
    width: 100%;
    height: 150px;
    background-position: center;
    position: relative;
}

    .coursePreviewerHeader[style*="v2Admin"] {
        background-image: none !important;
    }

.coursePreviewerLogo {
    background-color: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-position: center;
    overflow: hidden;
    border-radius: 50%;
}

.coursePreviewerContent {
    float: left;
    width: 100%;
    padding: 15px;
    min-height: 150px;
}

    .coursePreviewerContent h1 {
        margin: 0 0 15px 0;
        font-size: 150%;
    }

/* Global Error Pages */
.errorPages {
    margin: 5% auto;
    padding: 40px 20px;
    max-width: 450px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.errorPagesBackGround {
    background: #f5f5f5;
}

.errorPages strong {
    color: #ff0000;
}

.errorPages img {
    float: right;
    width: 40%;
    margin: 20px 0 0 0;
    opacity: 0.5;
}

/* Slide Alert Box */
.adminAlertBox {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 3px;
}

    .adminAlertBox h1 {
        margin: 0;
        padding: 0;
        font-size: 125%;
    }

    .adminAlertBox .col-md-12 {
        position: relative;
    }

    .adminAlertBox .fa {
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 150%;
        color: #ccc;
    }

    .adminAlertBox ul {
        margin: 20px 0;
        padding: 0;
        list-style: none;
    }

    .adminAlertBox li {
        font-size: 100%;
        margin-bottom: 20px;
        position: relative;
        padding-left: 25px;
    }

        .adminAlertBox li:before {
            content: "\f071";
            font-family: FontAwesome;
            font-size: 150%;
            color: #ff0000;
            position: absolute;
            top: 0;
            left: 0;
        }

/* ToolPanelAsset*/
.toolpanelassettool img {
    max-height: 18px;
}

.toolpanelassettool > span {
    margin: 5px;
}

.toolpanelassetsearchbox {
    float: left;
}

.lclikes {
    color: #25a0da;
    padding-right: 4px;
}

/* Login Providers */
.lc-login-provider-fs {
    border: none;
    padding: 0;
}

.lc-ext-login-container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lc-ext-login-row {
    display: inline-block;
}

    .lc-ext-login-row .lc-ext-login-btn {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

        .lc-ext-login-row .lc-ext-login-btn .rbText {
            color: #fff;
            line-height: 29px;
            margin-left: 35px;
        }

        .lc-ext-login-row .lc-ext-login-btn.Google {
            border-color: #cf4332;
            background-color: #fff;
        }

            .lc-ext-login-row .lc-ext-login-btn.Google:hover {
                border-color: #cf4332;
                background-color: #fff;
                opacity: 0.9;
            }

            .lc-ext-login-row .lc-ext-login-btn.Google:before {
                content: "\f1a0";
                font-family: FontAwesome;
                font-size: 200%;
                position: absolute;
                top: 0;
                left: 12px;
                color: #cf4332;
            }

            .lc-ext-login-row .lc-ext-login-btn.Google .rbText {
                color: #999;
                line-height: 29px;
                margin-left: 35px;
            }

        .lc-ext-login-row .lc-ext-login-btn.criipto {
            border-color: #2c74c0;
            background-color: #fff;
        }

            .lc-ext-login-row .lc-ext-login-btn.criipto:hover {
                border-color: #2c74c0;
                background-color: #fff;
                opacity: 0.9;
            }
            /**/ .lc-ext-login-row .lc-ext-login-btn.criipto:before {
                content: "\f0ac";
                font-family: FontAwesome;
                font-size: 200%;
                position: absolute;
                top: 0;
                left: 12px;
                color: #2c74c0;
            }

            .lc-ext-login-row .lc-ext-login-btn.criipto .rbText {
                color: #999;
                line-height: 29px;
                margin-left: 35px;
            }

        .lc-ext-login-row .lc-ext-login-btn.GenericOpenIdConnect {
            border-color: #2c74c0;
            background-color: #fff;
        }

            .lc-ext-login-row .lc-ext-login-btn.GenericOpenIdConnect:hover {
                border-color: #2c74c0;
                background-color: #fff;
                opacity: 0.9;
            }
            /**/
            .lc-ext-login-row .lc-ext-login-btn.GenericOpenIdConnect:before {
                content: "\f0ac";
                font-family: FontAwesome;
                font-size: 200%;
                position: absolute;
                top: 0;
                left: 12px;
                color: #2c74c0;
            }

            .lc-ext-login-row .lc-ext-login-btn.GenericOpenIdConnect .rbText {
                color: #999;
                line-height: 29px;
                margin-left: 35px;
            }

        .lc-ext-login-row .lc-ext-login-btn.AzureADUsingEasyAuth {
            border-color: #2c74c0;
            background-color: #fff;
        }

            .lc-ext-login-row .lc-ext-login-btn.AzureADUsingEasyAuth:hover {
                border-color: #2c74c0;
                background-color: #fff;
                opacity: 0.9;
            }
            /**/ .lc-ext-login-row .lc-ext-login-btn.AzureADUsingEasyAuth:before {
                content: "\f0ac";
                font-family: FontAwesome;
                font-size: 200%;
                position: absolute;
                top: 0;
                left: 12px;
                color: #2c74c0;
            }

            .lc-ext-login-row .lc-ext-login-btn.AzureADUsingEasyAuth .rbText {
                color: #999;
                line-height: 29px;
                margin-left: 35px;
            }

        .lc-ext-login-row .lc-ext-login-btn.AzureADUsingOpenIdWithMicrosoftGraph {
            border-color: #2c74c0;
            background-color: #fff;
        }

            .lc-ext-login-row .lc-ext-login-btn.AzureADUsingOpenIdWithMicrosoftGraph:hover {
                border-color: #2c74c0;
                background-color: #fff;
                opacity: 0.9;
            }
            /**/ .lc-ext-login-row .lc-ext-login-btn.AzureADUsingOpenIdWithMicrosoftGraph:before {
                content: "\f0ac";
                font-family: FontAwesome;
                font-size: 200%;
                position: absolute;
                top: 0;
                left: 12px;
                color: #2c74c0;
            }

            .lc-ext-login-row .lc-ext-login-btn.AzureADUsingOpenIdWithMicrosoftGraph .rbText {
                color: #999;
                line-height: 29px;
                margin-left: 35px;
            }

        .lc-ext-login-row .lc-ext-login-btn.Facebook {
            border-color: #3c66c4;
            background-color: #3c66c4;
        }

            .lc-ext-login-row .lc-ext-login-btn.Facebook:hover {
                border-color: #3c66c4;
                background-color: #3c66c4;
                opacity: 0.8;
            }

            .lc-ext-login-row .lc-ext-login-btn.Facebook:before {
                content: "\f082";
                font-family: FontAwesome;
                font-size: 200%;
                position: absolute;
                top: 0;
                left: 12px;
                color: #fff;
            }

        .lc-ext-login-row .lc-ext-login-btn.O365, .lc-ext-login-row .lc-ext-login-btn.ADFS {
            border-color: #cf4332;
            background-color: #d63c07;
        }

            .lc-ext-login-row .lc-ext-login-btn.O365:hover, .lc-ext-login-row .lc-ext-login-btn.ADFS:hover {
                border-color: #cf4332;
                background-color: #d63c07;
                opacity: 0.9;
            }

            .lc-ext-login-row .lc-ext-login-btn.O365:before, .lc-ext-login-row .lc-ext-login-btn.ADFS:before {
                content: "\f17a";
                font-family: FontAwesome;
                font-size: 200%;
                position: absolute;
                top: 0;
                left: 12px;
                color: #fff;
            }

/* Learning Plan Asset */
.learningPlanAsset .RadDropDownList .rddlPopup {
    width: auto !important;
}

.learningPlanAsset .RadDropDownList .rddlItem {
    white-space: nowrap;
}

.learningPlanAsset .RadOrgChart, .pnlRefresh, .pnlGroupSelector {
    float: left;
}

.learningPlanAsset .pnlPlanSelector span, .learningPlanAsset .pnlGroupSelector span, .learningPlanAsset .pnlPlanoverviewSelector span {
    margin-right: 5px;
}

.learningPlanAsset .lpOverview {
    float: left;
    text-align: center;
}

    .learningPlanAsset .lpOverview canvas, .learningPlanOptions, .pnlPlanSelector {
        margin-bottom: 20px;
    }

.learningPlanAsset .cppnlNav {
    float: left;
    width: 100%;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
    text-align: center;
}

    .learningPlanAsset .cppnlNav h3 {
        margin: 0 0 10px 0;
    }

    .learningPlanAsset .cppnlNav .cpgGrpNextStarts {
        margin: 10px 0 10px 0;
        color: #4cb5f5;
    }

    .learningPlanAsset .cppnlNav a {
        display: inline-block;
        text-decoration: none;
        border: 1px solid #ccc;
        color: #333;
        padding: 5px 10px;
        border-radius: 3px;
        background: #fff;
    }

        .learningPlanAsset .cppnlNav a:hover {
            background: #f1f1f1;
        }

.pnlPlanInfo {
    /*float: left;*/
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #dce0e4;
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

    .pnlPlanInfo .hPlanTitle {
        color: #333;
        /*float: left;*/
        margin: 0;
        padding: 5px 10px;
        box-sizing: border-box;
        font-weight: bold;
        background: rgba(255,255,255,0.3);
    }

    .pnlPlanInfo .imgPlanLogo {
        float: left;
        margin: 20px 0 0 0;
        max-height: 150px;
        max-width: 200px;
    }

    .pnlPlanInfo h3 {
        /*float: left;*/
        width: 100%;
    }

.pnlPlanDetails {
    /*float: left;*/
    width: 100%;
    padding: 10px 20px 5px 20px;
    box-sizing: border-box;
    border-top: 1px solid #dce0e4;
    background: #fff;
}

.liTile span.lbObjectiveTitle {
    float: left;
    width: 100%;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.liTileDesc {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

.learningPlanAsset .lbPlanStatus,
.learningPlanAsset .lbPlanAttemptMode,
.learningPlanAsset .lbPlanStart,
.learningPlanAsset .lbPlanCompleted,
.learningPlanAsset .lbPlanKudos,
.learningPlanAsset .lbPlanDeadline,
.learningPlanAsset .lbPlanProgress,
.learningPlanAsset .lbPlanExpiryDate {
/*    float: left;*/
    margin: 0 20px 0 0;
}

    .learningPlanAsset .lbPlanStatus span,
    .learningPlanAsset .lbPlanAttemptMode span,
    .learningPlanAsset .lbPlanStart span,
    .learningPlanAsset .lbPlanCompleted span,
    .learningPlanAsset .lbPlanKudos span,
    .learningPlanAsset .lbPlanDeadline span,
    .learningPlanAsset .lbPlanDeadline > a,
    .learningPlanAsset .lbPlanProgress span,
    .learningPlanAsset .lbPlanExpiryDate span,
    .learningPlanAsset .hypPlanCert {
        background: #f1f1f1;
        color: #333;
        padding: 2px 5px;
        margin-right: 5px;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 70%;
    }

    .learningPlanAsset .lbPlanDeadline .deadline-active span {
        background-color: orange;
    }

    .learningPlanAsset .lbPlanExpiryDate .lp-expiry-warning span {
        background-color: orange;
    }

    .learningPlanAsset .lbPlanExpiryDate .lp-expired span {
        background-color: red;
    }

.pnlGrpWrap, .hTimeLeftOnPlanText {
    float: left;
    width: 100%;
    text-align: center;
}

.learningPlanAssetTile {
    margin-bottom: 15px;
}

.learningPlanAssetTileHeader {
    background-color: #dce0e4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.learningPlanAsset .learningPlanAssetTileHeader {
    /*float: left;*/
    width: 100%;
    position: relative;
    height: 175px;
    padding: 10px;
    box-sizing: border-box;
}

.learningPlanAsset .learningPlanAssetTileContent {
    background: rgba(255,255,255,0.95);
    /*float: left;*/
    width: 100%;
    height: auto;
    min-height: 150px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #dce0e4;
    position: relative;
    overflow: auto;
}

.learningPlanAsset .imgLogo, .learningPlanAsset .imgGrpLogo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 75px;
}

.learningPlanAsset .lbKudos {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #2869ae;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 65%;
    text-transform: uppercase;
    line-height: 20px;
    padding-right: 5px;
}

    .learningPlanAsset .lbKudos span {
        color: #333;
        padding: 0 5px;
        float: left;
        border-radius: 2px 0 0 2px;
    }

.learningPlanAsset .hPhaseLbl {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

.learningPlanAsset .lbObjectiveTitle {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learningPlanAsset .litGrpDesc, .learningPlanAsset .pnlSingleCourse, .learningPlanAsset .objDesc {
    float: left;
    width: 100%;
}

.learningPlanAsset .lbType,
.learningPlanAsset .lbObjType,
.learningPlanAsset .lbEstTime,
.learningPlanAsset .lstCats,
.learningPlanAsset .lbStartDate,
.learningPlanAsset .lbDeadlineDate,
.learningPlanAsset .lbExpiryDate,
.learningPlanAsset .lbWhenCompleted,
.learningPlanAsset .hypCert,
.learningPlanAsset .hGrp,
.learningPlanAsset .cpglbStartDate,
.learningPlanAsset .cpglbDeadlineDate,
.learningPlanAsset .cpglbExpiryDate,
.learningPlanAsset .cpglbCompletedDate,
.learningPlanAsset .cpghypCert {
    float: left;
    font-size: 65%;
    text-transform: uppercase;
    background: #f5f5f5;
    padding: 3px 5px;
    margin: 0 5px 5px 0;
}

    .learningPlanAsset .cpglbDeadlineDate .deadline-active, .learningPlanAsset .lbDeadlineDate .deadline-active {
        background-color: orange;
    }

    .learningPlanAsset .cpglbExpiryDate .lp-expiry-warning, .learningPlanAsset .lbExpiryDate .lp-expiry-warning {
        background-color: orange;
    }

    .learningPlanAsset .cpglbExpiryDate .lp-expired, .learningPlanAsset .lbExpiryDate .lp-expired {
        background-color: red;
    }

.learningPlanAsset .lbStatus, .learningPlanAsset .cpglbStatus {
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    font-size: 65%;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 5px;
}

    .learningPlanAsset .lbStatus.Passed,
    .learningPlanAsset .cpglbStatus.Passed {
        background: #7caa2d;
    }

    .learningPlanAsset .lbStatus.Completed,
    .learningPlanAsset .cpglbStatus.Completed {
        background: #4cb5f5;
    }

    .learningPlanAsset .lbStatus.Failed,
    .learningPlanAsset .cpglbStatus.Failed {
        background: #d8412f;
    }

    .learningPlanAsset .lbStatus.Incomplete,
    .learningPlanAsset .cpglbStatus.Incomplete {
        background: #e1b16a;
    }

    .learningPlanAsset .lbStatus.Browsed,
    .learningPlanAsset .cpglbStatus.Browsed {
        background: #7ba4a8;
    }

    .learningPlanAsset .lbStatus.Finished,
    .learningPlanAsset .cpglbStatus.Finished {
        background: #426e86;
    }

    .learningPlanAsset .lbStatus.NotAttempted,
    .learningPlanAsset .cpglbStatus.NotAttempted {
        background: #bcbabe;
    }

    .learningPlanAsset .lbStatus.MissingPrequisite,
    .learningPlanAsset .cpglbStatus.MissingPrequisite {
        background-color: orange;
    }

    .learningPlanAsset .lbStatus.Expired,
    .learningPlanAsset .cpglbStatus.Expired {
        background-color: red;
    }

.learningPlanAsset .plan-list-objective-link.Passed {
    color: #7caa2d;
}

.learningPlanAsset .plan-list-objective-link.Completed {
    color: #7caa2d;
}

.learningPlanAsset .plan-list-objective-link.Failed {
    color: #d8412f;
}

.learningPlanAsset .plan-list-objective-link.Incomplete {
    color: #e1b16a;
}

.learningPlanAsset .plan-list-objective-link.Browsed {
    color: #7ba4a8;
}

.learningPlanAsset .plan-list-objective-link.Finished {
    color: #7caa2d;
}

.learningPlanAsset .plan-list-objective-link.NotAttempted {
}

.learningPlanAsset .plan-list-objective-link.disabled, .learningPlanAsset .plan-list-objective-link.disabled a:hover {
    color: gray;
    text-decoration: none;
    cursor: default;
}

.pnlCatPlanGauge {
    width: 70px;
    position: absolute !important;
    top: 15px;
    right: 5px;
}

.addCatPlanGauge {
    width: 70% !important;
}

.pnlCatPlanGaugeClear {
    clear: both;
}

.lp-asset-cat-tile-completion-gauge div:first-of-type {
    height: 150px !important;
}

.liTileDesc.addCatPlanGauge label span {
    height: 60px;
}

/* Learning Asset Tile V2  */

.lp-asset-cat-tile-header {
    position: relative;
    height: 225px;
    background-size: cover;
    background-position: center;
    background-color: rgba(159, 159, 159, 0.55);
    padding: 10px;
}

.lp-asset-cat-tile-logo-wrap {
    position: absolute;
    left: 15px;
    bottom: -50px;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.1);
}

.lp-asset-cat-tile-logo {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.lp-asset-cat-tile-body-detail {
    margin-top: -10px;
}

.lp-asset-cat-tile-details-lbObjectiveCount,
.lp-asset-cat-tile-kudos-label {
    font-size: 100%;
    font-weight: bold;
    color: #666;
}

.lp-asset-cat-card {
    min-width: 400px;
    margin: 10px;
}

.card-footer-border {
    border-top: 1px solid #ECEFF1 !important;
}

/* Certificate Asset */
.certificateManagerAssetUserFilter {
    float: left;
    width: 100%;
}

    .certificateManagerAssetUserFilter > span, .certificateManagerAssetUserFilter > .RadDropDownList {
        float: left;
    }

.certificateFilter {
    display: inline-block;
    margin-bottom: 10px;
}

    .certificateFilter input {
        float: left;
        margin: 5px 5px 0 0;
    }

    .certificateFilter label {
        font-weight: normal;
    }

.certificateAssetTbl input {
    padding: 6px 12px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.certificateAssetTbl strong {
    float: left;
    width: 100%;
    margin: 10px 0 5px 0;
}

.certificateAssetTbl .btn-default {
    float: left;
    margin-right: 10px;
}

.certificateAssetTbl .RadAsyncUpload {
    float: left;
    width: 100%;
}

.certificateManagerBtns {
    padding-top: 20px;
    padding-bottom: 40px;
}

.pnlMultiCourse {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}

    .pnlMultiCourse ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pnlMultiCourse li {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .pnlMultiCourse .lbTitle {
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }

    .pnlMultiCourse li:nth-child(even) {
        background: #fff;
    }

    .pnlMultiCourse li a {
        float: left;
        padding: 6px 12px;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 3px;
        color: #999;
        text-decoration: none;
        font-size: 95%;
    }

.pnlCourseSessionSelector .pnlCourseSessionSelectorContent {
    float: left;
    width: 100%;
    height: 175px;
    overflow: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 1px solid #dce0e4;
}

.pnlCourseSessionSelector .lbSessionTitle {
    font-weight: bold;
}

.liTile {
    float: left;
    margin: 0 1% 1% 0;
    width: 24%;
}

.liTileDesc {
    position: relative;
}

    .liTileDesc label {
        float: left;
        width: 100%;
        font-weight: normal;
        cursor: pointer;
    }

        .liTileDesc label span {
            height: 35px;
            overflow: hidden;
            float: left;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .liTileDesc label span:before {
                content: "\f141";
                font-family: FontAwesome;
                line-height: 20px;
                transition: all 0.3s ease 0s;
                color: #25a0da;
                text-align: center;
                width: 100%;
                height: 20px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: -webkit-linear-gradient(transparent, white);
                background: -o-linear-gradient(transparent, white);
                background: -moz-linear-gradient(transparent, white);
                background: linear-gradient(transparent, white);
            }

        .liTileDesc label:hover span:before {
            font-size: 150%;
            transition: all 0.3s ease 0s;
            line-height: 20px;
        }

    .liTileDesc input[type=checkbox] {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

        .liTileDesc input[type=checkbox]:checked ~ span {
            height: auto;
            transition: all 0.3s ease 0s;
        }

            .liTileDesc input[type=checkbox]:checked ~ span:before {
                display: none;
            }

#ulLPCatalogCategories, #ulLPCatalogMetaTags {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

    #ulLPCatalogCategories li {
        float: left;
        border-bottom: 1px solid #25a0da;
    }

        #ulLPCatalogCategories li a {
            float: left;
            padding: 5px 15px;
            box-sizing: border-box;
            border-bottom: 3px solid transparent;
        }

        #ulLPCatalogCategories li.Selected a {
            box-sizing: border-box;
            border-bottom: 3px solid #25a0da;
        }

        #ulLPCatalogCategories li a:hover, #ulLPCatalogCategories li a:focus {
            text-decoration: none;
            border-bottom: 3px solid #25a0da;
        }

    #ulLPCatalogMetaTags li {
        float: left;
        margin: 0 5px 5px 0;
    }

        #ulLPCatalogMetaTags li a {
            float: left;
            padding: 5px 15px;
            border: 1px solid #25a0da;
        }

            #ulLPCatalogMetaTags li a:hover {
                text-decoration: none;
                background: #25a0da;
                color: #fff;
            }

        #ulLPCatalogMetaTags li.Selected a {
            background: #25a0da;
            color: #fff;
        }

        #ulLPCatalogMetaTags li.Reset a {
            border: 1px solid #ff0000;
            background: #ff0000;
            color: #fff;
        }

            #ulLPCatalogMetaTags li.Reset a:focus {
                text-decoration: none;
            }

.ulDetails {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}

    .ulDetails > li {
        margin: 0;
        padding: 5px;
        box-sizing: border-box;
        background: #f1f1f1;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
    }

        .ulDetails > li:nth-child(2),
        .ulDetails > li:nth-child(3) {
            border-left: 1px solid #fff;
        }

        .ulDetails > li > span {
            float: left;
            width: 100%;
            text-align: center;
        }

        .ulDetails > li.liEstTime > span:first-child, .ulDetails > li.liObjectiveCount > span:first-child {
            padding: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ulDetails > li.liEstTime > span:last-child, .ulDetails > li.liObjectiveCount > span:last-child {
            text-transform: uppercase;
            font-size: 75%;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .ulDetails ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: auto;
        max-height: 32px;
    }


.liCats .ulCats {
    margin-top: 3px;
}

    .liCats .ulCats > li {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 75%;
        font-weight: bold;
    }

.learningPlanCatalog .RadButton {
    float: left;
    margin: 0 5px 5px 0;
}

.pnlLearnMore {
    float: left;
}

    .pnlLearnMore a {
        float: left;
        border-radius: 4px;
        background: #18d618;
        padding: 7px 10px;
        color: #fff;
    }

        .pnlLearnMore a:hover, .pnlLearnMore a:focus {
            text-decoration: none;
            background: #23e323;
        }

.learningPlanPreviewerContent {
    float: left;
    width: 100%;
}

.pnlMeta {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.pnlTimeLine {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
}

.lpTimeLineTile {
    float: left;
    width: 100%;
    position: relative;
    min-height: 80px;
}

.lpTimeLineTileHeader {
    float: left;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    background-color: #f5f5f5;
    background-image: none !important;
    margin-bottom: 1px;
}

.lpTimeLineimgLogo {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    margin: 0 0 0 10px;
}

.lpTimeLineimgDetails {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin: 0 0 0 10px;
}

.lpTimeLinelbObjectiveTitle {
    font-weight: bold;
    float: left;
    width: 100%;
}

.lpTimeLinelbDesc {
    float: left;
    width: 100%;
}

.lpTimeLinelbKudos {
    float: left;
    text-transform: uppercase;
    font-size: 75%;
    background: #fff;
    padding: 3px 5px;
    margin-top: 5px;
}

.hypViewToggle {
    float: right;
    margin: 15px;
    padding: 5px 10px;
    background: #25a0da;
    color: #fff;
}

    .hypViewToggle:hover, .hypViewToggle:focus {
        text-decoration: none;
        color: #fff;
    }

.lpTimeLinelbCert {
    float: right;
    height: 30px;
    width: 30px;
    background-image: url(/images/v2Admin/CertificateIcon512px.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 15px;
}

.lpTimeLineObjectives {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 0 0 80px;
    box-sizing: border-box;
}

    .lpTimeLineObjectives:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 40px;
        width: 1px;
        height: 100%;
        background: #f5f5f5;
    }

.lpTimeLineObjectivesContent {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
    background-image: none !important;
    margin: 10px 0;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
}

    .lpTimeLineObjectivesContent:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -38px;
        width: 36px;
        height: 1px;
        background: #f5f5f5;
    }

.lpTimeLineObjectivesimgLogo {
    float: left;
    margin: 10px 0 10px 20px;
    max-width: 160px;
}

.lpTimeLineObjectivesDetails {
    float: left;
    margin: 10px;
    max-width: 70%;
}

.lpTimeLineObjectiveslbObjectiveTitle {
    float: left;
    width: 100%;
    margin: 5px 0;
    color: #25a0da;
    font-size: 125%;
}

.lpTimeLineObjectiveslbDesc {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.lpTimeLineObjectiveslbType {
    float: left;
    margin-right: 5px;
    background: #ff0000;
    color: #fff;
    font-size: 65%;
    text-transform: uppercase;
    padding: 3px 5px;
}

.lpTimeLineObjectivesSub {
    float: left;
    width: 100%;
}

    .lpTimeLineObjectivesSub > span {
        float: left;
        text-transform: uppercase;
        font-size: 75%;
        background: #f5f5f5;
        padding: 3px 5px;
        margin: 0 10px 5px 0;
    }

        .lpTimeLineObjectivesSub > span:empty {
            display: none;
        }

.pnlObjectives div.lpTimeLineObjectives:last-of-type .lpTimeLineObjectivesContent:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -41px;
    width: 1px;
    height: 55%;
    background: #fff;
    z-index: 1;
}

.lbHasCert {
    float: right;
    height: 30px;
    width: 30px;
    background-image: url(/images/v2Admin/CertificateIcon512px.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ulPlanSelectorList {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .ulPlanSelectorList li {
        float: left;
        border-bottom: 1px solid #25a0da;
    }

        .ulPlanSelectorList li a {
            float: left;
            padding: 5px 15px;
            box-sizing: border-box;
            border-bottom: 3px solid transparent;
        }

        .ulPlanSelectorList li.Selected a {
            box-sizing: border-box;
            border-bottom: 3px solid #25a0da;
        }

        .ulPlanSelectorList li a:hover, #ulLPCatalogCategories li a:focus {
            text-decoration: none;
            border-bottom: 3px solid #25a0da;
        }

        .ulPlanSelectorList li.Catalog a:hover {
            text-decoration: none;
            border-bottom: 1px solid #adadad;
            background: #e6e6e6;
        }

        .ulPlanSelectorList li.Catalog a {
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 3px;
            color: #999;
        }

        .ulPlanSelectorList li.Catalog {
            float: left;
            border: none;
            margin-left: 10px;
        }

        .ulPlanSelectorList li.Leave a:hover {
            text-decoration: none;
            border-bottom: 1px solid #dd0000;
            background: #dd0000;
        }

        .ulPlanSelectorList li.Leave a {
            box-sizing: border-box;
            border: 1px solid #ff0000;
            border-radius: 3px;
            color: #fff;
            background: #ff0000;
        }

        .ulPlanSelectorList li.Leave {
            float: left;
            border: none;
            margin-left: 10px;
        }

.pnlGroupSelector.Tiles .lbPhaseLabel {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}

.ulPhaseSelectorList {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    list-style: none;
}

    .ulPhaseSelectorList li {
        float: left;
        border-bottom: 1px solid #25a0da;
    }

        .ulPhaseSelectorList li a {
            float: left;
            padding: 5px 15px;
            box-sizing: border-box;
            border-bottom: 3px solid transparent;
        }

        .ulPhaseSelectorList li.Selected a {
            box-sizing: border-box;
            border-bottom: 3px solid #25a0da;
        }

        .ulPhaseSelectorList li a:hover {
            text-decoration: none;
            border-bottom: 3px solid #25a0da;
        }

        .ulPhaseSelectorList li.disabled {
            border-bottom: 1px solid grey;
            color: gray;
        }

            .ulPhaseSelectorList li.disabled a, .ulPhaseSelectorList li.disabled a:hover {
                border-bottom: 3px solid transparent;
                text-decoration: none;
                color: gray;
            }




.lpTimeLineMainHeader .col-md-10 {
    border-bottom: 1px solid #f5f5f5;
}

.lpTimeLineMainHeader {
    background-image: none !important;
    border: 0;
    background: #fff;
}

    .lpTimeLineMainHeader .hPlanTitle {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 100%;
    }

    .lpTimeLineMainHeader .lpTimeLineLogo {
        padding-left: 0;
    }

    .lpTimeLineMainHeader .imgPlanLogo {
        margin: 20px 0;
    }

    .lpTimeLineMainHeader .lbDesc {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

.lpTimeLineMainHeaderDetails {
    float: left;
    width: 100%;
    margin: 20px 0;
}

    .lpTimeLineMainHeaderDetails > span {
        float: left;
        text-transform: uppercase;
        font-size: 75%;
        background: #f5f5f5;
        padding: 3px 5px;
    }

        .lpTimeLineMainHeaderDetails > span:empty {
            display: none;
        }

.lpTimeLineulDetails {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .lpTimeLineulDetails > li {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 3px;
        background: #f5f5f5;
        box-sizing: border-box;
    }

        .lpTimeLineulDetails > li span {
            float: left;
            width: 100%;
            line-height: 110%;
        }

    .lpTimeLineulDetails .liEstTime span:first-child {
        text-transform: uppercase;
        font-size: 75%;
        font-weight: bold;
        color: #999;
    }

    .lpTimeLineulDetails .liObjectiveCount span:first-child {
        text-transform: uppercase;
        font-size: 75%;
        font-weight: bold;
        color: #999;
    }

    .lpTimeLineulDetails .liKudos span:first-child {
        text-transform: uppercase;
        font-size: 75%;
        font-weight: bold;
        color: #999;
    }

    .lpTimeLineulDetails .liEstTime span:last-child, .lpTimeLineulDetails .liObjectiveCount span:last-child, .lpTimeLineulDetails .liKudos span:last-child {
        font-size: 200%;
    }

    .lpTimeLineulDetails .liCats .ulCats {
        padding: 0;
    }

        .lpTimeLineulDetails .liCats .ulCats > li {
            background: #eee;
            text-align: left;
            white-space: initial;
            overflow: auto;
            text-overflow: initial;
            margin-bottom: 1px;
            font-size: 100%;
            line-height: 120%;
            padding: 5px;
        }

    .lpTimeLineulDetails .liPlanCert span {
        text-transform: uppercase;
        font-size: 75%;
        text-align: left;
        font-weight: bold;
        color: #999;
    }

    .lpTimeLineulDetails .divPlanCert {
        height: 50px;
        background-image: url(/images/v2Admin/CertificateIcon512px.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 10px 0;
    }

.learningPlanAsset .pnlCatalogCategories {
    float: left;
}

.learningPlanAsset .pnlCatalogMetaTags {
    float: right;
}

.learningPlanAsset .pnlPlanCatalog {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.learningPlanAsset .pnlLearningPlanCatalog h2 {
    font-size: 130%;
}

.pnlCatPlanDetails {
    position: absolute;
    margin-left: 95px;
    margin-right: 5px;
    right: 5px;
    bottom: 10px;
    text-align: right;
    background: rgba(0,0,0,0.2);
    padding: 5px;
}

    .pnlCatPlanDetails .lbPlanStatus,
    .pnlCatPlanDetails .lbPlanStart,
    .pnlCatPlanDetails .lbPlanCompleted,
    .pnlCatPlanDetails .lbPlanKudos,
    .pnlCatPlanDetails .lbPlanDeadline,
    .pnlCatPlanDetails .lbPlanProgress,
    .pnlCatPlanDetails .lbPlanExpiryDate {
        margin: 0 5px 3px 0;
        font-size: 85%;
        color: #fff;
    }

        .pnlCatPlanDetails .lbPlanStatus span,
        .pnlCatPlanDetails .lbPlanStart span,
        .pnlCatPlanDetails .lbPlanCompleted span,
        .pnlCatPlanDetails .lbPlanKudos span,
        .pnlCatPlanDetails .lbPlanProgress span,
        .pnlCatPlanDetails .lbPlanDeadline span,
        .pnlCatPlanDetails .lbPlanExpiryDate span {
            background: #f1f1f1;
            color: #333;
            padding: 2px 5px;
            margin-right: 5px;
            border-radius: 2px;
            text-transform: uppercase;
        }

        .pnlCatPlanDetails .lbPlanDeadline .deadline-active span {
            background-color: orange;
        }

        .pnlCatPlanDetails .lbPlanExpiryDate .lp-expiry-warning span {
            background-color: orange;
        }

        .pnlCatPlanDetails .lbPlanExpiryDate .lp-expired span {
            background-color: red;
        }

.pnlCatPlanGauge {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* News Asset V2 */
.newsAssetHeader img {
    float: left;
    margin: 0 10px 0 0;
    max-width: 100%;
}

.newsAssetEditNews {
    margin-left: 10px;
}

.NewsHeading {
    font-weight: bold;
}

.TrDescImage input[type="image"], .dgNewsChannel img {
    max-width: 100%;
}

.NewsControl {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

    .NewsControl img {
        max-width: 100%;
    }

    .NewsControl .col-md-12 {
        padding: 0;
    }

    .NewsControl .newsitems .newsitemlist .newsitem:first-child {
        margin-top: 15px;
    }


.newsitems {
    float: left;
    width: 100%;
}

.newsAssetHeader {
    position: relative;
}

.newsAssetAddNews {
    position: absolute;
    top: 0;
    right: 0;
}

.newsAssetHeader h1 {
    margin: 0 0 10px 0;
    padding: 0;
}

.RadDock .newsAssetHeader h1 {
    margin-left: 10px;
}

.NewsControl .list-group-item {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.newsitemlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .newsitemlist li.newsitem {
        padding: 15px;
        box-sizing: border-box;
        position: relative;
        font-size: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #eee !important;
    }
/*
        .newsitemlist li.newsitem:hover {
            background: #e6f2fa;
        }*/

    .newsitemlist li:last-child {
        border-bottom: 0;
    }

    .newsitemlist li.newsitem.notseen:before {
        content: "";
        display: inline;
        width: 2px;
        height: 96%;
        position: absolute;
        top: 2%;
        left: 2px;
        background: #25a0da;
    }

    .newsitemlist h1, .newsitemlist h2, .newsitemlist h3, .newsitemlist h4 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 100%;
        font-weight: 600;
        font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    }

    .newsitemlist li.newsitem video {
        width: 100%;
    }

.newsViewer {
    margin: 0;
    padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.newsViewerTitle {
    font-weight: 700;
}

.newsViewer img {
    max-width: 100%;
    margin: 20px 0;
}

.newsViewerEdit {
    float: right;
}
/*.newsitemsnone { padding:0 0 0 10px; font-style:italic; }*/
.newsitemcommentlist {
    background: #f6f7f9;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #dedede;
}

    .newsitemcommentlist.newsitemviewer {/*
        margin-top: 20px;
        border: 1px solid #dedede;
        padding: 10px;*/
    }

    .newsitemcommentlist .RadInputMultiline, .newsitemcommentlist .RadButton {
        margin-bottom: 5px;
    }

.newsitemcommentlistul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .newsitemcommentlistul li {
        padding: 10px 0;
        border-bottom: 1px solid #dedede;
    }

        .newsitemcommentlistul li:last-child {
            border: 0;
        }

        .newsitemcommentlistul li p {
            margin: 0 0 0 15px;
        }

        .newsitemcommentlistul li em {
            opacity: 0.5;
        }

.newsAssetSearch {
    margin: 10px 0;
}

    .newsAssetSearch.enabledUnread .RadDropDownList {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .newsAssetSearch.enabledUnread .newsAssetInputWrap {
        box-sizing: border-box;
        padding-left: 110px;
        min-height: 35px;
    }


    .newsAssetSearchWrap .RadDropDownList {
        margin-right: 5px;
        float: left;
    }

.newsAssetInputWrap {
    position: relative;
    display: flex;
}


        .newsAssetInputWrap .btnSearchNews .rbPrimaryIcon, .newsAssetInputWrap .btnResetNews .rbPrimaryIcon {
            margin: 0 !important;
            color: #999;
        }

    .newsAssetInputWrap .news-asset-search, .newsAssetInputWrap .news-asset-dropdown {
        height: 35px;
    }

.newsitems .newsAssetInputWrap .RadButton, .newsitemcommentlist .newsAssetInputWrap .RadButton {
    position: absolute;
    top: 0;
    right: 0;
}

.commentitem .fa, .commentitem_alt .fa {
    margin-right: 5px;
}

.lcmenuimg {
    height: 32px;
}

.newsItemImageImg {
    margin: auto;
    max-width: 100%;
}

/* Course Catalog Dropdown */
.course-catalog-search-filter-drop {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor:pointer;
}

.course-catalog-search-filter-drop:hover,
.course-catalog-search-filter-drop:focus {
    background-color:rgba(238, 238, 238, 0.5);

}

.course-catalog-search-filter-drop .course-logo {
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    height: 25px;
    width: 25px;
    border-radius: 100%;
}


/* Course Catalog Pop-Up Default */
.course-catalog-popup-default-header {
    padding: 20px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    font-size: 14px;
}

    .course-catalog-popup-default-header img {
        max-width: 100px;
    }

    .course-catalog-popup-default-header h1 {
        margin: 20px 0 0 0;
        padding: 0;
    }

.course-catalog-popup-default-nav ul {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e9eaed;
}

.course-catalog-popup-default-nav li {
    float: left;
    padding: 8px 20px;
    border-right: 1px solid #e9eaed;
    line-height: 38px;
}

    .course-catalog-popup-default-nav li:last-child {
        border: 0;
    }

.course-catalog-popup-default-nav .btn {
    float: left;
}

.course-catalog-popup-default-nav, .course-catalog-popup-default-desc {
    font-size: 14px;
}

/* Team Spreadsheet App Pop-Up */
.team-spreadsheet-app-popup .RadAsyncUpload {
    display: inline-block;
}

    .team-spreadsheet-app-popup .RadAsyncUpload .ruBrowse {
        height: 34px;
    }

.team-spreadsheet-app-popup button {
    margin-bottom: 5px;
}

.team-spreadsheet-app-popup-header {
    margin: 15px 0;
}

/* Grid Default Avatars */
user .user-pic, group .group-logo, course .course-logo {
    float: left;
    margin-right: 5px;
    background-size: cover;
    background-position: center center;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}


/* Resource Selector */
.text-editor-resource-selector {
    margin: 0;
    padding: 15px;
    float: left;
    width: 100%;
    list-style: none;
    border: 1px solid #dedede;
    border-top: 0;
    background: #fbfbfb;
}

    .text-editor-resource-selector li {
        float: left;
        width: 23%;
        margin: 1%;
    }

    .text-editor-resource-selector a {
        float: left;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-size: cover;
        overflow: hidden;
        background-position: center;
    }

        .text-editor-resource-selector a span {
            float: left;
            width: 100%;
            background: #fff;
            text-align: center;
            padding: 15px;
            font-weight: bold;
            color: #25a0da;
            height: 100px;
            line-height: 125%;
        }

            .text-editor-resource-selector a span svg {
                font-size: 150%;
                margin-bottom: 5px;
            }

        .text-editor-resource-selector a:hover span {
            opacity: 0.9;
            transition: all 0.3s ease 0s;
        }

/* Tooltip */
.k-widget.k-tooltip {
    height: 100px !important;
}

/* User Card */
.k-chart-crosshair-tooltip, .k-chart-shared-tooltip, .k-widget.k-tooltip {
    background: #fff !important;
    height: initial !important;
    min-height: 170px;
    padding: 0 !important;
}

.k-tooltip-closable .k-tooltip-content {
    padding-right: 0 !important;
}

.k-callout-s {
    border-top-color: #fff !important;
}


/* Team Updates App */
.ulInsertLinkDialog {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

    .ulInsertLinkDialog li {
        width: 18%;
        margin: 0 1% 2% 1%;
        float: left;
    }

        .ulInsertLinkDialog li:hover svg, .ulInsertLinkDialog li:hover h2 {
            text-decoration: none;
            color: #fff;
            opacity: 0.8;
        }

    .ulInsertLinkDialog a {
        float: left;
        text-align: center;
        height: 200px;
        width: 100%;
        border-radius: 5px;
        padding: 15px;
        box-sizing: border-box;
        color: #fff;
    }

        .ulInsertLinkDialog a:hover {
            text-decoration: none;
        }

    .ulInsertLinkDialog svg {
        margin: 15% 0 15px 0;
    }

    .ulInsertLinkDialog h2 {
        float: none;
    }

    .ulInsertLinkDialog li:nth-child(1) a {
        background: #039f9b;
    }

    .ulInsertLinkDialog li:nth-child(2) a {
        background: #f6af33;
    }

    .ulInsertLinkDialog li:nth-child(3) a {
        background: #4dd487;
    }

    .ulInsertLinkDialog li:nth-child(4) a {
        background: #375d96;
    }

    .ulInsertLinkDialog li:nth-child(5) a {
        background: #f05f6e;
    }

    .ulInsertLinkDialog li:nth-child(6) a {
        background: #06b3db;
    }

    .ulInsertLinkDialog li:nth-child(7) a {
        background: #336a86;
    }

    .ulInsertLinkDialog li:nth-child(8) a {
        background: #fa6541;
    }

    .ulInsertLinkDialog li:nth-child(9) a {
        background: #adbd37;
    }

    .ulInsertLinkDialog li:nth-child(10) a {
        background: #039f9b;
    }

    .ulInsertLinkDialog li:nth-child(11) a {
        background: #f6af33;
    }

/* Team Spreadsheet App */
.team-spreadsheet-app {
    border: 1px solid #f6f6f6;
}

    .team-spreadsheet-app .folders-heading {
        font-weight: 500;
        padding: 10px 15px;
        margin-bottom: 5px;
        background: #eee;
    }

.team-spreadsheet-app-left {
    background: #fbfbfb;
    border-right: 1px solid #f6f6f6;
    padding: 15px 0 !important;
}

.team-spreadsheet-app-right {
    background: #fefefe;
    padding: 15px 0;
}

.team-spreadsheet-app-left .btn {
    margin: 0 15px;
}

.team-spreadsheet-app-left #newFolderContainer {
    margin: 0 15px 15px 15px;
    width: 100%;
}

.team-spreadsheet-app-left .rtOut.rtEdit {
    border-bottom: 1px solid #e1e1e1;
}

/* Team Notes App */
.team-notes-app {
    border: 1px solid #f6f6f6;
}

    .team-notes-app .folders-heading {
        font-weight: 500;
        padding: 10px 15px;
        margin-bottom: 5px;
        background: #eee;
    }

.team-notes-app-left {
    background: #fbfbfb;
    border-right: 1px solid #f6f6f6;
    padding: 15px 0 !important;
}

.team-notes-app-right {
    background: #fefefe;
    padding: 15px 0;
}

.team-notes-app-left .btn-primary {
    margin: 0 15px 15px 15px;
}

.team-notes-app-left .btn-secondary {
    margin: 0 15px;
}

.team-notes-app-left #newFolderContainer {
    margin: 0 15px 15px 15px;
    width: 100%;
}

.team-notes-app-left .rtOut.rtEdit {
    border-bottom: 1px solid #e1e1e1;
}

.team-notes-app-refresh {
    position: absolute;
    top: 25px;
    right: 15px;
}

.team-notes-app-left .RadTreeView .rtLI {
    padding-left: 15px !important;
}

/* Leaderboard Asset */
.leaderboard-assset-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.leaderboard-assset-list-item:nth-child(even) {
    background: #f9f9f9;
}

.leaderboard-assset-list-table {
    width: 100%;
    font-weight: bold;
}

    .leaderboard-assset-list-table td {
        vertical-align: middle;
    }

        .leaderboard-assset-list-table td:nth-child(1) {
            width: 30px;
            text-align: right;
        }

        .leaderboard-assset-list-table td:nth-child(2) {
            width: 50px;
        }

        .leaderboard-assset-list-table td:last-child {
            width: 10%;
            text-align: center;
        }

.leaderboard-assset-list-rank {
    font-weight: bold;
}

.leaderboard-assset-list-avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    margin: 15px;
}

.leaderboard-assset-list-score {
    margin-right: 15px;
}

/* Generic */
.pageFullscreenLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    z-index: 90000;
}

.card-block {
    padding: 1.25rem;
}

user {
    font-weight: 600;
}

teamnewsbadge counter.teams-hasnews {
    background-color: red;
    border: 1px solid red;
}

teamnewsbadge counter.teams-nonews {
    background-color: #999;
    border: 1px solid #999;
}

teamnewsbadge a:hover {
    text-decoration: none;
}

teamnewsbadge counter {
    padding: 0 10px;
    border-radius: 50%;
    color: white;
    margin: 0 5px;
}

.RadWindow_Bootstrap .rwTitleWrapper {
    box-sizing: content-box !important;
}

.pageFullscreenLoader .loader {
    margin: auto;
    margin-top: 150px;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: pageFullscreenSpinner 2s linear infinite;
}

/* Media Asset Gallery Telerik 
.media-asset-img-gallery-ctrl.TelerikToolTips .rigThumbnailsList img,
.media-asset-img-gallery-ctrl.TelerikThumbnails .rigThumbnailsList img,
.media-asset-img-gallery-ctrl.TelerikLigthBox .rigThumbnailsList img {
    object-fit: cover;
}

.media-asset-img-gallery-ctrl.TelerikLigthBox .RadImageGallery,
.media-asset-img-gallery-ctrl.TelerikLigthBox .rigItemBox,
.media-asset-img-gallery-ctrl.TelerikLigthBox .rigThumbnailsBoxHorizontal {
    height: auto !important;
}

.media-asset-img-gallery-ctrl.TelerikToolTips .RadImageGallery .rigThumbnailsBox,
.media-asset-img-gallery-ctrl.TelerikThumbnails .RadImageGallery .rigThumbnailsBox,
.media-asset-img-gallery-ctrl.TelerikLigthBox .RadImageGallery .rigThumbnailsBox {
    background-color: #fff;
}
*/

/* Media Asset Gallery Lightbox */
.media-asset-img-gallery-ctrl.SimpleLightBoxDefault,
.media-asset-img-gallery-ctrl.SimpleLightBoxMedium,
.media-asset-img-gallery-ctrl.SimpleLightBoxLarge,
.media-asset-img-gallery-ctrl.SimpleLightBoxWithLabel,
.media-asset-img-gallery-ctrl.SimpleLightBoxBorder,
.media-asset-img-gallery-ctrl.SimpleLightBoxBorderWithLabel,
.media-asset-img-gallery-ctrl.SimpleLightBoxDefault a,
.media-asset-img-gallery-ctrl.SimpleLightBoxMedium a,
.media-asset-img-gallery-ctrl.SimpleLightBoxLarge a,
.media-asset-img-gallery-ctrl.SimpleLightBoxWithLabel a,
.media-asset-img-gallery-ctrl.SimpleLightBoxBorder a,
.media-asset-img-gallery-ctrl.SimpleLightBoxBorderWithLabel a {
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
}

    .media-asset-img-gallery-ctrl.SimpleLightBoxDefault img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxMedium img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxLarge img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxWithLabel img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxBorder img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxBorderWithLabel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .media-asset-img-gallery-ctrl.SimpleLightBoxDefault a:hover img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxMedium a:hover img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxLarge a:hover img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxWithLabel a:hover img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxBorder a:hover img,
    .media-asset-img-gallery-ctrl.SimpleLightBoxBorderWithLabel a:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .media-asset-img-gallery-ctrl.SimpleLightBoxDefault .media-asset-gallery-image-link {
        width: 15%;
        margin: 0 1% 1% 0;
        height: 100px;
    }

    .media-asset-img-gallery-ctrl.SimpleLightBoxMedium .media-asset-gallery-image-link {
        width: 23%;
        margin: 0 1% 1% 0;
        height: 150px;
    }

    .media-asset-img-gallery-ctrl.SimpleLightBoxLarge .media-asset-gallery-image-link {
        width: 48%;
        margin: 0 1% 1% 0;
        height: 200px;
    }

    .media-asset-img-gallery-ctrl.SimpleLightBoxWithLabel .media-asset-gallery-image-link {
        width: 22%;
        margin: 1%;
        height: 175px;
        position: relative;
    }

    .media-asset-img-gallery-ctrl.SimpleLightBoxWithLabel span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 5px 0;
        line-height: 120%;
        height: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .media-asset-img-gallery-ctrl.SimpleLightBoxBorder .media-asset-gallery-image-link {
        width: 22%;
        margin: 1%;
        height: 150px;
        border: 5px solid #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.5);
        box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.5);
    }

    .media-asset-img-gallery-ctrl.SimpleLightBoxBorderWithLabel .media-asset-gallery-image-link {
        width: 22%;
        margin: 1%;
        height: 175px;
        border: 5px solid #fff;
        position: relative;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.5);
        box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.5);
    }

    .media-asset-img-gallery-ctrl.SimpleLightBoxBorderWithLabel span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Download Asset */

.download-asset .RadTreeView .rtImg {
    height: 16px;
}

.download-asset .dl-radiobtnlist {
}

    .download-asset .dl-radiobtnlist td {
        padding-right: 10px !important;
    }

        .download-asset .dl-radiobtnlist td label {
            font-weight: 400;
        }

        .download-asset .dl-radiobtnlist td input {
            margin-right: 3px !important;
        }

.download-asset .download-asset-toolbar, .download-asset .download-asset-search-button {
    background-color: #f5f5f5;
}

@media screen and (max-width:767px) {
    .media-asset-img-gallery-ctrl.SimpleLightBoxDefault .media-asset-gallery-image-link,
    .media-asset-img-gallery-ctrl.SimpleLightBoxMedium .media-asset-gallery-image-link {
        width: 48%;
    }
}

@media screen and (max-width:1279px) {
    .portalStatBorder .col-md-6, .bootstrapCharts .col-md-6 {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .liTile {
        margin: 0 0 2% 0;
        width: 100%;
    }

    .learningPlanAsset .pnlCatalogMetaTags {
        float: left;
    }

    .learningPlanAsset .learningPlanAssetTileContent {
        height: auto;
        margin-bottom: 10px;
    }

    .course-catalog-popup-default-nav li {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #e9eaed;
        line-height: initial;
        padding: 10px;
        box-sizing: border-box;
    }

    .ulInsertLinkDialog li {
        width: 48%;
        margin: 0 1% 2% 1%;
        float: left;
    }

    .ulInsertLinkDialog a {
        height: 171px;
    }

    .ulInsertLinkDialog svg {
        margin: 15px 0;
    }

    .ulInsertLinkDialog h2 {
        margin-bottom: 15px;
    }

    .taskListFileBoxes > button {
        width: 100%;
        margin-bottom: 5px;
    }

    .taskListFileBoxes .RadUpload .ruSelectWrap, .taskListFileBoxes .RadUpload .ruFileWrap {
        width: 100%;
    }

    .taskListFileBoxes .RadUpload .ruFakeInput,
    .taskListFileBoxes .RadUpload .ruBrowse {
        margin: 0 1% 0 0;
        width: 49%;
    }
}

@keyframes pageFullscreenSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.text-asset-scrollview-container {
    max-width: 100%;
}

.text-asset-accordion-item,
.text-asset-carousel-item,
.text-asset-tab-item,
.text-asset-scrollview-item {
    padding: 15px;
}

.text-asset-bg-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}




.lp-cat-preview .lbStatus {
    left: 0;
    right: initial !important;
}

.lc-acl-icon {
    color: #007bff;
}



.lc-progress-range-0 {
    background-color: rgb(188, 32, 38);
    color: white;
}

.lc-progress-range-1-49 {
    background-color: rgb(255, 69, 0);
    color: white;
}

.lc-progress-range-50-69 {
    background-color: rgb(255, 165, 0);
    color: white;
}

.lc-progress-range-70-89 {
    background-color: rgb(255, 215, 0);
    color: white;
}

.lc-progress-range-90-99 {
    background-color: rgb(190, 255, 0);
    color: white;
}

.lc-progress-range-100 {
    background-color: rgb(0, 128, 0);
    color: white;
}

.course-viewer-tool-item {
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
}

.lc-google-maps-embedded-iframe {
    width: 350px;
    height: 200px;
}

.active-session-selector .card {
    width: 15rem;
    margin-right: 1rem;
}

.active-session-selector-wrap {
    display: inline-block;
    width: 100%;
}

.active-session-item {
    float: left;
    width: 15rem;
    margin: 0 1rem 1rem 0;
    border: 1px solid #d9dadb;
    text-align: center;
    cursor: pointer;
    border-radius: .25rem;
    background-color: #f8f9fa;
    overflow: hidden;
}

.active-session-item-header {
    padding: .75rem 1.25rem;
    background-color: #f0f1f2;
    border-bottom: 1px solid rgba(0,0,0,.130);
}

.active-session-item-body {
    padding: 2rem 1.25rem;
}

.active-session-item-title {
    font-size: 110%;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.active-session-item-status {
    color: #aaa;
}

    .active-session-item.selected .active-session-item-header {
        background-color: transparent;
    }

    .active-session-item.selected .active-session-item-status {
        color: #fff;
    }

.active-session-info-wrap {
    display: flex;
    background: #f8f9fa;
}

.active-session-info-details, .active-session-info-action {
    padding: 1.25rem;
}

    .active-session-info-details img {
        max-width: 100%;
    }

    .active-session-info-details user {
        font-weight: 500;
    }

    .active-session-info-details strong {
        font-weight: 500;
    }

.active-session-instructors {
    display: flex;
}

    .active-session-instructors ul {
        padding: 0 5px;
        margin: 0;
        list-style: none;
        display: inline-block;
        width: 100%;
    }

    .active-session-instructors li {
        background-color: #fff;
        padding: 0 8px;
        border-radius: 6px;
        margin: 0 5px 5px 0;
        float: left;
    }

    .active-session-instructors .user-pic {
        width: 17px;
        height: 17px;
        margin: 2px 3px 0 0;
    }

@media screen and (max-width:767px) {
    .active-session-item {
        width: 100%;
        margin: 0 0 1rem 0;
    }

    .active-session-info-wrap {
        display: inline-block;
        width: 100%;
    }

    .active-session-info-action {
        overflow: auto;
    }
}




.pageLabelLoader {
    display: none;
}

    .pageLabelLoader .loader-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.65);
        z-index: 90000;
        display: flex;
    }

    .pageLabelLoader .loader-box {
        background-color: white;
        display: inline-flex;
        padding-right: 20px;
        border-radius: 10px;
        margin: auto;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.1);
    }

    .pageLabelLoader .loader-label {
        font-size: 1.5rem;
        color: #666;
        font-weight: 400;
        margin: auto;
    }

    .pageLabelLoader .loader-spinner {
        width: 80px;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.65);
        margin: 15px;
    }

    .pageLabelLoader .loader {
        margin: auto;
        border: 15px solid #f3f3f3;
        border-top: 15px solid #3498db;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        animation: pageFullscreenSpinner 2s linear infinite;
    }