
* {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
} 
html,
body {
margin:0;
padding:0;
height:100%;
}


.container {
min-height:100%;
position:relative;
display: none;
}
.textbody {
padding:10px;
}
.subtext{
padding-left: 25px; 
padding-right: 25px; 
width: 95%;
}

.text_field {
display: inline;
font: 28pt Arial, serif;
white-space: pre-wrap;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: text;
user-select: text;
}
.text_cursor {
display: inline;
font: 28pt Arial, serif;
opacity: 0.5;
}


#buttoncontainer {
position:absolute;
bottom:0;
width:100%;
height:60%;   /* Height of the footer */
}

#deadkeycontainer{
position:absolute;
bottom:0px;
width:100%;
height:60%;   /* Height of the footer */
display: none;
}


.buttonstyle{
position:absolute;
left: 50%; 
font: 16pt Arial, serif;
color: #333;
background: #deF;
text-align: center;
border: 2px solid #888;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}


.circle{
position: absolute;
left: 50%;
height: 10px;
width: 10px;
top: 10%;
display: inline-block;
border-radius: 100px;
opacity: 0.7;
}  


#c_0{
margin-left: -49%;
box-shadow: 0 0 0 2px #FF2222;
}
#c_1{
margin-left: -36.5%;
box-shadow: 0 0 0 2px #FF700C;
}
#c_2{
margin-left: -24%;
box-shadow: 0 0 0 2px #FFBC00;
}
#c_3{
margin-left: -11.5%;
box-shadow: 0 0 0 2px #FFFF11;
}
#c_4{
margin-left: 1%;
box-shadow: 0 0 0 2px #34A400;
}
#c_5{
margin-left: 13.5%;
box-shadow: 0 0 0 2px #28E6E4;
}
#c_6{
margin-left: 26%;
box-shadow: 0 0 0 2px #109FEE;
}
#c_7{
margin-left: 38.5%;
box-shadow: 0 0 0 2px #9966CC;
}


.button{
left: 50%;
position: absolute;
}
.top_row{
top:0px;
}
.bottom_row{
bottom:0px;
height:40%
}
.space_row{
bottom:0px;
height:40%
}
.button_even{
background-color: #AAAAAF;
}
.button_odd{
background-color: #CCCCD1;
}
.button_shift{
background-color: #DDDDE3;
}
.button_space{
background-color: #BBBBC0;
}

.down_button{
background-color: #666671;
}
.caps_button{
background-color: #222225;
}



#b_0{
width:12.5%; 
margin-left:-50%; 
height:100%;
}
#b_1{
width:12.5%; 
margin-left:-37.5%; 
height:100%;
}
#b_2{
width:12.5%; 
margin-left:-25%; 
height:60%;
}
#b_3{
width:12.5%; 
margin-left:-12.5%; 
height:60%;
}
#b_4{
width:12.5%; 
margin-left:0%; 
height:60%;
}
#b_5{
width:12.5%; 
margin-left:12.5%; 
height:60%;
}
#b_6{
width:12.5%; 
margin-left:25%; 
height:100%;
}
#b_7{
width:12.5%; 
margin-left:37.5%; 
height:100%;
}
#b_8{
width:25%; 
margin-left:-25%; 
}
#b_9{
width:25%; 
margin-left:0%; 
}




.label{
left: 50%;
position: absolute;
font: 16pt Arial, serif;
text-align: center;
top: 100px;
height: 10px;
line-height: 10px;
color: #333;

}
.sublabel{
top: 200px;
font: 11pt Arial, serif;
color: #666;
}

.label_bottom{
top: 200px;
height: 10px;
line-height: 10px;
font: 14pt Arial, serif;
}


#label_0{
width:12.5%; 
margin-left:-50%; 
}
#label_1{
width:12.5%; 
margin-left:-37.5%; 
}
#label_2{
width:12.5%; 
margin-left:-25%; 
}
#label_3{
width:12.5%; 
margin-left:-12.5%; 
}
#label_4{
width:12.5%; 
margin-left:0%; 
}
#label_5{
width:12.5%; 
margin-left:12.5%; 
}
#label_6{
width:12.5%; 
margin-left:25%; 
}
#label_7{
width:12.5%; 
margin-left:37.5%; 
}
#label_8{
width:25%; 
margin-left:-25%; 
}
#label_9{
width:25%; 
margin-left:0%; 
}


#sublabel_0{
width:12.5%; 
margin-left:-50%; 
}
#sublabel_1{
width:12.5%; 
margin-left:-37.5%; 
}
#sublabel_2{
width:12.5%; 
margin-left:-25%; 
}
#sublabel_3{
width:12.5%; 
margin-left:-12.5%; 
}
#sublabel_4{
width:12.5%; 
margin-left:0%; 
}
#sublabel_5{
width:12.5%; 
margin-left:12.5%; 
}
#sublabel_6{
width:12.5%; 
margin-left:25%; 
}
#sublabel_7{
width:12.5%; 
margin-left:37.5%; 
}






.overlay {
left: 50%;
position: absolute;
background: rgba(0, 90, 0, 0);
} 
.overlayX {
left: 50%;
position: absolute;
background: rgba(0, 0, 90, 0);
} 
.overlayTop {
top:0px;
}
.overlayBottom {
bottom:0px;
height:40%
}

#o_0{
width:12.5%; 
margin-left:-50%; 
height:100%
}
#o_1{
width:12.5%; 
margin-left:-37.5%; 
height:100%
}
#o_2{
width:12.5%; 
margin-left:-25%; 
height:60%
}
#o_3{
width:12.5%; 
margin-left:-12.5%; 
height:60%
}
#o_4{
width:12.5%; 
margin-left:0%; 
height:60%
}
#o_5{
width:12.5%; 
margin-left:12.5%; 
height:60%
}
#o_6{
width:12.5%; 
margin-left:25%; 
height:100%
}
#o_7{
width:12.5%; 
margin-left:37.5%; 
height:100%
}
#o_8{
width:25%; 
margin-left:-25%; 
}
#o_9{
width:25%; 
margin-left:0%; 
}








.predictive_container{
position:absolute;
bottom:100px;
width:100%;
height: 10px;
background-color: #DDDDE5;
}

.predictive_entry{
position:absolute;
height: 10px;
line-height: 10px;
width: 20%;
font: 12pt Arial, serif;
color: #444;
background-color: #DDDDE5;
text-align: center;
}

.predictive_highlight{
background-color: #AAAAFF;
}

#prediction_0{
margin-left:0%; 
}
#prediction_1{
margin-left:20%; 
}
#prediction_2{
margin-left:40%; 
}
#prediction_3{
margin-left:60%; 
}
#prediction_4{
margin-left:80%; 
}

.control_button{
position:absolute;
bottom: 10px;
width: 10.5%;
height: 30px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
background: rgba(255, 255, 255, 0.2)
}

#language_select{
left: 1%;
font-size: 14px;
}

#toggle_predictive{
left: 13.5%;
font-size: 12px;
}

#toggle_wpm{
right: 13.5%;
font-size: 12px;
}


#clear_button{
right: 1%;
font-size: 12px;
}

.words_body {
	padding-bottom:20px;
	padding-left:18px;
	color: #24c;
	display: inline-block;
	font: 24pt Arial, serif;
	margin-top: 10px;
	margin-bottom: 0px;
}
#words_div{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-left: 1%;
	margin-right: 1%;
	background: #F8F8F8;
}

textarea{
	font: 24pt Arial, serif;
	display: inline;

	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	
	padding-left:18px;
	padding-top:5px;
}


.wpm_button_buffer {
	width:100%;
	height:430px;  
	background: rgba(0, 180, 180, 0)
}
.wpm_button_body_top {
	position:absolute;
	width: 100%;
}
.wpm_button_text{
	position:absolute;
	padding:18px;
	font: 16pt Arial, serif;
	color: #333;
	background: rgba(180, 180, 180, 0);
	text-align: center;
}
.wpm_button_style{
	position: absolute;
	padding: 3px;
	font: 14pt Arial, serif;
	color: #333;
	background: #CCCCD2;
	text-align: center;
	border: 1px solid #555;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#letters_to_practice{
	padding: 3px;
	position: absolute; 
	padding-left:18px;
	background: #FFF;
	font: 14pt Arial, serif;
	left: 1%; 
}
#Difficulty{
	padding: 3px;
	font: 14pt Arial, serif;

}

#Stopwatch{
	position: absolute; 
	font: 14pt Arial, serif;
	left: 52.5%; 
	width: 20%;
	margin-top: 3px;

}
#wpm{
	position: absolute; 
	font: 14pt Arial, serif;
	left: 77.5%; 
	width: 20%;
	margin-top: 3px;

}

.output_body {
	padding-left:18px;
	font: 24pt Arial, serif;
}
.output_cursor {
	font: 24pt Arial, serif;
	opacity: 0.5;
}
#output_div{
	padding-top: 10px;
	padding-bottom:20px;
	border: 1px solid #999;
	margin-left: 1%;
	margin-right: 1%;
	background: #FFF;
	margin-bottom:10px;
}
.output_focus{
	outline: none !important;
	border-color: #5A5;
	box-shadow: 0 0 10px #5A5;
}
.end_typing_focus{
	outline: none !important;
	border-color: #000;
	box-shadow: 0 0 10px #000;
}
.error_typing_focus{
	outline: none !important;
	border-color: #E33;
	box-shadow: 0 0 10px #E33;
}

