/* JCSbox.css - Copyright IMUK Ltd 2017 */
.JCSbox {
  position: relative;
	float: none;
	width: 100%;
	max-width: 250px;
	overflow: hidden;
	border: 1px solid #c4c4c4;
	font-style:unset;
}
.JCSbox .JCSboxInput {
  width: 100%;
  height: 31px;
	padding: 0 0px 0 10px;
	border: none;
	outline: none;
	color: #a7a6a6;
	font-size: 14px;
	background-color:#fff;
}

.JCSbox .JCSboxLink {
  position: absolute;
  right: 0;
  bottom: 50%;
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: -18px;
  /*background: #f3f2f2;*/
  background-color:#fff;
}
.JCSbox .JCSboxLink img {
  display: block;
  margin: 6px auto 0;
  vertical-align: middle;
  max-width:20px;
}
.JCSbox .JCSboxClear {
  position: absolute;
  right: 36px;
  bottom: 50%;
  display: none;
  padding-right: 8px;
  margin-bottom: -13px;
  line-height: 26px;
  font-weight: 400;
  font-size: 21px;
  text-decoration: none !important;
}
.JCSbox .JCSboxACs {
  position: absolute;
  z-index: 2147483647;
  top: 35px;
  left: 15px;
  display: none;
}
.JCSbox .JCSboxAC {
  padding: 3px 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}
.JCSbox .JCSboxAC:last-child {
  border-bottom: 1px solid #ccc;
}
.JCSbox .JCSboxAC:hover {
  background: #ececec;
}

@media only screen and (min-width:1280px) {
/*.JCSbox .JCSboxInput, .JCSbox .JCSboxLink {
  background-color: #f3f2f2;
  color: #737171;
}*/
}