<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">select.chzn-select { width:150px; visibility: hidden; height: 20px !important; min-height: 20px !important; }

.chzn-container { font-size: 13px; position: relative; display: inline-block; zoom: 1; *display: inline; }
.chzn-container .chzn-drop { background: #494949; border-top: 0; position: absolute; top: 0px; left: 0; -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15); -moz-box-shadow: 0 4px 5px rgba(0,0,0,.15); -o-box-shadow: 0 4px 5px rgba(0,0,0,.15); box-shadow: 0 4px 5px rgba(0,0,0,.15);  z-index: 999;}

.chzn-container-single .chzn-single { display: block; overflow: hidden; white-space: nowrap; position: relative; height: 26px; line-height:28px; padding: 0 0 0 8px; color: #fff; text-decoration: none;}

.chzn-container-single .chzn-single span { margin-right: 26px; display: block; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis; -moz-binding: url('/xml/ellipsis.xml#ellipsis'); text-overflow: ellipsis; }
.chzn-container-single .chzn-single div { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius : 0 4px 4px 0; border-radius: 0 4px 4px 0; -moz-background-clip : padding; -webkit-background-clip: padding-box; background-clip: padding-box;  position: absolute;
  right: 0; top: 1px; display: block; height: 25px; width: 18px; }
  
.chzn-container-single .chzn-single div b {  background: url(../images/chosen-sprite_icon.png) no-repeat 0 6px; display: block; width: 100%; height: 100%;}

.chzn-container-single .chzn-search {  padding: 5px 4px; margin: 0; white-space: nowrap;}
.chzn-container-single .chzn-drop {  -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;  -moz-background-clip   : padding; -webkit-background-clip: padding-box; background-clip : padding-box; }


.chzn-container .chzn-results { margin: 10px 4px 4px 0; max-height: 190px; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; color:#fff;}
.chzn-container-multi .chzn-results { margin: 0px 0 0; padding: 0;}
.chzn-container .chzn-results li { line-height: 90%; padding: 7px 7px 8px; margin: 0; list-style: none;}
.chzn-container .chzn-results .active-result {cursor: pointer;}
.chzn-container .chzn-results .highlighted { background: #fff; color: #000;}
.chzn-container .chzn-results li em { background: #feffde; font-style: normal;}
.chzn-container .chzn-results .highlighted em { background: transparent;}
.chzn-container .chzn-results .no-results { background: #f4f4f4;}
.chzn-container .chzn-results .group-result { cursor: default; color: #999;font-weight: bold;}
.chzn-container .chzn-results .group-option { padding-left: 20px;}
.chzn-container-multi .chzn-drop .result-selected {display: none;}

.chzn-container-active .chzn-single-with-drop div {background: transparent; border-left: none;}
.chzn-container-active .chzn-single-with-drop div b {background-position: 0px -11px;}
.chzn-container-active .chzn-choices { -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);-o-box-shadow: 0 0 5px rgba(0,0,0,.3);box-shadow: 0 0 5px rgba(0,0,0,.3);  border: 1px solid #5897fb;}
.chzn-container-active .chzn-choices .search-field input { color: #111 !important;}

</pre></body></html>