@charset "utf-8";
/* CSS Document */
.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;
}

.customVideoPlayer-dimensions {
    /*width: 930px !important;
    height: 523px !important;*/
}
.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: 550px;
    margin: 10px auto 0;
    position: relative;
    width: 960px;
    margin: 25px auto 0;
    background-size: 100% auto;
}

/*.videoHolderMain {
    height: 450px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 45px;
    width: 868px;
    background: url("../../../course_01/images/video_wallpaper_wdt.png") no-repeat 24px 0px;
    margin: 0 auto;
    padding: 10px 0px;
}*/

.videoHolderMain {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    padding-right: 10px;
}
.customVideoPlayer-dimensions {
    width: 320px;
    height: 379px;
}
.v_wrapper {
    display: inline-block;
    vertical-align: top;
    width: 614px;
    box-sizing: border-box;
}

#videoHolder {
    margin: 0 auto;
    width: 930px;
}

#videoHolder video {
    margin-top: 0;
}
.video_title {
    background: #1E49E2;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center; 
}
.instText {
    display: none;
}
.inner_textBlock {
    display: none;
}
.popup_main {
    border: 1px solid #1E49E2;
    background: #1E49E2;
}
.popup_title {
    padding: 8px 0 0 10px;
    position: relative;
    height: 45px;
    /* font-size: 18px; */
    background: #1E49E2;
    color: #ffffff;
    box-sizing: border-box;
}
.popup_title span {
    font-weight: bold;
    font-size: 1.2em;
}
.popup_inner {
    padding: 10px;
    height: 367px;
    background: #ffffff;
}
.popup_leftpart ul {
    list-style: square;
    margin-left: 23px;
    margin-top: 0px;
}
.popup_leftpart li {
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    list-style: square;
}
.popup_leftpart .list_space li {
    padding-bottom: 7px;
    font-size: 18px;
    line-height: 23px;
}
.popup_leftpart .text_spacing li {
    padding-bottom: 4px;
}
.top_para {
    margin-bottom: 10px;
}
/* .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;
}
#transcriptViewContent p.list_number {
    text-indent: -22px;
    margin-left: 22px;
}
#transcriptViewContent p.list_number span {
    padding-right: 5px;
}

@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;
    }
}



.vjs-mouse-display {
    display: none!important;
}
.video-js {
    margin: 0 auto;
}

.vjs-tech {
  pointer-events: none;
}

/*.footer::before {
    content:'';
    background-color: #ededed;
    width:973px;
    height:10px;
    position:absolute;
    right:0px;
    bottom:0px;
}*/

/*.videoText{
    position: absolute;
   top: -35px;
    left: 30px;
}*/
.instruction{
    color: #F68D2E;
    font-style:italic;
    position: absolute;
    top: -16px;
    left: 30px;
}




@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}


.vjs-playback-speed-control.vjs-menu-button.vjs-control{
    position: absolute;
    top: -32px;
    right: 0;
    cursor: default;
}

.vjs-menu-content {
    display: none;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
  }
  .vjs-menu-content li a{
    color: #ffffff;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
  }
  .vjs-menu-button-popup .vjs-menu-content {
    display: block;
  }

  .vjs-menu .vjs-menu-content {
    display: block;
    padding: 5px 0 0 0 !important;
    margin: 0px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: absolute;
    top: -63px;
    height: 96px;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
}
.video-js .vjs-playback-speed-text.vjs-button {
    font-size: 12px;
    width: 3.5em;
    padding-top: 9px;
    cursor: pointer;
} 