/* JCSbox.css - Copyright IMUK Ltd 2017 */
.JCSbox {
  position: relative;
  float: none;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  margin: 15px auto;
	overflow:hidden;
	border:1px solid #c9c8c8;
}
.JCSbox .JCSboxInput {
  width: 100%;
  height: 32px;
  padding: 0 58px 0 10px;
  border: 1px solid #fff;
  outline: none;
  font-size: 14px;
}
.JCSbox .JCSboxInput:hover,
.JCSbox .JCSboxInput:focus {
 /* -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
     -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
          box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);*/
}
.JCSbox .JCSboxLink {
  position: absolute;
  right: 0;
  bottom: 50%;
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: -18px;
  background: #8fc73e;
}
.JCSbox .JCSboxLink img {
  display: block;
  margin: 10px auto 0;
  vertical-align: middle;
}
.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: 992px) { 
.JCSbox {
	position:absolute;
	right: 0;
	top: 42px;
}
}
