@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: 615px;
    margin: 10px auto 0;
    position: relative;
    width: 100%;
    margin: 45px auto 0;
    background-size: 100% auto;
}

.videoHolderMain {
    height: 450px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 18px;
    width: 868px;
    background: url("../../../course_01/images/video_wallpaper_wdt.png") no-repeat 24px 0px;
    margin: 0 auto;
    padding: 10px 0px;
}

#videoHolder {
    margin: 0 auto;
    width: 930px;
}

#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;
}
#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;
    }
}

@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;
}

/*.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;
}

.videoEndText {
    display: none;
    position: absolute;
    top: 492px;
    left: 26px;
    width: 959px;
    font-size: 17px;
    line-height: 20px;
}


.videoEndText a {
    text-decoration: underline;
}

.vjs-control-bar .vjs-volume-panel,
.vjs-control-bar .vjs-mute-control {
    display: none!important;
}



#videoblocker{
    width: 100%;
    height: 100%;
    z-index: 9;
    background: transparent;
    z-index: 9;
    position: absolute;
}

.videoEndText {
    display: none;
    position: absolute;
    top: 521px;
    left: 40px;
    width: 959px;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
}
.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;
}