.cs-inputbox {
  width: auto;
  display: inline-block;
}

.cs-searchbtn {
  width: auto;
  white-space: nowrap;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; 
}

.cs-input-wrapper {
  width: 100%; 
}

.cs-wrap-override {
	padding-right: 0px !important;
}

.cs-class-input-group {
	white-space: nowrap;
	padding-top: 25px;
}

.cs-input-lg {
	width: 90%;
}

.cs-btn-lg {
	width: 10%;
	vertical-align: middle !important;
}

.cs-search.page-item {
	padding-bottom: 0px !important;
	display: inline !important;
}

.cs-search.pagination-sm {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.cs-search.text-center {
	text-align: center;
}

.autocomplete-suggestions { 
	border: solid #999;
	border-color: #2068d3 !important;
	border-width: 0px 1px 1px 1px; 
	background: #fff; 
	overflow: auto; 
}

.autocomplete-suggestion { 
	padding: 12px 20px;
	box-sizing: border-box;	
	white-space: nowrap; 
	overflow: hidden; 
}

.autocomplete-selected { 
	background: #F0F0F0; 
}

.autocomplete-suggestions strong {
 	font-weight: normal; color: #15bfff; 
}

.autocomplete-group {
	padding: 2px 5px; 
}

.autocomplete-group strong { 
	display: block; border-bottom: 1px solid #222; 
}

@media screen and (max-width: 767px) {
	.cs-inputbox {
		display: none;
	}
}

