html,
body,
form {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    font-family: Open-Sans, Arial !important;
    font-size: 12pt;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Header */
#header {
    background: #ffffff;
    margin: 0px auto;
    height: 100px;
    position: relative;
}

.HeaderContainer {
    overflow: hidden !important;
}

#ImageLogo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 70px;
}

.labalogo {
    display: none;
}

.HeaderInfo {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    max-height: 70px;
    margin: auto;
    padding: 10px 0;
    box-sizing: border-box;
}

    .HeaderInfo div:last-of-type {
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }


/* Nav bar */
.navContainer {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .navContainer nav {
        float: right;
        margin-top: -5px;
        cursor: pointer;
    }

.navButton {
    padding: 6px 4px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    float: left;
    position: relative;
    font-weight: 600;
}

    .navButton:hover span {
        width: 35px;
    }

    .navButton span {
        width: 0px;
        overflow: hidden;
        transition: all .7s;
    }

.navDisabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.menu-button {
    width: 90px;
}

.navSeparator {
    border-left: 1px solid #fff;
    height: 8px;
    margin: 6px 2px 0px 8px;
}


.progressContainer {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: white;
}

.progressSection {
    position: absolute;
    top: -5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 6px;
    display: none;
    transition: all .5s;
}

    .progressSection:hover,
    .progressSection.passed {
        height: 30px;
        width: 30px;
        font-size: 12px;
        top: -12px;
    }

    .progressSection i {
        display: block;
        left: 50%;
        position: absolute;
        top: 51%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        transition: background-color .5s, color .5s, opacity .1s;
        width: 70%;
        height: 70%;
        opacity: 0.5;
    }

        .progressSection i:before {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .progressSection:hover i {
        opacity: 1;
        background-color: #fff;
    }

    .progressSection.passed i {
        opacity: 1;
        background-color: #fff;
    }

    .progressSection.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

.progressBar {
    width: 0%;
    height: 4px;
    transition: all 1s;
}

#projectHeader {
    float: left;
    font-size: 14px;
    color: white;
    margin: 0;
    max-width: 550px;
    overflow: hidden;
    height: 20px;
    font-weight: normal;
    margin-top: 2px;
}


/* Menu */
.ModuleMenu {
    height: 470px;
    max-height: 700px;
    width: 350px;
    position: fixed;
    background: #fff;
    z-index: 10000 !important;
    white-space: nowrap;
    font-size: 16px;
    bottom: 60px;
    right: 22px;
    padding: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.MenuSections {
    width: 70px;
    height: 100%;
    background-color: #EDEDED;
    position: absolute;
    overflow: hidden;
    transition: all .5s;
    cursor: pointer;
    z-index: 1;
}

.MenuSectionsInner {
    height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
}

.SectionItem {
    height: 60px;
    position: relative;
}

    .SectionItem.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

.SectionItemInner {
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.SectionOrder {
    position: absolute;
    padding: 15px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
}

    .SectionOrder span {
        margin: auto;
        top: 0;
        bottom: 0;
        height: 20px;
        position: absolute;
        left: 0;
        text-align: center;
        right: 0;
    }

.SectionItem .SectionOrder i {
    color: #797979;
}

.SectionItem.selected .SectionOrder,
.SectionItem.selected .SectionOrder i {
    color: #fff;
}

.SectionName {
    position: absolute;
    margin: auto 0 auto 60px;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 280px;
}

.SectionNameText {
    display: block;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ExpandSectionMenu {
    position: absolute;
    padding: 15px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    color: #fff;
    bottom: -5px;
    margin: 10px;
    text-align: center;
}

    .ExpandSectionMenu:before {
        content: "\f0da";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        height: 16px;
        width: 44px;
        transition: all .5s;
    }

.MenuSections[data-open="true"] .ExpandSectionMenu:before {
    transform: rotate(180deg);
    width: 38px;
}

.MenuAddSection .SectionOrder {
    color: #797979;
}

.MenuPages {
    position: absolute;
    width: 285px;
    left: 65px;
    transition: all .5s;
    height: 100%;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: auto;
}

.MenuPagesInner {
    padding: 12px 20px 0 20px;
}

.PageItem {
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 5px 15px;
    position: relative;
}

    .PageItem.selected {
        color: #fff;
    }

    .PageItem.ui-sortable-helper {
        background-color: #ededed;
        width: 215px;
    }

    .PageItem.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

.PageItemInner {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Main content */
.PlayerContent {
    margin: 30px
}


/* Content */
.ImageContent[data-align="None"],
.ImageContent[data-align="Fit"],
.ImageContent[data-align="Height"] {
    align-self: stretch;
}

.ImageContent[data-align="Width"] img {
    width: 100%;
}

.ImageContent[data-align="Height"] img {
    height: 100%;
}

.ImageContent[data-align="CenterWidth"] img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    max-width: 100%;
}

.ImageContent[data-align="CenterHeight"] img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    max-height: 100%;
}


/* Util styles */
.LoadingContainer,
.PlayerOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999999;
    opacity: 0.7;
    background-color: #eaeaea;
    display: none;
}

.LoadingImage {
    margin: auto;
    width: 50px;
    position: absolute;
    z-index: 999999999;
    top: 40%;
    left: 45%;
    display: none;
}

.PlayerMessage {
    margin: auto;
    width: 95%;
    position: absolute;
    z-index: 999999999;
    top: 40%;
    left: 50%;
    font-size: 24px;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    display: none;
}

.MessageIcons {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 150px;
    bottom: 0;
    width: 200px;
    height: 50px;
    text-align: center;
}

    .MessageIcons i {
        font-size: 50px;
    }

.MessageStartButton {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 350px;
    bottom: 0;
    width: 200px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    display: none;
}

    .MessageStartButton:hover {
        text-decoration: underline;
    }


.Button {
    padding: 10px;
    text-decoration: none;
    background-color: white;
    color: black;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background-color: #F68D25;
    color: #FFF;
    font-size: 13px;
    box-sizing: border-box;
}

    .Button:hover, .Button:hover {
        background-color: #FBD1A8 !important;
    }


/* CUSTOM FONTS*/
body.Arial .ContentBlock,
body.Arial .ContentBlock input,
body.Arial .ContentBlock textarea,
body.Arial .ContentBlock button {
    font-family: Arial;
}

body.Times .ContentBlock,
body.Times .ContentBlock input,
body.Times .ContentBlock textarea,
body.Times .ContentBlock button {
    font-family: 'Times New Roman';
}

body.size10 .ContentBlock {
    font-size: 10px;
}

body.size12 .ContentBlock {
    font-size: 12px;
}

body.size14 .ContentBlock {
    font-size: 14px;
}

body.size16 .ContentBlock {
    font-size: 16px;
}

body.size18 .ContentBlock {
    font-size: 18px;
}

body.size20 .ContentBlock {
    font-size: 20px;
}

body.size22 .ContentBlock {
    font-size: 22px;
}

body.size24 .ContentBlock {
    font-size: 24px;
}


/* ACCESSIBILITY CONTENT */
.FontLargeSetting .ContentBlock:not(.VideoContent) * {
    font-size: 2rem !important;
    line-height: 3rem !important;
}

.FontExtraLargeSetting .ContentBlock:not(.VideoContent) * {
    font-size: 4rem !important;
    line-height: 5rem !important;
}

.FontBlueSetting .ContentBlock:not(.VideoContent) {
    border: solid 1px;
    background: #9AE3F4 !important;
    color: #00228F !important;
    border-color: #00228F !important;
}

    .FontBlueSetting .ContentBlock:not(.VideoContent) * {
        background: #9AE3F4 !important;
        color: #00228F !important;
        border-color: #00228F !important;
    }

.FontBlackSetting .ContentBlock:not(.VideoContent) {
    border: solid 1px;
    background: #FFFFFF !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

    .FontBlackSetting .ContentBlock:not(.VideoContent) * {
        background: #FFFFFF !important;
        color: #000000 !important;
        border-color: #000000 !important;
    }

.FontGreySetting .ContentBlock:not(.VideoContent) {
    border: solid 1px;
    background: #969696 !important;
    color: #FFFF00 !important;
    border-color: #FFFF00 !important;
}

    .FontGreySetting .ContentBlock:not(.VideoContent) * {
        background: #969696 !important;
        color: #FFFF00 !important;
        border-color: #FFFF00 !important;
    }


.FontYellowSetting .ContentBlock:not(.VideoContent) {
    border: solid 1px;
    background: #FFFFCC !important;
    color: #00358f !important;
    border-color: #00358f !important;
}

    .FontYellowSetting .ContentBlock:not(.VideoContent) * {
        background: #FFFFCC !important;
        color: #00358f !important;
        border-color: #00358f !important;
    }


/* ACCESSIBILTY BUTTONS */
.AccessibilityButton {
    position: absolute;
    width: 62px !important;
    height: 62px !important;
    margin: -1px 1px !important;
    z-index: 1;
}

.FontSettingContainer {
    position: fixed;
    bottom: 20px;
    left: 20px;
    margin: 0;
    padding: 0;
    height: 60px;
    z-index: 2;
}

    .FontSettingContainer ul {
        position: absolute;
        margin: 0;
        padding: 0;
        display: flex;
        height: 60px;
        cursor: pointer;
        transition: 0.5s;
        background: linear-gradient(45deg, #ff00ff, #8a2be2);
    }

        .FontSettingContainer ul li {
            position: absolute;
            list-style: none;
            transition: 1s;
        }

            .FontSettingContainer ul li a {
                display: block;
                width: 60px;
                height: 60px;
                line-height: 60px;
                text-align: center;
                background: #262626;
                color: #ffffff;
                margin: 0 2px;
                border-radius: 50%;
                font-size: 30px;
                transition: 1s;
            }

            .FontSettingContainer ul li:nth-child(2) a {
                background: #000000;
                font-size: 16px;
            }

            .FontSettingContainer ul li:nth-child(3) a {
                background: #000000;
                font-size: 22px;
            }

            .FontSettingContainer ul li:nth-child(4) a {
                background: #000000;
                font-size: 28px;
            }

            .FontSettingContainer ul li:nth-child(5) a {
                background: #FFFFFF;
                color: #000000;
                font-size: 28px;
            }

            .FontSettingContainer ul li:nth-child(6) a {
                background: #9AE3F4;
                color: #00228F;
                font-size: 28px;
            }

            .FontSettingContainer ul li:nth-child(7) a {
                background: #969696 !important;
                color: #FFFF00 !important;
                font-size: 28px;
            }

            .FontSettingContainer ul li:nth-child(8) a {
                background: #FFFFCC !important;
                color: #00358f !important;
                font-size: 28px;
            }


            .FontSettingContainer ul li:nth-child(9) a {
                background: #FFFFFF;
                color: #000000;
                font-size: 28px;
            }

            .FontSettingContainer ul li:nth-child(10) a {
                background: #000000;
            }

    .FontSettingContainer.selected li:nth-child(2) a {
        transform: translateX(64px) rotate(360deg);
        transition-delay: 1s;
    }

    .FontSettingContainer.selected li:nth-child(3) a {
        transform: translateX(128px) rotate(360deg);
        transition-delay: 0.875s;
    }

    .FontSettingContainer.selected li:nth-child(4) a {
        transform: translateX(192px) rotate(360deg);
        transition-delay: 0.75s;
    }

    .FontSettingContainer.selected li:nth-child(5) a {
        transform: translateX(256px) rotate(360deg);
        transition-delay: 0.625s;
        border: #000000 solid 1px;
    }

    .FontSettingContainer.selected li:nth-child(6) a {
        transform: translateX(320px) rotate(360deg);
        transition-delay: 0.5s;
        border: #00228F solid 1px;
    }

    .FontSettingContainer.selected li:nth-child(7) a {
        transform: translateX(384px) rotate(360deg);
        transition-delay: 0.375s;
        border: #FFFF00 solid 1px;
    }

    .FontSettingContainer.selected li:nth-child(8) a {
        transform: translateX(448px) rotate(360deg);
        transition-delay: 0.25s;
        border: #00358f solid 1px;
    }

    .FontSettingContainer.selected li:nth-child(9) a {
        transform: translateX(512px) rotate(360deg);
        transition-delay: 0.125s;
        border: #000000 solid 1px;
    }

    .FontSettingContainer.selected li:nth-child(10) a {
        transform: translateX(576px) rotate(360deg);
        transition-delay: 0.1s;
        border: #000000 solid 1px;
    }


/* ASSESSMENT SUMMARY*/
.AssessmentStatus {
    color: white;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    text-transform: uppercase;
}

.AssessmentSubStatus {
    color: white;
    font-weight: lighter;
    font-size: 18px;
    margin-top: 20px;
}

.AssessmentScoreBox {
    width: 60%;
    margin-top: 35px;
}

.AssessmentScoreContainer {
    width: 250px;
    background-color: white;
    border-radius: 10px;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 6px 65px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 6px 65px -3px rgba(0,0,0,0.4);
    box-shadow: 4px 6px 65px -3px rgba(0,0,0,0.4);
}

.AssessmentScoreTitle {
    text-transform: uppercase;
    color: black;
    font-size: 12px;
}

.AssessmentScore {
    text-transform: uppercase;
    color: black;
    font-size: 32px;
    font-weight: bold;
}

.AssessmentScoreContainer p {
    margin: 0px !important;
}

.TextContent img[src=""] {
    display: none;
}







/*CONTENTBLOCK NOTES STYLING*/
.open_note_button {
    cursor: pointer;
}

.ConfirmationPanel {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 550px;
    max-width: 700px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 10px 10px 5px 5px;
    display: table;
    z-index: 10000;
    font-size: 13px;
}

.ConfirmationHeader {
    width: 100%;
    margin-top: -20px;
    padding: 10px;
    padding-right: 30px;
    margin-left: -20px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
}

.ConfirmationHeaderText {
    width: 90%;
    display: inline-block;
}

.ConfirmationClose {
    background: url(../images/close_white.png) no-repeat right top;
    padding: 13px;
    margin-top: -5px;
    margin-right: -23px;
    cursor: pointer;
    float: right;
}

.ConfirmationContent {
    margin-top: 10px;
    color: #000;
    text-transform: none;
    align-content: center;
    max-height: 520px;
}

.ConfirmationMessage {
    font-weight: 600;
    margin-bottom: 20px;
}


}


/* HTML Link Content*/
.HTMLContentPanel.LinkPanel {
    width: 100%;
    position: relative;
    border-radius: 5px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}

.HTMLContentPanel .LinkIntro {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

.HTMLContentPanel .LinkIcon {
    font-family: 'Font Awesome Free';
    float: left;
    height: 100%;
    font-size: 40px;
    padding-right: 30px;
    padding-top: 4px;
    width: 46px;
    flex: 0 0 0%;
}

    .HTMLContentPanel .LinkIcon .fa-file-pdf {
        color: #ff0000;
    }

    .HTMLContentPanel .LinkIcon .fa-file-word {
        color: #00a1f1;
    }

    .HTMLContentPanel .LinkIcon .fa-file-excel {
        color: #7cbb00;
    }

    .HTMLContentPanel .LinkIcon .fa-file-powerpoint {
        color: #f65314;
    }

.HTMLContentPanel .LinkText {
    font-size: 20px;
    flex: 1 0 0%;
    color: #797979;
}

.HTMLContentPanel a {
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
