﻿.pnlKeyboardBase {
	position: absolute;
	background-image: url(../Images/Keyboard/KeyboardBG.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-width: 1045px;
	max-height: 420px;
	min-width: 880px;
	height: 45vh;
	width: 54.53vw;
	bottom: -15vh;
	left: -1164px;
	z-index: 106;
}

.tblKeyboardMain {
	background:100%;
	border: 0px solid white;
	position: relative;
	max-width: 1024px;
	max-height: 420px;
	min-width: 860px;
	width: 50vw;
	top: 1vh;
	left: .2vw;
}

.tdTextCell
{
	background-repeat:no-repeat;
}

.txtKeyboardTextbox {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 7vh;
	width: 34vw;
	max-height: 80px;
	max-width: 648px;
	background-color: transparent;
	border: 0px solid black;
	padding-left: .5vw;
	padding-top: 1.2vh;
	font-size: 56px;
	color: #000066;
	font-weight: bold;
}

.ibtnKeyboardBackspace
{
	position: relative;
	top: 0px;
    right: 1vw;
	max-height:70px;
	max-width:70px;
	width:5vw;
	height:8vh;
}

.imgSearchHide
{
	position:absolute;
	height:5vh;
	width:10vw;
	max-height:200px;
	max-width:200px;
	bottom: 20vh;
	left: -10px;
	z-index:10;
}

.imgHideButtonOverlay {
	display: none;
	height: 3.2vh;
	width: 6.5vw;
	max-height: 30px;
	max-width: 130px;
	position: absolute;
	bottom: 21vh;
	left: .5vw;
	z-index: 100;
}

.tdDividerColDef
{
	width:.2vw;	/*if this changes will also need to change the table's left*/
	visibility:hidden
}

.tdKeyColDef	/*This is the header row that sets the width of the columns*/
{
	max-width:38px;
	width:2vw;
	visibility:hidden;
}


.tdKey /*This is the header row that sets the width of the columns*/ {
	max-height: 2px;
	max-width: 73px;
	min-height: 60px;
	min-width: 50px;
	height: 7vh;
	width: 8vw;
	vertical-align: middle;
	text-align: center;
	font-size: 36px;
	color: #000066;
	font-weight: bold;
	font-family: Arial;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


@media screen and (min-height: 640px) and (orientation: portrait) {

}

@media (orientation: portrait) {
	.tdKey /*This is the header row that sets the width of the columns*/ {
		height: 4vh;
	}
	.pnlKeyboardBase
	{
		bottom: -2vh;
	}
	.txtKeyboardTextbox
	{
		top: -1vh;
	}
}


.tdKeyClear {
	max-height:10px;
	max-width:20px;
	width:1.55vw;
	font-size:24px;
	text-align:center;
	background-image: url(../Images/Keyboard/btnKey_Medium.png);
	background-size:contain;
}