.jqbtk-row  {
	text-align: center;
}
.jqbtk-container .btn {
	font-size: 1.6em;
	width: 3.2em;
	height: 3em;
	text-align: center;
	margin: 2px;
	background-color: white;
	border:1px solid lightgray;
	color: #5f5f5f;
}
.jqbtk-container .jqbtk-space {
	width: 12em;
	color:gray;
}
.jqbtk-container .jqbtk-shift {
	width: 4.4em;
	color:gray;
}
.jqbtk-container .jqbtk-enter {
	width: 4em;
	color:gray;
}
.jqbtk-container .jqbtk-ok {
	width: 4em;
	background-color:green;
	color:white;
}
.jqbtk-container .jqbtk-clear {
	width: 4em;
	background-color:red;
	color:white;
}
.popover {
	top: 565px !important;
    left: 0px !important;
    right: 0px !important;
    margin-top: 0 !important;
    transform: translate3d(0px, 969px, 0px) !important;
    height: 435px !important;
    width: 100%;
    max-width: 100%;
    background-color: #e4e4e4;
}
.keyboard-container{
	overflow: hidden;
	position:relative;
}
.keyboard-container .popover{
	left:0px !important;
	bottom:100px !important;
	width:100%;
	height:100%;
	border:none;
}
.popover .arrow{
	display: none !important;
}