@import url("fonts.css"); 
body,html,.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
	font-family: "Masterpiece Uni Sans", Myanmar3;
}

.qwerty, .qwertymulti{
            font-family:"Masterpiece Uni Sans", Myanmar3;
        }

.ui-widget-content{
	background: #FDFDFC;
	color: #000;
}

.ui-widget-content input[type=text] {
	background: #fff;
}

.ui-keyboard .ui-corner-all, .ui-keyboard .ui-corner-bottom, .ui-keyboard .ui-corner-right, .ui-keyboard .ui-corner-br,
.ui-keyboard .ui-corner-all, .ui-keyboard .ui-corner-bottom, .ui-keyboard .ui-corner-left, .ui-keyboard .ui-corner-bl,
.ui-keyboard .ui-corner-all, .ui-keyboard .ui-corner-top, .ui-keyboard .ui-corner-right, .ui-keyboard .ui-corner-tr ,
.ui-keyboard .ui-corner-all, .ui-keyboard .ui-corner-top, .ui-keyboard .ui-corner-left, .ui-keyboard .ui-corner-tl{
	border-radius: 2px;
}
.ui-keyboard{
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.ui-widget-content, .ui-keyboard{	
	/*border: 1px solid rgba(0, 0, 0, 0.3);*/
}

.ui-keyboard-keyset .ui-state-default
{
	background-color: #F5F5F5 !important;

	background-color: #F5F5F5;
	*background-color: #F1F1F1;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F1F1F1));
	background-image: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
	background-image: -o-linear-gradient(top, #F5F5F5, #F1F1F1);
	background-image: linear-gradient(to bottom, #F5F5F5, #F1F1F1);
	background-image: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
	background-repeat: repeat-x;

	text-shadow: none;


    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #444444;
    height: 29px;
    margin: 2px;
    max-height: 50px;
   /* max-width: 500px;*/
    min-height: 0;
    min-width: 29px !important;
    padding: -1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 29px;
}

.ui-keyboard-keyset .ui-keyboard-button span{
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
	font-size: 13px;
}
.ui-keyboard-space {
    width: 15em !important;
}
.ui-keyboard-4138 {
	width: 60px !important;
}
.ui-keyboard-4159 {
	width: 50px !important;
}
.ui-keyboard-keyset{
	margin-bottom: 5px;
}
.ui-keyboard-preview-wrapper{
	margin-top: 5px;	
}
.ui-keyboard-preview-wrapper input, .ui-keyboard-preview-wrapper textarea{
	width: 95% !important;
	margin: 5px 10px 5px 7px;
}


.keywrapper input, .keywrapper textarea{	
	/*max-width: 470px;*/
	/*border: none;*/
	float: left;
	color: #333;
	font-size: 13px;
	margin-right: 5px;
	border-top: 1px solid #D9BAAB !important;
	/* margin-bottom: 10px; */
	/*box-shadow: none;*/
	/*padding: 2px;*/
}
.keywrapper textarea{
	width: 260px !important;
}

.keywrapper{
	
	/*border: 1px solid #ddd; width: 500px; margin: 20px 0 0;
	padding: 2px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	
	height: auto;
	overflow: hidden;
	position: relative;
}
.key span.error{
	margin-left: 270px;
}
.keyboardbtn{
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	width: 19px;
}
.ui-corner-all{
	border-radius: 3px;
}


/* keyboard - jQuery UI Widget */
.ui-keyboard { padding: .3em; position: absolute; left: 0; top: 0; z-index: 16000; }
.ui-keyboard-has-focus { z-index: 16001; }
.ui-keyboard div { font-size: 1.1em; }
.ui-keyboard-button { height: 2em; width: 2em; min-width: 1em; margin: .1em; cursor: pointer; overflow: hidden; line-height: 2em; -moz-user-focus: ignore; }
.ui-keyboard-button span { padding: 0; margin: 0; white-space:nowrap; display: inline-block; }
.ui-keyboard-button-endrow { clear: left; }
.ui-keyboard-keyset .ui-keyboard-widekey { min-width: 4em; width: auto; }
.ui-keyboard-space { width: 15em; }
.ui-keyboard-space span, .ui-keyboard-empty span { font: 0/0 a; text-shadow: none; color: transparent; } /* see http://nicolasgallagher.com/another-css-image-replacement-technique/ */
.ui-keyboard-preview-wrapper { text-align: center; }
.ui-keyboard-preview { text-align: left; margin: 0 0 3px 0; display: inline; width: 99%;} /* width is calculated in IE, since 99% = 99% full browser width =( */ 
.ui-keyboard-keyset { text-align: center; white-space: nowrap; }
.ui-keyboard-input { text-align: left; }
.ui-keyboard-input-current { -moz-box-shadow: 1px 1px 10px #00f; -webkit-box-shadow: 1px 1px 10px #00f; box-shadow: 1px 1px 10px #00f; }
.ui-keyboard-placeholder { color: #888; }
.ui-keyboard-nokeyboard { color: #888; border-color: #888; } /* disabled or readonly inputs, or use input[disabled='disabled'] { color: #f00; } */
.ui-keyboard-button.disabled { opacity: 0.5; filter: alpha(opacity=50); } /* used by the acceptValid option to make the accept button appear faded */
.ui-keyboard-spacer { display: inline-block; width: 1px; height: 0; }

/* combo key styling - toggles diacritics on/off */
.ui-keyboard-button.ui-keyboard-combo.ui-state-default { border-color: #ffaf0f; }

/* (in)valid inputs */
button.ui-keyboard-accept.ui-keyboard-valid-input { border-color: #0c0; background: #080; color: #fff; }
button.ui-keyboard-accept.ui-keyboard-valid-input:hover { background: #0a0; }
button.ui-keyboard-accept.ui-keyboard-invalid-input { border-color: #c00; background: #800; color: #fff; }
button.ui-keyboard-accept.ui-keyboard-invalid-input:hover { background: #a00; }

/*** jQuery Mobile definitions ***/
/* jQuery Mobile styles - need wider buttons because of font size and text-overflow:ellipsis */
.ui-bar .ui-keyboard-button { width: 3em; display: inline-block; }
.ui-bar .ui-keyboard-widekey { width: 5.5em; }
.ui-bar .ui-keyboard-space { width: 15em; }
.ui-bar .ui-keyboard-space span { visibility: hidden; } /* hides the ellipsis */
.ui-bar .ui-keyboard-keyset { line-height: 0.5em; }
.ui-bar input.ui-input-text, .ui-bar textarea.ui-input-text { width: 95%; }

/* over-ride padding set by mobile ui theme - needed because the mobile script wraps button text with several more spans */
.ui-bar .ui-btn-inner { height: 2em; padding: 0.2em 0; margin: 0; }
.ui-bar .ui-btn { margin: 0; font-size: 13px; } /* mobile default size is 13px */

/* Media Queries (optimized for jQuery UI themes; may be slightly off in jQuery Mobile themes) */
/* 240 x 320 (small phone)  */
@media all and (max-width: 319px) {
	.ui-keyboard div { font-size: 9px; }
	.ui-keyboard .ui-keyboard-input { font-size: 12px; }
	/* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
	.ui-bar .ui-btn { margin: 0; font-size: 9px; }
	.ui-bar .ui-keyboard-button { width: 1.8em; height: 2.5em; }
	.ui-bar .ui-keyboard-widekey { width: 4em; }
	.ui-bar .ui-keyboard-space { width: 8em; }
	.ui-bar .ui-btn-inner { height: 2.5em; padding: 0.3em 0; }
}

/* 320 x 480 (iPhone)  */
@media all and (min-width: 320px) and (max-width: 479px) {
	.ui-keyboard div { font-size: 9px; }
	.ui-keyboard .ui-keyboard-input { font-size: 14px; }
	/* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
	.ui-bar .ui-btn { margin: 0; font-size: 11px; }
	.ui-bar .ui-keyboard-button { width: 1.8em; height: 3em; }
	.ui-bar .ui-keyboard-widekey { width: 4.5em; }
	.ui-bar .ui-keyboard-space { width: 10em; }
	.ui-bar .ui-btn-inner { height: 3em; padding: 0.7em 0; }
}

/* 480 x 640 (small tablet) */
@media all and (min-width: 480px) and (max-width: 767px) {
	.ui-keyboard div { font-size: 13px; }
	.ui-keyboard .ui-keyboard-input { font-size: 14px; }
	.ui-bar .ui-btn { margin: 0; font-size: 10px; }
	.ui-bar .ui-keyboard-button { height: 2.5em; }
	.ui-bar .ui-btn-inner { height: 2.5em; padding: 0.5em 0; }
}