/**
 * Additional styles correct images location and change to flat style
 *
 * @author     Web Semantics, Inc. Dev Team <info@websemantics.ca>
 * @copyright  2011-2015 Web Semantics, Inc.
 * @link       http://websemantics.ca
 * @license    https://opensource.org/licenses/MIT
 */

 

.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  /* padding: 7px 0 0 8px; */
  /* padding: .6em .6em; */
  /* padding-bottom: 6.5px; */
  /* padding-top: 8.5px; */
  padding-left: 10.5px;
  padding-right: 7.8px;

  min-height: 32px;
	border: 1px solid #8c8c8c;
	border-radius: 0px;
	/* background: none; */
	width:100%;
	box-shadow: none;
  margin-bottom: 0px!important;
  background: url(/simg/arrowdown_select.png) right center no-repeat #fff !important;
  background-size: 30px 30px !important;
  font-size: 13px;
  margin: 5px 0px 5px 0px !important;
  line-height: 1.3rem !important;
  box-shadow: inset 0 1px 3px #ddd;
}
/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
  .chosen-container-single .chosen-single {
    /* padding-left: 7.8px; */
  }
}

/* Image for Single mode */
.chose-image-small {
	width: 28px;
	max-height: 28px;
	vertical-align: middle;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 1px;
}

/* .chose-image-list {
	width: 28px;
  height: 28px;
  min-height: 28px;
	vertical-align: middle;
	margin: -3px 5px 0 0;
} */

.chosen-container-single .chosen-default {
  color: rgb(51, 51, 51);
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  height: 32px;
}


.chosen-container-multi .chosen-choices{
	padding: 5px 8px;
}

.chosen-container {
  width:100%!important;
}

.chosen-container-active .chosen-single {
  border: 1px solid #8c8c8c;
  box-shadow: none;
}

.chosen-container-single .chosen-search input[type="text"] {
  border: 1px solid #acb4b9;
}

.chosen-container-active.chosen-container-multi.chosen-with-drop .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #8c8c8c;
  border-bottom-color: white;
  background-image: none;
  box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid #8c8c8c;
		background: none;
	}

.chosen-container-multi .chosen-drop {
	margin-top: -4px;
}

.chosen-container-single .chosen-drop {
	margin-top: -2px;
}

.chosen-container .chosen-drop {
  border: 1px solid #8c8c8c;
  border-top: 0;
  box-shadow: none;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: none;
  background-color: #acb4b9;
  color: #fff;
}

.chosen-container-single .chosen-single div {
    padding: 7px 3px 0px 0px;
    width: 16px;
}

.chosen-container-single .chosen-single abbr {
  background: url('chosen/chosen-sprite.png') -42px 1px no-repeat;
}

.chosen-container-single .chosen-single div b {
  background: url('chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search input[type="text"] {
  background: white url('chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen/chosen-sprite.png') no-repeat 100% -20px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url('chosen/chosen-sprite.png') -42px 1px no-repeat;
}
.chosen-rtl .chosen-search input[type="text"] {
  background: white url('chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen/chosen-sprite.png') no-repeat -30px -20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen/chosen-sprite@2x.png') !important;
  }
}
