@lmjs/core 1.0.7 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2822 @@
1
+ /* LumenJS V2 plugins CSS — generated by packages/core/build/bundle.js, do not edit directly */
2
+ .select2-container {
3
+ box-sizing: border-box;
4
+ display: inline-block;
5
+ margin: 0;
6
+ position: relative;
7
+ vertical-align: middle;
8
+ }
9
+ .select2-container .select2-selection--single {
10
+ box-sizing: border-box;
11
+ cursor: pointer;
12
+ display: block;
13
+ height: 28px;
14
+ user-select: none;
15
+ -webkit-user-select: none;
16
+ }
17
+ .select2-container .select2-selection--single .select2-selection__rendered {
18
+ display: block;
19
+ padding-left: 8px;
20
+ padding-right: 20px;
21
+ overflow: hidden;
22
+ text-overflow: ellipsis;
23
+ white-space: nowrap;
24
+ }
25
+ .select2-container .select2-selection--single .select2-selection__clear {
26
+ background-color: transparent;
27
+ border: none;
28
+ font-size: 1em;
29
+ }
30
+ .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
31
+ padding-right: 8px;
32
+ padding-left: 20px;
33
+ }
34
+ .select2-container .select2-selection--multiple {
35
+ box-sizing: border-box;
36
+ cursor: pointer;
37
+ display: block;
38
+ min-height: 32px;
39
+ user-select: none;
40
+ -webkit-user-select: none;
41
+ }
42
+ .select2-container .select2-selection--multiple .select2-selection__rendered {
43
+ display: inline;
44
+ list-style: none;
45
+ padding: 0;
46
+ }
47
+ .select2-container .select2-selection--multiple .select2-selection__clear {
48
+ background-color: transparent;
49
+ border: none;
50
+ font-size: 1em;
51
+ }
52
+ .select2-container .select2-search--inline .select2-search__field {
53
+ box-sizing: border-box;
54
+ border: none;
55
+ font-size: 100%;
56
+ margin-top: 5px;
57
+ margin-left: 5px;
58
+ padding: 0;
59
+ max-width: 100%;
60
+ resize: none;
61
+ height: 20px;
62
+ vertical-align: bottom;
63
+ font-family: sans-serif;
64
+ overflow: hidden;
65
+ word-break: keep-all;
66
+ }
67
+ .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
68
+ -webkit-appearance: none;
69
+ }
70
+ .select2-container .select2-search--inline .select2-search__field::placeholder {
71
+ line-height: normal;
72
+ }
73
+
74
+ .select2-dropdown {
75
+ background-color: white;
76
+ border: 1px solid #aaa;
77
+ border-radius: 4px;
78
+ box-sizing: border-box;
79
+ display: block;
80
+ position: absolute;
81
+ left: -100000px;
82
+ width: 100%;
83
+ z-index: 1051;
84
+ }
85
+
86
+ .select2-results {
87
+ display: block;
88
+ }
89
+
90
+ .select2-results__options {
91
+ list-style: none;
92
+ margin: 0;
93
+ padding: 0;
94
+ }
95
+
96
+ .select2-results__option {
97
+ padding: 6px;
98
+ user-select: none;
99
+ -webkit-user-select: none;
100
+ }
101
+
102
+ .select2-results__option--selectable {
103
+ cursor: pointer;
104
+ }
105
+
106
+ .select2-container--open .select2-dropdown {
107
+ left: 0;
108
+ }
109
+
110
+ .select2-container--open .select2-dropdown--above {
111
+ border-bottom: none;
112
+ border-bottom-left-radius: 0;
113
+ border-bottom-right-radius: 0;
114
+ }
115
+
116
+ .select2-container--open .select2-dropdown--below {
117
+ border-top: none;
118
+ border-top-left-radius: 0;
119
+ border-top-right-radius: 0;
120
+ }
121
+
122
+ .select2-search--dropdown {
123
+ display: block;
124
+ padding: 4px;
125
+ }
126
+
127
+ .select2-search--dropdown .select2-search__field {
128
+ padding: 4px;
129
+ width: 100%;
130
+ box-sizing: border-box;
131
+ }
132
+
133
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
134
+ -webkit-appearance: none;
135
+ }
136
+
137
+ .select2-search--dropdown.select2-search--hide {
138
+ display: none;
139
+ }
140
+
141
+ .select2-close-mask {
142
+ border: 0;
143
+ margin: 0;
144
+ padding: 0;
145
+ display: block;
146
+ position: fixed;
147
+ left: 0;
148
+ top: 0;
149
+ min-height: 100%;
150
+ min-width: 100%;
151
+ height: auto;
152
+ width: auto;
153
+ opacity: 0;
154
+ z-index: 99;
155
+ background-color: #fff;
156
+ filter: alpha(opacity=0);
157
+ }
158
+
159
+ .select2-hidden-accessible {
160
+ border: 0 !important;
161
+ clip: rect(0 0 0 0) !important;
162
+ -webkit-clip-path: inset(50%) !important;
163
+ clip-path: inset(50%) !important;
164
+ height: 1px !important;
165
+ overflow: hidden !important;
166
+ padding: 0 !important;
167
+ position: absolute !important;
168
+ width: 1px !important;
169
+ white-space: nowrap !important;
170
+ }
171
+
172
+ .select2-container--default .select2-selection--single {
173
+ background-color: #fff;
174
+ border: 1px solid #aaa;
175
+ border-radius: 4px;
176
+ }
177
+
178
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
179
+ color: #444;
180
+ line-height: 28px;
181
+ }
182
+
183
+ .select2-container--default .select2-selection--single .select2-selection__clear {
184
+ cursor: pointer;
185
+ float: right;
186
+ font-weight: bold;
187
+ height: 26px;
188
+ margin-right: 20px;
189
+ padding-right: 0px;
190
+ }
191
+
192
+ .select2-container--default .select2-selection--single .select2-selection__placeholder {
193
+ color: #999;
194
+ }
195
+
196
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
197
+ height: 26px;
198
+ position: absolute;
199
+ top: 1px;
200
+ right: 1px;
201
+ width: 20px;
202
+ }
203
+
204
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
205
+ border-color: #888 transparent transparent transparent;
206
+ border-style: solid;
207
+ border-width: 5px 4px 0 4px;
208
+ height: 0;
209
+ left: 50%;
210
+ margin-left: -4px;
211
+ margin-top: -2px;
212
+ position: absolute;
213
+ top: 50%;
214
+ width: 0;
215
+ }
216
+
217
+ .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
218
+ float: left;
219
+ }
220
+
221
+ .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
222
+ left: 1px;
223
+ right: auto;
224
+ }
225
+
226
+ .select2-container--default.select2-container--disabled .select2-selection--single {
227
+ background-color: #eee;
228
+ cursor: default;
229
+ }
230
+
231
+ .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
232
+ display: none;
233
+ }
234
+
235
+ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
236
+ border-color: transparent transparent #888 transparent;
237
+ border-width: 0 4px 5px 4px;
238
+ }
239
+
240
+ .select2-container--default .select2-selection--multiple {
241
+ background-color: white;
242
+ border: 1px solid #aaa;
243
+ border-radius: 4px;
244
+ cursor: text;
245
+ padding-bottom: 5px;
246
+ padding-right: 5px;
247
+ position: relative;
248
+ }
249
+
250
+ .select2-container--default .select2-selection--multiple.select2-selection--clearable {
251
+ padding-right: 25px;
252
+ }
253
+
254
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
255
+ cursor: pointer;
256
+ font-weight: bold;
257
+ height: 20px;
258
+ margin-right: 10px;
259
+ margin-top: 5px;
260
+ position: absolute;
261
+ right: 0;
262
+ padding: 1px;
263
+ }
264
+
265
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
266
+ background-color: #e4e4e4;
267
+ border: 1px solid #aaa;
268
+ border-radius: 4px;
269
+ box-sizing: border-box;
270
+ display: inline-block;
271
+ margin-left: 5px;
272
+ margin-top: 5px;
273
+ padding: 0;
274
+ padding-left: 20px;
275
+ position: relative;
276
+ max-width: 100%;
277
+ overflow: hidden;
278
+ text-overflow: ellipsis;
279
+ vertical-align: bottom;
280
+ white-space: nowrap;
281
+ }
282
+
283
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
284
+ cursor: default;
285
+ padding-left: 2px;
286
+ padding-right: 5px;
287
+ }
288
+
289
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
290
+ background-color: transparent;
291
+ border: none;
292
+ border-right: 1px solid #aaa;
293
+ border-top-left-radius: 4px;
294
+ border-bottom-left-radius: 4px;
295
+ color: #999;
296
+ cursor: pointer;
297
+ font-size: 1em;
298
+ font-weight: bold;
299
+ padding: 0 4px;
300
+ position: absolute;
301
+ left: 0;
302
+ top: 0;
303
+ }
304
+
305
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
306
+ background-color: #f1f1f1;
307
+ color: #333;
308
+ outline: none;
309
+ }
310
+
311
+ .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
312
+ padding: 0 20px 0 0;
313
+ margin-left: 5px;
314
+ margin-right: auto;
315
+ }
316
+
317
+ .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
318
+ padding-left: 5px;
319
+ padding-right: 2px;
320
+ }
321
+
322
+ .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
323
+ left: auto;
324
+ right: 0;
325
+ border-left: 1px solid #aaa;
326
+ border-right: none;
327
+ border-top-left-radius: 0;
328
+ border-bottom-left-radius: 0;
329
+ border-top-right-radius: 4px;
330
+ border-bottom-right-radius: 4px;
331
+ }
332
+
333
+ .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
334
+ float: left;
335
+ margin-left: 10px;
336
+ margin-right: auto;
337
+ }
338
+
339
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
340
+ border: solid black 1px;
341
+ outline: 0;
342
+ }
343
+
344
+ .select2-container--default.select2-container--disabled .select2-selection--multiple {
345
+ background-color: #eee;
346
+ cursor: default;
347
+ }
348
+
349
+ .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
350
+ display: none;
351
+ }
352
+
353
+ .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
354
+ border-top-left-radius: 0;
355
+ border-top-right-radius: 0;
356
+ }
357
+
358
+ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
359
+ border-bottom-left-radius: 0;
360
+ border-bottom-right-radius: 0;
361
+ }
362
+
363
+ .select2-container--default .select2-search--dropdown .select2-search__field {
364
+ border: 1px solid #aaa;
365
+ }
366
+
367
+ .select2-container--default .select2-search--inline .select2-search__field {
368
+ background: transparent;
369
+ border: none;
370
+ outline: 0;
371
+ box-shadow: none;
372
+ -webkit-appearance: textfield;
373
+ }
374
+
375
+ .select2-container--default .select2-results > .select2-results__options {
376
+ max-height: 200px;
377
+ overflow-y: auto;
378
+ }
379
+
380
+ .select2-container--default .select2-results__option .select2-results__option {
381
+ padding-left: 1em;
382
+ }
383
+
384
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
385
+ padding-left: 0;
386
+ }
387
+
388
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
389
+ margin-left: -1em;
390
+ padding-left: 2em;
391
+ }
392
+
393
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
394
+ margin-left: -2em;
395
+ padding-left: 3em;
396
+ }
397
+
398
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
399
+ margin-left: -3em;
400
+ padding-left: 4em;
401
+ }
402
+
403
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
404
+ margin-left: -4em;
405
+ padding-left: 5em;
406
+ }
407
+
408
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
409
+ margin-left: -5em;
410
+ padding-left: 6em;
411
+ }
412
+
413
+ .select2-container--default .select2-results__option--group {
414
+ padding: 0;
415
+ }
416
+
417
+ .select2-container--default .select2-results__option--disabled {
418
+ color: #999;
419
+ }
420
+
421
+ .select2-container--default .select2-results__option--selected {
422
+ background-color: #ddd;
423
+ }
424
+
425
+ .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
426
+ background-color: #5897fb;
427
+ color: white;
428
+ }
429
+
430
+ .select2-container--default .select2-results__group {
431
+ cursor: default;
432
+ display: block;
433
+ padding: 6px;
434
+ }
435
+
436
+ .select2-container--classic .select2-selection--single {
437
+ background-color: rgb(246.5, 246.5, 246.5);
438
+ border: 1px solid #aaa;
439
+ border-radius: 4px;
440
+ outline: 0;
441
+ background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
442
+ background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
443
+ background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
444
+ background-repeat: repeat-x;
445
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
446
+ }
447
+
448
+ .select2-container--classic .select2-selection--single:focus {
449
+ border: 1px solid #5897fb;
450
+ }
451
+
452
+ .select2-container--classic .select2-selection--single .select2-selection__rendered {
453
+ color: #444;
454
+ line-height: 28px;
455
+ }
456
+
457
+ .select2-container--classic .select2-selection--single .select2-selection__clear {
458
+ cursor: pointer;
459
+ float: right;
460
+ font-weight: bold;
461
+ height: 26px;
462
+ margin-right: 20px;
463
+ }
464
+
465
+ .select2-container--classic .select2-selection--single .select2-selection__placeholder {
466
+ color: #999;
467
+ }
468
+
469
+ .select2-container--classic .select2-selection--single .select2-selection__arrow {
470
+ background-color: #ddd;
471
+ border: none;
472
+ border-left: 1px solid #aaa;
473
+ border-top-right-radius: 4px;
474
+ border-bottom-right-radius: 4px;
475
+ height: 26px;
476
+ position: absolute;
477
+ top: 1px;
478
+ right: 1px;
479
+ width: 20px;
480
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
481
+ background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
482
+ background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
483
+ background-repeat: repeat-x;
484
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
485
+ }
486
+
487
+ .select2-container--classic .select2-selection--single .select2-selection__arrow b {
488
+ border-color: #888 transparent transparent transparent;
489
+ border-style: solid;
490
+ border-width: 5px 4px 0 4px;
491
+ height: 0;
492
+ left: 50%;
493
+ margin-left: -4px;
494
+ margin-top: -2px;
495
+ position: absolute;
496
+ top: 50%;
497
+ width: 0;
498
+ }
499
+
500
+ .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
501
+ float: left;
502
+ }
503
+
504
+ .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
505
+ border: none;
506
+ border-right: 1px solid #aaa;
507
+ border-radius: 0;
508
+ border-top-left-radius: 4px;
509
+ border-bottom-left-radius: 4px;
510
+ left: 1px;
511
+ right: auto;
512
+ }
513
+
514
+ .select2-container--classic.select2-container--open .select2-selection--single {
515
+ border: 1px solid #5897fb;
516
+ }
517
+
518
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
519
+ background: transparent;
520
+ border: none;
521
+ }
522
+
523
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
524
+ border-color: transparent transparent #888 transparent;
525
+ border-width: 0 4px 5px 4px;
526
+ }
527
+
528
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
529
+ border-top: none;
530
+ border-top-left-radius: 0;
531
+ border-top-right-radius: 0;
532
+ background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
533
+ background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
534
+ background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
535
+ background-repeat: repeat-x;
536
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
537
+ }
538
+
539
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
540
+ border-bottom: none;
541
+ border-bottom-left-radius: 0;
542
+ border-bottom-right-radius: 0;
543
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
544
+ background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
545
+ background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
546
+ background-repeat: repeat-x;
547
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
548
+ }
549
+
550
+ .select2-container--classic .select2-selection--multiple {
551
+ background-color: white;
552
+ border: 1px solid #aaa;
553
+ border-radius: 4px;
554
+ cursor: text;
555
+ outline: 0;
556
+ padding-bottom: 5px;
557
+ padding-right: 5px;
558
+ }
559
+
560
+ .select2-container--classic .select2-selection--multiple:focus {
561
+ border: 1px solid #5897fb;
562
+ }
563
+
564
+ .select2-container--classic .select2-selection--multiple .select2-selection__clear {
565
+ display: none;
566
+ }
567
+
568
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice {
569
+ background-color: #e4e4e4;
570
+ border: 1px solid #aaa;
571
+ border-radius: 4px;
572
+ display: inline-block;
573
+ margin-left: 5px;
574
+ margin-top: 5px;
575
+ padding: 0;
576
+ }
577
+
578
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
579
+ cursor: default;
580
+ padding-left: 2px;
581
+ padding-right: 5px;
582
+ }
583
+
584
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
585
+ background-color: transparent;
586
+ border: none;
587
+ border-top-left-radius: 4px;
588
+ border-bottom-left-radius: 4px;
589
+ color: #888;
590
+ cursor: pointer;
591
+ font-size: 1em;
592
+ font-weight: bold;
593
+ padding: 0 4px;
594
+ }
595
+
596
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
597
+ color: #555;
598
+ outline: none;
599
+ }
600
+
601
+ .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
602
+ margin-left: 5px;
603
+ margin-right: auto;
604
+ }
605
+
606
+ .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
607
+ padding-left: 5px;
608
+ padding-right: 2px;
609
+ }
610
+
611
+ .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
612
+ border-top-left-radius: 0;
613
+ border-bottom-left-radius: 0;
614
+ border-top-right-radius: 4px;
615
+ border-bottom-right-radius: 4px;
616
+ }
617
+
618
+ .select2-container--classic.select2-container--open .select2-selection--multiple {
619
+ border: 1px solid #5897fb;
620
+ }
621
+
622
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
623
+ border-top: none;
624
+ border-top-left-radius: 0;
625
+ border-top-right-radius: 0;
626
+ }
627
+
628
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
629
+ border-bottom: none;
630
+ border-bottom-left-radius: 0;
631
+ border-bottom-right-radius: 0;
632
+ }
633
+
634
+ .select2-container--classic .select2-search--dropdown .select2-search__field {
635
+ border: 1px solid #aaa;
636
+ outline: 0;
637
+ }
638
+
639
+ .select2-container--classic .select2-search--inline .select2-search__field {
640
+ outline: 0;
641
+ box-shadow: none;
642
+ }
643
+
644
+ .select2-container--classic .select2-dropdown {
645
+ background-color: white;
646
+ border: 1px solid transparent;
647
+ }
648
+
649
+ .select2-container--classic .select2-dropdown--above {
650
+ border-bottom: none;
651
+ }
652
+
653
+ .select2-container--classic .select2-dropdown--below {
654
+ border-top: none;
655
+ }
656
+
657
+ .select2-container--classic .select2-results > .select2-results__options {
658
+ max-height: 200px;
659
+ overflow-y: auto;
660
+ }
661
+
662
+ .select2-container--classic .select2-results__option--group {
663
+ padding: 0;
664
+ }
665
+
666
+ .select2-container--classic .select2-results__option--disabled {
667
+ color: grey;
668
+ }
669
+
670
+ .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
671
+ background-color: #3875d7;
672
+ color: white;
673
+ }
674
+
675
+ .select2-container--classic .select2-results__group {
676
+ cursor: default;
677
+ display: block;
678
+ padding: 6px;
679
+ }
680
+
681
+ .select2-container--classic.select2-container--open .select2-dropdown {
682
+ border-color: #5897fb;
683
+ }
684
+ /*! Flickity v3.0.0
685
+ https://flickity.metafizzy.co
686
+ ---------------------------------------------- */
687
+
688
+ .flickity-enabled {
689
+ position: relative;
690
+ }
691
+
692
+ .flickity-enabled:focus { outline: none; }
693
+
694
+ .flickity-viewport {
695
+ overflow: hidden;
696
+ position: relative;
697
+ height: 100%;
698
+ touch-action: pan-y;
699
+ }
700
+
701
+ .flickity-slider {
702
+ position: absolute;
703
+ width: 100%;
704
+ height: 100%;
705
+ left: 0;
706
+ }
707
+
708
+ .flickity-rtl .flickity-slider {
709
+ left: unset;
710
+ right: 0;
711
+ }
712
+
713
+ /* draggable */
714
+
715
+ .flickity-enabled.is-draggable {
716
+ -webkit-tap-highlight-color: transparent;
717
+ user-select: none;
718
+ }
719
+
720
+ .flickity-enabled.is-draggable .flickity-viewport {
721
+ cursor: move;
722
+ cursor: grab;
723
+ }
724
+
725
+ .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
726
+ cursor: grabbing;
727
+ }
728
+
729
+ /* ---- flickity-cell ---- */
730
+
731
+ .flickity-cell {
732
+ position: absolute;
733
+ left: 0;
734
+ }
735
+
736
+ .flickity-rtl .flickity-cell {
737
+ left: unset;
738
+ right: 0;
739
+ }
740
+
741
+ /* ---- flickity-button ---- */
742
+
743
+ .flickity-button {
744
+ position: absolute;
745
+ background: hsl(0 0% 100% / 75%);
746
+ border: none;
747
+ color: #333;
748
+ }
749
+
750
+ .flickity-button:hover {
751
+ background: white;
752
+ cursor: pointer;
753
+ }
754
+
755
+ .flickity-button:focus {
756
+ outline: none;
757
+ box-shadow: 0 0 0 5px #19F;
758
+ }
759
+
760
+ .flickity-button:active {
761
+ opacity: 0.6;
762
+ }
763
+
764
+ .flickity-button:disabled {
765
+ opacity: 0.3;
766
+ cursor: auto;
767
+ /* prevent disabled button from capturing pointer up event. #716 */
768
+ pointer-events: none;
769
+ }
770
+
771
+ .flickity-button-icon {
772
+ fill: currentColor;
773
+ }
774
+
775
+ /* ---- previous/next buttons ---- */
776
+
777
+ .flickity-prev-next-button {
778
+ top: 50%;
779
+ width: 44px;
780
+ height: 44px;
781
+ border-radius: 50%;
782
+ /* vertically center */
783
+ transform: translateY(-50%);
784
+ }
785
+
786
+ .flickity-prev-next-button.previous { left: 10px; }
787
+ .flickity-prev-next-button.next { right: 10px; }
788
+ /* right to left */
789
+ .flickity-rtl .flickity-prev-next-button.previous {
790
+ left: auto;
791
+ right: 10px;
792
+ }
793
+
794
+ .flickity-rtl .flickity-prev-next-button.next {
795
+ right: auto;
796
+ left: 10px;
797
+ }
798
+
799
+ .flickity-prev-next-button .flickity-button-icon {
800
+ position: absolute;
801
+ left: 20%;
802
+ top: 20%;
803
+ width: 60%;
804
+ height: 60%;
805
+ }
806
+
807
+ /* ---- page dots ---- */
808
+
809
+ .flickity-page-dots {
810
+ position: absolute;
811
+ width: 100%;
812
+ bottom: -25px;
813
+ text-align: center;
814
+ display: flex;
815
+ justify-content: center;
816
+ flex-wrap: wrap;
817
+ }
818
+
819
+ .flickity-rtl .flickity-page-dots { direction: rtl; }
820
+
821
+ .flickity-page-dot {
822
+ display: block;
823
+ width: 10px;
824
+ height: 10px;
825
+ padding: 0;
826
+ margin: 0 8px;
827
+ background: hsl(0 0% 20% / 25%);
828
+ border-radius: 50%;
829
+ cursor: pointer;
830
+ appearance: none;
831
+ border: none;
832
+ text-indent: -9999px;
833
+ overflow: hidden;
834
+ }
835
+
836
+ .flickity-rtl .flickity-page-dot {
837
+ text-indent: 9999px;
838
+ }
839
+
840
+ .flickity-page-dot:focus {
841
+ outline: none;
842
+ box-shadow: 0 0 0 5px #19F;
843
+ }
844
+
845
+ .flickity-page-dot.is-selected {
846
+ background: hsl(0 0% 20% / 100%);
847
+ }
848
+
849
+ /*!
850
+ * Bootstrap Colorpicker v2.5.2
851
+ * https://itsjavi.com/bootstrap-colorpicker/
852
+ *
853
+ * Originally written by (c) 2012 Stefan Petre
854
+ * Licensed under the Apache License v2.0
855
+ * http://www.apache.org/licenses/LICENSE-2.0.txt
856
+ *
857
+ */
858
+ .colorpicker-saturation {
859
+ width: 100px;
860
+ height: 100px;
861
+ background-image: url("data:image/png;base64,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");
862
+ cursor: crosshair;
863
+ float: left;
864
+ }
865
+ .colorpicker-saturation i {
866
+ display: block;
867
+ height: 5px;
868
+ width: 5px;
869
+ border: 1px solid #000;
870
+ -webkit-border-radius: 5px;
871
+ -moz-border-radius: 5px;
872
+ border-radius: 5px;
873
+ position: absolute;
874
+ top: 0;
875
+ left: 0;
876
+ margin: -4px 0 0 -4px;
877
+ }
878
+ .colorpicker-saturation i b {
879
+ display: block;
880
+ height: 5px;
881
+ width: 5px;
882
+ border: 1px solid #fff;
883
+ -webkit-border-radius: 5px;
884
+ -moz-border-radius: 5px;
885
+ border-radius: 5px;
886
+ }
887
+ .colorpicker-hue,
888
+ .colorpicker-alpha {
889
+ width: 15px;
890
+ height: 100px;
891
+ float: left;
892
+ cursor: row-resize;
893
+ margin-left: 4px;
894
+ margin-bottom: 4px;
895
+ }
896
+ .colorpicker-hue i,
897
+ .colorpicker-alpha i {
898
+ display: block;
899
+ height: 1px;
900
+ background: #000;
901
+ border-top: 1px solid #fff;
902
+ position: absolute;
903
+ top: 0;
904
+ left: 0;
905
+ width: 100%;
906
+ margin-top: -1px;
907
+ }
908
+ .colorpicker-hue {
909
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC");
910
+ }
911
+ .colorpicker-alpha {
912
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
913
+ display: none;
914
+ }
915
+ .colorpicker-saturation,
916
+ .colorpicker-hue,
917
+ .colorpicker-alpha {
918
+ background-size: contain;
919
+ }
920
+ .colorpicker {
921
+ padding: 4px;
922
+ min-width: 130px;
923
+ margin-top: 1px;
924
+ -webkit-border-radius: 4px;
925
+ -moz-border-radius: 4px;
926
+ border-radius: 4px;
927
+ z-index: 2500;
928
+ }
929
+ .colorpicker:before,
930
+ .colorpicker:after {
931
+ display: table;
932
+ content: "";
933
+ line-height: 0;
934
+ }
935
+ .colorpicker:after {
936
+ clear: both;
937
+ }
938
+ .colorpicker:before {
939
+ content: '';
940
+ display: inline-block;
941
+ border-left: 7px solid transparent;
942
+ border-right: 7px solid transparent;
943
+ border-bottom: 7px solid #ccc;
944
+ border-bottom-color: rgba(0, 0, 0, 0.2);
945
+ position: absolute;
946
+ top: -7px;
947
+ left: 6px;
948
+ }
949
+ .colorpicker:after {
950
+ content: '';
951
+ display: inline-block;
952
+ border-left: 6px solid transparent;
953
+ border-right: 6px solid transparent;
954
+ border-bottom: 6px solid #ffffff;
955
+ position: absolute;
956
+ top: -6px;
957
+ left: 7px;
958
+ }
959
+ .colorpicker div {
960
+ position: relative;
961
+ }
962
+ .colorpicker.colorpicker-with-alpha {
963
+ min-width: 140px;
964
+ }
965
+ .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
966
+ display: block;
967
+ }
968
+ .colorpicker-color {
969
+ height: 10px;
970
+ margin-top: 5px;
971
+ clear: both;
972
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
973
+ background-position: 0 100%;
974
+ }
975
+ .colorpicker-color div {
976
+ height: 10px;
977
+ }
978
+ .colorpicker-selectors {
979
+ display: none;
980
+ height: 10px;
981
+ margin-top: 5px;
982
+ clear: both;
983
+ }
984
+ .colorpicker-selectors i {
985
+ cursor: pointer;
986
+ float: left;
987
+ height: 10px;
988
+ width: 10px;
989
+ }
990
+ .colorpicker-selectors i + i {
991
+ margin-left: 3px;
992
+ }
993
+ .colorpicker-element .input-group-addon i,
994
+ .colorpicker-element .add-on i {
995
+ display: inline-block;
996
+ cursor: pointer;
997
+ height: 16px;
998
+ vertical-align: text-top;
999
+ width: 16px;
1000
+ }
1001
+ .colorpicker.colorpicker-inline {
1002
+ position: relative;
1003
+ display: inline-block;
1004
+ float: none;
1005
+ z-index: auto;
1006
+ }
1007
+ .colorpicker.colorpicker-horizontal {
1008
+ width: 110px;
1009
+ min-width: 110px;
1010
+ height: auto;
1011
+ }
1012
+ .colorpicker.colorpicker-horizontal .colorpicker-saturation {
1013
+ margin-bottom: 4px;
1014
+ }
1015
+ .colorpicker.colorpicker-horizontal .colorpicker-color {
1016
+ width: 100px;
1017
+ }
1018
+ .colorpicker.colorpicker-horizontal .colorpicker-hue,
1019
+ .colorpicker.colorpicker-horizontal .colorpicker-alpha {
1020
+ width: 100px;
1021
+ height: 15px;
1022
+ float: left;
1023
+ cursor: col-resize;
1024
+ margin-left: 0px;
1025
+ margin-bottom: 4px;
1026
+ }
1027
+ .colorpicker.colorpicker-horizontal .colorpicker-hue i,
1028
+ .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
1029
+ display: block;
1030
+ height: 15px;
1031
+ background: #ffffff;
1032
+ position: absolute;
1033
+ top: 0;
1034
+ left: 0;
1035
+ width: 1px;
1036
+ border: none;
1037
+ margin-top: 0px;
1038
+ }
1039
+ .colorpicker.colorpicker-horizontal .colorpicker-hue {
1040
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==");
1041
+ }
1042
+ .colorpicker.colorpicker-horizontal .colorpicker-alpha {
1043
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=");
1044
+ }
1045
+ .colorpicker-right:before {
1046
+ left: auto;
1047
+ right: 6px;
1048
+ }
1049
+ .colorpicker-right:after {
1050
+ left: auto;
1051
+ right: 7px;
1052
+ }
1053
+ .colorpicker-no-arrow:before {
1054
+ border-right: 0;
1055
+ border-left: 0;
1056
+ }
1057
+ .colorpicker-no-arrow:after {
1058
+ border-right: 0;
1059
+ border-left: 0;
1060
+ }
1061
+ .colorpicker.colorpicker-visible,
1062
+ .colorpicker-alpha.colorpicker-visible,
1063
+ .colorpicker-saturation.colorpicker-visible,
1064
+ .colorpicker-hue.colorpicker-visible,
1065
+ .colorpicker-selectors.colorpicker-visible {
1066
+ display: block;
1067
+ }
1068
+ .colorpicker.colorpicker-hidden,
1069
+ .colorpicker-alpha.colorpicker-hidden,
1070
+ .colorpicker-saturation.colorpicker-hidden,
1071
+ .colorpicker-hue.colorpicker-hidden,
1072
+ .colorpicker-selectors.colorpicker-hidden {
1073
+ display: none;
1074
+ }
1075
+ .colorpicker-inline.colorpicker-visible {
1076
+ display: inline-block;
1077
+ }
1078
+ /*# sourceMappingURL=bootstrap-colorpicker.css.map */
1079
+ /*!
1080
+ * Datepicker for Bootstrap
1081
+ *
1082
+ * Copyright 2012 Stefan Petre
1083
+ * Licensed under the Apache License v2.0
1084
+ * http://www.apache.org/licenses/LICENSE-2.0
1085
+ *
1086
+ */
1087
+ .bootstrap-datetimepicker-widget {
1088
+ top: 0;
1089
+ left: 0;
1090
+ width: 250px;
1091
+ padding: 4px;
1092
+ margin-top: 1px;
1093
+ border-radius: 4px;
1094
+ /*.dow {
1095
+ border-top: 1px solid #ddd !important;
1096
+ }*/
1097
+ }
1098
+ .bootstrap-datetimepicker-widget:before {
1099
+ content: '';
1100
+ display: inline-block;
1101
+ border-left: 7px solid transparent;
1102
+ border-right: 7px solid transparent;
1103
+ border-bottom: 7px solid #ccc;
1104
+ border-bottom-color: rgba(0, 0, 0, 0.2);
1105
+ position: absolute;
1106
+ top: -7px;
1107
+ left: 6px;
1108
+ }
1109
+ .bootstrap-datetimepicker-widget:after {
1110
+ content: '';
1111
+ display: inline-block;
1112
+ border-left: 6px solid transparent;
1113
+ border-right: 6px solid transparent;
1114
+ border-bottom: 6px solid #ffffff;
1115
+ position: absolute;
1116
+ top: -6px;
1117
+ left: 7px;
1118
+ }
1119
+ .bootstrap-datetimepicker-widget > ul {
1120
+ list-style-type: none;
1121
+ margin: 0;
1122
+ }
1123
+ .bootstrap-datetimepicker-widget .timepicker-hour,
1124
+ .bootstrap-datetimepicker-widget .timepicker-minute,
1125
+ .bootstrap-datetimepicker-widget .timepicker-second {
1126
+ font-weight: bold;
1127
+ font-size: 1.2em;
1128
+ }
1129
+ .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
1130
+ width: 4px;
1131
+ padding: 0;
1132
+ margin: 0;
1133
+ }
1134
+ .bootstrap-datetimepicker-widget .datepicker > div {
1135
+ display: none;
1136
+ }
1137
+ .bootstrap-datetimepicker-widget .picker-switch {
1138
+ text-align: center;
1139
+ }
1140
+ .bootstrap-datetimepicker-widget table {
1141
+ width: 100%;
1142
+ margin: 0;
1143
+ }
1144
+ .bootstrap-datetimepicker-widget td,
1145
+ .bootstrap-datetimepicker-widget th {
1146
+ text-align: center;
1147
+ width: 20px;
1148
+ height: 20px;
1149
+ border-radius: 4px;
1150
+ }
1151
+ .bootstrap-datetimepicker-widget td.day:hover,
1152
+ .bootstrap-datetimepicker-widget td.hour:hover,
1153
+ .bootstrap-datetimepicker-widget td.minute:hover,
1154
+ .bootstrap-datetimepicker-widget td.second:hover {
1155
+ background: #eeeeee;
1156
+ cursor: pointer;
1157
+ }
1158
+ .bootstrap-datetimepicker-widget td.old,
1159
+ .bootstrap-datetimepicker-widget td.new {
1160
+ color: #999999;
1161
+ }
1162
+ .bootstrap-datetimepicker-widget td.active,
1163
+ .bootstrap-datetimepicker-widget td.active:hover {
1164
+ background-color: #0030cc;
1165
+ background-image: linear-gradient(to bottom, #0074cc, #0030cc);
1166
+ color: #fff;
1167
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1168
+ }
1169
+ .bootstrap-datetimepicker-widget td.active:hover,
1170
+ .bootstrap-datetimepicker-widget td.active:hover:hover,
1171
+ .bootstrap-datetimepicker-widget td.active:active,
1172
+ .bootstrap-datetimepicker-widget td.active:hover:active,
1173
+ .bootstrap-datetimepicker-widget td.active.active,
1174
+ .bootstrap-datetimepicker-widget td.active:hover.active {
1175
+ background-color: #002ab3;
1176
+ }
1177
+ .bootstrap-datetimepicker-widget td span {
1178
+ display: block;
1179
+ width: 47px;
1180
+ height: 54px;
1181
+ line-height: 54px;
1182
+ float: left;
1183
+ margin: 2px;
1184
+ cursor: pointer;
1185
+ border-radius: 4px;
1186
+ }
1187
+ .bootstrap-datetimepicker-widget td span:hover {
1188
+ background: #eeeeee;
1189
+ }
1190
+ .bootstrap-datetimepicker-widget td span.active {
1191
+ background-color: #0030cc;
1192
+ background-image: linear-gradient(to bottom, #0074cc, #0030cc);
1193
+ color: #fff;
1194
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1195
+ }
1196
+ .bootstrap-datetimepicker-widget td span.active:hover,
1197
+ .bootstrap-datetimepicker-widget td span.active:active,
1198
+ .bootstrap-datetimepicker-widget td span.active.active {
1199
+ background-color: #002ab3;
1200
+ }
1201
+ .bootstrap-datetimepicker-widget td span.old {
1202
+ color: #999999;
1203
+ }
1204
+ .bootstrap-datetimepicker-widget th.switch {
1205
+ width: 145px;
1206
+ }
1207
+ .bootstrap-datetimepicker-widget th.next,
1208
+ .bootstrap-datetimepicker-widget th.prev {
1209
+ font-size: 21px;
1210
+ }
1211
+ .bootstrap-datetimepicker-widget thead tr:first-child th {
1212
+ cursor: pointer;
1213
+ }
1214
+ .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
1215
+ background: #eeeeee;
1216
+ }
1217
+ .input-append.date .add-on i,
1218
+ .input-prepend.date .add-on i {
1219
+ display: block;
1220
+ cursor: pointer;
1221
+ width: 16px;
1222
+ height: 16px;
1223
+ }
1224
+
1225
+ /*! jQuery UI - v1.12.1 - 2016-09-14
1226
+ * http://jqueryui.com
1227
+ * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
1228
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
1229
+ * Copyright jQuery Foundation and other contributors; Licensed MIT */
1230
+
1231
+ /* Layout helpers
1232
+ ----------------------------------*/
1233
+ .ui-helper-hidden {
1234
+ display: none;
1235
+ }
1236
+ .ui-helper-hidden-accessible {
1237
+ border: 0;
1238
+ clip: rect(0 0 0 0);
1239
+ height: 1px;
1240
+ margin: -1px;
1241
+ overflow: hidden;
1242
+ padding: 0;
1243
+ position: absolute;
1244
+ width: 1px;
1245
+ }
1246
+ .ui-helper-reset {
1247
+ margin: 0;
1248
+ padding: 0;
1249
+ border: 0;
1250
+ outline: 0;
1251
+ line-height: 1.3;
1252
+ text-decoration: none;
1253
+ font-size: 100%;
1254
+ list-style: none;
1255
+ }
1256
+ .ui-helper-clearfix:before,
1257
+ .ui-helper-clearfix:after {
1258
+ content: "";
1259
+ display: table;
1260
+ border-collapse: collapse;
1261
+ }
1262
+ .ui-helper-clearfix:after {
1263
+ clear: both;
1264
+ }
1265
+ .ui-helper-zfix {
1266
+ width: 100%;
1267
+ height: 100%;
1268
+ top: 0;
1269
+ left: 0;
1270
+ position: absolute;
1271
+ opacity: 0;
1272
+ filter:Alpha(Opacity=0); /* support: IE8 */
1273
+ }
1274
+
1275
+ .ui-front {
1276
+ z-index: 100;
1277
+ }
1278
+
1279
+
1280
+ /* Interaction Cues
1281
+ ----------------------------------*/
1282
+ .ui-state-disabled {
1283
+ cursor: default !important;
1284
+ pointer-events: none;
1285
+ }
1286
+
1287
+
1288
+ /* Icons
1289
+ ----------------------------------*/
1290
+ .ui-icon {
1291
+ display: inline-block;
1292
+ vertical-align: middle;
1293
+ margin-top: -.25em;
1294
+ position: relative;
1295
+ text-indent: -99999px;
1296
+ overflow: hidden;
1297
+ background-repeat: no-repeat;
1298
+ }
1299
+
1300
+ .ui-widget-icon-block {
1301
+ left: 50%;
1302
+ margin-left: -8px;
1303
+ display: block;
1304
+ }
1305
+
1306
+ /* Misc visuals
1307
+ ----------------------------------*/
1308
+
1309
+ /* Overlays */
1310
+ .ui-widget-overlay {
1311
+ position: fixed;
1312
+ top: 0;
1313
+ left: 0;
1314
+ width: 100%;
1315
+ height: 100%;
1316
+ }
1317
+ .ui-accordion .ui-accordion-header {
1318
+ display: block;
1319
+ cursor: pointer;
1320
+ position: relative;
1321
+ margin: 2px 0 0 0;
1322
+ padding: .5em .5em .5em .7em;
1323
+ font-size: 100%;
1324
+ }
1325
+ .ui-accordion .ui-accordion-content {
1326
+ padding: 1em 2.2em;
1327
+ border-top: 0;
1328
+ overflow: auto;
1329
+ }
1330
+ .ui-autocomplete {
1331
+ position: absolute;
1332
+ top: 0;
1333
+ left: 0;
1334
+ cursor: default;
1335
+ }
1336
+ .ui-menu {
1337
+ list-style: none;
1338
+ padding: 0;
1339
+ margin: 0;
1340
+ display: block;
1341
+ outline: 0;
1342
+ }
1343
+ .ui-menu .ui-menu {
1344
+ position: absolute;
1345
+ }
1346
+ .ui-menu .ui-menu-item {
1347
+ margin: 0;
1348
+ cursor: pointer;
1349
+ /* support: IE10, see #8844 */
1350
+ list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
1351
+ }
1352
+ .ui-menu .ui-menu-item-wrapper {
1353
+ position: relative;
1354
+ padding: 3px 1em 3px .4em;
1355
+ }
1356
+ .ui-menu .ui-menu-divider {
1357
+ margin: 5px 0;
1358
+ height: 0;
1359
+ font-size: 0;
1360
+ line-height: 0;
1361
+ border-width: 1px 0 0 0;
1362
+ }
1363
+ .ui-menu .ui-state-focus,
1364
+ .ui-menu .ui-state-active {
1365
+ margin: -1px;
1366
+ }
1367
+
1368
+ /* icon support */
1369
+ .ui-menu-icons {
1370
+ position: relative;
1371
+ }
1372
+ .ui-menu-icons .ui-menu-item-wrapper {
1373
+ padding-left: 2em;
1374
+ }
1375
+
1376
+ /* left-aligned */
1377
+ .ui-menu .ui-icon {
1378
+ position: absolute;
1379
+ top: 0;
1380
+ bottom: 0;
1381
+ left: .2em;
1382
+ margin: auto 0;
1383
+ }
1384
+
1385
+ /* right-aligned */
1386
+ .ui-menu .ui-menu-icon {
1387
+ left: auto;
1388
+ right: 0;
1389
+ }
1390
+ .ui-button {
1391
+ padding: .4em 1em;
1392
+ display: inline-block;
1393
+ position: relative;
1394
+ line-height: normal;
1395
+ margin-right: .1em;
1396
+ cursor: pointer;
1397
+ vertical-align: middle;
1398
+ text-align: center;
1399
+ -webkit-user-select: none;
1400
+ -moz-user-select: none;
1401
+ -ms-user-select: none;
1402
+ user-select: none;
1403
+
1404
+ /* Support: IE <= 11 */
1405
+ overflow: visible;
1406
+ }
1407
+
1408
+ .ui-button,
1409
+ .ui-button:link,
1410
+ .ui-button:visited,
1411
+ .ui-button:hover,
1412
+ .ui-button:active {
1413
+ text-decoration: none;
1414
+ }
1415
+
1416
+ /* to make room for the icon, a width needs to be set here */
1417
+ .ui-button-icon-only {
1418
+ width: 2em;
1419
+ box-sizing: border-box;
1420
+ text-indent: -9999px;
1421
+ white-space: nowrap;
1422
+ }
1423
+
1424
+ /* no icon support for input elements */
1425
+ input.ui-button.ui-button-icon-only {
1426
+ text-indent: 0;
1427
+ }
1428
+
1429
+ /* button icon element(s) */
1430
+ .ui-button-icon-only .ui-icon {
1431
+ position: absolute;
1432
+ top: 50%;
1433
+ left: 50%;
1434
+ margin-top: -8px;
1435
+ margin-left: -8px;
1436
+ }
1437
+
1438
+ .ui-button.ui-icon-notext .ui-icon {
1439
+ padding: 0;
1440
+ width: 2.1em;
1441
+ height: 2.1em;
1442
+ text-indent: -9999px;
1443
+ white-space: nowrap;
1444
+
1445
+ }
1446
+
1447
+ input.ui-button.ui-icon-notext .ui-icon {
1448
+ width: auto;
1449
+ height: auto;
1450
+ text-indent: 0;
1451
+ white-space: normal;
1452
+ padding: .4em 1em;
1453
+ }
1454
+
1455
+ /* workarounds */
1456
+ /* Support: Firefox 5 - 40 */
1457
+ input.ui-button::-moz-focus-inner,
1458
+ button.ui-button::-moz-focus-inner {
1459
+ border: 0;
1460
+ padding: 0;
1461
+ }
1462
+ .ui-controlgroup {
1463
+ vertical-align: middle;
1464
+ display: inline-block;
1465
+ }
1466
+ .ui-controlgroup > .ui-controlgroup-item {
1467
+ float: left;
1468
+ margin-left: 0;
1469
+ margin-right: 0;
1470
+ }
1471
+ .ui-controlgroup > .ui-controlgroup-item:focus,
1472
+ .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
1473
+ z-index: 9999;
1474
+ }
1475
+ .ui-controlgroup-vertical > .ui-controlgroup-item {
1476
+ display: block;
1477
+ float: none;
1478
+ width: 100%;
1479
+ margin-top: 0;
1480
+ margin-bottom: 0;
1481
+ text-align: left;
1482
+ }
1483
+ .ui-controlgroup-vertical .ui-controlgroup-item {
1484
+ box-sizing: border-box;
1485
+ }
1486
+ .ui-controlgroup .ui-controlgroup-label {
1487
+ padding: .4em 1em;
1488
+ }
1489
+ .ui-controlgroup .ui-controlgroup-label span {
1490
+ font-size: 80%;
1491
+ }
1492
+ .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
1493
+ border-left: none;
1494
+ }
1495
+ .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
1496
+ border-top: none;
1497
+ }
1498
+ .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
1499
+ border-right: none;
1500
+ }
1501
+ .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
1502
+ border-bottom: none;
1503
+ }
1504
+
1505
+ /* Spinner specific style fixes */
1506
+ .ui-controlgroup-vertical .ui-spinner-input {
1507
+
1508
+ /* Support: IE8 only, Android < 4.4 only */
1509
+ width: 75%;
1510
+ width: calc( 100% - 2.4em );
1511
+ }
1512
+ .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
1513
+ border-top-style: solid;
1514
+ }
1515
+
1516
+ .ui-checkboxradio-label .ui-icon-background {
1517
+ box-shadow: inset 1px 1px 1px #ccc;
1518
+ border-radius: .12em;
1519
+ border: none;
1520
+ }
1521
+ .ui-checkboxradio-radio-label .ui-icon-background {
1522
+ width: 16px;
1523
+ height: 16px;
1524
+ border-radius: 1em;
1525
+ overflow: visible;
1526
+ border: none;
1527
+ }
1528
+ .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
1529
+ .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
1530
+ background-image: none;
1531
+ width: 8px;
1532
+ height: 8px;
1533
+ border-width: 4px;
1534
+ border-style: solid;
1535
+ }
1536
+ .ui-checkboxradio-disabled {
1537
+ pointer-events: none;
1538
+ }
1539
+ .ui-datepicker {
1540
+ width: 17em;
1541
+ padding: .2em .2em 0;
1542
+ display: none;
1543
+ }
1544
+ .ui-datepicker .ui-datepicker-header {
1545
+ position: relative;
1546
+ padding: .2em 0;
1547
+ }
1548
+ .ui-datepicker .ui-datepicker-prev,
1549
+ .ui-datepicker .ui-datepicker-next {
1550
+ position: absolute;
1551
+ top: 2px;
1552
+ width: 1.8em;
1553
+ height: 1.8em;
1554
+ }
1555
+ .ui-datepicker .ui-datepicker-prev-hover,
1556
+ .ui-datepicker .ui-datepicker-next-hover {
1557
+ top: 1px;
1558
+ }
1559
+ .ui-datepicker .ui-datepicker-prev {
1560
+ left: 2px;
1561
+ }
1562
+ .ui-datepicker .ui-datepicker-next {
1563
+ right: 2px;
1564
+ }
1565
+ .ui-datepicker .ui-datepicker-prev-hover {
1566
+ left: 1px;
1567
+ }
1568
+ .ui-datepicker .ui-datepicker-next-hover {
1569
+ right: 1px;
1570
+ }
1571
+ .ui-datepicker .ui-datepicker-prev span,
1572
+ .ui-datepicker .ui-datepicker-next span {
1573
+ display: block;
1574
+ position: absolute;
1575
+ left: 50%;
1576
+ margin-left: -8px;
1577
+ top: 50%;
1578
+ margin-top: -8px;
1579
+ }
1580
+ .ui-datepicker .ui-datepicker-title {
1581
+ margin: 0 2.3em;
1582
+ line-height: 1.8em;
1583
+ text-align: center;
1584
+ }
1585
+ .ui-datepicker .ui-datepicker-title select {
1586
+ font-size: 1em;
1587
+ margin: 1px 0;
1588
+ }
1589
+ .ui-datepicker select.ui-datepicker-month,
1590
+ .ui-datepicker select.ui-datepicker-year {
1591
+ width: 45%;
1592
+ }
1593
+ .ui-datepicker table {
1594
+ width: 100%;
1595
+ font-size: .9em;
1596
+ border-collapse: collapse;
1597
+ margin: 0 0 .4em;
1598
+ }
1599
+ .ui-datepicker th {
1600
+ padding: .7em .3em;
1601
+ text-align: center;
1602
+ font-weight: bold;
1603
+ border: 0;
1604
+ }
1605
+ .ui-datepicker td {
1606
+ border: 0;
1607
+ padding: 1px;
1608
+ }
1609
+ .ui-datepicker td span,
1610
+ .ui-datepicker td a {
1611
+ display: block;
1612
+ padding: .2em;
1613
+ text-align: right;
1614
+ text-decoration: none;
1615
+ }
1616
+ .ui-datepicker .ui-datepicker-buttonpane {
1617
+ background-image: none;
1618
+ margin: .7em 0 0 0;
1619
+ padding: 0 .2em;
1620
+ border-left: 0;
1621
+ border-right: 0;
1622
+ border-bottom: 0;
1623
+ }
1624
+ .ui-datepicker .ui-datepicker-buttonpane button {
1625
+ float: right;
1626
+ margin: .5em .2em .4em;
1627
+ cursor: pointer;
1628
+ padding: .2em .6em .3em .6em;
1629
+ width: auto;
1630
+ overflow: visible;
1631
+ }
1632
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
1633
+ float: left;
1634
+ }
1635
+
1636
+ /* with multiple calendars */
1637
+ .ui-datepicker.ui-datepicker-multi {
1638
+ width: auto;
1639
+ }
1640
+ .ui-datepicker-multi .ui-datepicker-group {
1641
+ float: left;
1642
+ }
1643
+ .ui-datepicker-multi .ui-datepicker-group table {
1644
+ width: 95%;
1645
+ margin: 0 auto .4em;
1646
+ }
1647
+ .ui-datepicker-multi-2 .ui-datepicker-group {
1648
+ width: 50%;
1649
+ }
1650
+ .ui-datepicker-multi-3 .ui-datepicker-group {
1651
+ width: 33.3%;
1652
+ }
1653
+ .ui-datepicker-multi-4 .ui-datepicker-group {
1654
+ width: 25%;
1655
+ }
1656
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
1657
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
1658
+ border-left-width: 0;
1659
+ }
1660
+ .ui-datepicker-multi .ui-datepicker-buttonpane {
1661
+ clear: left;
1662
+ }
1663
+ .ui-datepicker-row-break {
1664
+ clear: both;
1665
+ width: 100%;
1666
+ font-size: 0;
1667
+ }
1668
+
1669
+ /* RTL support */
1670
+ .ui-datepicker-rtl {
1671
+ direction: rtl;
1672
+ }
1673
+ .ui-datepicker-rtl .ui-datepicker-prev {
1674
+ right: 2px;
1675
+ left: auto;
1676
+ }
1677
+ .ui-datepicker-rtl .ui-datepicker-next {
1678
+ left: 2px;
1679
+ right: auto;
1680
+ }
1681
+ .ui-datepicker-rtl .ui-datepicker-prev:hover {
1682
+ right: 1px;
1683
+ left: auto;
1684
+ }
1685
+ .ui-datepicker-rtl .ui-datepicker-next:hover {
1686
+ left: 1px;
1687
+ right: auto;
1688
+ }
1689
+ .ui-datepicker-rtl .ui-datepicker-buttonpane {
1690
+ clear: right;
1691
+ }
1692
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button {
1693
+ float: left;
1694
+ }
1695
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
1696
+ .ui-datepicker-rtl .ui-datepicker-group {
1697
+ float: right;
1698
+ }
1699
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
1700
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
1701
+ border-right-width: 0;
1702
+ border-left-width: 1px;
1703
+ }
1704
+
1705
+ /* Icons */
1706
+ .ui-datepicker .ui-icon {
1707
+ display: block;
1708
+ text-indent: -99999px;
1709
+ overflow: hidden;
1710
+ background-repeat: no-repeat;
1711
+ left: .5em;
1712
+ top: .3em;
1713
+ }
1714
+ .ui-dialog {
1715
+ position: absolute;
1716
+ top: 0;
1717
+ left: 0;
1718
+ padding: .2em;
1719
+ outline: 0;
1720
+ }
1721
+ .ui-dialog .ui-dialog-titlebar {
1722
+ padding: .4em 1em;
1723
+ position: relative;
1724
+ }
1725
+ .ui-dialog .ui-dialog-title {
1726
+ float: left;
1727
+ margin: .1em 0;
1728
+ white-space: nowrap;
1729
+ width: 90%;
1730
+ overflow: hidden;
1731
+ text-overflow: ellipsis;
1732
+ }
1733
+ .ui-dialog .ui-dialog-titlebar-close {
1734
+ position: absolute;
1735
+ right: .3em;
1736
+ top: 50%;
1737
+ width: 20px;
1738
+ margin: -10px 0 0 0;
1739
+ padding: 1px;
1740
+ height: 20px;
1741
+ }
1742
+ .ui-dialog .ui-dialog-content {
1743
+ position: relative;
1744
+ border: 0;
1745
+ padding: .5em 1em;
1746
+ background: none;
1747
+ overflow: auto;
1748
+ }
1749
+ .ui-dialog .ui-dialog-buttonpane {
1750
+ text-align: left;
1751
+ border-width: 1px 0 0 0;
1752
+ background-image: none;
1753
+ margin-top: .5em;
1754
+ padding: .3em 1em .5em .4em;
1755
+ }
1756
+ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
1757
+ float: right;
1758
+ }
1759
+ .ui-dialog .ui-dialog-buttonpane button {
1760
+ margin: .5em .4em .5em 0;
1761
+ cursor: pointer;
1762
+ }
1763
+ .ui-dialog .ui-resizable-n {
1764
+ height: 2px;
1765
+ top: 0;
1766
+ }
1767
+ .ui-dialog .ui-resizable-e {
1768
+ width: 2px;
1769
+ right: 0;
1770
+ }
1771
+ .ui-dialog .ui-resizable-s {
1772
+ height: 2px;
1773
+ bottom: 0;
1774
+ }
1775
+ .ui-dialog .ui-resizable-w {
1776
+ width: 2px;
1777
+ left: 0;
1778
+ }
1779
+ .ui-dialog .ui-resizable-se,
1780
+ .ui-dialog .ui-resizable-sw,
1781
+ .ui-dialog .ui-resizable-ne,
1782
+ .ui-dialog .ui-resizable-nw {
1783
+ width: 7px;
1784
+ height: 7px;
1785
+ }
1786
+ .ui-dialog .ui-resizable-se {
1787
+ right: 0;
1788
+ bottom: 0;
1789
+ }
1790
+ .ui-dialog .ui-resizable-sw {
1791
+ left: 0;
1792
+ bottom: 0;
1793
+ }
1794
+ .ui-dialog .ui-resizable-ne {
1795
+ right: 0;
1796
+ top: 0;
1797
+ }
1798
+ .ui-dialog .ui-resizable-nw {
1799
+ left: 0;
1800
+ top: 0;
1801
+ }
1802
+ .ui-draggable .ui-dialog-titlebar {
1803
+ cursor: move;
1804
+ }
1805
+ .ui-draggable-handle {
1806
+ -ms-touch-action: none;
1807
+ touch-action: none;
1808
+ }
1809
+ .ui-resizable {
1810
+ position: relative;
1811
+ }
1812
+ .ui-resizable-handle {
1813
+ position: absolute;
1814
+ font-size: 0.1px;
1815
+ display: block;
1816
+ -ms-touch-action: none;
1817
+ touch-action: none;
1818
+ }
1819
+ .ui-resizable-disabled .ui-resizable-handle,
1820
+ .ui-resizable-autohide .ui-resizable-handle {
1821
+ display: none;
1822
+ }
1823
+ .ui-resizable-n {
1824
+ cursor: n-resize;
1825
+ height: 7px;
1826
+ width: 100%;
1827
+ top: -5px;
1828
+ left: 0;
1829
+ }
1830
+ .ui-resizable-s {
1831
+ cursor: s-resize;
1832
+ height: 7px;
1833
+ width: 100%;
1834
+ bottom: -5px;
1835
+ left: 0;
1836
+ }
1837
+ .ui-resizable-e {
1838
+ cursor: e-resize;
1839
+ width: 7px;
1840
+ right: -5px;
1841
+ top: 0;
1842
+ height: 100%;
1843
+ }
1844
+ .ui-resizable-w {
1845
+ cursor: w-resize;
1846
+ width: 7px;
1847
+ left: -5px;
1848
+ top: 0;
1849
+ height: 100%;
1850
+ }
1851
+ .ui-resizable-se {
1852
+ cursor: se-resize;
1853
+ width: 12px;
1854
+ height: 12px;
1855
+ right: 1px;
1856
+ bottom: 1px;
1857
+ }
1858
+ .ui-resizable-sw {
1859
+ cursor: sw-resize;
1860
+ width: 9px;
1861
+ height: 9px;
1862
+ left: -5px;
1863
+ bottom: -5px;
1864
+ }
1865
+ .ui-resizable-nw {
1866
+ cursor: nw-resize;
1867
+ width: 9px;
1868
+ height: 9px;
1869
+ left: -5px;
1870
+ top: -5px;
1871
+ }
1872
+ .ui-resizable-ne {
1873
+ cursor: ne-resize;
1874
+ width: 9px;
1875
+ height: 9px;
1876
+ right: -5px;
1877
+ top: -5px;
1878
+ }
1879
+ .ui-progressbar {
1880
+ height: 2em;
1881
+ text-align: left;
1882
+ overflow: hidden;
1883
+ }
1884
+ .ui-progressbar .ui-progressbar-value {
1885
+ margin: -1px;
1886
+ height: 100%;
1887
+ }
1888
+ .ui-progressbar .ui-progressbar-overlay {
1889
+ background: url("data:image/gif;base64,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");
1890
+ height: 100%;
1891
+ filter: alpha(opacity=25); /* support: IE8 */
1892
+ opacity: 0.25;
1893
+ }
1894
+ .ui-progressbar-indeterminate .ui-progressbar-value {
1895
+ background-image: none;
1896
+ }
1897
+ .ui-selectable {
1898
+ -ms-touch-action: none;
1899
+ touch-action: none;
1900
+ }
1901
+ .ui-selectable-helper {
1902
+ position: absolute;
1903
+ z-index: 100;
1904
+ border: 1px dotted black;
1905
+ }
1906
+ .ui-selectmenu-menu {
1907
+ padding: 0;
1908
+ margin: 0;
1909
+ position: absolute;
1910
+ top: 0;
1911
+ left: 0;
1912
+ display: none;
1913
+ }
1914
+ .ui-selectmenu-menu .ui-menu {
1915
+ overflow: auto;
1916
+ overflow-x: hidden;
1917
+ padding-bottom: 1px;
1918
+ }
1919
+ .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
1920
+ font-size: 1em;
1921
+ font-weight: bold;
1922
+ line-height: 1.5;
1923
+ padding: 2px 0.4em;
1924
+ margin: 0.5em 0 0 0;
1925
+ height: auto;
1926
+ border: 0;
1927
+ }
1928
+ .ui-selectmenu-open {
1929
+ display: block;
1930
+ }
1931
+ .ui-selectmenu-text {
1932
+ display: block;
1933
+ margin-right: 20px;
1934
+ overflow: hidden;
1935
+ text-overflow: ellipsis;
1936
+ }
1937
+ .ui-selectmenu-button.ui-button {
1938
+ text-align: left;
1939
+ white-space: nowrap;
1940
+ width: 14em;
1941
+ }
1942
+ .ui-selectmenu-icon.ui-icon {
1943
+ float: right;
1944
+ margin-top: 0;
1945
+ }
1946
+ .ui-slider {
1947
+ position: relative;
1948
+ text-align: left;
1949
+ }
1950
+ .ui-slider .ui-slider-handle {
1951
+ position: absolute;
1952
+ z-index: 2;
1953
+ width: 1.2em;
1954
+ height: 1.2em;
1955
+ cursor: default;
1956
+ -ms-touch-action: none;
1957
+ touch-action: none;
1958
+ }
1959
+ .ui-slider .ui-slider-range {
1960
+ position: absolute;
1961
+ z-index: 1;
1962
+ font-size: .7em;
1963
+ display: block;
1964
+ border: 0;
1965
+ background-position: 0 0;
1966
+ }
1967
+
1968
+ /* support: IE8 - See #6727 */
1969
+ .ui-slider.ui-state-disabled .ui-slider-handle,
1970
+ .ui-slider.ui-state-disabled .ui-slider-range {
1971
+ filter: inherit;
1972
+ }
1973
+
1974
+ .ui-slider-horizontal {
1975
+ height: .8em;
1976
+ }
1977
+ .ui-slider-horizontal .ui-slider-handle {
1978
+ top: -.3em;
1979
+ margin-left: -.6em;
1980
+ }
1981
+ .ui-slider-horizontal .ui-slider-range {
1982
+ top: 0;
1983
+ height: 100%;
1984
+ }
1985
+ .ui-slider-horizontal .ui-slider-range-min {
1986
+ left: 0;
1987
+ }
1988
+ .ui-slider-horizontal .ui-slider-range-max {
1989
+ right: 0;
1990
+ }
1991
+
1992
+ .ui-slider-vertical {
1993
+ width: .8em;
1994
+ height: 100px;
1995
+ }
1996
+ .ui-slider-vertical .ui-slider-handle {
1997
+ left: -.3em;
1998
+ margin-left: 0;
1999
+ margin-bottom: -.6em;
2000
+ }
2001
+ .ui-slider-vertical .ui-slider-range {
2002
+ left: 0;
2003
+ width: 100%;
2004
+ }
2005
+ .ui-slider-vertical .ui-slider-range-min {
2006
+ bottom: 0;
2007
+ }
2008
+ .ui-slider-vertical .ui-slider-range-max {
2009
+ top: 0;
2010
+ }
2011
+ .ui-sortable-handle {
2012
+ -ms-touch-action: none;
2013
+ touch-action: none;
2014
+ }
2015
+ .ui-spinner {
2016
+ position: relative;
2017
+ display: inline-block;
2018
+ overflow: hidden;
2019
+ padding: 0;
2020
+ vertical-align: middle;
2021
+ }
2022
+ .ui-spinner-input {
2023
+ border: none;
2024
+ background: none;
2025
+ color: inherit;
2026
+ padding: .222em 0;
2027
+ margin: .2em 0;
2028
+ vertical-align: middle;
2029
+ margin-left: .4em;
2030
+ margin-right: 2em;
2031
+ }
2032
+ .ui-spinner-button {
2033
+ width: 1.6em;
2034
+ height: 50%;
2035
+ font-size: .5em;
2036
+ padding: 0;
2037
+ margin: 0;
2038
+ text-align: center;
2039
+ position: absolute;
2040
+ cursor: default;
2041
+ display: block;
2042
+ overflow: hidden;
2043
+ right: 0;
2044
+ }
2045
+ /* more specificity required here to override default borders */
2046
+ .ui-spinner a.ui-spinner-button {
2047
+ border-top-style: none;
2048
+ border-bottom-style: none;
2049
+ border-right-style: none;
2050
+ }
2051
+ .ui-spinner-up {
2052
+ top: 0;
2053
+ }
2054
+ .ui-spinner-down {
2055
+ bottom: 0;
2056
+ }
2057
+ .ui-tabs {
2058
+ position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
2059
+ padding: .2em;
2060
+ }
2061
+ .ui-tabs .ui-tabs-nav {
2062
+ margin: 0;
2063
+ padding: .2em .2em 0;
2064
+ }
2065
+ .ui-tabs .ui-tabs-nav li {
2066
+ list-style: none;
2067
+ float: left;
2068
+ position: relative;
2069
+ top: 0;
2070
+ margin: 1px .2em 0 0;
2071
+ border-bottom-width: 0;
2072
+ padding: 0;
2073
+ white-space: nowrap;
2074
+ }
2075
+ .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
2076
+ float: left;
2077
+ padding: .5em 1em;
2078
+ text-decoration: none;
2079
+ }
2080
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active {
2081
+ margin-bottom: -1px;
2082
+ padding-bottom: 1px;
2083
+ }
2084
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
2085
+ .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
2086
+ .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
2087
+ cursor: text;
2088
+ }
2089
+ .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
2090
+ cursor: pointer;
2091
+ }
2092
+ .ui-tabs .ui-tabs-panel {
2093
+ display: block;
2094
+ border-width: 0;
2095
+ padding: 1em 1.4em;
2096
+ background: none;
2097
+ }
2098
+ .ui-tooltip {
2099
+ padding: 8px;
2100
+ position: absolute;
2101
+ z-index: 9999;
2102
+ max-width: 300px;
2103
+ }
2104
+ body .ui-tooltip {
2105
+ border-width: 2px;
2106
+ }
2107
+
2108
+ /* Component containers
2109
+ ----------------------------------*/
2110
+ .ui-widget {
2111
+ font-family: Arial,Helvetica,sans-serif;
2112
+ font-size: 1em;
2113
+ }
2114
+ .ui-widget .ui-widget {
2115
+ font-size: 1em;
2116
+ }
2117
+ .ui-widget input,
2118
+ .ui-widget select,
2119
+ .ui-widget textarea,
2120
+ .ui-widget button {
2121
+ font-family: Arial,Helvetica,sans-serif;
2122
+ font-size: 1em;
2123
+ }
2124
+ .ui-widget.ui-widget-content {
2125
+ border: 1px solid #c5c5c5;
2126
+ }
2127
+ .ui-widget-content {
2128
+ border: 1px solid #dddddd;
2129
+ background: #ffffff;
2130
+ color: #333333;
2131
+ }
2132
+ .ui-widget-content a {
2133
+ color: #333333;
2134
+ }
2135
+ .ui-widget-header {
2136
+ border: 1px solid #dddddd;
2137
+ background: #e9e9e9;
2138
+ color: #333333;
2139
+ font-weight: bold;
2140
+ }
2141
+ .ui-widget-header a {
2142
+ color: #333333;
2143
+ }
2144
+
2145
+ /* Interaction states
2146
+ ----------------------------------*/
2147
+ .ui-state-default,
2148
+ .ui-widget-content .ui-state-default,
2149
+ .ui-widget-header .ui-state-default,
2150
+ .ui-button,
2151
+
2152
+ /* We use html here because we need a greater specificity to make sure disabled
2153
+ works properly when clicked or hovered */
2154
+ html .ui-button.ui-state-disabled:hover,
2155
+ html .ui-button.ui-state-disabled:active {
2156
+ border: 1px solid #c5c5c5;
2157
+ background: #f6f6f6;
2158
+ font-weight: normal;
2159
+ color: #454545;
2160
+ }
2161
+ .ui-state-default a,
2162
+ .ui-state-default a:link,
2163
+ .ui-state-default a:visited,
2164
+ a.ui-button,
2165
+ a:link.ui-button,
2166
+ a:visited.ui-button,
2167
+ .ui-button {
2168
+ color: #454545;
2169
+ text-decoration: none;
2170
+ }
2171
+ .ui-state-hover,
2172
+ .ui-widget-content .ui-state-hover,
2173
+ .ui-widget-header .ui-state-hover,
2174
+ .ui-state-focus,
2175
+ .ui-widget-content .ui-state-focus,
2176
+ .ui-widget-header .ui-state-focus,
2177
+ .ui-button:hover,
2178
+ .ui-button:focus {
2179
+ border: 1px solid #cccccc;
2180
+ background: #ededed;
2181
+ font-weight: normal;
2182
+ color: #2b2b2b;
2183
+ }
2184
+ .ui-state-hover a,
2185
+ .ui-state-hover a:hover,
2186
+ .ui-state-hover a:link,
2187
+ .ui-state-hover a:visited,
2188
+ .ui-state-focus a,
2189
+ .ui-state-focus a:hover,
2190
+ .ui-state-focus a:link,
2191
+ .ui-state-focus a:visited,
2192
+ a.ui-button:hover,
2193
+ a.ui-button:focus {
2194
+ color: #2b2b2b;
2195
+ text-decoration: none;
2196
+ }
2197
+
2198
+ .ui-visual-focus {
2199
+ box-shadow: 0 0 3px 1px rgb(94, 158, 214);
2200
+ }
2201
+ .ui-state-active,
2202
+ .ui-widget-content .ui-state-active,
2203
+ .ui-widget-header .ui-state-active,
2204
+ a.ui-button:active,
2205
+ .ui-button:active,
2206
+ .ui-button.ui-state-active:hover {
2207
+ border: 1px solid #003eff;
2208
+ background: #007fff;
2209
+ font-weight: normal;
2210
+ color: #ffffff;
2211
+ }
2212
+ .ui-icon-background,
2213
+ .ui-state-active .ui-icon-background {
2214
+ border: #003eff;
2215
+ background-color: #ffffff;
2216
+ }
2217
+ .ui-state-active a,
2218
+ .ui-state-active a:link,
2219
+ .ui-state-active a:visited {
2220
+ color: #ffffff;
2221
+ text-decoration: none;
2222
+ }
2223
+
2224
+ /* Interaction Cues
2225
+ ----------------------------------*/
2226
+ .ui-state-highlight,
2227
+ .ui-widget-content .ui-state-highlight,
2228
+ .ui-widget-header .ui-state-highlight {
2229
+ border: 1px solid #dad55e;
2230
+ background: #fffa90;
2231
+ color: #777620;
2232
+ }
2233
+ .ui-state-checked {
2234
+ border: 1px solid #dad55e;
2235
+ background: #fffa90;
2236
+ }
2237
+ .ui-state-highlight a,
2238
+ .ui-widget-content .ui-state-highlight a,
2239
+ .ui-widget-header .ui-state-highlight a {
2240
+ color: #777620;
2241
+ }
2242
+ .ui-state-error,
2243
+ .ui-widget-content .ui-state-error,
2244
+ .ui-widget-header .ui-state-error {
2245
+ border: 1px solid #f1a899;
2246
+ background: #fddfdf;
2247
+ color: #5f3f3f;
2248
+ }
2249
+ .ui-state-error a,
2250
+ .ui-widget-content .ui-state-error a,
2251
+ .ui-widget-header .ui-state-error a {
2252
+ color: #5f3f3f;
2253
+ }
2254
+ .ui-state-error-text,
2255
+ .ui-widget-content .ui-state-error-text,
2256
+ .ui-widget-header .ui-state-error-text {
2257
+ color: #5f3f3f;
2258
+ }
2259
+ .ui-priority-primary,
2260
+ .ui-widget-content .ui-priority-primary,
2261
+ .ui-widget-header .ui-priority-primary {
2262
+ font-weight: bold;
2263
+ }
2264
+ .ui-priority-secondary,
2265
+ .ui-widget-content .ui-priority-secondary,
2266
+ .ui-widget-header .ui-priority-secondary {
2267
+ opacity: .7;
2268
+ filter:Alpha(Opacity=70); /* support: IE8 */
2269
+ font-weight: normal;
2270
+ }
2271
+ .ui-state-disabled,
2272
+ .ui-widget-content .ui-state-disabled,
2273
+ .ui-widget-header .ui-state-disabled {
2274
+ opacity: .35;
2275
+ filter:Alpha(Opacity=35); /* support: IE8 */
2276
+ background-image: none;
2277
+ }
2278
+ .ui-state-disabled .ui-icon {
2279
+ filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
2280
+ }
2281
+
2282
+ /* Icons
2283
+ ----------------------------------*/
2284
+
2285
+ /* states and images */
2286
+ .ui-icon {
2287
+ width: 16px;
2288
+ height: 16px;
2289
+ }
2290
+ .ui-icon,
2291
+ .ui-widget-content .ui-icon {
2292
+ background-image: url("images/ui-icons_444444_256x240.png");
2293
+ }
2294
+ .ui-widget-header .ui-icon {
2295
+ background-image: url("images/ui-icons_444444_256x240.png");
2296
+ }
2297
+ .ui-state-hover .ui-icon,
2298
+ .ui-state-focus .ui-icon,
2299
+ .ui-button:hover .ui-icon,
2300
+ .ui-button:focus .ui-icon {
2301
+ background-image: url("images/ui-icons_555555_256x240.png");
2302
+ }
2303
+ .ui-state-active .ui-icon,
2304
+ .ui-button:active .ui-icon {
2305
+ background-image: url("images/ui-icons_ffffff_256x240.png");
2306
+ }
2307
+ .ui-state-highlight .ui-icon,
2308
+ .ui-button .ui-state-highlight.ui-icon {
2309
+ background-image: url("images/ui-icons_777620_256x240.png");
2310
+ }
2311
+ .ui-state-error .ui-icon,
2312
+ .ui-state-error-text .ui-icon {
2313
+ background-image: url("images/ui-icons_cc0000_256x240.png");
2314
+ }
2315
+ .ui-button .ui-icon {
2316
+ background-image: url("images/ui-icons_777777_256x240.png");
2317
+ }
2318
+
2319
+ /* positioning */
2320
+ .ui-icon-blank { background-position: 16px 16px; }
2321
+ .ui-icon-caret-1-n { background-position: 0 0; }
2322
+ .ui-icon-caret-1-ne { background-position: -16px 0; }
2323
+ .ui-icon-caret-1-e { background-position: -32px 0; }
2324
+ .ui-icon-caret-1-se { background-position: -48px 0; }
2325
+ .ui-icon-caret-1-s { background-position: -65px 0; }
2326
+ .ui-icon-caret-1-sw { background-position: -80px 0; }
2327
+ .ui-icon-caret-1-w { background-position: -96px 0; }
2328
+ .ui-icon-caret-1-nw { background-position: -112px 0; }
2329
+ .ui-icon-caret-2-n-s { background-position: -128px 0; }
2330
+ .ui-icon-caret-2-e-w { background-position: -144px 0; }
2331
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
2332
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
2333
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
2334
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
2335
+ .ui-icon-triangle-1-s { background-position: -65px -16px; }
2336
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
2337
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
2338
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
2339
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
2340
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
2341
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
2342
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
2343
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
2344
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
2345
+ .ui-icon-arrow-1-s { background-position: -65px -32px; }
2346
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
2347
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
2348
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
2349
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
2350
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
2351
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
2352
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
2353
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
2354
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
2355
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
2356
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
2357
+ .ui-icon-arrowthick-1-n { background-position: 1px -48px; }
2358
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
2359
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
2360
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
2361
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
2362
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
2363
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
2364
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
2365
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
2366
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
2367
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
2368
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
2369
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
2370
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
2371
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
2372
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
2373
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
2374
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
2375
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
2376
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
2377
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
2378
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
2379
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
2380
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
2381
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
2382
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
2383
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
2384
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
2385
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
2386
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
2387
+ .ui-icon-extlink { background-position: -32px -80px; }
2388
+ .ui-icon-newwin { background-position: -48px -80px; }
2389
+ .ui-icon-refresh { background-position: -64px -80px; }
2390
+ .ui-icon-shuffle { background-position: -80px -80px; }
2391
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
2392
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
2393
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
2394
+ .ui-icon-folder-open { background-position: -16px -96px; }
2395
+ .ui-icon-document { background-position: -32px -96px; }
2396
+ .ui-icon-document-b { background-position: -48px -96px; }
2397
+ .ui-icon-note { background-position: -64px -96px; }
2398
+ .ui-icon-mail-closed { background-position: -80px -96px; }
2399
+ .ui-icon-mail-open { background-position: -96px -96px; }
2400
+ .ui-icon-suitcase { background-position: -112px -96px; }
2401
+ .ui-icon-comment { background-position: -128px -96px; }
2402
+ .ui-icon-person { background-position: -144px -96px; }
2403
+ .ui-icon-print { background-position: -160px -96px; }
2404
+ .ui-icon-trash { background-position: -176px -96px; }
2405
+ .ui-icon-locked { background-position: -192px -96px; }
2406
+ .ui-icon-unlocked { background-position: -208px -96px; }
2407
+ .ui-icon-bookmark { background-position: -224px -96px; }
2408
+ .ui-icon-tag { background-position: -240px -96px; }
2409
+ .ui-icon-home { background-position: 0 -112px; }
2410
+ .ui-icon-flag { background-position: -16px -112px; }
2411
+ .ui-icon-calendar { background-position: -32px -112px; }
2412
+ .ui-icon-cart { background-position: -48px -112px; }
2413
+ .ui-icon-pencil { background-position: -64px -112px; }
2414
+ .ui-icon-clock { background-position: -80px -112px; }
2415
+ .ui-icon-disk { background-position: -96px -112px; }
2416
+ .ui-icon-calculator { background-position: -112px -112px; }
2417
+ .ui-icon-zoomin { background-position: -128px -112px; }
2418
+ .ui-icon-zoomout { background-position: -144px -112px; }
2419
+ .ui-icon-search { background-position: -160px -112px; }
2420
+ .ui-icon-wrench { background-position: -176px -112px; }
2421
+ .ui-icon-gear { background-position: -192px -112px; }
2422
+ .ui-icon-heart { background-position: -208px -112px; }
2423
+ .ui-icon-star { background-position: -224px -112px; }
2424
+ .ui-icon-link { background-position: -240px -112px; }
2425
+ .ui-icon-cancel { background-position: 0 -128px; }
2426
+ .ui-icon-plus { background-position: -16px -128px; }
2427
+ .ui-icon-plusthick { background-position: -32px -128px; }
2428
+ .ui-icon-minus { background-position: -48px -128px; }
2429
+ .ui-icon-minusthick { background-position: -64px -128px; }
2430
+ .ui-icon-close { background-position: -80px -128px; }
2431
+ .ui-icon-closethick { background-position: -96px -128px; }
2432
+ .ui-icon-key { background-position: -112px -128px; }
2433
+ .ui-icon-lightbulb { background-position: -128px -128px; }
2434
+ .ui-icon-scissors { background-position: -144px -128px; }
2435
+ .ui-icon-clipboard { background-position: -160px -128px; }
2436
+ .ui-icon-copy { background-position: -176px -128px; }
2437
+ .ui-icon-contact { background-position: -192px -128px; }
2438
+ .ui-icon-image { background-position: -208px -128px; }
2439
+ .ui-icon-video { background-position: -224px -128px; }
2440
+ .ui-icon-script { background-position: -240px -128px; }
2441
+ .ui-icon-alert { background-position: 0 -144px; }
2442
+ .ui-icon-info { background-position: -16px -144px; }
2443
+ .ui-icon-notice { background-position: -32px -144px; }
2444
+ .ui-icon-help { background-position: -48px -144px; }
2445
+ .ui-icon-check { background-position: -64px -144px; }
2446
+ .ui-icon-bullet { background-position: -80px -144px; }
2447
+ .ui-icon-radio-on { background-position: -96px -144px; }
2448
+ .ui-icon-radio-off { background-position: -112px -144px; }
2449
+ .ui-icon-pin-w { background-position: -128px -144px; }
2450
+ .ui-icon-pin-s { background-position: -144px -144px; }
2451
+ .ui-icon-play { background-position: 0 -160px; }
2452
+ .ui-icon-pause { background-position: -16px -160px; }
2453
+ .ui-icon-seek-next { background-position: -32px -160px; }
2454
+ .ui-icon-seek-prev { background-position: -48px -160px; }
2455
+ .ui-icon-seek-end { background-position: -64px -160px; }
2456
+ .ui-icon-seek-start { background-position: -80px -160px; }
2457
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
2458
+ .ui-icon-seek-first { background-position: -80px -160px; }
2459
+ .ui-icon-stop { background-position: -96px -160px; }
2460
+ .ui-icon-eject { background-position: -112px -160px; }
2461
+ .ui-icon-volume-off { background-position: -128px -160px; }
2462
+ .ui-icon-volume-on { background-position: -144px -160px; }
2463
+ .ui-icon-power { background-position: 0 -176px; }
2464
+ .ui-icon-signal-diag { background-position: -16px -176px; }
2465
+ .ui-icon-signal { background-position: -32px -176px; }
2466
+ .ui-icon-battery-0 { background-position: -48px -176px; }
2467
+ .ui-icon-battery-1 { background-position: -64px -176px; }
2468
+ .ui-icon-battery-2 { background-position: -80px -176px; }
2469
+ .ui-icon-battery-3 { background-position: -96px -176px; }
2470
+ .ui-icon-circle-plus { background-position: 0 -192px; }
2471
+ .ui-icon-circle-minus { background-position: -16px -192px; }
2472
+ .ui-icon-circle-close { background-position: -32px -192px; }
2473
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
2474
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
2475
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
2476
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
2477
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
2478
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
2479
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
2480
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
2481
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
2482
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
2483
+ .ui-icon-circle-check { background-position: -208px -192px; }
2484
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
2485
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
2486
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
2487
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
2488
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
2489
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
2490
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
2491
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
2492
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
2493
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
2494
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
2495
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
2496
+
2497
+
2498
+ /* Misc visuals
2499
+ ----------------------------------*/
2500
+
2501
+ /* Corner radius */
2502
+ .ui-corner-all,
2503
+ .ui-corner-top,
2504
+ .ui-corner-left,
2505
+ .ui-corner-tl {
2506
+ border-top-left-radius: 3px;
2507
+ }
2508
+ .ui-corner-all,
2509
+ .ui-corner-top,
2510
+ .ui-corner-right,
2511
+ .ui-corner-tr {
2512
+ border-top-right-radius: 3px;
2513
+ }
2514
+ .ui-corner-all,
2515
+ .ui-corner-bottom,
2516
+ .ui-corner-left,
2517
+ .ui-corner-bl {
2518
+ border-bottom-left-radius: 3px;
2519
+ }
2520
+ .ui-corner-all,
2521
+ .ui-corner-bottom,
2522
+ .ui-corner-right,
2523
+ .ui-corner-br {
2524
+ border-bottom-right-radius: 3px;
2525
+ }
2526
+
2527
+ /* Overlays */
2528
+ .ui-widget-overlay {
2529
+ background: #aaaaaa;
2530
+ opacity: .003;
2531
+ filter: Alpha(Opacity=.3); /* support: IE8 */
2532
+ }
2533
+ .ui-widget-shadow {
2534
+ -webkit-box-shadow: 0px 0px 5px #666666;
2535
+ box-shadow: 0px 0px 5px #666666;
2536
+ }
2537
+
2538
+ /* Slider */
2539
+ .crsl-slider {
2540
+ position: relative;
2541
+ display: block;
2542
+ box-sizing: border-box;
2543
+ -webkit-touch-callout: none;
2544
+ -webkit-user-select: none;
2545
+ user-select: text;
2546
+ -ms-touch-action: pan-y;
2547
+ touch-action: pan-y;
2548
+ -webkit-tap-highlight-color: transparent;
2549
+ }
2550
+
2551
+ .crsl-list {
2552
+ position: relative;
2553
+ overflow: hidden;
2554
+ display: block;
2555
+ margin: 0;
2556
+ padding: 0;
2557
+ }
2558
+ .crsl-list:focus {
2559
+ outline: none;
2560
+ }
2561
+ .crsl-list.draggable {
2562
+ cursor: pointer;
2563
+ cursor: grab;
2564
+ user-select: none;
2565
+ }
2566
+ .crsl-list.dragging {
2567
+ cursor: grabbing;
2568
+ }
2569
+
2570
+ .crsl-slider .crsl-track,
2571
+ .crsl-slider .crsl-list {
2572
+ transform: translate3d(0, 0, 0);
2573
+ }
2574
+
2575
+ .crsl-track {
2576
+ position: relative;
2577
+ left: 0;
2578
+ top: 0;
2579
+ display: block;
2580
+ margin-left: auto;
2581
+ margin-right: auto;
2582
+ }
2583
+ .crsl-track:before, .crsl-track:after {
2584
+ content: "";
2585
+ display: table;
2586
+ }
2587
+ .crsl-track:after {
2588
+ clear: both;
2589
+ }
2590
+ .crsl-loading .crsl-track {
2591
+ visibility: hidden;
2592
+ }
2593
+
2594
+ .crsl-slide {
2595
+ float: left;
2596
+ height: 100%;
2597
+ min-height: 1px;
2598
+ display: none;
2599
+ }
2600
+ [dir=rtl] .crsl-slide {
2601
+ float: right;
2602
+ }
2603
+ .crsl-slide img {
2604
+ display: block;
2605
+ }
2606
+ .crsl-slide.crsl-loading img {
2607
+ display: none;
2608
+ }
2609
+ .crsl-slide.dragging img {
2610
+ pointer-events: none;
2611
+ }
2612
+ .crsl-initialized .crsl-slide {
2613
+ display: block;
2614
+ }
2615
+ .crsl-loading .crsl-slide {
2616
+ visibility: hidden;
2617
+ }
2618
+ .crsl-vertical .crsl-slide {
2619
+ display: block;
2620
+ height: auto;
2621
+ border: 1px solid transparent;
2622
+ }
2623
+
2624
+ .crsl-arrow.crsl-hidden {
2625
+ display: none;
2626
+ }
2627
+
2628
+ @charset "UTF-8";
2629
+ /* Slider */
2630
+ .crsl-loading .crsl-list {
2631
+ background: #fff url(./ajax-loader.gif) center center no-repeat;
2632
+ }
2633
+
2634
+ /* Icons */
2635
+ @font-face {
2636
+ font-family: "crsl";
2637
+ src: url(./fonts/crsl.eot);
2638
+ src: url(./fonts/crsl.eot?#iefix) format("embedded-opentype"), url(./fonts/crsl.woff2) format("woff2"), url(./fonts/crsl.woff) format("woff"), url(./fonts/crsl.ttf) format("truetype");
2639
+ font-weight: normal;
2640
+ font-style: normal;
2641
+ font-display: swap;
2642
+ }
2643
+ /* Arrows */
2644
+ .crsl-prev,
2645
+ .crsl-next {
2646
+ position: absolute;
2647
+ display: block;
2648
+ height: 20px;
2649
+ width: 20px;
2650
+ line-height: 0px;
2651
+ font-size: 0px;
2652
+ cursor: pointer;
2653
+ background: transparent;
2654
+ color: transparent;
2655
+ top: 50%;
2656
+ -webkit-transform: translate(0, -50%);
2657
+ -ms-transform: translate(0, -50%);
2658
+ transform: translate(0, -50%);
2659
+ padding: 0;
2660
+ border: none;
2661
+ outline: none;
2662
+ }
2663
+ .crsl-prev:hover, .crsl-prev:focus,
2664
+ .crsl-next:hover,
2665
+ .crsl-next:focus {
2666
+ outline: none;
2667
+ background: transparent;
2668
+ color: transparent;
2669
+ }
2670
+ .crsl-prev:hover:before, .crsl-prev:focus:before,
2671
+ .crsl-next:hover:before,
2672
+ .crsl-next:focus:before {
2673
+ opacity: 1;
2674
+ }
2675
+ .crsl-prev.crsl-disabled:before,
2676
+ .crsl-next.crsl-disabled:before {
2677
+ opacity: 0.25;
2678
+ }
2679
+ .crsl-prev:before,
2680
+ .crsl-next:before {
2681
+ font-family: "crsl";
2682
+ font-size: 20px;
2683
+ line-height: 1;
2684
+ color: white;
2685
+ opacity: 0.75;
2686
+ }
2687
+
2688
+ .crsl-prev {
2689
+ left: -25px;
2690
+ }
2691
+ [dir=rtl] .crsl-prev {
2692
+ left: auto;
2693
+ right: -25px;
2694
+ }
2695
+ .crsl-prev:before {
2696
+ content: "←";
2697
+ }
2698
+ [dir=rtl] .crsl-prev:before {
2699
+ content: "→";
2700
+ }
2701
+
2702
+ .crsl-next {
2703
+ right: -25px;
2704
+ }
2705
+ [dir=rtl] .crsl-next {
2706
+ left: -25px;
2707
+ right: auto;
2708
+ }
2709
+ .crsl-next:before {
2710
+ content: "→";
2711
+ }
2712
+ [dir=rtl] .crsl-next:before {
2713
+ content: "←";
2714
+ }
2715
+
2716
+ /* Dots */
2717
+ .crsl-dotted.crsl-slider {
2718
+ margin-bottom: 30px;
2719
+ }
2720
+
2721
+ .crsl-dots {
2722
+ position: absolute;
2723
+ bottom: -25px;
2724
+ list-style: none;
2725
+ display: block;
2726
+ text-align: center;
2727
+ padding: 0;
2728
+ margin: 0;
2729
+ width: 100%;
2730
+ }
2731
+ .crsl-dots li {
2732
+ position: relative;
2733
+ display: inline-block;
2734
+ height: 20px;
2735
+ width: 20px;
2736
+ margin: 0 5px;
2737
+ padding: 0;
2738
+ cursor: pointer;
2739
+ }
2740
+ .crsl-dots li button {
2741
+ border: 0;
2742
+ background: transparent;
2743
+ display: block;
2744
+ height: 20px;
2745
+ width: 20px;
2746
+ outline: none;
2747
+ line-height: 0px;
2748
+ font-size: 0px;
2749
+ color: transparent;
2750
+ padding: 5px;
2751
+ cursor: pointer;
2752
+ }
2753
+ .crsl-dots li button:hover, .crsl-dots li button:focus {
2754
+ outline: none;
2755
+ }
2756
+ .crsl-dots li button:hover:before, .crsl-dots li button:focus:before {
2757
+ opacity: 1;
2758
+ }
2759
+ .crsl-dots li button:before {
2760
+ position: absolute;
2761
+ top: 0;
2762
+ left: 0;
2763
+ content: "•";
2764
+ width: 20px;
2765
+ height: 20px;
2766
+ font-family: "crsl";
2767
+ font-size: 6px;
2768
+ line-height: 20px;
2769
+ text-align: center;
2770
+ color: black;
2771
+ opacity: 0.25;
2772
+ }
2773
+ .crsl-dots li.crsl-active button:before {
2774
+ color: black;
2775
+ opacity: 0.75;
2776
+ }
2777
+
2778
+ /* surrounding tag container */
2779
+ .tag-editor {
2780
+ list-style-type: none; padding: 0 5px 0 0; margin: 0; overflow: hidden; border: 1px solid #eee; cursor: text;
2781
+ font: normal 14px sans-serif; color: #555; background: #fff; line-height: 20px;
2782
+ }
2783
+
2784
+ /* core styles usually need no change */
2785
+ .tag-editor li { display: block; float: left; overflow: hidden; margin: 3px 0; }
2786
+ .tag-editor div { float: left; padding: 0 4px; }
2787
+ .tag-editor .placeholder { padding: 0 8px; color: #bbb; }
2788
+ .tag-editor .tag-editor-spacer { padding: 0; width: 8px; overflow: hidden; color: transparent; background: none; }
2789
+ .tag-editor input {
2790
+ vertical-align: inherit; border: 0; outline: none; padding: 0; margin: 0; cursor: text;
2791
+ font-family: inherit; font-weight: inherit; font-size: inherit; font-style: inherit;
2792
+ box-shadow: none; background: none; color: #444;
2793
+ }
2794
+ /* hide original input field or textarea visually to allow tab navigation */
2795
+ .tag-editor-hidden-src { position: absolute !important; left: -99999px; }
2796
+ /* hide IE10 "clear field" X */
2797
+ .tag-editor ::-ms-clear { display: none; }
2798
+
2799
+ /* tag style */
2800
+ .tag-editor .tag-editor-tag {
2801
+ padding-left: 5px; color: #46799b; background: #e0eaf1; white-space: nowrap;
2802
+ overflow: hidden; cursor: pointer; border-radius: 2px 0 0 2px;
2803
+ }
2804
+
2805
+ /* delete icon */
2806
+ .tag-editor .tag-editor-delete { background: #e0eaf1; cursor: pointer; border-radius: 0 2px 2px 0; padding-left: 3px; padding-right: 4px; }
2807
+ .tag-editor .tag-editor-delete i { line-height: 18px; display: inline-block; }
2808
+ .tag-editor .tag-editor-delete i:before { font-size: 16px; color: #8ba7ba; content: "×"; font-style: normal; }
2809
+ .tag-editor .tag-editor-delete:hover i:before { color: #d65454; }
2810
+ .tag-editor .tag-editor-tag.active+.tag-editor-delete, .tag-editor .tag-editor-tag.active+.tag-editor-delete i { visibility: hidden; cursor: text; }
2811
+
2812
+ .tag-editor .tag-editor-tag.active { background: none !important; }
2813
+
2814
+ /* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
2815
+ .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; font-size: 14px; }
2816
+ .ui-front { z-index: 9999; }
2817
+ .ui-menu { list-style: none; padding: 1px; margin: 0; display: block; outline: none; }
2818
+ .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.4; min-height: 0; /* support: IE7 */ }
2819
+ .ui-widget-content { border: 1px solid #bbb; background: #fff; color: #555; }
2820
+ .ui-widget-content a { color: #46799b; }
2821
+ .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #e0eaf1; }
2822
+ .ui-helper-hidden-accessible { display: none; }