@charset "utf-8";

/* CSS Document */

#pageContainer .container {
    width: 820px;
    height: 471px;
    /* 	top: calc(50% - 12px);
    transform: translateY(-50%); */
}

.videoButton {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 450px;
    left: 34px;
    position: absolute;
    top: 10px;
    width: 800px;
    z-index: 999;
}

.vdoPlayBtn {
    background: url("../../../course_01/images/play_btn.png") repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    height: 80px;
    left: 45%;
    position: absolute;
    top: 41%;
    width: 80px;
}

.vdoPlayBtn:hover {
    background: url("../../../course_01/images/play_btn_over.png") repeat scroll 0 0;
    background-size: 100% auto;
    cursor: pointer;
}

.videoHolderShadow {
    /* background: url("../../../course_01/images/video_bg1.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */
    height: 604px;
    margin: 10px auto 0;
    position: relative;
    width: 870px;
    margin: 45px auto 0;
    background-size: 100% auto;
    /* width: 820px;
    height: 471px; */
}

.videoHolderMain {
    /* height: 450px; */
    height: 474px;
    left: 20px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 48px;
    width: 868px;
    background: url("../../../course_01/images/video_wallpaper_wdt.png") no-repeat scroll 24px 0;
    padding: 10px 0;
    margin: 0 auto;
    z-index: 1;
    box-sizing: border-box;
}

#videoHolder {
    margin: 0 auto;
    width: 800px;
}

#videoHolder video {
    margin-top: 0;
}


/* .welcome{	color: white;
    font: 22px/328px arial;
    height: 328px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 868px;} */

#videoPlayer {
    /*height:560px;
	width:960px;
	margin: 2.3% 30px 0;*/
}

#btnSkip {
    background: none repeat scroll 0 0 #3c3c3e;
    border: medium none;
    bottom: 4px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font: 12px/20px arial;
    height: auto;
    padding: 5px 0;
    position: absolute;
    right: 100px;
    text-align: center;
    width: 60px;
}

#btnSkip:hover {
    background: none repeat scroll 0 0 #E4801B;
}

.top_content {
    position: absolute;
    bottom: -20px;
    left: 30px;
    width: 93%;
}

#transcriptViewContent p {
    margin-bottom: 10px;
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (device-aspect-ratio: 8/5) and (-webkit-min-device-pixel-ratio: 1.33) and (orientation: landscape) {
    .videoHolderMain {
        max-width: 600px;
        margin: 80px auto 0;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

.vjs-mouse-display {
    display: none!important;
}

.video-js {
    margin: 0 auto;
}

.vjs-tech {
    pointer-events: none;
}

.overlay {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 47%;
    width: 100%;
    z-index: 1;
    max-width: 810px;
    max-height: 462px;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.interactivityContainer {
    background: url("../../images/activityBg.jpg") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 47%;
    left: 52.2%;
    display: none;
    max-width: 812px;
    /* max-height: 458px; */
    max-height: 463px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 2;
}

.interactivityWrapper {
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px 20px 20px 30px;
    box-sizing: border-box;
    z-index: 2;
}

.infoText {
    font: 65px "KPMG_App";
    color: #00338d;
    width: 37%;
    position: relative;
    float: left;
    /* padding-top: 15px; */
    /* padding-left: 15px; */
	    line-height: 60px;
}

.infoText .queText {
    font-family: arial;
    font-size: 18px;
    line-height: 25px;
}

.optWrapper {}

.optContainer {
    text-align: center;
    margin: 0 auto;
    width: 61%;
    float: right;
    height: 100%;
    background: #00338d;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-top: -8px;
}

/*.option {
    width: calc((100% - 90px) / 3);
    background-color: #005eb8;
    display: inline-block;
    height: 38px;
    margin-right: 30px;
    position: relative;
    max-width: 100px;
    cursor: pointer;
}*/

.option {
    width: 191px;
    background-color: #005eb8;
    display: inline-block;
    vertical-align: top;
    height: 130px;
    padding: 10px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#opt_1.option {
    padding-top: 28px;
}
.option:hover {
    background: #ffcc00;
    color: #000;
}

.option.btnDisabled {
    background-color: #005eb8;
    color: #fff;
}

.option.btnSelected.btnDisabled {
    background: #ccc;
}

.option:last-of-type {
    margin-right: 0;
}

/*.option>p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font: 16px arial;
    color: #fff;
}*/

.option>p {
    width: 100%;
    text-align: center;
    font: 16px arial;
    color: #fff;
}

.option:hover>p {
    color: #000;
}

.option.btnDisabled>p {
    color: #fff;
}

.option.btnSelected.btnDisabled>p {
    /*color: rgba(51, 51, 51, 0.8);*/
    color: #00338d;
}

.borderTop {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #00338d;
    margin: 5px auto 18px;
}

.overlay.portrait {
    /* visibility: hidden; */
}

.txt1,
.txt2,
.txt3,
.txt4,
.txt5 {
    margin: 0 auto;
    font-family: arial;
    font-size: 16px;
    line-height: 22px;
}
.txt2 {
    font-family: arial;
}

.txt3 {
    font-family: arial;
    /* width: 640px; */
}

.txt4 {
    /* width: 640px; */
    font-family: arial;
}

.txt5 {
    /* width: 640px; */
    font-family: arial;
}

@media only screen and (orientation: portrait) {
    .interactivityContainer {
        position: relative;
        height: auto;
    }
    .interactivityWrapper {
        position: relative;
        top: auto;
        transform: none;
    }
    .optContainer {
        width: 88%;
    }
    .overlay.landscape {
        visibility: hidden;
    }
    .overlay.portrait {
        visibility: visible;
    }
    #pageContainer .container {
        top: 0;
        transform: none;
    }
    /* .borderTop {
        width: 88%;
    }
    .txt2,
    .txt1 {
        width: 90%;
    }
    .txt3 {
        width: 88%;
    }
    .txt4,
    .txt5 {
        width: 91%;
    } */
}

.feedBackPopup {
    z-index: 9;
    box-sizing: border-box;
    display: none;
    position: absolute;
    /* right: 70px; */
    padding: 0px;
    overflow: hidden;
    z-index: 9;
    box-sizing: border-box;
    top: 0;
    width: 710px;
    height: 350px;
    min-height: 350px;
}

.feedBackContent {
    display: none;
    background: #fff;
    color: #000;
}

.feedBackContent .titleTxt {
    cursor: move;
    border-bottom: 1px solid #ddd;
    color: #000;
    padding: 20px 0px 20px 0;
    width: 329px;
    margin-left: 30px;
    font-weight: bold;
}

.feebackText {
    margin: 0;
    padding: 14px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    height: 315px;
    /*height: 359px;*/
    position: absolute;
    right: 20px;
    top: 175px;
    width: 61%;
    padding: 10px 10px 10px 50px;
    box-sizing: border-box;
}

.feebackText .borderTop {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #fff;
    margin: 10px auto 10px;
}

.popupClose {
    background: url(../images/nav_buttons.png) no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    right: 29px;
    top: 12px;
    cursor: pointer;
    float: right;
    font-size: 0px;
    height: 29px;
    width: 29px;
    transition: all 0.7s ease 0s;
    background-position: -1388px -36px;
}

#feedbackContent,.inst_Continue{
    display: none;
}

.continueBtn {
    display: none;
    background: none repeat scroll 0 0 #00a3a1;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    position: absolute;
    bottom: 40px;
    right: 50px;
}
.continueBtn:hover {
    background: #028482;
}

.option.btnDisabled {
    cursor: default;
}
.change_inst,.inst_Continue{
	color: #F68D2E;
    font-style: italic;
    position: absolute;
    right: 160px;
    bottom: 45px;
}