/* @group Base */
select.chzn-select {
  visibility: hidden !important;
  height: 28px !important;
  min-height: 28px !important;
}
.chzn-container {
  font-size: 13px !important;
  position: relative !important;
  display: inline-block !important;
  zoom: 1 !important;
  *display: inline !important;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15) !important;
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15) !important;
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15) !important;
  box-shadow        : 0 4px 5px rgba(0,0,0,.15) !important;
  z-index: 999 !important;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff !important;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white)) !important;
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%) !important;
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%) !important;
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%) !important;
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ) !important;
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%) !important;

  -moz-background-clip   : padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip        : padding-box !important;
  border: 1px solid #999999 !important;
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  position: relative !important;
  height: 26px !important;
  line-height: 26px !important;
  padding: 0 0 0 8px !important;
  color: #444 !important;
  text-decoration: none !important;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px !important;
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  -o-text-overflow: ellipsis !important;
  -ms-text-overflow: ellipsis !important;
  -moz-binding: url('/xml/ellipsis.xml#ellipsis') !important;
  text-overflow: ellipsis !important;
}
.chzn-container-single .chzn-single div {
  background-position: 0% 0%;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius   : 0 4px 4px 0 !important;
    border-radius        : 0 4px 4px 0 !important;
    -moz-background-clip   : padding !important;
    -webkit-background-clip: padding-box !important;
    background-clip        : padding-box !important;
  background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%) !important !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ) !important;
    background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%) !important;
    border-left: 1px solid #aaa !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    display: block !important;
    background-color: #ccc !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 1px !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -20px !important;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)) !important;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%) !important;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%) !important;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%) !important;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%) !important;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%) !important;
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%) !important;
  margin: 1px 0 !important;
  padding: 4px 20px 4px 5px !important;
  outline: 0 !important;
  border: 1px solid #aaa !important;
  font-family: sans-serif !important;
  font-size: 1em !important;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff !important;

  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%) !important;
  border: 1px solid #aaa !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: text !important;
  overflow: hidden !important;
  height: auto !important;
  min-height:58px !important;
  position: relative !important;
}
.chzn-container-multi .chzn-choices li {
  float: left !important;
  list-style: none !important;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap !important;
  margin: 0 !important;
  padding:  !i !important;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0px !important;
  margin: 1px 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow   : none !important;
  -o-box-shadow     : none !important;
  box-shadow        : none !important;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999 !important;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px !important;
  -moz-border-radius   : 3px !important;
  border-radius        : 3px !important;
  -moz-background-clip   : padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip        : padding-box !important;
  background-color: #e4e4e4 !important;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee)) !important;
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%) !important;
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%) !important;
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%) !important;
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 ) !important;
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%) !important;
  color: #333 !important;
  border: 1px solid #b4b4b4 !important;
  line-height: 13px !important;
  padding: 3px 19px 3px 6px !important;
  margin: 3px 0 3px 5px !important;
  position: relative !important;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default !important;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4 !important;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block !important;
  position: absolute !important;
  right: 5px !important;
  top: 6px !important;
  width: 8px !important;
  height: 9px !important;
  font-size: 1px !important;
  background: url(chosen-sprite.png) right top no-repeat !important;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px !important;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px !important;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0 !important;
  max-height: 190px !important;
  padding: 0 0 0 4px !important;
  position: relative !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0 !important;
  padding: 0 !important;
}
.chzn-container .chzn-results li {
  line-height: 1.5 !important;
  padding: 7px 7px 8px !important;
  margin: 0 !important;
  list-style: none !important;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer !important;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7 !important;
  color: #fff !important;
}
.chzn-container .chzn-results li em {
  background: #feffde !important;
  font-style: normal !important;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent !important;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4 !important;
}
.chzn-container .chzn-results .group-result {
  cursor: default !important;
  color: #333 !important;
  font-weight: bold !important;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px !important;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none !important;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3) !important;
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3) !important;
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3) !important;
  box-shadow        : 0 0 5px rgba(0,0,0,.3) !important;
  border: 1px solid #5897fb !important;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa !important;
  -webkit-box-shadow: 0 1px 0 #fff inset !important;
  -moz-box-shadow   : 0 1px 0 #fff inset !important;
  -o-box-shadow     : 0 1px 0 #fff inset !important;
  box-shadow        : 0 1px 0 #fff inset !important;
  background-color: #eee !important;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee)) !important;
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%) !important;
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%) !important;
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%) !important;
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ) !important;
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%) !important;
  -webkit-border-bottom-left-radius : 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-bottomleft : 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-bottom-left-radius : 0 !important;
  border-bottom-right-radius: 0 !important;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent !important;
  border-left: none !important;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px !important;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3) !important;
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3) !important;
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3) !important;
  box-shadow        : 0 0 5px rgba(0,0,0,.3) !important;
  border: 1px solid #5897fb !important;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Right to Left */
.chzn-rtl { direction:rtl !important;text-align: right !important; }
.chzn-rtl .chzn-single { padding-left: 0 !important; padding-right: 8px !important; }
.chzn-rtl .chzn-single span { margin-left: 26px !important; margin-right: 0 !important; }
.chzn-rtl .chzn-single div { 
  left: 0 !important; right: auto !important; 
  border-left: none !important; border-right: 1px solid #aaaaaa !important;
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius   : 4px 0 0 4px !important;
  border-radius        : 4px 0 0 4px !important; 
}
.chzn-rtl .chzn-choices li { float: right !important; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px !important; margin: 3px 5px 3px 0 !important; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px !important; right: auto !important; background-position: right top !important;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 4px !important; }
.chzn-rtl .chzn-results .group-option { padding-left: 0 !important; padding-right: 20px !important; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none !important; }
.chzn-rtl .chzn-search input {
  background: url('chosen-sprite.png') no-repeat -38px -20px, #ffffff !important;
  background: url('chosen-sprite.png') no-repeat -38px -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)) !important;
  background: url('chosen-sprite.png') no-repeat -38px -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%) !important;  
  background: url('chosen-sprite.png') no-repeat -38px -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%) !important;
  background: url('chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%) !important;
  background: url('chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%) !important;
  background: url('chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%) !important;
  background: url('chosen-sprite.png') no-repeat -38px -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%) !important;
  padding: 4px 5px 4px 20px !important;
}
/* @end */


.search-field input { padding:0px !important; margin:0px !important;}
