/* @group Base 
.create_some_pop .chzn-container {
	vertical-align: middle;
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.create_some_pop .chzn-container .chzn-drop {
  background: #54c5ff; border: 1px solid #87d6ff;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;

  z-index: 1010;
}*/
/* @end */

/* @group Single Chosen 
.create_some_pop .chzn-container-single .chzn-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_some_pop .chzn-container-single .chzn-default {
  color: #999;
}
.create_some_pop .chzn-container-single .chzn-single span {
    display: block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.create_some_pop .chzn-container-single .chzn-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_some_pop .chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.create_some_pop .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.create_some_pop .chzn-container-single .chzn-single div {
  position: absolute;
  right: 2px;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.create_some_pop .chzn-container-single .chzn-single div b {
  background: url(../../../images/btn_down_w.png) no-repeat center center !important;
  display: block;
  width: 100%;
  height: 100%;
}
.create_some_pop .chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.create_some_pop .chzn-container-single .chzn-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_some_pop .chzn-container-single .chzn-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
*/
/* @end 

.create_some_pop .chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}
*/
/* @group Multi Chosen 
.create_some_pop .chzn-container-multi .chzn-choices {
  background-color: #fff;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.create_some_pop .chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.create_some_pop .chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.create_some_pop .chzn-container-multi .chzn-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_some_pop .chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.create_some_pop .chzn-container-multi .chzn-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_some_pop .chzn-container-multi .chzn-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_some_pop .chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.create_some_pop .chzn-container-multi .chzn-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_some_pop .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.create_some_pop .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}*/
/* @end */

/* @group Results 
.create_some_pop .chzn-container .chzn-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_some_pop .chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.create_some_pop .chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.create_some_pop .chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
  color: #fff;
}
.create_some_pop .chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  color: #fff;
}
.create_some_pop .chzn-container .chzn-results li em {
  background: #fff;
  color: #2cb7ff;
  font-style: normal;
}
.create_some_pop .chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.create_some_pop .chzn-container .chzn-results .no-results {
  display: list-item;
}
.create_some_pop .chzn-container .chzn-results .group-result {
  cursor: default;
  color: #fff;
  font-weight: bold;
}
.create_some_pop .chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.create_some_pop .chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.create_some_pop .chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.create_some_pop .chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.create_some_pop .chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.create_some_pop .chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.create_some_pop .chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}*/
/* @end */

/* @group Active  
.create_some_pop .chzn-container-active .chzn-single {

  border: 1px solid #87D6FF;
}
.create_some_pop .chzn-container-active .chzn-single-with-drop {
  background: #54c5ff; border: 1px solid #87d6ff;
}
.create_some_pop .chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.create_some_pop .chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.create_some_pop .chzn-container-active .chzn-choices {

  border: 1px solid #5897fb;
}
.create_some_pop .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}*/
/* @end */

/* @group Disabled Support 
.create_some_pop .chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.create_some_pop .chzn-disabled .chzn-single {
  cursor: default;
}
.create_some_pop .chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; background: url(../../../../images/btn_close_small.png) no-repeat !important;
}
*/
/* @group Right to Left 
.create_some_pop .chzn-rtl { text-align: right; }
.create_some_pop .chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.create_some_pop .chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.create_some_pop .chzn-rtl .chzn-single div { left: 3px; right: auto; }
.create_some_pop .chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.create_some_pop .chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.create_some_pop .chzn-rtl .chzn-choices li { float: right; }
.create_some_pop .chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.create_some_pop .chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.create_some_pop .chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.create_some_pop .chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.create_some_pop .chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.create_some_pop .chzn-rtl .chzn-search input {
  background: #fff;
  padding: 4px 5px 4px 20px;
  direction: rtl;
}*/
/* @end */


/* @group Base */
.detail_search .chzn-container {
	vertical-align: middle;
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.detail_search .chzn-container .chzn-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 .chzn-container-single .chzn-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 .chzn-container-single .chzn-default {
  color: #999;
}
.detail_search .chzn-container-single .chzn-single span {
    display: block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.detail_search .chzn-container-single .chzn-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 .chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.detail_search .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.detail_search .chzn-container-single .chzn-single div {
  position: absolute;
  right: 2px;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.detail_search .chzn-container-single .chzn-single div b {
  background: url(../../../images/btn_down_w.png) no-repeat center center !important;
  display: block;
  width: 100%;
  height: 100%;
}
.detail_search .chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.detail_search .chzn-container-single .chzn-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 .chzn-container-single .chzn-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.detail_search .chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.detail_search .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.detail_search .chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.detail_search .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.detail_search .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.detail_search .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.detail_search .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.detail_search .chzn-container .chzn-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 .chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.detail_search .chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.detail_search .chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
  color: #fff;
}
.detail_search .chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  color: #fff;
}
.detail_search .chzn-container .chzn-results li em {
  background: #fff;
  color: #2cb7ff;
  font-style: normal;
}
.detail_search .chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.detail_search .chzn-container .chzn-results .no-results {
  display: list-item;
}
.detail_search .chzn-container .chzn-results .group-result {
  cursor: default;
  /*color: #fff;*/ 
  font-weight: bold;
}
.detail_search .chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.detail_search .chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.detail_search .chzn-container .chzn-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 .chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.detail_search .chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.detail_search .chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.detail_search .chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.detail_search .chzn-container-active .chzn-single {
	
  border: 1px solid #87D6FF;
}
.detail_search .chzn-container-active .chzn-single-with-drop {
  background: #54c5ff; border: 1px solid #87d6ff;
}
.detail_search .chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.detail_search .chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.detail_search .chzn-container-active .chzn-choices {

  border: 1px solid #5897fb;
}
.detail_search .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.detail_search .chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.detail_search .chzn-disabled .chzn-single {
  cursor: default;
}
.detail_search .chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; background: url(../../../../images/btn_close_small.png) no-repeat !important;
}

/* @group Right to Left */
.detail_search .chzn-rtl { text-align: right; }
.detail_search .chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.detail_search .chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.detail_search .chzn-rtl .chzn-single div { left: 3px; right: auto; }
.detail_search .chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.detail_search .chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.detail_search .chzn-rtl .chzn-choices li { float: right; }
.detail_search .chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.detail_search .chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.detail_search .chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.detail_search .chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.detail_search .chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.detail_search .chzn-rtl .chzn-search input {
  background: #fff;
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */




/* @group Base 
.create_deatil .chzn-container {
	vertical-align: middle;
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.create_deatil .chzn-container .chzn-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 .chzn-container-single .chzn-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 .chzn-container-single .chzn-default {
  color: #999;
}
.create_deatil .chzn-container-single .chzn-single span {
    display: block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.create_deatil .chzn-container-single .chzn-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 .chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.create_deatil .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.create_deatil .chzn-container-single .chzn-single div {
  position: absolute;
  right: 2px;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.create_deatil .chzn-container-single .chzn-single div b {
  background: url(../../../images/btn_down_w.png) no-repeat center center !important;
  display: block;
  width: 100%;
  height: 100%;
}
.create_deatil .chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.create_deatil .chzn-container-single .chzn-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 .chzn-container-single .chzn-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}


.create_deatil .chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}


.create_deatil .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.create_deatil .chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.create_deatil .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.create_deatil .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.create_deatil .chzn-container-multi .chzn-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 .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.create_deatil .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}



.create_deatil .chzn-container .chzn-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 .chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.create_deatil .chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.create_deatil .chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
  color: #fff;
}
.create_deatil .chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  color: #fff;
}
.create_deatil .chzn-container .chzn-results li em {
  background: #fff;
  color: #2cb7ff;
  font-style: normal;
}
.create_deatil .chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.create_deatil .chzn-container .chzn-results .no-results {
  display: list-item;
}
.create_deatil .chzn-container .chzn-results .group-result {
  cursor: default;
  color: #fff;
  font-weight: bold;
}
.create_deatil .chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.create_deatil .chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.create_deatil .chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;

  z-index: 1;
}
.create_deatil .chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.create_deatil .chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.create_deatil .chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.create_deatil .chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}



.create_deatil .chzn-container-active .chzn-single {

  border: 1px solid #87D6FF;
}
.create_deatil .chzn-container-active .chzn-single-with-drop {
  background: #54c5ff; border: 1px solid #87d6ff;
}
.create_deatil .chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.create_deatil .chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.create_deatil .chzn-container-active .chzn-choices {

  border: 1px solid #5897fb;
}
.create_deatil .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
.create_deatil .chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.create_deatil .chzn-disabled .chzn-single {
  cursor: default;
}
.create_deatil .chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; background: url(../../../../images/btn_close_small.png) no-repeat !important;
}


.create_deatil .chzn-rtl { text-align: right; }
.create_deatil .chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.create_deatil .chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.create_deatil .chzn-rtl .chzn-single div { left: 3px; right: auto; }
.create_deatil .chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.create_deatil .chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.create_deatil .chzn-rtl .chzn-choices li { float: right; }
.create_deatil .chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.create_deatil .chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.create_deatil .chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.create_deatil .chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.create_deatil .chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.create_deatil .chzn-rtl .chzn-search input {
  background: #fff;
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
*/


/* @group Base */
.chzn-container {
	vertical-align: middle;
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
 
}

.sortable .chzn-container {
	vertical-align: middle;
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  z-index: 1;
 
}

.chzn-container .chzn-drop {
  background: #fafafa; border: 1px solid #eaeaea;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;

  z-index: 1010;
}
/* @end */

/* @group Single Chosen */

.background_white .chzn-container-single .chzn-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;
}

.chzn-container-single .chzn-single {
  background: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  /*margin-top: -2px;*/
  padding: 0 30px 0 8px;
  text-decoration: none;
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;
}
.chzn-container-single .chzn-single:hover {background: #50b8d9; color: #fff;border: 1px solid #50b8d9;}
.background_white .chzn-container-single .chzn-single:hover {background: #50b8d9; color: #fff;border: 1px solid #50b8d9;}

.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
    display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-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;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 4px;
  top: 0;
  display: block;
  height: 100%;
  width: 24px;
}
.chzn-container-single .chzn-single div b {
  background: url(../../../images/btn_down.png) no-repeat center center !important;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
  }
.chzn-container-single .chzn-search input {
  background: #fff url(../../../images/btn_search.png) no-repeat 165px 0px ;
  margin: 1px 0;
  padding: 4px 20px 4px 10px;
  outline: 0;
  border: 1px solid #eaeaea;
  border-radius: 13px;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border-bottom-right-radius: 13px; border-bottom-left-radius: 13px;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-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;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-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;
}
.chzn-container-multi .chzn-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;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-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;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-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 .chzn-container .chzn-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;
}  


.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
  color: #414242;
}
.chzn-container .chzn-results .highlighted {
  background-color: #50b8d9;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  color: #fff;
  border-radius: 13px;
}
.chzn-container .chzn-results li em {
  background: #fff;
  color: #2cb7ff;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  /*color: #fff; */
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {

  /*border: 1px solid #87D6FF;*/
}
.chzn-container-active .chzn-single-with-drop {
  background: #fafafa; border: 1px solid #eaeaea; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}

.background_white .chzn-container-active .chzn-single-with-drop {
  background: #fafafa; border: 1px solid #eaeaea; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}



.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {

  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; background: url(../../../../images/btn_close_small.png) no-repeat !important;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff;
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */
