/* Searchbar*/

#searchForm {
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#searchForm-small {
  position: relative;
  float: left;
  width: 555px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
fieldset {
  position: relative;
  border: none;
}
#searchbar {
  position: relative;
  padding: 0 0 0 10px;
  width: 100%;
  height: 36px;
  outline: 0 none;
  border-color: transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: none;
  color: #717073;
  cursor: text;
}
#searchbar-v2 {
  position: relative;
  z-index: 0;
  padding: 0 10px 0 10px;
  width: 1093px;
  height: 35px;
  border: none;
  background-color: #fff;
  color: #717073;
  cursor: text;
}
#searchbar-v2:focus {
  outline: #4D90FE solid 2px !important;
  box-shadow:0 0 5px #4D90FE !important;
}
.btn-search {
  position: absolute;
  display: inline-block;
  height: 38px;
  border-radius: 0 2px 2px 0;
  background-color: #0078C9;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-search:hover {
  background-color: #77B800;
  color: #ffffff;
}
.btn-search-v2 {
  position: absolute;
  z-index: 0;
  width: 55px;
  height: 37px;
  border-radius: 0 2px 2px 0;
  background-color: #0078C9;
  background-image: url(../images/search.png);
  background-position: 18px 10px;
  background-repeat: no-repeat;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-search-v2:hover {
  background-color: #77B800;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
}
.btn-search-v3 {
  position: absolute;
  z-index: 0;
  width: 55px;
  height: 30px;
  border-radius: 0 2px 2px 0;
  background-color: #0078C9;
  background-image: url(../images/search.png);
  background-position: 19px 5px;
  background-repeat: no-repeat;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-search-v3:hover {
  background-color: #77B800;
  background-repeat: no-repeat;
}
.largesearchbarwrapper {
  display: inline-block;
  border: 1px solid #b9b9b9;
  border-radius: 2px 0 0 2px;
  background-color: #fff;
}
.largesearchbarwrapper:focus,
.largesearchbarwrapper:active {
  outline: 0 none;
  border-color: rgb(0, 120, 201);
  border-color: rgba(0, 120, 201, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 120, 201, 0.6);
}
.searchCol {
/*  width: 100%;*/
}
.custompadding {
  padding: 0 10px !important;
}
.searchbar-fixed {
}
.search-btn-large{
  display: block;
  position: relative;
  top: -1px;
  left: 1px;
}
.search-btn-keyword,
.search-btn-proximity{
  display: block;
  position: relative;
  top: -1px;
  left: 1px;
}

.btn-search-loading {
  background-image: url(../images/Preloader-bluebg-white.gif);
  background-position: 30px 9px;
  background-repeat: no-repeat;
}

.btn-use-location img {
  height: 15px;
}

.btn-use-location span {
  text-decoration: underline;
  color: rgba(0, 120, 201, 0.8);
  cursor: pointer;
}