/*
Author: David Qin
E-mail: david@hereapp.cn
Date: 2014-11-05
*/

.searchable-select-hide {
  display: none;
}

.searchable-select {
	
	/* background: #fff url(jiantou4_gxyg_znd_202010201.png) 98% 20px no-repeat; */ 
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  /* vertical-align: middle; */
  position: relative;
  outline: none;
}

.searchable-select-holder{
color: #999;
  padding-left: 1%;
  background: #fff url(jiantou4_jycy_znd_20201127.png) 99% 20px no-repeat;
  /* background-image: none; */
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
 
}

.searchable-select-caret {
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
 /* border-color: black transparent transparent transparent; */
  /* top: 0;
  bottom: 0;
  border-style: solid; */
 /* border-width: 5px;
  margin: auto;
  right: 10px; */
}

.searchable-select-dropdown {

  z-index: 999;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 4px;
  border-top: none;
  top: 32px;
  left: 0;
  right: 0;
}

.searchable-select-input {
  margin-top: 5px;
  border: 1px solid #ccc;
  outline: none;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
}

.searchable-scroll {
	max-height: 280px;
	overflow-y: auto;
  margin-top: 4px;
  position: relative;
}

.searchable-scroll.has-privious {
  padding-top: 16px;
}

.searchable-scroll.has-next {
	
  padding-bottom: 16px;
}

.searchable-has-privious {
  top: 0;
}

.searchable-has-next {
  bottom: 0;
}

.searchable-has-privious, .searchable-has-next {
  height: 16px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  z-index: 10;
  background-color: white;
  line-height: 8px;
  cursor: pointer;
}

.searchable-select-items {
  

  position: relative;
}

.searchable-select-items::-webkit-scrollbar {
  display: none;
}

.searchable-select-item {
  padding:0 3px;
  font-size: 14px;
  cursor: pointer;
  height: 23px;
  line-height: 23px;
  box-sizing: border-box;
 
}

.searchable-select-item.hover {

 background: #1e90ff;
  color: white;
}

.searchable-select-item.selected {
  background: #1e90ff;
  color: white;
}

@media screen and (max-width: 768px){

.searchable-select-holder{box-sizing: border-box; height: 45px; line-height: 45px;background-position: 96%;}	
	
}

@media screen and (max-width: 760px){
.searchable-select-holder{background-position: 98%;    padding-left: 2%;}	
}

@media screen and (max-width: 414px){
.searchable-select-holder{background-position: 98%;    padding-left: 2%;}	
}