/* Main style sheet for jQuery Keypad v2.0.0. */
button.keypad-trigger {
	width: 25px;
	padding: 0px;
}
img.keypad-trigger {
	margin: 2px;
	vertical-align: middle;
}
.keypad-popup, .keypad-inline, .keypad-key, .keypad-special {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}
.keypad-popup {
	display: none;
	z-index: 10;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #000;
	border: 1px solid white;
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border-radius: 0px;
}

.keypad-keyentry {
	display: none;
}
.keypad-inline {
	background-color: #fff;
	border: 1px solid #888;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
.keypad-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.keypad-rtl {
	direction: rtl;
}
.keypad-prompt {
	clear: both;
	text-align: center;
}
.keypad-prompt.ui-widget-header {
	margin: 0.125em;
}
.keypad-row {
	width: 100%;
}
.keypad-space {
	display: inline-block;
	/*margin: 0.125em;*/
	/*width: 2em;*/
}
.keypad-half-space {
	display: inline-block;
	margin: 0.125em 0.0625em;
	width: 1em;
}
.keypad-key:hover, .keypad-key:focus{
	  background: #a2d6d6;
  }
.keypad-key.focusButtom{
	background: #a2d6d6;
}
.keypad-key {
	margin: 0.125em;
	padding: 0em;
	width: 33.8px;
	height: 40px;
	background: #eeeeee;
	font-family: montserratlight;
	/* -moz-border-radius: 0.25em; */
	/* -webkit-border-radius: 0.25em; */
	/* border-radius: 0.25em; */
	text-align: center;
	cursor: pointer;
	border: 1px solid #eeeeee;
	font-family: montserratregular;
}
 .keypad-special {
	margin: 0.125em;
	padding: 0em;
	width: 2em;
	background: #e4e3e3;    font-family: montserratlight;
	/*-moz-border-radius: 0.25em;*/
	/* -webkit-border-radius: 0.25em; */
	/* border-radius: 0.25em; */
	text-align: center;
	cursor: pointer;
	border:1px solid #e4e3e3;
}
.keypad-key[disabled] {
	border: 0.125em outset;
}
.keypad-key-down {
}
.keypad-special {
	width: 4.25em;
}
.keypad-spacebar {
	width: 13.25em;
}
.keypad-tab {
	width: 2em;
}
.keypad-clear, .keypad-back, .keypad-close, .keypad-shift {
	color: #fff;
}
.keypad-clear {
	background-color: #c2c2c2;
	border: 1px solid #c2c2c2;
	margin-top: 10px;
	height: 25px;
	margin-left: 1px;
	width: 121px;
}
.keypad-back {
	background-color: #c2c2c2;
	border: 1px solid #c2c2c2;
	margin-top: 10px;
	height: 25px;
	margin-left: 1px;
	width: 121px;
}
.keypad-close {
	background-color: #c2c2c2;
	border: 1px solid #c2c2c2;
	margin-top: 10px;
	height: 25px;
	margin-left: 1px;
	width: 122px;
}
.keypad-close:hover,.keypad-clear:hover,.keypad-back:hover  {
	background-color: #e9e9e9;
	border: 1px solid #e9e9e9;
	color: black;
	font-family: montserratregular;
}
.keypad-shift {
	background-color: #0aa;
}
