@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;
}

#main {
	position:absolute;
	width: 1280px;
	height: 720px;
	background:url(../Assets/images/bg.png);
}

#vidClose
{
	position:absolute !important;
	left:1000px;
	top:125px;
	z-index:100;
}

.cell{
	box-shadow: inset 0px 0px 6px #666;
	border: 2px solid #FFF;
	font-family: Ans, sans-serif;
	font-size:20px;
	border-radius:5px;
	background: #a24111;
	padding: 10px 15px;
	/*background:url(../Assets/images/btnBg.png);*/
	line-height: 130%;
}

#leftPannel{
	position:absolute;
	top: 99px;
	left: 412px;
	width: 383px;
	height: 546px;
	/* margin-left: -4px; */
}

#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;
	top: 36px;
	left:410px;
	font-size:26px;
	text-align:center;
	color:#000;
	width:460px;
	/* text-shadow:3px 3px 4px #000; */
	/*border:1px solid red;*/
}

#navigation{
	position:absolute;
	width:500px;
	height:60px;
	top:655px;
	left:510px;
}
#prev{
	background:url(../Assets/images/nextprev.png) 0 0;
	width:109px;
	height:60px;
	cursor:pointer;
	display:inline-block;
}

#next{
	background:url(../Assets/images/nextprev.png) -109px 0;
	width:109px;
	height:60px;
	cursor:pointer;
	float:right;
}

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

.meaningDivClass{
	/*border: 1px solid #673903;
	border-radius:4px;
	padding:5px;
	background-color:rgba(86, 49, 5, 0.7);*/
}

.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;

}


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

.flexcroll::-webkit-scrollbar {
    width: 9px;
}
 
/* Track */
.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #dcf3ff;
	background-color:#cecdcd;
	/*-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: #62cab5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/* scroller arrows */

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

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

/* Place The scroll up button at the up */
::-moz-scrollbar-button:vertical:decrement {
	background: url(../Assets/images/sb-top.png) no-repeat;
	background-position: middle;
	  background-color: #e2dfc9;
}
#scorePanel{
	position:absolute;
	top: 148px;
    left: 1055px;
	font-family:Ans, sans-serif;
	font-size:20px;
	background-color:#312122;
	border-radius:8px;
	padding:10px;
	color:#fff;
}