﻿body{   
    background-color: #000;
}

#container {
    bottom: 0px;
    position: absolute;
    width: 95%;
}

#write, #read {
position: fixed;
    width: 92%;
    height: 50%;
    margin: 5px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 24px;
    line-height: 155%;
    letter-spacing: 0.25px;
    color: #182469;
    border-color: #182469;
    border-style: double;
    z-index: 0;
}

#write12Text {
position: fixed;
    width: 92%;
    height: 35%;
    margin: 5px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 24px;
    line-height: 155%;
    letter-spacing: 0.25px;
    color: #182469;
    border-color: #182469;
    border-style: double;
    z-index: 0;
    top: 2px;
}

#read{
	 top: 2px;
}
#write{
	 top: 2px;
}

#info{
	position: fixed;
	border-color: #5e5252;
    width: 94%;
    height: 100px;
    margin: 10px 10px 5px 0px;
    border-style: solid;
    color: white;
	top: 205px;
	
}
#tblInfo{
		width: -webkit-fill-available;
		font-style: inherit;
		font-family: cursive;
}

#ok{
	height: 45px;
    width: 100%;
    background-color: #393939;
    border-radius: 10px;
    color: white;
	
}
#phone
{
	width: 100%;
    height: 100%;
    bottom: 0px;
	/*background-color:darkgrey;*/
	
}
#phone button {
  height: 55px;
  width: 100%;
  background-color: #393939; 
  border-radius: 10px; 	
  /*padding: 10px;*/
  color:white;

}

#phone button span {
  display: block;
    margin-top: 5px;
    font-size: 24px;
    line-height: 155%;
    letter-spacing: 0.25px;
}

#result {
  width: 225px;
  height: 25px;
  margin-left: 2px;
  display: block;
    margin-top: 5px;
}
.white{

background:#ffffff !important;
}
.lightviolet
{
	
	color:#ca0d5a
}
.lightblue
{
	background-color:#185469 !important;
	color:#fff;
	border-color:yellowgreen;
}
.chiblue{
	background-color:#185469 !important;
	color:#fff;
	
}
.default
{
   background-color:#c0d739 !important;

}

.red{
background:#ff0000 !important;
}
.on {
display: none;
}
.uppercase {
text-transform: uppercase;
}


#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.6; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	
	background:#1ce114;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:95%; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:left; 
	padding:10px; 
	margin:13px;
	color:#fff; 
	font-family:arial;
	font-size:18px; 
}

a.button {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	display: block;
	width:110px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	
	/* button color */
	background-color: #201e1e;
	
	/* css3 implementation :) */
	/* rounded corner */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	/* drop shadow */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	/* text shaow */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-width: 1px;
    border-style: solid;
    border-color: #fbfbfb;
	
	position: relative;
	cursor: pointer;
	
}

a.button:hover {
	background-color: #c33100;	
}

/* extra styling */
#dialog-box .dialog-content p {
	font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}

/*ADD THIS*/
/* Key pop-out */
.popout {
    display: none;
    font-size: 24pt;
    position: fixed;
    /*left: -9px;
    bottom: 38px;*/
    z-index: 1;
}
/* align pop-outs for q Q 1 - [ _*/
#lowercase .row:first-of-type .key:first-of-type .popout, 
#uppercase .row:first-of-type .key:first-of-type .popout, 
#numbers .row:nth-child(-n+2) .key:first-of-type .popout, 
#symbols .row:nth-child(-n+2) .key:first-of-type .popout {
    left: 0;
}
/* align pop-outs for p P 0 " = • */
#lowercase .row:first-of-type .key:last-of-type .popout, 
#uppercase .row:first-of-type .key:last-of-type .popout, 
#numbers .row:nth-child(-n+2) .key:last-of-type .popout, 
#symbols .row:nth-child(-n+2) .key:last-of-type .popout {
    left: -18px;
}
.head {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 -1px 1px #888;
    line-height: 1.5em;
    width: 50px;
    height: 50px;
	color:#000;
}
.neck {
    background: #fff;
    width: 50px;
    height: 10px;
	color:#000;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 20% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 20% 100%);
}
