.prop-list-search {
margin-top: 10px;
}
.search-block {
	background: #fff;
	text-align: left;
	width: 80%;
	max-width: 960px;
	border-radius: 6px;
	padding: 10px;
	position: relative;
	border: 1px #ccdddc solid;
}
.search-input {
	padding-right: 110px;
	position: relative;
}
.search-button {
	background: #e5eeee;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	border-left: 1px #ccdddc solid;
	height: 100%;
}
.search-row {
	width: 100%;
	position: relative;
	padding: 0;
	border: 0;
	margin: 0;
}
.search-row + .search-row {
	margin-top: 15px;
}
.search-opt {
	border-bottom: 1px #b2d3d3 solid;
}
.search-opt-half {
	width: calc(50% - 15px);
	display: inline-block;
	border-bottom: 1px #b2d3d3 solid;
	position: relative;
	margin-right: 12px;
}
.search-opt-half + .search-opt-half {
	margin-right: 0;
	margin-left: 12px;
	position: absolute;
	right: 0;
}

.search-title {
	font-size: 12px;
	color: #808080;
	text-transform: uppercase;
}
.search-button > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 24px;
	color: #006C6C;
}

#search-submit,
#search-submit:link,
#search-submit:visited,
#search-submit:active, 
#search-submit:hover {
	color: #006c6c;
	text-decoration: none;
}

.search-input-amt {
	font-size: 14px;
	border: 0;
	color: #006c6c;
}
.search-input-amt::placeholder {
	color: #b2d3d3;
	font-style: italic;
}
.ts-control {
	border: 0;
	border-radius: 0;
	color: #006c6c;
}
.ts-dropdown {
	z-index: 99999;
}

