html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -ms-overflow-style: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 5px;
}

html {
    height: 100%;
}

body {
    font-family: 'Segoe UI';
    height: 100%;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    position: relative;
    min-width: 1300px;
}

#main-body {
    font-family: 'Segoe UI';
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    margin: 0px auto;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    min-width: 1300px;
    max-width: 1366px;
    position: relative;
}

    #main-body.big {
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
    }

input, select {
    font-family: 'Segoe UI';
    font-size: 13px;
    color: #333;
}

    select::-ms-expand {
        display: none;
    }

select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url('//lexauthoring.microsoft.com/Content/images/arrow_down.png') 98% 13px no-repeat;
    border: 1px solid #969696;
}

    select option:hover, select option:focus, select option::selection {
        background-color: #0072C6;
    }

.ui-datepicker-title select {
    background: url('//lexauthoring.microsoft.com/Content/images/arrow_down.png') 98% 6px no-repeat;
}

select option {
    padding-bottom: 5px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.headline {
    font-family: 'Segoe UI';
    color: #333333;
    font-size: 25px;
}

.headline {
    font-weight: 300;
}

div {
    position: relative;
}

.subhead, .primarynav {
    font-family: 'Segoe UI';
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}

.secondarynav {
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #333333;
    font-size: 13px;
}

#publishedCourse .secondarynav,
#labSummary .secondarynav {
    font-size: 16px;
}

.link, a {
    cursor: pointer;
    color: #0072C6;
    text-decoration: none;
}

.link {
    font-size: 13px;
}

.points {
    font-family: 'Segoe UI';
    font-weight: 300;
    color: #008A00;
    font-size: 25px;
}

.updatemsg {
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #008A00;
    font-size: 13px;
}

.reqerrormsg {
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #BA141A;
    font-size: 13px;
    margin-right: 5px;
}

#body-main-section {
    height: 80%;
    height: -webkit-calc(100% - 32px);
    height: -moz-calc(100% - 32px);
    height: calc(100% - 32px);
    padding-top: 16px;
    padding-bottom: 16px;
    min-width: 1300px;
    max-width: 1366px;
    font-family: 'Segoe UI';
    overflow-y: auto;
}

header, footer, section#progressbar-section, section #progressbar {
    width: 100%;
    height: 40px;
}

header {
    min-width: 1280px;
    background-color: #000;
}

.authenticated-hs, section #progressbar, #footer-section {
    width: 100%;
    height: 40px;
    min-width: 1300px;
    max-width: 1366px;
    margin: auto;
}

section #progressbar, footer, #footer-section, #progressbar-section {
    background-color: #EEE;
    overflow: hidden;
    width: 100%;
    height: 40px;
}

section #progressbar {
    margin: auto;
    left: 0px;
    right: 0px;
}

section#progressbar-section {
    line-height: 12px;
}

footer, #body-main-section, section#progressbar-section {
    position: relative;
}

nav ul {
    margin-left: 33px;
    padding: 0px;
}

    nav ul li {
        float: left;
        margin-right: 22px;
        color: #0072C6;
    }

        nav ul li:last-child {
            color: #000;
        }

.footer-logo {
    float: right;
    width: 100px;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin-right: 33px;
}

    .footer-logo a {
        position: relative;
        display: block;
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }

.footer-section, .header-section {
    width: 100%;
    height: 40px;
    position: relative;
}

.footer-section, .footer-menu-items, section #progressbar {
    position: absolute;
}

.footer-menu-items {
    line-height: 40px;
}

.footer-section {
    font-size: 13px;
}

    .footer-section .footer-followus {
        position: absolute;
        left: 60%;
    }

        .footer-section .footer-followus ul, .header-section .header-section-nav ul, .profile-dd ul, .progressbar-items-holder ul {
            margin: 0px;
            padding: 0px;
            line-height: 40px;
        }

            .footer-section .footer-followus ul li {
                color: #000;
                margin-right: 15px;
            }

                .footer-section .footer-followus ul li:first-child {
                    margin-right: 20px;
                    cursor: default;
                }

                .footer-section .footer-followus ul li a {
                    display: block;
                    top: 0;
                    bottom: 0;
                    margin-top: auto;
                    margin-bottom: auto;
                    position: absolute;
                }

.svgSprite20.facebook {
    background-position: -120px -260px;
    right: -10px;
}

    .svgSprite20.facebook:hover {
        background-position: -140px -260px;
    }

.svgSprite20.twitter {
    background-position: -80px -280px;
    right: -40px;
}

    .svgSprite20.twitter:hover {
        background-position: -100px -280px;
    }

.svgSprite20.linkedin {
    background-position: -160px -280px;
    right: -70px;
}

    .svgSprite20.linkedin:hover {
        background-position: -180px -280px;
    }


.header-section {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

    .header-section .header-section-nav {
        width: auto;
    }

        .header-section .header-section-nav ul li {
            color: #FFF;
            padding-right: 14px;
            padding-left: 14px;
            float: left;
            cursor: pointer;
            position: relative;
        }

            .header-section .header-section-nav ul li:hover, .header-section .header-section-nav ul li.active {
                background-color: #0072C6;
            }

                .header-section .header-section-nav ul li.active:before {
                    content: "";
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-bottom: 8px solid #EEE;
                    position: absolute;
                    left: 40%;
                    left: -webkit-calc(50% - 8px);
                    left: -moz-calc(50% - 8px);
                    left: calc(50% - 8px);
                    bottom: 0px;
                }

        .header-section .header-section-nav ul #goToInstructorsDashboard.active:before,
        .header-section .header-section-nav ul #goToUsersDashboard.active:before,
        .header-section .header-section-nav ul #goToLabsDashboard.active:before,
        .header-section .header-section-nav ul #goToLPsDashboard.active:before {
            border-bottom: 8px solid #FFF;
        }

        .header-section .header-section-nav ul:first-child li {
            font-size: 20px;
            padding-right: 18px;
            padding-left: 18px;
            font-weight: normal;
            cursor: default;
            background-color: #000;
            height: 40px;
        }

.header-section-search-profile {
    float: right;
    height: 40px;
}

    .header-section-search-profile > div {
        float: left;
    }

.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    margin-right: 120px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#goToDashboard {
    position: absolute;
    right: 255px;
}

#dashboard-separator {
    border-left: 1px solid white;
    padding-top: 16px;
    top: 13px;
    position: absolute;
}


.header-section-search {
    background-color: #FFF;
    position: relative;
    margin-top: 8px;
    margin-right: 120px;
}

    .header-section-search input[type="search"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        background: #FFF;
        padding: 0 1%;
        display: block;
        font-size: 13px;
        height: 24px;
        line-height: 24px;
        width: 90%;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .header-section-search .input-wrapper {
        margin-right: 24px;
        width: 266px;
    }

    .header-section-search .search-submit {
        background: #FFF;
        border: 0;
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 4px;
        padding: 0;
        display: block;
        height: 16px;
        width: 16px;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

button.search-submit {
    margin-right: -1.8em;
    width: 16px;
    max-width: 16px !important;
    overflow: hidden;
}

    button.search-submit > img {
        height: auto;
        width: auto;
        position: absolute;
        top: -4px;
        left: -340px;
    }

.profile-picture {
    width: 45px;
    height: 40px;
    background-color: #FFF;
    float: right;
}

    .profile-picture.available {
        background-color: lightgreen;
    }

    .profile-picture img {
        width: 40px;
        height: 40px;
        float: right;
    }

.profile-dd, .header-section-profile {
    height: 40px;
    color: #FFF;
    float: left;
    cursor: pointer;
}

.profile-dd, .change-lang-dd {
    width: 208px;
    height: 40px;
    position: relative;
}

.change-lang-dd {
    height: 20px;
}

.profile-dd-menu, .change-lang-menu {
    width: 204px;
    position: absolute;
    border: 2px solid #BDBDBD;
    top: 40px;
    color: #3E3E3E;
    font-size: 14px;
    z-index: 1000;
    display: none;
    background-color: #ffffff;
}

.course-details-border {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 10px;
}

.change-lang-menu {
    top: 17px;
    height: auto;
    width: 120px;
    border: 1px solid #737373 !important;
    font-size: 13px !important;
    max-height: 400px;
    overflow-y: auto;
}

    .change-lang-menu ul li, .change-lang-menu {
        background-color: #FFF;
    }

        .change-lang-menu ul li {
            height: auto !important;
            line-height: 18px !important;
            padding-bottom: 5px;
            padding-top: 5px;
        }

.menu-divider {
    width: 90%;
    border-bottom: 1px solid #737373;
}

.profile-name {
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.profile-down-arrow {
    width: 11px;
    height: 40px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px;
}

    .profile-down-arrow img {
        vertical-align: middle;
        margin-top: -20px;
    }

.profile-dd ul li {
    float: right;
}

.progressbar-items-holder {
    width: 44%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

    .progressbar-items-holder ul {
        width: 100%;
        height: 100%;
    }

        .progressbar-items-holder ul li {
            float: left;
            width: 33.33%;
            height: 100%;
            background-color: #969696;
            display: block;
            position: relative;
        }

            .progressbar-items-holder ul li:after {
                content: "";
                border-top: 24px solid transparent;
                border-bottom: 24px solid transparent;
                border-left: 24px solid #969696;
                position: absolute;
                right: -21px;
                top: -4px;
                z-index: 100;
            }

            .progressbar-items-holder ul li:before {
                content: "";
                border-top: 24px solid transparent;
                border-bottom: 24px solid transparent;
                border-left: 24px solid #EEE;
                position: absolute;
                left: 0;
                top: -4px;
            }

            .progressbar-items-holder ul li:first-child:before {
                display: none;
            }

            .progressbar-items-holder ul li:last-child:after {
                display: none;
            }

            .progressbar-items-holder ul li.active {
                background-color: #008A00;
            }

            .progressbar-items-holder ul li.completed {
                background-color: #007233;
            }

            .progressbar-items-holder ul li.active:after {
                border-left: 24px solid #008A00;
            }

            .progressbar-items-holder ul li.completed:after {
                border-left: 24px solid #007233;
            }

.progress-left, .progress-right {
    position: absolute;
    width: 28%;
    height: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 0px;
}

.error-banner .progress-left {
    width: 100%;
    padding: 0px;
    height: 36px;
    line-height: 36px;
}

    .error-banner .progress-left .errorInfo {
        left: 33px;
        top: 4px;
    }

    .error-banner .progress-left span {
        left: 38px;
    }

.progress-left {
    left: 0px;
    color: #333333;
    font-size: 16px;
}

.progress-right {
    right: 0px;
    text-align: right;
}

.marginL33 {
    margin-left: 33px;
}

.marginL13 {
    margin-left: 13px !important;
}

.progress-right a {
    margin-right: 33px;
    font-size: 13.33px;
    text-decoration: none;
    color: #0072C6;
}

.profile-dd-menu ul {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
}

    .profile-dd-menu ul li, .language-header {
        width: 95%;
        height: 36px;
        line-height: 36px;
        padding-left: 5%;
        cursor: pointer !important;
    }

.language-header {
    padding-bottom: 5px;
}

.change-lang-menu ul li a {
    padding-left: 15px;
    display: inline-block;
}

.profile-dd-menu ul li a, .language-header a {
    color: #3E3E3E;
    text-decoration: none;
    background-color: transparent;
}

    .language-header a:first-child {
        padding-left: 5px;
    }

.profile-dd-menu ul li:hover {
    background-color: #0072C6;
}

    .profile-dd-menu ul li:hover a {
        color: #FFF;
        font-weight: 600;
    }

.height250PX {
    height: 250px !important;
}

.height300PX {
    height: 300px !important;
}

.height30PX {
    height: 30px !important;
}

.heightAuto {
    height: auto !important;
}

.height350PX {
    height: 350px !important;
}

.height135PX {
    height: 135px !important;
}

.marginL30EM {
    margin-left: 30em;
}

.signin-container {
    max-width: 865px;
    margin: 0 auto 0.5em auto;
    padding: 1em;
    clear: both;
    line-height: 150%;
    vertical-align: middle;
    overflow-y: auto;
    overflow-x: hidden;
    width: 90%;
    font-size: 16px;
}

    .signin-container p {
        color: #333;
        line-height: 130%;
        margin-left: 0;
        font-weight: normal;
        width: 100% !important;
        margin-bottom: 1em !important;
        word-wrap: break-word;
        font-size: 16px;
    }

.heading-large {
    line-height: 1.25;
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    color: #007233;
}

.green {
    color: #007233;
}

.greenLight {
    color: #008A00;
}

.red {
    color: #BA141A;
}

.blue {
    color: #0072c6;
}

.signin-account {
    position: relative;
    clear: both;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 0;
}

    .signin-account .signin-text p {
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        margin-top: 6px;
        margin-bottom: 10px;
        margin-left: 0px;
        width: 100%;
    }

    .signin-account .signin-text h3 {
        font-weight: 500;
        font-size: 16px;
        font-family: 'Segoe UI';
    }

        .signin-account .signin-text h3 a {
            color: #0072C6;
        }

            .signin-account .signin-text h3 a:hover {
                text-decoration: underline;
            }

.signin-image {
    width: 50px;
    height: 50px;
    background: white;
    margin-right: 30px;
    float: left;
}

.signin-text {
    float: left;
}

.mar10-t {
    margin-top: 24px;
}

.clear {
    clear: both;
}

.primarybutton, .tertiarybutton, .tertiarybuttongray {
    height: 31px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 23px;
    font-family: 'Segoe UI';
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    line-height: 31px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.primarybutton, button.tertiarybutton, button.tertiarybuttongray {
    height: 33px;
    overflow: visible;
    line-height: 29px;
}

.primarybutton, .navitab {
    border: 1px solid rgb(0, 94, 178);
}

.navitab {
    height: 27px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 26px;
    margin-right: 26px;
    font-family: 'Segoe UI';
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    line-height: 27px;
}

.primarybutton {
    color: #FFF;
    background-color: #0072C6;
    cursor: pointer;
}

    .primarybutton.disabled, .navitab.disabled {
        color: rgb(112, 112, 112);
        background-color: rgb(238, 238, 238);
        border: 1px solid rgb(238, 238, 238);
        cursor: default;
    }

    .primarybutton.enabled:hover, .primarybutton.enabled:focus, .navitab.enabled:hover, .navitab.enabled:focus {
        background-color: #00188F;
    }

    .primarybutton.disabled:hover, .primarybutton.disabled:focus {
        background-color: rgb(238, 238, 238);
    }

.tertiarybutton, .tertiarybuttongray {
    height: 29px;
    color: rgb(51, 51, 51);
    background-color: #FFF;
    border: 2px solid rgb(210, 210, 210);
    line-height: 29px;
    cursor: pointer;
    text-align: center;
}

    .tertiarybutton.disabled, .tertiarybuttongray.disabled {
        color: rgb(112, 112, 112);
        background-color: rgb(238, 238, 238);
        border: 2px solid rgb(238, 238, 238);
        cursor: default;
    }

    .tertiarybutton.enabled:hover, .tertiarybutton.enabled:focus {
        color: rgb(80, 80, 80);
        border: 2px solid rgb(210, 210, 210);
        background-color: rgb(210, 210, 210);
    }

    .tertiarybuttongray.enabled:hover, .tertiarybuttongray.enabled:focus {
        color: rgb(80, 80, 80);
        background-color: rgb(200, 200, 200);
    }

.primarybutton.enabled:focus, .navitab.enabled:focus {
    border: 1px dashed #FFF;
}

.tertiarybuttongray.enabled:focus {
    border: 2px dashed #FFF;
}

.tertiarybutton.enabled:focus {
    border: 2px dashed #FFF;
}

.elefloatL {
    float: left;
}

.elefloatR {
    float: right !important;
}

.elefloatN {
    float: none;
}

.txtRight {
    text-align: right;
    display: inline-block;
    float: right;
}

.margin0 {
    margin: 0px !important;
}

.right0 {
    right: 0;
}

.top0 {
    top: 0;
}

.bottom0 {
    bottom: 0;
}

.marginB0 {
    margin-bottom: 0px !important;
}

.marginB5 {
    margin-bottom: 5px !important;
}

.marginB16 {
    margin-bottom: 16px;
}

.marginT10 {
    margin-top: 10px !important;
}

.marginT15 {
    margin-top: 15px;
}

.marginT13 {
    margin-top: 13px;
}

.marginT14 {
    margin-top: 14px;
}

.marginT17 {
    margin-top: 17px;
}

.marginT18 {
    margin-top: 18px;
}

.marginT5 {
    margin-top: 5px !important;
}

.marginT3 {
    margin-top: 3px !important;
}

.marginB30 {
    margin-bottom: 30px;
}

.marginT30 {
    margin-top: 30px;
}

.marginB10 {
    margin-bottom: 10px !important;
}

.marginT12 {
    margin-top: 12px !important;
}

.marginB20 {
    margin-bottom: 20px;
}

.marginR5 {
    margin-right: 5px !important;
}

.marginR20 {
    margin-right: 20px;
}

.marginR30 {
    margin-right: 30px;
}

.marginR25 {
    margin-right: 25px;
}

.marginT20 {
    margin-top: 20px !important;
}

.marginL5 {
    margin-left: 5px !important;
}

.marginL15 {
    margin-left: 15px !important;
}

.marginL55 {
    margin-left: 55px !important;
}

.marginR10 {
    margin-right: 10px !important;
}

.marginT9 {
    margin-top: 9px !important;
}

.marginL10 {
    margin-left: 10px !important;
}

.marginB60 {
    margin-bottom: 60px !important;
}

.marginT6 {
    margin-top: 6px !important;
}


.marginL20 {
    margin-left: 20px !important;
}

.marginL50 {
    margin-left: 50% !important;
}

.marginL35 {
    margin-left: 35px;
}

.marginL25 {
    margin-left: 25px;
}

.marginL0 {
    margin-left: 0px !important;
}

.marginR0 {
    margin-right: 0px !important;
}

.marginR20 {
    margin-right: 20px;
}

.marginR50 {
    margin-right: 50px;
}

.marginR40 {
    margin-right: 40px;
}

.marginR55 {
    margin-right: 55px;
}


.marginR60 {
    margin-right: 60px;
}

.marginR15 {
    margin-right: 15px;
}

.width100 {
    width: 100% !important;
}

.fw270 {
    width: 270px !important;
}

.fw250 {
    width: 250px;
}

.fw210 {
    width: 210px;
}

.fw160 {
    width: 160px !important;
}

.fw140 {
    width: 140px !important;
}

.width100-230 {
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
}

.width100-30 {
    width: -webkit-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
}

.width100-311 {
    width: -webkit-calc(100% - 311px) !important;
    width: -moz-calc(100% - 311px) !important;
    width: calc(100% - 311px) !important;
}

.width100-20 {
    width: -webkit-calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
}

.width100-60 {
    width: -webkit-calc(100% - 60px) !important;
    width: -moz-calc(100% - 60px) !important;
    width: calc(100% - 60px) !important;
}

.width100-35 {
    width: -webkit-calc(100% - 35px) !important;
    width: -moz-calc(100% - 35px) !important;
    width: calc(100% - 35px) !important;
}

.width100-50 {
    width: -webkit-calc(100% - 50px) !important;
    width: -moz-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
}

.height100-70 {
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
}


.height100-150 {
    height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px);
}

.height100-120 {
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
}

.height100-30 {
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
}

.height100-85 {
    height: -webkit-calc(100% - 85px);
    height: -moz-calc(100% - 85px);
    height: calc(100% - 85px);
}

.fw100 {
    width: 100px;
}

.fh150 {
    height: 150px;
}

.width80 {
    width: 80px;
}

.height100 {
    height: 100% !important;
}

.paddingL20 {
    padding-left: 20px;
}

.paddingL30 {
    padding-left: 30px;
}

.paddingL5 {
    padding-left: 5px;
}

.paddingL45 {
    padding-left: 45px;
}

.paddingL18 {
    padding-left: 18px;
}

.paddingT10 {
    padding-top: 10px !important;
}

.paddingT15 {
    padding-top: 15px;
}

.paddingT18 {
    padding-top: 18px;
}

.paddingT20 {
    padding-top: 20px;
}

.paddingT40 {
    padding-top: 40px;
}

.paddingL50 {
    padding-left: 50px;
}

.paddingL54 {
    padding-left: 54px;
}

.paddingL26 {
    padding-left: 26px;
}

.paddingR10 {
    padding-right: 10px;
}

.paddingR30 {
    padding-right: 30px;
}

.paddingR20 {
    padding-right: 20px;
}

.paddingB5 {
    padding-bottom: 5px;
}

.paddingB0 {
    padding-bottom: 0px !important;
}

.paddingB8 {
    padding-bottom: 8px;
}

.paddingT8 {
    padding-top: 8px;
}

.paddingB10 {
    padding-bottom: 10px;
}

.paddingT5 {
    padding-top: 5px;
}

.paddingR5 {
    padding-right: 5px;
}

.paddingZero {
    padding: 0 !important;
}

.tagit-autocomplete {
    z-index: 1000;
}

.left20 {
    left: 20px;
}

.left527px {
    left: 527px;
}

.bottom20 {
    bottom: 20px !important;
}

.bottom40 {
    bottom: 40px !important;
}

.height380 {
    height: 380px !important;
}

.overflowYAuto {
    overflow-y: auto;
}
/* overlay loading screen --*/
.overlay-wrapper {
    position: fixed;
    width: 100%;
    z-index: 300;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #fff;
    display: none;
    height: 200px;
    min-height: 200px;
    max-height: 400px;
    line-height: 10em;
}

    .overlay-wrapper h2 {
        line-height: 30px;
        margin: 1em 0 .75em 0;
        font-size: 150%;
        font-weight: 600;
        color: #0072C6;
        text-align: center;
    }

#overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    z-index: 299;
    opacity: 0.8;
    display: none;
    margin: auto;
}

.overlay-loading-wrapper {
    position: fixed;
    width: 100%;
    min-height: 206px;
    height: 206px;
    z-index: 300;
    vertical-align: middle;
    padding: 0;
    background-color: #fff;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.overlay-loading-container {
    width: 91.96787148594378%;
    height: 78.37837837837838%;
    margin: 1em auto;
    padding: 0;
    clear: both;
}

    .overlay-loading-container h1 {
        font-size: 2em;
        color: #008A00;
        margin: 0;
        padding-bottom: 25px;
        text-align: center;
    }

.overlay-container {
    max-width: 865px;
    min-width: 800px;
    margin: 0 auto 0.5em auto;
    padding: 1em;
    clear: both;
    line-height: 150%;
    vertical-align: middle;
    overflow-y: auto;
    overflow-x: hidden;
    width: 90%;
}

    .overlay-container h2 {
        line-height: 1.25;
        margin: 0 0 .75em 0;
        font-size: 150%;
        font-weight: 600;
        position: relative;
        color: #0072C6;
        text-align: center;
    }

.loading-animation {
    background: url('//lexauthoring.microsoft.com/Content/images/progressIndicatorBlue40x40.gif') no-repeat;
    width: 40px;
    height: 40px;
    margin: 40px auto;
}

#loading-animation-green {
    background: url('//lexauthoring.microsoft.com/Content/images/progressIndicatorGreen40x40.gif') no-repeat;
    width: 40px;
    height: 40px;
    margin: 40px auto;
}

#loading-animation-lime {
    background: url('//lexauthoring.microsoft.com/Content/images/progressIndicatorLime40x40.gif') no-repeat;
    width: 40px;
    height: 40px;
    margin: 40px auto;
}

#divErrorMessage {
    z-index: 10000;
}

#overlay-error-heading {
    color: #ff0000;
    margin-bottom: 10px;
}

#overlay-auth-error-heading {
    color: #007233;
    margin-bottom: 20px;
}

.overlay-button-container {
    width: 100%;
    height: 35px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    float: right;
    text-align: right;
}

input[type="submit"].button--primary,
input[type="button"].button--primary,
input[type="reset"].button--primary,
button.button--primary {
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI';
}


    input[type="submit"].button--primary:hover, input[type="submit"].button--primary:focus,
    input[type="button"].button--primary:hover,
    input[type="button"].button--primary:focus,
    input[type="reset"].button--primary:hover,
    input[type="reset"].button--primary:focus,
    button.button--primary:hover,
    button.button--primary:focus {
        color: #FFF;
    }

.btn-green {
    background: #008A00 !important;
    text-align: center;
    margin-right: 5px;
    border-radius: 0px;
    font-size: 80% !important;
    padding: 0.46em 1em !important;
    border: 0px;
    margin-top: -1.5px;
}

button.button--tertiary {
    border-radius: 0px;
    font-size: 80%;
}

.overlay-small-button-container button.button--tertiary {
    padding: 0.5em 1em !important;
}

.deleteGroupButton button.button--tertiary {
    padding: 0.4em 1em !important;
}

.bold {
    font-weight: 700;
}

.boldContent {
    font-weight: 700;
    padding-left: 20px;
}

.semiBold {
    font-weight: 600;
}

.lightBold {
    font-weight: 300;
}

.thinBold {
    font-weight: 100;
}

.disTable {
    display: table;
}

.disTableCell {
    display: table-cell;
}

.verMiddle {
    vertical-align: middle;
}

.ui-datepicker {
    z-index: 1001 !important;
}

.line15 {
    line-height: 1.5;
}

.line125 {
    line-height: 1.25;
}

input.hidden {
    width: 1px;
    height: 1px;
    top: 0px;
    left: 0px;
}

.ajax_msg {
    border: solid 4px #c5c5c5;
    display: none;
}

    .ajax_msg span {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        margin: 0 0 0 5px;
        padding: 0;
        font-family: 'Segoe UI';
        font-size: 12px;
    }

    .ajax_msg img {
        position: relative;
        left: 3px;
        top: 8px;
    }

.flo-l {
    float: left;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width20 {
    width: 20% !important;
}

.width20px {
    width: 20px !important;
}

.height20px {
    height: 20px !important;
}

.width25 {
    width: 25%;
}

.width50 {
    width: 50%;
}

.width265PX {
    width: 265px !important;
}

.width280PX {
    width: 280px !important;
}

.width100PX {
    width: 100px !important;
}

.width150PX {
    width: 150px !important;
}

.width305px {
    width: 305px !important;
}

.width125px {
    width: 125px !important;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.mar1-t {
    margin-top: 1%;
}

.mar3--t {
    margin-top: 3%;
}

.mar3--l {
    margin-left: 3%;
}

.mar4--l {
    margin-left: 4%;
}

.mar4--t {
    margin-top: 4%;
}

.design-overlay-content input[type="text"], .overlayEditor {
    width: 650px;
}

.overlayEditor {
    height: 150px;
}

.breadCrumTitle {
    font-style: italic;
}

.segoe-ui-symbol {
    font-family: 'Segoe UI Symbol' !important;
}

.textEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.white {
    color: #FFF;
}

.frame-container {
    height: 0px;
    width: 0px;
}

input[type="text"] {
    padding-left: 5px;
}

.br5 {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.tr5 {
    position: absolute;
    top: 5px;
    right: 5px;
}

.svgSprite {
    background-image: url('//lexauthoring.microsoft.com/Content/images/MLX_Icons.svg');
    background-repeat: no-repeat;
}

.svgSprite20 {
    width: 20px;
    height: 20px;
    background-size: 200px 480px;
}

.svgSprite12 {
    width: 12px;
    height: 12px;
    background-size: 120px 288px;
}

.svgSprite45 {
    background-size: 450px 1080px;
    width: 45px;
    height: 45px;
}

.svgSprite25 {
    background-size: 250px 600px;
    width: 25px !important;
    height: 25px !important;
}

.svgSprite15 {
    background-size: 150px 360px;
    width: 15px !important;
    height: 15px !important;
}

.svgSprite10 {
    background-size: 100px 240px;
    width: 10px !important;
    height: 10px !important;
}

.svgSprite40 {
    width: 40px;
    height: 40px;
    background-size: 400px 960px;
}

.svgSprite18 {
    background-size: 180px 432px;
    width: 18px !important;
    height: 18px !important;
}

.svgSprite160 {
    background-size: 1600px 3840px;
    width: 160px !important;
    height: 160px !important;
}

.svgSprite30 {
    width: 30px;
    height: 30px;
    background-size: 300px 720px;
}

.svgSprite75 {
    width: 75px;
    height: 75px;
    background-size: 750px 1800px;
}

.magnify {
    background-position: -150px -60px;
}

.magnify-disable {
    background-position: -120px -60px;
}

.footer-logo a.svgSprite25 {
    background-position: 0px -350px;
    width: 100px !important;
}

.importError {
    background-position: -30px -210px;
}

.xliff-success {
    background-position: -270px -360px;
}

.xliff-error {
    background-position: -120px -450px;
}

.xliff-processing {
    background: url('//lexauthoring.microsoft.com/Content/images/progressIndicatorBlue40x40.gif') no-repeat;
}

#body-main-section .cPointer {
    cursor: pointer;
}

#body-main-section .cDefault {
    cursor: default;
}

#body-main-section .inlineBlock, #progressbar-section .inlineBlock {
    display: inline-block;
}

.inlineEle {
    display: inline;
}

.error-banner {
    background-color: #FFFC9E;
    height: 36px;
    border: 2px solid #BA141A;
}

    .error-banner.retired-banner {
        background-color: #FFFFFF;
    }

    .error-banner.limited-access-banner {
        background-color: #EEEEEE;
        border: 2px solid #969696;
    }

.published-banner {
    background-color: rgba(0,138,0,0.1);
    height: 36px;
    border: 2px solid #008a00;
}

.breakAll {
    word-break: break-all;
}

.breakWord {
    word-wrap: break-word;
}

.padT45 {
    padding-top: 45px;
}

.padT200 {
    padding-top: 200px;
}

.pad10 {
    padding: 10px;
}

.padB20 {
    padding-bottom: 20px;
}

.pad5 {
    padding: 5px;
}

.lower-alpha {
    list-style: lower-alpha;
}

.decimal {
    list-style: decimal;
}

.disc {
    list-style: disc;
}

.bottom-12 {
    bottom: -12px;
}

.bottom-14 {
    bottom: -14px;
}

.bottom {
    position: absolute;
    bottom: 0px;
}

strong {
    font-weight: 700;
}

.fs-16 {
    font-size: 16px;
}

.fs-25 {
    font-size: 25px;
}

.fs-20 {
    font-size: 20px;
}

.font400-w {
    font-weight: 400;
}

.underline {
    text-decoration: underline;
}

.errorElement {
    background-color: rgba(186, 20, 26, 0.25);
}

    .errorElement:focus, .errorElement:active {
        background-color: rgba(186, 20, 26, 0.1);
    }

::-webkit-input-placeholder {
    color: #707070;
}

::-moz-placeholder {
    color: #707070;
}

:-ms-input-placeholder {
    color: #707070;
}

#body-main-section .ui-widget,
#body-main-section .ui-widget input,
#body-main-section .ui-widget select,
#body-main-section .ui-widget textarea,
#body-main-section .ui-widget button,
#body-main-section .ui-widget .ui-widget,
#body-main-section ul.tagit li.tagit-choice .tagit-close .text-icon {
    font-family: 'Segoe UI';
    font-size: 13px;
}

#body-main-section ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #333;
}

.sLellipsis {
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
}

    .sLellipsis a {
        z-index: 6;
    }

    .sLellipsis:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
        background-color: white;
        background-size: 10px;
        color: white;
        display: inline;
        position: relative;
        box-shadow: 8px 0px 0px white;
        z-index: 3;
    }

    .sLellipsis label {
        position: absolute;
        bottom: 0px;
        right: 0px;
        background-color: white;
        z-index: 1;
    }

.sLellipsis18-5 {
    height: 90px;
    line-height: 18px;
}

.sLellipsis18-3 {
    height: 67.5px;
    line-height: 1.25;
}

.borderB1 {
    border-bottom: 1px solid #CACACA;
}

.watermarkcolor {
    color: #707070 !important;
    opacity: 0.8;
}

.width200 {
    width: 200px !important;
}

.posA {
    position: absolute;
}

.posR {
    position: relative !important;
}

.disabledContainer {
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
}

.lineHeight35 {
    line-height: 35px;
}

.lineHeight33 {
    line-height: 33px;
}

.readonly-lab {
    background-position: -240px -440px;
    top: -6px;
}

.svgSprite75.readonly-lab {
    background-position: -675px -825px;
    top: -6px;
}

.readonly-course {
    background-position: 0px -720px;
    top: -6px;
}

.course {
    background-position: 0px -450px;
}

li:hover .course, li.selected .course, li .ui-state-focus .course {
    background-position: -25px -450px;
}

.readonly-liveevent {
    background-position: -200px -720px;
    top: -5px;
}

.width0PX {
    width: 0px !important;
}

.textLeft {
    text-align: left;
}

.cursorP {
    cursor: pointer;
}

.cursorD {
    cursor: default;
}

.language-label {
    font-size: 13px;
    line-height: normal;
    color: #000;
}

.marginT2 {
    margin-top: 2px;
}

.selected-target .mlx-dropdown-container {
    top: 50px !important;
}

.form-section.hideErrors span.error {
    display: none !important;
}

.height100PX {
    height: 100px;
}

.height50PX {
    height: 50px;
}

.downArrow {
    background-position: -72px -36px;
}

.desc .downArrow {
    background-position: -96px -36px;
}

.line13 {
    line-height: 13px;
}

.alignLeft {
    text-align: left;
}

.line-height6 {
    line-height: 6px;
}

.right90 {
    right: 90px !important;
}

.left100 {
    left: 100px !important;
}

.left145 {
    left: 145px;
}

.top8 {
    top: 8px;
}

.top10 {
    top: 10px;
}

.top55 {
    top: 55px !important;
}

.top-30 {
    top: -30px;
}

.top100 {
    top: 100px !important;
}

#main-body .top33 {
    top: 33px !important;
}

.left30 {
    left: 30px !important;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.border0 {
    border: 0px !important;
}

.borderBox {
    box-sizing: border-box;
}

.zindexOne {
    z-index: 1;
}


#main-body span.error {
    color: #BA141A;
}


.disable-background-color {
    background-color: #eaeaea;
}

.positionZero {
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.marginAuto {
    margin: auto;
}

.centerAlign {
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
}

.upperCase {
    text-transform: uppercase;
}

.xliff-filename {
    width: 72%;
}

.capitalizeCase {
    text-transform: capitalize;
}

.marginLeft-100px {
    margin-left: -100px !important;
}

.svgSprite15.help-icon {
    background-position: 0px -120px;
}

.svgSprite15.warning-icon {
    background-position: -60px -225px;
}

body .ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #969696;
    box-shadow: 0 0 5px #969696;
    left: -20px;
    font-family: 'Segoe UI';
    font-size: 13px;
    color: #333333;
    line-height: 1.25;
}

    body .ui-tooltip ul {
        padding-left: 15px;
    }

        body .ui-tooltip ul li {
            list-style: disc;
            list-style-position: outside;
        }


body .ui-tooltip {
    border-width: 2px;
}

.input-wrapper .close-button {
    top: 5px;
    right: 6px;
    background-color: #FFF;
}

input[role="search"]::-ms-clear {
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.lineH40 {
    line-height: 40px;
}

header#euEFAPrivacy {
    background-color: #0072C6;
}

    header#euEFAPrivacy a {
        color: #FFF;
        text-decoration: underline;
    }

.marginT19 {
    margin-top: 19px !important;
}

.width38Perc {
    width: -webkit-calc(38%);
    width: -moz-calc(38%);
    width: calc(38%);
}

.width38Perc235 {
    width: -webkit-calc(38% + 235px);
    width: -moz-calc(38% + 235px);
    width: calc(38% + 235px);
}

.width100-40 {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.width240PX {
    width: 240px;
}

.left225px {
    left: 225px;
}

.bottom-2 {
    bottom: -2px;
}

.width450px {
    width: 450px;
}

.left0 {
    left: 0;
}

.min-height-29 {
    min-height: 29px;
}

.list-style-inside {
    list-style-position: inside;
}

/*Learning path sortable*/
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 450px;
}

#sortable li {
    margin: 0 3px 3px 1px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.1em;
    height: 18px;
    background: #e6e6e6 !important;
    cursor:pointer;
}

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}
.dashboard-container {
    margin-left: 33px;
    margin-right: 33px;
    position: relative;
    min-width: 1214px;
    max-width: 1300px;
    min-height: 100%;
    max-height: 615px;
}

#dashboard.dashboard-container {
    height: 100%;
}

.db-headlines, .db-mycourses {
    width: 100%;
    display: block;
    min-height: 254px;
}

.db-headlines {
    background-color: #EEE;
}

.dbhu-container {
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.db-headlines .db-headlines-unit:first-child .dbhu-container {
    width: 220px;
}

.bg-green {
    background-color: #007233;
}

.dbhu-container .welcome {
    color: #FFF;
    word-wrap: break-word;
    margin-left: 20px;
    margin-bottom: 30px;
}

.db-headlines .db-headlines-unit {
    float: left;
    width: 25%;
    height: 100%;
    position: relative;
}

.db-separator {
    width: 100%;
    height: 16px;
}

.description {
    font-size: 18px;
    word-wrap: break-word;
    word-break: break-all;
}

.db-mycourses .db-mycourses-unit {
    float: left;
    width: 16%;
    position: relative;
    margin-right: 5px;
    min-width: 200px;
}

    .db-mycourses .db-mycourses-unit:last-child {
        margin-right: 0px;
    }

.db-mycourses .db-mycourses-unit {
    height: 250px;
}

.db-mycourses .mc-container .db-mycourses-unit {
    padding: 1px;
}

    .db-mycourses .mc-container .db-mycourses-unit:hover {
        border: 1px solid #969696;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.44);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.44);
        padding: 0;
    }

        .db-mycourses .mc-container .db-mycourses-unit:hover .course-flyout {
            display: block;
        }

.hideimp {
    display: none !important;
}

.get-started {
    border: 1px solid #969696;
    cursor: pointer;
    z-index: 100;
}

    .get-started a {
        display: table;
        text-align: center;
        width: 55%;
        height: 100%;
        cursor: default;
        color: #333;
        margin: auto;
        line-height: 1.5;
    }

        .get-started a span {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            height: 100%;
        }

.mrt10 {
    margin-top: 10px;
}

.mrb10 {
    margin-bottom: 10px;
}

.db-mycourses .db-mycourses-unit .mc-subU {
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    width: 175px;
    margin: 5px auto 5px auto;
    display: block;
    position: relative;
}

    .db-mycourses .db-mycourses-unit .mc-subU .course-img {
        height: 98px;
        width: 173px;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
    }

        .db-mycourses .db-mycourses-unit .mc-subU .course-img img {
            max-height: 98px;
            max-width: 173px;
            margin-left: auto;
            margin-right: auto;
            cursor: pointer;
            display: block;
        }

    .db-mycourses .db-mycourses-unit .mc-subU .lastpublished {
        display: inline-block;
    }

.mc-subU .description {
    color: #0072C6;
    display: block;
}

.mc-container {
    height: -webkit-calc(100% - 26px);
    height: -moz-calc(100% - 26px);
    height: calc(100% - 26px);
    overflow-x: auto;
}

.lastpublished {
    font-size: 14px;
    color: #333;
}

.primarynavdesc {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 60px;
    line-height: 1.25;
}

#beta {
    position: relative;
    top: 10px;
    right: 25px;
    font-size: 10px;
    font-weight: bold;
    font-family: "Segoe UI";
    color: #008a00;
}

.svgSprite25.tickWhite {
    background-position: -25px -125px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.svgSprite20.errorInfo {
    background-position: -20px -140px !important;
}

.svgSprite20.retireInfo {
    background-position: -60px -300px !important;
}

.svgSprite15.close-button {
    background-position: -60px -60px !important;
}

.svgSprite15.close-button-white {
    background-position: -75px -60px !important;
}

    .svgSprite15.close-button-white:hover,
    .svgSprite15.close-button-white:focus {
        background-position: -60px -60px !important;
    }

.svgSprite15.errorInfo {
    background-position: -15px -105px;
}

#courseErrorsList, #reasonForRejection {
    display: none;
}

.courseErrorsList .design-overlay-content {
    max-height: 360px;
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
}

#reasonForRejection.courseErrorsList .design-overlay-content {
    max-height: none;
}

.reason {
    height: 300px;
    overflow-y: auto;
    line-height: 1.5;
    background-color: #EEE;
    padding: 15px;
}


.courseErrorsList .overlay-button-container {
    margin: 0px 0px 10px 0px;
}

.error-details {
    height: 20px;
    position: relative;
    z-index: 3;
}

    .error-details .error-info, .error-details .errorInfo {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
    }

    .error-details .error-info {
        left: 25px;
        line-height: 20px;
    }

    .error-details:hover span {
        text-decoration: underline;
    }

.courseErrorsList .error-details .errorInfo {
    left: 30px;
}

.courseErrorsList .error-details .error-info {
    left: 55px;
    line-height: 75px;
}

#reasonForRejection.courseErrorsList .error-details .error-info {
    left: 30px;
}

.courseErrorsList .error-details:hover span {
    text-decoration: none;
}

#db-mycourses .error-details:hover span {
    text-decoration: underline;
}

.error-list-item {
    padding-left: 10px;
}

    .error-list-item .item-row .item-number, .error-list-item .item-row .item-text {
        line-height: 20px;
    }

    .error-list-item .item-row .item-number {
        width: 10%;
    }

    .error-list-item .item-row .item-text {
        width: 90%;
    }

.courseErrorsList .overlay-button-container .enabled {
    margin: 0px 0px 0px 30px;
    width: 80px;
}

.courseErrorsList .overlay-button-container .primarybutton {
    width: 120px;
    margin-left: 10px;
}

.help-message {
    font-family: 'Segoe UI';
    font-weight: 400;
    font-size: 8px;
    margin-left: 5px;
    vertical-align: top;
}

#uploadBonusMaterial .disabledContainer {
    z-index: 361;
}

.dashboard-container table.table-list tr {
    cursor: pointer;
}

.dashboard-container #productPackageVersionHistory table.table-list tr {
    cursor: default;
}

.dashboard-container #productPackageVersionHistory table.table-list tbody,
.dashboard-container #productPackageHistory table.table-list tbody {
    height: 400px;
}


.dashboard-container table.table-list tbody tr:nth-child(odd) {
    background-color: rgb(238,238,238);
}

.dashboard-container table.table-list tbody td {
    padding-top: 8px;
    padding-bottom: 8px;
    word-break: break-all;
}

.dashboard-container table.table-list tbody tr {
    border: 2px solid transparent;
}

    .dashboard-container table.table-list tbody tr:hover {
        border: 2px solid #0072c6;
        background-color: #FFF;
    }

.dashboard-container table.table-list tbody {
    display: block;
    height: 460px;
    overflow: auto;
}

    .dashboard-container table.table-list thead,
    .dashboard-container table.table-list tbody tr {
        display: table;
        width: -webkit-calc(100% - 4px);
        width: -moz-calc(100% - 4px);
        width: calc(100% - 4px);
        table-layout: fixed;
    }

#addEditInstructors .mlx-dropdown-container {
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
}

#addEditUsers .mlx-dropdown-container {
    width: 100%;
}

    #addEditUsers .mlx-dropdown-container .mlx-drop-source {
        position: absolute;
    }

.heading--large {
    line-height: 1.25;
    margin: 0 0 .75em 0;
    font-size: 180%;
    font-weight: 300;
    position: relative;
}

.blue {
    color: #0072c6;
}

.width70 {
    width: 70%;
}

.list-plain li {
    margin: 1em 0;
    position: relative;
    font-family: inherit;
}

    .list-plain li input[type=checkbox], .list-plain li label {
        display: inline-block;
        font-family: inherit;
    }

.grid-unit {
    padding-left: 20px;
    padding-top: 35px;
}

.lineHeight24 {
    line-height: 24px;
}

.lineHeight1 {
    line-height: 1;
}

.normalBold {
    font-weight: 400;
}

.grid-unit p {
    margin-bottom: 2em;
}

#flyoutMenu .enrollment {
    height: 72px;
}

#publishedCourse .profile-dd,
#labSummary .profile-dd {
    height: auto;
}

#publishedCourse .text-dropdown,
#labSummary .text-dropdown {
    height: 15px;
}

.maxWidth-100px {
    max-width: 100px;
}

#reasonForRejectionArea {
    height: 330px;
    width: 570px;
    padding: 10px;
    overflow-y: auto;
}

.refresh-course {
    padding: 8px;
    color: #0072C6;
    font-size: 14px;
}

