@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http: //cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,vide {border: 0;font-size: 100%;font: inherit;vertical-align: baseline;margin: 0;padding: 0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,sectio {display: block}bod {line-height: 1}ol,u {list-style: none}blockquote, {quotes: none}blockquote:before,blockquote:after,q:before,q:after {content: none} tabl {border-collapse: collapse;border-spacing: 0}

* {
    padding: 0px;
    margin: 0px;
    -ms-touch-action: none;
}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

li,
button {
	/*-webkit-tap-highlight-color: rgba(0,0,0,0 );*/
}
html,body {
	background:#D4D4D4;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#wrapper {	
	position: absolute;
	width: 540px;
	height: 347px;
	top: 50%;
	left: 50%;
	margin-left: -270px;
	margin-top: -202.5px;
}

/*
 * GLOBAL ELEMENTS
 */

p.indent { text-indent: 25px; }

button {
    padding: 0;
    overflow: visible;
    line-height: 1;
    background-color: transparent;
}


header.main button:focus,
footer.main button:focus,
.shell > .side-nav button:focus,
.flyout-menu button:focus,
#activity-menu button:focus,
#button-instructions:focus,
#splash-start-button:focus {
    /*outline: none;*/
}

button::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
}


.centering-table {
    display: table;
    height: 100%;
    width: 100%;
}
.centering-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.responsive-frame {
    padding: 20px 1%;
}

/*
 * SHELL HEADER ELEMENTS
 */

section.shell {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
	box-shadow: 0px 0px 10px #888888;
	-webkit-box-shadow: 0px 0px 10px #888888;
	-moz-box-shadow: 0px 0px 10px #888888;
	overflow: hidden;
}


/*
 * ACTIVITY CONTAINERS
 */

section .content-container {
    position: relative;	
    height: 538px;
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
    -ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
    transform-origin: 0% 0%;
	background:#fff;
	top: 1px;
}

section .content {
    position: relative;
    top:-1px;
	float: left;
	height: 100%;	
}

section .activity {
    position: relative;
    margin: 0 auto;
}

.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}

/*
 * HEADER CONTAINER
 */
section .header-bar {
    width: 100%;
    height: 2px;
}

section .progress-bar-bg {
    width: 170px;
    height: 6px;
	background-color:#ffffff;
	top: 12px;
	position: relative;
	border-radius: 5px;
}
section .progress-bar {
	position: absolute;
    width: 2%;
    height: 4px;
	left:1px;
	background-color:green;
	border-radius: 3px;
	top:1px;
}
section .progress-display {
	position: relative;
	font-size: 12px;
	left: 1px;
	color: #fff;
	top: 6px;
	width: 170px;
	text-align: center;
}

section header.main {
    position: relative;
    width: 100%;
    height: 31px;
    cursor: default;
	z-index: 25;
}

section header.main {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topicContainer {
	position: relative;
	float: left;
}

#topics {
	position: relative;
	width: 90px;
	height: 29px;
	background-image: url('../assets/shell_images/TopicBG_Normal.png');
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 25;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial";
	color: #54565b;
	float: left;
	display: none;
}
#topics:hover{
	background-image: url('../assets/shell_images/TopicBG_Roll.png');
}
#topics.selected{
	background-image: url('../assets/shell_images/TopicBG_Roll.png');
}

/*for topics*/
#subtopicContiner{
    position: absolute;
	/*width: 458px;*/
	width: 912px;
	right: 0;
	display: none;
	z-index: 24;
	cursor:default;
}

#topics_c {
	position: relative;
	float: right;
	right: 0;
}

#subtopic_Parent {
	position: relative;
	float: left;
	width: 113px;
	height: 36px;
	margin-left: 1px;
	margin-top: 1px;
}
.subtopic{
    position: absolute;
    width: 113px;
    height: 36px;
    background-image: url('../assets/shell_images/TopicBTN_Normal.png');
    cursor: pointer;
	display: table;
	cursor: pointer;
	padding:0px 3px 0px 3px;
	
}

.subtopic:hover{
    background-image: url('../assets/shell_images/TopicBTN_Rollover.png');
}
.subtopic:active{
    background-image: url('../assets/shell_images/TopicBTN_Selected.png');
}
.subtopic.cliked{
    background-image: url('../assets/shell_images/TopicBTN_Selected.png');
	/*cursor:default;*/
}

.subtopicText{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	display: table-cell;
	vertical-align: middle;
	line-height: 16px;
	pointer-events: none;
	font-family: "Arial";
	width: 113px;
}

#topics.selected{
    background-image: url('../assets/shell_images/TopicBG_Roll.png');
}

.homeBtnContainer{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 31px;
	float: left;
}

#home {
	position: absolute;
	width: 23px;
	height: 23px;
	background-image: url('../assets/shell_images/HomeBG_Normal.png');
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 25;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#home:hover{
	background-image: url('../assets/shell_images/HomeBG_Selected.png');
}

#SeperationLine{
	position: relative;
	width: 1px;
	height: 31px;
	display: inline-block;
	float: left;
	z-index: 25;
}
.SeperationLineImg{
	position: absolute;
	width: 1px;
	height: 25px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
/*
 * FOOTER CONTAINER
 */
section footer.main {
    position: relative;
    height: 32px;
    width: 100%;
	left:0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: dafault;
}

.title-container {
    position: relative;
	text-align: left;
	top: 0px;
	color: #54565b;
	font: 14px Arial;
	font-weight: bold;
	margin-left: 16px;
	line-height: 31px;
	font-family: "Arial";
	z-index: 25;
	display: inline-block;
}

.title-separator {
    position: relative;
	height: 18px;
	width: 2px;
	background-color: #54565b;
	top: 4px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	z-index: 25;
}

.title-container-1 {
    position: relative;	
    text-align: left;
	top: 0px;		
	font-size: 14px;
    line-height: 31px;
    color: #54565b;
    font-family: "Arial";
	z-index: 25;
    display: inline-block;
}

.headerButtons{
	position: relative;
	float: right;
}

#activity-prev-next-menu {
	margin: 0;
	padding: 0;
	height: 100%;
	float: right;
	position: relative;
	top: 0px;
}

.prev-next-menu-item{
	width: 60px;
	height: 60px;
}

#activity-prev-next-menu > li {
	float: left;
	list-style: none;
	display: inline-flex;
	width: 60px;
	position: relative;
	height: 100%;
}

#menu-fullScreen {
	width: 21px;
	height: 21px;
	cursor: pointer;
	float: left;
	background: transparent url('../assets/shell_images/fullScreen.png') no-repeat 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#menu-left-arrow {
	width: 100%;
	height: 26px;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#menu-right-arrow {
	width: 100%;
	height: 26px;
	cursor: pointer;
	float: left;
	top: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#menu-left-arrow.disabled{
   cursor: default;
   opacity:0.5;
}
#menu-right-arrow.disabled{
   cursor: default;
   opacity:0.5;
}

#activity-prev-next-menu span {
    display: inline-block;
	position: relative;
	top: 1px;
	left: 0;
	width: 14px;
	height: 18px;
}


/*
 * SETTINGS MENU
 */

.settings-menu {
    margin: 0;
    padding: 0;
    height: 100%;    
    float: left;
	position:absolute;	
    top: 0px;	
    left: 0px;
}

.settings-menu > li{
    float: left;
    list-style: none;
	display: inline-flex;
    margin-top: 0px;
    position: relative;
    width: 60px;
    height: 100%;
}


#panel-audio {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 268px;
	height: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: url('../assets/shell_images/seekbar.png');
	background-size: 100% 100%!important;
}


.item-slider-back {
	position: absolute;
	height: 6px;
	top: 4px;
	left: 4px;
	width: 0px;
	max-width:606px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
button{
	border: none;
	background-color: transparent;
}

.drag-icon-container {
    position: absolute;
	width: 17px;
	height: 17px;
	top: -1px;
	cursor: pointer;
	background-image: url('../assets/shell_images/handel.png');
}


/*
 * SLIDE OUT NAVIGATION PANEL
 */

.side-nav {
    position: absolute;
    visibility: hidden;
    width: 49px;
    left: -65px; /* 50px of width + 15 of shadow */
    top: 0;
    bottom: 0;
    padding-top: 50px;
    cursor: default;
}

.side-nav li {
    list-style-type: none;
    position: relative;
    height: 64px;
}
.side-nav li button {
    padding-top: 43px;
    padding-bottom: 10px;
    width: 50px;
    float: right;
}

.side-nav.side-nav-visible {
    visibility: visible;
    box-shadow: 0 44px 15px;
}

.tooltip{
	position: absolute;
	height: 18px;
	/*border: 1px solid;*/
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding: 0 4px;
	width: auto;
	background-color: #ffffcc;
	color: #000;
	white-space: nowrap;
	display: none;
}
.tooltipText {
	position: relative;
}

.tooltipBottomBar{
	position: relative;
	margin: 0 auto;
	height: 6px;
	width: 6px;
	top: -3px;
	background-color: #ffffcc;
	border-bottom: 1px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	display: none;
}

#toolTipView{
	padding: 5px;
	background-color: white;
	color: black;
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:21;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	border:1px solid rgb(6, 168, 94);
}


/*
 * CLOSED CAPTION PANEL
 */

#closed-caption-view {   
    width : 100%;
    position: relative;
    bottom: 0px;   
    overflow: hidden;
    color: #000;
    display:none;
    font: 12px "Arial";
    /* border: 1px solid #fff; */
    background: #fff;
    height: 164px;	
    left: 0px;	
    width: 100%;
	box-shadow: 0px 0px 10px #888888;
	-webkit-box-shadow: 0px 0px 10px #888888;
	-moz-box-shadow: 0px 0px 10px #888888;
}


/* Tiny Scrollbar CSS start */

#closed-caption-view .viewport {
    width: 100%;
    height: 96%;
    overflow: auto;
    position: relative;
    font: 14px "Arial";
	border:1px solid rgba(255,0,0,0);
}

#closed-caption-view .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px;
    margin: 0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor:default;
}

#closed-caption-view::after
{
    content: "";
	position: absolute;
	top: 101%;
	left: 52%;
	z-index: 1000;
	border-top: 8px solid #D0C6C6;
	border-left: 8px solid rgba(2, 0, 0, 0);
	border-right: 8px solid rgba(13, 0, 0, 0);
	border-bottom: 0px;
	margin-left: -327px;
}


#closed-caption-view .scrollbar {
    /* background: transparent url(../assets/shell_images/bg-scrollbar-track-y.png) no-repeat 0 0; */
    position: relative;
    background-position: 0 0;
    float: right;
    width: 15px;
    margin-top: 2px;
    margin-right: 7px;
}
#closed-caption-view .track {
    /*  background: transparent url(../assets/shell_images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; */
    height: 100%;
    width: 15px;
    position: relative;
}
#closed-caption-view .thumb {
   /*  background: transparent url(../assets/shell_images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;  */
    height: 20px;
    width: 25px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
}
#closed-caption-view .thumb .end {
    /* background: transparent url(../assets/shell_images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; */
    overflow: hidden;
    height: 5px;
    width: 25px;
}


/*
 * PRELOADER ELEMENTS
 */

#preload-modal {
    display: block;
    height: 100%;
}
#preloader-spinner {
    height: 160px;
    width: 180px;
    margin: 0 auto;
    position: relative;
}
#preloader-rotating-spinner {
    height: 180px;
    width: 180px;
    position: absolute;
    bottom: 10px;
    left: 0px;
}
#preloader-loading-container {
	text-align: center;
	height: 32px;
	position: relative;
	z-index: 1;
	top: 88px;
}
#preloader-loading {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 6px;
	display: none;
}
#preloader-percentage {
	font-size: 13px;
	width: auto;
	font-family: arial;
}


.modal-container-background {       
  position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0px;
	height: 693px;
	max-width: 1800px;
	background-color: #FFF;
	opacity: .70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	margin: 0 auto;
	display: none;
	z-index: 9;
}



#modal-container {
   /* border: solid 1px #4b5f77;*/
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 20%;
    left: 0;
    width: 600px;
    /* Columns divider: used an image to keep the modal window fluid */
    /* the percentage must be the same assigned to the "#modal-container > ul"'s width below */
    /*background: #ececec url(../assets/shell_images/modal-container-divider.png) repeat-y 40% 0;*/
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 5px 7px 2px rgba(0,0,0,.25);

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;

    -webkit-animation: scaleUp .3s;
    -moz-animation: scaleUp .3s;
    -o-animation: scaleUp .3s;
    animation: scaleUp .3s;
	background-color:white;
}
#modal-container > h2 {
    color: #fff;
    background-color: #034DA2;
    font: bold 15px "Arial", sans-serif;
    padding: 5px 12px;
}
#modal-container > h2 > button {
    float: right;
}
#modal-container > ul {
    list-style: none;
    /* this percentage must be the same used above in the "#modal-container"'s background */
    width: 40%;
    left: 0;
}
#modal-container > div {
    width: 60%;
    right: 0;
}
#modal-container > ul,
#modal-container > div {
    
    padding: 15px;
    position: absolute;
    top: 30px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: white;
}


#modal-container-list{
	/*position: relative!important;
	width:238px!important;
	top:0px!important;*/
	left: 0px!important;
	width: 239px!important;
	z-index:10;
}

#modal-container-list .overview > ul li {
	padding: 6px 0px;	
	margin-bottom:20px;	
	width:184px;
	color: #000;
	font-family: "NotoSans", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	text-align:center;
	height: auto;
	cursor:default;
	list-style:none;
}

/* Tiny-Scroll CSS for modal-container-list*/
#modal-container-list .viewport {
	width: 187px;
    /*height: 390px;*/
    overflow: hidden;
    position: relative;
    
   
    text-shadow: 1px 1px 0 #fff;
}

#modal-container-list .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

#modal-container-list .scrollbar {
    /* background: transparent url(../assets/shell_images/bg-scrollbar-track-y.png) no-repeat 0 0; */
    position: relative;
    background-position: 0 0;
    float: right;
    width: 15px;
    margin-right: 7px;
	left: 20px;
}
/* Tiny-Scroll CSS for modal-container-description*/

#modal-container-description .viewport {
    width: 305px;
    /*height: 390px;*/
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-left: 0px;
    
}
#modal-container-description .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

#modal-container-description .scrollbar {
    /* background: transparent url(../assets/shell_images/bg-scrollbar-track-y.png) no-repeat 0 0; */
    position: relative;
    background-position: 0 0;
    float: right;
    width: 15px;
    margin-top: 0px;
    margin-right: 7px;
	left: 20px;
}
/*Dropdown MENU -------------------*/
.separator_container{
	width:2px !important;
}
.slider{
	width:652px;
}
.footer-separator{
	background: url('../assets/shell_images/separator.png') no-repeat;
	height: 20px;
	width: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.cc-btn{
	background: url('../assets/shell_images/CC_on.png') no-repeat;
	display: inline-block;
	height: 22px;
	width: 29px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.item-play-pause{
	top: 1px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 18px;	
}
.item-play-pause.disabled{
	opacity: 0.5;
	cursor: default;
}

.play-btn{
	background: url('../assets/shell_images/play_btn.png');
}

.pause-btn{
	background: url('../assets/shell_images/pause_btn.png');
}

#audio-on-off>p{
	width: 70px;
	text-align:center;
	padding: 20px 0px;
}
.volumeButton{
	position:absolute;	
	display: inline-block;
	width: 17px;
	height: 18px;	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url('../assets/shell_images/volume.png') no-repeat;
}
.volumeButton.mute{
	background: url('../assets/shell_images/volume-off.png') no-repeat;
}

/* Volume control css*/
#volume-control-view{
	position: absolute;
	bottom: 32px;
	overflow: hidden;
	color: #000;
	display: none;
	height: 166px;
	left: 0px;
	right: 0;
	margin: auto;
	width: 34px;
	background-size: 100% 100% !important;
	background: transparent url('../assets/shell_images/vol_bar.png') no-repeat;
}

#panel-volume{
	position: relative;
	width: 5px;
	top: 14px;
	height: 150px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	left: 15px;
}

.volume-slider-back{
	position: absolute;
	width: 2px;
	height: 147px;
	bottom: 2px;
	left: 1px;
	background-color:#000;
}

.volume-drag-icon{
    position: absolute;
	width: 16px;
	height: 18px;
	bottom: 0px;
	top:0px;
	left: -6px;
	cursor: pointer;
	background-image: url('../assets/shell_images/vol_drag.png');
	background-repeat:no-repeat;
}
/* Volume control css end*/

.replayBtn{
	background-image: url('../assets/shell_images/replay_btn.png');
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.replayBtn.disabled{
	opacity: 0.5;
	cursor: default;
}

.seprator{
	background: url('../assets/shell_images/seprator.png');
	width: 4px;
	height: 26px;
	float: right;
	margin-right: 20px;
	top: 10px;
	position: relative;
	
}
.seprator-header{
	background: url('../assets/shell_images/seprator_header.png');
	width: 4px;
	height: 40px;
	float: right;
	margin-right: 20px;
	top: 3px;
	position: relative;
	
}

.headerButtons{
	cursor: pointer;
}
.header-button-label{
	float: right;
	color: white;
	font-size: 12px;
	font-family: arial;
	padding: 20px 14px;
	cursor:pointer;
}

.closeButton{
	position: absolute;
	width: 18px;
	height: 18px;
	top: 7px;
	right: 7px;
	cursor: pointer;

}
#moduleName{
	position: absolute;
	font-size: 11pt;
	color: #373737;
	top: 20px;
	left: 88px;
}
#topicName{
	position: absolute;
	font-size: 11pt;
	color: #373737;
	top: 40px;
	left: 331px;
}

/* PreLoader Css Start*/

.centering-table-cell-pre
{
    display: table-cell;
    vertical-align: middle;
}

.centering-table-pre
{
    display: table;
    height: 100%;
    width: 100%;
}

.mask{
    position: absolute;
	height: 538px;
	width: 1024px;
	top: 0;
	left: 0;
	display:none;
}

.dummy-preload-modal
{
    background-color: white;
    background-size: cover;
    display: block;
    height: 100%;
    background: rgba(0,0,0,0);
}

.dummy-rotating-spinner
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: transparent url('../assets/shell_images/loader_spin.png') no-repeat 0;
    background-size: 100% 100%;
}

.dummy-spinner
{
    width: 50px;
    margin: -26px auto;
    position: relative;
    background-size: 100% 100%;
    background: rgba(0,0,0,0);
}

.fakebg{
	position:absolute;
	width:100%;
	height:100%;
	background:#D4D4D4;
	top:0;
	left:0;
}

.deviceVideoWrapper{
    position: absolute;
    top: 30px;
    left:0px;
	width: 540px;
	height: 285px;
    background-color: rgba(0,0,0, 0.9);
	/*display:none;*/
	z-index:24;
}

#deviceVideoPlayIcon{
    position: absolute;
	width: 100px;
	height: 100px;
	background-image: url('../assets/shell_images/Play_Icon.png');
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
}

#posterImageConainter{

position: absolute;

width: 1024px;

height: 540px;

top: 0px;

left: 0;
}

#volume-control-separator{

	display:block;
}