@CHARSET "ISO-8859-1";

.turuncubaslik-bold {
	color: #333;
	font-size: 14px;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}
/******keyboard*******/
ul.keyboard {
	list-style-type: none;
	font-family: verdana;
	background-color: #fff;
	border-radius: 5px;
	padding: 0;
	width: 100%;
	height: 50%;
}

.keyboard li {
	cursor: pointer;
	display: inline;
	float: left;
	height: 18%;
	/** margin: auto; **/
	line-height: 33px;
	padding: 0;
	margin: 0.3% 0.6% 0.6% 0.2%;
	background-color: #ddd;
	color: black;
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
	font-size: 1vw;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-top: 2px !important;
	padding-bottom: 16px !important;
}

.char {
	width: 5.75%;
	-webkit-transition: background-color 100ms;
}

.tab {
	width: 20%;
}

.at {
	width: 7.2%;
}

.last {
	margin-right: 0%;
}

.backspace {
	width: 14%;
	height: 100px;
}

.capslock {
	width: 12%
}

.capslock.on {
	background-color: #CA4200;
	font-size: 12px;
}

.return {
	width: 14%;
}

.shift {
	width: 7.2%;
}

.last {
	margin-right: 0;
}

.space {
	width: 99%;
}

.keyboard .touch {
	background-color: #CA4200;
}