/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html { 
  	/*background: url(../img/background/themes/1366x768/113.jpg) no-repeat fixed;*/        
        -webkit-background-size: 100%;
  	-moz-background-size: 100%;
  	-o-background-size: 100%;
  	background-size: 100%;
  	overflow: auto; 
        -webkit-overflow-scrolling: touch;
        margin: 0;
        padding: 0;
        overflow: hidden;        
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../img/background/1366x768/login.jpg',
        sizingMethod='scale');         
}
*{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body, .scrollable {
    overflow: auto; 
    -webkit-overflow-scrolling: touch;
    /*-webkit-text-size-adjust: none;*/
    margin: 0;
    padding: 0;
    background: transparent !important;
}

#preload { display: none; }

#playground{
/*	background: #e0ffe0;
	background-image: url(../img/themes/105/Background.png);*/
	background-repeat: no-repeat;
	background-size:100% 100%;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
        margin: 0;
        padding: 0;
	position: relative;
	overflow: hidden;      
}

#theme-visibility
{
        background-repeat: no-repeat;
	background-size:100% 100%;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
        margin: 0;
        padding: 0;
	position: absolute;
	overflow: hidden;    
}

#picBackground{
	position: absolute;
	width: 220px;
	height: 220px;
	top: 290px;
	left: 190px;
}

#pic{
	background-repeat: no-repeat;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
	height:200px;
	width:200px;
	left:10px;
	top:10px;
        position: relative;
}
#logoBackground
{
    position: absolute;
    /*background-size: 100%;*/
    background-size: contain;
    background-repeat: no-repeat;
  /* background-attachment: fixed; */
   background-position: center; 
}
#speakerBackground
{
    position: absolute;
    border-radius: 3px;
}

#speakerImage{
	background-image: url(../img/speaker.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
	position: absolute;
	width: 100px;
	height: 100px;
	top:500px;
	left:0px;
        cursor:not-allowed;
        opacity: 0.5;
}

#flagImage{
	background-image: url(../img/icon/language-english.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
	position: absolute;
	cursor:not-allowed;
        opacity: 0.5;
}


#titleBar{
	position: absolute;
	width: 800px;
	height: 50px;
	top: 0px;
	left: 0px;
}

.titleBar{
	position: absolute;
	width: 800px;
	height: 50px;
	top: 0px;
	left: 0px;
        background-color: rgb(20, 161, 253);
        text-align: center;      
}

.titleBar span{
    font-size: 1.5em;
    color: #fff;
    font-family: verdana;
    padding:0;
    float: left;
    margin: auto 0;
    width: 100%;
}


.myTextBackground{
	-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
        -webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
        box-shadow:inset 0px 1px 0px 0px #efdcfb;        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea));
        background:-moz-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:-webkit-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:-o-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:-ms-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea',GradientType=0);        
        background-color:#dfbdfa;        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
	border-radius:6px;	
        border:1px solid #c584f3;        
        display:inline-block;
        color:#ffffff;        
        position: absolute;
}

#introTextBackground{
	position: absolute;
	width: 600px;
	height: 300px;
	top: 110px;
	left: 100px;
        background:skyblue;
        border-radius: 10px;
}
.introTextHolder
{
     position: relative;
     width: 100%;
     margin: 0 auto;
}

.introText{ 
    position: relative;
    font-size: 31px;
    text-align: center;
    margin: 0 auto;
}

#textBackground,#buttonBackground{
	position: absolute;
	width: 0;
	height: 0;
	top: 110px;
	left: 100px;
        background: gray;
        border-radius: 10px;
}
::-ms-clear { display: none; }

#SENTB
{
    position: relative;
    text-align: center;
    font-size: 30px;
}

#SENTB:first-letter {
    text-transform: uppercase;
    //color: #fff;
}

.echoWordBackground{
		padding:0;
		margin:0;
		-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
        -webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
        box-shadow:inset 0px 1px 0px 0px #efdcfb;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea));
        background:-moz-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:-webkit-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:-o-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:-ms-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea',GradientType=0);
        
        background-color:#dfbdfa;
        
        -moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
	
        border:1px solid #c584f3;
        
        display:inline-block;
		color:#ffffff;
		
		font-size:15px;
		font-weight:bold;
		padding:6px 24px;
		text-decoration:none;
    	text-align:center;
		text-shadow:0px 0px 0px #5b6178;
		vertical-align: middle;
  		line-height:28px;
		position: absolute; 
}

#loginBackground{
	background: #bee2f9;
	background-image: url(../img/themes/ELSOLogin.png);
	background-size:cover;
	position: absolute;
	width: 625px;
	height: 375px;
	top: 237px;
	left: 112px;
}

#loginInput{
	position: absolute;
        top: 190px;
        left: 290px;
        max-width: 220px;
        min-width: 220px;    
        font-size: 15px;
        background: url(../img/login-user.png) no-repeat;
        padding: 4px 12px;
        padding-left: 37px;
        border: 1px solid #C0C0C0;
        background-position: 8px;
        background-color: #fff;
        background-size: 20px;   
        border-radius: 3px;
}
#passcodeInput:focus,#loginInput:focus{
    outline: 1px solid #9DBEEA;
}
#passcodeInput{
	position: absolute;
        top: 250px;
        left: 290px;
        min-width: 220px; 
        max-width: 220px;
        font-size: 15px;
        background: url(../img/lock.png) no-repeat;
        padding: 4px 12px;
        padding-left: 37px;
        border: 1px solid #C0C0C0;
        background-position: 8px;
        background-color: #fff;
        background-size: 20px;
         border-radius: 3px;
}
.errorplaceholder::-webkit-input-placeholder {
    color: #FF0000;
}
.errorplaceholder:-moz-placeholder {
    color: #FF0000;
}
.errorplaceholder::-moz-placeholder {
    color: #FF0000;
}
.errorplaceholder::-o-placeholder {
    color: #FF0000;
}
.errorplaceholder:-ms-input-placeholder {
    color: #FF0000;
}
input:-ms-input-placeholder {
    color: #C0C0C0;
}
.errorplaceholder
{
  border: 1px solid #FF0000 !important;
}

#wordInput{
	position:absolute;
  	top:190px;
  	left:290px;
  	width:280px;
  	height:30px;
  	
  	font-size:12px;
  	text-align: center;
}

#inputBackground{
	position: absolute;
	width: 600px;
	height: 300px;
	top: 110px;
	left: 100px;
}


.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
        
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
        
	background-color:#33bdef;
        
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
        
	border:1px solid #057fd0;
        
	display:inline-block;
	color:#ffffff;
	
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
    text-align:center;
	text-shadow:0px -1px 0px #5b6178;  
}
.myButton:active {        
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
        
	background-color:#019ad2;
	}
    
    
    .my212Button {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
        -webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
        box-shadow:inset 0px 1px 0px 0px #efdcfb;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea));
        background:-moz-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:-webkit-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:-o-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:-ms-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
        background:linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea',GradientType=0);
        
        background-color:#dfbdfa;
        
        -moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
	
        border:1px solid #c584f3;
        
        display:inline-block;
        color:#ffffff;
        
        font-size:13px;
        font-weight:bold;
        padding:6px 12px;
        text-decoration:none;
        text-align:center;
        
    }
    .my212Button:active {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc80ea), color-stop(1, #dfbdfa));
        background:-moz-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
        background:-webkit-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
        background:-o-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
        background:-ms-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
        background:linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa',GradientType=0);
        
        background-color:#bc80ea;
    }
       
#continueButton{
	position:absolute;
  	top:300px;
  	right:50px;
  	width:100px;
  	height:28px;
  	opacity: 0.5;
  	font-size:20px;
  	vertical-align: middle;
  	line-height:28px;
        cursor: not-allowed
}
    #doneButton{
    
	position:absolute;
  	top:300px;
  	right:50px;
  	width:140px;
  	height:28px;
  	font-size:20px;
  	vertical-align: middle;
  	line-height:28px;
        text-align: center;
        border-radius: 3px;
        color: #fff;
        padding: 0px 10px;
        cursor: pointer;
}
#doneButton span{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
#resetButton span{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
#resetButton{
    
	position:absolute;
  	top:300px;
  	right:50px;
  	width:140px;
  	height:28px;
  	opacity: 0.5;
  	font-size:20px;
  	vertical-align: middle;
  	line-height:28px;
        cursor: not-allowed;
        text-align: center;
        border-radius: 3px;
        color: #fff;
}


#continueLanguage,#loginButton{
	position: absolute;
        top: 300px;
        width: 87px;
        height: 25px;
        line-height: 25px;
        font-size: 18px;
        text-align: center;
        font-weight: normal;
        color: #fff;
        display: inline-block;
        cursor: pointer;        
        font-size: 17px;
        padding: 6px 12px !important;
        text-decoration: none;
        border-radius: 2px;
        box-sizing:content-box; 
        background:#009ddd;
        border:0;
        
}




#skipButton{
	position:absolute;
  	left:455px;
  	width:100px;
  	font-size:20px;
  	vertical-align: middle;
  	background:#94BBCB;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        cursor: not-allowed;
        padding: 4px 0 4px 0;       
}
#nextButton{
	position:absolute;
  	top:300px;
  	left:1155px;
  	width:100px;
  	font-size:20px;
  	vertical-align: middle;
  	background:#94BBCB;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        cursor: not-allowed;
         padding: 4px 0 4px 0; 
       
}
.surveyButton
{
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    border:none;
}

#beginLessionButton {
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  background: rgb(20, 161, 253);
  padding: 8px 13px;
  font-family: verdana;
  color: #fff;
  box-sizing: content-box;
  border:none;
}

div#surveyText {
  position: absolute;
  font-size: 30px;
  max-width: 72%;
  text-align: center;
  left: 400px;
  top: 300px;
  color: gray;
  line-height: 44px;
}
    
#themeSelectBackground{
	/*background-image: url(../img/themes/ThemeSelectionScreen.png);*/
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:600px;
        overflow-x: hidden;
        overflow-x: scroll;
        z-index: 99989
/*        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;*/
     
}

.themeSelectButton{
	background-size:cover;
	position:absolute;
	width:158px;
	height:119px;
}
.thumbBackground{
    position: absolute;
    width: 254px;
    height: 174px;
    opacity: 0.8;
    cursor: pointer;
    background-position: cover; 
    background-size: 100%;
    background-repeat: no-repeat;
    
    
   
}
.thumbBackground:hover{
    opacity: 1;
}


.myWordButton {
    
    -moz-box-shadow:inset 0px 1px 0px 0px #91b8b3;
    -webkit-box-shadow:inset 0px 1px 0px 0px #91b8b3;
    box-shadow:inset 0px 1px 0px 0px #91b8b3;    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
    background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
    
    background-color:#768d87;
    
     
    display:inline-block;
    color:#ffffff;
    
    font-size:13px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    
    position:absolute;
    
}
.myWordButton:active {
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
    background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
    background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
    background-color:#6c7c7c;
}
    

.TextButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #cccccc));
	background:-moz-linear-gradient(top, #ffffff 5%, #cccccc 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #cccccc 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #cccccc 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #cccccc 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #cccccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0);
	background-color:#ffffff;
	/*border:1px solid #9c9c9c;*/
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	position:absolute;
        border-radius: 5px;
}

div.myWordButtonText {
  color: rgb(44, 42, 42);
  font-family: font8;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  /*position: relative;*/  
  position: absolute;
  text-align: center;
  width: 100%;
}

div.correctWordButtonText {
  color: rgb(44, 42, 42);
  font-family: font8;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  position: relative;  
}

div.userWordButtonText {
  color: rgb(44, 42, 42);
  font-family: font8;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  position: relative;  
}

.ProgressBack {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #333333));
	background:-moz-linear-gradient(top, #666666 5%, #333333 100%);
	background:-webkit-linear-gradient(top, #666666 5%, #333333 100%);
	background:-o-linear-gradient(top, #666666 5%, #333333 100%);
	background:-ms-linear-gradient(top, #666666 5%, #333333 100%);
	background:linear-gradient(to bottom, #666666 5%, #333333 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333',GradientType=0);
	background-color:#666666;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;

}

.ProgressGreen {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33cc00), color-stop(1, #339900));
	background:-moz-linear-gradient(top, #33cc00 5%, #339900 100%);
	background:-webkit-linear-gradient(top, #33cc00 5%, #339900 100%);
	background:-o-linear-gradient(top, #33cc00 5%, #339900 100%);
	background:-ms-linear-gradient(top, #33cc00 5%, #339900 100%);
	background:linear-gradient(to bottom, #33cc00 5%, #339900 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cc00', endColorstr='#339900',GradientType=0);
	background-color:#33cc00;
	border:1px solid #336600;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
}

.ProgressRed {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #cc0000));
	background:-moz-linear-gradient(top, #ff0000 5%, #cc0000 100%);
	background:-webkit-linear-gradient(top, #ff0000 5%, #cc0000 100%);
	background:-o-linear-gradient(top, #ff0000 5%, #cc0000 100%);
	background:-ms-linear-gradient(top, #ff0000 5%, #cc0000 100%);
	background:linear-gradient(to bottom, #ff0000 5%, #cc0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#cc0000',GradientType=0);
	background-color:#ff0000;
	border:1px solid #990000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
}
.titletext
{
    position: absolute;
    text-align: center;
    font-size: 17px;
    font-family: helvetica;    
}

#titleUserName
{
    text-align: left;
    padding-left: 20px;
}

#titleSequence
{
    text-align: right;
    padding-right: 20px;
}

.ProgressYellow {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffff00), color-stop(1, #ffcc00));
	background:-moz-linear-gradient(top, #ffff00 5%, #ffcc00 100%);
	background:-webkit-linear-gradient(top, #ffff00 5%, #ffcc00 100%);
	background:-o-linear-gradient(top, #ffff00 5%, #ffcc00 100%);
	background:-ms-linear-gradient(top, #ffff00 5%, #ffcc00 100%);
	background:linear-gradient(to bottom, #ffff00 5%, #ffcc00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ffcc00',GradientType=0);
	background-color:#ffff00;
	border:1px solid #e6b903;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
}

.TitleBar202 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cc3300), color-stop(1, #990000));
	background:-moz-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:-webkit-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:-o-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:-ms-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:linear-gradient(to bottom, #cc3300 5%, #990000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3300', endColorstr='#990000',GradientType=0);
	background-color:#cc3300;
	border:1px solid #721100;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
}

.MyButtonContinue {
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:18px;
	padding:6px 12px;
	text-decoration:none;
	text-align:center;
        border-radius: 5px;
        box-sizing: content-box;
}

.taskinprogress {
  font-size: 34px;
  text-align: center;
  padding: 40px;
}

.MyButton202:active {
	position:relative;
	top:1px;
}


.TextBackground202 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cc3300), color-stop(1, #990000));
	background:-moz-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:-webkit-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:-o-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:-ms-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:linear-gradient(to bottom, #cc3300 5%, #990000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3300', endColorstr='#990000',GradientType=0);
	background-color:#cc3300;
	border:1px solid #6b0000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	position:absolute;
}

.SpeakerBack202 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cc3300), color-stop(1, #990000));
	background:-moz-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:-webkit-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:-o-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:-ms-linear-gradient(top, #cc3300 5%, #990000 100%);
	background:linear-gradient(to bottom, #cc3300 5%, #990000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3300', endColorstr='#990000',GradientType=0);
	background-color:#cc3300;
	border:1px solid #6b0000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
}

#welcomeBackground {
  position: absolute;
  width: 600px;
  height: 300px;
  top: 110px;
  left: 100px;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 6px -6px #777;
 -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;border: 5px solid rgba(255, 255, 255, .5);
}
#beginlessionBackground{
  position: absolute;
  padding: 0;
  margin: 0;
  height: 300px;
  top: 110px;
  left: 100px;
  /*background: url(../img/themes/BeginScreen_ELSO.png);*/
  background-repeat: no-repeat;
  background-size: cover;
 
}



#surveyBackground {
  position: absolute;
  padding: 0;
  margin: 0;
  height: 300px;
  top: 110px;
  left: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  /*background: rgb(242, 239, 239);*/
 
}
#languageBackground {  
  position: absolute;
  padding: 0;
  margin: 0;
  height: 300px;
  top: 110px;
  left: 100px;
  /*background: url(../img/white_bg.png);*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
/*  -webkit-box-shadow: 0 10px 6px -6px #777;
 -moz-box-shadow: 0 10px 6px -6px #777;*/
  /*border: 7px solid rgba(203, 199, 199, 0.37);*/
  /*box-shadow: 0 10px 6px -6px #777;border: 5px solid rgba(255, 255, 255, .5);*/
}
#languagelist
{
    position: absolute !important;
    min-width: 200px;
    max-width: 200px;
    /*min-height: 50px;*/
    font-size: 20px;
    /*line-height: 25px;*/
   
    display: block;
  width: 100%;
  /*height: 34px;*/
  /*padding: 6px 12px;*/
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#fontlistBackground,#languagelistBackground
{
    position: absolute !important;
    min-width: 220px;
    max-width: 220px;
    /*min-height: 50px;*/
    font-size: 20px;
    line-height: 25px;
   /*min-height: 35px;*/
    
  
 
}
.fontlist {
 position: absolute !important; 
 min-width: 220px;
 max-width: 220px;
}
.selectpicker li:nth-child(1) a{
    font-family: font1;
}
.selectpicker li:nth-child(2) a{
    font-family: font2;
}
.selectpicker li:nth-child(3) a{
    font-family: font3;
}
.selectpicker li:nth-child(4) a{
    font-family: font4;
}
.selectpicker li:nth-child(5) a{
    font-family: font5;
}
.selectpicker li:nth-child(6) a{
    font-family: font6;
}

.selectpicker li:nth-child(7) a{
    font-family: font7;
}
.selectpicker li:nth-child(8) a{
    font-family: font8;
}
.languagelist .dropdown-menu li a
{
    font-family: Arial;
}

.dropdown-menu>li>a{
    color: none;
}
#languagelist option 
{
    line-height: 35px;
}



.divSurveyCheckbox {
  position: absolute;
  left: 329px;
  top: 484px;
  text-align: center;
}

.divSurveyCheckbox label {
  font-size: 21px;
  color: gray;
  padding-left: 5px;  
}

.bootstrap-select.btn-group .dropdown-menu li a
{
    /*background: #AFCBE4;;*/ 
    border: 2px solid transparent;
   
}

.bootstrap-select.btn-group .dropdown-menu li a:hover
{
    background: #AFCBE4; 
    border: 2px solid #AFCBE4
   
}

.bootstrap-select.btn-group .dropdown-menu li a:focus
{
    background: #C1D8E2;
    outline-style:none;
}

.bootstrap-select.btn-group .dropdown-menu li:focus
{
    /*background: #AFCBE4 !important;*/
    outline-style:solid !important;
     /*border:0px solid skyblue;*/    
}

.bootstrap-select.btn-group .dropdown-menu{
    padding: 0px !important;
}

#patternButtonBackground{
	position: absolute;
	width: 400px;
	height: 300px;
	top: 110px;
	left: 100px;
        background:skyblue;
        border-radius: 10px;
}


/*Spell task screen*/
.taskinputfield{
    position: absolute;
    border-radius: 4px;
    border: 0px;
    text-align: center;
    font-size: 30px;
}

/*
overlay
*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 0.77;
  /*display: none;*/
}
.overlay-alter {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9991;
  /* background: #fff; */
  top: 0;
  left: 0;
  overflow: hidden;
  /*display: none;*/
}
.overlay-inner {
  position: relative;
  margin: 0 auto;
  top: 40%;
  text-align: center;
}

#themesliderbackground{
  z-index: 59900;
  position: absolute;
  width: 205px;
  right: 26px;
}

#minrange, #maxrange
{
    float: left;
    width: 40px;
    padding: 0px !important;
    font-size: 15px;
    color: #fff;
}
#visivilityText{
  font-size: 11px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  float: left;
}

#minrange
{
     width: 20px;
}

#themeslider {
    position: relative;
    float: left;
    width: 122px;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   #themeslider {
    margin-top:5px;
}
}


/*  Vocabulary task  */
#vocabBackground
{
    position: absolute;
    background: rgb(200, 0, 0);
    
}

#vocabWordBackground
{
     position: absolute;
     left: 0;
     top: 0;
     /*background: rgba(205, 174, 174, 0.87);*/
}

#vocabLineHolder
{
     position: absolute;
      left: 0;
     top: 0;
     /*background: rgb(200, 0, 0);*/
}

#vocabDefinitionBackground
{
     position: absolute;
      left: 0;
     top: 0;
     /*background: rgb(200, 0, 0);*/
}
#vocabWordBackground{
    /*position: relative;*/
}

.vocabword
{
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: default;
}

.vocabword span{
    position: relative;
    float: left;
    left: 0;
    padding-left: 32px;
    cursor: default;
}


.wordspkr {
  position: absolute;
  z-index: 500;
  cursor: pointer;
  left: 10px;
  background: url(../img/icon/small-speaker.png) no-repeat;
  width: 22px;
  height: 22px;
  bottom: 0;
  display: none;
}

.vocabword:hover .wordspkr {
display:block;
}

#vocabWordBackground {z-index: 1;
}
.vocabdefinition
{
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 20px;
    width: 99%;
}

.vocabdefinition div.worddefinition{
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    cursor: default;
    padding-top: 5px;
    padding-bottom: 5px;
}
.vocabdefinition .spkr {
    display: none;
    position: absolute;
    width: 24px !important;
    height: 24px;
    background: url(../img/icon/small-speaker.png) no-repeat;
    margin-left: 10px
}
.vocabdefinition div.worddefinition:hover > div.spkr {
    display: inline;
    bottom: 0;
}
div.spkr:hover {
    cursor: pointer;
}

.line-bottom {
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #fff;
  width: 100%;
}

.line-bottom7
{
    border-bottom: 0px solid #fff;
}

.degub {
  position: fixed;
  color: #fff;
  font-size: 20px;
  z-index: 8888;
}

/*end of vocabe*/

/*start of taskprogress*/

#congratsBackground{
  position: absolute;
  padding: 0;
  margin: 0;
  height: 300px;
  top: 110px;
  left: 100px;
  /*background: url(../img/themes/BeginScreen_ELSO.png);*/
  background-repeat: no-repeat;
  /*background-size: contain;*/
 
}

div#congratslogo {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: 16%; */
  margin-top: 35px;
  height: 28%;
  background-size: 23%;
}


#congratslogotext {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  font-family: font2;
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.congratstext
{
    position:relative;
    text-align: center;
    font-size: 25px;
    color: gray;
}

#scoreBackground{
  position: absolute;
  padding: 0;
  margin: 0;
  height: 300px;
  top: 110px;
  left: 100px;
  /*background: url(../img/themes/BeginScreen_ELSO.png);*/
  background-repeat: no-repeat;
  /*background-size: contain;*/ 
}

div#scoreTextBackground {
  position: relative;
  text-align: center;
  padding: 25px;
  float: left;
  width:100%;
}

div#scoreText {
  /*position: absolute;*/
  font-size: 26px;
  text-align: center;
  width: 100%;
  left: 0;
  float: left;
  /*border-bottom: 1px dashed #C7C4C4;*/
  background: url(../img/icon/score-blank.png);
  background-repeat: no-repeat;
  background-position: 4px;
  background-position-x: 98%;
  background-size: contain;
  padding: 3px 0 3px 0;
 
}

div#scoreText:last-child
{
    border-bottom: none;
}

div#scoreText span.score-taskname{
    float: left;
    padding-left: 20px;
    font-size: 22px;
}

div#scoreText img.score-flag {
  position: relative;
  float: right;
  margin-right:20px;
  min-width: 20px;
  min-height: 20px;
  /*background-color: red;*/
}


.border-div-bottom {
  position: absolute;
  bottom: -14px;
  height: 14px;
  background-color: rgba(160, 160, 160, 0.18);
  width: 100%;
  border-bottom: 1px solid rgba(228, 220, 220, 0.1);
}



/* navigator status*/

span.connection-status {
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
}

/*  Echo task  */
#buttonEchoBackground
{
    position: absolute;
    /*background: rgb(200, 0, 0);*/
    
}

.buttonEcho{
    float: left;
    width: 25%;
    height: 16.666666666666666666666666666%;
    /*background: gray;*/
}
.buttonEchoText
{
    text-align: center;
    position: absolute;
    background: #cccccc;
    border-radius: 5px;
   
}
.buttonEchoText span{
     font-size: 25px;
     position: relative;
}

#buttonEchoRepeat
{
    position: absolute;
    border-radius: 5px;
}
#buttonEchoRepeatText
{
    text-align: center;
    position: relative;
}

#buttonEchoYes
{
    position: absolute;
    background: #037303;
    border-radius: 3px;
}
#buttonEchoNo
{
    position: absolute;
    background: #C70304;
    border-radius: 3px;
}

#buttonEchoYes span, #buttonEchoNo span{
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    color:#fff;    
}
/*LLS Task*/

.LLSGraph{ 
           position: absolute; 
           border-radius: 5px; 
           background-repeat: no-repeat;  
           background-size: 100% !important;
           border: 10px solid rgb(226, 0, 0);
}

.typeWriteGraph{ 
           position: absolute; 
           border-radius: 5px; 
           background-repeat: no-repeat;  
           border: 10px solid rgb(226, 0, 0);
           background-size:cover
}

.progressbar
{
    position: absolute;
    //border-left: 1px solid transparent;
    //border-right: 1px solid transparent;
    min-height: 10px;
    /*background: #333333;*/
}

.progressbar span {
  background: red;
  float: left;
  height: 10px;
  margin-left: 2px;
  background: linear-gradient(rgb(169, 171, 169), rgb(46, 47, 46));
  border-radius: 1px;
}

#shift-key
{
    position: absolute;
    background:  url(../img/icon/shift-key.png);
    background-size: 100%;
    background-repeat: no-repeat;
}


/* type editing*/

#buttonSame
{
    position: absolute;
    background: #037303;
    border-radius: 3px;
}
#buttonDifferent
{
    position: absolute;
    background: #C70304;
    border-radius: 3px;
}

#buttonSame span, #buttonDifferent span{
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    color:#fff;    
}


/*Comprehension style*/
div#comprehensionBackground
{
    position: absolute;
    border-radius: 2px;
}
#comprehension{
    position: absolute;
    font-size: 26px;
    padding: 0 28px 0px 28px;
    top: 30px;
    
}

#comprehension-head
{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    float: left;
    text-align: center;
    width: 100%;
}

div#comprehension-body {
    position: relative;
    word-wrap: break-word;
}

div#comprehensionQuestionBackground
{
    position: absolute;
    border-radius: 2px;
}

#comprehensionQuestion {
  position: absolute;
  font-size: 26px;
  padding: 0px 0px 20px 40px;
  top: 40px;
}

#playButton , #pauseBtton
{
    background: url('../img/icon/play-black.png');
    position: absolute;
    background-repeat: no-repeat;
	-webkit-background-size:  80%;
  	-moz-background-size:  80%;
  	-o-background-size:  80%;
  	background-size: 80%;
	cursor:pointer;
    background-position: center; 
}


#skiptask
{
  position: absolute;
  z-index: 9999;
  font-family: font2;
  color: transparent;
  border: 0px dashed gray;
  background: transparent;
  width: 40px;
  height: 200px;
  right: 0;
  cursor: pointer;
  outline: none;
}

#viewStory{
	position:absolute;
  	min-width: 100px;
  	height:28px;
  	font-size:20px;
  	vertical-align: middle;
  	line-height:28px;
        cursor: pointer;
}

span.speaker-small {
    position: relative;
    min-width: 34px;
    min-height: 34px;
    /* background-color: red; */
    background: url(../img/icon/speaker-white1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position-y: 0px; */
    /* margin-top: 5px; */
    cursor: pointer;
    float: left;
}
div#Question {
  padding: 0 0 22px 0;
  float: left;
  width: 100%;
      
}

div.ANSWERS {
  padding-left: 93px;
  float: left;
  width: 80%;
}

.answer-input textarea
{
    min-width: 100%;
    min-height: 100px;
    color: #666;
}
.answer-span
{
    float: left;
    padding-left: 20px;
    cursor: pointer;
    width: 90%;
}

.question-span
{
    float: left;
    padding-left: 22px;
    width: 90%;
    padding-top: 5px;
}

.comprehension-span
{
    /*font-size: 20px;*/
}

span.comprehension-span-parent {
  /*float: left;*/
}
.left-tab
{
    /*float: left;*/
}
.span-br{
    /*float: left;*/
    width: 100%;
}
.span-last{
    /*float: left;*/
}
.span-first
{
    /*float: left;*/
}

.span-space
{
    /*float: left;*/
}

.comprehension-span
{
    /*float: left;*/
    display: inline-block;
}
.span-line
{
    /*float: left;*/
}


/* 13-10-= */

#vocabWordBackground .vocabword[style="height: 28.25px"] {
  font-size: 16px!important;
}
#vocabWordBackground .vocabword[style="height: 30.25px"] {
  font-size: 18px!important;
}
#vocabWordBackground .vocabword[style*="font-family: font2"] {
 font-size: 18px!important;
}
@media (max-width:1280px){
    #vocabInputBackground{
       left: 232px!important;
    width: 230px!important;

    }
}
@media (max-width:1192px){
    #vocabInputBackground{
        left: 165px!important;
            width: 244px!important;

    }
}

@media (max-width:1024px){
    #vocabInputBackground{
        left: 110px!important;
            width: 244px!important;

    }
}

@media (max-width:992px){
    #vocabInputBackground{
        left: 110px!important;
    }
}

@media (max-width:820px){
    #vocabInputBackground{
        left: 110px!important;
                width: 190px !important;
    }
}

@media (max-width:768px){
    #vocabInputBackground{
        left: 99px!important;
    }
}

@media (max-width:767px){
    #vocabInputBackground{
        left: 90px!important;
        width: 92px!important;
    }
    .worddefinition{
        font-size: 14px!important;
    }
    #vocabDefinitionBackground{
        left: 200px!important;
    }
    #vocabWordBackground .vocabword[style*="font-family: font2"] {
 font-size: 14px!important;
}
#vocabDefinitionBackground .vocabdefinition{
width: 75%!important;
}
}