@charset "utf-8";

@font-face{
	font-family: Rubric;
	font-style: normal;
	font-weight: normal;
	src:url(../__fonts/Cabin-Bold.ttf);
}
@font-face{
	font-family: Ans, sans-serif;
	font-style: normal;
	src:url(../__fonts/Roboto-Regular.ttf);
}

body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
}
div, input
{
    font-variant-ligatures: none;
}
#main {
	position:absolute;
	width: 1280px;
	height: 720px;
	background:url(../../__images/bg.png);
}
.mText{
	border-radius:4px;
	padding:5px;
	border-radius: 6px;
	background-color: #F4E9CE;
}
#vidClose
{
	position:absolute !important;
	left:1190px;
	top:110px;
	z-index:100;
}
#soundandWordCont{
	display: flex;

justify-content: center;

align-items: center;
	margin-top: 35px;
	width: 220px;
}

.soundBtn{
	/*! background-image: url(../Assets/images/sndIcon1.png); */
	width: 100%;
	height: 100%;
	/*! border: 0.5px solid red; */
	/*! background-repeat: no-repeat; */
	/*! background-size: contain; */
	/*! margin-top: 5px; */
	/*! margin-left: 10px; */
}


.cell{
	/*box-shadow: inset 0px 0px 6px #666 ;*/
	/*! border: 2px solid #FFF; */
	font-family: Ans, sans-serif;
	font-size:16px;
	border-radius:5px;
	padding: 10px;
	/*! background:url(../../__images/btnBg.png); */
	/*! color: rgb(56, 32, 0); */
	border-radius: 5px;
	background-size: auto;
	padding: 10px;
	font-weight: bold;
	/*! margin-top: 33px; */
	background: #ffc565;
	color: rgb(56, 32, 0);
}

#leftPannel{
	position:absolute;
	top: 95px;
  left: 60px;
  width: 294px;
  height: 520px;
	/*background:url(../Assets/images/leftpanel.png);*/
}

#rightPannel{
	position:absolute;
	top:76px;
	left:365px;
	width: 875px;
	height: 562px;
	/*background:url(../Assets/images/rightpanel.png);*/
}

#activity{
	margin-top:18px;
	width: 908px;
	height: 577px;
}

#recordBtn{
	position:relative;
	cursor:pointer;
	text-align:center;
	margin:560px 0 0 296px;
	width: 100px;
	height: 40px;
	background-color:#C9F;
	visibility:hidden;
}

#playBtn{
	position:relative;
	cursor:pointer;
	text-align:center;
	margin-top:20px;
	margin-left:300px;
	width: 100px;
	height: 40px;
	background-color:#C9F;
	visibility:hidden;
}

#title{
	font-family: Rubric;
	position:absolute;
	left:576px;
	font-size:30px;
	text-align:center;
	color:#7c5220;
	width:450px;
	top: 60px;
	max-width:565px;
	
}

#navigation{
	position:absolute;
	width:610px;
	height:60px;
	top:650px;
	left:510px;
}
#prev{
	background:url(../../__images/nextprev.png) 0px 0px;
	width:136px;
	height:50px;
	cursor:pointer;
	display:inline-block;
}


#next{
	background:url(../../__images/nextprev.png) -135px 0px;
	width:136px;
	height:53px;
	cursor:pointer;
	float:right;
}

.bigImage{
	border-radius: 25px;
	border: 2px solid #FFF;
}

.meaningDivClass{
	border: 1px solid #fff
	border-radius:4px;
	padding:5px;
	border-radius: 6px;
	background-color: #F4E9CE;
}

.debug{
	border: 1px solid #FFF;
}
.completed{
	position: relative;
    padding: 2px;
}
.completed::after{
	

	position: absolute;
    z-index: 999999999;
    top: 7px;
    left: 32px;
    content: '\2714';
    font-size: 25px;
    color: #248403;

}

.poSpeechStyle{
	background-color:#e5e5e5;
	color:#000;
	padding:4px;
	border-radius:4px;
	margin-left:10px;
	font-size:12px;
	font-weight:bold;
}
#activityNameBase{
	position:absolute;
	top:-40px;
	left:200px;
	width:522px;
	height:84px;
}

#activityNameText{
	position:absolute;
	color:#000;
	font-family: Ans, sans-serif;
	font-size:25px;
	text-align:center;
	top:27px;
	left:0;
	right:0;
}







.flexcroll{ 
	/*width:400px;
	height:200px;*/
	overflow:scroll;
}
		   
.flexcroll{
    scrollbar-face-color: #dcf3ff;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

.flexcroll::-webkit-scrollbar {
    width: 9px;
}
 
/* Track */
.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #dcf3ff;
	background-color:#fff;
	/*-webkit-box-shadow: inset 0 0 6px #dcf3ff;*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.flexcroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
    border-radius: 10px;
    background: #feb332;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/* scroller arrows */

::-webkit-scrollbar-button:vertical:increment {
	background: url(../../__images/sb-bottom.png) no-repeat;
	background-position: bottom;
	  background-color: #d6dade;
}

/* Place The scroll down button at the bottom */
::-moz-scrollbar-button:vertical:increment {
	background: url(../../__images/sb-bottom.png) no-repeat;
	background-position: bottom;
	  background-color: #d6dade;
}
 
/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {
	background: url(../../__images/sb-top.png) no-repeat;
	background-position: middle;
	  background-color: #d6dade;
}

/* Place The scroll up button at the up */
::-moz-scrollbar-button:vertical:decrement {
	background: url(../../__images/sb-top.png) no-repeat;
	background-position: middle;
	  background-color: #d6dade;
}

