body {
	margin: 0;
	padding: 0;

}
.wl-keyboard-container {
    will-change: transform, opacity;
    background-color: #eee;
    background-color: rgba(56, 56, 56, 0.83);
    padding: 2% 0.5%;
    padding: 0.5% 0.5%;
    font-size: 0px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 99%;
    opacity: 0;
    background-color: rgba(247, 247, 247, 0.9);

	    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10001;
}

.wl-keyboard {
	width: 100%;
  -webkit-user-select: none; /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}
.wl-keyboard a {
    display: inline-block;
    width: 8.05%;
    padding: 0.5%;
    height: 10vh;
    line-height: 10vh;
    height: 8.7vh;
	height: 10vh;
	height: 7.5vh;
    line-height: 10vh;
		line-height: normal;
    /* transition: 0.05s ease; */

	/*transition: 0.05s ease;*/
  -webkit-user-select: none; /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */

}


.on {
	display: none;
}
.uppercase {
	text-transform: uppercase;
}

.wl-keyboard .space {
	width: 60%;
	width: 46%;
width: 61%;
}
.wl-keyboard-numbers-container .space {
    width: 71.5%;
}

#write {
    width: 97%;
    padding: 1%;
    min-height: 50px;
    background-color: #fff;
    color: #464646;
    font-size: 20px;
    text-align: left;
    margin: 0 auto;
	display: none;
}


.wl-keyboard a, .wl-keyboard a .off, .wl-keyboard a .on {
    color: #505050;
	    color: #ffffff;
  -webkit-user-select: none; /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}
a.symbol:link, a.symbol:visited {
    color: #505050 !important;
}
.inner_key {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    background-color: #464646;
    border-radius: 6px;
	    border-radius: 7px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19);
    /* box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.19); */
    /* transition: 0.05s ease; */

	/*transition: 0.05s ease;*/
	-webkit-user-select: none; /* disable selection/Copy of UIWebView */
	-webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}
.wl-keyboard .delete {
    width: 8%;
}
.wl-keyboard .tab {
    width: 8%;
}
.wl-keyboard .capslock {
	width: 9.5%;
}
.wl-keyboard .return {
	width: 11.5%;
}
.wl-keyboard .left-shift {
	width: 6%;
	    width: 8.05%;
}
.wl-keyboard .right-shift {
	width: 15.5%;
    width: 9.5%;
    width: 8.05%;
}

.wl-keyboard .delete .inner_key {
    background-color: #9DB2BB;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}
.wl-keyboard .tab .inner_key {
    background-color: #9DB2BB;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}
.wl-keyboard .capslock .inner_key {
    background-color: #9DB2BB;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}
.wl-keyboard .return .inner_key {
    background-color: #9DB2BB;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}
.wl-keyboard .left-shift .inner_key {
    background-color: #9DB2BB;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}
.wl-keyboard .wl_special_characters .inner_key {
    background-color: #9DB2BB;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}
.wl-keyboard .right-shift .inner_key {
    background-color: #9DB2BB;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}


.inner_key table, .inner_key tr, .inner_key td, .inner_key span {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	font-size: 20px;
	color: #505050 !important;
    color: #ffffff !important;
  -webkit-user-select: none; /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}
.wl_keyboard_active input.show_keyboard {
	width: 90%;
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
    margin: 7px 0px 7px 0px;
}
.wl_keyboard_active input.show_keyboard_sm {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
    margin: 7px 0px 7px 0px;
	padding: 10px 0px;
	text-indent: 10px;
}
.show_keyboard_bt {
	display: none;
	/*max-width: 4%;*/
	width: 50px;
	width:5%;
	/*height: 50px;*/
	/*line-height: 50px;*/
	border-radius: 20px;
	background-color: red;
	text-align: center;
	vertical-align: top;
	vertical-align: middle;
    background-color: rgb(96, 162, 221);
    min-width: 50px;
    margin-left: 1%;
}
.wl_keyboard_active .show_keyboard_bt {
	display: inline-block;
}
.show_keyboard_bt_active {
    background-color: #004888;
}
.show_keyboard_bt_sm {
	width: 25%;
    margin-left: 2%;
}
.show_keyboard_bt .fa {
	font-size: 30px;
	color: rgb(0, 95, 179);
	color: #fff;
    padding: 8%;
}
/*
.autocomplete-suggestions {
	max-height: 25% !important;
}
*/
/*
input.keyboard_active {
box-shadow: 0px 0px 5px red;
-webkit-appearance: none;
}
*/
.wl_keyboard_active input.keyboard_active, .wl_keyboard_active textarea.keyboard_active {
    /* background-color: red; */
    box-shadow: inset 0px 0px 6px #003D73;
    box-shadow: 0px 0px 3px #004F94;
	box-shadow: 0px 0px 5px #004F94;
    -webkit-appearance: none;
    /* border: 1px solid rgb(255, 0, 0); */
   /* border: 1px solid #004F94;*/
}
.red_line {
	border: 2px solid red;
}
.wl-keyboard .tapt, .wl-keyboard .tapt_and_dragged {
	color: #fff !important;
    background: rgb(156, 168, 179) !important;
}

.delete .tapt, .tab .tapt, .delete .capslock, .delete .return, .delete .left-shift, .delete .right-shift {
	background-color: #fff !important;
	color: #505050 !important;
}
.wl-keyboard a .activated {
    background-color: #1BA0FF !important;
    color: #fff !important;
}
.wl-keyboard a .activated td {
    color: #fff !important;
}
.hide-keyboard .inner_key {
	background-color: #1BA0FF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}
.hide-keyboard td {
	color: #fff !important;
    font-weight: bold;
}
/*Dark Theme*/
.wl-keyboard-container {
    background-color: rgba(39, 39, 39, 0.9);
	background-color: rgba(0, 0, 0, 0.87);
}
.inner_key {
    background-color: rgb(101, 101, 101);
	    background-color: rgb(134, 134, 134);
		    background-color: rgb(119, 119, 119);
}
.wl-keyboard .delete .inner_key, .wl-keyboard .tab .inner_key, .wl-keyboard .capslock .inner_key, .wl-keyboard .return .inner_key, .wl-keyboard .left-shift .inner_key, .wl-keyboard .wl_special_characters .inner_key, .wl-keyboard .right-shift .inner_key {
    background-color: #9DB2BB;
	background-color: #4a4a4a;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}
.wl-keyboard .tapt, .wl-keyboard .tapt_and_dragged {

    background: rgb(255, 255, 255) !important;
}
.wl-keyboard .tapt td {
	color: #000 !important;
}
/*einde Dark theme*/
/*light Theme*/
/*
.wl-keyboard-container {
	background-color: rgba(255, 255, 255, 0.87);
}
.inner_key {
    background-color: rgb(78, 78, 78);
}
.wl-keyboard .delete .inner_key, .wl-keyboard .tab .inner_key, .wl-keyboard .capslock .inner_key, .wl-keyboard .return .inner_key, .wl-keyboard .left-shift .inner_key, .wl-keyboard .wl_special_characters .inner_key, .wl-keyboard .right-shift .inner_key {
    background-color: #a1a4a7;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.40);
}
.wl-keyboard .tapt, .wl-keyboard .tapt_and_dragged {

    background: rgb(255, 255, 255) !important;
}
.wl-keyboard .tapt td {
	color: #000 !important;
}
*/
/*einde light theme*/



@media (max-width: 900px){
	.wl_keyboard_active input.show_keyboard {
		width: 85%;
	}

.wl-keyboard a {
	height: 8vh;
    line-height: 8vh;
	line-height: normal;
}

}
@media (max-width: 800px){
	.wl_keyboard_active input.show_keyboard {
		width: 80%;
	}
	.wl-keyboard a {
		height: 6vh;
		line-height: 6vh;
		line-height: normal;
	}
	.wl-keyboard .delete .inner_key td, .wl-keyboard .tab .inner_key td, .wl-keyboard .capslock .inner_key td, .wl-keyboard .return .inner_key td, .wl-keyboard .left-shift .inner_key td, .wl-keyboard .wl_special_characters .inner_key td, .wl-keyboard .right-shift .inner_key td, .wl-keyboard .hide-keyboard .inner_key td {
		font-size: 12px;
	}

}


@media screen and (max-width: 700px) {
	/*
	input.show_keyboard {
		width: 83%;
	}
	*/
	.show_keyboard_bt {
		width: 13%;
	}
}
@media screen and (max-height: 670px) {
	.wl-keyboard a {
		height: 9vh;
		height: 13vh;
		line-height: 9vh;

		line-height: normal;
	}
	.wl-keyboard .delete .inner_key td, .wl-keyboard .tab .inner_key td, .wl-keyboard .capslock .inner_key td, .wl-keyboard .return .inner_key td, .wl-keyboard .left-shift .inner_key td, .wl-keyboard .wl_special_characters .inner_key td, .wl-keyboard .right-shift .inner_key td, .wl-keyboard .hide-keyboard .inner_key td {
		font-size: 9px;
	}
}
@media screen and (max-width: 540px) {
	.wl-keyboard a {
		height: 9vh;
		line-height: 10vh;
		line-height: normal;
	}
	.wl-keyboard .delete .inner_key td, .wl-keyboard .tab .inner_key td, .wl-keyboard .capslock .inner_key td, .wl-keyboard .return .inner_key td, .wl-keyboard .left-shift .inner_key td, .wl-keyboard .wl_special_characters .inner_key td, .wl-keyboard .right-shift .inner_key td, .wl-keyboard .hide-keyboard .inner_key td {
		font-size: 9px;
	}
}
@media screen and (max-height: 540px) {
	.wl_keyboard_active input.show_keyboard {
		width: 75%;
	}


}



@media screen and (max-width: 350px) {
	.wl_keyboard_active input.show_keyboard {
		width: 80%;
	}
	.show_keyboard_bt {
		width: 13%;
	}
}
