.chosen-container * {
  box-sizing: border-box;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 49px;
  border: 1px solid #aaa;
  border-radius: 5px;
 /*background-color: #fff;*/
  /*background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;*/
 /* box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);*/
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 47px;
  color: #000;
}


.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#sidebar_left .chosen-container-single .chosen-single span{
  color: #000;
}
#sidebar_left .chosen-container-active a.chosen-single span{
  color: #000 !important;
}
#content a.chosen-single:hover
{
  text-decoration: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
 /* border: 1px solid #aaa;*/
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /*background-image: linear-gradient(#eee 20%, #fff 80%);*/
  box-shadow: 0 1px 0 #fff inset;
}

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

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}


.chose-image-small {
  width: 38px;
  max-height: 38px;
  vertical-align: middle;
  margin: -3px 6px 0 0;
}

/* Images appended to the li(s) */
.chose-image-list {
	width: 25px;
	max-height: 25px;
	vertical-align: middle;
	margin: -3px 6px 0 0;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 5px;
  right: 0;
  display: none;
  width: 16px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/gui/chosen-sprite.png") no-repeat 0px 8px;
  
}

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

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/gui/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

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

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
    border-top-color: rgb(170, 170, 170);
    border-top-style: solid;
    border-top-width: 1px;
  border-top: 0;
  background: #fff;
    background-clip: border-box;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width:100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/gui/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 0px 0 !important;
  padding: 0 0 0 4px;
  max-height: 300px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
    padding-top: 5px;
    padding-bottom: 5px;
  list-style: none;
  line-height: 37px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
   text-align: left;
    min-width: 175px !important;

    white-space: nowrap;
    border-bottom: 1px dotted #D7D7D7;

    position: relative;

}
.chosen-container .chosen-results li:last-child {
  border-bottom:none !important;
}

.chosen-container .chosen-results li.result-selected {
  display: none;
}