@CHARSET "UTF-8";

html, body{
	height: 100%;
	width: 100%;	
}

body 
{
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	user-select: none;
}
body.mobile-browser{ position: fixed; }

/* to remove the boarder around the button */
input
{
	outline: none;
}

/* unvisited link
a:link {
	color: #DA291C;
  } */
  
  /* visited link
  a:visited {
	color: #DA291C;
  } */
  
  /* mouse over link
  a:hover {
	color: hotpink;
  } */
  
  /* selected link
  a:active {
	color: blue;
  } */

  .hLink
  {
	color: #3366CC;
	text-decoration: underline;
  }

.playerContainer
{	
	position:relative;
	background-size: 100% 100%;
	height: 100%;
	max-height: 652px;
	width:100%;
	max-width: 1550px;
	margin-bottom: 1px;
	background-color: #dddddd;
}

.selectNone
{
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bgExtntion{
	position: relative;
    width: 50%;
    float: left;
    height: 54px;
}
.bgExtLeft{background: #DA291C;}
.bgExtRight{background: #000000;}
.bgExtBottom{
	position: absolute;
	background: #FFFFFF;
	width: 100%;
	bottom: 0;
	box-sizing: border-box;
	border-top: 1px solid #CCCCCC;
}
#topBand
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 54px;
	background-color: #000000;
	max-width: 1466px;
	transform: translate(-50%,0%);
	left: 50%;
}

#logo
{
	position: absolute;
    left: 30px;
    top: 15px;
    width: 170px;
    height: 6px;
}
.logoTiltBg{
	background: #DA291C;
    height: 100%;
    width: 200px;
    margin: 0px 0px 0 -20px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    overflow: hidden;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    vertical-align: baseline;
}
#cTitle
{
	position: absolute;
	left: 210px;
	top: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: left;
	height: 100%;
	width: calc( 100% - 290px - 210px); /* width: 100% - ctrl width - left logo width */
}
#cTitle span{
	position: relative;
    float: left;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 920px) {
	#cTitle span{
		text-overflow: ellipsis;
    	white-space: nowrap;
	}
}
#bottomBand{
	position: absolute;
	background: #ffffff;
    height: 54px;
    width: 100%;
    bottom: 0px;
    box-sizing: border-box;
    border-top: 1px solid #CCCCCC;
	max-width: 1466px;
	transform: translate(-50%,0%);
	left: 50%;
}

#splashSrc
{
	position:absolute;
	left: 0.1%;
	top: 0%;

	width: 1066px;
	height: 600px;
	margin: 0% auto;
	margin-left: -0.5px;
	background: url('../img/splashScreen.png') left center;
	/*animation: playSplash 2s steps(38) forwards;*/
}
/*@keyframes playSplash 
{
    100% { background-position: -36480px;}
}*/

#bookMrkMockup
{
	position:absolute;
	left: 0%;
	top: 0%;

	width: 960px;
	height: 600px;
	margin: 0% auto;
	margin-left: -0.5px;
	background: url('../img/bookmarkMockup.jpg') left center;
	
	z-index: 2;
	opacity: 0.3;
}
#bookMrkSrc
{
	position:absolute;
	left: 30.5%;
	top: 29%;

	width: 368px;
	height: 187px;

	/*background-color: #DA291C;  Green */
	background-image: url("../img/bookmarkBg_red.png");
	background-repeat: no-repeat;
	z-index: 2;
}

#content
{
	width: 1066px;
	height: 600px;
	
	position:absolute;
	left: 200px;
	top: 0px;

	/* box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5); */
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#content.cReposition{
	left: 40px;
}

#pgCounter
{
	position: absolute;
	right: 4.45%;
	bottom: 11%;
	width: 60px;
	padding-right: 5px;
	background-color: #DA291C;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	text-align: right;
}

#pgAlign
{
	/*position: absolute;
	left:1.2%;
	top: 2%;*/
}

.ccTxtPos
{
	width: 100%;
	position: absolute;
	bottom: 6%;
	left: 0%;

	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0 0 4px #000000;
}

.copyrightTxt
{
	position: relative;
    top: 17px;
	text-align: center;
	font-size: 12px;
}

.backBtn
{
	position: absolute;
    left: 170px;
    top: 44.5%;
    height: 60px;
    width: 30px;
    background: #004e6c;
    border-radius: 80px 0px 0px 80px;
	overflow: hidden;
	cursor: pointer;
	z-index: 0;
}
.backBtn div{
	transform: rotate(180deg);
    right: -3px;
    top: 7px;
    position: absolute;
    color: white;
    font-weight: bold;
}

.nextBtn
{
	position: absolute;
    right: 170px;
    top: 44.5%;
    height: 60px;
    width: 30px;
    background: #004e6c;
    border-radius: 0px 80px 80px 0px;
    overflow: hidden;
    cursor: pointer;
	z-index: 0;
}

.nextBtn div{
	left: -3px;
    top: 11px;
    position: absolute;
    color: white;
    font-weight: bold;
}
.nextBtn div img, .backBtn div img{
	height: 35px;
}
.backBtn.cReposition{
	left: 10px
}
.nextBtn.cReposition{
	right: 330px;
}
.backBtn.disabled, .nextBtn.disabled{
	cursor: default;
	background: #999 !important;
}
.backBtn.disabled div, .nextBtn.disabled div{
	opacity: 0.3;
}
#nextAnim
{
	position: absolute;
    right: 51px;
    top:45.5%;
	
	width: 22px;
    height: 66px;
    background-image: url("../img/default/btn_next_glow.png");
	animation: nextAnimPlay 0.6s steps(6) infinite;
	
	cursor: pointer;

	border-top: 2px solid #FFFFFF;
  	border-left: 2px solid #FFFFFF; 
	border-bottom: 2px solid #FFFFFF;
	height: 66px;
}

@keyframes nextAnimPlay 
{
	from { background-position: 0px; }
	to { background-position: 132px; }
}


#ctrlPanel
{
	position: absolute;
    width: 100%;
    top: 0;
	left: 0;
}
.tabHolder
{
	position: relative;
	top: 12px;
	float: right;
	margin-right: 20px;
	width: 24px;
	height: 24px;
}

.tabHolder.tabHolder8, .tabHolder.tabHolder9{
	display: none;
}

#tabSeparator01
{
	position: relative;
	margin-right: 17px !important;
	height:40px;
	width: 5px;
	cursor:default;
	top: 4px;
	
	float: right;
}

.tabBtn
{
	position: relative;
	top: 0%;
	width: 100%;
    height: 100%;
    padding: 2px;
	border-radius: 5px;
	border: 2px solid rgba(255,255,255, 0);
}
.tabBtn.disabled{
	opacity: 0.8;
}
.tabBtn.selected{
	border: 1px solid rgba(255,255,255, 0.5);
}
.tabBtn.selected input{
	cursor: default;
	pointer-events: none;
}
.tabBtn.aco.selected{
	border: 2px solid #0f6d92;
}
.tabBtn.spaces.selected{
	border: 2px solid #45AF9A;
}
.tabBtn.ccaas.selected{
	border: 2px solid #1B77AF;
}
.tabBtn.cpaas.selected{
	border: 2px solid #EA6834;
}
.tabBtn.ucaas.selected{
	border: 2px solid #0A8E9B;
}
.tabBtn.devices.selected{
	border: 2px solid #EA8C3F;
}
.tabBtn.default.selected{
	border: 2px solid #DA291C;
}

.tab01
{
	position: relative;
	top: 25px;
}
 .tab02
{
	position: relative;
	top: 30px; 
}
.tab03
{
	position: relative;
	top: 35px;
}
.tab04
{
	position: relative;
	top: 40px;
}
.tab05
{
	position: relative;
	top: 45px;
}
.tab06
{
	position: relative;
	top: 50px;
}
.tab07
{
	position: absolute;
	top: 90%;
}

.searchPopup
{
	position:absolute;
	left:30%;
	top: 10%;	
	width: 50%;
	height: 100%;

	overflow-x: hidden;
	overflow-y: auto;

	box-shadow: 2px 0px 5px 2px rgba(0,0,0,0.5);
	
   	background-color: #FFFFFF;
}

.ctrlPopup
{
	width: 1066px;
	height: 600px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
			
	position:absolute;
	left:200px;
	top: 0px;
	transform: translate(0px, 0px); 
}
.ctrlPopup.cHomeController{
	/* transform: scale(0.95);
	transform-origin: left center; */
	left: 40px;
}
.sideUiPopup{
	height: 604px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 310px;
    text-align: left;
    background-color: #FFFFFF;
}
.sideUiPopup.cMoreOptions{
	z-index: 7;
}
.sideUiPopup .cTransText, .sideUiPopup .cTransTextdummy {
	top: 68px;
	height: 535px;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    width: 282px;
	font-size: 14px;
}
.sideUiPopup .cTransText.avatar, .sideUiPopup .cTransTextdummy.avatar {
	top: 230px;
    height: 375px;
}
.sideUiPopup .cTransText.cBlurText{
	color: transparent;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.sideUiPopup .cTransText center{
	text-align: left;
}
.sideUiPopup .cTransText p span{
	display: block;
	color: #666;
}
.sideUiPopup .cTransText p span.highlight{
	display: block;
	font-weight: bold;
	color: #000;
}
.sideUiPopup .cTransText p span.show{
	display: block;
	font-weight: normal;
}


/*.ctrlTitleBG
{
	position:absolute;
	left: -3.8%;
	top: -0.2%;
	/ *left:19%;
	top: 6.7%;* /
}*/

.closeWPBtn
{
	position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    overflow: hidden;
    width: 26px;
    height: 26px;
}

.ctrlPopupTitle
{
	position:absolute;
	left:0%;
	top: 10px;
	width: 100%;

	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}

#ctrlPP_HdBarHome
{
	position: absolute;
	top: 5%;
	left: 43.8%;
}
#ctrlPP_HdBarHelp
{
	position: absolute;
	top: 5%;
	left: 43.8%;
}
#ctrlPP_HdBarInfo
{
	position: absolute;
	top: 5%;
	left: 43.8%;
}

#helpTopBarTxt
{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	color: #313133; 
	text-decoration: none;
}

#helpTopBar
{
	position: absolute;
	top: 6%;
	left: -2%;
}
#helpContent
{
	position: absolute;
    left: 0px;
    top: 8%;
    width: 290px;
    height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #313133;
    text-decoration: none;
}

#langSelectContent
{
	position: absolute;
    left: -2%;
    top: 3%;
    width: 88%;
    height: 98%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #313133;
    text-decoration: none;
}

.botBorder 
{
	border-bottom: 1px solid #ddd;
}

.popupWnd
{
	position: absolute;
    left: 2%;
    top: 3%;
    width: 96%;
    height: 98.6%;

	/*overflow-x: hidden;
	overflow-y: auto;*/
}
.homeController.popupWnd{
	top: 1%;
}
.popupContent
{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	color: #313133; 
	text-decoration: none;
	text-align: left;
}
.disableSelection
{
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
}
.centerDiv 
{
    margin: auto;
    width: 60%;
    /*border: 3px solid #73AD21;*/
	padding: 10px;
	position: relative;
	top: 1%;
}

.progTxtMsg
{
    position: absolute;
    top: 40%;
    left: 0%;
    text-align: center;
    width: 100%;
}

.avaScore{
	position: absolute;
    top: 39%;
    width: 99%;
    height: 30px;
}
.avaScore .progTxtMsg
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

#pointsTbl
{
	position: absolute;
	top: 62%;
	left: 70%;
}

#pbPerPos
{
	position: absolute;
    top: 43px;
    left: 0;
    width: 90%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.avaPosition
{
	position:absolute;
	top: 12%;
	left: 43%;
	width: 140px;
	height: 140px;
	border: #DA291C;
	/*margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;

	padding-top:0px;
	padding-bottom: 5px;*/
}
.popupContent .progressBarBg{
	position: absolute;
    height: 14px;
    width: 280px;
    top: 70px;
}
.popupContent .progressBarBg .progressBarBorder{
	width: 100%;
    height: 100%;
    border: 2px solid #CCC;
    border-radius: 20px;
    position: absolute;
    box-sizing: border-box;
}
.popupContent .progressBarBg .progressBarFill{
	position: absolute;
    background: #CCC;
    height: 100%;
    border: 1px solid #CCC;
    border-right: none;
    border-left: none;
    border-radius: 20px;
    box-sizing: border-box;
}

#pModListHeading
{
	position: absolute;
    top: 18%;
    width: 90%;
	height: 80%;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #313133;
    font-weight: bold;
}
#pModListHeading .cCompTutoTitle{
	background: #efefef;
    padding: 5px;
	font-size: 14px;
	width: 280px;
}
#pModList
{
	position:relative;
	left: 0%;
	top: 2%;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #313133; 
	font-weight: normal;
	text-align: left;
	width: 290px;
	height: 89%;
	height: 436px;
	overflow-x: hidden;
	overflow-y: auto;
}

#lmsMarkComplete
{
	position: absolute;
	left: 40%;
	top: 4%;
	width: 207px;
	height: 35px;
	background: url("../img/default/btn_see_all.png");
	background-repeat: no-repeat;
	border: none;
	padding: 2px 2px;
	text-decoration: none;
	color:white;
	margin: 4px 2px;
	cursor: pointer;
}

.unselectable 
{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
   padding-left: 5px;
}

.pageTitle
{
	position:absolute;
	left:0%;
	top: 0%;
	width: 1066px;
	height: 60px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	padding-left: 5px;
	z-index:0;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DA291C;
	text-align: left;
	vertical-align: middle;
}
.contentPage
{
	width: 1066px;
	height: 600px;
	background-color: #FFFFFF;
	
	/*position:absolute;
	left:1.2%;
	top: 6.7%;*/
	position:relative;
	left:0%;
	top: 0%;
}

.videoOnly
{
	width: 100%;
	height: 100%;/*Prabhat Added*/
}

.videoAndCC
{
	/* width: 80%;*/
	width: 100%;
	height: 100%; 
}

.cc-Content
{
	/*height: 80%;*/
	top: 0px;
	margin-left: 0px; margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.showChkList
{
	/* box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5); */
	height: 100%;
    overflow: hidden;
    position: absolute;
    right: -30px;
    top: 0;
    width: 20%;
	text-align: left;

	background-color: #FFFFFF;
}
.hideChkList
{
	width: 0%;
	display: none;
}
.chkList
{
	height: 543px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
}

ul
{
	padding-left: 20px;
}
ol
{
	padding-left: 20px;
}

#freeze
{
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	min-height: 250px;
	height: 100%;
	margin: 0px auto 0px auto;
	background-color: #333333;
	padding: 0;
	opacity: 0.4;
	z-index: 10;
}
#freeze.cReposition{
	width: 1140px;
}
.loadAnim
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	/*z-index: 11;
	background:url('../img/loadAnim02.png');
	animation: animLoader 0.7s steps(24) infinite;*/
}
.loadAnim.cReposition{
	left: 40%;
}
@keyframes animLoader {
	from { background-position: 0px; }
	to { background-position: -1200px; }
}



.blinkTxt {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}


.cWrapperLogoHider{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% - 530px);
	background: black;
	z-index: 1;
	height: 54px;
	float: left;
	min-width: 200px;
	opacity: 1;
	transition: opacity 500ms linear 300ms;
}
.cWrapperLogoHider.cSlideUp{
	opacity: 0;
}

.cCookieCont{
	position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    z-index: 50;
	display: none;
}
.cCookieCont .cCookieMsg{
	position: fixed;
    width: 100%;
    border: none;
    bottom: 60px;
    min-height: 50px;
	background-color: #DDDDDD;
}

.cCookieCont .cCookMsg{
	padding: 10px 20px 10px 20px;
}
.cCookieCont .cCookBtn{
	background-color: #D72726;
    padding: 8px 18px;
    font-size: 9pt;
    font-weight: bold;
    float: right;
    cursor: pointer;
    margin-right: 30px;
    margin-bottom: 10px;
	color: #FFFFFF;
}
.cCookieCont .cCookBtn::before{
	content: '\2713';
    padding-right: 3px;
}
.cCookieCont .cCookBtn.cDeny::before {
    content: '\2717';
    padding-right: 3px;
}


.nMsg 
{
    position: relative;
    top: 50%;
	left:-1050%;
    width: 400px;
    height: auto;
    border-radius: 10px;
    padding: 0px;
	display: none;
}

#nMsgCls
{
	position: absolute;
	left:90%;
	top: 21px;
	width: 20px;
	height: 20px;
	z-index: 2;
	cursor: pointer;
}

.nMsgBox 
{
    position: relative;
    background: #000000;
    color: #FFFFFF;
    text-align: left;
	font-size: 14px;
	top:0%;
    width: 95%;
    height: 98%;
    border-radius: 10px;
    padding: 12px 5px 5px 5px;
	opacity: 90%;
}

.nMsgBox ol
{
	/*background: #ff2222;*/
}

.nMsg-arrow-up 
{
	position: relative;
	top: 0%;
	left: 64%;
	width: 0; 
	height: 0; 
	padding: 0;
	margin: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
  	border-bottom: 10px solid black;
}
#alerCnt
{
	width: 16px;
	height: 16px;
	background: red;
	border-radius: 50%;
	font-size: 10px;
	display: none;
	top: -30px;
	left: 15px;
	position: relative;
	padding: 0;
	line-height: 13px;
	pointer-events: none;
	text-align: center;
	color: #FFFFFF;
}



.cOrientationCont{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 9999;
	text-align: center;
  }
  .cOrientationCont .cOrientationMsg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
  }
  .cOrientationCont .cOrientationMsg img{
	display: block;
	margin: auto;
	width: 40px;
	height: 40px;
  }

  #onetrust-banner-sdk.inLandingPage{
	bottom: 56px !important;
  }
  @media (max-width: 768px) {
	#onetrust-banner-sdk.inLandingPage{
		bottom: 73px !important;
	}
  }