@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

video {
    margin: 0 auto;
    display: block;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

h1, h2 {
   font-family: "aktiv-grotesk-std", 'Open Sans', sans-serif;
   margin: 0 0 0.67em 0;
}

h1 {
    font-size: 3em;
    font-weight: 400;
}

h2 {
    font-size: 2em;
    font-weight: 500;
}

h3 {
    font-size: 2em;
    font-weight: 700;
}

h4 {
    font-size: 1em;
    font-weight: 400;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*===================================

FONT WEIGHTS

300 Light       "aktiv-grotesk-std"
400 Regular     "aktiv-grotesk-std"
500 Medium      "aktiv-grotesk-std"
700Bold        "aktiv-grotesk-std"


===================================*/
/** GENERIC **/

body {
    font-family: "aktiv-grotesk-std", 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    background: #eeeeee;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p:first-child {
    margin-top: 0px;
}

.tar {
    text-align:  right;
}

.tac {
    text-align:  center;
}

.fw {
    width: 100%;
    display: block;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    *behavior: url(/scripts/boxsizing.htc);
}

.forgot-password {
    font-size: 1.125em; /* 18/16 */
    padding-top: 20px;
    text-align: center;
    color: #000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.light {
    font-weight: 300;
}

.wbg {
    background: #FFFFFF;
}

input.text {
    border: 1px solid #bdbcbc;
    padding: 0.5em 0.7em;
    margin: 0 0 1em 0;
}

select {
    padding: 0.5em 0.7em;
    margin: 0 0 1em 0;
}

#ConsortiumOther {
    display: none;
}

.btn, .standardForm .Actions .action {
    color: #FFFFFF;
    font-family: "aktiv-grotesk-std", 'Open Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    text-align:  center;
    text-decoration: none;
    padding: 0.6em 2.8em 0.8em 2.8em;
    margin: 7px 0 0 0;

    border: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    background: #b9baba;
    box-shadow:inset 0px -3px 0px 0px #767778;

    display: inline-block;
}

.btn:hover  {
    text-decoration: none;
}

.btn-confirm, .standardForm .Actions .action {
    font-family: "aktiv-grotesk-std", 'Open Sans', sans-serif;
    background: #009fc1;
    box-shadow:inset 0px -3px 0px 0px #337482;
}

.btn-action {
    font-family: "aktiv-grotesk-std", 'Open Sans', sans-serif;
    background: #ff8900;
    box-shadow:inset 0px -3px 0px 0px #c56700;
}

.hints-and-tips {
    background: url(../img/hintsandtips.png) center center no-repeat!important;
    box-shadow: none;
    text-indent: -999em;
    width: 150px;
    height: 42px;
    padding: 0;
    margin: 0;
}

.content {
    padding: 30px;
}

.closed {
    height: 0;
    overflow: hidden;
}

.headingContent h1 {
    margin: 0;
}

.headingContent h4 {
    font-size: 1.3em;
    padding-top: 15px;
}

/** PAGE SPECIFIC STYLES **/
body.Login {
	/*background: #303030;*/
    background: url(../img/login-back.jpg) center top no-repeat;
    padding-bottom: 40px;
}

body.Login header, body.Login footer {
    display: none;
}

footer ul {
    padding: 0;
}

body.Login #loginHomeArea {
    width: 450px;
    height: 100vh;
    margin: 30px auto;
}


body.Login #loginHeader,
body.Login #loginForm {
    border: 10px solid #858585;
}

body.Login #loginHeader {
    background: #FFFFFF;
    border-bottom: 0;
}

body.Login #loginHeader img {
    width: 100%;
}

body.Login #loginForm {
    background: #f3f4f8;
    border-top: 0;

    padding: 35px 40px;
}

#loginForm .text {
    font-size: 1.3em;
}

body.Login #loginFooter {
    background: #f3f4f8;
    padding: 35px 40px;
}

#page {
    width: 980px;
    margin: 0 auto;
}

header {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #2F2F2F),
        color-stop(1, #151514)
    );
    background-image: -o-linear-gradient(bottom, #2F2F2F 0%, #151514 100%);
    background-image: -moz-linear-gradient(bottom, #2F2F2F 0%, #151514 100%);
    background-image: -webkit-linear-gradient(bottom, #2F2F2F 0%, #151514 100%);
    background-image: -ms-linear-gradient(bottom, #2F2F2F 0%, #151514 100%);
    background-image: linear-gradient(to bottom, #2F2F2F 0%, #151514 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F2F2F', endColorstr='#151515',GradientType=0 );
    position: relative;
    height: 89px;
    margin-top: 8px;
}

header #headerImg {
    position: absolute;
    top: 0px;
    left: 0px;
}
.link-home-over-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 90px;
    display: block;
}

header ul {
    list-style: none;
    position: absolute;
    top: 0px;
    right: 0;


    padding: 0;
    margin: 0;
}

header ul li {
    float: left;
    margin: 0 1px 0 0;
    border-left: SOLID 1px #000000;
}

header ul li.navBtn a {
    padding: 20px 21px 20px 20px;

    display: block;
}

header ul li.navBtn a:hover {
    background: black;
}

header ul li#userSetting {
   padding: 20px 20px;
   position: relative;
}

header ul li#userSetting span {
    font-size: 1.3em;
    color: #cdcdcd;
    display: block;
}

header ul li#userSetting a {
    color: #009fc1;

}

header ul li#userSetting #userDropdown {
    display: none;

    width: 245px;
    bottom: -159px;
    left: -82px;

    position: absolute;
    z-index: 1000;
    background: #FFFFFF;

    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.55);

}

header ul li#userSetting #userDropdown a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 20px;
    font-size: 1.2em;
    color: #696969;

}

.homecontent {
    padding: 30px 85px;
    background: #FFFFFF;
}

.homecontent p {
    font-size: 1.5em;
    font-weight: 400;

    margin: 0 0 3em 0;
}

.homeOfferings {
    background: url(../img/home-mid-bg.jpg) bottom left no-repeat #1e1e1e;
    padding: 30px 0 40px 0;
}

.homeOfferings .imgTitle {
    margin-left: 20px;
}

.homeOfferings h1 {
    color: #FFFFFF;
    font-weight: 400;

}

.homeOfferings ul {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
}

.homeOfferings ul li {
    margin: 20px 0 0 20px;
    float: left;
    background: #FFFFFF;
    display: block;

    width: 220px;
}

.homeOfferings ul.moduleList li {
    height: 280px;
}

.homeOfferings ul li a {

}


.homeOfferings ul li p {
   padding: 0 15px 15px 15px;
   margin: 0;
   font-size: 14px;
   color: #4f4f4f;
}

.homeWebinars {
   background: #FFFFFF;
   padding: 25px 0;
}

.homeWebinars .carousel-webinars {

}
.homeWebinars .carousel-webinars ul {
    width: 920px;
    float: left;
    padding: 0;
    margin-top: 30px;
}
.homeWebinars .carousel-webinars .controls-dir {
    float: left;
    width: 30px;
    margin-top: 100px;
    padding: 20px 0;
    background-color: transparent;
    border: 0;
}
.homeWebinars .carousel-webinars li {
    width: 210px;
    height: 210px;
    padding: 0 10px;
    margin: 0;
}
.homeWebinars .carousel-webinars img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.carousel-webinars-pager {
    text-align: center;
    font-size: 30px;
}
.carousel-webinars-pager span {
    margin: 0 6px;
    color: #827e7a;
}
.carousel-webinars-pager .cycle-pager-active {
    color: #000;
}

.greyContainer, .registerContainer {
    padding: 20px;
    background: #e8e8e8;
}

.registerContainer .content {
    background: #FFFFFF;
    width: 600px;
    padding: 0;
}

.registerContainer .sideMenu {
    background: #FFFFFF;
    width: 260px;
    padding: 30px;
}

.registerContainer .accMenu {
    background: #FFFFFF;
    width: 320px;
    padding: 0;
}

.registerContainer .accMenu a {
    background: #221e1f;
    border-bottom: 1px solid #343334;

    display: block;
    padding: 10px 20px;
    font-size: 1.1em;
    color: #FFFFFF;
}

.registerContainer .accMenu h2 {
    padding: 10px 20px;
    font-size: 1.5em;
    margin: 0;
}

.registerContainer label {
    font-size: 1.2em;
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
}

.registerContainer div.checkbox {
    margin: 20px 0;
    position: relative;
    padding: 30px 0 0 0;
}

.registerContainer div.checkbox span.description {
    position: absolute;
    top: 0;
    font-size: 1.2em;
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
}

.registerContainer div.checkbox label {
    font-size: 1em;
    font-weight: normal;
}

.registerContainer div.checkbox input.checkbox {
    float: left;
    margin: 2px 20px 0 0;
}

#Remember {
    padding-bottom: 1em;
}


#Remember label {
    display: inline-block;
    font-weight: 300;
}

.registerContainer .content h1 {
    margin: 0;
    padding: 30px;

    font-size: 3em;
    border-bottom: 1px solid #e8e8e8;

}

.registerContainer .content .standardForm {
    padding: 30px;
}

.registerContainer .content input.text {
    width: 400px;
}

.registerContainer .sideMenu h2 {
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.registerContainer .sideMenu form {
    padding: 20px 0;
}

.registerContainer .sideMenu input.text {

}

/** DASHBOARD **/
.mainContentContain {
    width: 620px;
}

.sideBarContain {
    width: 300px;
}

.trainingModules {
    background: #3b3b3b;
}

.trainingModules .moduleCate {
    /*height: 49px;*/
    cursor: pointer;
}

.trainingModules .moduleCate .titleRow {
    background: url(../img/exp-min.jpg) top right no-repeat #151514;
    color: #ffffff;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 1.5em;
}

.trainingModules .moduleCate .titleRow.active {
    background: url(../img/exp-min.jpg) bottom right no-repeat #151514;
}

.trainingModules .moduleCate .titleRow.mini {
    background-position: bottom right;
}

.trainingModules .moduleCate .titleRow .title {
    display: inline-block;
    width: 265px;
    padding-right: 50px;
}

.trainingModules .moduleCate .titleRow .completeState {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #009fc1;
    padding: 5px 10px;
    font-size: 0.6em;
}

.trainingModules .moduleCate .titleRow .completeState.greyState {
   background: #262626;
}

.trainingModules .moduleCate .titleRow .completeState.yellowState {
    background: #efc84a;
    color: #765d10;
}

.trainingModules .moduleCate .titleRow .light {
    color: #8a8a8a;
    padding-left: 30px;
    font-size: 0.9em;
}

.trainingModules .moduleCate .content {
    padding: 15px;
}

.trainingModules .moduleCate .content .resultTag {
    padding-top: 15px;
    font-size: 1.3em;
}

.trainingModules .moduleCate .content .greyResult {
    color: #58595b;
}
.trainingModules .moduleCate .content .yellowResult {
    color: #e57804;
}
.trainingModules .moduleCate .content .blueResult {
    color: #009fc1;
}
.trainingModules .moduleCate .content .redResult {
    color: #c11700;
}





.trainingModules .moduleCate .content .module {
    width: 266px;
    height: 400px;
    background: #FFFFFF;
    margin: 14px;
    position:  relative;
}

.trainingModules .moduleCate .content .module img {
    max-width: 266px;
}

.module .buttonArea {
    background: #ebeeef;
    padding: 20px 10px;
    position: absolute;
    bottom: 0px;
}

.progressContent {
    padding: 20px;
    background: #FFFFFF;
}

.progressContent h3, .progressContent h4 {
    margin: 0;
}

.progressContent .status {
    border: 1px solid #dad8d8;
    padding: 15px;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.progressContent .status img {
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.continueProgress {
    background: #3b3b3b;
    padding: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.continueProgress strong {
    font-size: 1.5em;
}

/** VIDEO **/
.webinarContainer {
   padding: 35px 80px;

}

.progressBar {
    background: url(../img/bg_progress_bar.gif) top left repeat-x;

    height: 56px;
}

.progressBar .labelProgress,
.resetModule a,
#addUserNotes {
    display: block;
    font-weight: 700;
    font-size: 1.3em;
    color: #fff;
    padding: 15px 20px 15px 30px;
}

#addUserNotes,
.resetModule a:hover {
    text-decoration: none;
    color: #cdcdcd;
}

#addUserNotes {
    color: #cdcdcd;
}

.completionBar {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    height: 13px;
    width: 225px;
    overflow: hidden;
    margin: 19px 10px 0 0;
    background: #d1d3d4;
}

.completionBar .bar {
    height: 15px;
    background: #009fc1;
}

.percentageStat {
    color: #cdcdcd;

    font-size: 14px;

    padding: 15px 5px;
}

.writeNote {
    position: relative;
    padding-right: 20px;
}

.writeNote #addUserNotes {
    background: url("../img/btn-note.png") no-repeat right center;
    padding-right: 30px;
}

.writeNote #addNoteDropdown{
    width: 580px;
    background: #FFFFFF;

    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.55);

    position: absolute;
    right: 0px;
    z-index: 999;

    display: none;
}

.writeNote #addNoteDropdown .row {
    padding: 12px 30px;
    border-bottom: 1px solid #d1d3d4;
    background: url(../img/ico-plus.gif) 550px 13px no-repeat;
    cursor: pointer;
}

.writeNote #addNoteDropdown .row div {
    height: 19px;
    overflow:  hidden;
}

#addNoteDropdown .noteFormArea textarea {
    border: none;
    background: none;
    height: 50px;
}

#addNoteDropdown .noteFormArea span {
    display: block;
    padding-bottom: 9px;
    font-size: 1.3em;
}

.writeNote #addNoteDropdown .row.active {
    background: url(../img/ico-minus.gif) 550px 13px no-repeat;
}

.writeNote #addNoteDropdown .row.active div {
    height: auto;
}

.writeNote #addNoteDropdown .noteFormArea {
    padding: 12px 30px;
}

.question.question-error {
    color: red;
}

.module-lock .question,
.module-lock .cms,
#lockForm {
    text-align: center;
}

.trueNfalse .questionFncyTitle, .multipleChoice .questionFncyTitle {
    background: url(../img/txt_question.gif) top left no-repeat;
    height: 35px;
    margin-bottom: 15px;
}
.closerLook .questionFncyTitle {
    background: url(../img/txt_closer.gif) top left no-repeat;
    height: 35px;
}
.mixNmatch .questionFncyTitle {
    background: url(../img/txt_mixnmatch.gif) top left no-repeat;
    height: 35px;
}
.fillMissing .questionFncyTitle {
    background: url(../img/txt_missingwords.gif) top left no-repeat;
    height: 35px;
}
.home-banner-holder {
    height: 310px;
    overflow: hidden;
    z-index: 1;
}
.dots {
    font-size: 3em;
    height: 14px;
    line-height: 14px;
    margin-top: -13px;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: -13px;
    z-index: 2;
}
.dots span {
    opacity: .5;
    margin: 0 5px;
    cursor: pointer;
}
.dots .cycle-pager-active {
    opacity: 1;
}
.bannerBtnHolder {
    padding-top: 180px;
    width: 50px;
}

.banner-holder {
    width: 780px;
}

.banner-holder iframe {
    margin: 0 auto;
    display: block;
}

.banner-holder div {
    width: 780px;
}

.banner-caption {
    padding: 15px 0 0 0;
    font-size: 1.2em;
}

.questionArea {
    padding: 25px 80px;
    background: #d1d3d4;
    font-size: 1.2em;
}


.questionRow {
    background: #FFFFFF;
    border: 1px solid #d1d3d4;
    border-top: none;
}

.questionRow p {
    margin-bottom: 0;
}

.questionRow.active {
    background: #d4f0f9;
}

.questionText {
    border-right: 1px solid #d1d3d4;
    width: 620px;
    padding: 20px 25px;
    min-height: 65px;
}

.questionText .qTitle {
    font-weight: 600;
    font-size: 1.2em;
}

.response {
    height: 105px;
    width: 100px;
    background: url(../img/bg-checkbox-q.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.questionRow.active .response {
    background: url(../img/bg-checkbox-ticked-q.gif) 50% 50% no-repeat;
}

.trueNfalse .questionRow {
    width: 49.8%;
    float: left;
    border-left: 0px;
    position: relative;
    min-height: 100px;
    padding-bottom: 100px;
}

.trueNfalse .questionRow .questionText {
    width: 100%;
    text-align: center;
    border: none;
    float: none;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    *behavior: url(/scripts/boxsizing.htc);
}

.trueNfalse .questionRow .response {
    float: none;
    margin: 0 auto;
    height: 60px;
    background-position: 50% 25%;

    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.msgPopupFancy {
    display: none;
    border: 8px solid #858585;
    padding: 30px;
    text-align: center;
    width: 600px;
    min-height: 250px;
}

#incorrectMsgBox a.btn, #correctMsgBox a.btn, #popupMsgBox a.btn {
    position: absolute;
    bottom: 40px;
    left: 256px;
}

.questionArea .cms {
    font-size: 1.2em;
}

.questionArea .cms h1 {
    font-size: 1.4em;
    font-weight: 600;
}

.mixNmatch .questionRow, .fillMissing .questionRow {
    padding: 30px;
}

.mixNmatch .answerBtn.active {
    background: #d4f0f9;
}

.multiAnswers {
    padding-left: 30px;
    width: 425px;
}

.answerBtn {
    border: 1px solid #d1d3d4;
    font-weight: 600;
    padding: 16px 20px;
    margin-bottom: 5px;
}

.answerBtn input {
    margin-right: 10px;
}

.fillMissing .questionRow span {
    font-size: 1.2em;
    font-weight: 600;
    padding: 2px 10px 2px 0;
}

.fillMissing .questionRow select {
    padding: 3px 5px;
    width: 280px;
    margin-bottom: 15px;
}


.vjs-default-skin .vjs-big-play-button {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    top: 174px;
    left: 365px;
    height: 60px;
    width: 60px;


    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;

    border: 0;
}


.vjs-default-skin .vjs-big-play-button:before {
    line-height: 2em;
}


.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}


#resultStage1, #resultStage2, #resultStage3 {
    font-size: 14px;
    letter-spacing: 0.5px;
}

#resultStage1 strong {
    font-size: 1.2em;

}

.resultTitle {
    border-bottom: 1px solid #d1d3d4;
}

#resultStage3 .resultTitle {
    padding: 30px 30px 0 30px;
}

#resultStage2, #resultStage3 {
    display: none;
}

#resultStage2 .resultStatus  {
    width: 468px;
    padding: 75px 0;
}

#resultStage2 .score {
    font-size: 6em;
    line-height: 0.9em;
}

#resultStage2 .subScoreTitle {
    font-size: 2em;
    letter-spacing: -1px;
}

#resultStage2 .resultAnswersWrong {
    background: #f7f7f7;
    width: 415px;
    padding: 25px;
    min-height: 350px;
}

#resultStage2 .resultAnswersWrong h4 {

}

#resultStage2 .resultAnswersWrong ul {
    margin: 0;
    padding: 0;
}

#resultStage2 .resultAnswersWrong ul li {
    display: block;
    background: url(../img/wrong-icon.gif) top left no-repeat;
    padding: 0 0 15px 35px;
}

.resultFooter {
   background: #d1d3d4;
   padding: 40px;
}

#resultStage3 .feedbackRow {
    padding: 15px 180px;
}

#resultStage3 h3 {
    font-size: 1.2em;
    padding-top: 15px;
}

#resultStage3 .ratingValue {
    display: inline-block;
    padding: 13px 15px;
    width: 20px;
    font-weight: 600;
    border: 1px solid #d1d3d4;
    border-left: none;
    margin: 0;
    float: left;
    color: #231e1f;
}

#resultStage3 .ratingValue:hover, #resultStage3 .ratingValue.active  {
    text-decoration: none;
    color: #009fc1;
    background: #d4f0f9;
}

#resultStage3 div a.ratingValue.first {
    border-left: 1px solid #d1d3d4;
}

#resultStage3 .formAreaFeedback {
    margin-top: 30px;
    border-top: 1px solid #d1d3d4;
    padding: 45px 220px;
}

#resultStage3 .formAreaFeedback input {
    width: 100%;
    padding: 5px 0;
}

#resultStage3 .formAreaFeedback textarea {
    width: 100%;
    height: 150px;
    padding: 5px 0;
}

#addNoteField {
    outline: 0;
}

/** TRAINING LOG **/
.trainingBar {
    background: url(../img/bg_progress_bar.gif) top left repeat-x;
    color: #FFFFFF;
    height: 41px;
    font-size: 1.2em;
    font-weight: 600;
}

.trainingBar .labelModuleName, .trainingBar .labelScore, .trainingBar .labelAttempts {

    border-right: 1px solid #000000;
}

.labelModuleName {
    padding: 10px 20px;
    width: 360px;
}

.labelScore {
    padding: 10px 15px;
    width: 118px;
}

.labelAttempts {
    padding: 10px 15px;
    width: 118px;
}

.labelAction {
    padding: 10px 20px;
    width: 195px;
}

.logContent {

}

.logRow {
    background: #FFFFFF;
    border-bottom: SOLID 1px #c9c5c6;
}

.logRow:hover {
    background: #d3f1f8;
}

.logRow:last-child {
    border-bottom: none;
}

.logRow > div {
    border-right: SOLID 1px #c9c5c6;
    min-height: 63px;
}

.logRow > div.clearfix {
    min-height: 0;
}

.logRow > div:last-child,
.logRow > div.labelAction {
    border-right: none;
}

.logRow h3 {
    margin: 0;
    /*padding: 0 0 5px 0;*/
    font-size: 1.4em;
    line-height: 60px;

}

.logRow .moduleCate {
    color: #009fc1;
}

.logRow .labelAttempts {
    padding-top: 33px;
    min-height: 40px;
}

.logRow .labelAttempts img {
    padding: 0 3px;
}

.logRow .labelScore {
    font-size: 16px;
}

.logRow .scoreTotal {
    font-size: 1.8em;
}

/*
.resultFooter a {
    width: 145px;
}
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
