/* IPM201113L07 Grupo 24 */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.fix {
	webkit-box-sizing: border-box; 
	moz-box-sizing: border-box;
 	box-sizing: border-box; 
}

body {
	background-color: #F5F5F5;
	background-image: url('outer2.png');
}


/* main table frame */
#tablebox {
	position: relative;
	display: block;
	margin-top: 3vh;
	background-color: #000000; /*previous: BCDFD9*/
	width: 82%;
	padding: 2%;
	min-height: 76vh;
	max-height: 76vh;
	height: 76vh;
	text-align: justify;
	border: #3A2600 solid 25px;
	border-radius: 50px;
	background-image: url('background1.png'), url('background2.png');
	background-position: top left, bottom right;
	background-size: 10vw 10vw, 10vw 10vw;
	background-repeat: no-repeat;
}


/* Menu 1 */
#hour_welcome {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #000000;
	border-radius: 10em;
	height: 200px;
	width: 200px;
	margin: -100px 0px 0px -100px;
	text-align: center;
	padding: 43px 0px 0px 0px;
	vertical-align: center;
	color: #FFFFFF;
	border: #FFFFFF 0.2em dashed;
}

#clock {
	font-family: 'Dosis', sans-serif;
	font-size: 60px;
}
.text_welcome {
	font-size: 25px;
	line-height: 30px;
	font-family: 'Inconsolata', monospace;
}

#bottomblock {
	display: block;
	position: absolute;
	bottom: 6%;
	width: 18%;
	left: 41%;
	background-color: #414141;
	padding: 10px;
	color: #FFFFFF;
	opacity: 0.5;
    filter: alpha(opacity=50);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
   	-webkit-transition: opacity 2s;
    transition: opacity 2s;
}

#bottomblock:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
}

#insert_name {
	position: absolute;
	min-height: 0vh;
	height: 0vh;
	background-color: #FFFFFF;
	bottom: 0vh;
	width: 50%;
	left: 25%;
	margin: 0px 0px 0px 0px;
	display: none;
	text-align: center;
	padding: 10px;
}



#insert_name .name {
	font-family: 'Slabo 27px', serif;
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}


#insert_name .nameinput {
	width: 90%;
	font-family: 'Courier New', monospace;
	margin-bottom: 10px;
	background-color: #EFEFEF;
	border-radius: 5px;
	border: 0px;
}

#confirmation_button {
	position: absolute;
	min-height: 0px;
	height: 90px;
	background-color: #a9be4a;
	bottom: 15vh;
	width: 90px;
	right: 10%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 10px;	
	border-radius: 60px;
	border: 0px;
	display: none;
	color: #d5d396;
	background-image: url("check.png");
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-position: left top;
	/*opacity: 0.0;
    filter: alpha(opacity=0);*/
}

#confirmation_button:focus, #cancelation_button:focus, #help_button:focus {
	border: 0px;
	outline: 0;
}

#cancelation_button {
	position: absolute;
	min-height: 0px;
	height: 90px;
	background-color: #b33434;
	bottom: 15vh;
	width: 90px;
	left: 10%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 10px;	
	border-radius: 60px;
	border: 0px;
	display: none;
	color: #d5d396;
	background-image: url("cross.png");
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-position: left top;
	/*opacity: 0.0;
    filter: alpha(opacity=0);*/
}

#help_button {
	position: absolute;
	min-height: 0px;
	height: 90px;
	background-color: #3479b3;
	top: 3vh;
	width: 90px;
	right: 3%;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 10px;	
	border-radius: 60px;
	border: 0px;
	display: auto;
	color: #d5d396;
	background-image: url("help.png");
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-position: left top;
	/*opacity: 0.0;
    filter: alpha(opacity=0);*/
}



#usermenureduced {
	display: none;
	position: absolute;
	bottom: 6%;
	width: 18%;
	left: 41%;
	background-color: #414141;
	padding: 10px;
	color: #FFFFFF;
	opacity: 0.5;
    filter: alpha(opacity=50);
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 30px;
    line-height: 15px;
}

#usermenufull{
	display: none;
	position: absolute;
	bottom: 6%;
	width: 18%;
	left: 41%;
	background-color: #202020;
	padding: 10px;
	color: #666666;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
}

#usermenufull li {
	list-style-type: none;
	padding: 5px 10px 5px 10px;
	border-top: 1px #666666 dotted;
}

#menu_name {
	padding: 5px;
	font-weight: bold;
	font-family: 'Inconsolata', monospace;
	font-size: 1.2em;
	color: #FFFFFF;
	letter-spacing: 1px;
	height: 30px;
	display: inline-block;
}

#exit_menu {
	padding: 5px 5px 5px 5px;
	background-color: red;
	float: right;
	color: #FFFFFF;
	display: inline-block;
}


#result {
	font-weight: bold;
	font-family: 'Inconsolata', monospace;
	font-size: 1.2em;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px
	width: 100%;
	display: block;
}

#reducedmenuicon {
	text-align: center;
	width: 100%;
	display: block;
}


.menubutton {
	height: 50px;
	background-color: #5f5f5f;
	width: 50px;
	text-align: center;
	border-radius: 60px;
	border: 0px;
	display: auto;
	background-image: url("squares.png");
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: left top;
}





/* keyboard styles */

/****************************************************************
(C) 2008 Kishore Nallan for DesignShack
http://www.kishorelive.com
kishore.nc@gmail.com
*****************************************************************/

#keyboard { 
	display: auto; 
	border: none; 
}

/* default width*/
#keyboard input {
	height: 1.7em;
	width: 1.7em;
	border: none;
	font-size: 0.7em;
	border-radius: 2px;
}

#spacebar input { 
	width: 50%; 
	margin: 0 auto; 
	
}
#row0, #row1, #row2, #row3, #row0_shift, #row1_shift, #row2_shift, #row3_shift {
	margin-bottom: 2px;
}

/* individual row adjustments */
#row1 input, #row1_shift input {
	padding: 0px 12px 0px 12px;

}

#shift, #shifton { 
	width: 70px; 
	text-align: left; 
}

#row0_shift, #row1_shift, #row2_shift, #row3_shift {
	display: none;
}

#row0 input, #row0_shift input {
	padding-left: 0px; 
}

#row1 input, #row1_shift input { 
	width: 2.2em; 
}

#row2 input, #row2_shift input { 
	width: 2.3em;
}

#row3 input, #row3_shift input { 
	width: 2.5em; 
}

#shifton { 
	border-left: 3px solid #000; 
	border-top: 3px solid #000; 
}

#row2, #row2_shift {
	padding-left: 8px;
}

#row3, #row3_shift {
	margin-left: -20px;
}

input {
	padding: 3px 5px 3px 5px;
}

.backspace {
	width: 3em !important;
}

.shift {
	width: 2.5em !important;
}
