
/* @group Base */
.detail_search .chosen-container {
	vertical-align: middle;
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.detail_search .chosen-container .chosen-drop {
  background: #54c5ff; border: 1px solid #87d6ff;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;

  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.detail_search .chosen-container-single .chosen-single {
  background: #54c5ff;
  border: 1px solid #87d6ff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 19px;
  line-height: 19px;
  /*margin-top: -2px;*/
  padding: 0 0 0 8px;
  color: #fff;
  text-decoration: none;
}
.detail_search .chosen-container-single .chosen-default {
  color: #999;
}
.detail_search .chosen-container-single .chosen-single span {
    display: block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.detail_search .chosen-container-single .chosen-single abbr {
  display: block;
  position: absolute;
  right: 24px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../../images/btn_close_small.png) no-repeat !important;
}
.detail_search .chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.detail_search .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right top;
}
.detail_search .chosen-container-single .chosen-single div {
  position: absolute;
  right: 2px;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.detail_search .chosen-container-single .chosen-single div b {
  background: url(../../../images/btn_down_w.png) no-repeat center center !important;
  display: block;
  width: 100%;
  height: 100%;
}
.detail_search .chosen-container-single .chosen-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.detail_search .chosen-container-single .chosen-search input {
  background: #2cb7ff url(../../../images/btn_search_w.png) no-repeat 170px 5px ;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #87d6ff;
  border-radius: 0px;
  font-size: 1em;
}
.detail_search .chosen-container-single .chosen-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.detail_search .chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.detail_search .chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.detail_search .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.detail_search .chosen-container-multi .chosen-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.detail_search .chosen-container-multi .chosen-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.detail_search .chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.detail_search .chosen-container-multi .chosen-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.detail_search .chosen-container-multi .chosen-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.detail_search .chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.detail_search .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../../../images/btn_close_small.png) no-repeat !important;
}
.detail_search .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.detail_search .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.detail_search .chosen-container .chosen-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.detail_search .chosen-container-multi .chosen-results {
  margin: -1px 0 0;
  padding: 0;
}
.detail_search .chosen-container .chosen-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.detail_search .chosen-container .chosen-results .active-result {
  cursor: pointer;
  display: list-item;
  color: #fff;
}
.detail_search .chosen-container .chosen-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  color: #fff;
}
.detail_search .chosen-container .chosen-results li em {
  background: #fff;
  color: #2cb7ff;
  font-style: normal;
}
.detail_search .chosen-container .chosen-results .highlighted em {
  background: transparent;
}
.detail_search .chosen-container .chosen-results .no-results {
  display: list-item;
}
.detail_search .chosen-container .chosen-results .group-result {
  cursor: default;
  /*color: #fff;*/ 
  font-weight: bold;
}
.detail_search .chosen-container .chosen-results .group-option {
  padding-left: 15px;
}
.detail_search .chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.detail_search .chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.detail_search .chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.detail_search .chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.detail_search .chosen-container .chosen-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.detail_search .chosen-container .chosen-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.detail_search .chosen-container-active .chosen-single {
	
  border: 1px solid #87D6FF;
}
.detail_search .chosen-container-active .chosen-single-with-drop {
  background: #54c5ff; border: 1px solid #87d6ff;
}
.detail_search .chosen-container-active .chosen-single-with-drop div {
  background: transparent;
  border-left: none;
}
.detail_search .chosen-container-active .chosen-single-with-drop div b {
  background-position: -18px 1px;
}
.detail_search .chosen-container-active .chosen-choices {

  border: 1px solid #5897fb;
}
.detail_search .chosen-container-active .chosen-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.detail_search .chosen-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.detail_search .chosen-disabled .chosen-single {
  cursor: default;
}
.detail_search .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; background: url(../../../../images/btn_close_small.png) no-repeat !important;
}

/* @group Right to Left */
.detail_search .chosen-rtl { text-align: right; }
.detail_search .chosen-rtl .chosen-single { padding: 0 8px 0 0; overflow: visible; }
.detail_search .chosen-rtl .chosen-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.detail_search .chosen-rtl .chosen-single div { left: 3px; right: auto; }
.detail_search .chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.detail_search .chosen-rtl .chosen-choices .search-field input { direction: rtl; }
.detail_search .chosen-rtl .chosen-choices li { float: right; }
.detail_search .chosen-rtl .chosen-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.detail_search .chosen-rtl .chosen-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.detail_search .chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.detail_search .chosen-rtl .chosen-results .group-option { padding-left: 0; padding-right: 15px; }
.detail_search .chosen-rtl.chosen-container-active .chosen-single-with-drop div { border-right: none; }
.detail_search .chosen-rtl .chosen-search input {
  background: #fff;
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */




/* @group Base 
.create_deatil .chosen-container {
	vertical-align: middle;
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.create_deatil .chosen-container .chosen-drop {
  background: #54c5ff; border: 1px solid #87d6ff;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;

  z-index: 1010;
}
/* @end */

/* @group Single Chosen 
.create_deatil .chosen-container-single .chosen-single {
  background: #54c5ff;
  border: 1px solid #87d6ff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 19px;
  line-height: 19px;

  padding: 0 0 0 8px;
  color: #fff;
  text-decoration: none;
}
.create_deatil .chosen-container-single .chosen-default {
  color: #999;
}
.create_deatil .chosen-container-single .chosen-single span {
    display: block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.create_deatil .chosen-container-single .chosen-single abbr {
  display: block;
  position: absolute;
  right: 24px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../../images/btn_close_small.png) no-repeat !important;
}
.create_deatil .chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.create_deatil .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right top;
}
.create_deatil .chosen-container-single .chosen-single div {
  position: absolute;
  right: 2px;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.create_deatil .chosen-container-single .chosen-single div b {
  background: url(../../../images/btn_down_w.png) no-repeat center center !important;
  display: block;
  width: 100%;
  height: 100%;
}
.create_deatil .chosen-container-single .chosen-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.create_deatil .chosen-container-single .chosen-search input {
  background: #2cb7ff url(../../../images/btn_search_w.png) no-repeat 170px 5px ;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #87d6ff;
  border-radius: 0px;
  font-size: 1em;
}
.create_deatil .chosen-container-single .chosen-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}


.create_deatil .chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}


.create_deatil .chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.create_deatil .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.create_deatil .chosen-container-multi .chosen-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.create_deatil .chosen-container-multi .chosen-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.create_deatil .chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.create_deatil .chosen-container-multi .chosen-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.create_deatil .chosen-container-multi .chosen-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.create_deatil .chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.create_deatil .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../../../images/btn_close_small.png) no-repeat !important;
}
.create_deatil .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.create_deatil .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}



.create_deatil .chosen-container .chosen-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.create_deatil .chosen-container-multi .chosen-results {
  margin: -1px 0 0;
  padding: 0;
}
.create_deatil .chosen-container .chosen-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.create_deatil .chosen-container .chosen-results .active-result {
  cursor: pointer;
  display: list-item;
  color: #fff;
}
.create_deatil .chosen-container .chosen-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  color: #fff;
}
.create_deatil .chosen-container .chosen-results li em {
  background: #fff;
  color: #2cb7ff;
  font-style: normal;
}
.create_deatil .chosen-container .chosen-results .highlighted em {
  background: transparent;
}
.create_deatil .chosen-container .chosen-results .no-results {
  display: list-item;
}
.create_deatil .chosen-container .chosen-results .group-result {
  cursor: default;
  color: #fff;
  font-weight: bold;
}
.create_deatil .chosen-container .chosen-results .group-option {
  padding-left: 15px;
}
.create_deatil .chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.create_deatil .chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;

  z-index: 1;
}
.create_deatil .chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.create_deatil .chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.create_deatil .chosen-container .chosen-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.create_deatil .chosen-container .chosen-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}



.create_deatil .chosen-container-active .chosen-single {

  border: 1px solid #87D6FF;
}
.create_deatil .chosen-container-active .chosen-single-with-drop {
  background: #54c5ff; border: 1px solid #87d6ff;
}
.create_deatil .chosen-container-active .chosen-single-with-drop div {
  background: transparent;
  border-left: none;
}
.create_deatil .chosen-container-active .chosen-single-with-drop div b {
  background-position: -18px 1px;
}
.create_deatil .chosen-container-active .chosen-choices {

  border: 1px solid #5897fb;
}
.create_deatil .chosen-container-active .chosen-choices .search-field input {
  color: #111 !important;
}
.create_deatil .chosen-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.create_deatil .chosen-disabled .chosen-single {
  cursor: default;
}
.create_deatil .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; background: url(../../../../images/btn_close_small.png) no-repeat !important;
}


.create_deatil .chosen-rtl { text-align: right; }
.create_deatil .chosen-rtl .chosen-single { padding: 0 8px 0 0; overflow: visible; }
.create_deatil .chosen-rtl .chosen-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.create_deatil .chosen-rtl .chosen-single div { left: 3px; right: auto; }
.create_deatil .chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.create_deatil .chosen-rtl .chosen-choices .search-field input { direction: rtl; }
.create_deatil .chosen-rtl .chosen-choices li { float: right; }
.create_deatil .chosen-rtl .chosen-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.create_deatil .chosen-rtl .chosen-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.create_deatil .chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.create_deatil .chosen-rtl .chosen-results .group-option { padding-left: 0; padding-right: 15px; }
.create_deatil .chosen-rtl.chosen-container-active .chosen-single-with-drop div { border-right: none; }
.create_deatil .chosen-rtl .chosen-search input {
  background: #fff;
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
*/


/* @group Base */
.chosen-container {
	vertical-align: middle;
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
 
}
.chosen-container .chosen-drop {
  background: #fafafa; border: 1px solid #eaeaea;
  border-top: 0;

  
position: absolute;
top: 30px;
left: -9999px;
z-index: 1010;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
  -webkit-box-shadow: 0 0 27px rgba(0,0,0,.18);
	-moz-box-shadow: 0 0 27px rgba(0,0,0,.18);
	box-shadow: 0 0 27px rgba(0,0,0,.18);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
/* @end */

/* @group Single Chosen */

.background_white .chosen-container-single .chosen-single {
  background: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;

  padding: 0 8px 0 8px;
  text-decoration: none;
border: 1px solid #ebebeb;
height: 26px;
line-height: 26px;
cursor: pointer;
border-radius: 13px;-webkit-transition: all 0.1s ease-in;-ms-transition: all 0.1s ease-in;transition: all 0.1s ease-in;
}

.chosen-container-single .chosen-single {
  background: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  /*margin-top: -2px;*/
  padding: 0 30px 0 0px;
  text-decoration: none;
  margin-left: 0px;
border: 1px solid #fff;
height: 26px;
line-height: 26px;
cursor: pointer;
border-radius: 13px;-webkit-transition: all 0.1s ease-in;-ms-transition: all 0.1s ease-in;transition: all 0.1s ease-in;
}
.chosen-container-single .chosen-single:hover {background: #ff404b; color: #fff;border: 1px solid #ff404b;}
.background_white .chosen-container-single .chosen-single:hover {background: #ff404b; color: #fff;border: 1px solid #ff404b;}

.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
    display: block;
  overflow: hidden;
  padding: 0px 10px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chosen-container-single .chosen-single abbr {
  display: block;
  position: absolute;
  right: 24px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../../images/btn_close_small.png) no-repeat !important;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right top;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  right: 4px;
  top: 0;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  line-height: 27px; text-align: center;
}
.chosen-container-single .chosen-single div b {
  background: url(../../../images/btn_down.png) no-repeat center center !important;
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
  }
.chosen-container-single .chosen-search input {
  margin: 1px 0;
  height: 20px;
  line-height: 20px;
  display: block;
  outline: 0;
  border: 1px solid #eaeaea;
  border-radius: 13px;
  font-size: 1em;
}
.chosen-container-single .chosen-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border-radius: 13px;
  /* border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; */
}
/* @end */

.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chosen-container-multi .chosen-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../../../images/btn_close_small.png) no-repeat !important;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chosen-container .chosen-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


.cal_iframe .chosen-container .chosen-results {
  margin: 0 4px 4px 0;
  max-height: 80px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}  


.chosen-container-multi .chosen-results {
  margin: -1px 0 0;
  padding: 0;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chosen-container .chosen-results .active-result {
  cursor: pointer;
  display: list-item;
  color: #414242;
}
.chosen-container .chosen-results .highlighted {
  background-color: #ff3e4c;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  color: #fff;
  border-radius: 13px;
}
.chosen-container .chosen-results li em {
  background: #fff;
  color: #2cb7ff;
  font-style: normal;
}
.chosen-container .chosen-results .highlighted em {
  background: transparent;
}
.chosen-container .chosen-results .no-results {
  display: list-item;
}
.chosen-container .chosen-results .group-result {
  cursor: default;
  /*color: #fff; */
  font-weight: bold;
}
.chosen-container .chosen-results .group-option {
  padding-left: 15px;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chosen-container-active .chosen-single {

  /*border: 1px solid #87D6FF;*/
}
.chosen-container-active .chosen-single-with-drop {
  background: #fafafa; border: 1px solid #eaeaea; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}

.background_white .chosen-container-active .chosen-single-with-drop {
  background: #fafafa; border: 1px solid #eaeaea; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}



.chosen-container-active .chosen-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chosen-container-active .chosen-single-with-drop div b {
  background-position: -18px 1px;
}
.chosen-container-active .chosen-choices {

  border: 1px solid #5897fb;
}
.chosen-container-active .chosen-choices .search-field input {
  
}
/* @end */

/* @group Disabled Support */
.chosen-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; background: url(../../../../images/btn_close_small.png) no-repeat !important;
}

/* @group Right to Left */
.chosen-rtl { text-align: right; }
.chosen-rtl .chosen-single { padding: 0 8px 0 0; overflow: visible; }
.chosen-rtl .chosen-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chosen-rtl .chosen-single div { left: 3px; right: auto; }
.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.chosen-rtl .chosen-choices .search-field input { direction: rtl; }
.chosen-rtl .chosen-choices li { float: right; }
.chosen-rtl .chosen-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chosen-rtl .chosen-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chosen-rtl .chosen-results .group-option { padding-left: 0; padding-right: 15px; }
.chosen-rtl.chosen-container-active .chosen-single-with-drop div { border-right: none; }
.chosen-rtl .chosen-search input {
  background: #fff;
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */
