4 .chosen-select-deselect {
11 vertical-align: middle; }
12 .chosen-container .chosen-drop {
14 border: 1px solid #ccc;
15 border-bottom-right-radius: 4px;
16 border-bottom-left-radius: 4px;
17 -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
18 box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
24 .chosen-container.chosen-with-drop .chosen-drop {
27 .chosen-container .chosen-results {
35 -webkit-overflow-scrolling: touch; }
36 .chosen-container .chosen-results li {
42 .chosen-container .chosen-results li em {
45 .chosen-container .chosen-results li.group-result {
50 .chosen-container .chosen-results li.group-option {
52 .chosen-container .chosen-results li.active-result {
55 .chosen-container .chosen-results li.highlighted {
56 background-color: #337ab7;
57 background-image: none;
59 .chosen-container .chosen-results li.highlighted em {
60 background: transparent; }
61 .chosen-container .chosen-results li.disabled-result {
64 .chosen-container .chosen-results .no-results {
67 .chosen-container .chosen-results-scroll {
74 .chosen-container .chosen-results-scroll span {
75 display: inline-block;
79 .chosen-container .chosen-results-scroll-down {
81 .chosen-container .chosen-results-scroll-down span {
82 background: url("chosen-sprite.png") no-repeat -4px -3px; }
83 .chosen-container .chosen-results-scroll-up span {
84 background: url("chosen-sprite.png") no-repeat -22px -3px; }
86 .chosen-container-single .chosen-single {
87 background-color: #fff;
88 -webkit-background-clip: padding-box;
89 -moz-background-clip: padding;
90 background-clip: padding-box;
91 border: 1px solid #ccc;
92 border-top-right-radius: 4px;
93 border-top-left-radius: 4px;
94 border-bottom-right-radius: 4px;
95 border-bottom-left-radius: 4px;
96 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
97 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
105 text-decoration: none;
106 white-space: nowrap; }
107 .chosen-container-single .chosen-single span {
111 text-overflow: ellipsis;
112 white-space: nowrap; }
113 .chosen-container-single .chosen-single abbr {
114 background: url("chosen-sprite.png") right top no-repeat;
122 .chosen-container-single .chosen-single abbr:hover {
123 background-position: right -11px; }
124 .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
125 background-position: right 2px; }
126 .chosen-container-single .chosen-single div {
133 .chosen-container-single .chosen-single div b {
134 background: url("chosen-sprite.png") no-repeat 0 7px;
138 .chosen-container-single .chosen-default {
140 .chosen-container-single .chosen-search {
146 .chosen-container-single .chosen-search input[type="text"] {
147 background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
148 border: 1px solid #ccc;
149 border-top-right-radius: 4px;
150 border-top-left-radius: 4px;
151 border-bottom-right-radius: 4px;
152 border-bottom-left-radius: 4px;
153 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
154 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
156 padding: 4px 20px 4px 4px;
158 .chosen-container-single .chosen-drop {
160 border-bottom-right-radius: 4px;
161 border-bottom-left-radius: 4px;
162 -webkit-background-clip: padding-box;
163 -moz-background-clip: padding;
164 background-clip: padding-box; }
166 .chosen-container-single-nosearch .chosen-search input[type="text"] {
170 .chosen-container-multi .chosen-choices {
171 background-color: #fff;
172 border: 1px solid #ccc;
173 border-top-right-radius: 4px;
174 border-top-left-radius: 4px;
175 border-bottom-right-radius: 4px;
176 border-bottom-left-radius: 4px;
177 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
178 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
180 height: auto !important;
185 position: relative; }
186 .chosen-container-multi .chosen-choices li {
189 .chosen-container-multi .chosen-choices .search-field {
192 white-space: nowrap; }
193 .chosen-container-multi .chosen-choices .search-field input[type="text"] {
194 background: transparent !important;
195 border: 0 !important;
196 -webkit-box-shadow: none;
203 .chosen-container-multi .chosen-choices .search-field .default {
205 .chosen-container-multi .chosen-choices .search-choice {
206 -webkit-background-clip: padding-box;
207 -moz-background-clip: padding;
208 background-clip: padding-box;
209 background-color: #eeeeee;
210 border: 1px solid #ccc;
211 border-top-right-radius: 4px;
212 border-top-left-radius: 4px;
213 border-bottom-right-radius: 4px;
214 border-bottom-left-radius: 4px;
215 background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
216 background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
217 background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
218 background-repeat: repeat-x;
219 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
220 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
221 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
225 margin: 6px 0 3px 5px;
226 padding: 3px 20px 3px 5px;
227 position: relative; }
228 .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
229 background: url("chosen-sprite.png") right top no-repeat;
238 .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
239 background-position: right -11px; }
240 .chosen-container-multi .chosen-choices .search-choice-focus {
241 background: #d4d4d4; }
242 .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
243 background-position: right -11px; }
244 .chosen-container-multi .chosen-results {
247 .chosen-container-multi .chosen-drop .result-selected {
250 .chosen-container-active .chosen-single {
251 border: 1px solid #66afe9;
252 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
253 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
254 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
255 -o-transition: border linear 0.2s, box-shadow linear 0.2s;
256 transition: border linear 0.2s, box-shadow linear 0.2s; }
257 .chosen-container-active.chosen-with-drop .chosen-single {
258 background-color: #fff;
259 border: 1px solid #66afe9;
260 border-bottom-right-radius: 0;
261 border-bottom-left-radius: 0;
262 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
263 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
264 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
265 -o-transition: border linear 0.2s, box-shadow linear 0.2s;
266 transition: border linear 0.2s, box-shadow linear 0.2s; }
267 .chosen-container-active.chosen-with-drop .chosen-single div {
268 background: transparent;
270 .chosen-container-active.chosen-with-drop .chosen-single div b {
271 background-position: -18px 7px; }
272 .chosen-container-active .chosen-choices {
273 border: 1px solid #66afe9;
274 border-bottom-right-radius: 0;
275 border-bottom-left-radius: 0;
276 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
277 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
278 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
279 -o-transition: border linear 0.2s, box-shadow linear 0.2s;
280 transition: border linear 0.2s, box-shadow linear 0.2s; }
281 .chosen-container-active .chosen-choices .search-field input[type="text"] {
282 color: #111 !important; }
283 .chosen-container-active.chosen-with-drop .chosen-choices {
284 border-bottom-right-radius: 0;
285 border-bottom-left-radius: 0; }
289 opacity: 0.5 !important; }
290 .chosen-disabled .chosen-single {
292 .chosen-disabled .chosen-choices .search-choice .search-choice-close {
297 .chosen-rtl .chosen-single {
300 .chosen-rtl .chosen-single span {
304 .chosen-rtl .chosen-single div {
307 .chosen-rtl .chosen-single abbr {
310 .chosen-rtl .chosen-choices .search-field input[type="text"] {
312 .chosen-rtl .chosen-choices li {
314 .chosen-rtl .chosen-choices .search-choice {
315 margin: 6px 5px 3px 0;
316 padding: 3px 5px 3px 19px; }
317 .chosen-rtl .chosen-choices .search-choice .search-choice-close {
318 background-position: right top;
321 .chosen-rtl.chosen-container-single .chosen-results {
323 padding: 0 4px 0 0; }
324 .chosen-rtl .chosen-results .group-option {
326 padding-right: 15px; }
327 .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
328 border-right: none; }
329 .chosen-rtl .chosen-search input[type="text"] {
330 background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
332 padding: 4px 5px 4px 20px; }
334 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
335 .chosen-rtl .chosen-search input[type="text"],
336 .chosen-container-single .chosen-single abbr,
337 .chosen-container-single .chosen-single div b,
338 .chosen-container-single .chosen-search input[type="text"],
339 .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
340 .chosen-container .chosen-results-scroll-down span,
341 .chosen-container .chosen-results-scroll-up span {
342 background-image: url("chosen-sprite@2x.png") !important;
343 background-size: 52px 37px !important;
344 background-repeat: no-repeat !important; } }
346 /*# sourceMappingURL=bootstrap-chosen.css.map */