@font-face {
    font-family: 'Imago_bold';
    src: url('../../fonts/Imago-Medium.eot');
    src: url('../../fonts/Imago-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/Imago-Medium.woff2') format('woff2'), url('../../fonts/Imago-Medium.woff') format('woff'), url('../../fonts/Imago-Medium.ttf') format('truetype'), url('../../fonts/Imago-Medium.svg#Imago-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Imago_bold_italic';
    src: url('../../fonts/Imago-MediumItalic.eot');
    src: url('../../fonts/Imago-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../../fonts/Imago-MediumItalic.woff2') format('woff2'), url('../../fonts/Imago-MediumItalic.woff') format('woff'), url('../../fonts/Imago-MediumItalic.ttf') format('truetype'), url('../../fonts/Imago-MediumItalic.svg#Imago-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Imago_regular';
    src: url('../../fonts/Imago-Book.eot');
    src: url('../../fonts/Imago-Book.eot?#iefix') format('embedded-opentype'), url('../../fonts/Imago-Book.woff2') format('woff2'), url('../../fonts/Imago-Book.woff') format('woff'), url('../../fonts/Imago-Book.ttf') format('truetype'), url('../../fonts/Imago-Book.svg#Imago-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Imago_regular_italic';
    src: url('../../fonts/Imago-BookItalic.eot');
    src: url('../../fonts/Imago-BookItalic.eot?#iefix') format('embedded-opentype'), url('../../fonts/Imago-BookItalic.woff2') format('woff2'), url('../../fonts/Imago-BookItalic.woff') format('woff'), url('../../fonts/Imago-BookItalic.ttf') format('truetype'), url('../../fonts/Imago-BookItalic.svg#Imago-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion_bold';
    src: url('../../fonts/Minion-Bold.eot');
    src: url('../../fonts/Minion-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Minion-Bold.woff2') format('woff2'), url('../../fonts/Minion-Bold.woff') format('woff'), url('../../fonts/Minion-Bold.ttf') format('truetype'), url('../../fonts/Minion-Bold.svg#Minion-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion_bold_italic';
    src: url('../../fonts/Minion-BoldItalic.eot');
    src: url('../../fonts/Minion-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../../fonts/Minion-BoldItalic.woff2') format('woff2'), url('../../fonts/Minion-BoldItalic.woff') format('woff'), url('../../fonts/Minion-BoldItalic.ttf') format('truetype'), url('../../fonts/Minion-BoldItalic.svg#Minion-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion_regular_italic';
    src: url('../../fonts/Minion-Italic.eot');
    src: url('../../fonts/Minion-Italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/Minion-Italic.woff2') format('woff2'), url('../../fonts/Minion-Italic.woff') format('woff'), url('../../fonts/Minion-Italic.ttf') format('truetype'), url('../../fonts/Minion-Italic.svg#Minion-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion_regular';
    src: url('../../fonts/Minion-Regular.eot');
    src: url('../../fonts/Minion-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/Minion-Regular.woff2') format('woff2'), url('../../fonts/Minion-Regular.woff') format('woff'), url('../../fonts/Minion-Regular.ttf') format('truetype'), url('../../fonts/Minion-Regular.svg#Minion-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    position: fixed;
    font-family: 'Imago_regular';
    background: #fff;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
}
/* for IE support please replace color-main color in lib/plyr.css */
:root {
    --plyr-color-main: #FE662D;
    --plyr-captions-background: rgba(254, 102, 45, 0.8);
    --plyr-control-icon-size: 20px;
}
.plyr__poster {background-size: cover;}
.plyr__caption{background: rgba(254, 102, 45, 0.8)}
.plyr__volume{width: auto; min-width: auto;}
.plyr--full-ui.plyr--video .plyr__control--overlaid{
	/* background: transparent; */
	color: #fff;
 }
 .plyr__control--overlaid svg{
    left: 2px; 
	height: 40px;
	width: 40px;
	/* background: white; */
}

.plyr:-webkit-fullscreen video{height: 100% !important; width: 100% !important;}
.plyr:-moz-fullscreen video{height: 100% !important; width: 100% !important;}
.plyr:-ms-fullscreen video{height: 100% !important; width: 100% !important;}
.plyr:fullscreen video{height: 100% !important; width: 100% !important;}

.nav_button {
    position: absolute;
    /* left: 288px; */
    cursor: pointer;
    background-repeat: no-repeat;
    top: 23px;
}

.opacityShow {
    opacity: 1 !important;
}

.opacityHide {
    opacity: 0 !important;
}

.displayHide {
    display: none !important;
}

.visibilityHide {
    visibility: hidden !important;
}

.showCursor {
    cursor: pointer;
}

.hideCursor {
    cursor: default;
}

.temp:only-child {}

.temp:nth-child(1) {}

.temp:first-child {}

.temp:last-child {}

.temp:nth-child(even) {}

.temp {}

.temp:hover {}

.temp:active {}

.button {
    cursor: pointer;
}

.button * {
    cursor: pointer;
}

#preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 99999;
    top: 0px;
    left: 0px;
}

#preload #spinner {
    position: relative;
    margin: 0 auto;
    top: 40%;
    display: table;
    width: 231px !important;
    height: 231px !important;
    background-image: url(../images/preload_spinner.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -45px;
}

#preload #spinner:after {
    position: absolute;
    content: '';
    left: 50px;
    top: 50px;
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}

#screen_preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: transparent; */
    top: 0px;
}

#screen_preloader #spinner {
    position: relative;
    margin: 0 auto;
    top: 50%;
    display: table;
    width: 90px !important;
    height: 90px !important;
    background-image: url(../images/preload_spinner.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -45px;
}

.spinnerBackground {
    width: 175px !important;
    height: 175px !important;
    background-image: url(../images/preload_spinner.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#wrapper_parent {
    position: relative;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

#wrapper {
    position: relative;
    width: 1920px;
    height: 1080px;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    background-color: #fff;
}

#wrapper .visibleNone {
    opacity: 0;
}

#overlay_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0); */
    top: 0px;
}

#splash_screen {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('../images/01_splash_bg.jpg');
    background-size: cover;
}

#splash_screen .text_outer {
    width: 660px;
    position: absolute;
    height: 220px;
    top: 50px;
    left: 80px;
    font-size: 50px;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #707070;
    font-family: 'Minion_regular';
    color: #455361;
}

.text_outer {}

#splash_screen .text_outer span {
    font-size: 60px;
    color: #455361;
    line-height: 60px;
}

/*#patch {
    position: absolute;
    top: 0px;
    width: 120px;
    width: 320px;
    height: 100%;
    background: rgba(20, 123, 189, 0.9);
    color: white;
    font-size: 20px;
    text-align: left;
    line-height: 40px;
    font-family: CentraleSans-Book;
    padding: 30px 25px;
    opacity:0;
}*/

#skip_intro {
    position: absolute;
    bottom: 56px;
    left: 1073px;
    /*width: 120px;*/
    width: 108px;
    height: 25px;
    background-image: url(../images/skipintro.jpg);
    /*     border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);*/
    color: #52aedf;
    /* text-decoration: underline; */
    font-size: 17px;
    text-align: center;
    line-height: 2;
    display: table;
    cursor: pointer;
    font-family: CentraleSans-Book;
}

#skip_intro:hover {
    color: #0066a1;
}

#skip_intro span {
    display: table-cell;
    vertical-align: middle;
}

#container_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
}

#launchImg {
    position: absolute;
    background: url('../images/arrow_begin_normal.png');
    width: 63px;
    height: 62px;
    opacity: 0;
    top: -15px;
    left: 0;
}

#launchImg:hover {
    background: url('../images/arrow_begin_rollover.png');
}

#container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    opacity: 1 !important;
}

#dummyContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 720px;
}

#loadCaseIframe {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0px;
    z-index: 1;
    display: none;
}

#loadCaseIframe iframe {
    width: 100%;
    height: 100%;
}

#screenShot {
    position: absolute;
    width: 1920px;
    height: 1080px;
}

#container_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    top: 0px;
}

#popup_container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
}

.activity {
    position: absolute;
    width: 100%;
    height: 100%;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#splash_content {
    /* height: 616px;
	top: 46px; */
}

#percent {
    position: relative;
    top: 300px;
    font-size: 28px;
    margin: auto;
    width: 231px;
    text-align: center;
    font-family: 'Minion_bold';
}

/*Ansar Chainges*/

header .main {
    position: absolute;
    width: 100%;
    cursor: default;
    height: auto;
    min-height: 100px;
    top: 0px;
    /* z-index: 1; */
}

.header_background {
    background: url('../images/screen_tittle_bar.png') no-repeat;
    width: 989px;
    height: 49px;
    position: relative;
    top: 47px;
}

header.header-bars {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 100%;
    /* padding-left: 62px; */
    /* padding-right: 10px; */
    background: transparent;
    display: block;
    /* -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.5); */
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.5);
    /* box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.5); */
}

header.adjusted {
    padding-left: 334px;
}

.course_title_container {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: CentraleSans-Light;
    top: 0;
}

.module_title {
    position: relative;
    text-align: left;
    display: inline-block;
    font-size: 14px;
    float: left;
}

.title_seperator_arrow {
    /* position: relative;      
    content: "";      
    display: inline-block;
    margin: 0px 12px;
    top: -2px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;      
    -webkit-transform: rotate(45deg);      
    -moz-transform: rotate(45deg);      
    -ms-transform: rotate(45deg);      
    transform: rotate(45deg);*/
    background-image: url("../images/seperator_arrow.png");
    position: absolute;
    width: 9px;
    height: 10px;
    top: 2px;
    left: 123px;
}

.menu_tick {
    position: relative;
    width: 18px;
    height: 13px;
    top: 4px;
    left: 32px;
    float: left;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/menu_tickmark.png);
    display: none;
}

.page_title {
    position: relative;
    font-size: 37px;
    padding: 0px;
    color: #5b8f22;
    font-family: CentraleSans-Light;
    /* padding-left: 15px; */
    width: 100%;
    top: 70px;
    left: 0px;
}

.brand_container {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 212px;
}

.brand_logo {
    height: 52px;
    width: 60px;
    position: absolute;
    right: 55px;
    top: 20px;
    background-image: url("../images/ISS_logo.png");
}

.headerButtons {
    cursor: pointer;
}

#footer-Patch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    /* left:60px; */
}

footer.main {
    position: absolute;
    bottom: 0px;
    height: 57px;
    width: 100%;
    left: 0px;
    text-align: center;
    background-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.settings-menu {
    /* margin: 0; */
    width: 335px;
    height: 100%;
    position: relative;
    top: 0px;
    background-color: #fff;
    left: 0px;
    border-right: 1px solid #888888;
}

#header-bars .menu-left-panel {
    position: absolute;
    left: 0px;
    width: 60px;
    height: 50px;
    background-color: #0089c4;
    overflow: hidden;
}

.settings-menu .menu-left-panel.openState {
    width: 334px;
}

.settings-menu .menu-left-panel.closedState {
    width: 90px;
}

.settings-menu .menu-left-panel .nav_button {
    margin: 21px 17px;
    background-position: 50% !important;
    min-width: 31px;
}

/*.footer-separator {
  background: url('../assets/images/separator.png') no-repeat;
  height: 21px;
  width: 1px;
  position: relative;
  top: 14px;
  right: 68px;
}
.fullScreenButton {
  background: url('../images/fullScreen.png') no-repeat;
  height: 21px;
  width: 21px;
  
}
.normalScreenButton {
  background: url('../images/normalScreen.png') no-repeat;
}*/

#ref-btn-id {
    height: 19px;
    width: 28px;
    background: url('../images/resources_icon.png') no-repeat;
    /* display: inline-block; */
    /* float: left; */
    background-repeat: no-repeat;
    left: 150px;
    top: 15px;
    display: none;
}

#ref-btn-id:not(.disabled):hover {
    background: url('../images/resources_icon_hover.png') no-repeat;
}

.glossaryButton {
    background: url('../images/glosarry.png') no-repeat;
    width: 24px;
    height: 17px;
}

.glossaryButton:not(.disabled):hover {
    background: url('../images/glosarry_hover.png') no-repeat;
}

.volumeButton {
    background: url('../images/volume.png') no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
}

.refrencePopUp {
    width: 1920px;
    height: 565px;
    /* background: #eef3f9; */
    position: absolute;
    margin: 204px auto;
    left: 0;
    right: 0;
    display: none;
    top: -120px;
    z-index: 999;
    /* border-radius: 6px; */
}

.resourcesContentHeader {
    /* width: inherit; */
    /* height: 10px; */
    /* position: absolute; */
    /* background-size: 100% 100%; */
    /* background-color: #e98300; */
    /* border-radius: 6px 6px 0px 0px; */
}

.resourcesContentDescription {
    position: absolute;
    width: 1920px;
    height: 568px;
    top: 0px;
    left: 0px;
    /* background-image: url("../images/scr13_chart.jpg"); */
    background-color: rgba(255, 255, 255, 0.85);
}

.resourcesContentBackground {
    background-color: #fff;
    width: 1920px;
    height: 400px;
    border-top: 2px solid #0082bb;
    border-bottom: 2px solid #0082bb;
    position: absolute;
    top: 80px;
}

.resourcesLink {
    cursor: pointer;
}

.closePopUp {
    position: absolute;
    width: 27px;
    height: 27px;
    left: 1226PX;
    top: 15px;
    /* background-color: #0066a1; */
    cursor: pointer;
    background-image: url("../images/scr10_close_normal.png");
}

.closePopUp:hover {
    background-image: url("../images/scr10_close_roll.png");
}

.viewTitle {
    position: absolute;
    left: 60px;
    top: 15px;
    font-family: 'CentraleSans-Book';
    font-size: 21px;
    color: #0068a2;
}

/*#ref-btn-id {
    display: inline-block;
    height: 23px;
    width: 17px;
    background: url('../images/references.png') no-repeat;
}
#ref-btn-id:hover {
    background: url('../images/references_h.png') no-repeat;
}*/

#vol-btn-id {
    height: 22px;
    width: 32px;
}

#cc-btn-id {
    width: 64px;
    height: 40px;
    /* padding: 12px 22px; */
    /* background-position: 50%; */
    position: absolute;
    /* display: inline-block; */
    float: left;
    border-left: 1px solid #e0e0e0;
    /* background-size: 100% 100%; */
    left: 448px;
    top: 674px;
    background-position: center;
}

.window-exit-btn_main {
    background-color: #0066a1;
    height: 35px;
    width: 35px;
    float: right;
    top: 10px;
    left: 15px;
}

#window-exit-btn {
    background-image: url('../images/close_button.png');
    display: inline-block;
    height: 50px;
    width: 48px;
    right: 0px;
    float: right;
    top: 0px;
    position: absolute;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background: #0089c4;
}

#window-exit-btn:hover {
    background-image: url('../images/close_button_hover.png');
}

.vol_on_btn {
    background: url('../images/audio_on.png') no-repeat;
}

.vol_on_btn:not(.disabled):hover {
    background: url('../images/audio_on_hover.png') no-repeat;
}

.vol_off_btn {
    background: url('../images/audio_off.png') no-repeat;
}

.vol_off_btn:not(.disabled):hover {
    background: url('../images/audio_off_hover.png') no-repeat;
}

.cc_on_btn {
    background: url('../images/caption_icon.png') no-repeat;
}

.cc_on_btn:not(.disabled):hover {
    background: url('../images/caption_icon_hover.png') no-repeat;
}

.cc_off_btn {
    background: url('../images/transcript_icon.png') no-repeat;
}

.cc_off_btn:not(.disabled):hover {
    background: url('../images/caption_icon_hover.png') no-repeat;
}

/* .replayBtn {
  background-image: url('../images/ISS_replay_btn.png');
  height: 53px;
  width: 53px;
  background-repeat: no-repeat;
}
.replayBtn:hover {
  background-image: url('../images/ISS_replay_btn_roll.png');
} */

.play-btn {
    background-image: url('../images/play_button.png');
    height: 17px;
    width: 15px;
    /* background-position: 50%; */
    /* padding: 10px 24px; */
    /* display: block; */
    float: left;
    left: 30px;
    top: 25px;
}

.play-btn:not(.disabled):hover {
    background-image: url('../images/play_button_hover.png');
}

.pause-btn {
    background-image: url('../images/pause_button.png');
    height: 17px;
    width: 15px;
    float: left;
    left: 30px;
    top: 25px;
}

.pause-btn:not(.disabled):hover {
    background-image: url('../images/pause_button_hover.png');
    left: 32px;
}

/*.slider-wrapper {
    position: relative;
    width: 85%;
    top: 0%;
    margin-right: 0px;
    left: 95px;
}*/

.slider-container {
    width: 206px;
    top: 32px;
    left: 66px;
}

.item-slider-back {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 1px;
    left: 1px;
}

.item-slider-back {
    background-color: #194D6C;
}

.drag-icon-container {
    position: absolute;
    width: 18px;
    height: 18px;
    top: -6px;
    cursor: pointer;
    background-image: url('../images/seekBarHandle.png');
}

#menu-left-arrow {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 0;
    top: 20px;
    right: 0;
    cursor: pointer;
    margin: 0 auto;
    left: 0;
    z-index: 1;
}

#menu-left-arrow:hover:not(.disabled) #Ellipse_14 {
    fill: #2FD6D0;
}

#menu-left-arrow:not(.disabled):not(.dontHover):hover {
    /* background: url('../images/back_button_hover.png') no-repeat; */
    /*background-color: #fff;*/
}

.disabled {
    cursor: default !important;
    opacity: 0.5;
    pointer-events: none;
}

.pageNumberBG {
    position: absolute;
    /* margin: auto; */
    right: 0px;
    font-size: 14px;
    top: 14px;
    cursor: default;
    color: #0089c4;
    font-family: CentraleSans-Book;
    /* background-color: #646464; */
    /* width: 120px; */
    /* padding: 10px 0px; */
}

.pageNumberBG span {
    font-size: 30px;
}

.pageNumberBG .pageNumber {
    position: relative;
    color: #0069c4;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 75px;
    top: 7px;
}

#menu-right-arrow {
    position: absolute;
    width: 56px;
    height: 55px;
    cursor: pointer;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}

#menu-right-arrow .disabled {
    opacity: 0.5 !important;
}

#menu-right-arrow:hover:not(.disabled) #Ellipse_14 {
    fill: #2FD6D0;
}

#menu-right-arrow #right-arrow-bg-dummy {
    /* background: url('../images/next_button_hover.png') no-repeat; */
    position: absolute;
    width: 56px;
    height: 55px;
    display: none;
}

#menu-right-arrow #right-arrow-bg {
    width: 54px;
    height: 54px;
}

#menu-right-arrow:not(.disabled):not(.dontHover) #right-arrow-bg {
    cursor: pointer;
}

#right-arrow-bg.disabled {
    opacity: 0.5;
}

#menu-right-arrow #right-arrow-bg.onBlinking {
    background: url('../images/next_button_normal.png') no-repeat;
}

#menu-right-arrow:not(.disabled):not(.dontHover):hover {
    /* background: url('../images/next_button_hover.png') no-repeat; */
}

#menu-right-arrow:not(.dontHover) #right-arrow-bg:not(.disabled):hover {
    /* background: url('../images/next_button_hover.png') no-repeat; */
}

.dontHover {
    cursor: default !important;
    opacity: 0.5 !important;
}

/*#activity-prev-next-menu  span.glow {
  height: 25px;
  width: 18px;
  opacity: 0;
  /* background-repeat: no-repeat; 
  position: relative;
  top: -5px;
  left: -2px;
  background: url('../images/Next_blink.png');
  cursor: pointer;
}*/

#activity-prev-next-menu {
    position: relative;
    top: 5px;
    padding-right: 5px;
    float: right;
    right: 118px;
}

#activity-prev-next-menu>li {
    display: inline-block;
    position: relative;
}

/*volume-control-view */

/*#volume-control-view {
  position: absolute;
  bottom: 36px;
  overflow: hidden;
  color: #000;
  /*display: none;
  height: 169px;
  left: 120px;
  width: 41px;
  background: transparent url(../images/vol_bar.png) no-repeat;
  z-index: 0;
}*/

#panel-volume {
    position: relative;
    width: 5px;
    top: 14px;
    height: 150px;
    border-radius: 3px;
    left: 18px;
}

.volume-slider-back {
    position: absolute;
    width: 2px;
    height: 147px;
    bottom: 2px;
    left: 1px;
    background-color: #194D6C;
}

/*.volume-drag-icon {
  position: absolute;
  width: 17px;
  height: 17px;
  bottom: 0px;
  top: 0px;
  left: -6px;
  cursor: pointer;
  background: url('../images/volume_drag_icon.png') no-repeat;

}*/

/**/

/*ccTEXt*/

#closed-caption-view {
    width: 833px;
    position: absolute;
    bottom: 0px;
    overflow: auto;
    color: #005a8b;
    /*display: none;*/
    font: 14px CentraleSans-Book;
    background-color: #d4e8f0;
    height: 57px;
    left: 448px;
    overflow: hidden;
}

.overviewText {
    /* margin: 20px; */
    height: 100%;
    width: 88%;
    overflow: hidden;
    position: absolute;
    margin-left: 64px;
}

#caption-view-transcript-icon {
    background-image: url('../images/transcript_icon.png');
    position: absolute;
    width: 64px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid #6aa1bd;
    top: 4px;
    cursor: pointer;
    display: none;
}

#caption-view-transcript-icon:hover {
    background-image: url('../images/caption_icon_hover.png');
    background-position: center;
    background-repeat: no-repeat;
}

#caption-view-close {
    background: url('../images/transcript_close_button.png') no-repeat;
    position: absolute;
    width: 10px;
    height: 11px;
    top: 10px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.ccText {
    padding: 10px 20px;
    position: absolute;
}

.buttonbarClass div {
    margin-top: 10px;
    width: 41%;
    margin-left: 16%;
}

.volToolClass {
    margin-left: 12%;
}

.seekBarClass {
    width: 41%;
    display: inherit;
    margin: auto;
}

.progressTimeClass {
    vertical-align: middle;
}

video {
    /* margin-bottom: 10px; */
}

.buttonbarClass {
    text-align: center;
}

/**/

#progress_wrapper {
    position: absolute;
    width: auto;
    height: auto;
    top: 10px;
    right: 30px;
    padding: 2px;
    display: none;
}

#progress_bg {
    position: relative;
    width: 200px;
    height: 5px;
    background: grey;
}

#progress_bar {
    position: relative;
    width: 0px;
    height: 5px;
    background: #000;
}

#progress_text {
    position: relative;
    width: 100%;
    height: 10px;
    text-align: center;
}

#vid {
    text-align: center;
}

/* Ipad play button */

.ipadPlayVideoContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    /* border: 2px solid #ccc; */
    border-radius: 2px;
    box-shadow: 0px 0px 1px 1px #ccc;
    background: #fff;
    z-index: 5;
    opacity: 1;
    display: none;
}

.playButton {
    position: absolute;
    height: 100px;
    width: 99px;
    z-index: 3;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
    background-image: url(../images/play_icon.png);
    right: 0px;
    margin: auto auto;
    cursor: pointer;
}

#menu-Click {
    background-image: url("../images/menu_normal.png");
    width: 25px;
    height: 15px;
    left: 0px;
    top: 10px;
    right: 0px;
    /* bottom: 0px; */
    /* margin: auto; */
}

.menu_collapse, .menu_expand {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 10px;
}

#menu-Click:hover {
    background-image: url("../images/menu_hover.png");
}

.settings-menu .menu-left-panel .left-menu-Seperator {
    position: relative;
    float: left;
    top: 4px;
    width: 1px;
    height: 52px;
    background-image: url("../images/seperation_line.png");
}

#progressBar {
    position: absolute;
    width: 0%;
    height: 4px;
    top: 0px;
    background-color: #0089c4;
}

.topic_title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    left: 40px;
    /* padding-left: 10px; */
    top: -2px;
}

#instruct_next {
    font-size: 16px;
    font-family: CentraleSans-Medium;
    color: #0089c4;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    height: 26px;
    width: 207px;
    line-height: 1.8;
    background-color: #fff;
    padding: 5px 10px;
}

#instruct_next span {
    background-image: url('../images/next_button_normal.png');
    height: 30px;
    width: 30px;
    top: -1px;
    position: relative;
    background-size: 100% 100%;
    left: 0px;
    display: inline-block;
    vertical-align: top;
}

.instruct_nextImage {}

#instruct_next_module {
    font-size: 16px;
    font-family: shaw-regular;
    color: #FFF;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #0082bb;
    height: 20px;
    line-height: 20px;
    padding: 5px;
}

/*
#instruct_next_module span {
    font-family: shaw-bold;
}*/

#internalPlayIconContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

#internalPlayIconContainerBG {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
}

.fake_slider_bg {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #cfcfcf;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sliderHighlight {
    background-color: #888888;
}

.slider-container_hovered .fake_slider_bg {
    height: 12px;
    top: -4px;
}

.slider-container_hovered #progressBar {
    height: 12px;
    top: -4px;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
    #container_wrapper {
        margin-left: 19px !important;
    }
}

#help-btn {
    height: 64px;
    width: 64px;
    position: absolute;
    right: 20px;
    top: 20px;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-color: #0089c4; */
    z-index: 2;
}

#help-btn:hover #Ellipse_31 {
    fill: #2FD6D0;
}

#mtb_menu {
    height: 64px;
    width: 64px;
    position: absolute;
    right: 20px;
    top: 95px;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-color: #0089c4; */
    z-index: 2;
    border-radius: 50%;
}

#mtb_menu:hover #Ellipse_6 {
    fill: #2FD6D0;
}

.helpBtn {
    /* background-image: url('../images/help_button.png'); */
}

.helpBtn:not(.disabled):hover {
    /* background-image: url('../images/help_button_hover.png'); */
}

#help_screen_modal {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.refrenceCover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0px;
}

#wrapperdummy {
    position: absolute;
    height: 750px;
    width: 100%;
    left: 0px;
    background-repeat: repeat-x;
    /* background-color: #ffffff; */
    /* display: none; */
}

.replayBtn {
    background-image: url('../images/replay_button.png');
    height: 19px;
    width: 17px;
    /* display: none; */
    /* background-color: #0066a1; */
    /* border-left: 1px solid rgba(204, 204, 204, 0.5); */
    /* background-position: 50%; */
    /* padding: 11px 24px; */
    left: 28px;
    top: 24px;
}

.replayBtn:not(.disabled):hover {
    background-image: url('../images/replay_button_hover.png');
}

.lessonSelected {
    display: inline-block;
}

#chart {
    position: absolute;
    left: 0px;
}

#resourecLink {
    left: 60px;
    position: relative;
    top: 20px;
    font-size: 15px;
}

#splash_start_text {
    position: absolute;
    bottom: 12px;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial;
}

.splash_start_btn {
    height: 54px;
    width: 144px;
    bottom: 305px;
    left: 706px;
    position: absolute;
    display: block;
    background-color: #fe662d;
    cursor: pointer;
    z-index: 2;
    border-radius: 6px;
}

.splash_start_btn:hover {
    background-color: #ff4c00;
}

#splash_screen .logo_cls {
    z-index: 1;
    position: absolute;
    top: 290px;
    left: 260px;
}
#splash_screen .st-preferance-div{
    width: 740px;
    position: absolute;
    top: 370px;
    left: 50px;
    font-size: 18px;
    line-height: 1.2;
    
    color: #455361;
    background-color: rgba(255,255,255,0.7);
    padding: 30px;
    border-radius: 6px;
}
#splash_screen .st-preferance-div p {margin:0px 0px 15px 0px;}
#splash_screen .st-preferance-div .m-top{margin-top:30px;}

#splash_screen .st-preferance-div .inner-div{ position: relative; /* display: table; */ border-collapse: separate; display: none;}
#splash_screen .st-preferance-div .inner-div .check-div{position: relative; display: table-row;}
#splash_screen .st-preferance-div .check-box-panel{/* display: table-cell; vertical-align: top; */ width: 40px; padding: 15px 0px;}
#splash_screen .st-preferance-div .check-txt-panel{/* display: table-cell; vertical-align: top; */ width: auto; /* padding: 10px 10px 10px 20px; */}

#splash_screen .st-preferance-div .check-btn{
    position: relative;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #fe662d;
    border-radius: 5px;
    transition: all 200ms ease-out;
}
#splash_screen .st-preferance-div .check-btn img{width: 100%; display: none;}
#splash_screen .st-preferance-div .check-btn .btn-txt{
    position: absolute;
    left: 44px;
    width: 180px;
    color: #455361;
    margin: 10px 0px;
}

#splash_screen .st-preferance-div .check-btn:hover{opacity: 0.9;}
#splash_screen .st-preferance-div .check-btn.selected{background-color: #fe662d;}
#splash_screen .st-preferance-div .check-btn.selected img{display: block;}

#splash_screen .st-preferance-div .p-title{font-size: 24px; color: #fe662d;}
#splash_screen .st-preferance-div .ch-txt{font-size: 18px;}
#splash_screen .st-preferance-div .alw-txt{font-size: 20px; color: #fe662d; padding: 0px 10px;}


#separationLine {
    position: absolute;
    width: 1px;
    height: 40px;
    left: 65px;
    top: 11px;
    background-color: #6aa2bd;
}

.tempDisable {
    pointer-events: none;
}

.mtb_acts {
    top: 25px;
    left: 1620px;
    width: 185px;
    height: 56px;
    background: #64CCC9;
    box-shadow: 0px 1px 3px #00000033;
    border-radius: 4px;
    position: absolute;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

.mtb_acts:hover {
    background: #2FD6D0
}

.openPdfWrapper {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(139, 153, 166, 0.86);
    z-index: 1;
    position: absolute;
}

.openPdfWrapper .openPDF {
    top: 0;
    left: 0;
    width: 1536px;
    height: 866px;
    position: absolute;
    background: #fff;
    overflow: hidden;
    padding: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-overflow-scrolling: touch !important;
}

.openPDF iframe {
    width: 100%;
    height: 100%;
}

.returnPdf {
    top: 1012px;
    left: 863px;
    width: 194px;
    height: 48px;
    background: #FE662D;
    box-shadow: 0px 1px 3px #00000033;
    border-radius: 4px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 22px;
}

.returnPdf:hover {
    background: #ff4c00;
}

/* video::-webkit-media-controls-fullscreen-button {
    display: none !important;
} */

.mtbAct_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.8);
    z-index: 2;
    display: none;
}

.mtbAct_overlay .openIframe {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.mtbAct_overlay .openIframe iframe {
    width: 100%;
    height: 100%;
    border: none;
}
