@CHARSET "UTF-8";

.change_lang {
	height: 15px; 
	line-height: 15px;
	width: 90px;
	font-size: 8px;
	padding: 0px;
	margin: 0px;
}
input[type=date],
input[type=number] {
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: none;
	border: 1px solid #d5d5d5;
	color: #707070;
	margin: 0px;
	padding: 6px
}
input[type=number] {
	width: 8em;
}
input[type=number]:active,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d5d5d5;
	outline: 0px
}
.property-filter input[type=number],
.property-filter input[type=date],
.property-filter input[type=password],
.property-filter input[type=email] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px;
	height: 40px;
}