.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  border-top: 0;
}

.chosen-container.chosen-with-drop .chosen-drop { left: 0; border-top:1px solid #e9e9e9; }
.chosen-container a { cursor: pointer; }


/* Single Selectbox */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e5e5e5;
  background:none;
  color: #808080;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0;
  font-family: 'ArialMT';
}

.chosen-container-single .chosen-default { color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #808080;
}

.chosen-container-single .chosen-single-with-deselect span 
{ 
  margin-right: 38px; 
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  position: relative;
}

.chosen-container-single .chosen-single div b:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  margin: 0 14px 0 0;
  top: -1px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #c0c0c0;
  float: right;
  font-weight: normal;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 6px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 6px 20px 6px 6px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 9;
  background-color: #fafafa;
}

.chosen-container-single .chosen-search:before {
  content: "ï€‚";
  font-family: "FontAwesome";
  font-size: 15px;
  margin: 0 10px 0 0;
  top: 8px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-weight: normal;
  z-index: 10;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* Results */
.chosen-container .chosen-results {
  color: #808080;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 232px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 15px 20px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  border-bottom:1px solid #e9e9e9;
  font-family: 'ArialMT';
}

.chosen-container .chosen-results li:last-child
{
  border-bottom:0;
}

.chosen-container-multi .chosen-results li { padding: 10px 18px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.result-selected
{
  background-color:rgba(0,0,0,0.035);
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: rgba(0,0,0,0.035) !important;
  color: #666;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.chosen-container .chosen-results li.no-results {
  color: #808080;
  display: list-item;
  background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results { background-color: #fff; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option { padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}


/* Multi Selectbox */
.chosen-container-multi .chosen-choices {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0;
  padding: 0;
  height: 47px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #808080;
  line-height: normal;
  font-weight: 500;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 9px 5px 0 -4px;
  padding: 0 22px 0 8px;
  max-width: 100%;
  background-color: #505050;
  line-height: 27px;
  color: #fff;
  cursor: default;
  font-weight: 500;
}

.chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: -2px;
  right: 7px;
  display: block;
  font-size:13px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "ï€";
  font-family: "FontAwesome";
  font-size: 10px;
  top: 1px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #fff;
  float: right;
  font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #808080;
}

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}


/* Active */
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #e0e0e0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after { content: "ïƒ˜" }
.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #808080 !important; }

