/*
 * Apollo Search Form v4.4
 */

.accommodation-search-title {
  position: relative;
  padding: 14px 20px 14px 50px;
  font-size: 17px;
  color: #fff;
  background-color: #46c688;
  cursor: pointer;
  text-align: left;
}

.search-button-box {
  padding: 20px 0px 20px 0px;
}

.search-button {
  float: left;
  width: 200px;
  height: 40px;
  border: none;
  overflow: hidden;
  background: #46c688;
  margin-left: -1px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  padding: 0 0 0 10px;
}

.search-button-img {
  float: left;
  width: 40px;
  height: 40px;
  border: none;
  overflow: hidden;
  background: #46c688 url(/Plugins/SSI.Apollo.Appointments/Content/Icons/icon-search.png) center no-repeat;
  margin-left: -1px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

select {
  width: auto;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
  background: white;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}