.input-group *,
.input-group {
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e2e2e2;
}

.input-group-addon {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 0 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #e2e2e2;
	/*border: 1px solid #e2e2e2;*/
	border-left: 0;
}

.input-group img {
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.input-group .form-control, .input-group-addon {
	display: table-cell;
}

#search-city-form-submit {
	cursor: pointer;
}
