.next-search .search-custom {
  padding: 0 8px;
  float: left;
}

.next-search .search-custom input {
  border: 0;
  outline: 0;
  width: 100%;
}

.next-search.medium {
  height: 40px;
}

.next-search.medium .next-select, .next-search.medium .search-custom {
  height: 38px;
  line-height: 38px;
  width: 100%;
  overflow: hidden;
}

.next-search.medium .next-select input, .next-search.medium .search-custom input {
  height: 38px;
  line-height: 38px;
}

.next-search.medium .next-btn {
  height: 40px;
  line-height: 38px;
}

.next-search.medium .next-btn .next-icon:before {
  width: 24px;
  font-size: 24px;
  line-height: inherit;
}

.next-search.medium .next-btn .next-icon:before {
  color: #FFFFFF;
}

.next-search.medium .filter {
  border-right: 1px solid #E6E7EB;
}

.next-search.large {
  height: 60px;
}

.next-search.large .next-select, .next-search.large .search-custom {
  height: 58px;
  line-height: 58px;
  width: 100%;
  overflow: hidden;
}

.next-search.large .next-select input, .next-search.large .search-custom input {
  height: 58px;
  line-height: 58px;
}

.next-search.large .next-btn {
  height: 60px;
  line-height: 58px;
}

.next-search.large .next-btn .next-icon:before {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}

.next-search.large .next-btn .next-icon:before {
  color: #FFFFFF;
}

.next-search.large .filter {
  border-right: 1px solid #E6E7EB;
}

.next-search.auto-width {
  display: inline-table;
  width: 100%;
}

.next-search.auto-width .next-search-lt {
  float: none;
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.next-search.auto-width .next-search-lt .next-search-lt-input {
  float: none !important;
  overflow: auto;
}

.next-search.auto-width .next-search-lt .next-select-inner {
  overflow: auto;
}

.next-search.auto-width .next-search-lt .search-custom {
  float: none !important;
  width: auto;
}

.next-search.auto-width .next-search-rt {
  white-space: nowrap;
}

.next-search-primary .next-search-lt {
  border: 2px solid #15AD9D;
  border-right: 0 none;
}

.next-search-primary.medium .next-select, .next-search-primary.medium .search-custom {
  height: 36px;
  line-height: 36px;
  width: 100%;
  overflow: hidden;
}

.next-search-primary.medium .next-select input, .next-search-primary.medium .search-custom input {
  height: 36px;
  line-height: 36px;
}

.next-search-primary.large .next-select, .next-search-primary.large .search-custom {
  height: 56px;
  line-height: 56px;
  width: 100%;
  overflow: hidden;
}

.next-search-primary.large .next-select input, .next-search-primary.large .search-custom input {
  height: 56px;
  line-height: 56px;
}

.next-search-normal {
  display: inline-block;
}

.next-search-normal .next-btn {
  border: 1px solid #C4C6CF;
  background-color: #F7F8FA;
  color: #666666;
}

.next-search-normal:hover .next-btn {
  border: 1px solid #15AD9D;
  border-left: 1px solid #C4C6CF;
}

.next-search-normal:hover .next-search-lt {
  border: 1px solid #15AD9D;
  border-right: 0 none;
}

.next-search-normal .next-btn .next-icon:before {
  color: #666666;
}

.next-search-normal .next-btn:hover .next-icon:before {
  color: #666666;
}

.next-search-normal.medium {
  height: 28px;
}

.next-search-normal.medium .next-select, .next-search-normal.medium .search-custom {
  height: 26px;
  line-height: 26px;
  width: 100%;
  overflow: hidden;
}

.next-search-normal.medium .next-select input, .next-search-normal.medium .search-custom input {
  height: 26px;
  line-height: 26px;
}

.next-search-normal.medium .next-btn {
  height: 28px;
  line-height: 26px;
  font-size: 16px;
}

.next-search-normal.medium .next-btn .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-normal.medium .next-btn .next-icon:before {
  color: #666666;
}

.next-search-normal.small {
  height: 20px;
}