selectize-rails 0.8.1 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,550 +1,550 @@
1
- /**
2
- * selectize.bootstrap2.css (v0.8.1) - Bootstrap 2 Theme
3
- * Copyright (c) 2013 Brian Reavis & contributors
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
6
- * file except in compliance with the License. You may obtain a copy of the License at:
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software distributed under
10
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
- * ANY KIND, either express or implied. See the License for the specific language
12
- * governing permissions and limitations under the License.
13
- *
14
- * @author Brian Reavis <brian@thirdroute.com>
15
- */
16
-
17
- .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
18
- background: #f2f2f2 !important;
19
- background: rgba(0, 0, 0, 0.06) !important;
20
- border: 0 none !important;
21
- visibility: visible !important;
22
- -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
23
- box-shadow: inset 0 0 12px 4px #ffffff;
24
- }
25
-
26
- .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
27
- content: '!';
28
- visibility: hidden;
29
- }
30
-
31
- .selectize-control.plugin-drag_drop .ui-sortable-helper {
32
- -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
33
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
34
- }
35
-
36
- .selectize-dropdown-header {
37
- position: relative;
38
- padding: 3px 10px;
39
- background: #f8f8f8;
40
- border-bottom: 1px solid #d0d0d0;
41
- -webkit-border-radius: 4px 4px 0 0;
42
- -moz-border-radius: 4px 4px 0 0;
43
- border-radius: 4px 4px 0 0;
44
- }
45
-
46
- .selectize-dropdown-header-close {
47
- position: absolute;
48
- top: 50%;
49
- right: 10px;
50
- margin-top: -12px;
51
- font-size: 20px !important;
52
- line-height: 20px;
53
- color: #333333;
54
- opacity: 0.4;
55
- }
56
-
57
- .selectize-dropdown-header-close:hover {
58
- color: #000000;
59
- }
60
-
61
- .selectize-dropdown.plugin-optgroup_columns .optgroup {
62
- float: left;
63
- border-top: 0 none;
64
- border-right: 1px solid #f2f2f2;
65
- -webkit-box-sizing: border-box;
66
- -moz-box-sizing: border-box;
67
- box-sizing: border-box;
68
- }
69
-
70
- .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
71
- border-right: 0 none;
72
- }
73
-
74
- .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
75
- display: none;
76
- }
77
-
78
- .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
79
- border-top: 0 none;
80
- }
81
-
82
- .selectize-control.plugin-remove_button [data-value] {
83
- position: relative;
84
- padding-right: 24px !important;
85
- }
86
-
87
- .selectize-control.plugin-remove_button [data-value] .remove {
88
- position: absolute;
89
- top: 0;
90
- right: 0;
91
- bottom: 0;
92
- display: inline-block;
93
- width: 17px;
94
- padding: 1px 0 0 0;
95
- font-size: 12px;
96
- font-weight: bold;
97
- color: inherit;
98
- text-align: center;
99
- text-decoration: none;
100
- vertical-align: middle;
101
- border-left: 1px solid #cccccc;
102
- -webkit-border-radius: 0 2px 2px 0;
103
- -moz-border-radius: 0 2px 2px 0;
104
- border-radius: 0 2px 2px 0;
105
- -webkit-box-sizing: border-box;
106
- -moz-box-sizing: border-box;
107
- box-sizing: border-box;
108
- }
109
-
110
- .selectize-control.plugin-remove_button [data-value] .remove:hover {
111
- background: rgba(0, 0, 0, 0.05);
112
- }
113
-
114
- .selectize-control.plugin-remove_button [data-value].active .remove {
115
- border-left-color: #0077b3;
116
- }
117
-
118
- .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
119
- background: none;
120
- }
121
-
122
- .selectize-control.plugin-remove_button .disabled [data-value] .remove {
123
- border-left-color: #e0e0e0;
124
- }
125
-
126
- .selectize-control {
127
- position: relative;
128
- }
129
-
130
- .selectize-dropdown,
131
- .selectize-input,
132
- .selectize-input input {
133
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
134
- font-size: 14px;
135
- -webkit-font-smoothing: inherit;
136
- line-height: 20px;
137
- color: #333333;
138
- }
139
-
140
- .selectize-input,
141
- .selectize-control.single .selectize-input.input-active {
142
- display: inline-block;
143
- cursor: text;
144
- background: #ffffff;
145
- }
146
-
147
- .selectize-input {
148
- position: relative;
149
- z-index: 1;
150
- display: inline-block;
151
- width: 100%;
152
- padding: 7px 10px;
153
- overflow: hidden;
154
- border: 1px solid #d0d0d0;
155
- -webkit-border-radius: 4px;
156
- -moz-border-radius: 4px;
157
- border-radius: 4px;
158
- -webkit-box-shadow: none;
159
- box-shadow: none;
160
- -webkit-box-sizing: border-box;
161
- -moz-box-sizing: border-box;
162
- box-sizing: border-box;
163
- }
164
-
165
- .selectize-control.multi .selectize-input.has-items {
166
- padding: 5px 10px 2px;
167
- }
168
-
169
- .selectize-input.full {
170
- background-color: #ffffff;
171
- }
172
-
173
- .selectize-input.disabled,
174
- .selectize-input.disabled * {
175
- cursor: default !important;
176
- }
177
-
178
- .selectize-input.focus {
179
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
180
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
181
- }
182
-
183
- .selectize-input.dropdown-active {
184
- -webkit-border-radius: 4px 4px 0 0;
185
- -moz-border-radius: 4px 4px 0 0;
186
- border-radius: 4px 4px 0 0;
187
- }
188
-
189
- .selectize-input > * {
190
- display: -moz-inline-stack;
191
- display: inline-block;
192
- *display: inline;
193
- vertical-align: baseline;
194
- zoom: 1;
195
- }
196
-
197
- .selectize-control.multi .selectize-input > div {
198
- padding: 1px 3px;
199
- margin: 0 3px 3px 0;
200
- color: #333333;
201
- cursor: pointer;
202
- background: #e6e6e6;
203
- border: 1px solid #cccccc;
204
- }
205
-
206
- .selectize-control.multi .selectize-input > div.active {
207
- color: #ffffff;
208
- background: #0088cc;
209
- border: 1px solid #0077b3;
210
- }
211
-
212
- .selectize-control.multi .selectize-input.disabled > div,
213
- .selectize-control.multi .selectize-input.disabled > div.active {
214
- color: #474747;
215
- background: #fafafa;
216
- border: 1px solid #e0e0e0;
217
- }
218
-
219
- .selectize-input > input {
220
- max-width: 100% !important;
221
- max-height: none !important;
222
- min-height: 0 !important;
223
- padding: 0 !important;
224
- margin: 0 !important;
225
- line-height: inherit !important;
226
- text-indent: 0 !important;
227
- background: none !important;
228
- border: 0 none !important;
229
- -webkit-box-shadow: none !important;
230
- box-shadow: none !important;
231
- -webkit-user-select: auto !important;
232
- }
233
-
234
- .selectize-input > input:focus {
235
- outline: none !important;
236
- }
237
-
238
- .selectize-input::after {
239
- display: block;
240
- clear: left;
241
- content: ' ';
242
- }
243
-
244
- .selectize-input.dropdown-active::before {
245
- position: absolute;
246
- right: 0;
247
- bottom: 0;
248
- left: 0;
249
- display: block;
250
- height: 1px;
251
- background: #e5e5e5;
252
- content: ' ';
253
- }
254
-
255
- .selectize-dropdown {
256
- position: absolute;
257
- z-index: 10;
258
- margin: -1px 0 0 0;
259
- background: #ffffff;
260
- border: 1px solid #d0d0d0;
261
- border-top: 0 none;
262
- -webkit-border-radius: 0 0 4px 4px;
263
- -moz-border-radius: 0 0 4px 4px;
264
- border-radius: 0 0 4px 4px;
265
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
266
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
267
- -webkit-box-sizing: border-box;
268
- -moz-box-sizing: border-box;
269
- box-sizing: border-box;
270
- }
271
-
272
- .selectize-dropdown [data-selectable] {
273
- overflow: hidden;
274
- cursor: pointer;
275
- }
276
-
277
- .selectize-dropdown [data-selectable] .highlight {
278
- background: rgba(255, 237, 40, 0.4);
279
- -webkit-border-radius: 1px;
280
- -moz-border-radius: 1px;
281
- border-radius: 1px;
282
- }
283
-
284
- .selectize-dropdown [data-selectable],
285
- .selectize-dropdown .optgroup-header {
286
- padding: 3px 10px;
287
- }
288
-
289
- .selectize-dropdown .optgroup:first-child .optgroup-header {
290
- border-top: 0 none;
291
- }
292
-
293
- .selectize-dropdown .optgroup-header {
294
- color: #999999;
295
- cursor: default;
296
- background: #ffffff;
297
- }
298
-
299
- .selectize-dropdown .active {
300
- color: #ffffff;
301
- background-color: #0088cc;
302
- }
303
-
304
- .selectize-dropdown .active.create {
305
- color: #ffffff;
306
- }
307
-
308
- .selectize-dropdown .create {
309
- color: rgba(51, 51, 51, 0.5);
310
- }
311
-
312
- .selectize-dropdown-content {
313
- max-height: 200px;
314
- overflow-x: hidden;
315
- overflow-y: auto;
316
- }
317
-
318
- .selectize-control.single .selectize-input,
319
- .selectize-control.single .selectize-input input {
320
- cursor: pointer;
321
- }
322
-
323
- .selectize-control.single .selectize-input.input-active,
324
- .selectize-control.single .selectize-input.input-active input {
325
- cursor: text;
326
- }
327
-
328
- .selectize-control.single .selectize-input:after {
329
- position: absolute;
330
- top: 50%;
331
- right: 15px;
332
- display: block;
333
- width: 0;
334
- height: 0;
335
- margin-top: -3px;
336
- border-color: #000000 transparent transparent transparent;
337
- border-style: solid;
338
- border-width: 5px 5px 0 5px;
339
- content: ' ';
340
- }
341
-
342
- .selectize-control.single .selectize-input.dropdown-active:after {
343
- margin-top: -4px;
344
- border-color: transparent transparent #000000 transparent;
345
- border-width: 0 5px 5px 5px;
346
- }
347
-
348
- .selectize-control.rtl.single .selectize-input:after {
349
- right: auto;
350
- left: 15px;
351
- }
352
-
353
- .selectize-control.rtl .selectize-input > input {
354
- margin: 0 4px 0 -2px !important;
355
- }
356
-
357
- .selectize-control .selectize-input.disabled {
358
- background-color: #ffffff;
359
- opacity: 0.5;
360
- }
361
-
362
- .selectize-dropdown {
363
- z-index: 1000;
364
- margin: 2px 0 0 0;
365
- border: 1px solid rgba(0, 0, 0, 0.2);
366
- border-radius: 4px;
367
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
368
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
369
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
370
- }
371
-
372
- .selectize-dropdown .optgroup-header {
373
- font-size: 11px;
374
- font-weight: bold;
375
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
376
- text-transform: uppercase;
377
- }
378
-
379
- .selectize-dropdown .optgroup:first-child:before {
380
- display: none;
381
- }
382
-
383
- .selectize-dropdown .optgroup:before {
384
- display: block;
385
- *width: 100%;
386
- height: 1px;
387
- margin: 9px 1px;
388
- *margin: -5px 0 5px;
389
- margin-right: -10px;
390
- margin-left: -10px;
391
- overflow: hidden;
392
- background-color: #e5e5e5;
393
- border-bottom: 1px solid #ffffff;
394
- content: ' ';
395
- }
396
-
397
- .selectize-dropdown [data-selectable].active {
398
- background-color: #0081c2;
399
- background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
400
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
401
- background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
402
- background-image: -o-linear-gradient(top, #0088cc, #0077b3);
403
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
404
- background-repeat: repeat-x;
405
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
406
- }
407
-
408
- .selectize-dropdown-content {
409
- padding: 5px 0;
410
- }
411
-
412
- .selectize-dropdown-header {
413
- padding: 6px 10px;
414
- }
415
-
416
- .selectize-input {
417
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
418
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
419
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
420
- transition: border linear 0.2s, box-shadow linear 0.2s;
421
- }
422
-
423
- .selectize-input.dropdown-active {
424
- -webkit-border-radius: 4px;
425
- -moz-border-radius: 4px;
426
- border-radius: 4px;
427
- }
428
-
429
- .selectize-input.dropdown-active::before {
430
- display: none;
431
- }
432
-
433
- .selectize-input.input-active,
434
- .selectize-input.input-active:hover,
435
- .selectize-control.multi .selectize-input.focus {
436
- background: #ffffff !important;
437
- border-color: rgba(82, 168, 236, 0.8) !important;
438
- outline: 0 !important;
439
- outline: thin dotted \9 !important;
440
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
441
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
442
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
443
- }
444
-
445
- .selectize-control.single .selectize-input {
446
- color: #333333;
447
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
448
- background-color: #f5f5f5;
449
- *background-color: #e6e6e6;
450
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
451
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
452
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
453
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
454
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
455
- background-repeat: repeat-x;
456
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
457
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
458
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
459
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
460
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
461
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
462
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
463
- }
464
-
465
- .selectize-control.single .selectize-input:hover,
466
- .selectize-control.single .selectize-input:focus,
467
- .selectize-control.single .selectize-input:active,
468
- .selectize-control.single .selectize-input.active,
469
- .selectize-control.single .selectize-input.disabled,
470
- .selectize-control.single .selectize-input[disabled] {
471
- color: #333333;
472
- background-color: #e6e6e6;
473
- *background-color: #d9d9d9;
474
- }
475
-
476
- .selectize-control.single .selectize-input:active,
477
- .selectize-control.single .selectize-input.active {
478
- background-color: #cccccc \9;
479
- }
480
-
481
- .selectize-control.single .selectize-input:hover {
482
- color: #333333;
483
- text-decoration: none;
484
- background-position: 0 -15px;
485
- -webkit-transition: background-position 0.1s linear;
486
- -moz-transition: background-position 0.1s linear;
487
- -o-transition: background-position 0.1s linear;
488
- transition: background-position 0.1s linear;
489
- }
490
-
491
- .selectize-control.single .selectize-input.disabled {
492
- background: #e6e6e6 !important;
493
- -webkit-box-shadow: none;
494
- -moz-box-shadow: none;
495
- box-shadow: none;
496
- }
497
-
498
- .selectize-control.multi .selectize-input {
499
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
500
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
501
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
502
- }
503
-
504
- .selectize-control.multi .selectize-input.has-items {
505
- padding-right: 7px;
506
- padding-left: 7px;
507
- }
508
-
509
- .selectize-control.multi .selectize-input > div {
510
- color: #333333;
511
- text-shadow: none;
512
- background-color: #f5f5f5;
513
- *background-color: #e6e6e6;
514
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
515
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
516
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
517
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
518
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
519
- background-repeat: repeat-x;
520
- border: 1px solid #cccccc;
521
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
522
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
523
- -webkit-border-radius: 4px;
524
- -moz-border-radius: 4px;
525
- border-radius: 4px;
526
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
527
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
528
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
529
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
530
- }
531
-
532
- .selectize-control.multi .selectize-input > div.active {
533
- color: #ffffff;
534
- text-shadow: none;
535
- background-color: #0081c2;
536
- *background-color: #0088cc;
537
- background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
538
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
539
- background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
540
- background-image: -o-linear-gradient(top, #0088cc, #0077b3);
541
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
542
- background-repeat: repeat-x;
543
- border: 1px solid #0088cc;
544
- border-color: #0077b3 #0077b3 #004466;
545
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
546
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
547
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
548
- -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
549
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
1
+ /**
2
+ * selectize.bootstrap2.css (v0.8.3) - Bootstrap 2 Theme
3
+ * Copyright (c) 2013 Brian Reavis & contributors
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
6
+ * file except in compliance with the License. You may obtain a copy of the License at:
7
+ * http://www.apache.org/licenses/LICENSE-2.0
8
+ *
9
+ * Unless required by applicable law or agreed to in writing, software distributed under
10
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ * ANY KIND, either express or implied. See the License for the specific language
12
+ * governing permissions and limitations under the License.
13
+ *
14
+ * @author Brian Reavis <brian@thirdroute.com>
15
+ */
16
+
17
+ .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
18
+ background: #f2f2f2 !important;
19
+ background: rgba(0, 0, 0, 0.06) !important;
20
+ border: 0 none !important;
21
+ visibility: visible !important;
22
+ -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
23
+ box-shadow: inset 0 0 12px 4px #ffffff;
24
+ }
25
+
26
+ .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
27
+ content: '!';
28
+ visibility: hidden;
29
+ }
30
+
31
+ .selectize-control.plugin-drag_drop .ui-sortable-helper {
32
+ -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
33
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
34
+ }
35
+
36
+ .selectize-dropdown-header {
37
+ position: relative;
38
+ padding: 3px 10px;
39
+ background: #f8f8f8;
40
+ border-bottom: 1px solid #d0d0d0;
41
+ -webkit-border-radius: 4px 4px 0 0;
42
+ -moz-border-radius: 4px 4px 0 0;
43
+ border-radius: 4px 4px 0 0;
44
+ }
45
+
46
+ .selectize-dropdown-header-close {
47
+ position: absolute;
48
+ top: 50%;
49
+ right: 10px;
50
+ margin-top: -12px;
51
+ font-size: 20px !important;
52
+ line-height: 20px;
53
+ color: #333333;
54
+ opacity: 0.4;
55
+ }
56
+
57
+ .selectize-dropdown-header-close:hover {
58
+ color: #000000;
59
+ }
60
+
61
+ .selectize-dropdown.plugin-optgroup_columns .optgroup {
62
+ float: left;
63
+ border-top: 0 none;
64
+ border-right: 1px solid #f2f2f2;
65
+ -webkit-box-sizing: border-box;
66
+ -moz-box-sizing: border-box;
67
+ box-sizing: border-box;
68
+ }
69
+
70
+ .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
71
+ border-right: 0 none;
72
+ }
73
+
74
+ .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
75
+ display: none;
76
+ }
77
+
78
+ .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
79
+ border-top: 0 none;
80
+ }
81
+
82
+ .selectize-control.plugin-remove_button [data-value] {
83
+ position: relative;
84
+ padding-right: 24px !important;
85
+ }
86
+
87
+ .selectize-control.plugin-remove_button [data-value] .remove {
88
+ position: absolute;
89
+ top: 0;
90
+ right: 0;
91
+ bottom: 0;
92
+ display: inline-block;
93
+ width: 17px;
94
+ padding: 1px 0 0 0;
95
+ font-size: 12px;
96
+ font-weight: bold;
97
+ color: inherit;
98
+ text-align: center;
99
+ text-decoration: none;
100
+ vertical-align: middle;
101
+ border-left: 1px solid #cccccc;
102
+ -webkit-border-radius: 0 2px 2px 0;
103
+ -moz-border-radius: 0 2px 2px 0;
104
+ border-radius: 0 2px 2px 0;
105
+ -webkit-box-sizing: border-box;
106
+ -moz-box-sizing: border-box;
107
+ box-sizing: border-box;
108
+ }
109
+
110
+ .selectize-control.plugin-remove_button [data-value] .remove:hover {
111
+ background: rgba(0, 0, 0, 0.05);
112
+ }
113
+
114
+ .selectize-control.plugin-remove_button [data-value].active .remove {
115
+ border-left-color: #0077b3;
116
+ }
117
+
118
+ .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
119
+ background: none;
120
+ }
121
+
122
+ .selectize-control.plugin-remove_button .disabled [data-value] .remove {
123
+ border-left-color: #e0e0e0;
124
+ }
125
+
126
+ .selectize-control {
127
+ position: relative;
128
+ }
129
+
130
+ .selectize-dropdown,
131
+ .selectize-input,
132
+ .selectize-input input {
133
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
134
+ font-size: 14px;
135
+ -webkit-font-smoothing: inherit;
136
+ line-height: 20px;
137
+ color: #333333;
138
+ }
139
+
140
+ .selectize-input,
141
+ .selectize-control.single .selectize-input.input-active {
142
+ display: inline-block;
143
+ cursor: text;
144
+ background: #ffffff;
145
+ }
146
+
147
+ .selectize-input {
148
+ position: relative;
149
+ z-index: 1;
150
+ display: inline-block;
151
+ width: 100%;
152
+ padding: 7px 10px;
153
+ overflow: hidden;
154
+ border: 1px solid #d0d0d0;
155
+ -webkit-border-radius: 4px;
156
+ -moz-border-radius: 4px;
157
+ border-radius: 4px;
158
+ -webkit-box-shadow: none;
159
+ box-shadow: none;
160
+ -webkit-box-sizing: border-box;
161
+ -moz-box-sizing: border-box;
162
+ box-sizing: border-box;
163
+ }
164
+
165
+ .selectize-control.multi .selectize-input.has-items {
166
+ padding: 5px 10px 2px;
167
+ }
168
+
169
+ .selectize-input.full {
170
+ background-color: #ffffff;
171
+ }
172
+
173
+ .selectize-input.disabled,
174
+ .selectize-input.disabled * {
175
+ cursor: default !important;
176
+ }
177
+
178
+ .selectize-input.focus {
179
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
180
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
181
+ }
182
+
183
+ .selectize-input.dropdown-active {
184
+ -webkit-border-radius: 4px 4px 0 0;
185
+ -moz-border-radius: 4px 4px 0 0;
186
+ border-radius: 4px 4px 0 0;
187
+ }
188
+
189
+ .selectize-input > * {
190
+ display: -moz-inline-stack;
191
+ display: inline-block;
192
+ *display: inline;
193
+ vertical-align: baseline;
194
+ zoom: 1;
195
+ }
196
+
197
+ .selectize-control.multi .selectize-input > div {
198
+ padding: 1px 3px;
199
+ margin: 0 3px 3px 0;
200
+ color: #333333;
201
+ cursor: pointer;
202
+ background: #e6e6e6;
203
+ border: 1px solid #cccccc;
204
+ }
205
+
206
+ .selectize-control.multi .selectize-input > div.active {
207
+ color: #ffffff;
208
+ background: #0088cc;
209
+ border: 1px solid #0077b3;
210
+ }
211
+
212
+ .selectize-control.multi .selectize-input.disabled > div,
213
+ .selectize-control.multi .selectize-input.disabled > div.active {
214
+ color: #474747;
215
+ background: #fafafa;
216
+ border: 1px solid #e0e0e0;
217
+ }
218
+
219
+ .selectize-input > input {
220
+ max-width: 100% !important;
221
+ max-height: none !important;
222
+ min-height: 0 !important;
223
+ padding: 0 !important;
224
+ margin: 0 !important;
225
+ line-height: inherit !important;
226
+ text-indent: 0 !important;
227
+ background: none !important;
228
+ border: 0 none !important;
229
+ -webkit-box-shadow: none !important;
230
+ box-shadow: none !important;
231
+ -webkit-user-select: auto !important;
232
+ }
233
+
234
+ .selectize-input > input:focus {
235
+ outline: none !important;
236
+ }
237
+
238
+ .selectize-input::after {
239
+ display: block;
240
+ clear: left;
241
+ content: ' ';
242
+ }
243
+
244
+ .selectize-input.dropdown-active::before {
245
+ position: absolute;
246
+ right: 0;
247
+ bottom: 0;
248
+ left: 0;
249
+ display: block;
250
+ height: 1px;
251
+ background: #e5e5e5;
252
+ content: ' ';
253
+ }
254
+
255
+ .selectize-dropdown {
256
+ position: absolute;
257
+ z-index: 10;
258
+ margin: -1px 0 0 0;
259
+ background: #ffffff;
260
+ border: 1px solid #d0d0d0;
261
+ border-top: 0 none;
262
+ -webkit-border-radius: 0 0 4px 4px;
263
+ -moz-border-radius: 0 0 4px 4px;
264
+ border-radius: 0 0 4px 4px;
265
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
266
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
267
+ -webkit-box-sizing: border-box;
268
+ -moz-box-sizing: border-box;
269
+ box-sizing: border-box;
270
+ }
271
+
272
+ .selectize-dropdown [data-selectable] {
273
+ overflow: hidden;
274
+ cursor: pointer;
275
+ }
276
+
277
+ .selectize-dropdown [data-selectable] .highlight {
278
+ background: rgba(255, 237, 40, 0.4);
279
+ -webkit-border-radius: 1px;
280
+ -moz-border-radius: 1px;
281
+ border-radius: 1px;
282
+ }
283
+
284
+ .selectize-dropdown [data-selectable],
285
+ .selectize-dropdown .optgroup-header {
286
+ padding: 3px 10px;
287
+ }
288
+
289
+ .selectize-dropdown .optgroup:first-child .optgroup-header {
290
+ border-top: 0 none;
291
+ }
292
+
293
+ .selectize-dropdown .optgroup-header {
294
+ color: #999999;
295
+ cursor: default;
296
+ background: #ffffff;
297
+ }
298
+
299
+ .selectize-dropdown .active {
300
+ color: #ffffff;
301
+ background-color: #0088cc;
302
+ }
303
+
304
+ .selectize-dropdown .active.create {
305
+ color: #ffffff;
306
+ }
307
+
308
+ .selectize-dropdown .create {
309
+ color: rgba(51, 51, 51, 0.5);
310
+ }
311
+
312
+ .selectize-dropdown-content {
313
+ max-height: 200px;
314
+ overflow-x: hidden;
315
+ overflow-y: auto;
316
+ }
317
+
318
+ .selectize-control.single .selectize-input,
319
+ .selectize-control.single .selectize-input input {
320
+ cursor: pointer;
321
+ }
322
+
323
+ .selectize-control.single .selectize-input.input-active,
324
+ .selectize-control.single .selectize-input.input-active input {
325
+ cursor: text;
326
+ }
327
+
328
+ .selectize-control.single .selectize-input:after {
329
+ position: absolute;
330
+ top: 50%;
331
+ right: 15px;
332
+ display: block;
333
+ width: 0;
334
+ height: 0;
335
+ margin-top: -3px;
336
+ border-color: #000000 transparent transparent transparent;
337
+ border-style: solid;
338
+ border-width: 5px 5px 0 5px;
339
+ content: ' ';
340
+ }
341
+
342
+ .selectize-control.single .selectize-input.dropdown-active:after {
343
+ margin-top: -4px;
344
+ border-color: transparent transparent #000000 transparent;
345
+ border-width: 0 5px 5px 5px;
346
+ }
347
+
348
+ .selectize-control.rtl.single .selectize-input:after {
349
+ right: auto;
350
+ left: 15px;
351
+ }
352
+
353
+ .selectize-control.rtl .selectize-input > input {
354
+ margin: 0 4px 0 -2px !important;
355
+ }
356
+
357
+ .selectize-control .selectize-input.disabled {
358
+ background-color: #ffffff;
359
+ opacity: 0.5;
360
+ }
361
+
362
+ .selectize-dropdown {
363
+ z-index: 1000;
364
+ margin: 2px 0 0 0;
365
+ border: 1px solid rgba(0, 0, 0, 0.2);
366
+ border-radius: 4px;
367
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
368
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
369
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
370
+ }
371
+
372
+ .selectize-dropdown .optgroup-header {
373
+ font-size: 11px;
374
+ font-weight: bold;
375
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
376
+ text-transform: uppercase;
377
+ }
378
+
379
+ .selectize-dropdown .optgroup:first-child:before {
380
+ display: none;
381
+ }
382
+
383
+ .selectize-dropdown .optgroup:before {
384
+ display: block;
385
+ *width: 100%;
386
+ height: 1px;
387
+ margin: 9px 1px;
388
+ *margin: -5px 0 5px;
389
+ margin-right: -10px;
390
+ margin-left: -10px;
391
+ overflow: hidden;
392
+ background-color: #e5e5e5;
393
+ border-bottom: 1px solid #ffffff;
394
+ content: ' ';
395
+ }
396
+
397
+ .selectize-dropdown [data-selectable].active {
398
+ background-color: #0081c2;
399
+ background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
400
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
401
+ background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
402
+ background-image: -o-linear-gradient(top, #0088cc, #0077b3);
403
+ background-image: linear-gradient(to bottom, #0088cc, #0077b3);
404
+ background-repeat: repeat-x;
405
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
406
+ }
407
+
408
+ .selectize-dropdown-content {
409
+ padding: 5px 0;
410
+ }
411
+
412
+ .selectize-dropdown-header {
413
+ padding: 6px 10px;
414
+ }
415
+
416
+ .selectize-input {
417
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
418
+ -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
419
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
420
+ transition: border linear 0.2s, box-shadow linear 0.2s;
421
+ }
422
+
423
+ .selectize-input.dropdown-active {
424
+ -webkit-border-radius: 4px;
425
+ -moz-border-radius: 4px;
426
+ border-radius: 4px;
427
+ }
428
+
429
+ .selectize-input.dropdown-active::before {
430
+ display: none;
431
+ }
432
+
433
+ .selectize-input.input-active,
434
+ .selectize-input.input-active:hover,
435
+ .selectize-control.multi .selectize-input.focus {
436
+ background: #ffffff !important;
437
+ border-color: rgba(82, 168, 236, 0.8) !important;
438
+ outline: 0 !important;
439
+ outline: thin dotted \9 !important;
440
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
441
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
442
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
443
+ }
444
+
445
+ .selectize-control.single .selectize-input {
446
+ color: #333333;
447
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
448
+ background-color: #f5f5f5;
449
+ *background-color: #e6e6e6;
450
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
451
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
452
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
453
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
454
+ background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
455
+ background-repeat: repeat-x;
456
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
457
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
458
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
459
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
460
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
461
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
462
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
463
+ }
464
+
465
+ .selectize-control.single .selectize-input:hover,
466
+ .selectize-control.single .selectize-input:focus,
467
+ .selectize-control.single .selectize-input:active,
468
+ .selectize-control.single .selectize-input.active,
469
+ .selectize-control.single .selectize-input.disabled,
470
+ .selectize-control.single .selectize-input[disabled] {
471
+ color: #333333;
472
+ background-color: #e6e6e6;
473
+ *background-color: #d9d9d9;
474
+ }
475
+
476
+ .selectize-control.single .selectize-input:active,
477
+ .selectize-control.single .selectize-input.active {
478
+ background-color: #cccccc \9;
479
+ }
480
+
481
+ .selectize-control.single .selectize-input:hover {
482
+ color: #333333;
483
+ text-decoration: none;
484
+ background-position: 0 -15px;
485
+ -webkit-transition: background-position 0.1s linear;
486
+ -moz-transition: background-position 0.1s linear;
487
+ -o-transition: background-position 0.1s linear;
488
+ transition: background-position 0.1s linear;
489
+ }
490
+
491
+ .selectize-control.single .selectize-input.disabled {
492
+ background: #e6e6e6 !important;
493
+ -webkit-box-shadow: none;
494
+ -moz-box-shadow: none;
495
+ box-shadow: none;
496
+ }
497
+
498
+ .selectize-control.multi .selectize-input {
499
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
500
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
501
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
502
+ }
503
+
504
+ .selectize-control.multi .selectize-input.has-items {
505
+ padding-right: 7px;
506
+ padding-left: 7px;
507
+ }
508
+
509
+ .selectize-control.multi .selectize-input > div {
510
+ color: #333333;
511
+ text-shadow: none;
512
+ background-color: #f5f5f5;
513
+ *background-color: #e6e6e6;
514
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
515
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
516
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
517
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
518
+ background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
519
+ background-repeat: repeat-x;
520
+ border: 1px solid #cccccc;
521
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
522
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
523
+ -webkit-border-radius: 4px;
524
+ -moz-border-radius: 4px;
525
+ border-radius: 4px;
526
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
527
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
528
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
529
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
530
+ }
531
+
532
+ .selectize-control.multi .selectize-input > div.active {
533
+ color: #ffffff;
534
+ text-shadow: none;
535
+ background-color: #0081c2;
536
+ *background-color: #0088cc;
537
+ background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
538
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
539
+ background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
540
+ background-image: -o-linear-gradient(top, #0088cc, #0077b3);
541
+ background-image: linear-gradient(to bottom, #0088cc, #0077b3);
542
+ background-repeat: repeat-x;
543
+ border: 1px solid #0088cc;
544
+ border-color: #0077b3 #0077b3 #004466;
545
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
546
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
547
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
548
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
549
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
550
550
  }