Ultimate Member – User Profile & Membership Plugin - Version 2.3.1

Version Description

Download this release

Release Info

Developer nsinelnikov
Plugin Icon 128x128 Ultimate Member – User Profile & Membership Plugin
Version 2.3.1
Comparing to
See all releases

Code changes from version 2.3.0 to 2.3.1

assets/css/jquery-ui.css CHANGED
@@ -1,1311 +1,1311 @@
1
- /*! jQuery UI - v1.12.1 - 2016-09-14
2
- * http://jqueryui.com
3
- * 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
4
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
5
- * Copyright jQuery Foundation and other contributors; Licensed MIT */
6
-
7
- /* Layout helpers
8
- ----------------------------------*/
9
- .ui-helper-hidden {
10
- display: none;
11
- }
12
- .ui-helper-hidden-accessible {
13
- border: 0;
14
- clip: rect(0 0 0 0);
15
- height: 1px;
16
- margin: -1px;
17
- overflow: hidden;
18
- padding: 0;
19
- position: absolute;
20
- width: 1px;
21
- }
22
- .ui-helper-reset {
23
- margin: 0;
24
- padding: 0;
25
- border: 0;
26
- outline: 0;
27
- line-height: 1.3;
28
- text-decoration: none;
29
- font-size: 100%;
30
- list-style: none;
31
- }
32
- .ui-helper-clearfix:before,
33
- .ui-helper-clearfix:after {
34
- content: "";
35
- display: table;
36
- border-collapse: collapse;
37
- }
38
- .ui-helper-clearfix:after {
39
- clear: both;
40
- }
41
- .ui-helper-zfix {
42
- width: 100%;
43
- height: 100%;
44
- top: 0;
45
- left: 0;
46
- position: absolute;
47
- opacity: 0;
48
- filter:Alpha(Opacity=0); /* support: IE8 */
49
- }
50
-
51
- .ui-front {
52
- z-index: 100;
53
- }
54
-
55
-
56
- /* Interaction Cues
57
- ----------------------------------*/
58
- .ui-state-disabled {
59
- cursor: default !important;
60
- pointer-events: none;
61
- }
62
-
63
-
64
- /* Icons
65
- ----------------------------------*/
66
- .ui-icon {
67
- display: inline-block;
68
- vertical-align: middle;
69
- margin-top: -.25em;
70
- position: relative;
71
- text-indent: -99999px;
72
- overflow: hidden;
73
- background-repeat: no-repeat;
74
- }
75
-
76
- .ui-widget-icon-block {
77
- left: 50%;
78
- margin-left: -8px;
79
- display: block;
80
- }
81
-
82
- /* Misc visuals
83
- ----------------------------------*/
84
-
85
- /* Overlays */
86
- .ui-widget-overlay {
87
- position: fixed;
88
- top: 0;
89
- left: 0;
90
- width: 100%;
91
- height: 100%;
92
- }
93
- .ui-accordion .ui-accordion-header {
94
- display: block;
95
- cursor: pointer;
96
- position: relative;
97
- margin: 2px 0 0 0;
98
- padding: .5em .5em .5em .7em;
99
- font-size: 100%;
100
- }
101
- .ui-accordion .ui-accordion-content {
102
- padding: 1em 2.2em;
103
- border-top: 0;
104
- overflow: auto;
105
- }
106
- .ui-autocomplete {
107
- position: absolute;
108
- top: 0;
109
- left: 0;
110
- cursor: default;
111
- }
112
- .ui-menu {
113
- list-style: none;
114
- padding: 0;
115
- margin: 0;
116
- display: block;
117
- outline: 0;
118
- }
119
- .ui-menu .ui-menu {
120
- position: absolute;
121
- }
122
- .ui-menu .ui-menu-item {
123
- margin: 0;
124
- cursor: pointer;
125
- /* support: IE10, see #8844 */
126
- list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
127
- }
128
- .ui-menu .ui-menu-item-wrapper {
129
- position: relative;
130
- padding: 3px 1em 3px .4em;
131
- }
132
- .ui-menu .ui-menu-divider {
133
- margin: 5px 0;
134
- height: 0;
135
- font-size: 0;
136
- line-height: 0;
137
- border-width: 1px 0 0 0;
138
- }
139
- .ui-menu .ui-state-focus,
140
- .ui-menu .ui-state-active {
141
- margin: -1px;
142
- }
143
-
144
- /* icon support */
145
- .ui-menu-icons {
146
- position: relative;
147
- }
148
- .ui-menu-icons .ui-menu-item-wrapper {
149
- padding-left: 2em;
150
- }
151
-
152
- /* left-aligned */
153
- .ui-menu .ui-icon {
154
- position: absolute;
155
- top: 0;
156
- bottom: 0;
157
- left: .2em;
158
- margin: auto 0;
159
- }
160
-
161
- /* right-aligned */
162
- .ui-menu .ui-menu-icon {
163
- left: auto;
164
- right: 0;
165
- }
166
- .ui-button {
167
- padding: .4em 1em;
168
- display: inline-block;
169
- position: relative;
170
- line-height: normal;
171
- margin-right: .1em;
172
- cursor: pointer;
173
- vertical-align: middle;
174
- text-align: center;
175
- -webkit-user-select: none;
176
- -moz-user-select: none;
177
- -ms-user-select: none;
178
- user-select: none;
179
-
180
- /* Support: IE <= 11 */
181
- overflow: visible;
182
- }
183
-
184
- .ui-button,
185
- .ui-button:link,
186
- .ui-button:visited,
187
- .ui-button:hover,
188
- .ui-button:active {
189
- text-decoration: none;
190
- }
191
-
192
- /* to make room for the icon, a width needs to be set here */
193
- .ui-button-icon-only {
194
- width: 2em;
195
- box-sizing: border-box;
196
- text-indent: -9999px;
197
- white-space: nowrap;
198
- }
199
-
200
- /* no icon support for input elements */
201
- input.ui-button.ui-button-icon-only {
202
- text-indent: 0;
203
- }
204
-
205
- /* button icon element(s) */
206
- .ui-button-icon-only .ui-icon {
207
- position: absolute;
208
- top: 50%;
209
- left: 50%;
210
- margin-top: -8px;
211
- margin-left: -8px;
212
- }
213
-
214
- .ui-button.ui-icon-notext .ui-icon {
215
- padding: 0;
216
- width: 2.1em;
217
- height: 2.1em;
218
- text-indent: -9999px;
219
- white-space: nowrap;
220
-
221
- }
222
-
223
- input.ui-button.ui-icon-notext .ui-icon {
224
- width: auto;
225
- height: auto;
226
- text-indent: 0;
227
- white-space: normal;
228
- padding: .4em 1em;
229
- }
230
-
231
- /* workarounds */
232
- /* Support: Firefox 5 - 40 */
233
- input.ui-button::-moz-focus-inner,
234
- button.ui-button::-moz-focus-inner {
235
- border: 0;
236
- padding: 0;
237
- }
238
- .ui-controlgroup {
239
- vertical-align: middle;
240
- display: inline-block;
241
- }
242
- .ui-controlgroup > .ui-controlgroup-item {
243
- float: left;
244
- margin-left: 0;
245
- margin-right: 0;
246
- }
247
- .ui-controlgroup > .ui-controlgroup-item:focus,
248
- .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
249
- z-index: 9999;
250
- }
251
- .ui-controlgroup-vertical > .ui-controlgroup-item {
252
- display: block;
253
- float: none;
254
- width: 100%;
255
- margin-top: 0;
256
- margin-bottom: 0;
257
- text-align: left;
258
- }
259
- .ui-controlgroup-vertical .ui-controlgroup-item {
260
- box-sizing: border-box;
261
- }
262
- .ui-controlgroup .ui-controlgroup-label {
263
- padding: .4em 1em;
264
- }
265
- .ui-controlgroup .ui-controlgroup-label span {
266
- font-size: 80%;
267
- }
268
- .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
269
- border-left: none;
270
- }
271
- .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
272
- border-top: none;
273
- }
274
- .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
275
- border-right: none;
276
- }
277
- .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
278
- border-bottom: none;
279
- }
280
-
281
- /* Spinner specific style fixes */
282
- .ui-controlgroup-vertical .ui-spinner-input {
283
-
284
- /* Support: IE8 only, Android < 4.4 only */
285
- width: 75%;
286
- width: calc( 100% - 2.4em );
287
- }
288
- .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
289
- border-top-style: solid;
290
- }
291
-
292
- .ui-checkboxradio-label .ui-icon-background {
293
- box-shadow: inset 1px 1px 1px #ccc;
294
- border-radius: .12em;
295
- border: none;
296
- }
297
- .ui-checkboxradio-radio-label .ui-icon-background {
298
- width: 16px;
299
- height: 16px;
300
- border-radius: 1em;
301
- overflow: visible;
302
- border: none;
303
- }
304
- .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
305
- .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
306
- background-image: none;
307
- width: 8px;
308
- height: 8px;
309
- border-width: 4px;
310
- border-style: solid;
311
- }
312
- .ui-checkboxradio-disabled {
313
- pointer-events: none;
314
- }
315
- .ui-datepicker {
316
- width: 17em;
317
- padding: .2em .2em 0;
318
- display: none;
319
- }
320
- .ui-datepicker .ui-datepicker-header {
321
- position: relative;
322
- padding: .2em 0;
323
- }
324
- .ui-datepicker .ui-datepicker-prev,
325
- .ui-datepicker .ui-datepicker-next {
326
- position: absolute;
327
- top: 2px;
328
- width: 1.8em;
329
- height: 1.8em;
330
- }
331
- .ui-datepicker .ui-datepicker-prev-hover,
332
- .ui-datepicker .ui-datepicker-next-hover {
333
- top: 1px;
334
- }
335
- .ui-datepicker .ui-datepicker-prev {
336
- left: 2px;
337
- }
338
- .ui-datepicker .ui-datepicker-next {
339
- right: 2px;
340
- }
341
- .ui-datepicker .ui-datepicker-prev-hover {
342
- left: 1px;
343
- }
344
- .ui-datepicker .ui-datepicker-next-hover {
345
- right: 1px;
346
- }
347
- .ui-datepicker .ui-datepicker-prev span,
348
- .ui-datepicker .ui-datepicker-next span {
349
- display: block;
350
- position: absolute;
351
- left: 50%;
352
- margin-left: -8px;
353
- top: 50%;
354
- margin-top: -8px;
355
- }
356
- .ui-datepicker .ui-datepicker-title {
357
- margin: 0 2.3em;
358
- line-height: 1.8em;
359
- text-align: center;
360
- }
361
- .ui-datepicker .ui-datepicker-title select {
362
- font-size: 1em;
363
- margin: 1px 0;
364
- }
365
- .ui-datepicker select.ui-datepicker-month,
366
- .ui-datepicker select.ui-datepicker-year {
367
- width: 45%;
368
- }
369
- .ui-datepicker table {
370
- width: 100%;
371
- font-size: .9em;
372
- border-collapse: collapse;
373
- margin: 0 0 .4em;
374
- }
375
- .ui-datepicker th {
376
- padding: .7em .3em;
377
- text-align: center;
378
- font-weight: bold;
379
- border: 0;
380
- }
381
- .ui-datepicker td {
382
- border: 0;
383
- padding: 1px;
384
- }
385
- .ui-datepicker td span,
386
- .ui-datepicker td a {
387
- display: block;
388
- padding: .2em;
389
- text-align: right;
390
- text-decoration: none;
391
- }
392
- .ui-datepicker .ui-datepicker-buttonpane {
393
- background-image: none;
394
- margin: .7em 0 0 0;
395
- padding: 0 .2em;
396
- border-left: 0;
397
- border-right: 0;
398
- border-bottom: 0;
399
- }
400
- .ui-datepicker .ui-datepicker-buttonpane button {
401
- float: right;
402
- margin: .5em .2em .4em;
403
- cursor: pointer;
404
- padding: .2em .6em .3em .6em;
405
- width: auto;
406
- overflow: visible;
407
- }
408
- .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
409
- float: left;
410
- }
411
-
412
- /* with multiple calendars */
413
- .ui-datepicker.ui-datepicker-multi {
414
- width: auto;
415
- }
416
- .ui-datepicker-multi .ui-datepicker-group {
417
- float: left;
418
- }
419
- .ui-datepicker-multi .ui-datepicker-group table {
420
- width: 95%;
421
- margin: 0 auto .4em;
422
- }
423
- .ui-datepicker-multi-2 .ui-datepicker-group {
424
- width: 50%;
425
- }
426
- .ui-datepicker-multi-3 .ui-datepicker-group {
427
- width: 33.3%;
428
- }
429
- .ui-datepicker-multi-4 .ui-datepicker-group {
430
- width: 25%;
431
- }
432
- .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
433
- .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
434
- border-left-width: 0;
435
- }
436
- .ui-datepicker-multi .ui-datepicker-buttonpane {
437
- clear: left;
438
- }
439
- .ui-datepicker-row-break {
440
- clear: both;
441
- width: 100%;
442
- font-size: 0;
443
- }
444
-
445
- /* RTL support */
446
- .ui-datepicker-rtl {
447
- direction: rtl;
448
- }
449
- .ui-datepicker-rtl .ui-datepicker-prev {
450
- right: 2px;
451
- left: auto;
452
- }
453
- .ui-datepicker-rtl .ui-datepicker-next {
454
- left: 2px;
455
- right: auto;
456
- }
457
- .ui-datepicker-rtl .ui-datepicker-prev:hover {
458
- right: 1px;
459
- left: auto;
460
- }
461
- .ui-datepicker-rtl .ui-datepicker-next:hover {
462
- left: 1px;
463
- right: auto;
464
- }
465
- .ui-datepicker-rtl .ui-datepicker-buttonpane {
466
- clear: right;
467
- }
468
- .ui-datepicker-rtl .ui-datepicker-buttonpane button {
469
- float: left;
470
- }
471
- .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
472
- .ui-datepicker-rtl .ui-datepicker-group {
473
- float: right;
474
- }
475
- .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
476
- .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
477
- border-right-width: 0;
478
- border-left-width: 1px;
479
- }
480
-
481
- /* Icons */
482
- .ui-datepicker .ui-icon {
483
- display: block;
484
- text-indent: -99999px;
485
- overflow: hidden;
486
- background-repeat: no-repeat;
487
- left: .5em;
488
- top: .3em;
489
- }
490
- .ui-dialog {
491
- position: absolute;
492
- top: 0;
493
- left: 0;
494
- padding: .2em;
495
- outline: 0;
496
- }
497
- .ui-dialog .ui-dialog-titlebar {
498
- padding: .4em 1em;
499
- position: relative;
500
- }
501
- .ui-dialog .ui-dialog-title {
502
- float: left;
503
- margin: .1em 0;
504
- white-space: nowrap;
505
- width: 90%;
506
- overflow: hidden;
507
- text-overflow: ellipsis;
508
- }
509
- .ui-dialog .ui-dialog-titlebar-close {
510
- position: absolute;
511
- right: .3em;
512
- top: 50%;
513
- width: 20px;
514
- margin: -10px 0 0 0;
515
- padding: 1px;
516
- height: 20px;
517
- }
518
- .ui-dialog .ui-dialog-content {
519
- position: relative;
520
- border: 0;
521
- padding: .5em 1em;
522
- background: none;
523
- overflow: auto;
524
- }
525
- .ui-dialog .ui-dialog-buttonpane {
526
- text-align: left;
527
- border-width: 1px 0 0 0;
528
- background-image: none;
529
- margin-top: .5em;
530
- padding: .3em 1em .5em .4em;
531
- }
532
- .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
533
- float: right;
534
- }
535
- .ui-dialog .ui-dialog-buttonpane button {
536
- margin: .5em .4em .5em 0;
537
- cursor: pointer;
538
- }
539
- .ui-dialog .ui-resizable-n {
540
- height: 2px;
541
- top: 0;
542
- }
543
- .ui-dialog .ui-resizable-e {
544
- width: 2px;
545
- right: 0;
546
- }
547
- .ui-dialog .ui-resizable-s {
548
- height: 2px;
549
- bottom: 0;
550
- }
551
- .ui-dialog .ui-resizable-w {
552
- width: 2px;
553
- left: 0;
554
- }
555
- .ui-dialog .ui-resizable-se,
556
- .ui-dialog .ui-resizable-sw,
557
- .ui-dialog .ui-resizable-ne,
558
- .ui-dialog .ui-resizable-nw {
559
- width: 7px;
560
- height: 7px;
561
- }
562
- .ui-dialog .ui-resizable-se {
563
- right: 0;
564
- bottom: 0;
565
- }
566
- .ui-dialog .ui-resizable-sw {
567
- left: 0;
568
- bottom: 0;
569
- }
570
- .ui-dialog .ui-resizable-ne {
571
- right: 0;
572
- top: 0;
573
- }
574
- .ui-dialog .ui-resizable-nw {
575
- left: 0;
576
- top: 0;
577
- }
578
- .ui-draggable .ui-dialog-titlebar {
579
- cursor: move;
580
- }
581
- .ui-draggable-handle {
582
- -ms-touch-action: none;
583
- touch-action: none;
584
- }
585
- .ui-resizable {
586
- position: relative;
587
- }
588
- .ui-resizable-handle {
589
- position: absolute;
590
- font-size: 0.1px;
591
- display: block;
592
- -ms-touch-action: none;
593
- touch-action: none;
594
- }
595
- .ui-resizable-disabled .ui-resizable-handle,
596
- .ui-resizable-autohide .ui-resizable-handle {
597
- display: none;
598
- }
599
- .ui-resizable-n {
600
- cursor: n-resize;
601
- height: 7px;
602
- width: 100%;
603
- top: -5px;
604
- left: 0;
605
- }
606
- .ui-resizable-s {
607
- cursor: s-resize;
608
- height: 7px;
609
- width: 100%;
610
- bottom: -5px;
611
- left: 0;
612
- }
613
- .ui-resizable-e {
614
- cursor: e-resize;
615
- width: 7px;
616
- right: -5px;
617
- top: 0;
618
- height: 100%;
619
- }
620
- .ui-resizable-w {
621
- cursor: w-resize;
622
- width: 7px;
623
- left: -5px;
624
- top: 0;
625
- height: 100%;
626
- }
627
- .ui-resizable-se {
628
- cursor: se-resize;
629
- width: 12px;
630
- height: 12px;
631
- right: 1px;
632
- bottom: 1px;
633
- }
634
- .ui-resizable-sw {
635
- cursor: sw-resize;
636
- width: 9px;
637
- height: 9px;
638
- left: -5px;
639
- bottom: -5px;
640
- }
641
- .ui-resizable-nw {
642
- cursor: nw-resize;
643
- width: 9px;
644
- height: 9px;
645
- left: -5px;
646
- top: -5px;
647
- }
648
- .ui-resizable-ne {
649
- cursor: ne-resize;
650
- width: 9px;
651
- height: 9px;
652
- right: -5px;
653
- top: -5px;
654
- }
655
- .ui-progressbar {
656
- height: 2em;
657
- text-align: left;
658
- overflow: hidden;
659
- }
660
- .ui-progressbar .ui-progressbar-value {
661
- margin: -1px;
662
- height: 100%;
663
- }
664
- .ui-progressbar .ui-progressbar-overlay {
665
- background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
666
- height: 100%;
667
- filter: alpha(opacity=25); /* support: IE8 */
668
- opacity: 0.25;
669
- }
670
- .ui-progressbar-indeterminate .ui-progressbar-value {
671
- background-image: none;
672
- }
673
- .ui-selectable {
674
- -ms-touch-action: none;
675
- touch-action: none;
676
- }
677
- .ui-selectable-helper {
678
- position: absolute;
679
- z-index: 100;
680
- border: 1px dotted black;
681
- }
682
- .ui-selectmenu-menu {
683
- padding: 0;
684
- margin: 0;
685
- position: absolute;
686
- top: 0;
687
- left: 0;
688
- display: none;
689
- }
690
- .ui-selectmenu-menu .ui-menu {
691
- overflow: auto;
692
- overflow-x: hidden;
693
- padding-bottom: 1px;
694
- }
695
- .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
696
- font-size: 1em;
697
- font-weight: bold;
698
- line-height: 1.5;
699
- padding: 2px 0.4em;
700
- margin: 0.5em 0 0 0;
701
- height: auto;
702
- border: 0;
703
- }
704
- .ui-selectmenu-open {
705
- display: block;
706
- }
707
- .ui-selectmenu-text {
708
- display: block;
709
- margin-right: 20px;
710
- overflow: hidden;
711
- text-overflow: ellipsis;
712
- }
713
- .ui-selectmenu-button.ui-button {
714
- text-align: left;
715
- white-space: nowrap;
716
- width: 14em;
717
- }
718
- .ui-selectmenu-icon.ui-icon {
719
- float: right;
720
- margin-top: 0;
721
- }
722
- .ui-slider {
723
- position: relative;
724
- text-align: left;
725
- }
726
- .ui-slider .ui-slider-handle {
727
- position: absolute;
728
- z-index: 2;
729
- width: 1.2em;
730
- height: 1.2em;
731
- cursor: default;
732
- -ms-touch-action: none;
733
- touch-action: none;
734
- }
735
- .ui-slider .ui-slider-range {
736
- position: absolute;
737
- z-index: 1;
738
- font-size: .7em;
739
- display: block;
740
- border: 0;
741
- background-position: 0 0;
742
- }
743
-
744
- /* support: IE8 - See #6727 */
745
- .ui-slider.ui-state-disabled .ui-slider-handle,
746
- .ui-slider.ui-state-disabled .ui-slider-range {
747
- filter: inherit;
748
- }
749
-
750
- .ui-slider-horizontal {
751
- height: .8em;
752
- }
753
- .ui-slider-horizontal .ui-slider-handle {
754
- top: -.3em;
755
- margin-left: -.6em;
756
- }
757
- .ui-slider-horizontal .ui-slider-range {
758
- top: 0;
759
- height: 100%;
760
- }
761
- .ui-slider-horizontal .ui-slider-range-min {
762
- left: 0;
763
- }
764
- .ui-slider-horizontal .ui-slider-range-max {
765
- right: 0;
766
- }
767
-
768
- .ui-slider-vertical {
769
- width: .8em;
770
- height: 100px;
771
- }
772
- .ui-slider-vertical .ui-slider-handle {
773
- left: -.3em;
774
- margin-left: 0;
775
- margin-bottom: -.6em;
776
- }
777
- .ui-slider-vertical .ui-slider-range {
778
- left: 0;
779
- width: 100%;
780
- }
781
- .ui-slider-vertical .ui-slider-range-min {
782
- bottom: 0;
783
- }
784
- .ui-slider-vertical .ui-slider-range-max {
785
- top: 0;
786
- }
787
- .ui-sortable-handle {
788
- -ms-touch-action: none;
789
- touch-action: none;
790
- }
791
- .ui-spinner {
792
- position: relative;
793
- display: inline-block;
794
- overflow: hidden;
795
- padding: 0;
796
- vertical-align: middle;
797
- }
798
- .ui-spinner-input {
799
- border: none;
800
- background: none;
801
- color: inherit;
802
- padding: .222em 0;
803
- margin: .2em 0;
804
- vertical-align: middle;
805
- margin-left: .4em;
806
- margin-right: 2em;
807
- }
808
- .ui-spinner-button {
809
- width: 1.6em;
810
- height: 50%;
811
- font-size: .5em;
812
- padding: 0;
813
- margin: 0;
814
- text-align: center;
815
- position: absolute;
816
- cursor: default;
817
- display: block;
818
- overflow: hidden;
819
- right: 0;
820
- }
821
- /* more specificity required here to override default borders */
822
- .ui-spinner a.ui-spinner-button {
823
- border-top-style: none;
824
- border-bottom-style: none;
825
- border-right-style: none;
826
- }
827
- .ui-spinner-up {
828
- top: 0;
829
- }
830
- .ui-spinner-down {
831
- bottom: 0;
832
- }
833
- .ui-tabs {
834
- position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
835
- padding: .2em;
836
- }
837
- .ui-tabs .ui-tabs-nav {
838
- margin: 0;
839
- padding: .2em .2em 0;
840
- }
841
- .ui-tabs .ui-tabs-nav li {
842
- list-style: none;
843
- float: left;
844
- position: relative;
845
- top: 0;
846
- margin: 1px .2em 0 0;
847
- border-bottom-width: 0;
848
- padding: 0;
849
- white-space: nowrap;
850
- }
851
- .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
852
- float: left;
853
- padding: .5em 1em;
854
- text-decoration: none;
855
- }
856
- .ui-tabs .ui-tabs-nav li.ui-tabs-active {
857
- margin-bottom: -1px;
858
- padding-bottom: 1px;
859
- }
860
- .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
861
- .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
862
- .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
863
- cursor: text;
864
- }
865
- .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
866
- cursor: pointer;
867
- }
868
- .ui-tabs .ui-tabs-panel {
869
- display: block;
870
- border-width: 0;
871
- padding: 1em 1.4em;
872
- background: none;
873
- }
874
- .ui-tooltip {
875
- padding: 8px;
876
- position: absolute;
877
- z-index: 9999;
878
- max-width: 300px;
879
- }
880
- body .ui-tooltip {
881
- border-width: 2px;
882
- }
883
- /* Component containers
884
- ----------------------------------*/
885
- .ui-widget {
886
- font-family: Arial,Helvetica,sans-serif;
887
- font-size: 1em;
888
- }
889
- .ui-widget .ui-widget {
890
- font-size: 1em;
891
- }
892
- .ui-widget input,
893
- .ui-widget select,
894
- .ui-widget textarea,
895
- .ui-widget button {
896
- font-family: Arial,Helvetica,sans-serif;
897
- font-size: 1em;
898
- }
899
- .ui-widget.ui-widget-content {
900
- border: 1px solid #c5c5c5;
901
- }
902
- .ui-widget-content {
903
- border: 1px solid #dddddd;
904
- background: #ffffff;
905
- color: #333333;
906
- }
907
- .ui-widget-content a {
908
- color: #333333;
909
- }
910
- .ui-widget-header {
911
- border: 1px solid #dddddd;
912
- background: #e9e9e9;
913
- color: #333333;
914
- font-weight: bold;
915
- }
916
- .ui-widget-header a {
917
- color: #333333;
918
- }
919
-
920
- /* Interaction states
921
- ----------------------------------*/
922
- .ui-state-default,
923
- .ui-widget-content .ui-state-default,
924
- .ui-widget-header .ui-state-default,
925
- .ui-button,
926
-
927
- /* We use html here because we need a greater specificity to make sure disabled
928
- works properly when clicked or hovered */
929
- html .ui-button.ui-state-disabled:hover,
930
- html .ui-button.ui-state-disabled:active {
931
- border: 1px solid #c5c5c5;
932
- background: #f6f6f6;
933
- font-weight: normal;
934
- color: #454545;
935
- }
936
- .ui-state-default a,
937
- .ui-state-default a:link,
938
- .ui-state-default a:visited,
939
- a.ui-button,
940
- a:link.ui-button,
941
- a:visited.ui-button,
942
- .ui-button {
943
- color: #454545;
944
- text-decoration: none;
945
- }
946
- .ui-state-hover,
947
- .ui-widget-content .ui-state-hover,
948
- .ui-widget-header .ui-state-hover,
949
- .ui-state-focus,
950
- .ui-widget-content .ui-state-focus,
951
- .ui-widget-header .ui-state-focus,
952
- .ui-button:hover,
953
- .ui-button:focus {
954
- border: 1px solid #cccccc;
955
- background: #ededed;
956
- font-weight: normal;
957
- color: #2b2b2b;
958
- }
959
- .ui-state-hover a,
960
- .ui-state-hover a:hover,
961
- .ui-state-hover a:link,
962
- .ui-state-hover a:visited,
963
- .ui-state-focus a,
964
- .ui-state-focus a:hover,
965
- .ui-state-focus a:link,
966
- .ui-state-focus a:visited,
967
- a.ui-button:hover,
968
- a.ui-button:focus {
969
- color: #2b2b2b;
970
- text-decoration: none;
971
- }
972
-
973
- .ui-visual-focus {
974
- box-shadow: 0 0 3px 1px rgb(94, 158, 214);
975
- }
976
- .ui-state-active,
977
- .ui-widget-content .ui-state-active,
978
- .ui-widget-header .ui-state-active,
979
- a.ui-button:active,
980
- .ui-button:active,
981
- .ui-button.ui-state-active:hover {
982
- border: 1px solid #003eff;
983
- background: #007fff;
984
- font-weight: normal;
985
- color: #ffffff;
986
- }
987
- .ui-icon-background,
988
- .ui-state-active .ui-icon-background {
989
- border: #003eff;
990
- background-color: #ffffff;
991
- }
992
- .ui-state-active a,
993
- .ui-state-active a:link,
994
- .ui-state-active a:visited {
995
- color: #ffffff;
996
- text-decoration: none;
997
- }
998
-
999
- /* Interaction Cues
1000
- ----------------------------------*/
1001
- .ui-state-highlight,
1002
- .ui-widget-content .ui-state-highlight,
1003
- .ui-widget-header .ui-state-highlight {
1004
- border: 1px solid #dad55e;
1005
- background: #fffa90;
1006
- color: #777620;
1007
- }
1008
- .ui-state-checked {
1009
- border: 1px solid #dad55e;
1010
- background: #fffa90;
1011
- }
1012
- .ui-state-highlight a,
1013
- .ui-widget-content .ui-state-highlight a,
1014
- .ui-widget-header .ui-state-highlight a {
1015
- color: #777620;
1016
- }
1017
- .ui-state-error,
1018
- .ui-widget-content .ui-state-error,
1019
- .ui-widget-header .ui-state-error {
1020
- border: 1px solid #f1a899;
1021
- background: #fddfdf;
1022
- color: #5f3f3f;
1023
- }
1024
- .ui-state-error a,
1025
- .ui-widget-content .ui-state-error a,
1026
- .ui-widget-header .ui-state-error a {
1027
- color: #5f3f3f;
1028
- }
1029
- .ui-state-error-text,
1030
- .ui-widget-content .ui-state-error-text,
1031
- .ui-widget-header .ui-state-error-text {
1032
- color: #5f3f3f;
1033
- }
1034
- .ui-priority-primary,
1035
- .ui-widget-content .ui-priority-primary,
1036
- .ui-widget-header .ui-priority-primary {
1037
- font-weight: bold;
1038
- }
1039
- .ui-priority-secondary,
1040
- .ui-widget-content .ui-priority-secondary,
1041
- .ui-widget-header .ui-priority-secondary {
1042
- opacity: .7;
1043
- filter:Alpha(Opacity=70); /* support: IE8 */
1044
- font-weight: normal;
1045
- }
1046
- .ui-state-disabled,
1047
- .ui-widget-content .ui-state-disabled,
1048
- .ui-widget-header .ui-state-disabled {
1049
- opacity: .35;
1050
- filter:Alpha(Opacity=35); /* support: IE8 */
1051
- background-image: none;
1052
- }
1053
- .ui-state-disabled .ui-icon {
1054
- filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
1055
- }
1056
-
1057
- /* Icons
1058
- ----------------------------------*/
1059
-
1060
- /* states and images */
1061
- .ui-icon {
1062
- width: 16px;
1063
- height: 16px;
1064
- }
1065
- .ui-icon,
1066
- .ui-widget-content .ui-icon {
1067
- background-image: url("images/ui-icons_444444_256x240.png");
1068
- }
1069
- .ui-widget-header .ui-icon {
1070
- background-image: url("images/ui-icons_444444_256x240.png");
1071
- }
1072
- .ui-state-hover .ui-icon,
1073
- .ui-state-focus .ui-icon,
1074
- .ui-button:hover .ui-icon,
1075
- .ui-button:focus .ui-icon {
1076
- background-image: url("images/ui-icons_555555_256x240.png");
1077
- }
1078
- .ui-state-active .ui-icon,
1079
- .ui-button:active .ui-icon {
1080
- background-image: url("images/ui-icons_ffffff_256x240.png");
1081
- }
1082
- .ui-state-highlight .ui-icon,
1083
- .ui-button .ui-state-highlight.ui-icon {
1084
- background-image: url("images/ui-icons_777620_256x240.png");
1085
- }
1086
- .ui-state-error .ui-icon,
1087
- .ui-state-error-text .ui-icon {
1088
- background-image: url("images/ui-icons_cc0000_256x240.png");
1089
- }
1090
- .ui-button .ui-icon {
1091
- background-image: url("images/ui-icons_777777_256x240.png");
1092
- }
1093
-
1094
- /* positioning */
1095
- .ui-icon-blank { background-position: 16px 16px; }
1096
- .ui-icon-caret-1-n { background-position: 0 0; }
1097
- .ui-icon-caret-1-ne { background-position: -16px 0; }
1098
- .ui-icon-caret-1-e { background-position: -32px 0; }
1099
- .ui-icon-caret-1-se { background-position: -48px 0; }
1100
- .ui-icon-caret-1-s { background-position: -65px 0; }
1101
- .ui-icon-caret-1-sw { background-position: -80px 0; }
1102
- .ui-icon-caret-1-w { background-position: -96px 0; }
1103
- .ui-icon-caret-1-nw { background-position: -112px 0; }
1104
- .ui-icon-caret-2-n-s { background-position: -128px 0; }
1105
- .ui-icon-caret-2-e-w { background-position: -144px 0; }
1106
- .ui-icon-triangle-1-n { background-position: 0 -16px; }
1107
- .ui-icon-triangle-1-ne { background-position: -16px -16px; }
1108
- .ui-icon-triangle-1-e { background-position: -32px -16px; }
1109
- .ui-icon-triangle-1-se { background-position: -48px -16px; }
1110
- .ui-icon-triangle-1-s { background-position: -65px -16px; }
1111
- .ui-icon-triangle-1-sw { background-position: -80px -16px; }
1112
- .ui-icon-triangle-1-w { background-position: -96px -16px; }
1113
- .ui-icon-triangle-1-nw { background-position: -112px -16px; }
1114
- .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1115
- .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1116
- .ui-icon-arrow-1-n { background-position: 0 -32px; }
1117
- .ui-icon-arrow-1-ne { background-position: -16px -32px; }
1118
- .ui-icon-arrow-1-e { background-position: -32px -32px; }
1119
- .ui-icon-arrow-1-se { background-position: -48px -32px; }
1120
- .ui-icon-arrow-1-s { background-position: -65px -32px; }
1121
- .ui-icon-arrow-1-sw { background-position: -80px -32px; }
1122
- .ui-icon-arrow-1-w { background-position: -96px -32px; }
1123
- .ui-icon-arrow-1-nw { background-position: -112px -32px; }
1124
- .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1125
- .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1126
- .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1127
- .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1128
- .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1129
- .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1130
- .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1131
- .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1132
- .ui-icon-arrowthick-1-n { background-position: 1px -48px; }
1133
- .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1134
- .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1135
- .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1136
- .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1137
- .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1138
- .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1139
- .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1140
- .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1141
- .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1142
- .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1143
- .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1144
- .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1145
- .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1146
- .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1147
- .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1148
- .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1149
- .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1150
- .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1151
- .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1152
- .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1153
- .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1154
- .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1155
- .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1156
- .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1157
- .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1158
- .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1159
- .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1160
- .ui-icon-arrow-4 { background-position: 0 -80px; }
1161
- .ui-icon-arrow-4-diag { background-position: -16px -80px; }
1162
- .ui-icon-extlink { background-position: -32px -80px; }
1163
- .ui-icon-newwin { background-position: -48px -80px; }
1164
- .ui-icon-refresh { background-position: -64px -80px; }
1165
- .ui-icon-shuffle { background-position: -80px -80px; }
1166
- .ui-icon-transfer-e-w { background-position: -96px -80px; }
1167
- .ui-icon-transferthick-e-w { background-position: -112px -80px; }
1168
- .ui-icon-folder-collapsed { background-position: 0 -96px; }
1169
- .ui-icon-folder-open { background-position: -16px -96px; }
1170
- .ui-icon-document { background-position: -32px -96px; }
1171
- .ui-icon-document-b { background-position: -48px -96px; }
1172
- .ui-icon-note { background-position: -64px -96px; }
1173
- .ui-icon-mail-closed { background-position: -80px -96px; }
1174
- .ui-icon-mail-open { background-position: -96px -96px; }
1175
- .ui-icon-suitcase { background-position: -112px -96px; }
1176
- .ui-icon-comment { background-position: -128px -96px; }
1177
- .ui-icon-person { background-position: -144px -96px; }
1178
- .ui-icon-print { background-position: -160px -96px; }
1179
- .ui-icon-trash { background-position: -176px -96px; }
1180
- .ui-icon-locked { background-position: -192px -96px; }
1181
- .ui-icon-unlocked { background-position: -208px -96px; }
1182
- .ui-icon-bookmark { background-position: -224px -96px; }
1183
- .ui-icon-tag { background-position: -240px -96px; }
1184
- .ui-icon-home { background-position: 0 -112px; }
1185
- .ui-icon-flag { background-position: -16px -112px; }
1186
- .ui-icon-calendar { background-position: -32px -112px; }
1187
- .ui-icon-cart { background-position: -48px -112px; }
1188
- .ui-icon-pencil { background-position: -64px -112px; }
1189
- .ui-icon-clock { background-position: -80px -112px; }
1190
- .ui-icon-disk { background-position: -96px -112px; }
1191
- .ui-icon-calculator { background-position: -112px -112px; }
1192
- .ui-icon-zoomin { background-position: -128px -112px; }
1193
- .ui-icon-zoomout { background-position: -144px -112px; }
1194
- .ui-icon-search { background-position: -160px -112px; }
1195
- .ui-icon-wrench { background-position: -176px -112px; }
1196
- .ui-icon-gear { background-position: -192px -112px; }
1197
- .ui-icon-heart { background-position: -208px -112px; }
1198
- .ui-icon-star { background-position: -224px -112px; }
1199
- .ui-icon-link { background-position: -240px -112px; }
1200
- .ui-icon-cancel { background-position: 0 -128px; }
1201
- .ui-icon-plus { background-position: -16px -128px; }
1202
- .ui-icon-plusthick { background-position: -32px -128px; }
1203
- .ui-icon-minus { background-position: -48px -128px; }
1204
- .ui-icon-minusthick { background-position: -64px -128px; }
1205
- .ui-icon-close { background-position: -80px -128px; }
1206
- .ui-icon-closethick { background-position: -96px -128px; }
1207
- .ui-icon-key { background-position: -112px -128px; }
1208
- .ui-icon-lightbulb { background-position: -128px -128px; }
1209
- .ui-icon-scissors { background-position: -144px -128px; }
1210
- .ui-icon-clipboard { background-position: -160px -128px; }
1211
- .ui-icon-copy { background-position: -176px -128px; }
1212
- .ui-icon-contact { background-position: -192px -128px; }
1213
- .ui-icon-image { background-position: -208px -128px; }
1214
- .ui-icon-video { background-position: -224px -128px; }
1215
- .ui-icon-script { background-position: -240px -128px; }
1216
- .ui-icon-alert { background-position: 0 -144px; }
1217
- .ui-icon-info { background-position: -16px -144px; }
1218
- .ui-icon-notice { background-position: -32px -144px; }
1219
- .ui-icon-help { background-position: -48px -144px; }
1220
- .ui-icon-check { background-position: -64px -144px; }
1221
- .ui-icon-bullet { background-position: -80px -144px; }
1222
- .ui-icon-radio-on { background-position: -96px -144px; }
1223
- .ui-icon-radio-off { background-position: -112px -144px; }
1224
- .ui-icon-pin-w { background-position: -128px -144px; }
1225
- .ui-icon-pin-s { background-position: -144px -144px; }
1226
- .ui-icon-play { background-position: 0 -160px; }
1227
- .ui-icon-pause { background-position: -16px -160px; }
1228
- .ui-icon-seek-next { background-position: -32px -160px; }
1229
- .ui-icon-seek-prev { background-position: -48px -160px; }
1230
- .ui-icon-seek-end { background-position: -64px -160px; }
1231
- .ui-icon-seek-start { background-position: -80px -160px; }
1232
- /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1233
- .ui-icon-seek-first { background-position: -80px -160px; }
1234
- .ui-icon-stop { background-position: -96px -160px; }
1235
- .ui-icon-eject { background-position: -112px -160px; }
1236
- .ui-icon-volume-off { background-position: -128px -160px; }
1237
- .ui-icon-volume-on { background-position: -144px -160px; }
1238
- .ui-icon-power { background-position: 0 -176px; }
1239
- .ui-icon-signal-diag { background-position: -16px -176px; }
1240
- .ui-icon-signal { background-position: -32px -176px; }
1241
- .ui-icon-battery-0 { background-position: -48px -176px; }
1242
- .ui-icon-battery-1 { background-position: -64px -176px; }
1243
- .ui-icon-battery-2 { background-position: -80px -176px; }
1244
- .ui-icon-battery-3 { background-position: -96px -176px; }
1245
- .ui-icon-circle-plus { background-position: 0 -192px; }
1246
- .ui-icon-circle-minus { background-position: -16px -192px; }
1247
- .ui-icon-circle-close { background-position: -32px -192px; }
1248
- .ui-icon-circle-triangle-e { background-position: -48px -192px; }
1249
- .ui-icon-circle-triangle-s { background-position: -64px -192px; }
1250
- .ui-icon-circle-triangle-w { background-position: -80px -192px; }
1251
- .ui-icon-circle-triangle-n { background-position: -96px -192px; }
1252
- .ui-icon-circle-arrow-e { background-position: -112px -192px; }
1253
- .ui-icon-circle-arrow-s { background-position: -128px -192px; }
1254
- .ui-icon-circle-arrow-w { background-position: -144px -192px; }
1255
- .ui-icon-circle-arrow-n { background-position: -160px -192px; }
1256
- .ui-icon-circle-zoomin { background-position: -176px -192px; }
1257
- .ui-icon-circle-zoomout { background-position: -192px -192px; }
1258
- .ui-icon-circle-check { background-position: -208px -192px; }
1259
- .ui-icon-circlesmall-plus { background-position: 0 -208px; }
1260
- .ui-icon-circlesmall-minus { background-position: -16px -208px; }
1261
- .ui-icon-circlesmall-close { background-position: -32px -208px; }
1262
- .ui-icon-squaresmall-plus { background-position: -48px -208px; }
1263
- .ui-icon-squaresmall-minus { background-position: -64px -208px; }
1264
- .ui-icon-squaresmall-close { background-position: -80px -208px; }
1265
- .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1266
- .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1267
- .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1268
- .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1269
- .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1270
- .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1271
-
1272
-
1273
- /* Misc visuals
1274
- ----------------------------------*/
1275
-
1276
- /* Corner radius */
1277
- .ui-corner-all,
1278
- .ui-corner-top,
1279
- .ui-corner-left,
1280
- .ui-corner-tl {
1281
- border-top-left-radius: 3px;
1282
- }
1283
- .ui-corner-all,
1284
- .ui-corner-top,
1285
- .ui-corner-right,
1286
- .ui-corner-tr {
1287
- border-top-right-radius: 3px;
1288
- }
1289
- .ui-corner-all,
1290
- .ui-corner-bottom,
1291
- .ui-corner-left,
1292
- .ui-corner-bl {
1293
- border-bottom-left-radius: 3px;
1294
- }
1295
- .ui-corner-all,
1296
- .ui-corner-bottom,
1297
- .ui-corner-right,
1298
- .ui-corner-br {
1299
- border-bottom-right-radius: 3px;
1300
- }
1301
-
1302
- /* Overlays */
1303
- .ui-widget-overlay {
1304
- background: #aaaaaa;
1305
- opacity: .3;
1306
- filter: Alpha(Opacity=30); /* support: IE8 */
1307
- }
1308
- .ui-widget-shadow {
1309
- -webkit-box-shadow: 0px 0px 5px #666666;
1310
- box-shadow: 0px 0px 5px #666666;
1311
- }
1
+ /*! jQuery UI - v1.12.1 - 2016-09-14
2
+ * http://jqueryui.com
3
+ * 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
4
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
5
+ * Copyright jQuery Foundation and other contributors; Licensed MIT */
6
+
7
+ /* Layout helpers
8
+ ----------------------------------*/
9
+ .ui-helper-hidden {
10
+ display: none;
11
+ }
12
+ .ui-helper-hidden-accessible {
13
+ border: 0;
14
+ clip: rect(0 0 0 0);
15
+ height: 1px;
16
+ margin: -1px;
17
+ overflow: hidden;
18
+ padding: 0;
19
+ position: absolute;
20
+ width: 1px;
21
+ }
22
+ .ui-helper-reset {
23
+ margin: 0;
24
+ padding: 0;
25
+ border: 0;
26
+ outline: 0;
27
+ line-height: 1.3;
28
+ text-decoration: none;
29
+ font-size: 100%;
30
+ list-style: none;
31
+ }
32
+ .ui-helper-clearfix:before,
33
+ .ui-helper-clearfix:after {
34
+ content: "";
35
+ display: table;
36
+ border-collapse: collapse;
37
+ }
38
+ .ui-helper-clearfix:after {
39
+ clear: both;
40
+ }
41
+ .ui-helper-zfix {
42
+ width: 100%;
43
+ height: 100%;
44
+ top: 0;
45
+ left: 0;
46
+ position: absolute;
47
+ opacity: 0;
48
+ filter:Alpha(Opacity=0); /* support: IE8 */
49
+ }
50
+
51
+ .ui-front {
52
+ z-index: 100;
53
+ }
54
+
55
+
56
+ /* Interaction Cues
57
+ ----------------------------------*/
58
+ .ui-state-disabled {
59
+ cursor: default !important;
60
+ pointer-events: none;
61
+ }
62
+
63
+
64
+ /* Icons
65
+ ----------------------------------*/
66
+ .ui-icon {
67
+ display: inline-block;
68
+ vertical-align: middle;
69
+ margin-top: -.25em;
70
+ position: relative;
71
+ text-indent: -99999px;
72
+ overflow: hidden;
73
+ background-repeat: no-repeat;
74
+ }
75
+
76
+ .ui-widget-icon-block {
77
+ left: 50%;
78
+ margin-left: -8px;
79
+ display: block;
80
+ }
81
+
82
+ /* Misc visuals
83
+ ----------------------------------*/
84
+
85
+ /* Overlays */
86
+ .ui-widget-overlay {
87
+ position: fixed;
88
+ top: 0;
89
+ left: 0;
90
+ width: 100%;
91
+ height: 100%;
92
+ }
93
+ .ui-accordion .ui-accordion-header {
94
+ display: block;
95
+ cursor: pointer;
96
+ position: relative;
97
+ margin: 2px 0 0 0;
98
+ padding: .5em .5em .5em .7em;
99
+ font-size: 100%;
100
+ }
101
+ .ui-accordion .ui-accordion-content {
102
+ padding: 1em 2.2em;
103
+ border-top: 0;
104
+ overflow: auto;
105
+ }
106
+ .ui-autocomplete {
107
+ position: absolute;
108
+ top: 0;
109
+ left: 0;
110
+ cursor: default;
111
+ }
112
+ .ui-menu {
113
+ list-style: none;
114
+ padding: 0;
115
+ margin: 0;
116
+ display: block;
117
+ outline: 0;
118
+ }
119
+ .ui-menu .ui-menu {
120
+ position: absolute;
121
+ }
122
+ .ui-menu .ui-menu-item {
123
+ margin: 0;
124
+ cursor: pointer;
125
+ /* support: IE10, see #8844 */
126
+ list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
127
+ }
128
+ .ui-menu .ui-menu-item-wrapper {
129
+ position: relative;
130
+ padding: 3px 1em 3px .4em;
131
+ }
132
+ .ui-menu .ui-menu-divider {
133
+ margin: 5px 0;
134
+ height: 0;
135
+ font-size: 0;
136
+ line-height: 0;
137
+ border-width: 1px 0 0 0;
138
+ }
139
+ .ui-menu .ui-state-focus,
140
+ .ui-menu .ui-state-active {
141
+ margin: -1px;
142
+ }
143
+
144
+ /* icon support */
145
+ .ui-menu-icons {
146
+ position: relative;
147
+ }
148
+ .ui-menu-icons .ui-menu-item-wrapper {
149
+ padding-left: 2em;
150
+ }
151
+
152
+ /* left-aligned */
153
+ .ui-menu .ui-icon {
154
+ position: absolute;
155
+ top: 0;
156
+ bottom: 0;
157
+ left: .2em;
158
+ margin: auto 0;
159
+ }
160
+
161
+ /* right-aligned */
162
+ .ui-menu .ui-menu-icon {
163
+ left: auto;
164
+ right: 0;
165
+ }
166
+ .ui-button {
167
+ padding: .4em 1em;
168
+ display: inline-block;
169
+ position: relative;
170
+ line-height: normal;
171
+ margin-right: .1em;
172
+ cursor: pointer;
173
+ vertical-align: middle;
174
+ text-align: center;
175
+ -webkit-user-select: none;
176
+ -moz-user-select: none;
177
+ -ms-user-select: none;
178
+ user-select: none;
179
+
180
+ /* Support: IE <= 11 */
181
+ overflow: visible;
182
+ }
183
+
184
+ .ui-button,
185
+ .ui-button:link,
186
+ .ui-button:visited,
187
+ .ui-button:hover,
188
+ .ui-button:active {
189
+ text-decoration: none;
190
+ }
191
+
192
+ /* to make room for the icon, a width needs to be set here */
193
+ .ui-button-icon-only {
194
+ width: 2em;
195
+ box-sizing: border-box;
196
+ text-indent: -9999px;
197
+ white-space: nowrap;
198
+ }
199
+
200
+ /* no icon support for input elements */
201
+ input.ui-button.ui-button-icon-only {
202
+ text-indent: 0;
203
+ }
204
+
205
+ /* button icon element(s) */
206
+ .ui-button-icon-only .ui-icon {
207
+ position: absolute;
208
+ top: 50%;
209
+ left: 50%;
210
+ margin-top: -8px;
211
+ margin-left: -8px;
212
+ }
213
+
214
+ .ui-button.ui-icon-notext .ui-icon {
215
+ padding: 0;
216
+ width: 2.1em;
217
+ height: 2.1em;
218
+ text-indent: -9999px;
219
+ white-space: nowrap;
220
+
221
+ }
222
+
223
+ input.ui-button.ui-icon-notext .ui-icon {
224
+ width: auto;
225
+ height: auto;
226
+ text-indent: 0;
227
+ white-space: normal;
228
+ padding: .4em 1em;
229
+ }
230
+
231
+ /* workarounds */
232
+ /* Support: Firefox 5 - 40 */
233
+ input.ui-button::-moz-focus-inner,
234
+ button.ui-button::-moz-focus-inner {
235
+ border: 0;
236
+ padding: 0;
237
+ }
238
+ .ui-controlgroup {
239
+ vertical-align: middle;
240
+ display: inline-block;
241
+ }
242
+ .ui-controlgroup > .ui-controlgroup-item {
243
+ float: left;
244
+ margin-left: 0;
245
+ margin-right: 0;
246
+ }
247
+ .ui-controlgroup > .ui-controlgroup-item:focus,
248
+ .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
249
+ z-index: 9999;
250
+ }
251
+ .ui-controlgroup-vertical > .ui-controlgroup-item {
252
+ display: block;
253
+ float: none;
254
+ width: 100%;
255
+ margin-top: 0;
256
+ margin-bottom: 0;
257
+ text-align: left;
258
+ }
259
+ .ui-controlgroup-vertical .ui-controlgroup-item {
260
+ box-sizing: border-box;
261
+ }
262
+ .ui-controlgroup .ui-controlgroup-label {
263
+ padding: .4em 1em;
264
+ }
265
+ .ui-controlgroup .ui-controlgroup-label span {
266
+ font-size: 80%;
267
+ }
268
+ .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
269
+ border-left: none;
270
+ }
271
+ .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
272
+ border-top: none;
273
+ }
274
+ .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
275
+ border-right: none;
276
+ }
277
+ .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
278
+ border-bottom: none;
279
+ }
280
+
281
+ /* Spinner specific style fixes */
282
+ .ui-controlgroup-vertical .ui-spinner-input {
283
+
284
+ /* Support: IE8 only, Android < 4.4 only */
285
+ width: 75%;
286
+ width: calc( 100% - 2.4em );
287
+ }
288
+ .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
289
+ border-top-style: solid;
290
+ }
291
+
292
+ .ui-checkboxradio-label .ui-icon-background {
293
+ box-shadow: inset 1px 1px 1px #ccc;
294
+ border-radius: .12em;
295
+ border: none;
296
+ }
297
+ .ui-checkboxradio-radio-label .ui-icon-background {
298
+ width: 16px;
299
+ height: 16px;
300
+ border-radius: 1em;
301
+ overflow: visible;
302
+ border: none;
303
+ }
304
+ .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
305
+ .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
306
+ background-image: none;
307
+ width: 8px;
308
+ height: 8px;
309
+ border-width: 4px;
310
+ border-style: solid;
311
+ }
312
+ .ui-checkboxradio-disabled {
313
+ pointer-events: none;
314
+ }
315
+ .ui-datepicker {
316
+ width: 17em;
317
+ padding: .2em .2em 0;
318
+ display: none;
319
+ }
320
+ .ui-datepicker .ui-datepicker-header {
321
+ position: relative;
322
+ padding: .2em 0;
323
+ }
324
+ .ui-datepicker .ui-datepicker-prev,
325
+ .ui-datepicker .ui-datepicker-next {
326
+ position: absolute;
327
+ top: 2px;
328
+ width: 1.8em;
329
+ height: 1.8em;
330
+ }
331
+ .ui-datepicker .ui-datepicker-prev-hover,
332
+ .ui-datepicker .ui-datepicker-next-hover {
333
+ top: 1px;
334
+ }
335
+ .ui-datepicker .ui-datepicker-prev {
336
+ left: 2px;
337
+ }
338
+ .ui-datepicker .ui-datepicker-next {
339
+ right: 2px;
340
+ }
341
+ .ui-datepicker .ui-datepicker-prev-hover {
342
+ left: 1px;
343
+ }
344
+ .ui-datepicker .ui-datepicker-next-hover {
345
+ right: 1px;
346
+ }
347
+ .ui-datepicker .ui-datepicker-prev span,
348
+ .ui-datepicker .ui-datepicker-next span {
349
+ display: block;
350
+ position: absolute;
351
+ left: 50%;
352
+ margin-left: -8px;
353
+ top: 50%;
354
+ margin-top: -8px;
355
+ }
356
+ .ui-datepicker .ui-datepicker-title {
357
+ margin: 0 2.3em;
358
+ line-height: 1.8em;
359
+ text-align: center;
360
+ }
361
+ .ui-datepicker .ui-datepicker-title select {
362
+ font-size: 1em;
363
+ margin: 1px 0;
364
+ }
365
+ .ui-datepicker select.ui-datepicker-month,
366
+ .ui-datepicker select.ui-datepicker-year {
367
+ width: 45%;
368
+ }
369
+ .ui-datepicker table {
370
+ width: 100%;
371
+ font-size: .9em;
372
+ border-collapse: collapse;
373
+ margin: 0 0 .4em;
374
+ }
375
+ .ui-datepicker th {
376
+ padding: .7em .3em;
377
+ text-align: center;
378
+ font-weight: bold;
379
+ border: 0;
380
+ }
381
+ .ui-datepicker td {
382
+ border: 0;
383
+ padding: 1px;
384
+ }
385
+ .ui-datepicker td span,
386
+ .ui-datepicker td a {
387
+ display: block;
388
+ padding: .2em;
389
+ text-align: right;
390
+ text-decoration: none;
391
+ }
392
+ .ui-datepicker .ui-datepicker-buttonpane {
393
+ background-image: none;
394
+ margin: .7em 0 0 0;
395
+ padding: 0 .2em;
396
+ border-left: 0;
397
+ border-right: 0;
398
+ border-bottom: 0;
399
+ }
400
+ .ui-datepicker .ui-datepicker-buttonpane button {
401
+ float: right;
402
+ margin: .5em .2em .4em;
403
+ cursor: pointer;
404
+ padding: .2em .6em .3em .6em;
405
+ width: auto;
406
+ overflow: visible;
407
+ }
408
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
409
+ float: left;
410
+ }
411
+
412
+ /* with multiple calendars */
413
+ .ui-datepicker.ui-datepicker-multi {
414
+ width: auto;
415
+ }
416
+ .ui-datepicker-multi .ui-datepicker-group {
417
+ float: left;
418
+ }
419
+ .ui-datepicker-multi .ui-datepicker-group table {
420
+ width: 95%;
421
+ margin: 0 auto .4em;
422
+ }
423
+ .ui-datepicker-multi-2 .ui-datepicker-group {
424
+ width: 50%;
425
+ }
426
+ .ui-datepicker-multi-3 .ui-datepicker-group {
427
+ width: 33.3%;
428
+ }
429
+ .ui-datepicker-multi-4 .ui-datepicker-group {
430
+ width: 25%;
431
+ }
432
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
433
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
434
+ border-left-width: 0;
435
+ }
436
+ .ui-datepicker-multi .ui-datepicker-buttonpane {
437
+ clear: left;
438
+ }
439
+ .ui-datepicker-row-break {
440
+ clear: both;
441
+ width: 100%;
442
+ font-size: 0;
443
+ }
444
+
445
+ /* RTL support */
446
+ .ui-datepicker-rtl {
447
+ direction: rtl;
448
+ }
449
+ .ui-datepicker-rtl .ui-datepicker-prev {
450
+ right: 2px;
451
+ left: auto;
452
+ }
453
+ .ui-datepicker-rtl .ui-datepicker-next {
454
+ left: 2px;
455
+ right: auto;
456
+ }
457
+ .ui-datepicker-rtl .ui-datepicker-prev:hover {
458
+ right: 1px;
459
+ left: auto;
460
+ }
461
+ .ui-datepicker-rtl .ui-datepicker-next:hover {
462
+ left: 1px;
463
+ right: auto;
464
+ }
465
+ .ui-datepicker-rtl .ui-datepicker-buttonpane {
466
+ clear: right;
467
+ }
468
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button {
469
+ float: left;
470
+ }
471
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
472
+ .ui-datepicker-rtl .ui-datepicker-group {
473
+ float: right;
474
+ }
475
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
476
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
477
+ border-right-width: 0;
478
+ border-left-width: 1px;
479
+ }
480
+
481
+ /* Icons */
482
+ .ui-datepicker .ui-icon {
483
+ display: block;
484
+ text-indent: -99999px;
485
+ overflow: hidden;
486
+ background-repeat: no-repeat;
487
+ left: .5em;
488
+ top: .3em;
489
+ }
490
+ .ui-dialog {
491
+ position: absolute;
492
+ top: 0;
493
+ left: 0;
494
+ padding: .2em;
495
+ outline: 0;
496
+ }
497
+ .ui-dialog .ui-dialog-titlebar {
498
+ padding: .4em 1em;
499
+ position: relative;
500
+ }
501
+ .ui-dialog .ui-dialog-title {
502
+ float: left;
503
+ margin: .1em 0;
504
+ white-space: nowrap;
505
+ width: 90%;
506
+ overflow: hidden;
507
+ text-overflow: ellipsis;
508
+ }
509
+ .ui-dialog .ui-dialog-titlebar-close {
510
+ position: absolute;
511
+ right: .3em;
512
+ top: 50%;
513
+ width: 20px;
514
+ margin: -10px 0 0 0;
515
+ padding: 1px;
516
+ height: 20px;
517
+ }
518
+ .ui-dialog .ui-dialog-content {
519
+ position: relative;
520
+ border: 0;
521
+ padding: .5em 1em;
522
+ background: none;
523
+ overflow: auto;
524
+ }
525
+ .ui-dialog .ui-dialog-buttonpane {
526
+ text-align: left;
527
+ border-width: 1px 0 0 0;
528
+ background-image: none;
529
+ margin-top: .5em;
530
+ padding: .3em 1em .5em .4em;
531
+ }
532
+ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
533
+ float: right;
534
+ }
535
+ .ui-dialog .ui-dialog-buttonpane button {
536
+ margin: .5em .4em .5em 0;
537
+ cursor: pointer;
538
+ }
539
+ .ui-dialog .ui-resizable-n {
540
+ height: 2px;
541
+ top: 0;
542
+ }
543
+ .ui-dialog .ui-resizable-e {
544
+ width: 2px;
545
+ right: 0;
546
+ }
547
+ .ui-dialog .ui-resizable-s {
548
+ height: 2px;
549
+ bottom: 0;
550
+ }
551
+ .ui-dialog .ui-resizable-w {
552
+ width: 2px;
553
+ left: 0;
554
+ }
555
+ .ui-dialog .ui-resizable-se,
556
+ .ui-dialog .ui-resizable-sw,
557
+ .ui-dialog .ui-resizable-ne,
558
+ .ui-dialog .ui-resizable-nw {
559
+ width: 7px;
560
+ height: 7px;
561
+ }
562
+ .ui-dialog .ui-resizable-se {
563
+ right: 0;
564
+ bottom: 0;
565
+ }
566
+ .ui-dialog .ui-resizable-sw {
567
+ left: 0;
568
+ bottom: 0;
569
+ }
570
+ .ui-dialog .ui-resizable-ne {
571
+ right: 0;
572
+ top: 0;
573
+ }
574
+ .ui-dialog .ui-resizable-nw {
575
+ left: 0;
576
+ top: 0;
577
+ }
578
+ .ui-draggable .ui-dialog-titlebar {
579
+ cursor: move;
580
+ }
581
+ .ui-draggable-handle {
582
+ -ms-touch-action: none;
583
+ touch-action: none;
584
+ }
585
+ .ui-resizable {
586
+ position: relative;
587
+ }
588
+ .ui-resizable-handle {
589
+ position: absolute;
590
+ font-size: 0.1px;
591
+ display: block;
592
+ -ms-touch-action: none;
593
+ touch-action: none;
594
+ }
595
+ .ui-resizable-disabled .ui-resizable-handle,
596
+ .ui-resizable-autohide .ui-resizable-handle {
597
+ display: none;
598
+ }
599
+ .ui-resizable-n {
600
+ cursor: n-resize;
601
+ height: 7px;
602
+ width: 100%;
603
+ top: -5px;
604
+ left: 0;
605
+ }
606
+ .ui-resizable-s {
607
+ cursor: s-resize;
608
+ height: 7px;
609
+ width: 100%;
610
+ bottom: -5px;
611
+ left: 0;
612
+ }
613
+ .ui-resizable-e {
614
+ cursor: e-resize;
615
+ width: 7px;
616
+ right: -5px;
617
+ top: 0;
618
+ height: 100%;
619
+ }
620
+ .ui-resizable-w {
621
+ cursor: w-resize;
622
+ width: 7px;
623
+ left: -5px;
624
+ top: 0;
625
+ height: 100%;
626
+ }
627
+ .ui-resizable-se {
628
+ cursor: se-resize;
629
+ width: 12px;
630
+ height: 12px;
631
+ right: 1px;
632
+ bottom: 1px;
633
+ }
634
+ .ui-resizable-sw {
635
+ cursor: sw-resize;
636
+ width: 9px;
637
+ height: 9px;
638
+ left: -5px;
639
+ bottom: -5px;
640
+ }
641
+ .ui-resizable-nw {
642
+ cursor: nw-resize;
643
+ width: 9px;
644
+ height: 9px;
645
+ left: -5px;
646
+ top: -5px;
647
+ }
648
+ .ui-resizable-ne {
649
+ cursor: ne-resize;
650
+ width: 9px;
651
+ height: 9px;
652
+ right: -5px;
653
+ top: -5px;
654
+ }
655
+ .ui-progressbar {
656
+ height: 2em;
657
+ text-align: left;
658
+ overflow: hidden;
659
+ }
660
+ .ui-progressbar .ui-progressbar-value {
661
+ margin: -1px;
662
+ height: 100%;
663
+ }
664
+ .ui-progressbar .ui-progressbar-overlay {
665
+ background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
666
+ height: 100%;
667
+ filter: alpha(opacity=25); /* support: IE8 */
668
+ opacity: 0.25;
669
+ }
670
+ .ui-progressbar-indeterminate .ui-progressbar-value {
671
+ background-image: none;
672
+ }
673
+ .ui-selectable {
674
+ -ms-touch-action: none;
675
+ touch-action: none;
676
+ }
677
+ .ui-selectable-helper {
678
+ position: absolute;
679
+ z-index: 100;
680
+ border: 1px dotted black;
681
+ }
682
+ .ui-selectmenu-menu {
683
+ padding: 0;
684
+ margin: 0;
685
+ position: absolute;
686
+ top: 0;
687
+ left: 0;
688
+ display: none;
689
+ }
690
+ .ui-selectmenu-menu .ui-menu {
691
+ overflow: auto;
692
+ overflow-x: hidden;
693
+ padding-bottom: 1px;
694
+ }
695
+ .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
696
+ font-size: 1em;
697
+ font-weight: bold;
698
+ line-height: 1.5;
699
+ padding: 2px 0.4em;
700
+ margin: 0.5em 0 0 0;
701
+ height: auto;
702
+ border: 0;
703
+ }
704
+ .ui-selectmenu-open {
705
+ display: block;
706
+ }
707
+ .ui-selectmenu-text {
708
+ display: block;
709
+ margin-right: 20px;
710
+ overflow: hidden;
711
+ text-overflow: ellipsis;
712
+ }
713
+ .ui-selectmenu-button.ui-button {
714
+ text-align: left;
715
+ white-space: nowrap;
716
+ width: 14em;
717
+ }
718
+ .ui-selectmenu-icon.ui-icon {
719
+ float: right;
720
+ margin-top: 0;
721
+ }
722
+ .ui-slider {
723
+ position: relative;
724
+ text-align: left;
725
+ }
726
+ .ui-slider .ui-slider-handle {
727
+ position: absolute;
728
+ z-index: 2;
729
+ width: 1.2em;
730
+ height: 1.2em;
731
+ cursor: default;
732
+ -ms-touch-action: none;
733
+ touch-action: none;
734
+ }
735
+ .ui-slider .ui-slider-range {
736
+ position: absolute;
737
+ z-index: 1;
738
+ font-size: .7em;
739
+ display: block;
740
+ border: 0;
741
+ background-position: 0 0;
742
+ }
743
+
744
+ /* support: IE8 - See #6727 */
745
+ .ui-slider.ui-state-disabled .ui-slider-handle,
746
+ .ui-slider.ui-state-disabled .ui-slider-range {
747
+ filter: inherit;
748
+ }
749
+
750
+ .ui-slider-horizontal {
751
+ height: .8em;
752
+ }
753
+ .ui-slider-horizontal .ui-slider-handle {
754
+ top: -.3em;
755
+ margin-left: -.6em;
756
+ }
757
+ .ui-slider-horizontal .ui-slider-range {
758
+ top: 0;
759
+ height: 100%;
760
+ }
761
+ .ui-slider-horizontal .ui-slider-range-min {
762
+ left: 0;
763
+ }
764
+ .ui-slider-horizontal .ui-slider-range-max {
765
+ right: 0;
766
+ }
767
+
768
+ .ui-slider-vertical {
769
+ width: .8em;
770
+ height: 100px;
771
+ }
772
+ .ui-slider-vertical .ui-slider-handle {
773
+ left: -.3em;
774
+ margin-left: 0;
775
+ margin-bottom: -.6em;
776
+ }
777
+ .ui-slider-vertical .ui-slider-range {
778
+ left: 0;
779
+ width: 100%;
780
+ }
781
+ .ui-slider-vertical .ui-slider-range-min {
782
+ bottom: 0;
783
+ }
784
+ .ui-slider-vertical .ui-slider-range-max {
785
+ top: 0;
786
+ }
787
+ .ui-sortable-handle {
788
+ -ms-touch-action: none;
789
+ touch-action: none;
790
+ }
791
+ .ui-spinner {
792
+ position: relative;
793
+ display: inline-block;
794
+ overflow: hidden;
795
+ padding: 0;
796
+ vertical-align: middle;
797
+ }
798
+ .ui-spinner-input {
799
+ border: none;
800
+ background: none;
801
+ color: inherit;
802
+ padding: .222em 0;
803
+ margin: .2em 0;
804
+ vertical-align: middle;
805
+ margin-left: .4em;
806
+ margin-right: 2em;
807
+ }
808
+ .ui-spinner-button {
809
+ width: 1.6em;
810
+ height: 50%;
811
+ font-size: .5em;
812
+ padding: 0;
813
+ margin: 0;
814
+ text-align: center;
815
+ position: absolute;
816
+ cursor: default;
817
+ display: block;
818
+ overflow: hidden;
819
+ right: 0;
820
+ }
821
+ /* more specificity required here to override default borders */
822
+ .ui-spinner a.ui-spinner-button {
823
+ border-top-style: none;
824
+ border-bottom-style: none;
825
+ border-right-style: none;
826
+ }
827
+ .ui-spinner-up {
828
+ top: 0;
829
+ }
830
+ .ui-spinner-down {
831
+ bottom: 0;
832
+ }
833
+ .ui-tabs {
834
+ position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
835
+ padding: .2em;
836
+ }
837
+ .ui-tabs .ui-tabs-nav {
838
+ margin: 0;
839
+ padding: .2em .2em 0;
840
+ }
841
+ .ui-tabs .ui-tabs-nav li {
842
+ list-style: none;
843
+ float: left;
844
+ position: relative;
845
+ top: 0;
846
+ margin: 1px .2em 0 0;
847
+ border-bottom-width: 0;
848
+ padding: 0;
849
+ white-space: nowrap;
850
+ }
851
+ .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
852
+ float: left;
853
+ padding: .5em 1em;
854
+ text-decoration: none;
855
+ }
856
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active {
857
+ margin-bottom: -1px;
858
+ padding-bottom: 1px;
859
+ }
860
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
861
+ .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
862
+ .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
863
+ cursor: text;
864
+ }
865
+ .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
866
+ cursor: pointer;
867
+ }
868
+ .ui-tabs .ui-tabs-panel {
869
+ display: block;
870
+ border-width: 0;
871
+ padding: 1em 1.4em;
872
+ background: none;
873
+ }
874
+ .ui-tooltip {
875
+ padding: 8px;
876
+ position: absolute;
877
+ z-index: 9999;
878
+ max-width: 300px;
879
+ }
880
+ body .ui-tooltip {
881
+ border-width: 2px;
882
+ }
883
+ /* Component containers
884
+ ----------------------------------*/
885
+ .ui-widget {
886
+ font-family: Arial,Helvetica,sans-serif;
887
+ font-size: 1em;
888
+ }
889
+ .ui-widget .ui-widget {
890
+ font-size: 1em;
891
+ }
892
+ .ui-widget input,
893
+ .ui-widget select,
894
+ .ui-widget textarea,
895
+ .ui-widget button {
896
+ font-family: Arial,Helvetica,sans-serif;
897
+ font-size: 1em;
898
+ }
899
+ .ui-widget.ui-widget-content {
900
+ border: 1px solid #c5c5c5;
901
+ }
902
+ .ui-widget-content {
903
+ border: 1px solid #dddddd;
904
+ background: #ffffff;
905
+ color: #333333;
906
+ }
907
+ .ui-widget-content a {
908
+ color: #333333;
909
+ }
910
+ .ui-widget-header {
911
+ border: 1px solid #dddddd;
912
+ background: #e9e9e9;
913
+ color: #333333;
914
+ font-weight: bold;
915
+ }
916
+ .ui-widget-header a {
917
+ color: #333333;
918
+ }
919
+
920
+ /* Interaction states
921
+ ----------------------------------*/
922
+ .ui-state-default,
923
+ .ui-widget-content .ui-state-default,
924
+ .ui-widget-header .ui-state-default,
925
+ .ui-button,
926
+
927
+ /* We use html here because we need a greater specificity to make sure disabled
928
+ works properly when clicked or hovered */
929
+ html .ui-button.ui-state-disabled:hover,
930
+ html .ui-button.ui-state-disabled:active {
931
+ border: 1px solid #c5c5c5;
932
+ background: #f6f6f6;
933
+ font-weight: normal;
934
+ color: #454545;
935
+ }
936
+ .ui-state-default a,
937
+ .ui-state-default a:link,
938
+ .ui-state-default a:visited,
939
+ a.ui-button,
940
+ a:link.ui-button,
941
+ a:visited.ui-button,
942
+ .ui-button {
943
+ color: #454545;
944
+ text-decoration: none;
945
+ }
946
+ .ui-state-hover,
947
+ .ui-widget-content .ui-state-hover,
948
+ .ui-widget-header .ui-state-hover,
949
+ .ui-state-focus,
950
+ .ui-widget-content .ui-state-focus,
951
+ .ui-widget-header .ui-state-focus,
952
+ .ui-button:hover,
953
+ .ui-button:focus {
954
+ border: 1px solid #cccccc;
955
+ background: #ededed;
956
+ font-weight: normal;
957
+ color: #2b2b2b;
958
+ }
959
+ .ui-state-hover a,
960
+ .ui-state-hover a:hover,
961
+ .ui-state-hover a:link,
962
+ .ui-state-hover a:visited,
963
+ .ui-state-focus a,
964
+ .ui-state-focus a:hover,
965
+ .ui-state-focus a:link,
966
+ .ui-state-focus a:visited,
967
+ a.ui-button:hover,
968
+ a.ui-button:focus {
969
+ color: #2b2b2b;
970
+ text-decoration: none;
971
+ }
972
+
973
+ .ui-visual-focus {
974
+ box-shadow: 0 0 3px 1px rgb(94, 158, 214);
975
+ }
976
+ .ui-state-active,
977
+ .ui-widget-content .ui-state-active,
978
+ .ui-widget-header .ui-state-active,
979
+ a.ui-button:active,
980
+ .ui-button:active,
981
+ .ui-button.ui-state-active:hover {
982
+ border: 1px solid #003eff;
983
+ background: #007fff;
984
+ font-weight: normal;
985
+ color: #ffffff;
986
+ }
987
+ .ui-icon-background,
988
+ .ui-state-active .ui-icon-background {
989
+ border: #003eff;
990
+ background-color: #ffffff;
991
+ }
992
+ .ui-state-active a,
993
+ .ui-state-active a:link,
994
+ .ui-state-active a:visited {
995
+ color: #ffffff;
996
+ text-decoration: none;
997
+ }
998
+
999
+ /* Interaction Cues
1000
+ ----------------------------------*/
1001
+ .ui-state-highlight,
1002
+ .ui-widget-content .ui-state-highlight,
1003
+ .ui-widget-header .ui-state-highlight {
1004
+ border: 1px solid #dad55e;
1005
+ background: #fffa90;
1006
+ color: #777620;
1007
+ }
1008
+ .ui-state-checked {
1009
+ border: 1px solid #dad55e;
1010
+ background: #fffa90;
1011
+ }
1012
+ .ui-state-highlight a,
1013
+ .ui-widget-content .ui-state-highlight a,
1014
+ .ui-widget-header .ui-state-highlight a {
1015
+ color: #777620;
1016
+ }
1017
+ .ui-state-error,
1018
+ .ui-widget-content .ui-state-error,
1019
+ .ui-widget-header .ui-state-error {
1020
+ border: 1px solid #f1a899;
1021
+ background: #fddfdf;
1022
+ color: #5f3f3f;
1023
+ }
1024
+ .ui-state-error a,
1025
+ .ui-widget-content .ui-state-error a,
1026
+ .ui-widget-header .ui-state-error a {
1027
+ color: #5f3f3f;
1028
+ }
1029
+ .ui-state-error-text,
1030
+ .ui-widget-content .ui-state-error-text,
1031
+ .ui-widget-header .ui-state-error-text {
1032
+ color: #5f3f3f;
1033
+ }
1034
+ .ui-priority-primary,
1035
+ .ui-widget-content .ui-priority-primary,
1036
+ .ui-widget-header .ui-priority-primary {
1037
+ font-weight: bold;
1038
+ }
1039
+ .ui-priority-secondary,
1040
+ .ui-widget-content .ui-priority-secondary,
1041
+ .ui-widget-header .ui-priority-secondary {
1042
+ opacity: .7;
1043
+ filter:Alpha(Opacity=70); /* support: IE8 */
1044
+ font-weight: normal;
1045
+ }
1046
+ .ui-state-disabled,
1047
+ .ui-widget-content .ui-state-disabled,
1048
+ .ui-widget-header .ui-state-disabled {
1049
+ opacity: .35;
1050
+ filter:Alpha(Opacity=35); /* support: IE8 */
1051
+ background-image: none;
1052
+ }
1053
+ .ui-state-disabled .ui-icon {
1054
+ filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
1055
+ }
1056
+
1057
+ /* Icons
1058
+ ----------------------------------*/
1059
+
1060
+ /* states and images */
1061
+ .ui-icon {
1062
+ width: 16px;
1063
+ height: 16px;
1064
+ }
1065
+ .ui-icon,
1066
+ .ui-widget-content .ui-icon {
1067
+ background-image: url("images/ui-icons_444444_256x240.png");
1068
+ }
1069
+ .ui-widget-header .ui-icon {
1070
+ background-image: url("images/ui-icons_444444_256x240.png");
1071
+ }
1072
+ .ui-state-hover .ui-icon,
1073
+ .ui-state-focus .ui-icon,
1074
+ .ui-button:hover .ui-icon,
1075
+ .ui-button:focus .ui-icon {
1076
+ background-image: url("images/ui-icons_555555_256x240.png");
1077
+ }
1078
+ .ui-state-active .ui-icon,
1079
+ .ui-button:active .ui-icon {
1080
+ background-image: url("images/ui-icons_ffffff_256x240.png");
1081
+ }
1082
+ .ui-state-highlight .ui-icon,
1083
+ .ui-button .ui-state-highlight.ui-icon {
1084
+ background-image: url("images/ui-icons_777620_256x240.png");
1085
+ }
1086
+ .ui-state-error .ui-icon,
1087
+ .ui-state-error-text .ui-icon {
1088
+ background-image: url("images/ui-icons_cc0000_256x240.png");
1089
+ }
1090
+ .ui-button .ui-icon {
1091
+ background-image: url("images/ui-icons_777777_256x240.png");
1092
+ }
1093
+
1094
+ /* positioning */
1095
+ .ui-icon-blank { background-position: 16px 16px; }
1096
+ .ui-icon-caret-1-n { background-position: 0 0; }
1097
+ .ui-icon-caret-1-ne { background-position: -16px 0; }
1098
+ .ui-icon-caret-1-e { background-position: -32px 0; }
1099
+ .ui-icon-caret-1-se { background-position: -48px 0; }
1100
+ .ui-icon-caret-1-s { background-position: -65px 0; }
1101
+ .ui-icon-caret-1-sw { background-position: -80px 0; }
1102
+ .ui-icon-caret-1-w { background-position: -96px 0; }
1103
+ .ui-icon-caret-1-nw { background-position: -112px 0; }
1104
+ .ui-icon-caret-2-n-s { background-position: -128px 0; }
1105
+ .ui-icon-caret-2-e-w { background-position: -144px 0; }
1106
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
1107
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
1108
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
1109
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
1110
+ .ui-icon-triangle-1-s { background-position: -65px -16px; }
1111
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
1112
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
1113
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
1114
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1115
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1116
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
1117
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
1118
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
1119
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
1120
+ .ui-icon-arrow-1-s { background-position: -65px -32px; }
1121
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
1122
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
1123
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
1124
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1125
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1126
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1127
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1128
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1129
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1130
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1131
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1132
+ .ui-icon-arrowthick-1-n { background-position: 1px -48px; }
1133
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1134
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1135
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1136
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1137
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1138
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1139
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1140
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1141
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1142
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1143
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1144
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1145
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1146
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1147
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1148
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1149
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1150
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1151
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1152
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1153
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1154
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1155
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1156
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1157
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1158
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1159
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1160
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
1161
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
1162
+ .ui-icon-extlink { background-position: -32px -80px; }
1163
+ .ui-icon-newwin { background-position: -48px -80px; }
1164
+ .ui-icon-refresh { background-position: -64px -80px; }
1165
+ .ui-icon-shuffle { background-position: -80px -80px; }
1166
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
1167
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
1168
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
1169
+ .ui-icon-folder-open { background-position: -16px -96px; }
1170
+ .ui-icon-document { background-position: -32px -96px; }
1171
+ .ui-icon-document-b { background-position: -48px -96px; }
1172
+ .ui-icon-note { background-position: -64px -96px; }
1173
+ .ui-icon-mail-closed { background-position: -80px -96px; }
1174
+ .ui-icon-mail-open { background-position: -96px -96px; }
1175
+ .ui-icon-suitcase { background-position: -112px -96px; }
1176
+ .ui-icon-comment { background-position: -128px -96px; }
1177
+ .ui-icon-person { background-position: -144px -96px; }
1178
+ .ui-icon-print { background-position: -160px -96px; }
1179
+ .ui-icon-trash { background-position: -176px -96px; }
1180
+ .ui-icon-locked { background-position: -192px -96px; }
1181
+ .ui-icon-unlocked { background-position: -208px -96px; }
1182
+ .ui-icon-bookmark { background-position: -224px -96px; }
1183
+ .ui-icon-tag { background-position: -240px -96px; }
1184
+ .ui-icon-home { background-position: 0 -112px; }
1185
+ .ui-icon-flag { background-position: -16px -112px; }
1186
+ .ui-icon-calendar { background-position: -32px -112px; }
1187
+ .ui-icon-cart { background-position: -48px -112px; }
1188
+ .ui-icon-pencil { background-position: -64px -112px; }
1189
+ .ui-icon-clock { background-position: -80px -112px; }
1190
+ .ui-icon-disk { background-position: -96px -112px; }
1191
+ .ui-icon-calculator { background-position: -112px -112px; }
1192
+ .ui-icon-zoomin { background-position: -128px -112px; }
1193
+ .ui-icon-zoomout { background-position: -144px -112px; }
1194
+ .ui-icon-search { background-position: -160px -112px; }
1195
+ .ui-icon-wrench { background-position: -176px -112px; }
1196
+ .ui-icon-gear { background-position: -192px -112px; }
1197
+ .ui-icon-heart { background-position: -208px -112px; }
1198
+ .ui-icon-star { background-position: -224px -112px; }
1199
+ .ui-icon-link { background-position: -240px -112px; }
1200
+ .ui-icon-cancel { background-position: 0 -128px; }
1201
+ .ui-icon-plus { background-position: -16px -128px; }
1202
+ .ui-icon-plusthick { background-position: -32px -128px; }
1203
+ .ui-icon-minus { background-position: -48px -128px; }
1204
+ .ui-icon-minusthick { background-position: -64px -128px; }
1205
+ .ui-icon-close { background-position: -80px -128px; }
1206
+ .ui-icon-closethick { background-position: -96px -128px; }
1207
+ .ui-icon-key { background-position: -112px -128px; }
1208
+ .ui-icon-lightbulb { background-position: -128px -128px; }
1209
+ .ui-icon-scissors { background-position: -144px -128px; }
1210
+ .ui-icon-clipboard { background-position: -160px -128px; }
1211
+ .ui-icon-copy { background-position: -176px -128px; }
1212
+ .ui-icon-contact { background-position: -192px -128px; }
1213
+ .ui-icon-image { background-position: -208px -128px; }
1214
+ .ui-icon-video { background-position: -224px -128px; }
1215
+ .ui-icon-script { background-position: -240px -128px; }
1216
+ .ui-icon-alert { background-position: 0 -144px; }
1217
+ .ui-icon-info { background-position: -16px -144px; }
1218
+ .ui-icon-notice { background-position: -32px -144px; }
1219
+ .ui-icon-help { background-position: -48px -144px; }
1220
+ .ui-icon-check { background-position: -64px -144px; }
1221
+ .ui-icon-bullet { background-position: -80px -144px; }
1222
+ .ui-icon-radio-on { background-position: -96px -144px; }
1223
+ .ui-icon-radio-off { background-position: -112px -144px; }
1224
+ .ui-icon-pin-w { background-position: -128px -144px; }
1225
+ .ui-icon-pin-s { background-position: -144px -144px; }
1226
+ .ui-icon-play { background-position: 0 -160px; }
1227
+ .ui-icon-pause { background-position: -16px -160px; }
1228
+ .ui-icon-seek-next { background-position: -32px -160px; }
1229
+ .ui-icon-seek-prev { background-position: -48px -160px; }
1230
+ .ui-icon-seek-end { background-position: -64px -160px; }
1231
+ .ui-icon-seek-start { background-position: -80px -160px; }
1232
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1233
+ .ui-icon-seek-first { background-position: -80px -160px; }
1234
+ .ui-icon-stop { background-position: -96px -160px; }
1235
+ .ui-icon-eject { background-position: -112px -160px; }
1236
+ .ui-icon-volume-off { background-position: -128px -160px; }
1237
+ .ui-icon-volume-on { background-position: -144px -160px; }
1238
+ .ui-icon-power { background-position: 0 -176px; }
1239
+ .ui-icon-signal-diag { background-position: -16px -176px; }
1240
+ .ui-icon-signal { background-position: -32px -176px; }
1241
+ .ui-icon-battery-0 { background-position: -48px -176px; }
1242
+ .ui-icon-battery-1 { background-position: -64px -176px; }
1243
+ .ui-icon-battery-2 { background-position: -80px -176px; }
1244
+ .ui-icon-battery-3 { background-position: -96px -176px; }
1245
+ .ui-icon-circle-plus { background-position: 0 -192px; }
1246
+ .ui-icon-circle-minus { background-position: -16px -192px; }
1247
+ .ui-icon-circle-close { background-position: -32px -192px; }
1248
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
1249
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
1250
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
1251
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
1252
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
1253
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
1254
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
1255
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
1256
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
1257
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
1258
+ .ui-icon-circle-check { background-position: -208px -192px; }
1259
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
1260
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
1261
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
1262
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
1263
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
1264
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
1265
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1266
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1267
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1268
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1269
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1270
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1271
+
1272
+
1273
+ /* Misc visuals
1274
+ ----------------------------------*/
1275
+
1276
+ /* Corner radius */
1277
+ .ui-corner-all,
1278
+ .ui-corner-top,
1279
+ .ui-corner-left,
1280
+ .ui-corner-tl {
1281
+ border-top-left-radius: 3px;
1282
+ }
1283
+ .ui-corner-all,
1284
+ .ui-corner-top,
1285
+ .ui-corner-right,
1286
+ .ui-corner-tr {
1287
+ border-top-right-radius: 3px;
1288
+ }
1289
+ .ui-corner-all,
1290
+ .ui-corner-bottom,
1291
+ .ui-corner-left,
1292
+ .ui-corner-bl {
1293
+ border-bottom-left-radius: 3px;
1294
+ }
1295
+ .ui-corner-all,
1296
+ .ui-corner-bottom,
1297
+ .ui-corner-right,
1298
+ .ui-corner-br {
1299
+ border-bottom-right-radius: 3px;
1300
+ }
1301
+
1302
+ /* Overlays */
1303
+ .ui-widget-overlay {
1304
+ background: #aaaaaa;
1305
+ opacity: .3;
1306
+ filter: Alpha(Opacity=30); /* support: IE8 */
1307
+ }
1308
+ .ui-widget-shadow {
1309
+ -webkit-box-shadow: 0px 0px 5px #666666;
1310
+ box-shadow: 0px 0px 5px #666666;
1311
+ }
assets/css/pickadate/default.css CHANGED
@@ -1,171 +1,171 @@
1
- /* ==========================================================================
2
- $BASE-PICKER
3
- ========================================================================== */
4
- /**
5
- * Note: the root picker element should *NOT* be styled more than what’s here.
6
- */
7
- .um .picker {
8
- font-size: 16px;
9
- text-align: left;
10
- line-height: 1.2;
11
- color: #fff;
12
- position: absolute;
13
- z-index: 10000;
14
- -webkit-user-select: none;
15
- -moz-user-select: none;
16
- -ms-user-select: none;
17
- user-select: none;
18
- }
19
-
20
- .um .picker__box ul li[role="presentation"] {
21
- margin: 10px 0 0 0;
22
- }
23
-
24
- /**
25
- * The picker input element.
26
- */
27
- .um .picker__input {
28
- cursor: default;
29
- }
30
- /**
31
- * When the picker is opened, the input element is “activated”.
32
- */
33
- .um .picker__input.picker__input--active {
34
- border-color: #0089ec;
35
- }
36
- /**
37
- * The holder is the only “scrollable” top-level container element.
38
- */
39
- .um .picker__holder {
40
- width: 100%;
41
- overflow-y: auto;
42
- -webkit-overflow-scrolling: touch;
43
- }
44
-
45
- /*!
46
- * Default mobile-first, responsive styling for pickadate.js
47
- * Demo: http://amsul.github.io/pickadate.js
48
- */
49
- /**
50
- * Note: the root picker element should *NOT* be styled more than what’s here.
51
- */
52
- /**
53
- * Make the holder and frame fullscreen.
54
- */
55
- .um .picker__holder,
56
- .um .picker__frame {
57
- bottom: 0;
58
- left: 0;
59
- right: 0;
60
- top: 100%;
61
- }
62
- /**
63
- * The holder should overlay the entire screen.
64
- */
65
- .um .picker__holder {
66
- position: fixed;
67
- -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
68
- -moz-transition: background 0.15s ease-out, top 0s 0.15s;
69
- transition: background 0.15s ease-out, top 0s 0.15s;
70
- }
71
- /**
72
- * The frame that bounds the box contents of the picker.
73
- */
74
- .um .picker__frame {
75
- position: absolute;
76
- margin: 0 auto;
77
- min-width: 256px;
78
- max-width: 400px;
79
- width: 100%;
80
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
81
- filter: alpha(opacity=0);
82
- -moz-opacity: 0;
83
- opacity: 0;
84
- -webkit-transition: all 0.15s ease-out;
85
- -moz-transition: all 0.15s ease-out;
86
- transition: all 0.15s ease-out;
87
- }
88
- @media (min-height: 33.875em) {
89
- .um .picker__frame {
90
- overflow: visible;
91
- top: auto;
92
- bottom: -100%;
93
- max-height: 80%;
94
- }
95
- }
96
- @media (min-height: 40.125em) {
97
- .um .picker__frame {
98
- margin-bottom: 15% !important;
99
- }
100
- }
101
- /**
102
- * The wrapper sets the stage to vertically align the box contents.
103
- */
104
- .um .picker__wrap {
105
- display: table;
106
- width: 100%;
107
- height: 100%;
108
- }
109
- @media (min-height: 33.875em) {
110
- .um .picker__wrap {
111
- display: block;
112
- }
113
- }
114
- /**
115
- * The box contains all the picker contents.
116
- */
117
- .um .picker__box {
118
- display: table-cell;
119
- vertical-align: middle;
120
- }
121
- @media (min-height: 26.5em) {
122
- .um .picker__box {
123
-
124
- }
125
- }
126
- @media (min-height: 33.875em) {
127
- .um .picker__box {
128
- display: block;
129
- -webkit-border-radius: 2px;
130
- -moz-border-radius: 2px;
131
- border-radius: 2px;
132
- }
133
- }
134
- @media (min-height: 40.125em) {
135
- .um .picker__box {
136
-
137
- border-bottom-width: 1px;
138
- -webkit-border-radius: 2px;
139
- -moz-border-radius: 2px;
140
- border-radius: 2px;
141
- }
142
- }
143
- /**
144
- * When the picker opens...
145
- */
146
- .um .picker--opened .picker__holder {
147
- top: 0;
148
- background: transparent;
149
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
150
- zoom: 1;
151
- background: rgba(0, 0, 0, 0.7);
152
- -webkit-transition: background 0.15s ease-out;
153
- -moz-transition: background 0.15s ease-out;
154
- transition: background 0.15s ease-out;
155
- }
156
- .um .picker--opened .picker__frame {
157
- top: 0;
158
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
159
- filter: alpha(opacity=100);
160
- -moz-opacity: 1;
161
- opacity: 1;
162
- }
163
- @media (min-height: 33.875em) {
164
- .um .picker--opened .picker__frame {
165
- top: auto;
166
- bottom: 0;
167
- }
168
- }
169
- /**
170
- * For `large` screens, transform into an inline picker.
171
- */
1
+ /* ==========================================================================
2
+ $BASE-PICKER
3
+ ========================================================================== */
4
+ /**
5
+ * Note: the root picker element should *NOT* be styled more than what’s here.
6
+ */
7
+ .um .picker {
8
+ font-size: 16px;
9
+ text-align: left;
10
+ line-height: 1.2;
11
+ color: #fff;
12
+ position: absolute;
13
+ z-index: 10000;
14
+ -webkit-user-select: none;
15
+ -moz-user-select: none;
16
+ -ms-user-select: none;
17
+ user-select: none;
18
+ }
19
+
20
+ .um .picker__box ul li[role="presentation"] {
21
+ margin: 10px 0 0 0;
22
+ }
23
+
24
+ /**
25
+ * The picker input element.
26
+ */
27
+ .um .picker__input {
28
+ cursor: default;
29
+ }
30
+ /**
31
+ * When the picker is opened, the input element is “activated”.
32
+ */
33
+ .um .picker__input.picker__input--active {
34
+ border-color: #0089ec;
35
+ }
36
+ /**
37
+ * The holder is the only “scrollable” top-level container element.
38
+ */
39
+ .um .picker__holder {
40
+ width: 100%;
41
+ overflow-y: auto;
42
+ -webkit-overflow-scrolling: touch;
43
+ }
44
+
45
+ /*!
46
+ * Default mobile-first, responsive styling for pickadate.js
47
+ * Demo: http://amsul.github.io/pickadate.js
48
+ */
49
+ /**
50
+ * Note: the root picker element should *NOT* be styled more than what’s here.
51
+ */
52
+ /**
53
+ * Make the holder and frame fullscreen.
54
+ */
55
+ .um .picker__holder,
56
+ .um .picker__frame {
57
+ bottom: 0;
58
+ left: 0;
59
+ right: 0;
60
+ top: 100%;
61
+ }
62
+ /**
63
+ * The holder should overlay the entire screen.
64
+ */
65
+ .um .picker__holder {
66
+ position: fixed;
67
+ -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
68
+ -moz-transition: background 0.15s ease-out, top 0s 0.15s;
69
+ transition: background 0.15s ease-out, top 0s 0.15s;
70
+ }
71
+ /**
72
+ * The frame that bounds the box contents of the picker.
73
+ */
74
+ .um .picker__frame {
75
+ position: absolute;
76
+ margin: 0 auto;
77
+ min-width: 256px;
78
+ max-width: 400px;
79
+ width: 100%;
80
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
81
+ filter: alpha(opacity=0);
82
+ -moz-opacity: 0;
83
+ opacity: 0;
84
+ -webkit-transition: all 0.15s ease-out;
85
+ -moz-transition: all 0.15s ease-out;
86
+ transition: all 0.15s ease-out;
87
+ }
88
+ @media (min-height: 33.875em) {
89
+ .um .picker__frame {
90
+ overflow: visible;
91
+ top: auto;
92
+ bottom: -100%;
93
+ max-height: 80%;
94
+ }
95
+ }
96
+ @media (min-height: 40.125em) {
97
+ .um .picker__frame {
98
+ margin-bottom: 15% !important;
99
+ }
100
+ }
101
+ /**
102
+ * The wrapper sets the stage to vertically align the box contents.
103
+ */
104
+ .um .picker__wrap {
105
+ display: table;
106
+ width: 100%;
107
+ height: 100%;
108
+ }
109
+ @media (min-height: 33.875em) {
110
+ .um .picker__wrap {
111
+ display: block;
112
+ }
113
+ }
114
+ /**
115
+ * The box contains all the picker contents.
116
+ */
117
+ .um .picker__box {
118
+ display: table-cell;
119
+ vertical-align: middle;
120
+ }
121
+ @media (min-height: 26.5em) {
122
+ .um .picker__box {
123
+
124
+ }
125
+ }
126
+ @media (min-height: 33.875em) {
127
+ .um .picker__box {
128
+ display: block;
129
+ -webkit-border-radius: 2px;
130
+ -moz-border-radius: 2px;
131
+ border-radius: 2px;
132
+ }
133
+ }
134
+ @media (min-height: 40.125em) {
135
+ .um .picker__box {
136
+
137
+ border-bottom-width: 1px;
138
+ -webkit-border-radius: 2px;
139
+ -moz-border-radius: 2px;
140
+ border-radius: 2px;
141
+ }
142
+ }
143
+ /**
144
+ * When the picker opens...
145
+ */
146
+ .um .picker--opened .picker__holder {
147
+ top: 0;
148
+ background: transparent;
149
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
150
+ zoom: 1;
151
+ background: rgba(0, 0, 0, 0.7);
152
+ -webkit-transition: background 0.15s ease-out;
153
+ -moz-transition: background 0.15s ease-out;
154
+ transition: background 0.15s ease-out;
155
+ }
156
+ .um .picker--opened .picker__frame {
157
+ top: 0;
158
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
159
+ filter: alpha(opacity=100);
160
+ -moz-opacity: 1;
161
+ opacity: 1;
162
+ }
163
+ @media (min-height: 33.875em) {
164
+ .um .picker--opened .picker__frame {
165
+ top: auto;
166
+ bottom: 0;
167
+ }
168
+ }
169
+ /**
170
+ * For `large` screens, transform into an inline picker.
171
+ */
assets/css/pickadate/default.date.css CHANGED
@@ -1,302 +1,302 @@
1
- /* ==========================================================================
2
- $BASE-DATE-PICKER
3
- ========================================================================== */
4
- /**
5
- * The picker box.
6
- */
7
- .um .picker__box {
8
-
9
- }
10
- /**
11
- * The header containing the month and year stuff.
12
- */
13
- .um .picker__header {
14
- text-align: center;
15
- position: relative;
16
- margin-top: .75em;
17
- border-radius: 2px 2px 0 0;
18
- padding: 15px 0;
19
- font-size: 18px;
20
- }
21
- /**
22
- * The month and year labels.
23
- */
24
- .um .picker__month,
25
- .um .picker__year {
26
- display: inline-block;
27
- margin-left: 10px;
28
- margin-right: 10px;
29
- }
30
- .um .picker__year {
31
-
32
- }
33
- /**
34
- * The month and year selectors.
35
- */
36
- .um .picker__select--month,
37
- .um .picker__select--year {
38
- margin-left: .25em;
39
- margin-right: .25em;
40
- font-size: 16px;
41
- color: #999;
42
- background: #fff !important;
43
- outline: 0 !important;
44
- border: 0 !important;
45
- }
46
- @media (min-width: 24.5em) {
47
- .um .picker__select--month,
48
- .um .picker__select--year {
49
- margin-top: -0.5em;
50
- }
51
- }
52
- .um .picker__select--month {
53
- width: 35%;
54
- }
55
- .um .picker__select--year {
56
- width: 22.5%;
57
- }
58
- .um .picker__select--month:focus,
59
- .um .picker__select--year:focus {
60
-
61
- }
62
- /**
63
- * The month navigation buttons.
64
- */
65
- .um .picker__nav--prev,
66
- .um .picker__nav--next {
67
- position: absolute;
68
- padding: .5em 1.25em;
69
- width: 1em;
70
- height: 1em;
71
- box-sizing: content-box !important;
72
- top: 8px;
73
- color: #fff;
74
- }
75
- .um-popup .picker__nav--prev,
76
- .um-popup .picker__nav--next {
77
- position: absolute;
78
- padding: .5em 1.25em;
79
- width: 1em;
80
- height: 1em;
81
- box-sizing: content-box !important;
82
- top: 8px;
83
- color: #fff;
84
- }
85
- @media (min-width: 24.5em) {
86
- .um .picker__nav--prev,
87
- .um .picker__nav--next {
88
-
89
- }
90
- }
91
- .um .picker__nav--prev {
92
- left: 0;
93
- padding-right: 1.25em;
94
- }
95
- .um-popup .picker__nav--prev {
96
- left: 0;
97
- padding-right: 1.25em;
98
- }
99
- @media (min-width: 24.5em) {
100
- .um .picker__nav--prev {
101
- padding-right: 1.5em;
102
- }
103
- .um-popup .picker__nav--prev {
104
- padding-right: 1.5em;
105
- }
106
- }
107
- .um .picker__nav--next {
108
- right: 0;
109
- padding-left: 1.25em;
110
- }
111
- .um-popup .picker__nav--next {
112
- right: 0;
113
- padding-left: 1.25em;
114
- }
115
- @media (min-width: 24.5em) {
116
- .um .picker__nav--next {
117
- padding-left: 1.5em;
118
- }
119
- .um-popup .picker__nav--next {
120
- padding-left: 1.5em;
121
- }
122
- }
123
- .um .picker__nav--prev:before,
124
- .um .picker__nav--next:before {
125
- content: " ";
126
- border-top: .5em solid transparent;
127
- border-bottom: .5em solid transparent;
128
-
129
- border-right: 0.5em solid #fff;
130
-
131
- width: 0;
132
- height: 0;
133
- display: block;
134
- margin: 0 auto;
135
- }
136
-
137
- .um-popup .picker__nav--prev:before,
138
- .um-popup .picker__nav--next:before {
139
- content: " ";
140
- border-top: .5em solid transparent;
141
- border-bottom: .5em solid transparent;
142
-
143
- border-right: 0.5em solid #fff;
144
-
145
- width: 0;
146
- height: 0;
147
- display: block;
148
- margin: 0 auto;
149
- }
150
- .um .picker__nav--next:before {
151
- border-right: 0;
152
-
153
- border-left: 0.5em solid #fff;
154
-
155
- }
156
- .um-popup .picker__nav--next:before {
157
- border-right: 0;
158
-
159
- border-left: 0.5em solid #fff;
160
-
161
- }
162
- .um .picker__nav--prev:hover,
163
- .um .picker__nav--next:hover {
164
- cursor: pointer;
165
- color: #fff;
166
- }
167
-
168
- .um-popup .picker__nav--prev:hover,
169
- .um-popup .picker__nav--next:hover {
170
- cursor: pointer;
171
- color: #fff;
172
- }
173
- .um .picker__nav--disabled,
174
- .um .picker__nav--disabled:hover,
175
- .um .picker__nav--disabled:before,
176
- .um .picker__nav--disabled:before:hover {
177
- cursor: default;
178
- background: none;
179
- }
180
- .um-popup .picker__nav--disabled,
181
- .um-popup .picker__nav--disabled:hover,
182
- .um-popup .picker__nav--disabled:before,
183
- .um-popup .picker__nav--disabled:before:hover {
184
- cursor: default;
185
- background: none;
186
- }
187
-
188
- /**
189
- * The calendar table of dates
190
- */
191
- .um .picker__table {
192
- text-align: center;
193
- border-collapse: collapse;
194
- border-spacing: 0;
195
- table-layout: fixed;
196
- font-size: inherit;
197
- width: 100%;
198
- margin-top: 5px;
199
- border: none;
200
- margin-bottom: 0;
201
- }
202
- @media (min-height: 33.875em) {
203
- .um .picker__table {
204
-
205
- }
206
- }
207
-
208
- .um .picker__table th {
209
-
210
- }
211
-
212
- .um .picker__table td {
213
- margin: 0;
214
- padding: 0px 10px;
215
- text-align: center;
216
- border: 0;
217
- }
218
- /**
219
- * The weekday labels
220
- */
221
- .um .picker__weekday {
222
- width: 14.285714286%;
223
- color: #fff;
224
- text-align: center;
225
- padding: 5px 0 !important;
226
- /* Increase the spacing a tad */
227
- }
228
- @media (min-height: 33.875em) {
229
- .um .picker__weekday {
230
-
231
- }
232
- }
233
- /**
234
- * The days on the calendar
235
- */
236
- .um .picker__day {
237
- padding: 10px 0;
238
- line-height: 1em !important;
239
- }
240
- .um .picker__day--today {
241
- position: relative;
242
- }
243
- .um .picker__day--outfocus {
244
- opacity: 0.75;
245
- }
246
- .um .picker__day--infocus:hover,
247
- .um .picker__day--outfocus:hover {
248
- border-radius: 2px;
249
- cursor: pointer;
250
- }
251
-
252
- .um .picker__day--highlighted {
253
-
254
- }
255
- .um .picker__day--highlighted:hover,
256
- .um .picker--focused .picker__day--highlighted {
257
- border-radius: 2px;
258
- }
259
-
260
- .um .picker__day--selected,
261
- .um .picker__day--selected:hover,
262
- .um .picker--focused .picker__day--selected {
263
-
264
- }
265
- .um .picker__day--disabled,
266
- .um .picker__day--disabled:hover {
267
- cursor: default;
268
- background: transparent !important;
269
- opacity: 0.3;
270
- }
271
- .um .picker__day--highlighted.picker__day--disabled,
272
- .um .picker__day--highlighted.picker__day--disabled:hover {
273
-
274
- }
275
-
276
- /**
277
- * The footer containing the "today" and "clear" buttons.
278
- */
279
- .um .picker__footer {
280
- text-align: center;
281
- height: 50px !important;
282
- line-height: 50px !important;
283
- margin-top: 5px;
284
- border-radius: 0 0 2px 2px;
285
- }
286
- .um .picker__button--today,
287
- .um .picker__button--clear {
288
- margin: 0 !important;
289
- width: 50%;
290
- display: inline-block;
291
- background: none !important;
292
- box-shadow: none !important;
293
- border: 0!important;
294
- outline: 0 !important;
295
- box-sizing: border-box !important;
296
- }
297
- .um .picker__button--today:hover,
298
- .um .picker__button--clear:hover,
299
- .um .picker__button--today:focus,
300
- .um .picker__button--clear:focus {
301
- cursor: pointer;
302
- }
1
+ /* ==========================================================================
2
+ $BASE-DATE-PICKER
3
+ ========================================================================== */
4
+ /**
5
+ * The picker box.
6
+ */
7
+ .um .picker__box {
8
+
9
+ }
10
+ /**
11
+ * The header containing the month and year stuff.
12
+ */
13
+ .um .picker__header {
14
+ text-align: center;
15
+ position: relative;
16
+ margin-top: .75em;
17
+ border-radius: 2px 2px 0 0;
18
+ padding: 15px 0;
19
+ font-size: 18px;
20
+ }
21
+ /**
22
+ * The month and year labels.
23
+ */
24
+ .um .picker__month,
25
+ .um .picker__year {
26
+ display: inline-block;
27
+ margin-left: 10px;
28
+ margin-right: 10px;
29
+ }
30
+ .um .picker__year {
31
+
32
+ }
33
+ /**
34
+ * The month and year selectors.
35
+ */
36
+ .um .picker__select--month,
37
+ .um .picker__select--year {
38
+ margin-left: .25em;
39
+ margin-right: .25em;
40
+ font-size: 16px;
41
+ color: #999;
42
+ background: #fff !important;
43
+ outline: 0 !important;
44
+ border: 0 !important;
45
+ }
46
+ @media (min-width: 24.5em) {
47
+ .um .picker__select--month,
48
+ .um .picker__select--year {
49
+ margin-top: -0.5em;
50
+ }
51
+ }
52
+ .um .picker__select--month {
53
+ width: 35%;
54
+ }
55
+ .um .picker__select--year {
56
+ width: 22.5%;
57
+ }
58
+ .um .picker__select--month:focus,
59
+ .um .picker__select--year:focus {
60
+
61
+ }
62
+ /**
63
+ * The month navigation buttons.
64
+ */
65
+ .um .picker__nav--prev,
66
+ .um .picker__nav--next {
67
+ position: absolute;
68
+ padding: .5em 1.25em;
69
+ width: 1em;
70
+ height: 1em;
71
+ box-sizing: content-box !important;
72
+ top: 8px;
73
+ color: #fff;
74
+ }
75
+ .um-popup .picker__nav--prev,
76
+ .um-popup .picker__nav--next {
77
+ position: absolute;
78
+ padding: .5em 1.25em;
79
+ width: 1em;
80
+ height: 1em;
81
+ box-sizing: content-box !important;
82
+ top: 8px;
83
+ color: #fff;
84
+ }
85
+ @media (min-width: 24.5em) {
86
+ .um .picker__nav--prev,
87
+ .um .picker__nav--next {
88
+
89
+ }
90
+ }
91
+ .um .picker__nav--prev {
92
+ left: 0;
93
+ padding-right: 1.25em;
94
+ }
95
+ .um-popup .picker__nav--prev {
96
+ left: 0;
97
+ padding-right: 1.25em;
98
+ }
99
+ @media (min-width: 24.5em) {
100
+ .um .picker__nav--prev {
101
+ padding-right: 1.5em;
102
+ }
103
+ .um-popup .picker__nav--prev {
104
+ padding-right: 1.5em;
105
+ }
106
+ }
107
+ .um .picker__nav--next {
108
+ right: 0;
109
+ padding-left: 1.25em;
110
+ }
111
+ .um-popup .picker__nav--next {
112
+ right: 0;
113
+ padding-left: 1.25em;
114
+ }
115
+ @media (min-width: 24.5em) {
116
+ .um .picker__nav--next {
117
+ padding-left: 1.5em;
118
+ }
119
+ .um-popup .picker__nav--next {
120
+ padding-left: 1.5em;
121
+ }
122
+ }
123
+ .um .picker__nav--prev:before,
124
+ .um .picker__nav--next:before {
125
+ content: " ";
126
+ border-top: .5em solid transparent;
127
+ border-bottom: .5em solid transparent;
128
+
129
+ border-right: 0.5em solid #fff;
130
+
131
+ width: 0;
132
+ height: 0;
133
+ display: block;
134
+ margin: 0 auto;
135
+ }
136
+
137
+ .um-popup .picker__nav--prev:before,
138
+ .um-popup .picker__nav--next:before {
139
+ content: " ";
140
+ border-top: .5em solid transparent;
141
+ border-bottom: .5em solid transparent;
142
+
143
+ border-right: 0.5em solid #fff;
144
+
145
+ width: 0;
146
+ height: 0;
147
+ display: block;
148
+ margin: 0 auto;
149
+ }
150
+ .um .picker__nav--next:before {
151
+ border-right: 0;
152
+
153
+ border-left: 0.5em solid #fff;
154
+
155
+ }
156
+ .um-popup .picker__nav--next:before {
157
+ border-right: 0;
158
+
159
+ border-left: 0.5em solid #fff;
160
+
161
+ }
162
+ .um .picker__nav--prev:hover,
163
+ .um .picker__nav--next:hover {
164
+ cursor: pointer;
165
+ color: #fff;
166
+ }
167
+
168
+ .um-popup .picker__nav--prev:hover,
169
+ .um-popup .picker__nav--next:hover {
170
+ cursor: pointer;
171
+ color: #fff;
172
+ }
173
+ .um .picker__nav--disabled,
174
+ .um .picker__nav--disabled:hover,
175
+ .um .picker__nav--disabled:before,
176
+ .um .picker__nav--disabled:before:hover {
177
+ cursor: default;
178
+ background: none;
179
+ }
180
+ .um-popup .picker__nav--disabled,
181
+ .um-popup .picker__nav--disabled:hover,
182
+ .um-popup .picker__nav--disabled:before,
183
+ .um-popup .picker__nav--disabled:before:hover {
184
+ cursor: default;
185
+ background: none;
186
+ }
187
+
188
+ /**
189
+ * The calendar table of dates
190
+ */
191
+ .um .picker__table {
192
+ text-align: center;
193
+ border-collapse: collapse;
194
+ border-spacing: 0;
195
+ table-layout: fixed;
196
+ font-size: inherit;
197
+ width: 100%;
198
+ margin-top: 5px;
199
+ border: none;
200
+ margin-bottom: 0;
201
+ }
202
+ @media (min-height: 33.875em) {
203
+ .um .picker__table {
204
+
205
+ }
206
+ }
207
+
208
+ .um .picker__table th {
209
+
210
+ }
211
+
212
+ .um .picker__table td {
213
+ margin: 0;
214
+ padding: 0px 10px;
215
+ text-align: center;
216
+ border: 0;
217
+ }
218
+ /**
219
+ * The weekday labels
220
+ */
221
+ .um .picker__weekday {
222
+ width: 14.285714286%;
223
+ color: #fff;
224
+ text-align: center;
225
+ padding: 5px 0 !important;
226
+ /* Increase the spacing a tad */
227
+ }
228
+ @media (min-height: 33.875em) {
229
+ .um .picker__weekday {
230
+
231
+ }
232
+ }
233
+ /**
234
+ * The days on the calendar
235
+ */
236
+ .um .picker__day {
237
+ padding: 10px 0;
238
+ line-height: 1em !important;
239
+ }
240
+ .um .picker__day--today {
241
+ position: relative;
242
+ }
243
+ .um .picker__day--outfocus {
244
+ opacity: 0.75;
245
+ }
246
+ .um .picker__day--infocus:hover,
247
+ .um .picker__day--outfocus:hover {
248
+ border-radius: 2px;
249
+ cursor: pointer;
250
+ }
251
+
252
+ .um .picker__day--highlighted {
253
+
254
+ }
255
+ .um .picker__day--highlighted:hover,
256
+ .um .picker--focused .picker__day--highlighted {
257
+ border-radius: 2px;
258
+ }
259
+
260
+ .um .picker__day--selected,
261
+ .um .picker__day--selected:hover,
262
+ .um .picker--focused .picker__day--selected {
263
+
264
+ }
265
+ .um .picker__day--disabled,
266
+ .um .picker__day--disabled:hover {
267
+ cursor: default;
268
+ background: transparent !important;
269
+ opacity: 0.3;
270
+ }
271
+ .um .picker__day--highlighted.picker__day--disabled,
272
+ .um .picker__day--highlighted.picker__day--disabled:hover {
273
+
274
+ }
275
+
276
+ /**
277
+ * The footer containing the "today" and "clear" buttons.
278
+ */
279
+ .um .picker__footer {
280
+ text-align: center;
281
+ height: 50px !important;
282
+ line-height: 50px !important;
283
+ margin-top: 5px;
284
+ border-radius: 0 0 2px 2px;
285
+ }
286
+ .um .picker__button--today,
287
+ .um .picker__button--clear {
288
+ margin: 0 !important;
289
+ width: 50%;
290
+ display: inline-block;
291
+ background: none !important;
292
+ box-shadow: none !important;
293
+ border: 0!important;
294
+ outline: 0 !important;
295
+ box-sizing: border-box !important;
296
+ }
297
+ .um .picker__button--today:hover,
298
+ .um .picker__button--clear:hover,
299
+ .um .picker__button--today:focus,
300
+ .um .picker__button--clear:focus {
301
+ cursor: pointer;
302
+ }
assets/css/pickadate/default.time.css CHANGED
@@ -1,113 +1,113 @@
1
- /* ==========================================================================
2
- $BASE-TIME-PICKER
3
- ========================================================================== */
4
- /**
5
- * The list of times.
6
- */
7
- .um .picker__list {
8
- list-style: none;
9
- list-style: none !important;
10
- padding: 5px !important;
11
- margin: 0px !important;
12
- }
13
-
14
- /**
15
- * The times on the clock.
16
- */
17
- .um .picker__list-item {
18
- position: relative;
19
- border-radius: 2px;
20
- display: inline-block;
21
- width: 25%;
22
- text-align: center;
23
- box-sizing: border-box;
24
- padding: 6px 0px !important;
25
- margin: 5px 0 !important;
26
- }
27
-
28
- @media (min-height: 46.75em) {
29
- .um .picker__list-item {
30
-
31
- }
32
- }
33
-
34
- /* Hovered time */
35
- .um .picker__list-item:hover {
36
- cursor: pointer;
37
- z-index: 10;
38
- }
39
- /* Highlighted and hovered/focused time */
40
- .um .picker__list-item--highlighted {
41
- z-index: 10;
42
- }
43
-
44
- .um .picker__list-item--highlighted:hover,
45
- .um .picker--focused .picker__list-item--highlighted {
46
- cursor: pointer;
47
- font-weight: bold;
48
- }
49
-
50
- /* Selected and hovered/focused time */
51
- .um .picker__list-item--selected,
52
- .um .picker__list-item--selected:hover,
53
- .um .picker--focused .picker__list-item--selected {
54
- z-index: 10;
55
- }
56
-
57
- /* Disabled time */
58
- .um .picker__list-item--disabled,
59
- .um .picker__list-item--disabled:hover,
60
- .um .picker--focused .picker__list-item--disabled {
61
- color: #a9e792;
62
- cursor: default;
63
- background: transparent;
64
- z-index: auto;
65
- }
66
-
67
- /**
68
- * The clear button
69
- */
70
- .um .picker--time .picker__button--clear {
71
- width: 100%;
72
- display: inline-block;
73
- background: none;
74
- box-shadow: none !important;
75
- border: 0!important;
76
- outline: 0 !important;
77
- background: none !important;
78
- border-radius: 0 0 2px 2px;
79
- color: #fff !important;
80
- }
81
- .um .picker--time .picker__button--clear:hover,
82
- .um .picker--time .picker__button--clear:focus {
83
- cursor: pointer;
84
- }
85
-
86
- /* ==========================================================================
87
- $DEFAULT-TIME-PICKER
88
- ========================================================================== */
89
- /**
90
- * The frame the bounds the time picker.
91
- */
92
- .um .picker--time .picker__frame {
93
- min-width: 256px;
94
- max-width: 400px;
95
- }
96
- /**
97
- * The picker box.
98
- */
99
- .um .picker--time .picker__box {
100
- font-size: 15px;
101
- padding: 0;
102
- border-radius: 2px !important;
103
- }
104
-
105
- .um .picker__box ul li[role="presentation"] {
106
- margin: 10px 0 0 0;
107
- }
108
-
109
- @media (min-height: 40.125em) {
110
- .um .picker--time .picker__frame {
111
- margin-bottom: 10% !important;
112
- }
113
- }
1
+ /* ==========================================================================
2
+ $BASE-TIME-PICKER
3
+ ========================================================================== */
4
+ /**
5
+ * The list of times.
6
+ */
7
+ .um .picker__list {
8
+ list-style: none;
9
+ list-style: none !important;
10
+ padding: 5px !important;
11
+ margin: 0px !important;
12
+ }
13
+
14
+ /**
15
+ * The times on the clock.
16
+ */
17
+ .um .picker__list-item {
18
+ position: relative;
19
+ border-radius: 2px;
20
+ display: inline-block;
21
+ width: 25%;
22
+ text-align: center;
23
+ box-sizing: border-box;
24
+ padding: 6px 0px !important;
25
+ margin: 5px 0 !important;
26
+ }
27
+
28
+ @media (min-height: 46.75em) {
29
+ .um .picker__list-item {
30
+
31
+ }
32
+ }
33
+
34
+ /* Hovered time */
35
+ .um .picker__list-item:hover {
36
+ cursor: pointer;
37
+ z-index: 10;
38
+ }
39
+ /* Highlighted and hovered/focused time */
40
+ .um .picker__list-item--highlighted {
41
+ z-index: 10;
42
+ }
43
+
44
+ .um .picker__list-item--highlighted:hover,
45
+ .um .picker--focused .picker__list-item--highlighted {
46
+ cursor: pointer;
47
+ font-weight: bold;
48
+ }
49
+
50
+ /* Selected and hovered/focused time */
51
+ .um .picker__list-item--selected,
52
+ .um .picker__list-item--selected:hover,
53
+ .um .picker--focused .picker__list-item--selected {
54
+ z-index: 10;
55
+ }
56
+
57
+ /* Disabled time */
58
+ .um .picker__list-item--disabled,
59
+ .um .picker__list-item--disabled:hover,
60
+ .um .picker--focused .picker__list-item--disabled {
61
+ color: #a9e792;
62
+ cursor: default;
63
+ background: transparent;
64
+ z-index: auto;
65
+ }
66
+
67
+ /**
68
+ * The clear button
69
+ */
70
+ .um .picker--time .picker__button--clear {
71
+ width: 100%;
72
+ display: inline-block;
73
+ background: none;
74
+ box-shadow: none !important;
75
+ border: 0!important;
76
+ outline: 0 !important;
77
+ background: none !important;
78
+ border-radius: 0 0 2px 2px;
79
+ color: #fff !important;
80
+ }
81
+ .um .picker--time .picker__button--clear:hover,
82
+ .um .picker--time .picker__button--clear:focus {
83
+ cursor: pointer;
84
+ }
85
+
86
+ /* ==========================================================================
87
+ $DEFAULT-TIME-PICKER
88
+ ========================================================================== */
89
+ /**
90
+ * The frame the bounds the time picker.
91
+ */
92
+ .um .picker--time .picker__frame {
93
+ min-width: 256px;
94
+ max-width: 400px;
95
+ }
96
+ /**
97
+ * The picker box.
98
+ */
99
+ .um .picker--time .picker__box {
100
+ font-size: 15px;
101
+ padding: 0;
102
+ border-radius: 2px !important;
103
+ }
104
+
105
+ .um .picker__box ul li[role="presentation"] {
106
+ margin: 10px 0 0 0;
107
+ }
108
+
109
+ @media (min-height: 40.125em) {
110
+ .um .picker--time .picker__frame {
111
+ margin-bottom: 10% !important;
112
+ }
113
+ }
assets/css/pickadate/rtl.css CHANGED
@@ -1,46 +1,46 @@
1
- /*!
2
- * Styling for RTL (right-to-left) languages using pickadate.js
3
- */
4
- /**
5
- * Switch the direction - only really necessary if
6
- * it hasn’t already been applied higher up in the DOM.
7
- */
8
- .um .picker {
9
- direction: rtl;
10
- }
11
- /**
12
- * Flip around the “next” and “previous” buttons.
13
- */
14
- .um .picker__nav--next {
15
- right: auto;
16
- left: -1em;
17
- }
18
- .um .picker__nav--prev {
19
- left: auto;
20
- right: -1em;
21
- }
22
- .um .picker__nav--next:before {
23
- border-left: 0;
24
- border-right: 0.75em solid #000000;
25
- }
26
- .um .picker__nav--prev:before {
27
- border-right: 0;
28
- border-left: 0.75em solid #000000;
29
- }
30
-
31
- .um-popup .picker__nav--next {
32
- right: auto;
33
- left: -1em;
34
- }
35
- .um-popup .picker__nav--prev {
36
- left: auto;
37
- right: -1em;
38
- }
39
- .um-popup .picker__nav--next:before {
40
- border-left: 0;
41
- border-right: 0.75em solid #000000;
42
- }
43
- .um-popup .picker__nav--prev:before {
44
- border-right: 0;
45
- border-left: 0.75em solid #000000;
46
- }
1
+ /*!
2
+ * Styling for RTL (right-to-left) languages using pickadate.js
3
+ */
4
+ /**
5
+ * Switch the direction - only really necessary if
6
+ * it hasn’t already been applied higher up in the DOM.
7
+ */
8
+ .um .picker {
9
+ direction: rtl;
10
+ }
11
+ /**
12
+ * Flip around the “next” and “previous” buttons.
13
+ */
14
+ .um .picker__nav--next {
15
+ right: auto;
16
+ left: -1em;
17
+ }
18
+ .um .picker__nav--prev {
19
+ left: auto;
20
+ right: -1em;
21
+ }
22
+ .um .picker__nav--next:before {
23
+ border-left: 0;
24
+ border-right: 0.75em solid #000000;
25
+ }
26
+ .um .picker__nav--prev:before {
27
+ border-right: 0;
28
+ border-left: 0.75em solid #000000;
29
+ }
30
+
31
+ .um-popup .picker__nav--next {
32
+ right: auto;
33
+ left: -1em;
34
+ }
35
+ .um-popup .picker__nav--prev {
36
+ left: auto;
37
+ right: -1em;
38
+ }
39
+ .um-popup .picker__nav--next:before {
40
+ border-left: 0;
41
+ border-right: 0.75em solid #000000;
42
+ }
43
+ .um-popup .picker__nav--prev:before {
44
+ border-right: 0;
45
+ border-left: 0.75em solid #000000;
46
+ }
assets/css/simplebar.css CHANGED
@@ -1,190 +1,190 @@
1
- [data-simplebar] {
2
- position: relative;
3
- flex-direction: column;
4
- flex-wrap: wrap;
5
- justify-content: flex-start;
6
- align-content: flex-start;
7
- align-items: flex-start;
8
- }
9
-
10
- .simplebar-wrapper {
11
- overflow: hidden;
12
- width: inherit;
13
- height: inherit;
14
- max-width: inherit;
15
- max-height: inherit;
16
- }
17
-
18
- .simplebar-mask {
19
- direction: inherit;
20
- position: absolute;
21
- overflow: hidden;
22
- padding: 0;
23
- margin: 0;
24
- left: 0;
25
- top: 0;
26
- bottom: 0;
27
- right: 0;
28
- width: auto !important;
29
- height: auto !important;
30
- z-index: 0;
31
- }
32
-
33
- .simplebar-offset {
34
- direction: inherit !important;
35
- box-sizing: inherit !important;
36
- resize: none !important;
37
- position: absolute;
38
- top: 0;
39
- left: 0;
40
- bottom: 0;
41
- right: 0;
42
- padding: 0;
43
- margin: 0;
44
- -webkit-overflow-scrolling: touch;
45
- }
46
-
47
- .simplebar-content-wrapper {
48
- direction: inherit;
49
- box-sizing: border-box !important;
50
- position: relative;
51
- display: block;
52
- height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
53
- width: auto;
54
- visibility: visible;
55
- overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
56
- max-width: 100%; /* Not required for horizontal scroll to trigger */
57
- max-height: 100%; /* Needed for vertical scroll to trigger */
58
- }
59
-
60
- .simplebar-content:before,
61
- .simplebar-content:after {
62
- content: " ";
63
- display: table;
64
- }
65
-
66
- .simplebar-placeholder {
67
- max-height: 100%;
68
- max-width: 100%;
69
- width: 100%;
70
- pointer-events: none;
71
- }
72
-
73
- .simplebar-height-auto-observer-wrapper {
74
- box-sizing: inherit !important;
75
- height: 100%;
76
- width: inherit;
77
- max-width: 1px;
78
- position: relative;
79
- float: left;
80
- max-height: 1px;
81
- overflow: hidden;
82
- z-index: -1;
83
- padding: 0;
84
- margin: 0;
85
- pointer-events: none;
86
- flex-grow: inherit;
87
- flex-shrink: 0;
88
- flex-basis: 0;
89
- }
90
-
91
- .simplebar-height-auto-observer {
92
- box-sizing: inherit;
93
- display: block;
94
- opacity: 0;
95
- position: absolute;
96
- top: 0;
97
- left: 0;
98
- height: 1000%;
99
- width: 1000%;
100
- min-height: 1px;
101
- min-width: 1px;
102
- overflow: hidden;
103
- pointer-events: none;
104
- z-index: -1;
105
- }
106
-
107
- .simplebar-track {
108
- z-index: 1;
109
- position: absolute;
110
- right: 0;
111
- bottom: 0;
112
- pointer-events: none;
113
- overflow: hidden;
114
- }
115
-
116
- [data-simplebar].simplebar-dragging .simplebar-track {
117
- pointer-events: all;
118
- }
119
-
120
- .simplebar-scrollbar {
121
- position: absolute;
122
- right: 2px;
123
- width: 7px;
124
- min-height: 10px;
125
- }
126
-
127
- .simplebar-scrollbar:before {
128
- position: absolute;
129
- content: "";
130
- background: black;
131
- border-radius: 7px;
132
- left: 0;
133
- right: 0;
134
- opacity: 0;
135
- transition: opacity 0.2s linear;
136
- }
137
-
138
- .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
139
- /* When hovered, remove all transitions from drag handle */
140
- opacity: 0.5;
141
- transition: opacity 0s linear;
142
- }
143
-
144
- .simplebar-track.simplebar-vertical {
145
- top: 0;
146
- width: 11px;
147
- }
148
-
149
- .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
150
- top: 2px;
151
- bottom: 2px;
152
- }
153
-
154
- .simplebar-track.simplebar-horizontal {
155
- left: 0;
156
- height: 11px;
157
- }
158
-
159
- .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
160
- height: 100%;
161
- left: 2px;
162
- right: 2px;
163
- }
164
-
165
- .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
166
- right: auto;
167
- left: 0;
168
- top: 2px;
169
- height: 7px;
170
- min-height: 0;
171
- min-width: 10px;
172
- width: auto;
173
- }
174
-
175
- /* Rtl support */
176
- [data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
177
- right: auto;
178
- left: 0;
179
- }
180
-
181
- .hs-dummy-scrollbar-size {
182
- direction: rtl;
183
- position: fixed;
184
- opacity: 0;
185
- visibility: hidden;
186
- height: 500px;
187
- width: 500px;
188
- overflow-y: hidden;
189
- overflow-x: scroll;
190
- }
1
+ [data-simplebar] {
2
+ position: relative;
3
+ flex-direction: column;
4
+ flex-wrap: wrap;
5
+ justify-content: flex-start;
6
+ align-content: flex-start;
7
+ align-items: flex-start;
8
+ }
9
+
10
+ .simplebar-wrapper {
11
+ overflow: hidden;
12
+ width: inherit;
13
+ height: inherit;
14
+ max-width: inherit;
15
+ max-height: inherit;
16
+ }
17
+
18
+ .simplebar-mask {
19
+ direction: inherit;
20
+ position: absolute;
21
+ overflow: hidden;
22
+ padding: 0;
23
+ margin: 0;
24
+ left: 0;
25
+ top: 0;
26
+ bottom: 0;
27
+ right: 0;
28
+ width: auto !important;
29
+ height: auto !important;
30
+ z-index: 0;
31
+ }
32
+
33
+ .simplebar-offset {
34
+ direction: inherit !important;
35
+ box-sizing: inherit !important;
36
+ resize: none !important;
37
+ position: absolute;
38
+ top: 0;
39
+ left: 0;
40
+ bottom: 0;
41
+ right: 0;
42
+ padding: 0;
43
+ margin: 0;
44
+ -webkit-overflow-scrolling: touch;
45
+ }
46
+
47
+ .simplebar-content-wrapper {
48
+ direction: inherit;
49
+ box-sizing: border-box !important;
50
+ position: relative;
51
+ display: block;
52
+ height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
53
+ width: auto;
54
+ visibility: visible;
55
+ overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
56
+ max-width: 100%; /* Not required for horizontal scroll to trigger */
57
+ max-height: 100%; /* Needed for vertical scroll to trigger */
58
+ }
59
+
60
+ .simplebar-content:before,
61
+ .simplebar-content:after {
62
+ content: " ";
63
+ display: table;
64
+ }
65
+
66
+ .simplebar-placeholder {
67
+ max-height: 100%;
68
+ max-width: 100%;
69
+ width: 100%;
70
+ pointer-events: none;
71
+ }
72
+
73
+ .simplebar-height-auto-observer-wrapper {
74
+ box-sizing: inherit !important;
75
+ height: 100%;
76
+ width: inherit;
77
+ max-width: 1px;
78
+ position: relative;
79
+ float: left;
80
+ max-height: 1px;
81
+ overflow: hidden;
82
+ z-index: -1;
83
+ padding: 0;
84
+ margin: 0;
85
+ pointer-events: none;
86
+ flex-grow: inherit;
87
+ flex-shrink: 0;
88
+ flex-basis: 0;
89
+ }
90
+
91
+ .simplebar-height-auto-observer {
92
+ box-sizing: inherit;
93
+ display: block;
94
+ opacity: 0;
95
+ position: absolute;
96
+ top: 0;
97
+ left: 0;
98
+ height: 1000%;
99
+ width: 1000%;
100
+ min-height: 1px;
101
+ min-width: 1px;
102
+ overflow: hidden;
103
+ pointer-events: none;
104
+ z-index: -1;
105
+ }
106
+
107
+ .simplebar-track {
108
+ z-index: 1;
109
+ position: absolute;
110
+ right: 0;
111
+ bottom: 0;
112
+ pointer-events: none;
113
+ overflow: hidden;
114
+ }
115
+
116
+ [data-simplebar].simplebar-dragging .simplebar-track {
117
+ pointer-events: all;
118
+ }
119
+
120
+ .simplebar-scrollbar {
121
+ position: absolute;
122
+ right: 2px;
123
+ width: 7px;
124
+ min-height: 10px;
125
+ }
126
+
127
+ .simplebar-scrollbar:before {
128
+ position: absolute;
129
+ content: "";
130
+ background: black;
131
+ border-radius: 7px;
132
+ left: 0;
133
+ right: 0;
134
+ opacity: 0;
135
+ transition: opacity 0.2s linear;
136
+ }
137
+
138
+ .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
139
+ /* When hovered, remove all transitions from drag handle */
140
+ opacity: 0.5;
141
+ transition: opacity 0s linear;
142
+ }
143
+
144
+ .simplebar-track.simplebar-vertical {
145
+ top: 0;
146
+ width: 11px;
147
+ }
148
+
149
+ .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
150
+ top: 2px;
151
+ bottom: 2px;
152
+ }
153
+
154
+ .simplebar-track.simplebar-horizontal {
155
+ left: 0;
156
+ height: 11px;
157
+ }
158
+
159
+ .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
160
+ height: 100%;
161
+ left: 2px;
162
+ right: 2px;
163
+ }
164
+
165
+ .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
166
+ right: auto;
167
+ left: 0;
168
+ top: 2px;
169
+ height: 7px;
170
+ min-height: 0;
171
+ min-width: 10px;
172
+ width: auto;
173
+ }
174
+
175
+ /* Rtl support */
176
+ [data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
177
+ right: auto;
178
+ left: 0;
179
+ }
180
+
181
+ .hs-dummy-scrollbar-size {
182
+ direction: rtl;
183
+ position: fixed;
184
+ opacity: 0;
185
+ visibility: hidden;
186
+ height: 500px;
187
+ width: 500px;
188
+ overflow-y: hidden;
189
+ overflow-x: scroll;
190
+ }
assets/css/um-account.css CHANGED
@@ -1,247 +1,247 @@
1
- /*
2
- - Layout
3
- */
4
-
5
- .um-account i {
6
- vertical-align: baseline !important;
7
- }
8
-
9
- .um-account p.um-notice {
10
- margin: 0 0 20px 0 !important;
11
- padding: 12px 15px !important;
12
- }
13
-
14
- .um-account a:focus {
15
- outline: 0 !important; /*removes the dotted border*/
16
- }
17
-
18
- .um-account-side {
19
- float: left;
20
- width: 30%;
21
- padding: 0px;
22
- box-sizing: border-box;
23
- }
24
-
25
- .um-account-main {
26
- float: left;
27
- width: 70%;
28
- padding: 0px 0px 0px 1.5em;
29
- box-sizing: border-box;
30
- }
31
-
32
- .um-account-main a {
33
- border-bottom: none !important;
34
- }
35
-
36
- .um-account-tab {
37
- display: none;
38
- }
39
-
40
- .um-account-tab .um-field .um-field-label {
41
- display: flex;
42
- flex-direction: row;
43
- align-items: baseline;
44
- flex-wrap: nowrap;
45
- justify-content: flex-start;
46
- }
47
-
48
- /*
49
- - Main tab
50
- */
51
-
52
- .um-account-main div.um-account-heading {
53
- display: flex;
54
- flex-wrap: nowrap;
55
- flex-direction: row;
56
- justify-content: flex-start;
57
- align-items: baseline;
58
- margin: 0 !important;
59
- font-size: 18px;
60
- line-height: 18px;
61
- font-weight: bold;
62
- color: #555;
63
- }
64
-
65
- .um-account-main div.um-account-heading i {
66
- margin-right: 10px;
67
- font-size: 26px;
68
- position: relative;
69
- top: 2px;
70
- }
71
-
72
- .um-account-main p {
73
- margin: 20px 0 0 0!important;
74
- padding: 0 !important;
75
- }
76
-
77
- .um-account-main label {
78
- font-size: 15px;
79
- }
80
-
81
- /*
82
- - Account photo
83
- */
84
-
85
- .um-account-meta {
86
- text-align: center;
87
- margin-bottom: 20px;
88
- }
89
-
90
- .um-account-meta img {
91
- margin: 0 !important;
92
- position: static !important;
93
- float: none !important;
94
- display: inline-block;
95
- }
96
-
97
- .um-account-meta.radius-1 img { -moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
98
- .um-account-meta.radius-2 img { -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
99
- .um-account-meta.radius-3 img { -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }
100
-
101
- .um-account-name {
102
- padding-top: 12px;
103
- }
104
-
105
- .um-account-name a {
106
- font-weight: bold;
107
- color: #555;
108
- text-decoration: none !important;
109
- font-size: 18px;
110
- line-height: 1.4em;
111
- }
112
-
113
- .um-account-profile-link a {
114
- font-size: 13px;
115
- font-weight: normal;
116
- }
117
-
118
- /*
119
- - Account nav
120
- */
121
-
122
- .um-account-nav a {
123
- display: block;
124
- height: 44px;
125
- line-height: 44px;
126
- color: #666 !important;
127
- text-decoration: none !important;
128
- position: relative;
129
- padding-left: 40px;
130
- border-bottom: 1px solid #eee !important;
131
- transition: all .2s linear;
132
- font-size: 14px;
133
- }
134
-
135
- .um-account-nav a.current{
136
- font-weight: bold;
137
- }
138
-
139
- .um-account-nav span.arr {
140
- position: absolute;
141
- right: 0;
142
- top: 1px;
143
- font-size: 28px;
144
- }
145
-
146
- .um-account-nav span.ico {
147
- position: absolute;
148
- left: 0;
149
- top: 0;
150
- font-size: 21px;
151
- width: 21px;
152
- text-align: center;
153
- }
154
-
155
- /*
156
- - Account tabs
157
- */
158
-
159
- .um-account-side ul, .um-account-side li {
160
- margin: 0 !important;
161
- padding: 0 !important;
162
- list-style-type: none !important;
163
- }
164
-
165
- .um-account-side li {margin-bottom: 1px !important;background: #eee;}
166
-
167
- .um-account-side li a{
168
- display: block;
169
- padding: 4px 0px;
170
- font-size: 14px;
171
- height: 30px;
172
- line-height: 20px;
173
- color: #999;
174
- position: relative;
175
- }
176
-
177
- .um-account-side li a span.um-account-arrow {
178
- position: absolute;
179
- right: 10px;
180
- top: 6px;
181
- font-size: 26px;
182
- opacity: 0.6;
183
- }
184
-
185
- .um-account-side li a span.um-account-icon,
186
- .um-account-side li a.current span.um-account-icon,
187
- .um-account-side li a.current:hover span.um-account-icon
188
- {
189
- text-align: center;
190
- font-size: 20px;
191
- width: 20px;
192
- height: 30px;
193
- border-right: 1px solid #ccc;
194
- color: #444;
195
- float: left;
196
- padding: 0px 15px;
197
- font-weight: normal !important;
198
- }
199
-
200
- .um-account-side li a span.um-account-icon i {
201
- display: block;
202
- height: 30px;
203
- line-height: 30px;
204
- }
205
-
206
- .um-account-side li a span.um-account-title {
207
- padding-left: 20px;
208
- float: left;
209
- height: 30px;
210
- line-height: 30px;
211
- color: #555;
212
- }
213
-
214
- .um-account-side li a:hover {color: #444; background: #ddd}
215
-
216
- .um-account-side li a.current,
217
- .um-account-side li a.current:hover {
218
- color: #444;
219
- font-weight: bold;
220
- text-decoration: none !important;
221
- }
222
-
223
- .um-field-export_data .um-field-error {
224
- display: none;
225
- }
226
-
227
- .um-field-export_data .um-field-area-response {
228
- display: none;
229
- line-height: 1.5;
230
- padding: 10px 0;
231
- }
232
-
233
- .um-request-button {
234
- display: inline-block;
235
- background-color: #3ba1da;
236
- border-radius: 5px;
237
- color: #fff;
238
- margin: 10px 0 0;
239
- padding: 5px 10px;
240
- text-decoration: none;
241
- }
242
-
243
- .um-request-button:hover {
244
- background-color: #44b0ec;
245
- color: #fff;
246
- text-decoration: none;
247
  }
1
+ /*
2
+ - Layout
3
+ */
4
+
5
+ .um-account i {
6
+ vertical-align: baseline !important;
7
+ }
8
+
9
+ .um-account p.um-notice {
10
+ margin: 0 0 20px 0 !important;
11
+ padding: 12px 15px !important;
12
+ }
13
+
14
+ .um-account a:focus {
15
+ outline: 0 !important; /*removes the dotted border*/
16
+ }
17
+
18
+ .um-account-side {
19
+ float: left;
20
+ width: 30%;
21
+ padding: 0px;
22
+ box-sizing: border-box;
23
+ }
24
+
25
+ .um-account-main {
26
+ float: left;
27
+ width: 70%;
28
+ padding: 0px 0px 0px 1.5em;
29
+ box-sizing: border-box;
30
+ }
31
+
32
+ .um-account-main a {
33
+ border-bottom: none !important;
34
+ }
35
+
36
+ .um-account-tab {
37
+ display: none;
38
+ }
39
+
40
+ .um-account-tab .um-field .um-field-label {
41
+ display: flex;
42
+ flex-direction: row;
43
+ align-items: baseline;
44
+ flex-wrap: nowrap;
45
+ justify-content: flex-start;
46
+ }
47
+
48
+ /*
49
+ - Main tab
50
+ */
51
+
52
+ .um-account-main div.um-account-heading {
53
+ display: flex;
54
+ flex-wrap: nowrap;
55
+ flex-direction: row;
56
+ justify-content: flex-start;
57
+ align-items: baseline;
58
+ margin: 0 !important;
59
+ font-size: 18px;
60
+ line-height: 18px;
61
+ font-weight: bold;
62
+ color: #555;
63
+ }
64
+
65
+ .um-account-main div.um-account-heading i {
66
+ margin-right: 10px;
67
+ font-size: 26px;
68
+ position: relative;
69
+ top: 2px;
70
+ }
71
+
72
+ .um-account-main p {
73
+ margin: 20px 0 0 0!important;
74
+ padding: 0 !important;
75
+ }
76
+
77
+ .um-account-main label {
78
+ font-size: 15px;
79
+ }
80
+
81
+ /*
82
+ - Account photo
83
+ */
84
+
85
+ .um-account-meta {
86
+ text-align: center;
87
+ margin-bottom: 20px;
88
+ }
89
+
90
+ .um-account-meta img {
91
+ margin: 0 !important;
92
+ position: static !important;
93
+ float: none !important;
94
+ display: inline-block;
95
+ }
96
+
97
+ .um-account-meta.radius-1 img { -moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
98
+ .um-account-meta.radius-2 img { -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
99
+ .um-account-meta.radius-3 img { -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }
100
+
101
+ .um-account-name {
102
+ padding-top: 12px;
103
+ }
104
+
105
+ .um-account-name a {
106
+ font-weight: bold;
107
+ color: #555;
108
+ text-decoration: none !important;
109
+ font-size: 18px;
110
+ line-height: 1.4em;
111
+ }
112
+
113
+ .um-account-profile-link a {
114
+ font-size: 13px;
115
+ font-weight: normal;
116
+ }
117
+
118
+ /*
119
+ - Account nav
120
+ */
121
+
122
+ .um-account-nav a {
123
+ display: block;
124
+ height: 44px;
125
+ line-height: 44px;
126
+ color: #666 !important;
127
+ text-decoration: none !important;
128
+ position: relative;
129
+ padding-left: 40px;
130
+ border-bottom: 1px solid #eee !important;
131
+ transition: all .2s linear;
132
+ font-size: 14px;
133
+ }
134
+
135
+ .um-account-nav a.current{
136
+ font-weight: bold;
137
+ }
138
+
139
+ .um-account-nav span.arr {
140
+ position: absolute;
141
+ right: 0;
142
+ top: 1px;
143
+ font-size: 28px;
144
+ }
145
+
146
+ .um-account-nav span.ico {
147
+ position: absolute;
148
+ left: 0;
149
+ top: 0;
150
+ font-size: 21px;
151
+ width: 21px;
152
+ text-align: center;
153
+ }
154
+
155
+ /*
156
+ - Account tabs
157
+ */
158
+
159
+ .um-account-side ul, .um-account-side li {
160
+ margin: 0 !important;
161
+ padding: 0 !important;
162
+ list-style-type: none !important;
163
+ }
164
+
165
+ .um-account-side li {margin-bottom: 1px !important;background: #eee;}
166
+
167
+ .um-account-side li a{
168
+ display: block;
169
+ padding: 4px 0px;
170
+ font-size: 14px;
171
+ height: 30px;
172
+ line-height: 20px;
173
+ color: #999;
174
+ position: relative;
175
+ }
176
+
177
+ .um-account-side li a span.um-account-arrow {
178
+ position: absolute;
179
+ right: 10px;
180
+ top: 6px;
181
+ font-size: 26px;
182
+ opacity: 0.6;
183
+ }
184
+
185
+ .um-account-side li a span.um-account-icon,
186
+ .um-account-side li a.current span.um-account-icon,
187
+ .um-account-side li a.current:hover span.um-account-icon
188
+ {
189
+ text-align: center;
190
+ font-size: 20px;
191
+ width: 20px;
192
+ height: 30px;
193
+ border-right: 1px solid #ccc;
194
+ color: #444;
195
+ float: left;
196
+ padding: 0px 15px;
197
+ font-weight: normal !important;
198
+ }
199
+
200
+ .um-account-side li a span.um-account-icon i {
201
+ display: block;
202
+ height: 30px;
203
+ line-height: 30px;
204
+ }
205
+
206
+ .um-account-side li a span.um-account-title {
207
+ padding-left: 20px;
208
+ float: left;
209
+ height: 30px;
210
+ line-height: 30px;
211
+ color: #555;
212
+ }
213
+
214
+ .um-account-side li a:hover {color: #444; background: #ddd}
215
+
216
+ .um-account-side li a.current,
217
+ .um-account-side li a.current:hover {
218
+ color: #444;
219
+ font-weight: bold;
220
+ text-decoration: none !important;
221
+ }
222
+
223
+ .um-field-export_data .um-field-error {
224
+ display: none;
225
+ }
226
+
227
+ .um-field-export_data .um-field-area-response {
228
+ display: none;
229
+ line-height: 1.5;
230
+ padding: 10px 0;
231
+ }
232
+
233
+ .um-request-button {
234
+ display: inline-block;
235
+ background-color: #3ba1da;
236
+ border-radius: 5px;
237
+ color: #fff;
238
+ margin: 10px 0 0;
239
+ padding: 5px 10px;
240
+ text-decoration: none;
241
+ }
242
+
243
+ .um-request-button:hover {
244
+ background-color: #44b0ec;
245
+ color: #fff;
246
+ text-decoration: none;
247
  }
assets/css/um-crop.css CHANGED
@@ -1,271 +1,271 @@
1
- .cropper-container {
2
- position: relative;
3
- overflow: hidden;
4
-
5
- -webkit-user-select: none;
6
- -moz-user-select: none;
7
- -ms-user-select: none;
8
- user-select: none;
9
-
10
- -webkit-tap-highlight-color: transparent;
11
- -webkit-touch-callout: none;
12
- }
13
-
14
- .cropper-container img {
15
- width: 100%;
16
- height: 100%;
17
- min-width: 0 !important;
18
- min-height: 0 !important;
19
- max-width: none !important;
20
- max-height: none !important;
21
- }
22
-
23
- .cropper-modal,
24
- .cropper-canvas {
25
- position: absolute;
26
- top: 0;
27
- right: 0;
28
- bottom: 0;
29
- left: 0;
30
- }
31
-
32
- .cropper-canvas {
33
- background-color: #fff;
34
- opacity: 0;
35
- filter: alpha(opacity=0);
36
- }
37
-
38
- .cropper-modal {
39
- background-color: #000;
40
- opacity: .5;
41
- filter: alpha(opacity=50);
42
- }
43
-
44
- .cropper-dragger {
45
- position: absolute;
46
- top: 10%;
47
- left: 10%;
48
- width: 80%;
49
- height: 80%;
50
- }
51
-
52
- .cropper-viewer {
53
- display: block;
54
- width: 100%;
55
- height: 100%;
56
- overflow: hidden;
57
- outline-width: 1px;
58
- outline-style: solid;
59
- outline-color: #69f;
60
- outline-color: rgba(51, 102, 255, .75);
61
- }
62
-
63
- .cropper-dashed {
64
- position: absolute;
65
- display: block;
66
- border: 0 dashed #fff;
67
- opacity: .5;
68
- filter: alpha(opacity=50);
69
- }
70
-
71
- .cropper-dashed.dashed-h {
72
- top: 33.3%;
73
- left: 0;
74
- width: 100%;
75
- height: 33.3%;
76
- border-top-width: 1px;
77
- border-bottom-width: 1px;
78
- }
79
-
80
- .cropper-dashed.dashed-v {
81
- top: 0;
82
- left: 33.3%;
83
- width: 33.3%;
84
- height: 100%;
85
- border-right-width: 1px;
86
- border-left-width: 1px;
87
- }
88
-
89
- .cropper-face,
90
- .cropper-line,
91
- .cropper-point {
92
- position: absolute;
93
- display: block;
94
- width: 100%;
95
- height: 100%;
96
- opacity: .1;
97
- filter: alpha(opacity=10);
98
- }
99
-
100
- .cropper-face {
101
- top: 0;
102
- left: 0;
103
- cursor: move;
104
- background-color: #fff;
105
- }
106
-
107
- .cropper-line {
108
- background-color: #69f;
109
- }
110
-
111
- .cropper-line.line-e {
112
- top: 0;
113
- right: -3px;
114
- width: 5px;
115
- cursor: e-resize;
116
- }
117
-
118
- .cropper-line.line-n {
119
- top: -3px;
120
- left: 0;
121
- height: 5px;
122
- cursor: n-resize;
123
- }
124
-
125
- .cropper-line.line-w {
126
- top: 0;
127
- left: -3px;
128
- width: 5px;
129
- cursor: w-resize;
130
- }
131
-
132
- .cropper-line.line-s {
133
- bottom: -3px;
134
- left: 0;
135
- height: 5px;
136
- cursor: s-resize;
137
- }
138
-
139
- .cropper-point {
140
- width: 5px;
141
- height: 5px;
142
- background-color: #69f;
143
- opacity: .75;
144
- filter: alpha(opacity=75);
145
- }
146
-
147
- .cropper-point.point-e {
148
- top: 50%;
149
- right: -3px;
150
- margin-top: -3px;
151
- cursor: e-resize;
152
- }
153
-
154
- .cropper-point.point-n {
155
- top: -3px;
156
- left: 50%;
157
- margin-left: -3px;
158
- cursor: n-resize;
159
- }
160
-
161
- .cropper-point.point-w {
162
- top: 50%;
163
- left: -3px;
164
- margin-top: -3px;
165
- cursor: w-resize;
166
- }
167
-
168
- .cropper-point.point-s {
169
- bottom: -3px;
170
- left: 50%;
171
- margin-left: -3px;
172
- cursor: s-resize;
173
- }
174
-
175
- .cropper-point.point-ne {
176
- top: -3px;
177
- right: -3px;
178
- cursor: ne-resize;
179
- }
180
-
181
- .cropper-point.point-nw {
182
- top: -3px;
183
- left: -3px;
184
- cursor: nw-resize;
185
- }
186
-
187
- .cropper-point.point-sw {
188
- bottom: -3px;
189
- left: -3px;
190
- cursor: sw-resize;
191
- }
192
-
193
- .cropper-point.point-se {
194
- right: -3px;
195
- bottom: -3px;
196
- width: 20px;
197
- height: 20px;
198
- cursor: se-resize;
199
- opacity: 1;
200
- filter: alpha(opacity=100);
201
- }
202
-
203
- .cropper-point.point-se:before {
204
- position: absolute;
205
- right: -50%;
206
- bottom: -50%;
207
- display: block;
208
- width: 200%;
209
- height: 200%;
210
- content: " ";
211
- background-color: #69f;
212
- opacity: 0;
213
- filter: alpha(opacity=0);
214
- }
215
-
216
- @media (min-width: 768px) {
217
- .cropper-point.point-se {
218
- width: 15px;
219
- height: 15px;
220
- }
221
- }
222
-
223
- @media (min-width: 992px) {
224
- .cropper-point.point-se {
225
- width: 10px;
226
- height: 10px;
227
- }
228
- }
229
-
230
- @media (min-width: 1200px) {
231
- .cropper-point.point-se {
232
- width: 5px;
233
- height: 5px;
234
- opacity: .75;
235
- filter: alpha(opacity=75);
236
- }
237
- }
238
-
239
- /* Helper classes for JavaScript */
240
-
241
- .cropper-hidden {
242
- display: none !important;
243
- }
244
-
245
- .cropper-invisible {
246
- position: fixed;
247
- top: 0;
248
- left: 0;
249
- z-index: -1;
250
- width: auto !important;
251
- max-width: none !important;
252
- height: auto !important;
253
- max-height: none !important;
254
- opacity: 0;
255
- filter: alpha(opacity=0);
256
- }
257
-
258
- .cropper-move {
259
- cursor: move;
260
- }
261
-
262
- .cropper-crop {
263
- cursor: crosshair;
264
- }
265
-
266
- .cropper-disabled .cropper-canvas,
267
- .cropper-disabled .cropper-face,
268
- .cropper-disabled .cropper-line,
269
- .cropper-disabled .cropper-point {
270
- cursor: not-allowed;
271
- }
1
+ .cropper-container {
2
+ position: relative;
3
+ overflow: hidden;
4
+
5
+ -webkit-user-select: none;
6
+ -moz-user-select: none;
7
+ -ms-user-select: none;
8
+ user-select: none;
9
+
10
+ -webkit-tap-highlight-color: transparent;
11
+ -webkit-touch-callout: none;
12
+ }
13
+
14
+ .cropper-container img {
15
+ width: 100%;
16
+ height: 100%;
17
+ min-width: 0 !important;
18
+ min-height: 0 !important;
19
+ max-width: none !important;
20
+ max-height: none !important;
21
+ }
22
+
23
+ .cropper-modal,
24
+ .cropper-canvas {
25
+ position: absolute;
26
+ top: 0;
27
+ right: 0;
28
+ bottom: 0;
29
+ left: 0;
30
+ }
31
+
32
+ .cropper-canvas {
33
+ background-color: #fff;
34
+ opacity: 0;
35
+ filter: alpha(opacity=0);
36
+ }
37
+
38
+ .cropper-modal {
39
+ background-color: #000;
40
+ opacity: .5;
41
+ filter: alpha(opacity=50);
42
+ }
43
+
44
+ .cropper-dragger {
45
+ position: absolute;
46
+ top: 10%;
47
+ left: 10%;
48
+ width: 80%;
49
+ height: 80%;
50
+ }
51
+
52
+ .cropper-viewer {
53
+ display: block;
54
+ width: 100%;
55
+ height: 100%;
56
+ overflow: hidden;
57
+ outline-width: 1px;
58
+ outline-style: solid;
59
+ outline-color: #69f;
60
+ outline-color: rgba(51, 102, 255, .75);
61
+ }
62
+
63
+ .cropper-dashed {
64
+ position: absolute;
65
+ display: block;
66
+ border: 0 dashed #fff;
67
+ opacity: .5;
68
+ filter: alpha(opacity=50);
69
+ }
70
+
71
+ .cropper-dashed.dashed-h {
72
+ top: 33.3%;
73
+ left: 0;
74
+ width: 100%;
75
+ height: 33.3%;
76
+ border-top-width: 1px;
77
+ border-bottom-width: 1px;
78
+ }
79
+
80
+ .cropper-dashed.dashed-v {
81
+ top: 0;
82
+ left: 33.3%;
83
+ width: 33.3%;
84
+ height: 100%;
85
+ border-right-width: 1px;
86
+ border-left-width: 1px;
87
+ }
88
+
89
+ .cropper-face,
90
+ .cropper-line,
91
+ .cropper-point {
92
+ position: absolute;
93
+ display: block;
94
+ width: 100%;
95
+ height: 100%;
96
+ opacity: .1;
97
+ filter: alpha(opacity=10);
98
+ }
99
+
100
+ .cropper-face {
101
+ top: 0;
102
+ left: 0;
103
+ cursor: move;
104
+ background-color: #fff;
105
+ }
106
+
107
+ .cropper-line {
108
+ background-color: #69f;
109
+ }
110
+
111
+ .cropper-line.line-e {
112
+ top: 0;
113
+ right: -3px;
114
+ width: 5px;
115
+ cursor: e-resize;
116
+ }
117
+
118
+ .cropper-line.line-n {
119
+ top: -3px;
120
+ left: 0;
121
+ height: 5px;
122
+ cursor: n-resize;
123
+ }
124
+
125
+ .cropper-line.line-w {
126
+ top: 0;
127
+ left: -3px;
128
+ width: 5px;
129
+ cursor: w-resize;
130
+ }
131
+
132
+ .cropper-line.line-s {
133
+ bottom: -3px;
134
+ left: 0;
135
+ height: 5px;
136
+ cursor: s-resize;
137
+ }
138
+
139
+ .cropper-point {
140
+ width: 5px;
141
+ height: 5px;
142
+ background-color: #69f;
143
+ opacity: .75;
144
+ filter: alpha(opacity=75);
145
+ }
146
+
147
+ .cropper-point.point-e {
148
+ top: 50%;
149
+ right: -3px;
150
+ margin-top: -3px;
151
+ cursor: e-resize;
152
+ }
153
+
154
+ .cropper-point.point-n {
155
+ top: -3px;
156
+ left: 50%;
157
+ margin-left: -3px;
158
+ cursor: n-resize;
159
+ }
160
+
161
+ .cropper-point.point-w {
162
+ top: 50%;
163
+ left: -3px;
164
+ margin-top: -3px;
165
+ cursor: w-resize;
166
+ }
167
+
168
+ .cropper-point.point-s {
169
+ bottom: -3px;
170
+ left: 50%;
171
+ margin-left: -3px;
172
+ cursor: s-resize;
173
+ }
174
+
175
+ .cropper-point.point-ne {
176
+ top: -3px;
177
+ right: -3px;
178
+ cursor: ne-resize;
179
+ }
180
+
181
+ .cropper-point.point-nw {
182
+ top: -3px;
183
+ left: -3px;
184
+ cursor: nw-resize;
185
+ }
186
+
187
+ .cropper-point.point-sw {
188
+ bottom: -3px;
189
+ left: -3px;
190
+ cursor: sw-resize;
191
+ }
192
+
193
+ .cropper-point.point-se {
194
+ right: -3px;
195
+ bottom: -3px;
196
+ width: 20px;
197
+ height: 20px;
198
+ cursor: se-resize;
199
+ opacity: 1;
200
+ filter: alpha(opacity=100);
201
+ }
202
+
203
+ .cropper-point.point-se:before {
204
+ position: absolute;
205
+ right: -50%;
206
+ bottom: -50%;
207
+ display: block;
208
+ width: 200%;
209
+ height: 200%;
210
+ content: " ";
211
+ background-color: #69f;
212
+ opacity: 0;
213
+ filter: alpha(opacity=0);
214
+ }
215
+
216
+ @media (min-width: 768px) {
217
+ .cropper-point.point-se {
218
+ width: 15px;
219
+ height: 15px;
220
+ }
221
+ }
222
+
223
+ @media (min-width: 992px) {
224
+ .cropper-point.point-se {
225
+ width: 10px;
226
+ height: 10px;
227
+ }
228
+ }
229
+
230
+ @media (min-width: 1200px) {
231
+ .cropper-point.point-se {
232
+ width: 5px;
233
+ height: 5px;
234
+ opacity: .75;
235
+ filter: alpha(opacity=75);
236
+ }
237
+ }
238
+
239
+ /* Helper classes for JavaScript */
240
+
241
+ .cropper-hidden {
242
+ display: none !important;
243
+ }
244
+
245
+ .cropper-invisible {
246
+ position: fixed;
247
+ top: 0;
248
+ left: 0;
249
+ z-index: -1;
250
+ width: auto !important;
251
+ max-width: none !important;
252
+ height: auto !important;
253
+ max-height: none !important;
254
+ opacity: 0;
255
+ filter: alpha(opacity=0);
256
+ }
257
+
258
+ .cropper-move {
259
+ cursor: move;
260
+ }
261
+
262
+ .cropper-crop {
263
+ cursor: crosshair;
264
+ }
265
+
266
+ .cropper-disabled .cropper-canvas,
267
+ .cropper-disabled .cropper-face,
268
+ .cropper-disabled .cropper-line,
269
+ .cropper-disabled .cropper-point {
270
+ cursor: not-allowed;
271
+ }
assets/css/um-fileupload.css CHANGED
@@ -1,201 +1,201 @@
1
- /*
2
- - image preview
3
- */
4
-
5
- .um .um-single-image-preview,
6
- .um .um-single-file-preview {
7
- margin-bottom: 20px;
8
- }
9
-
10
- .um .um-single-image-preview > img {
11
- max-height: 300px;
12
- display: inline-block;
13
- overflow: hidden;
14
- margin: auto;
15
- -moz-border-radius: 3px;
16
- -webkit-border-radius: 3px;
17
- border-radius: 3px;
18
- }
19
-
20
- .um-single-image-preview,
21
- .um-single-file-preview {
22
- display: none;
23
- text-align: center;
24
- position: relative;
25
- }
26
-
27
- .um-single-image-preview.show,
28
- .um-single-file-preview.show {display: block}
29
-
30
- .um-single-image-preview > img {
31
- max-width: 100%;
32
- max-height: inherit;
33
- }
34
-
35
- .um-single-image-preview a.cancel,
36
- .um-single-file-preview a.cancel {
37
- position: absolute;
38
- top: -15px;
39
- right: -15px;
40
- width: 30px;
41
- height: 30px;
42
- -moz-border-radius: 999px;
43
- -webkit-border-radius: 999px;
44
- border-radius: 999px;
45
- background: #ddd;
46
- cursor: pointer;
47
- text-decoration: none !important;
48
- z-index: 666;
49
- opacity: 0.75;
50
- }
51
-
52
- .um-single-image-preview a.cancel i,
53
- .um-single-file-preview a.cancel i {
54
- font-size: 16px;
55
- color: #888;
56
- position: relative;
57
- display: block;
58
- width: 100%;
59
- height: 100%;
60
- line-height: 30px;
61
- overflow: hidden;
62
- }
63
- .um-single-image-preview a.cancel i:before,
64
- .um-single-file-preview a.cancel i:before{line-height:inherit}
65
-
66
- /*
67
- - file info
68
- */
69
-
70
- .um-single-fileinfo {
71
- padding: 26px 0 20px 0;
72
- display: inline-block;
73
- max-width: 100%;
74
- }
75
-
76
- .um-single-fileinfo span.icon {
77
- font-size: 40px;
78
- display: inline-block;
79
- width: 100px;
80
- height: 70px;
81
- -moz-border-radius: 3px;
82
- -webkit-border-radius: 3px;
83
- border-radius: 3px;
84
- background-color: #666;
85
- color: #fff !important;
86
- }
87
- .um-single-fileinfo span.icon i {
88
- display: block;
89
- height: 70px;
90
- line-height: 70px;
91
- overflow: hidden;
92
- }
93
- .um-single-fileinfo span.icon i:before{line-height:inherit}
94
-
95
- .um-single-fileinfo span.filename {
96
- display: block;
97
- font-size: 16px;
98
- color: #888;
99
- padding-top: 5px;
100
- }
101
-
102
- .um-single-fileinfo a {
103
- text-decoration: none !important;
104
- opacity: 0.9;
105
- }
106
- .um-single-fileinfo a:hover {
107
- opacity: 1
108
- }
109
-
110
- /*
111
- - upload progress
112
- */
113
-
114
- div.um-modal .upload-statusbar {
115
- margin: 20px 0 0 0;
116
- }
117
-
118
- div.um-modal .upload-filename {
119
- display: none !important;
120
- }
121
-
122
- div.um-modal .upload-progress {
123
- position: relative;
124
- width: 100%;
125
- box-sizing: border-box;
126
- }
127
-
128
- div.um-modal .upload-bar {
129
- width: 0;
130
- height: 10px;
131
- color: #666;
132
- background: #7ACF58;
133
- -moz-border-radius: 3px;
134
- -webkit-border-radius: 3px;
135
- border-radius: 3px;
136
- }
137
-
138
- /*
139
- - drag and drop area
140
- */
141
-
142
- div.um-modal .ajax-upload-dragdrop {
143
- width: 100%;
144
- text-align: center;
145
- vertical-align:middle;
146
- padding: 20px;
147
- box-sizing: border-box;
148
- border: 2px dashed #ddd;
149
- -moz-border-radius: 3px;
150
- -webkit-border-radius: 3px;
151
- border-radius: 3px;
152
- font-size: 18px;
153
- line-height: 1em;
154
- }
155
-
156
- div.um-modal .ajax-upload-dragdrop span.str {
157
- display: block;
158
- margin: 0 0 15px 0;
159
- }
160
-
161
- div.um-modal .ajax-upload-dragdrop span.icon {
162
- display: block;
163
- font-size: 80px;
164
- line-height: 80px;
165
- vertical-align: middle;
166
- margin-bottom: 10px;
167
- }
168
-
169
- div.um-modal .ajax-upload-dragdrop span.help {
170
- display: block;
171
- font-size: 14px;
172
- color: #aaa;
173
- margin: 0 0 12px 0;
174
- }
175
-
176
- /*
177
- - upload button
178
- */
179
-
180
- div.um-modal .upload {
181
- cursor: pointer !important;
182
- line-height: 34px !important;
183
- height: 34px;
184
- display: inline-block;
185
- text-decoration: none;
186
- -moz-border-radius: 3px;
187
- -webkit-border-radius: 3px;
188
- border-radius: 3px;
189
- padding: 0 20px;
190
- color: #fff;
191
- vertical-align: middle;
192
- font-size: 14px;
193
- box-sizing: border-box;
194
- transition: 0.2s;
195
- }
196
-
197
- div.um-modal .upload:hover {
198
- background: #44b0ec;
199
- }
200
-
201
  .um-modal input[type="file"]::-webkit-file-upload-button { cursor: pointer }
1
+ /*
2
+ - image preview
3
+ */
4
+
5
+ .um .um-single-image-preview,
6
+ .um .um-single-file-preview {
7
+ margin-bottom: 20px;
8
+ }
9
+
10
+ .um .um-single-image-preview > img {
11
+ max-height: 300px;
12
+ display: inline-block;
13
+ overflow: hidden;
14
+ margin: auto;
15
+ -moz-border-radius: 3px;
16
+ -webkit-border-radius: 3px;
17
+ border-radius: 3px;
18
+ }
19
+
20
+ .um-single-image-preview,
21
+ .um-single-file-preview {
22
+ display: none;
23
+ text-align: center;
24
+ position: relative;
25
+ }
26
+
27
+ .um-single-image-preview.show,
28
+ .um-single-file-preview.show {display: block}
29
+
30
+ .um-single-image-preview > img {
31
+ max-width: 100%;
32
+ max-height: inherit;
33
+ }
34
+
35
+ .um-single-image-preview a.cancel,
36
+ .um-single-file-preview a.cancel {
37
+ position: absolute;
38
+ top: -15px;
39
+ right: -15px;
40
+ width: 30px;
41
+ height: 30px;
42
+ -moz-border-radius: 999px;
43
+ -webkit-border-radius: 999px;
44
+ border-radius: 999px;
45
+ background: #ddd;
46
+ cursor: pointer;
47
+ text-decoration: none !important;
48
+ z-index: 666;
49
+ opacity: 0.75;
50
+ }
51
+
52
+ .um-single-image-preview a.cancel i,
53
+ .um-single-file-preview a.cancel i {
54
+ font-size: 16px;
55
+ color: #888;
56
+ position: relative;
57
+ display: block;
58
+ width: 100%;
59
+ height: 100%;
60
+ line-height: 30px;
61
+ overflow: hidden;
62
+ }
63
+ .um-single-image-preview a.cancel i:before,
64
+ .um-single-file-preview a.cancel i:before{line-height:inherit}
65
+
66
+ /*
67
+ - file info
68
+ */
69
+
70
+ .um-single-fileinfo {
71
+ padding: 26px 0 20px 0;
72
+ display: inline-block;
73
+ max-width: 100%;
74
+ }
75
+
76
+ .um-single-fileinfo span.icon {
77
+ font-size: 40px;
78
+ display: inline-block;
79
+ width: 100px;
80
+ height: 70px;
81
+ -moz-border-radius: 3px;
82
+ -webkit-border-radius: 3px;
83
+ border-radius: 3px;
84
+ background-color: #666;
85
+ color: #fff !important;
86
+ }
87
+ .um-single-fileinfo span.icon i {
88
+ display: block;
89
+ height: 70px;
90
+ line-height: 70px;
91
+ overflow: hidden;
92
+ }
93
+ .um-single-fileinfo span.icon i:before{line-height:inherit}
94
+
95
+ .um-single-fileinfo span.filename {
96
+ display: block;
97
+ font-size: 16px;
98
+ color: #888;
99
+ padding-top: 5px;
100
+ }
101
+
102
+ .um-single-fileinfo a {
103
+ text-decoration: none !important;
104
+ opacity: 0.9;
105
+ }
106
+ .um-single-fileinfo a:hover {
107
+ opacity: 1
108
+ }
109
+
110
+ /*
111
+ - upload progress
112
+ */
113
+
114
+ div.um-modal .upload-statusbar {
115
+ margin: 20px 0 0 0;
116
+ }
117
+
118
+ div.um-modal .upload-filename {
119
+ display: none !important;
120
+ }
121
+
122
+ div.um-modal .upload-progress {
123
+ position: relative;
124
+ width: 100%;
125
+ box-sizing: border-box;
126
+ }
127
+
128
+ div.um-modal .upload-bar {
129
+ width: 0;
130
+ height: 10px;
131
+ color: #666;
132
+ background: #7ACF58;
133
+ -moz-border-radius: 3px;
134
+ -webkit-border-radius: 3px;
135
+ border-radius: 3px;
136
+ }
137
+
138
+ /*
139
+ - drag and drop area
140
+ */
141
+
142
+ div.um-modal .ajax-upload-dragdrop {
143
+ width: 100%;
144
+ text-align: center;
145
+ vertical-align:middle;
146
+ padding: 20px;
147
+ box-sizing: border-box;
148
+ border: 2px dashed #ddd;
149
+ -moz-border-radius: 3px;
150
+ -webkit-border-radius: 3px;
151
+ border-radius: 3px;
152
+ font-size: 18px;
153
+ line-height: 1em;
154
+ }
155
+
156
+ div.um-modal .ajax-upload-dragdrop span.str {
157
+ display: block;
158
+ margin: 0 0 15px 0;
159
+ }
160
+
161
+ div.um-modal .ajax-upload-dragdrop span.icon {
162
+ display: block;
163
+ font-size: 80px;
164
+ line-height: 80px;
165
+ vertical-align: middle;
166
+ margin-bottom: 10px;
167
+ }
168
+
169
+ div.um-modal .ajax-upload-dragdrop span.help {
170
+ display: block;
171
+ font-size: 14px;
172
+ color: #aaa;
173
+ margin: 0 0 12px 0;
174
+ }
175
+
176
+ /*
177
+ - upload button
178
+ */
179
+
180
+ div.um-modal .upload {
181
+ cursor: pointer !important;
182
+ line-height: 34px !important;
183
+ height: 34px;
184
+ display: inline-block;
185
+ text-decoration: none;
186
+ -moz-border-radius: 3px;
187
+ -webkit-border-radius: 3px;
188
+ border-radius: 3px;
189
+ padding: 0 20px;
190
+ color: #fff;
191
+ vertical-align: middle;
192
+ font-size: 14px;
193
+ box-sizing: border-box;
194
+ transition: 0.2s;
195
+ }
196
+
197
+ div.um-modal .upload:hover {
198
+ background: #44b0ec;
199
+ }
200
+
201
  .um-modal input[type="file"]::-webkit-file-upload-button { cursor: pointer }
assets/css/um-fonticons-fa.css CHANGED
@@ -1,1582 +1,1582 @@
1
- @charset "UTF-8";
2
-
3
- @font-face {
4
- font-family: "FontAwesome";
5
- src:url("../font/fontawesome-webfont.eot?v=4.2.0");
6
- src:url("../font/fontawesome-webfont.eot?v=4.2.0#iefix") format("embedded-opentype"),
7
- url("../font/fontawesome-webfont.woff?v=4.2.0") format("woff"),
8
- url("../font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
9
- url("../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
10
- font-display: swap;
11
- font-weight: normal;
12
- font-style: normal;
13
- }
14
-
15
- [class^="um-faicon-"]:before,
16
- [class*=" um-faicon-"]:before {
17
- font-family: "FontAwesome" !important;
18
- font-style: normal !important;
19
- font-weight: normal !important;
20
- font-variant: normal !important;
21
- text-transform: none !important;
22
- speak: none;
23
- line-height: 1;
24
- -webkit-font-smoothing: antialiased;
25
- -moz-osx-font-smoothing: grayscale;
26
- }
27
-
28
- .um-faicon-sticky-note:before {
29
- content: "\f249";
30
- }
31
- .um-faicon-glass:before {
32
- content: "\f000";
33
- }
34
- .um-faicon-music:before {
35
- content: "\f001";
36
- }
37
- .um-faicon-search:before {
38
- content: "\f002";
39
- }
40
- .um-faicon-envelope-o:before {
41
- content: "\f003";
42
- }
43
- .um-faicon-heart:before {
44
- content: "\f004";
45
- }
46
- .um-faicon-star:before {
47
- content: "\f005";
48
- }
49
- .um-faicon-star-o:before {
50
- content: "\f006";
51
- }
52
- .um-faicon-user:before {
53
- content: "\f007";
54
- }
55
- .um-faicon-film:before {
56
- content: "\f008";
57
- }
58
- .um-faicon-th-large:before {
59
- content: "\f009";
60
- }
61
- .um-faicon-th:before {
62
- content: "\f00a";
63
- }
64
- .um-faicon-th-list:before {
65
- content: "\f00b";
66
- }
67
- .um-faicon-check:before {
68
- content: "\f00c";
69
- }
70
- .um-faicon-remove:before,
71
- .um-faicon-close:before,
72
- .um-faicon-times:before {
73
- content: "\f00d";
74
- }
75
- .um-faicon-search-plus:before {
76
- content: "\f00e";
77
- }
78
- .um-faicon-search-minus:before {
79
- content: "\f010";
80
- }
81
- .um-faicon-power-off:before {
82
- content: "\f011";
83
- }
84
- .um-faicon-signal:before {
85
- content: "\f012";
86
- }
87
- .um-faicon-gear:before,
88
- .um-faicon-cog:before {
89
- content: "\f013";
90
- }
91
- .um-faicon-trash-o:before {
92
- content: "\f014";
93
- }
94
- .um-faicon-home:before {
95
- content: "\f015";
96
- }
97
- .um-faicon-file-o:before {
98
- content: "\f016";
99
- }
100
- .um-faicon-clock-o:before {
101
- content: "\f017";
102
- }
103
- .um-faicon-road:before {
104
- content: "\f018";
105
- }
106
- .um-faicon-download:before {
107
- content: "\f019";
108
- }
109
- .um-faicon-arrow-circle-o-down:before {
110
- content: "\f01a";
111
- }
112
- .um-faicon-arrow-circle-o-up:before {
113
- content: "\f01b";
114
- }
115
- .um-faicon-inbox:before {
116
- content: "\f01c";
117
- }
118
- .um-faicon-play-circle-o:before {
119
- content: "\f01d";
120
- }
121
- .um-faicon-rotate-right:before,
122
- .um-faicon-repeat:before {
123
- content: "\f01e";
124
- }
125
- .um-faicon-refresh:before {
126
- content: "\f021";
127
- }
128
- .um-faicon-list-alt:before {
129
- content: "\f022";
130
- }
131
- .um-faicon-lock:before {
132
- content: "\f023";
133
- }
134
- .um-faicon-flag:before {
135
- content: "\f024";
136
- }
137
- .um-faicon-headphones:before {
138
- content: "\f025";
139
- }
140
- .um-faicon-volume-off:before {
141
- content: "\f026";
142
- }
143
- .um-faicon-volume-down:before {
144
- content: "\f027";
145
- }
146
- .um-faicon-volume-up:before {
147
- content: "\f028";
148
- }
149
- .um-faicon-qrcode:before {
150
- content: "\f029";
151
- }
152
- .um-faicon-barcode:before {
153
- content: "\f02a";
154
- }
155
- .um-faicon-tag:before {
156
- content: "\f02b";
157
- }
158
- .um-faicon-tags:before {
159
- content: "\f02c";
160
- }
161
- .um-faicon-book:before {
162
- content: "\f02d";
163
- }
164
- .um-faicon-bookmark:before {
165
- content: "\f02e";
166
- }
167
- .um-faicon-print:before {
168
- content: "\f02f";
169
- }
170
- .um-faicon-camera:before {
171
- content: "\f030";
172
- }
173
- .um-faicon-font:before {
174
- content: "\f031";
175
- }
176
- .um-faicon-bold:before {
177
- content: "\f032";
178
- }
179
- .um-faicon-italic:before {
180
- content: "\f033";
181
- }
182
- .um-faicon-text-height:before {
183
- content: "\f034";
184
- }
185
- .um-faicon-text-width:before {
186
- content: "\f035";
187
- }
188
- .um-faicon-align-left:before {
189
- content: "\f036";
190
- }
191
- .um-faicon-align-center:before {
192
- content: "\f037";
193
- }
194
- .um-faicon-align-right:before {
195
- content: "\f038";
196
- }
197
- .um-faicon-align-justify:before {
198
- content: "\f039";
199
- }
200
- .um-faicon-list:before {
201
- content: "\f03a";
202
- }
203
- .um-faicon-dedent:before,
204
- .um-faicon-outdent:before {
205
- content: "\f03b";
206
- }
207
- .um-faicon-indent:before {
208
- content: "\f03c";
209
- }
210
- .um-faicon-video-camera:before {
211
- content: "\f03d";
212
- }
213
- .um-faicon-photo:before,
214
- .um-faicon-image:before,
215
- .um-faicon-picture-o:before {
216
- content: "\f03e";
217
- }
218
- .um-faicon-pencil:before {
219
- content: "\f040";
220
- }
221
- .um-faicon-map-marker:before {
222
- content: "\f041";
223
- }
224
- .um-faicon-adjust:before {
225
- content: "\f042";
226
- }
227
- .um-faicon-tint:before {
228
- content: "\f043";
229
- }
230
- .um-faicon-edit:before,
231
- .um-faicon-pencil-square-o:before {
232
- content: "\f044";
233
- }
234
- .um-faicon-share-square-o:before {
235
- content: "\f045";
236
- }
237
- .um-faicon-check-square-o:before {
238
- content: "\f046";
239
- }
240
- .um-faicon-arrows:before {
241
- content: "\f047";
242
- }
243
- .um-faicon-step-backward:before {
244
- content: "\f048";
245
- }
246
- .um-faicon-fast-backward:before {
247
- content: "\f049";
248
- }
249
- .um-faicon-backward:before {
250
- content: "\f04a";
251
- }
252
- .um-faicon-play:before {
253
- content: "\f04b";
254
- }
255
- .um-faicon-pause:before {
256
- content: "\f04c";
257
- }
258
- .um-faicon-stop:before {
259
- content: "\f04d";
260
- }
261
- .um-faicon-forward:before {
262
- content: "\f04e";
263
- }
264
- .um-faicon-fast-forward:before {
265
- content: "\f050";
266
- }
267
- .um-faicon-step-forward:before {
268
- content: "\f051";
269
- }
270
- .um-faicon-eject:before {
271
- content: "\f052";
272
- }
273
- .um-faicon-chevron-left:before {
274
- content: "\f053";
275
- }
276
- .um-faicon-chevron-right:before {
277
- content: "\f054";
278
- }
279
- .um-faicon-plus-circle:before {
280
- content: "\f055";
281
- }
282
- .um-faicon-minus-circle:before {
283
- content: "\f056";
284
- }
285
- .um-faicon-times-circle:before {
286
- content: "\f057";
287
- }
288
- .um-faicon-check-circle:before {
289
- content: "\f058";
290
- }
291
- .um-faicon-question-circle:before {
292
- content: "\f059";
293
- }
294
- .um-faicon-info-circle:before {
295
- content: "\f05a";
296
- }
297
- .um-faicon-crosshairs:before {
298
- content: "\f05b";
299
- }
300
- .um-faicon-times-circle-o:before {
301
- content: "\f05c";
302
- }
303
- .um-faicon-check-circle-o:before {
304
- content: "\f05d";
305
- }
306
- .um-faicon-ban:before {
307
- content: "\f05e";
308
- }
309
- .um-faicon-arrow-left:before {
310
- content: "\f060";
311
- }
312
- .um-faicon-arrow-right:before {
313
- content: "\f061";
314
- }
315
- .um-faicon-arrow-up:before {
316
- content: "\f062";
317
- }
318
- .um-faicon-arrow-down:before {
319
- content: "\f063";
320
- }
321
- .um-faicon-mail-forward:before,
322
- .um-faicon-share:before {
323
- content: "\f064";
324
- }
325
- .um-faicon-expand:before {
326
- content: "\f065";
327
- }
328
- .um-faicon-compress:before {
329
- content: "\f066";
330
- }
331
- .um-faicon-plus:before {
332
- content: "\f067";
333
- }
334
- .um-faicon-minus:before {
335
- content: "\f068";
336
- }
337
- .um-faicon-asterisk:before {
338
- content: "\f069";
339
- }
340
- .um-faicon-exclamation-circle:before {
341
- content: "\f06a";
342
- }
343
- .um-faicon-gift:before {
344
- content: "\f06b";
345
- }
346
- .um-faicon-leaf:before {
347
- content: "\f06c";
348
- }
349
- .um-faicon-fire:before {
350
- content: "\f06d";
351
- }
352
- .um-faicon-eye:before {
353
- content: "\f06e";
354
- }
355
- .um-faicon-eye-slash:before {
356
- content: "\f070";
357
- }
358
- .um-faicon-warning:before,
359
- .um-faicon-exclamation-triangle:before {
360
- content: "\f071";
361
- }
362
- .um-faicon-plane:before {
363
- content: "\f072";
364
- }
365
- .um-faicon-calendar:before {
366
- content: "\f073";
367
- }
368
- .um-faicon-random:before {
369
- content: "\f074";
370
- }
371
- .um-faicon-comment:before {
372
- content: "\f075";
373
- }
374
- .um-faicon-magnet:before {
375
- content: "\f076";
376
- }
377
- .um-faicon-chevron-up:before {
378
- content: "\f077";
379
- }
380
- .um-faicon-chevron-down:before {
381
- content: "\f078";
382
- }
383
- .um-faicon-retweet:before {
384
- content: "\f079";
385
- }
386
- .um-faicon-shopping-cart:before {
387
- content: "\f07a";
388
- }
389
- .um-faicon-folder:before {
390
- content: "\f07b";
391
- }
392
- .um-faicon-folder-open:before {
393
- content: "\f07c";
394
- }
395
- .um-faicon-arrows-v:before {
396
- content: "\f07d";
397
- }
398
- .um-faicon-arrows-h:before {
399
- content: "\f07e";
400
- }
401
- .um-faicon-bar-chart-o:before,
402
- .um-faicon-bar-chart:before {
403
- content: "\f080";
404
- }
405
- .um-faicon-twitter-square:before {
406
- content: "\f081";
407
- }
408
- .um-faicon-facebook-square:before {
409
- content: "\f082";
410
- }
411
- .um-faicon-camera-retro:before {
412
- content: "\f083";
413
- }
414
- .um-faicon-key:before {
415
- content: "\f084";
416
- }
417
- .um-faicon-gears:before,
418
- .um-faicon-cogs:before {
419
- content: "\f085";
420
- }
421
- .um-faicon-comments:before {
422
- content: "\f086";
423
- }
424
- .um-faicon-thumbs-o-up:before {
425
- content: "\f087";
426
- }
427
- .um-faicon-thumbs-o-down:before {
428
- content: "\f088";
429
- }
430
- .um-faicon-star-half:before {
431
- content: "\f089";
432
- }
433
- .um-faicon-heart-o:before {
434
- content: "\f08a";
435
- }
436
- .um-faicon-sign-out:before {
437
- content: "\f08b";
438
- }
439
- .um-faicon-linkedin-square:before {
440
- content: "\f08c";
441
- }
442
- .um-faicon-thumb-tack:before {
443
- content: "\f08d";
444
- }
445
- .um-faicon-external-link:before {
446
- content: "\f08e";
447
- }
448
- .um-faicon-sign-in:before {
449
- content: "\f090";
450
- }
451
- .um-faicon-trophy:before {
452
- content: "\f091";
453
- }
454
- .um-faicon-github-square:before {
455
- content: "\f092";
456
- }
457
- .um-faicon-upload:before {
458
- content: "\f093";
459
- }
460
- .um-faicon-lemon-o:before {
461
- content: "\f094";
462
- }
463
- .um-faicon-phone:before {
464
- content: "\f095";
465
- }
466
- .um-faicon-square-o:before {
467
- content: "\f096";
468
- }
469
- .um-faicon-bookmark-o:before {
470
- content: "\f097";
471
- }
472
- .um-faicon-phone-square:before {
473
- content: "\f098";
474
- }
475
- .um-faicon-twitter:before {
476
- content: "\f099";
477
- }
478
- .um-faicon-facebook:before {
479
- content: "\f09a";
480
- }
481
- .um-faicon-github:before {
482
- content: "\f09b";
483
- }
484
- .um-faicon-unlock:before {
485
- content: "\f09c";
486
- }
487
- .um-faicon-credit-card:before {
488
- content: "\f09d";
489
- }
490
- .um-faicon-rss:before {
491
- content: "\f09e";
492
- }
493
- .um-faicon-hdd-o:before {
494
- content: "\f0a0";
495
- }
496
- .um-faicon-bullhorn:before {
497
- content: "\f0a1";
498
- }
499
- .um-faicon-bell:before {
500
- content: "\f0f3";
501
- }
502
- .um-faicon-certificate:before {
503
- content: "\f0a3";
504
- }
505
- .um-faicon-hand-o-right:before {
506
- content: "\f0a4";
507
- }
508
- .um-faicon-hand-o-left:before {
509
- content: "\f0a5";
510
- }
511
- .um-faicon-hand-o-up:before {
512
- content: "\f0a6";
513
- }
514
- .um-faicon-hand-o-down:before {
515
- content: "\f0a7";
516
- }
517
- .um-faicon-arrow-circle-left:before {
518
- content: "\f0a8";
519
- }
520
- .um-faicon-arrow-circle-right:before {
521
- content: "\f0a9";
522
- }
523
- .um-faicon-arrow-circle-up:before {
524
- content: "\f0aa";
525
- }
526
- .um-faicon-arrow-circle-down:before {
527
- content: "\f0ab";
528
- }
529
- .um-faicon-globe:before {
530
- content: "\f0ac";
531
- }
532
- .um-faicon-wrench:before {
533
- content: "\f0ad";
534
- }
535
- .um-faicon-tasks:before {
536
- content: "\f0ae";
537
- }
538
- .um-faicon-filter:before {
539
- content: "\f0b0";
540
- }
541
- .um-faicon-briefcase:before {
542
- content: "\f0b1";
543
- }
544
- .um-faicon-arrows-alt:before {
545
- content: "\f0b2";
546
- }
547
- .um-faicon-group:before,
548
- .um-faicon-users:before {
549
- content: "\f0c0";
550
- }
551
- .um-faicon-chain:before,
552
- .um-faicon-link:before {
553
- content: "\f0c1";
554
- }
555
- .um-faicon-cloud:before {
556
- content: "\f0c2";
557
- }
558
- .um-faicon-flask:before {
559
- content: "\f0c3";
560
- }
561
- .um-faicon-cut:before,
562
- .um-faicon-scissors:before {
563
- content: "\f0c4";
564
- }
565
- .um-faicon-copy:before,
566
- .um-faicon-files-o:before {
567
- content: "\f0c5";
568
- }
569
- .um-faicon-paperclip:before {
570
- content: "\f0c6";
571
- }
572
- .um-faicon-save:before,
573
- .um-faicon-floppy-o:before {
574
- content: "\f0c7";
575
- }
576
- .um-faicon-square:before {
577
- content: "\f0c8";
578
- }
579
- .um-faicon-navicon:before,
580
- .um-faicon-reorder:before,
581
- .um-faicon-bars:before {
582
- content: "\f0c9";
583
- }
584
- .um-faicon-list-ul:before {
585
- content: "\f0ca";
586
- }
587
- .um-faicon-list-ol:before {
588
- content: "\f0cb";
589
- }
590
- .um-faicon-strikethrough:before {
591
- content: "\f0cc";
592
- }
593
- .um-faicon-underline:before {
594
- content: "\f0cd";
595
- }
596
- .um-faicon-table:before {
597
- content: "\f0ce";
598
- }
599
- .um-faicon-magic:before {
600
- content: "\f0d0";
601
- }
602
- .um-faicon-truck:before {
603
- content: "\f0d1";
604
- }
605
- .um-faicon-pinterest:before {
606
- content: "\f0d2";
607
- }
608
- .um-faicon-pinterest-square:before {
609
- content: "\f0d3";
610
- }
611
- .um-faicon-google-plus-square:before {
612
- content: "\f0d4";
613
- }
614
- .um-faicon-google-plus:before {
615
- content: "\f0d5";
616
- }
617
- .um-faicon-money:before {
618
- content: "\f0d6";
619
- }
620
- .um-faicon-caret-down:before {
621
- content: "\f0d7";
622
- }
623
- .um-faicon-caret-up:before {
624
- content: "\f0d8";
625
- }
626
- .um-faicon-caret-left:before {
627
- content: "\f0d9";
628
- }
629
- .um-faicon-caret-right:before {
630
- content: "\f0da";
631
- }
632
- .um-faicon-columns:before {
633
- content: "\f0db";
634
- }
635
- .um-faicon-unsorted:before,
636
- .um-faicon-sort:before {
637
- content: "\f0dc";
638
- }
639
- .um-faicon-sort-down:before,
640
- .um-faicon-sort-desc:before {
641
- content: "\f0dd";
642
- }
643
- .um-faicon-sort-up:before,
644
- .um-faicon-sort-asc:before {
645
- content: "\f0de";
646
- }
647
- .um-faicon-envelope:before {
648
- content: "\f0e0";
649
- }
650
- .um-faicon-linkedin:before {
651
- content: "\f0e1";
652
- }
653
- .um-faicon-rotate-left:before,
654
- .um-faicon-undo:before {
655
- content: "\f0e2";
656
- }
657
- .um-faicon-legal:before,
658
- .um-faicon-gavel:before {
659
- content: "\f0e3";
660
- }
661
- .um-faicon-dashboard:before,
662
- .um-faicon-tachometer:before {
663
- content: "\f0e4";
664
- }
665
- .um-faicon-comment-o:before {
666
- content: "\f0e5";
667
- }
668
- .um-faicon-comments-o:before {
669
- content: "\f0e6";
670
- }
671
- .um-faicon-flash:before,
672
- .um-faicon-bolt:before {
673
- content: "\f0e7";
674
- }
675
- .um-faicon-sitemap:before {
676
- content: "\f0e8";
677
- }
678
- .um-faicon-umbrella:before {
679
- content: "\f0e9";
680
- }
681
- .um-faicon-paste:before,
682
- .um-faicon-clipboard:before {
683
- content: "\f0ea";
684
- }
685
- .um-faicon-lightbulb-o:before {
686
- content: "\f0eb";
687
- }
688
- .um-faicon-exchange:before {
689
- content: "\f0ec";
690
- }
691
- .um-faicon-cloud-download:before {
692
- content: "\f0ed";
693
- }
694
- .um-faicon-cloud-upload:before {
695
- content: "\f0ee";
696
- }
697
- .um-faicon-user-md:before {
698
- content: "\f0f0";
699
- }
700
- .um-faicon-stethoscope:before {
701
- content: "\f0f1";
702
- }
703
- .um-faicon-suitcase:before {
704
- content: "\f0f2";
705
- }
706
- .um-faicon-bell-o:before {
707
- content: "\f0a2";
708
- }
709
- .um-faicon-coffee:before {
710
- content: "\f0f4";
711
- }
712
- .um-faicon-cutlery:before {
713
- content: "\f0f5";
714
- }
715
- .um-faicon-file-text-o:before {
716
- content: "\f0f6";
717
- }
718
- .um-faicon-building-o:before {
719
- content: "\f0f7";
720
- }
721
- .um-faicon-hospital-o:before {
722
- content: "\f0f8";
723
- }
724
- .um-faicon-ambulance:before {
725
- content: "\f0f9";
726
- }
727
- .um-faicon-medkit:before {
728
- content: "\f0fa";
729
- }
730
- .um-faicon-fighter-jet:before {
731
- content: "\f0fb";
732
- }
733
- .um-faicon-beer:before {
734
- content: "\f0fc";
735
- }
736
- .um-faicon-h-square:before {
737
- content: "\f0fd";
738
- }
739
- .um-faicon-plus-square:before {
740
- content: "\f0fe";
741
- }
742
- .um-faicon-angle-double-left:before {
743
- content: "\f100";
744
- }
745
- .um-faicon-angle-double-right:before {
746
- content: "\f101";
747
- }
748
- .um-faicon-angle-double-up:before {
749
- content: "\f102";
750
- }
751
- .um-faicon-angle-double-down:before {
752
- content: "\f103";
753
- }
754
- .um-faicon-angle-left:before {
755
- content: "\f104";
756
- }
757
- .um-faicon-angle-right:before {
758
- content: "\f105";
759
- }
760
- .um-faicon-angle-up:before {
761
- content: "\f106";
762
- }
763
- .um-faicon-angle-down:before {
764
- content: "\f107";
765
- }
766
- .um-faicon-desktop:before {
767
- content: "\f108";
768
- }
769
- .um-faicon-laptop:before {
770
- content: "\f109";
771
- }
772
- .um-faicon-tablet:before {
773
- content: "\f10a";
774
- }
775
- .um-faicon-mobile-phone:before,
776
- .um-faicon-mobile:before {
777
- content: "\f10b";
778
- }
779
- .um-faicon-circle-o:before {
780
- content: "\f10c";
781
- }
782
- .um-faicon-quote-left:before {
783
- content: "\f10d";
784
- }
785
- .um-faicon-quote-right:before {
786
- content: "\f10e";
787
- }
788
- .um-faicon-spinner:before {
789
- content: "\f110";
790
- }
791
- .um-faicon-spin {
792
- -webkit-animation: um-faicon-spin 2s infinite linear;
793
- animation: um-faicon-spin 2s infinite linear;
794
- }
795
- .um-faicon-circle:before {
796
- content: "\f111";
797
- }
798
- .um-faicon-mail-reply:before,
799
- .um-faicon-reply:before {
800
- content: "\f112";
801
- }
802
- .um-faicon-github-alt:before {
803
- content: "\f113";
804
- }
805
- .um-faicon-folder-o:before {
806
- content: "\f114";
807
- }
808
- .um-faicon-folder-open-o:before {
809
- content: "\f115";
810
- }
811
- .um-faicon-smile-o:before {
812
- content: "\f118";
813
- }
814
- .um-faicon-frown-o:before {
815
- content: "\f119";
816
- }
817
- .um-faicon-meh-o:before {
818
- content: "\f11a";
819
- }
820
- .um-faicon-gamepad:before {
821
- content: "\f11b";
822
- }
823
- .um-faicon-keyboard-o:before {
824
- content: "\f11c";
825
- }
826
- .um-faicon-flag-o:before {
827
- content: "\f11d";
828
- }
829
- .um-faicon-flag-checkered:before {
830
- content: "\f11e";
831
- }
832
- .um-faicon-terminal:before {
833
- content: "\f120";
834
- }
835
- .um-faicon-code:before {
836
- content: "\f121";
837
- }
838
- .um-faicon-mail-reply-all:before,
839
- .um-faicon-reply-all:before {
840
- content: "\f122";
841
- }
842
- .um-faicon-star-half-empty:before,
843
- .um-faicon-star-half-full:before,
844
- .um-faicon-star-half-o:before {
845
- content: "\f123";
846
- }
847
- .um-faicon-location-arrow:before {
848
- content: "\f124";
849
- }
850
- .um-faicon-crop:before {
851
- content: "\f125";
852
- }
853
- .um-faicon-code-fork:before {
854
- content: "\f126";
855
- }
856
- .um-faicon-unlink:before,
857
- .um-faicon-chain-broken:before {
858
- content: "\f127";
859
- }
860
- .um-faicon-question:before {
861
- content: "\f128";
862
- }
863
- .um-faicon-info:before {
864
- content: "\f129";
865
- }
866
- .um-faicon-exclamation:before {
867
- content: "\f12a";
868
- }
869
- .um-faicon-superscript:before {
870
- content: "\f12b";
871
- }
872
- .um-faicon-subscript:before {
873
- content: "\f12c";
874
- }
875
- .um-faicon-eraser:before {
876
- content: "\f12d";
877
- }
878
- .um-faicon-puzzle-piece:before {
879
- content: "\f12e";
880
- }
881
- .um-faicon-microphone:before {
882
- content: "\f130";
883
- }
884
- .um-faicon-microphone-slash:before {
885
- content: "\f131";
886
- }
887
- .um-faicon-shield:before {
888
- content: "\f132";
889
- }
890
- .um-faicon-calendar-o:before {
891
- content: "\f133";
892
- }
893
- .um-faicon-fire-extinguisher:before {
894
- content: "\f134";
895
- }
896
- .um-faicon-rocket:before {
897
- content: "\f135";
898
- }
899
- .um-faicon-maxcdn:before {
900
- content: "\f136";
901
- }
902
- .um-faicon-chevron-circle-left:before {
903
- content: "\f137";
904
- }
905
- .um-faicon-chevron-circle-right:before {
906
- content: "\f138";
907
- }
908
- .um-faicon-chevron-circle-up:before {
909
- content: "\f139";
910
- }
911
- .um-faicon-chevron-circle-down:before {
912
- content: "\f13a";
913
- }
914
- .um-faicon-html5:before {
915
- content: "\f13b";
916
- }
917
- .um-faicon-css3:before {
918
- content: "\f13c";
919
- }
920
- .um-faicon-anchor:before {
921
- content: "\f13d";
922
- }
923
- .um-faicon-unlock-alt:before {
924
- content: "\f13e";
925
- }
926
- .um-faicon-bullseye:before {
927
- content: "\f140";
928
- }
929
- .um-faicon-ellipsis-h:before {
930
- content: "\f141";
931
- }
932
- .um-faicon-ellipsis-v:before {
933
- content: "\f142";
934
- }
935
- .um-faicon-rss-square:before {
936
- content: "\f143";
937
- }
938
- .um-faicon-play-circle:before {
939
- content: "\f144";
940
- }
941
- .um-faicon-ticket:before {
942
- content: "\f145";
943
- }
944
- .um-faicon-minus-square:before {
945
- content: "\f146";
946
- }
947
- .um-faicon-minus-square-o:before {
948
- content: "\f147";
949
- }
950
- .um-faicon-level-up:before {
951
- content: "\f148";
952
- }
953
- .um-faicon-level-down:before {
954
- content: "\f149";
955
- }
956
- .um-faicon-check-square:before {
957
- content: "\f14a";
958
- }
959
- .um-faicon-pencil-square:before {
960
- content: "\f14b";
961
- }
962
- .um-faicon-external-link-square:before {
963
- content: "\f14c";
964
- }
965
- .um-faicon-share-square:before {
966
- content: "\f14d";
967
- }
968
- .um-faicon-compass:before {
969
- content: "\f14e";
970
- }
971
- .um-faicon-toggle-down:before,
972
- .um-faicon-caret-square-o-down:before {
973
- content: "\f150";
974
- }
975
- .um-faicon-toggle-up:before,
976
- .um-faicon-caret-square-o-up:before {
977
- content: "\f151";
978
- }
979
- .um-faicon-toggle-right:before,
980
- .um-faicon-caret-square-o-right:before {
981
- content: "\f152";
982
- }
983
- .um-faicon-euro:before,
984
- .um-faicon-eur:before {
985
- content: "\f153";
986
- }
987
- .um-faicon-gbp:before {
988
- content: "\f154";
989
- }
990
- .um-faicon-dollar:before,
991
- .um-faicon-usd:before {
992
- content: "\f155";
993
- }
994
- .um-faicon-rupee:before,
995
- .um-faicon-inr:before {
996
- content: "\f156";
997
- }
998
- .um-faicon-cny:before,
999
- .um-faicon-rmb:before,
1000
- .um-faicon-yen:before,
1001
- .um-faicon-jpy:before {
1002
- content: "\f157";
1003
- }
1004
- .um-faicon-ruble:before,
1005
- .um-faicon-rouble:before,
1006
- .um-faicon-rub:before {
1007
- content: "\f158";
1008
- }
1009
- .um-faicon-won:before,
1010
- .um-faicon-krw:before {
1011
- content: "\f159";
1012
- }
1013
- .um-faicon-bitcoin:before,
1014
- .um-faicon-btc:before {
1015
- content: "\f15a";
1016
- }
1017
- .um-faicon-file:before {
1018
- content: "\f15b";
1019
- }
1020
- .um-faicon-file-text:before {
1021
- content: "\f15c";
1022
- }
1023
- .um-faicon-sort-alpha-asc:before {
1024
- content: "\f15d";
1025
- }
1026
- .um-faicon-sort-alpha-desc:before {
1027
- content: "\f15e";
1028
- }
1029
- .um-faicon-sort-amount-asc:before {
1030
- content: "\f160";
1031
- }
1032
- .um-faicon-sort-amount-desc:before {
1033
- content: "\f161";
1034
- }
1035
- .um-faicon-sort-numeric-asc:before {
1036
- content: "\f162";
1037
- }
1038
- .um-faicon-sort-numeric-desc:before {
1039
- content: "\f163";
1040
- }
1041
- .um-faicon-thumbs-up:before {
1042
- content: "\f164";
1043
- }
1044
- .um-faicon-thumbs-down:before {
1045
- content: "\f165";
1046
- }
1047
- .um-faicon-youtube-square:before {
1048
- content: "\f166";
1049
- }
1050
- .um-faicon-youtube:before {
1051
- content: "\f167";
1052
- }
1053
- .um-faicon-xing:before {
1054
- content: "\f168";
1055
- }
1056
- .um-faicon-xing-square:before {
1057
- content: "\f169";
1058
- }
1059
- .um-faicon-youtube-play:before {
1060
- content: "\f16a";
1061
- }
1062
- .um-faicon-dropbox:before {
1063
- content: "\f16b";
1064
- }
1065
- .um-faicon-stack-overflow:before {
1066
- content: "\f16c";
1067
- }
1068
- .um-faicon-instagram:before {
1069
- content: "\f16d";
1070
- }
1071
- .um-faicon-flickr:before {
1072
- content: "\f16e";
1073
- }
1074
- .um-faicon-adn:before {
1075
- content: "\f170";
1076
- }
1077
- .um-faicon-bitbucket:before {
1078
- content: "\f171";
1079
- }
1080
- .um-faicon-bitbucket-square:before {
1081
- content: "\f172";
1082
- }
1083
- .um-faicon-tumblr:before {
1084
- content: "\f173";
1085
- }
1086
- .um-faicon-tumblr-square:before {
1087
- content: "\f174";
1088
- }
1089
- .um-faicon-long-arrow-down:before {
1090
- content: "\f175";
1091
- }
1092
- .um-faicon-long-arrow-up:before {
1093
- content: "\f176";
1094
- }
1095
- .um-faicon-long-arrow-left:before {
1096
- content: "\f177";
1097
- }
1098
- .um-faicon-long-arrow-right:before {
1099
- content: "\f178";
1100
- }
1101
- .um-faicon-apple:before {
1102
- content: "\f179";
1103
- }
1104
- .um-faicon-windows:before {
1105
- content: "\f17a";
1106
- }
1107
- .um-faicon-android:before {
1108
- content: "\f17b";
1109
- }
1110
- .um-faicon-linux:before {
1111
- content: "\f17c";
1112
- }
1113
- .um-faicon-dribbble:before {
1114
- content: "\f17d";
1115
- }
1116
- .um-faicon-skype:before {
1117
- content: "\f17e";
1118
- }
1119
- .um-faicon-foursquare:before {
1120
- content: "\f180";
1121
- }
1122
- .um-faicon-trello:before {
1123
- content: "\f181";
1124
- }
1125
- .um-faicon-female:before {
1126
- content: "\f182";
1127
- }
1128
- .um-faicon-male:before {
1129
- content: "\f183";
1130
- }
1131
- .um-faicon-gittip:before {
1132
- content: "\f184";
1133
- }
1134
- .um-faicon-sun-o:before {
1135
- content: "\f185";
1136
- }
1137
- .um-faicon-moon-o:before {
1138
- content: "\f186";
1139
- }
1140
- .um-faicon-archive:before {
1141
- content: "\f187";
1142
- }
1143
- .um-faicon-bug:before {
1144
- content: "\f188";
1145
- }
1146
- .um-faicon-vk:before {
1147
- content: "\f189";
1148
- }
1149
- .um-faicon-weibo:before {
1150
- content: "\f18a";
1151
- }
1152
- .um-faicon-renren:before {
1153
- content: "\f18b";
1154
- }
1155
- .um-faicon-pagelines:before {
1156
- content: "\f18c";
1157
- }
1158
- .um-faicon-stack-exchange:before {
1159
- content: "\f18d";
1160
- }
1161
- .um-faicon-arrow-circle-o-right:before {
1162
- content: "\f18e";
1163
- }
1164
- .um-faicon-arrow-circle-o-left:before {
1165
- content: "\f190";
1166
- }
1167
- .um-faicon-toggle-left:before,
1168
- .um-faicon-caret-square-o-left:before {
1169
- content: "\f191";
1170
- }
1171
- .um-faicon-dot-circle-o:before {
1172
- content: "\f192";
1173
- }
1174
- .um-faicon-wheelchair:before {
1175
- content: "\f193";
1176
- }
1177
- .um-faicon-vimeo-square:before {
1178
- content: "\f194";
1179
- }
1180
- .um-faicon-turkish-lira:before,
1181
- .um-faicon-try:before {
1182
- content: "\f195";
1183
- }
1184
- .um-faicon-plus-square-o:before {
1185
- content: "\f196";
1186
- }
1187
- .um-faicon-space-shuttle:before {
1188
- content: "\f197";
1189
- }
1190
- .um-faicon-slack:before {
1191
- content: "\f198";
1192
- }
1193
- .um-faicon-envelope-square:before {
1194
- content: "\f199";
1195
- }
1196
- .um-faicon-wordpress:before {
1197
- content: "\f19a";
1198
- }
1199
- .um-faicon-openid:before {
1200
- content: "\f19b";
1201
- }
1202
- .um-faicon-institution:before,
1203
- .um-faicon-bank:before,
1204
- .um-faicon-university:before {
1205
- content: "\f19c";
1206
- }
1207
- .um-faicon-mortar-board:before,
1208
- .um-faicon-graduation-cap:before {
1209
- content: "\f19d";
1210
- }
1211
- .um-faicon-yahoo:before {
1212
- content: "\f19e";
1213
- }
1214
- .um-faicon-google:before {
1215
- content: "\f1a0";
1216
- }
1217
- .um-faicon-reddit:before {
1218
- content: "\f1a1";
1219
- }
1220
- .um-faicon-reddit-square:before {
1221
- content: "\f1a2";
1222
- }
1223
- .um-faicon-stumbleupon-circle:before {
1224
- content: "\f1a3";
1225
- }
1226
- .um-faicon-stumbleupon:before {
1227
- content: "\f1a4";
1228
- }
1229
- .um-faicon-delicious:before {
1230
- content: "\f1a5";
1231
- }
1232
- .um-faicon-digg:before {
1233
- content: "\f1a6";
1234
- }
1235
- .um-faicon-pied-piper:before {
1236
- content: "\f1a7";
1237
- }
1238
- .um-faicon-pied-piper-alt:before {
1239
- content: "\f1a8";
1240
- }
1241
- .um-faicon-drupal:before {
1242
- content: "\f1a9";
1243
- }
1244
- .um-faicon-joomla:before {
1245
- content: "\f1aa";
1246
- }
1247
- .um-faicon-language:before {
1248
- content: "\f1ab";
1249
- }
1250
- .um-faicon-fax:before {
1251
- content: "\f1ac";
1252
- }
1253
- .um-faicon-building:before {
1254
- content: "\f1ad";
1255
- }
1256
- .um-faicon-child:before {
1257
- content: "\f1ae";
1258
- }
1259
- .um-faicon-paw:before {
1260
- content: "\f1b0";
1261
- }
1262
- .um-faicon-spoon:before {
1263
- content: "\f1b1";
1264
- }
1265
- .um-faicon-cube:before {
1266
- content: "\f1b2";
1267
- }
1268
- .um-faicon-cubes:before {
1269
- content: "\f1b3";
1270
- }
1271
- .um-faicon-behance:before {
1272
- content: "\f1b4";
1273
- }
1274
- .um-faicon-behance-square:before {
1275
- content: "\f1b5";
1276
- }
1277
- .um-faicon-steam:before {
1278
- content: "\f1b6";
1279
- }
1280
- .um-faicon-steam-square:before {
1281
- content: "\f1b7";
1282
- }
1283
- .um-faicon-recycle:before {
1284
- content: "\f1b8";
1285
- }
1286
- .um-faicon-automobile:before,
1287
- .um-faicon-car:before {
1288
- content: "\f1b9";
1289
- }
1290
- .um-faicon-cab:before,
1291
- .um-faicon-taxi:before {
1292
- content: "\f1ba";
1293
- }
1294
- .um-faicon-tree:before {
1295
- content: "\f1bb";
1296
- }
1297
- .um-faicon-spotify:before {
1298
- content: "\f1bc";
1299
- }
1300
- .um-faicon-deviantart:before {
1301
- content: "\f1bd";
1302
- }
1303
- .um-faicon-soundcloud:before {
1304
- content: "\f1be";
1305
- }
1306
- .um-faicon-database:before {
1307
- content: "\f1c0";
1308
- }
1309
- .um-faicon-file-pdf-o:before {
1310
- content: "\f1c1";
1311
- }
1312
- .um-faicon-file-word-o:before {
1313
- content: "\f1c2";
1314
- }
1315
- .um-faicon-file-excel-o:before {
1316
- content: "\f1c3";
1317
- }
1318
- .um-faicon-file-powerpoint-o:before {
1319
- content: "\f1c4";
1320
- }
1321
- .um-faicon-file-photo-o:before,
1322
- .um-faicon-file-picture-o:before,
1323
- .um-faicon-file-image-o:before {
1324
- content: "\f1c5";
1325
- }
1326
- .um-faicon-file-zip-o:before,
1327
- .um-faicon-file-archive-o:before {
1328
- content: "\f1c6";
1329
- }
1330
- .um-faicon-file-sound-o:before,
1331
- .um-faicon-file-audio-o:before {
1332
- content: "\f1c7";
1333
- }
1334
- .um-faicon-file-movie-o:before,
1335
- .um-faicon-file-video-o:before {
1336
- content: "\f1c8";
1337
- }
1338
- .um-faicon-file-code-o:before {
1339
- content: "\f1c9";
1340
- }
1341
- .um-faicon-vine:before {
1342
- content: "\f1ca";
1343
- }
1344
- .um-faicon-codepen:before {
1345
- content: "\f1cb";
1346
- }
1347
- .um-faicon-jsfiddle:before {
1348
- content: "\f1cc";
1349
- }
1350
- .um-faicon-life-bouy:before,
1351
- .um-faicon-life-buoy:before,
1352
- .um-faicon-life-saver:before,
1353
- .um-faicon-support:before,
1354
- .um-faicon-life-ring:before {
1355
- content: "\f1cd";
1356
- }
1357
- .um-faicon-circle-o-notch:before {
1358
- content: "\f1ce";
1359
- }
1360
- .um-faicon-ra:before,
1361
- .um-faicon-rebel:before {
1362
- content: "\f1d0";
1363
- }
1364
- .um-faicon-ge:before,
1365
- .um-faicon-empire:before {
1366
- content: "\f1d1";
1367
- }
1368
- .um-faicon-git-square:before {
1369
- content: "\f1d2";
1370
- }
1371
- .um-faicon-git:before {
1372
- content: "\f1d3";
1373
- }
1374
- .um-faicon-hacker-news:before {
1375
- content: "\f1d4";
1376
- }
1377
- .um-faicon-tencent-weibo:before {
1378
- content: "\f1d5";
1379
- }
1380
- .um-faicon-qq:before {
1381
- content: "\f1d6";
1382
- }
1383
- .um-faicon-wechat:before,
1384
- .um-faicon-weixin:before {
1385
- content: "\f1d7";
1386
- }
1387
- .um-faicon-send:before,
1388
- .um-faicon-paper-plane:before {
1389
- content: "\f1d8";
1390
- }
1391
- .um-faicon-send-o:before,
1392
- .um-faicon-paper-plane-o:before {
1393
- content: "\f1d9";
1394
- }
1395
- .um-faicon-history:before {
1396
- content: "\f1da";
1397
- }
1398
- .um-faicon-circle-thin:before {
1399
- content: "\f1db";
1400
- }
1401
- .um-faicon-header:before {
1402
- content: "\f1dc";
1403
- }
1404
- .um-faicon-paragraph:before {
1405
- content: "\f1dd";
1406
- }
1407
- .um-faicon-sliders:before {
1408
- content: "\f1de";
1409
- }
1410
- .um-faicon-share-alt:before {
1411
- content: "\f1e0";
1412
- }
1413
- .um-faicon-share-alt-square:before {
1414
- content: "\f1e1";
1415
- }
1416
- .um-faicon-bomb:before {
1417
- content: "\f1e2";
1418
- }
1419
- .um-faicon-soccer-ball-o:before,
1420
- .um-faicon-futbol-o:before {
1421
- content: "\f1e3";
1422
- }
1423
- .um-faicon-tty:before {
1424
- content: "\f1e4";
1425
- }
1426
- .um-faicon-binoculars:before {
1427
- content: "\f1e5";
1428
- }
1429
- .um-faicon-plug:before {
1430
- content: "\f1e6";
1431
- }
1432
- .um-faicon-slideshare:before {
1433
- content: "\f1e7";
1434
- }
1435
- .um-faicon-twitch:before {
1436
- content: "\f1e8";
1437
- }
1438
- .um-faicon-yelp:before {
1439
- content: "\f1e9";
1440
- }
1441
- .um-faicon-newspaper-o:before {
1442
- content: "\f1ea";
1443
- }
1444
- .um-faicon-wifi:before {
1445
- content: "\f1eb";
1446
- }
1447
- .um-faicon-calculator:before {
1448
- content: "\f1ec";
1449
- }
1450
- .um-faicon-paypal:before {
1451
- content: "\f1ed";
1452
- }
1453
- .um-faicon-google-wallet:before {
1454
- content: "\f1ee";
1455
- }
1456
- .um-faicon-cc-visa:before {
1457
- content: "\f1f0";
1458
- }
1459
- .um-faicon-cc-mastercard:before {
1460
- content: "\f1f1";
1461
- }
1462
- .um-faicon-cc-discover:before {
1463
- content: "\f1f2";
1464
- }
1465
- .um-faicon-cc-amex:before {
1466
- content: "\f1f3";
1467
- }
1468
- .um-faicon-cc-paypal:before {
1469
- content: "\f1f4";
1470
- }
1471
- .um-faicon-cc-stripe:before {
1472
- content: "\f1f5";
1473
- }
1474
- .um-faicon-bell-slash:before {
1475
- content: "\f1f6";
1476
- }
1477
- .um-faicon-bell-slash-o:before {
1478
- content: "\f1f7";
1479
- }
1480
- .um-faicon-trash:before {
1481
- content: "\f1f8";
1482
- }
1483
- .um-faicon-copyright:before {
1484
- content: "\f1f9";
1485
- }
1486
- .um-faicon-at:before {
1487
- content: "\f1fa";
1488
- }
1489
- .um-faicon-eyedropper:before {
1490
- content: "\f1fb";
1491
- }
1492
- .um-faicon-paint-brush:before {
1493
- content: "\f1fc";
1494
- }
1495
- .um-faicon-birthday-cake:before {
1496
- content: "\f1fd";
1497
- }
1498
- .um-faicon-area-chart:before {
1499
- content: "\f1fe";
1500
- }
1501
- .um-faicon-pie-chart:before {
1502
- content: "\f200";
1503
- }
1504
- .um-faicon-line-chart:before {
1505
- content: "\f201";
1506
- }
1507
- .um-faicon-lastfm:before {
1508
- content: "\f202";
1509
- }
1510
- .um-faicon-lastfm-square:before {
1511
- content: "\f203";
1512
- }
1513
- .um-faicon-toggle-off:before {
1514
- content: "\f204";
1515
- }
1516
- .um-faicon-toggle-on:before {
1517
- content: "\f205";
1518
- }
1519
- .um-faicon-bicycle:before {
1520
- content: "\f206";
1521
- }
1522
- .um-faicon-bus:before {
1523
- content: "\f207";
1524
- }
1525
- .um-faicon-ioxhost:before {
1526
- content: "\f208";
1527
- }
1528
- .um-faicon-angellist:before {
1529
- content: "\f209";
1530
- }
1531
- .um-faicon-cc:before {
1532
- content: "\f20a";
1533
- }
1534
- .um-faicon-shekel:before,
1535
- .um-faicon-sheqel:before,
1536
- .um-faicon-ils:before {
1537
- content: "\f20b";
1538
- }
1539
- .um-faicon-meanpath:before {
1540
- content: "\f20c";
1541
- }
1542
-
1543
- @-moz-keyframes um-faicon-spin {
1544
- 0% {
1545
- -moz-transform: rotate(0deg);
1546
- }
1547
- 100% {
1548
- -moz-transform: rotate(359deg);
1549
- }
1550
- }
1551
- @-webkit-keyframes um-faicon-spin {
1552
- 0% {
1553
- -webkit-transform: rotate(0deg);
1554
- }
1555
- 100% {
1556
- -webkit-transform: rotate(359deg);
1557
- }
1558
- }
1559
- @-o-keyframes um-faicon-spin {
1560
- 0% {
1561
- -o-transform: rotate(0deg);
1562
- }
1563
- 100% {
1564
- -o-transform: rotate(359deg);
1565
- }
1566
- }
1567
- @-ms-keyframes um-faicon-spin {
1568
- 0% {
1569
- -ms-transform: rotate(0deg);
1570
- }
1571
- 100% {
1572
- -ms-transform: rotate(359deg);
1573
- }
1574
- }
1575
- @keyframes um-faicon-spin {
1576
- 0% {
1577
- transform: rotate(0deg);
1578
- }
1579
- 100% {
1580
- transform: rotate(359deg);
1581
- }
1582
- }
1
+ @charset "UTF-8";
2
+
3
+ @font-face {
4
+ font-family: "FontAwesome";
5
+ src:url("../font/fontawesome-webfont.eot?v=4.2.0");
6
+ src:url("../font/fontawesome-webfont.eot?v=4.2.0#iefix") format("embedded-opentype"),
7
+ url("../font/fontawesome-webfont.woff?v=4.2.0") format("woff"),
8
+ url("../font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
9
+ url("../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
10
+ font-display: swap;
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+
15
+ [class^="um-faicon-"]:before,
16
+ [class*=" um-faicon-"]:before {
17
+ font-family: "FontAwesome" !important;
18
+ font-style: normal !important;
19
+ font-weight: normal !important;
20
+ font-variant: normal !important;
21
+ text-transform: none !important;
22
+ speak: none;
23
+ line-height: 1;
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+
28
+ .um-faicon-sticky-note:before {
29
+ content: "\f249";
30
+ }
31
+ .um-faicon-glass:before {
32
+ content: "\f000";
33
+ }
34
+ .um-faicon-music:before {
35
+ content: "\f001";
36
+ }
37
+ .um-faicon-search:before {
38
+ content: "\f002";
39
+ }
40
+ .um-faicon-envelope-o:before {
41
+ content: "\f003";
42
+ }
43
+ .um-faicon-heart:before {
44
+ content: "\f004";
45
+ }
46
+ .um-faicon-star:before {
47
+ content: "\f005";
48
+ }
49
+ .um-faicon-star-o:before {
50
+ content: "\f006";
51
+ }
52
+ .um-faicon-user:before {
53
+ content: "\f007";
54
+ }
55
+ .um-faicon-film:before {
56
+ content: "\f008";
57
+ }
58
+ .um-faicon-th-large:before {
59
+ content: "\f009";
60
+ }
61
+ .um-faicon-th:before {
62
+ content: "\f00a";
63
+ }
64
+ .um-faicon-th-list:before {
65
+ content: "\f00b";
66
+ }
67
+ .um-faicon-check:before {
68
+ content: "\f00c";
69
+ }
70
+ .um-faicon-remove:before,
71
+ .um-faicon-close:before,
72
+ .um-faicon-times:before {
73
+ content: "\f00d";
74
+ }
75
+ .um-faicon-search-plus:before {
76
+ content: "\f00e";
77
+ }
78
+ .um-faicon-search-minus:before {
79
+ content: "\f010";
80
+ }
81
+ .um-faicon-power-off:before {
82
+ content: "\f011";
83
+ }
84
+ .um-faicon-signal:before {
85
+ content: "\f012";
86
+ }
87
+ .um-faicon-gear:before,
88
+ .um-faicon-cog:before {
89
+ content: "\f013";
90
+ }
91
+ .um-faicon-trash-o:before {
92
+ content: "\f014";
93
+ }
94
+ .um-faicon-home:before {
95
+ content: "\f015";
96
+ }
97
+ .um-faicon-file-o:before {
98
+ content: "\f016";
99
+ }
100
+ .um-faicon-clock-o:before {
101
+ content: "\f017";
102
+ }
103
+ .um-faicon-road:before {
104
+ content: "\f018";
105
+ }
106
+ .um-faicon-download:before {
107
+ content: "\f019";
108
+ }
109
+ .um-faicon-arrow-circle-o-down:before {
110
+ content: "\f01a";
111
+ }
112
+ .um-faicon-arrow-circle-o-up:before {
113
+ content: "\f01b";
114
+ }
115
+ .um-faicon-inbox:before {
116
+ content: "\f01c";
117
+ }
118
+ .um-faicon-play-circle-o:before {
119
+ content: "\f01d";
120
+ }
121
+ .um-faicon-rotate-right:before,
122
+ .um-faicon-repeat:before {
123
+ content: "\f01e";
124
+ }
125
+ .um-faicon-refresh:before {
126
+ content: "\f021";
127
+ }
128
+ .um-faicon-list-alt:before {
129
+ content: "\f022";
130
+ }
131
+ .um-faicon-lock:before {
132
+ content: "\f023";
133
+ }
134
+ .um-faicon-flag:before {
135
+ content: "\f024";
136
+ }
137
+ .um-faicon-headphones:before {
138
+ content: "\f025";
139
+ }
140
+ .um-faicon-volume-off:before {
141
+ content: "\f026";
142
+ }
143
+ .um-faicon-volume-down:before {
144
+ content: "\f027";
145
+ }
146
+ .um-faicon-volume-up:before {
147
+ content: "\f028";
148
+ }
149
+ .um-faicon-qrcode:before {
150
+ content: "\f029";
151
+ }
152
+ .um-faicon-barcode:before {
153
+ content: "\f02a";
154
+ }
155
+ .um-faicon-tag:before {
156
+ content: "\f02b";
157
+ }
158
+ .um-faicon-tags:before {
159
+ content: "\f02c";
160
+ }
161
+ .um-faicon-book:before {
162
+ content: "\f02d";
163
+ }
164
+ .um-faicon-bookmark:before {
165
+ content: "\f02e";
166
+ }
167
+ .um-faicon-print:before {
168
+ content: "\f02f";
169
+ }
170
+ .um-faicon-camera:before {
171
+ content: "\f030";
172
+ }
173
+ .um-faicon-font:before {
174
+ content: "\f031";
175
+ }
176
+ .um-faicon-bold:before {
177
+ content: "\f032";
178
+ }
179
+ .um-faicon-italic:before {
180
+ content: "\f033";
181
+ }
182
+ .um-faicon-text-height:before {
183
+ content: "\f034";
184
+ }
185
+ .um-faicon-text-width:before {
186
+ content: "\f035";
187
+ }
188
+ .um-faicon-align-left:before {
189
+ content: "\f036";
190
+ }
191
+ .um-faicon-align-center:before {
192
+ content: "\f037";
193
+ }
194
+ .um-faicon-align-right:before {
195
+ content: "\f038";
196
+ }
197
+ .um-faicon-align-justify:before {
198
+ content: "\f039";
199
+ }
200
+ .um-faicon-list:before {
201
+ content: "\f03a";
202
+ }
203
+ .um-faicon-dedent:before,
204
+ .um-faicon-outdent:before {
205
+ content: "\f03b";
206
+ }
207
+ .um-faicon-indent:before {
208
+ content: "\f03c";
209
+ }
210
+ .um-faicon-video-camera:before {
211
+ content: "\f03d";
212
+ }
213
+ .um-faicon-photo:before,
214
+ .um-faicon-image:before,
215
+ .um-faicon-picture-o:before {
216
+ content: "\f03e";
217
+ }
218
+ .um-faicon-pencil:before {
219
+ content: "\f040";
220
+ }
221
+ .um-faicon-map-marker:before {
222
+ content: "\f041";
223
+ }
224
+ .um-faicon-adjust:before {
225
+ content: "\f042";
226
+ }
227
+ .um-faicon-tint:before {
228
+ content: "\f043";
229
+ }
230
+ .um-faicon-edit:before,
231
+ .um-faicon-pencil-square-o:before {
232
+ content: "\f044";
233
+ }
234
+ .um-faicon-share-square-o:before {
235
+ content: "\f045";
236
+ }
237
+ .um-faicon-check-square-o:before {
238
+ content: "\f046";
239
+ }
240
+ .um-faicon-arrows:before {
241
+ content: "\f047";
242
+ }
243
+ .um-faicon-step-backward:before {
244
+ content: "\f048";
245
+ }
246
+ .um-faicon-fast-backward:before {
247
+ content: "\f049";
248
+ }
249
+ .um-faicon-backward:before {
250
+ content: "\f04a";
251
+ }
252
+ .um-faicon-play:before {
253
+ content: "\f04b";
254
+ }
255
+ .um-faicon-pause:before {
256
+ content: "\f04c";
257
+ }
258
+ .um-faicon-stop:before {
259
+ content: "\f04d";
260
+ }
261
+ .um-faicon-forward:before {
262
+ content: "\f04e";
263
+ }
264
+ .um-faicon-fast-forward:before {
265
+ content: "\f050";
266
+ }
267
+ .um-faicon-step-forward:before {
268
+ content: "\f051";
269
+ }
270
+ .um-faicon-eject:before {
271
+ content: "\f052";
272
+ }
273
+ .um-faicon-chevron-left:before {
274
+ content: "\f053";
275
+ }
276
+ .um-faicon-chevron-right:before {
277
+ content: "\f054";
278
+ }
279
+ .um-faicon-plus-circle:before {
280
+ content: "\f055";
281
+ }
282
+ .um-faicon-minus-circle:before {
283
+ content: "\f056";
284
+ }
285
+ .um-faicon-times-circle:before {
286
+ content: "\f057";
287
+ }
288
+ .um-faicon-check-circle:before {
289
+ content: "\f058";
290
+ }
291
+ .um-faicon-question-circle:before {
292
+ content: "\f059";
293
+ }
294
+ .um-faicon-info-circle:before {
295
+ content: "\f05a";
296
+ }
297
+ .um-faicon-crosshairs:before {
298
+ content: "\f05b";
299
+ }
300
+ .um-faicon-times-circle-o:before {
301
+ content: "\f05c";
302
+ }
303
+ .um-faicon-check-circle-o:before {
304
+ content: "\f05d";
305
+ }
306
+ .um-faicon-ban:before {
307
+ content: "\f05e";
308
+ }
309
+ .um-faicon-arrow-left:before {
310
+ content: "\f060";
311
+ }
312
+ .um-faicon-arrow-right:before {
313
+ content: "\f061";
314
+ }
315
+ .um-faicon-arrow-up:before {
316
+ content: "\f062";
317
+ }
318
+ .um-faicon-arrow-down:before {
319
+ content: "\f063";
320
+ }
321
+ .um-faicon-mail-forward:before,
322
+ .um-faicon-share:before {
323
+ content: "\f064";
324
+ }
325
+ .um-faicon-expand:before {
326
+ content: "\f065";
327
+ }
328
+ .um-faicon-compress:before {
329
+ content: "\f066";
330
+ }
331
+ .um-faicon-plus:before {
332
+ content: "\f067";
333
+ }
334
+ .um-faicon-minus:before {
335
+ content: "\f068";
336
+ }
337
+ .um-faicon-asterisk:before {
338
+ content: "\f069";
339
+ }
340
+ .um-faicon-exclamation-circle:before {
341
+ content: "\f06a";
342
+ }
343
+ .um-faicon-gift:before {
344
+ content: "\f06b";
345
+ }
346
+ .um-faicon-leaf:before {
347
+ content: "\f06c";
348
+ }
349
+ .um-faicon-fire:before {
350
+ content: "\f06d";
351
+ }
352
+ .um-faicon-eye:before {
353
+ content: "\f06e";
354
+ }
355
+ .um-faicon-eye-slash:before {
356
+ content: "\f070";
357
+ }
358
+ .um-faicon-warning:before,
359
+ .um-faicon-exclamation-triangle:before {
360
+ content: "\f071";
361
+ }
362
+ .um-faicon-plane:before {
363
+ content: "\f072";
364
+ }
365
+ .um-faicon-calendar:before {
366
+ content: "\f073";
367
+ }
368
+ .um-faicon-random:before {
369
+ content: "\f074";
370
+ }
371
+ .um-faicon-comment:before {
372
+ content: "\f075";
373
+ }
374
+ .um-faicon-magnet:before {
375
+ content: "\f076";
376
+ }
377
+ .um-faicon-chevron-up:before {
378
+ content: "\f077";
379
+ }
380
+ .um-faicon-chevron-down:before {
381
+ content: "\f078";
382
+ }
383
+ .um-faicon-retweet:before {
384
+ content: "\f079";
385
+ }
386
+ .um-faicon-shopping-cart:before {
387
+ content: "\f07a";
388
+ }
389
+ .um-faicon-folder:before {
390
+ content: "\f07b";
391
+ }
392
+ .um-faicon-folder-open:before {
393
+ content: "\f07c";
394
+ }
395
+ .um-faicon-arrows-v:before {
396
+ content: "\f07d";
397
+ }
398
+ .um-faicon-arrows-h:before {
399
+ content: "\f07e";
400
+ }
401
+ .um-faicon-bar-chart-o:before,
402
+ .um-faicon-bar-chart:before {
403
+ content: "\f080";
404
+ }
405
+ .um-faicon-twitter-square:before {
406
+ content: "\f081";
407
+ }
408
+ .um-faicon-facebook-square:before {
409
+ content: "\f082";
410
+ }
411
+ .um-faicon-camera-retro:before {
412
+ content: "\f083";
413
+ }
414
+ .um-faicon-key:before {
415
+ content: "\f084";
416
+ }
417
+ .um-faicon-gears:before,
418
+ .um-faicon-cogs:before {
419
+ content: "\f085";
420
+ }
421
+ .um-faicon-comments:before {
422
+ content: "\f086";
423
+ }
424
+ .um-faicon-thumbs-o-up:before {
425
+ content: "\f087";
426
+ }
427
+ .um-faicon-thumbs-o-down:before {
428
+ content: "\f088";
429
+ }
430
+ .um-faicon-star-half:before {
431
+ content: "\f089";
432
+ }
433
+ .um-faicon-heart-o:before {
434
+ content: "\f08a";
435
+ }
436
+ .um-faicon-sign-out:before {
437
+ content: "\f08b";
438
+ }
439
+ .um-faicon-linkedin-square:before {
440
+ content: "\f08c";
441
+ }
442
+ .um-faicon-thumb-tack:before {
443
+ content: "\f08d";
444
+ }
445
+ .um-faicon-external-link:before {
446
+ content: "\f08e";
447
+ }
448
+ .um-faicon-sign-in:before {
449
+ content: "\f090";
450
+ }
451
+ .um-faicon-trophy:before {
452
+ content: "\f091";
453
+ }
454
+ .um-faicon-github-square:before {
455
+ content: "\f092";
456
+ }
457
+ .um-faicon-upload:before {
458
+ content: "\f093";
459
+ }
460
+ .um-faicon-lemon-o:before {
461
+ content: "\f094";
462
+ }
463
+ .um-faicon-phone:before {
464
+ content: "\f095";
465
+ }
466
+ .um-faicon-square-o:before {
467
+ content: "\f096";
468
+ }
469
+ .um-faicon-bookmark-o:before {
470
+ content: "\f097";
471
+ }
472
+ .um-faicon-phone-square:before {
473
+ content: "\f098";
474
+ }
475
+ .um-faicon-twitter:before {
476
+ content: "\f099";
477
+ }
478
+ .um-faicon-facebook:before {
479
+ content: "\f09a";
480
+ }
481
+ .um-faicon-github:before {
482
+ content: "\f09b";
483
+ }
484
+ .um-faicon-unlock:before {
485
+ content: "\f09c";
486
+ }
487
+ .um-faicon-credit-card:before {
488
+ content: "\f09d";
489
+ }
490
+ .um-faicon-rss:before {
491
+ content: "\f09e";
492
+ }
493
+ .um-faicon-hdd-o:before {
494
+ content: "\f0a0";
495
+ }
496
+ .um-faicon-bullhorn:before {
497
+ content: "\f0a1";
498
+ }
499
+ .um-faicon-bell:before {
500
+ content: "\f0f3";
501
+ }
502
+ .um-faicon-certificate:before {
503
+ content: "\f0a3";
504
+ }
505
+ .um-faicon-hand-o-right:before {
506
+ content: "\f0a4";
507
+ }
508
+ .um-faicon-hand-o-left:before {
509
+ content: "\f0a5";
510
+ }
511
+ .um-faicon-hand-o-up:before {
512
+ content: "\f0a6";
513
+ }
514
+ .um-faicon-hand-o-down:before {
515
+ content: "\f0a7";
516
+ }
517
+ .um-faicon-arrow-circle-left:before {
518
+ content: "\f0a8";
519
+ }
520
+ .um-faicon-arrow-circle-right:before {
521
+ content: "\f0a9";
522
+ }
523
+ .um-faicon-arrow-circle-up:before {
524
+ content: "\f0aa";
525
+ }
526
+ .um-faicon-arrow-circle-down:before {
527
+ content: "\f0ab";
528
+ }
529
+ .um-faicon-globe:before {
530
+ content: "\f0ac";
531
+ }
532
+ .um-faicon-wrench:before {
533
+ content: "\f0ad";
534
+ }
535
+ .um-faicon-tasks:before {
536
+ content: "\f0ae";
537
+ }
538
+ .um-faicon-filter:before {
539
+ content: "\f0b0";
540
+ }
541
+ .um-faicon-briefcase:before {
542
+ content: "\f0b1";
543
+ }
544
+ .um-faicon-arrows-alt:before {
545
+ content: "\f0b2";
546
+ }
547
+ .um-faicon-group:before,
548
+ .um-faicon-users:before {
549
+ content: "\f0c0";
550
+ }
551
+ .um-faicon-chain:before,
552
+ .um-faicon-link:before {
553
+ content: "\f0c1";
554
+ }
555
+ .um-faicon-cloud:before {
556
+ content: "\f0c2";
557
+ }
558
+ .um-faicon-flask:before {
559
+ content: "\f0c3";
560
+ }
561
+ .um-faicon-cut:before,
562
+ .um-faicon-scissors:before {
563
+ content: "\f0c4";
564
+ }
565
+ .um-faicon-copy:before,
566
+ .um-faicon-files-o:before {
567
+ content: "\f0c5";
568
+ }
569
+ .um-faicon-paperclip:before {
570
+ content: "\f0c6";
571
+ }
572
+ .um-faicon-save:before,
573
+ .um-faicon-floppy-o:before {
574
+ content: "\f0c7";
575
+ }
576
+ .um-faicon-square:before {
577
+ content: "\f0c8";
578
+ }
579
+ .um-faicon-navicon:before,
580
+ .um-faicon-reorder:before,
581
+ .um-faicon-bars:before {
582
+ content: "\f0c9";
583
+ }
584
+ .um-faicon-list-ul:before {
585
+ content: "\f0ca";
586
+ }
587
+ .um-faicon-list-ol:before {
588
+ content: "\f0cb";
589
+ }
590
+ .um-faicon-strikethrough:before {
591
+ content: "\f0cc";
592
+ }
593
+ .um-faicon-underline:before {
594
+ content: "\f0cd";
595
+ }
596
+ .um-faicon-table:before {
597
+ content: "\f0ce";
598
+ }
599
+ .um-faicon-magic:before {
600
+ content: "\f0d0";
601
+ }
602
+ .um-faicon-truck:before {
603
+ content: "\f0d1";
604
+ }
605
+ .um-faicon-pinterest:before {
606
+ content: "\f0d2";
607
+ }
608
+ .um-faicon-pinterest-square:before {
609
+ content: "\f0d3";
610
+ }
611
+ .um-faicon-google-plus-square:before {
612
+ content: "\f0d4";
613
+ }
614
+ .um-faicon-google-plus:before {
615
+ content: "\f0d5";
616
+ }
617
+ .um-faicon-money:before {
618
+ content: "\f0d6";
619
+ }
620
+ .um-faicon-caret-down:before {
621
+ content: "\f0d7";
622
+ }
623
+ .um-faicon-caret-up:before {
624
+ content: "\f0d8";
625
+ }
626
+ .um-faicon-caret-left:before {
627
+ content: "\f0d9";
628
+ }
629
+ .um-faicon-caret-right:before {
630
+ content: "\f0da";
631
+ }
632
+ .um-faicon-columns:before {
633
+ content: "\f0db";
634
+ }
635
+ .um-faicon-unsorted:before,
636
+ .um-faicon-sort:before {
637
+ content: "\f0dc";
638
+ }
639
+ .um-faicon-sort-down:before,
640
+ .um-faicon-sort-desc:before {
641
+ content: "\f0dd";
642
+ }
643
+ .um-faicon-sort-up:before,
644
+ .um-faicon-sort-asc:before {
645
+ content: "\f0de";
646
+ }
647
+ .um-faicon-envelope:before {
648
+ content: "\f0e0";
649
+ }
650
+ .um-faicon-linkedin:before {
651
+ content: "\f0e1";
652
+ }
653
+ .um-faicon-rotate-left:before,
654
+ .um-faicon-undo:before {
655
+ content: "\f0e2";
656
+ }
657
+ .um-faicon-legal:before,
658
+ .um-faicon-gavel:before {
659
+ content: "\f0e3";
660
+ }
661
+ .um-faicon-dashboard:before,
662
+ .um-faicon-tachometer:before {
663
+ content: "\f0e4";
664
+ }
665
+ .um-faicon-comment-o:before {
666
+ content: "\f0e5";
667
+ }
668
+ .um-faicon-comments-o:before {
669
+ content: "\f0e6";
670
+ }
671
+ .um-faicon-flash:before,
672
+ .um-faicon-bolt:before {
673
+ content: "\f0e7";
674
+ }
675
+ .um-faicon-sitemap:before {
676
+ content: "\f0e8";
677
+ }
678
+ .um-faicon-umbrella:before {
679
+ content: "\f0e9";
680
+ }
681
+ .um-faicon-paste:before,
682
+ .um-faicon-clipboard:before {
683
+ content: "\f0ea";
684
+ }
685
+ .um-faicon-lightbulb-o:before {
686
+ content: "\f0eb";
687
+ }
688
+ .um-faicon-exchange:before {
689
+ content: "\f0ec";
690
+ }
691
+ .um-faicon-cloud-download:before {
692
+ content: "\f0ed";
693
+ }
694
+ .um-faicon-cloud-upload:before {
695
+ content: "\f0ee";
696
+ }
697
+ .um-faicon-user-md:before {
698
+ content: "\f0f0";
699
+ }
700
+ .um-faicon-stethoscope:before {
701
+ content: "\f0f1";
702
+ }
703
+ .um-faicon-suitcase:before {
704
+ content: "\f0f2";
705
+ }
706
+ .um-faicon-bell-o:before {
707
+ content: "\f0a2";
708
+ }
709
+ .um-faicon-coffee:before {
710
+ content: "\f0f4";
711
+ }
712
+ .um-faicon-cutlery:before {
713
+ content: "\f0f5";
714
+ }
715
+ .um-faicon-file-text-o:before {
716
+ content: "\f0f6";
717
+ }
718
+ .um-faicon-building-o:before {
719
+ content: "\f0f7";
720
+ }
721
+ .um-faicon-hospital-o:before {
722
+ content: "\f0f8";
723
+ }
724
+ .um-faicon-ambulance:before {
725
+ content: "\f0f9";
726
+ }
727
+ .um-faicon-medkit:before {
728
+ content: "\f0fa";
729
+ }
730
+ .um-faicon-fighter-jet:before {
731
+ content: "\f0fb";
732
+ }
733
+ .um-faicon-beer:before {
734
+ content: "\f0fc";
735
+ }
736
+ .um-faicon-h-square:before {
737
+ content: "\f0fd";
738
+ }
739
+ .um-faicon-plus-square:before {
740
+ content: "\f0fe";
741
+ }
742
+ .um-faicon-angle-double-left:before {
743
+ content: "\f100";
744
+ }
745
+ .um-faicon-angle-double-right:before {
746
+ content: "\f101";
747
+ }
748
+ .um-faicon-angle-double-up:before {
749
+ content: "\f102";
750
+ }
751
+ .um-faicon-angle-double-down:before {
752
+ content: "\f103";
753
+ }
754
+ .um-faicon-angle-left:before {
755
+ content: "\f104";
756
+ }
757
+ .um-faicon-angle-right:before {
758
+ content: "\f105";
759
+ }
760
+ .um-faicon-angle-up:before {
761
+ content: "\f106";
762
+ }
763
+ .um-faicon-angle-down:before {
764
+ content: "\f107";
765
+ }
766
+ .um-faicon-desktop:before {
767
+ content: "\f108";
768
+ }
769
+ .um-faicon-laptop:before {
770
+ content: "\f109";
771
+ }
772
+ .um-faicon-tablet:before {
773
+ content: "\f10a";
774
+ }
775
+ .um-faicon-mobile-phone:before,
776
+ .um-faicon-mobile:before {
777
+ content: "\f10b";
778
+ }
779
+ .um-faicon-circle-o:before {
780
+ content: "\f10c";
781
+ }
782
+ .um-faicon-quote-left:before {
783
+ content: "\f10d";
784
+ }
785
+ .um-faicon-quote-right:before {
786
+ content: "\f10e";
787
+ }
788
+ .um-faicon-spinner:before {
789
+ content: "\f110";
790
+ }
791
+ .um-faicon-spin {
792
+ -webkit-animation: um-faicon-spin 2s infinite linear;
793
+ animation: um-faicon-spin 2s infinite linear;
794
+ }
795
+ .um-faicon-circle:before {
796
+ content: "\f111";
797
+ }
798
+ .um-faicon-mail-reply:before,
799
+ .um-faicon-reply:before {
800
+ content: "\f112";
801
+ }
802
+ .um-faicon-github-alt:before {
803
+ content: "\f113";
804
+ }
805
+ .um-faicon-folder-o:before {
806
+ content: "\f114";
807
+ }
808
+ .um-faicon-folder-open-o:before {
809
+ content: "\f115";
810
+ }
811
+ .um-faicon-smile-o:before {
812
+ content: "\f118";
813
+ }
814
+ .um-faicon-frown-o:before {
815
+ content: "\f119";
816
+ }
817
+ .um-faicon-meh-o:before {
818
+ content: "\f11a";
819
+ }
820
+ .um-faicon-gamepad:before {
821
+ content: "\f11b";
822
+ }
823
+ .um-faicon-keyboard-o:before {
824
+ content: "\f11c";
825
+ }
826
+ .um-faicon-flag-o:before {
827
+ content: "\f11d";
828
+ }
829
+ .um-faicon-flag-checkered:before {
830
+ content: "\f11e";
831
+ }
832
+ .um-faicon-terminal:before {
833
+ content: "\f120";
834
+ }
835
+ .um-faicon-code:before {
836
+ content: "\f121";
837
+ }
838
+ .um-faicon-mail-reply-all:before,
839
+ .um-faicon-reply-all:before {
840
+ content: "\f122";
841
+ }
842
+ .um-faicon-star-half-empty:before,
843
+ .um-faicon-star-half-full:before,
844
+ .um-faicon-star-half-o:before {
845
+ content: "\f123";
846
+ }
847
+ .um-faicon-location-arrow:before {
848
+ content: "\f124";
849
+ }
850
+ .um-faicon-crop:before {
851
+ content: "\f125";
852
+ }
853
+ .um-faicon-code-fork:before {
854
+ content: "\f126";
855
+ }
856
+ .um-faicon-unlink:before,
857
+ .um-faicon-chain-broken:before {
858
+ content: "\f127";
859
+ }
860
+ .um-faicon-question:before {
861
+ content: "\f128";
862
+ }
863
+ .um-faicon-info:before {
864
+ content: "\f129";
865
+ }
866
+ .um-faicon-exclamation:before {
867
+ content: "\f12a";
868
+ }
869
+ .um-faicon-superscript:before {
870
+ content: "\f12b";
871
+ }
872
+ .um-faicon-subscript:before {
873
+ content: "\f12c";
874
+ }
875
+ .um-faicon-eraser:before {
876
+ content: "\f12d";
877
+ }
878
+ .um-faicon-puzzle-piece:before {
879
+ content: "\f12e";
880
+ }
881
+ .um-faicon-microphone:before {
882
+ content: "\f130";
883
+ }
884
+ .um-faicon-microphone-slash:before {
885
+ content: "\f131";
886
+ }
887
+ .um-faicon-shield:before {
888
+ content: "\f132";
889
+ }
890
+ .um-faicon-calendar-o:before {
891
+ content: "\f133";
892
+ }
893
+ .um-faicon-fire-extinguisher:before {
894
+ content: "\f134";
895
+ }
896
+ .um-faicon-rocket:before {
897
+ content: "\f135";
898
+ }
899
+ .um-faicon-maxcdn:before {
900
+ content: "\f136";
901
+ }
902
+ .um-faicon-chevron-circle-left:before {
903
+ content: "\f137";
904
+ }
905
+ .um-faicon-chevron-circle-right:before {
906
+ content: "\f138";
907
+ }
908
+ .um-faicon-chevron-circle-up:before {
909
+ content: "\f139";
910
+ }
911
+ .um-faicon-chevron-circle-down:before {
912
+ content: "\f13a";
913
+ }
914
+ .um-faicon-html5:before {
915
+ content: "\f13b";
916
+ }
917
+ .um-faicon-css3:before {
918
+ content: "\f13c";
919
+ }
920
+ .um-faicon-anchor:before {
921
+ content: "\f13d";
922
+ }
923
+ .um-faicon-unlock-alt:before {
924
+ content: "\f13e";
925
+ }
926
+ .um-faicon-bullseye:before {
927
+ content: "\f140";
928
+ }
929
+ .um-faicon-ellipsis-h:before {
930
+ content: "\f141";
931
+ }
932
+ .um-faicon-ellipsis-v:before {
933
+ content: "\f142";
934
+ }
935
+ .um-faicon-rss-square:before {
936
+ content: "\f143";
937
+ }
938
+ .um-faicon-play-circle:before {
939
+ content: "\f144";
940
+ }
941
+ .um-faicon-ticket:before {
942
+ content: "\f145";
943
+ }
944
+ .um-faicon-minus-square:before {
945
+ content: "\f146";
946
+ }
947
+ .um-faicon-minus-square-o:before {
948
+ content: "\f147";
949
+ }
950
+ .um-faicon-level-up:before {
951
+ content: "\f148";
952
+ }
953
+ .um-faicon-level-down:before {
954
+ content: "\f149";
955
+ }
956
+ .um-faicon-check-square:before {
957
+ content: "\f14a";
958
+ }
959
+ .um-faicon-pencil-square:before {
960
+ content: "\f14b";
961
+ }
962
+ .um-faicon-external-link-square:before {
963
+ content: "\f14c";
964
+ }
965
+ .um-faicon-share-square:before {
966
+ content: "\f14d";
967
+ }
968
+ .um-faicon-compass:before {
969
+ content: "\f14e";
970
+ }
971
+ .um-faicon-toggle-down:before,
972
+ .um-faicon-caret-square-o-down:before {
973
+ content: "\f150";
974
+ }
975
+ .um-faicon-toggle-up:before,
976
+ .um-faicon-caret-square-o-up:before {
977
+ content: "\f151";
978
+ }
979
+ .um-faicon-toggle-right:before,
980
+ .um-faicon-caret-square-o-right:before {
981
+ content: "\f152";
982
+ }
983
+ .um-faicon-euro:before,
984
+ .um-faicon-eur:before {
985
+ content: "\f153";
986
+ }
987
+ .um-faicon-gbp:before {
988
+ content: "\f154";
989
+ }
990
+ .um-faicon-dollar:before,
991
+ .um-faicon-usd:before {
992
+ content: "\f155";
993
+ }
994
+ .um-faicon-rupee:before,
995
+ .um-faicon-inr:before {
996
+ content: "\f156";
997
+ }
998
+ .um-faicon-cny:before,
999
+ .um-faicon-rmb:before,
1000
+ .um-faicon-yen:before,
1001
+ .um-faicon-jpy:before {
1002
+ content: "\f157";
1003
+ }
1004
+ .um-faicon-ruble:before,
1005
+ .um-faicon-rouble:before,
1006
+ .um-faicon-rub:before {
1007
+ content: "\f158";
1008
+ }
1009
+ .um-faicon-won:before,
1010
+ .um-faicon-krw:before {
1011
+ content: "\f159";
1012
+ }
1013
+ .um-faicon-bitcoin:before,
1014
+ .um-faicon-btc:before {
1015
+ content: "\f15a";
1016
+ }
1017
+ .um-faicon-file:before {
1018
+ content: "\f15b";
1019
+ }
1020
+ .um-faicon-file-text:before {
1021
+ content: "\f15c";
1022
+ }
1023
+ .um-faicon-sort-alpha-asc:before {
1024
+ content: "\f15d";
1025
+ }
1026
+ .um-faicon-sort-alpha-desc:before {
1027
+ content: "\f15e";
1028
+ }
1029
+ .um-faicon-sort-amount-asc:before {
1030
+ content: "\f160";
1031
+ }
1032
+ .um-faicon-sort-amount-desc:before {
1033
+ content: "\f161";
1034
+ }
1035
+ .um-faicon-sort-numeric-asc:before {
1036
+ content: "\f162";
1037
+ }
1038
+ .um-faicon-sort-numeric-desc:before {
1039
+ content: "\f163";
1040
+ }
1041
+ .um-faicon-thumbs-up:before {
1042
+ content: "\f164";
1043
+ }
1044
+ .um-faicon-thumbs-down:before {
1045
+ content: "\f165";
1046
+ }
1047
+ .um-faicon-youtube-square:before {
1048
+ content: "\f166";
1049
+ }
1050
+ .um-faicon-youtube:before {
1051
+ content: "\f167";
1052
+ }
1053
+ .um-faicon-xing:before {
1054
+ content: "\f168";
1055
+ }
1056
+ .um-faicon-xing-square:before {
1057
+ content: "\f169";
1058
+ }
1059
+ .um-faicon-youtube-play:before {
1060
+ content: "\f16a";
1061
+ }
1062
+ .um-faicon-dropbox:before {
1063
+ content: "\f16b";
1064
+ }
1065
+ .um-faicon-stack-overflow:before {
1066
+ content: "\f16c";
1067
+ }
1068
+ .um-faicon-instagram:before {
1069
+ content: "\f16d";
1070
+ }
1071
+ .um-faicon-flickr:before {
1072
+ content: "\f16e";
1073
+ }
1074
+ .um-faicon-adn:before {
1075
+ content: "\f170";
1076
+ }
1077
+ .um-faicon-bitbucket:before {
1078
+ content: "\f171";
1079
+ }
1080
+ .um-faicon-bitbucket-square:before {
1081
+ content: "\f172";
1082
+ }
1083
+ .um-faicon-tumblr:before {
1084
+ content: "\f173";
1085
+ }
1086
+ .um-faicon-tumblr-square:before {
1087
+ content: "\f174";
1088
+ }
1089
+ .um-faicon-long-arrow-down:before {
1090
+ content: "\f175";
1091
+ }
1092
+ .um-faicon-long-arrow-up:before {
1093
+ content: "\f176";
1094
+ }
1095
+ .um-faicon-long-arrow-left:before {
1096
+ content: "\f177";
1097
+ }
1098
+ .um-faicon-long-arrow-right:before {
1099
+ content: "\f178";
1100
+ }
1101
+ .um-faicon-apple:before {
1102
+ content: "\f179";
1103
+ }
1104
+ .um-faicon-windows:before {
1105
+ content: "\f17a";
1106
+ }
1107
+ .um-faicon-android:before {
1108
+ content: "\f17b";
1109
+ }
1110
+ .um-faicon-linux:before {
1111
+ content: "\f17c";
1112
+ }
1113
+ .um-faicon-dribbble:before {
1114
+ content: "\f17d";
1115
+ }
1116
+ .um-faicon-skype:before {
1117
+ content: "\f17e";
1118
+ }
1119
+ .um-faicon-foursquare:before {
1120
+ content: "\f180";
1121
+ }
1122
+ .um-faicon-trello:before {
1123
+ content: "\f181";
1124
+ }
1125
+ .um-faicon-female:before {
1126
+ content: "\f182";
1127
+ }
1128
+ .um-faicon-male:before {
1129
+ content: "\f183";
1130
+ }
1131
+ .um-faicon-gittip:before {
1132
+ content: "\f184";
1133
+ }
1134
+ .um-faicon-sun-o:before {
1135
+ content: "\f185";
1136
+ }
1137
+ .um-faicon-moon-o:before {
1138
+ content: "\f186";
1139
+ }
1140
+ .um-faicon-archive:before {
1141
+ content: "\f187";
1142
+ }
1143
+ .um-faicon-bug:before {
1144
+ content: "\f188";
1145
+ }
1146
+ .um-faicon-vk:before {
1147
+ content: "\f189";
1148
+ }
1149
+ .um-faicon-weibo:before {
1150
+ content: "\f18a";
1151
+ }
1152
+ .um-faicon-renren:before {
1153
+ content: "\f18b";
1154
+ }
1155
+ .um-faicon-pagelines:before {
1156
+ content: "\f18c";
1157
+ }
1158
+ .um-faicon-stack-exchange:before {
1159
+ content: "\f18d";
1160
+ }
1161
+ .um-faicon-arrow-circle-o-right:before {
1162
+ content: "\f18e";
1163
+ }
1164
+ .um-faicon-arrow-circle-o-left:before {
1165
+ content: "\f190";
1166
+ }
1167
+ .um-faicon-toggle-left:before,
1168
+ .um-faicon-caret-square-o-left:before {
1169
+ content: "\f191";
1170
+ }
1171
+ .um-faicon-dot-circle-o:before {
1172
+ content: "\f192";
1173
+ }
1174
+ .um-faicon-wheelchair:before {
1175
+ content: "\f193";
1176
+ }
1177
+ .um-faicon-vimeo-square:before {
1178
+ content: "\f194";
1179
+ }
1180
+ .um-faicon-turkish-lira:before,
1181
+ .um-faicon-try:before {
1182
+ content: "\f195";
1183
+ }
1184
+ .um-faicon-plus-square-o:before {
1185
+ content: "\f196";
1186
+ }
1187
+ .um-faicon-space-shuttle:before {
1188
+ content: "\f197";
1189
+ }
1190
+ .um-faicon-slack:before {
1191
+ content: "\f198";
1192
+ }
1193
+ .um-faicon-envelope-square:before {
1194
+ content: "\f199";
1195
+ }
1196
+ .um-faicon-wordpress:before {
1197
+ content: "\f19a";
1198
+ }
1199
+ .um-faicon-openid:before {
1200
+ content: "\f19b";
1201
+ }
1202
+ .um-faicon-institution:before,
1203
+ .um-faicon-bank:before,
1204
+ .um-faicon-university:before {
1205
+ content: "\f19c";
1206
+ }
1207
+ .um-faicon-mortar-board:before,
1208
+ .um-faicon-graduation-cap:before {
1209
+ content: "\f19d";
1210
+ }
1211
+ .um-faicon-yahoo:before {
1212
+ content: "\f19e";
1213
+ }
1214
+ .um-faicon-google:before {
1215
+ content: "\f1a0";
1216
+ }
1217
+ .um-faicon-reddit:before {
1218
+ content: "\f1a1";
1219
+ }
1220
+ .um-faicon-reddit-square:before {
1221
+ content: "\f1a2";
1222
+ }
1223
+ .um-faicon-stumbleupon-circle:before {
1224
+ content: "\f1a3";
1225
+ }
1226
+ .um-faicon-stumbleupon:before {
1227
+ content: "\f1a4";
1228
+ }
1229
+ .um-faicon-delicious:before {
1230
+ content: "\f1a5";
1231
+ }
1232
+ .um-faicon-digg:before {
1233
+ content: "\f1a6";
1234
+ }
1235
+ .um-faicon-pied-piper:before {
1236
+ content: "\f1a7";
1237
+ }
1238
+ .um-faicon-pied-piper-alt:before {
1239
+ content: "\f1a8";
1240
+ }
1241
+ .um-faicon-drupal:before {
1242
+ content: "\f1a9";
1243
+ }
1244
+ .um-faicon-joomla:before {
1245
+ content: "\f1aa";
1246
+ }
1247
+ .um-faicon-language:before {
1248
+ content: "\f1ab";
1249
+ }
1250
+ .um-faicon-fax:before {
1251
+ content: "\f1ac";
1252
+ }
1253
+ .um-faicon-building:before {
1254
+ content: "\f1ad";
1255
+ }
1256
+ .um-faicon-child:before {
1257
+ content: "\f1ae";
1258
+ }
1259
+ .um-faicon-paw:before {
1260
+ content: "\f1b0";
1261
+ }
1262
+ .um-faicon-spoon:before {
1263
+ content: "\f1b1";
1264
+ }
1265
+ .um-faicon-cube:before {
1266
+ content: "\f1b2";
1267
+ }
1268
+ .um-faicon-cubes:before {
1269
+ content: "\f1b3";
1270
+ }
1271
+ .um-faicon-behance:before {
1272
+ content: "\f1b4";
1273
+ }
1274
+ .um-faicon-behance-square:before {
1275
+ content: "\f1b5";
1276
+ }
1277
+ .um-faicon-steam:before {
1278
+ content: "\f1b6";
1279
+ }
1280
+ .um-faicon-steam-square:before {
1281
+ content: "\f1b7";
1282
+ }
1283
+ .um-faicon-recycle:before {
1284
+ content: "\f1b8";
1285
+ }
1286
+ .um-faicon-automobile:before,
1287
+ .um-faicon-car:before {
1288
+ content: "\f1b9";
1289
+ }
1290
+ .um-faicon-cab:before,
1291
+ .um-faicon-taxi:before {
1292
+ content: "\f1ba";
1293
+ }
1294
+ .um-faicon-tree:before {
1295
+ content: "\f1bb";
1296
+ }
1297
+ .um-faicon-spotify:before {
1298
+ content: "\f1bc";
1299
+ }
1300
+ .um-faicon-deviantart:before {
1301
+ content: "\f1bd";
1302
+ }
1303
+ .um-faicon-soundcloud:before {
1304
+ content: "\f1be";
1305
+ }
1306
+ .um-faicon-database:before {
1307
+ content: "\f1c0";
1308
+ }
1309
+ .um-faicon-file-pdf-o:before {
1310
+ content: "\f1c1";
1311
+ }
1312
+ .um-faicon-file-word-o:before {
1313
+ content: "\f1c2";
1314
+ }
1315
+ .um-faicon-file-excel-o:before {
1316
+ content: "\f1c3";
1317
+ }
1318
+ .um-faicon-file-powerpoint-o:before {
1319
+ content: "\f1c4";
1320
+ }
1321
+ .um-faicon-file-photo-o:before,
1322
+ .um-faicon-file-picture-o:before,
1323
+ .um-faicon-file-image-o:before {
1324
+ content: "\f1c5";
1325
+ }
1326
+ .um-faicon-file-zip-o:before,
1327
+ .um-faicon-file-archive-o:before {
1328
+ content: "\f1c6";
1329
+ }
1330
+ .um-faicon-file-sound-o:before,
1331
+ .um-faicon-file-audio-o:before {
1332
+ content: "\f1c7";
1333
+ }
1334
+ .um-faicon-file-movie-o:before,
1335
+ .um-faicon-file-video-o:before {
1336
+ content: "\f1c8";
1337
+ }
1338
+ .um-faicon-file-code-o:before {
1339
+ content: "\f1c9";
1340
+ }
1341
+ .um-faicon-vine:before {
1342
+ content: "\f1ca";
1343
+ }
1344
+ .um-faicon-codepen:before {
1345
+ content: "\f1cb";
1346
+ }
1347
+ .um-faicon-jsfiddle:before {
1348
+ content: "\f1cc";
1349
+ }
1350
+ .um-faicon-life-bouy:before,
1351
+ .um-faicon-life-buoy:before,
1352
+ .um-faicon-life-saver:before,
1353
+ .um-faicon-support:before,
1354
+ .um-faicon-life-ring:before {
1355
+ content: "\f1cd";
1356
+ }
1357
+ .um-faicon-circle-o-notch:before {
1358
+ content: "\f1ce";
1359
+ }
1360
+ .um-faicon-ra:before,
1361
+ .um-faicon-rebel:before {
1362
+ content: "\f1d0";
1363
+ }
1364
+ .um-faicon-ge:before,
1365
+ .um-faicon-empire:before {
1366
+ content: "\f1d1";
1367
+ }
1368
+ .um-faicon-git-square:before {
1369
+ content: "\f1d2";
1370
+ }
1371
+ .um-faicon-git:before {
1372
+ content: "\f1d3";
1373
+ }
1374
+ .um-faicon-hacker-news:before {
1375
+ content: "\f1d4";
1376
+ }
1377
+ .um-faicon-tencent-weibo:before {
1378
+ content: "\f1d5";
1379
+ }
1380
+ .um-faicon-qq:before {
1381
+ content: "\f1d6";
1382
+ }
1383
+ .um-faicon-wechat:before,
1384
+ .um-faicon-weixin:before {
1385
+ content: "\f1d7";
1386
+ }
1387
+ .um-faicon-send:before,
1388
+ .um-faicon-paper-plane:before {
1389
+ content: "\f1d8";
1390
+ }
1391
+ .um-faicon-send-o:before,
1392
+ .um-faicon-paper-plane-o:before {
1393
+ content: "\f1d9";
1394
+ }
1395
+ .um-faicon-history:before {
1396
+ content: "\f1da";
1397
+ }
1398
+ .um-faicon-circle-thin:before {
1399
+ content: "\f1db";
1400
+ }
1401
+ .um-faicon-header:before {
1402
+ content: "\f1dc";
1403
+ }
1404
+ .um-faicon-paragraph:before {
1405
+ content: "\f1dd";
1406
+ }
1407
+ .um-faicon-sliders:before {
1408
+ content: "\f1de";
1409
+ }
1410
+ .um-faicon-share-alt:before {
1411
+ content: "\f1e0";
1412
+ }
1413
+ .um-faicon-share-alt-square:before {
1414
+ content: "\f1e1";
1415
+ }
1416
+ .um-faicon-bomb:before {
1417
+ content: "\f1e2";
1418
+ }
1419
+ .um-faicon-soccer-ball-o:before,
1420
+ .um-faicon-futbol-o:before {
1421
+ content: "\f1e3";
1422
+ }
1423
+ .um-faicon-tty:before {
1424
+ content: "\f1e4";
1425
+ }
1426
+ .um-faicon-binoculars:before {
1427
+ content: "\f1e5";
1428
+ }
1429
+ .um-faicon-plug:before {
1430
+ content: "\f1e6";
1431
+ }
1432
+ .um-faicon-slideshare:before {
1433
+ content: "\f1e7";
1434
+ }
1435
+ .um-faicon-twitch:before {
1436
+ content: "\f1e8";
1437
+ }
1438
+ .um-faicon-yelp:before {
1439
+ content: "\f1e9";
1440
+ }
1441
+ .um-faicon-newspaper-o:before {
1442
+ content: "\f1ea";
1443
+ }
1444
+ .um-faicon-wifi:before {
1445
+ content: "\f1eb";
1446
+ }
1447
+ .um-faicon-calculator:before {
1448
+ content: "\f1ec";
1449
+ }
1450
+ .um-faicon-paypal:before {
1451
+ content: "\f1ed";
1452
+ }
1453
+ .um-faicon-google-wallet:before {
1454
+ content: "\f1ee";
1455
+ }
1456
+ .um-faicon-cc-visa:before {
1457
+ content: "\f1f0";
1458
+ }
1459
+ .um-faicon-cc-mastercard:before {
1460
+ content: "\f1f1";
1461
+ }
1462
+ .um-faicon-cc-discover:before {
1463
+ content: "\f1f2";
1464
+ }
1465
+ .um-faicon-cc-amex:before {
1466
+ content: "\f1f3";
1467
+ }
1468
+ .um-faicon-cc-paypal:before {
1469
+ content: "\f1f4";
1470
+ }
1471
+ .um-faicon-cc-stripe:before {
1472
+ content: "\f1f5";
1473
+ }
1474
+ .um-faicon-bell-slash:before {
1475
+ content: "\f1f6";
1476
+ }
1477
+ .um-faicon-bell-slash-o:before {
1478
+ content: "\f1f7";
1479
+ }
1480
+ .um-faicon-trash:before {
1481
+ content: "\f1f8";
1482
+ }
1483
+ .um-faicon-copyright:before {
1484
+ content: "\f1f9";
1485
+ }
1486
+ .um-faicon-at:before {
1487
+ content: "\f1fa";
1488
+ }
1489
+ .um-faicon-eyedropper:before {
1490
+ content: "\f1fb";
1491
+ }
1492
+ .um-faicon-paint-brush:before {
1493
+ content: "\f1fc";
1494
+ }
1495
+ .um-faicon-birthday-cake:before {
1496
+ content: "\f1fd";
1497
+ }
1498
+ .um-faicon-area-chart:before {
1499
+ content: "\f1fe";
1500
+ }
1501
+ .um-faicon-pie-chart:before {
1502
+ content: "\f200";
1503
+ }
1504
+ .um-faicon-line-chart:before {
1505
+ content: "\f201";
1506
+ }
1507
+ .um-faicon-lastfm:before {
1508
+ content: "\f202";
1509
+ }
1510
+ .um-faicon-lastfm-square:before {
1511
+ content: "\f203";
1512
+ }
1513
+ .um-faicon-toggle-off:before {
1514
+ content: "\f204";
1515
+ }
1516
+ .um-faicon-toggle-on:before {
1517
+ content: "\f205";
1518
+ }
1519
+ .um-faicon-bicycle:before {
1520
+ content: "\f206";
1521
+ }
1522
+ .um-faicon-bus:before {
1523
+ content: "\f207";
1524
+ }
1525
+ .um-faicon-ioxhost:before {
1526
+ content: "\f208";
1527
+ }
1528
+ .um-faicon-angellist:before {
1529
+ content: "\f209";
1530
+ }
1531
+ .um-faicon-cc:before {
1532
+ content: "\f20a";
1533
+ }
1534
+ .um-faicon-shekel:before,
1535
+ .um-faicon-sheqel:before,
1536
+ .um-faicon-ils:before {
1537
+ content: "\f20b";
1538
+ }
1539
+ .um-faicon-meanpath:before {
1540
+ content: "\f20c";
1541
+ }
1542
+
1543
+ @-moz-keyframes um-faicon-spin {
1544
+ 0% {
1545
+ -moz-transform: rotate(0deg);
1546
+ }
1547
+ 100% {
1548
+ -moz-transform: rotate(359deg);
1549
+ }
1550
+ }
1551
+ @-webkit-keyframes um-faicon-spin {
1552
+ 0% {
1553
+ -webkit-transform: rotate(0deg);
1554
+ }
1555
+ 100% {
1556
+ -webkit-transform: rotate(359deg);
1557
+ }
1558
+ }
1559
+ @-o-keyframes um-faicon-spin {
1560
+ 0% {
1561
+ -o-transform: rotate(0deg);
1562
+ }
1563
+ 100% {
1564
+ -o-transform: rotate(359deg);
1565
+ }
1566
+ }
1567
+ @-ms-keyframes um-faicon-spin {
1568
+ 0% {
1569
+ -ms-transform: rotate(0deg);
1570
+ }
1571
+ 100% {
1572
+ -ms-transform: rotate(359deg);
1573
+ }
1574
+ }
1575
+ @keyframes um-faicon-spin {
1576
+ 0% {
1577
+ transform: rotate(0deg);
1578
+ }
1579
+ 100% {
1580
+ transform: rotate(359deg);
1581
+ }
1582
+ }
assets/css/um-fonticons-ii.css CHANGED
@@ -1,1492 +1,1492 @@
1
- @charset "UTF-8";
2
-
3
- @font-face {
4
- font-family: "Ionicons";
5
- src:url("../font/ionicons.eot?v=2.0.0");
6
- src:url("../font/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
7
- url("../font/ionicons.woff?v=2.0.0") format("woff"),
8
- url("../font/ionicons.ttf?v=2.0.0") format("truetype"),
9
- url("../font/ionicons.svg?v=2.0.0#Ionicons") format("svg");
10
- font-display: swap;
11
- font-weight: normal;
12
- font-style: normal;
13
- }
14
-
15
- [class^="um-icon-"]:before,
16
- [class*=" um-icon-"]:before {
17
- font-family: "Ionicons" !important;
18
- font-style: normal !important;
19
- font-weight: normal !important;
20
- font-variant: normal !important;
21
- text-transform: none !important;
22
- speak: none;
23
- line-height: 1;
24
- -webkit-font-smoothing: antialiased;
25
- -moz-osx-font-smoothing: grayscale;
26
- }
27
-
28
- .um-icon-alert:before { content: "\f101"; }
29
-
30
- .um-icon-alert-circled:before { content: "\f100"; }
31
-
32
- .um-icon-android-add:before { content: "\f2c7"; }
33
-
34
- .um-icon-android-add-circle:before { content: "\f359"; }
35
-
36
- .um-icon-android-alarm-clock:before { content: "\f35a"; }
37
-
38
- .um-icon-android-alert:before { content: "\f35b"; }
39
-
40
- .um-icon-android-apps:before { content: "\f35c"; }
41
-
42
- .um-icon-android-archive:before { content: "\f2c9"; }
43
-
44
- .um-icon-android-arrow-back:before { content: "\f2ca"; }
45
-
46
- .um-icon-android-arrow-down:before { content: "\f35d"; }
47
-
48
- .um-icon-android-arrow-dropdown:before { content: "\f35f"; }
49
-
50
- .um-icon-android-arrow-dropdown-circle:before { content: "\f35e"; }
51
-
52
- .um-icon-android-arrow-dropleft:before { content: "\f361"; }
53
-
54
- .um-icon-android-arrow-dropleft-circle:before { content: "\f360"; }
55
-
56
- .um-icon-android-arrow-dropright:before { content: "\f363"; }
57
-
58
- .um-icon-android-arrow-dropright-circle:before { content: "\f362"; }
59
-
60
- .um-icon-android-arrow-dropup:before { content: "\f365"; }
61
-
62
- .um-icon-android-arrow-dropup-circle:before { content: "\f364"; }
63
-
64
- .um-icon-android-arrow-forward:before { content: "\f30f"; }
65
-
66
- .um-icon-android-arrow-up:before { content: "\f366"; }
67
-
68
- .um-icon-android-attach:before { content: "\f367"; }
69
-
70
- .um-icon-android-bar:before { content: "\f368"; }
71
-
72
- .um-icon-android-bicycle:before { content: "\f369"; }
73
-
74
- .um-icon-android-boat:before { content: "\f36a"; }
75
-
76
- .um-icon-android-bookmark:before { content: "\f36b"; }
77
-
78
- .um-icon-android-bulb:before { content: "\f36c"; }
79
-
80
- .um-icon-android-bus:before { content: "\f36d"; }
81
-
82
- .um-icon-android-calendar:before { content: "\f2d1"; }
83
-
84
- .um-icon-android-call:before { content: "\f2d2"; }
85
-
86
- .um-icon-android-camera:before { content: "\f2d3"; }
87
-
88
- .um-icon-android-cancel:before { content: "\f36e"; }
89
-
90
- .um-icon-android-car:before { content: "\f36f"; }
91
-
92
- .um-icon-android-cart:before { content: "\f370"; }
93
-
94
- .um-icon-android-chat:before { content: "\f2d4"; }
95
-
96
- .um-icon-android-checkbox:before { content: "\f374"; }
97
-
98
- .um-icon-android-checkbox-blank:before { content: "\f371"; }
99
-
100
- .um-icon-android-checkbox-outline:before { content: "\f373"; }
101
-
102
- .um-icon-android-checkbox-outline-blank:before { content: "\f372"; }
103
-
104
- .um-icon-android-checkmark-circle:before { content: "\f375"; }
105
-
106
- .um-icon-android-clipboard:before { content: "\f376"; }
107
-
108
- .um-icon-android-close:before { content: "\f2d7"; }
109
-
110
- .um-icon-android-cloud:before { content: "\f37a"; }
111
-
112
- .um-icon-android-cloud-circle:before { content: "\f377"; }
113
-
114
- .um-icon-android-cloud-done:before { content: "\f378"; }
115
-
116
- .um-icon-android-cloud-outline:before { content: "\f379"; }
117
-
118
- .um-icon-android-color-palette:before { content: "\f37b"; }
119
-
120
- .um-icon-android-compass:before { content: "\f37c"; }
121
-
122
- .um-icon-android-contact:before { content: "\f2d8"; }
123
-
124
- .um-icon-android-contacts:before { content: "\f2d9"; }
125
-
126
- .um-icon-android-contract:before { content: "\f37d"; }
127
-
128
- .um-icon-android-create:before { content: "\f37e"; }
129
-
130
- .um-icon-android-delete:before { content: "\f37f"; }
131
-
132
- .um-icon-android-desktop:before { content: "\f380"; }
133
-
134
- .um-icon-android-document:before { content: "\f381"; }
135
-
136
- .um-icon-android-done:before { content: "\f383"; }
137
-
138
- .um-icon-android-done-all:before { content: "\f382"; }
139
-
140
- .um-icon-android-download:before { content: "\f2dd"; }
141
-
142
- .um-icon-android-drafts:before { content: "\f384"; }
143
-
144
- .um-icon-android-exit:before { content: "\f385"; }
145
-
146
- .um-icon-android-expand:before { content: "\f386"; }
147
-
148
- .um-icon-android-favorite:before { content: "\f388"; }
149
-
150
- .um-icon-android-favorite-outline:before { content: "\f387"; }
151
-
152
- .um-icon-android-film:before { content: "\f389"; }
153
-
154
- .um-icon-android-folder:before { content: "\f2e0"; }
155
-
156
- .um-icon-android-folder-open:before { content: "\f38a"; }
157
-
158
- .um-icon-android-funnel:before { content: "\f38b"; }
159
-
160
- .um-icon-android-globe:before { content: "\f38c"; }
161
-
162
- .um-icon-android-hand:before { content: "\f2e3"; }
163
-
164
- .um-icon-android-hangout:before { content: "\f38d"; }
165
-
166
- .um-icon-android-happy:before { content: "\f38e"; }
167
-
168
- .um-icon-android-home:before { content: "\f38f"; }
169
-
170
- .um-icon-android-image:before { content: "\f2e4"; }
171
-
172
- .um-icon-android-laptop:before { content: "\f390"; }
173
-
174
- .um-icon-android-list:before { content: "\f391"; }
175
-
176
- .um-icon-android-locate:before { content: "\f2e9"; }
177
-
178
- .um-icon-android-lock:before { content: "\f392"; }
179
-
180
- .um-icon-android-mail:before { content: "\f2eb"; }
181
-
182
- .um-icon-android-map:before { content: "\f393"; }
183
-
184
- .um-icon-android-menu:before { content: "\f394"; }
185
-
186
- .um-icon-android-microphone:before { content: "\f2ec"; }
187
-
188
- .um-icon-android-microphone-off:before { content: "\f395"; }
189
-
190
- .um-icon-android-more-horizontal:before { content: "\f396"; }
191
-
192
- .um-icon-android-more-vertical:before { content: "\f397"; }
193
-
194
- .um-icon-android-navigate:before { content: "\f398"; }
195
-
196
- .um-icon-android-notifications:before { content: "\f39b"; }
197
-
198
- .um-icon-android-notifications-none:before { content: "\f399"; }
199
-
200
- .um-icon-android-notifications-off:before { content: "\f39a"; }
201
-
202
- .um-icon-android-open:before { content: "\f39c"; }
203
-
204
- .um-icon-android-options:before { content: "\f39d"; }
205
-
206
- .um-icon-android-people:before { content: "\f39e"; }
207
-
208
- .um-icon-android-person:before { content: "\f3a0"; }
209
-
210
- .um-icon-android-person-add:before { content: "\f39f"; }
211
-
212
- .um-icon-android-phone-landscape:before { content: "\f3a1"; }
213
-
214
- .um-icon-android-phone-portrait:before { content: "\f3a2"; }
215
-
216
- .um-icon-android-pin:before { content: "\f3a3"; }
217
-
218
- .um-icon-android-plane:before { content: "\f3a4"; }
219
-
220
- .um-icon-android-playstore:before { content: "\f2f0"; }
221
-
222
- .um-icon-android-print:before { content: "\f3a5"; }
223
-
224
- .um-icon-android-radio-button-off:before { content: "\f3a6"; }
225
-
226
- .um-icon-android-radio-button-on:before { content: "\f3a7"; }
227
-
228
- .um-icon-android-refresh:before { content: "\f3a8"; }
229
-
230
- .um-icon-android-remove:before { content: "\f2f4"; }
231
-
232
- .um-icon-android-remove-circle:before { content: "\f3a9"; }
233
-
234
- .um-icon-android-restaurant:before { content: "\f3aa"; }
235
-
236
- .um-icon-android-sad:before { content: "\f3ab"; }
237
-
238
- .um-icon-android-search:before { content: "\f2f5"; }
239
-
240
- .um-icon-android-send:before { content: "\f2f6"; }
241
-
242
- .um-icon-android-settings:before { content: "\f2f7"; }
243
-
244
- .um-icon-android-share:before { content: "\f2f8"; }
245
-
246
- .um-icon-android-share-alt:before { content: "\f3ac"; }
247
-
248
- .um-icon-android-star:before { content: "\f2fc"; }
249
-
250
- .um-icon-android-star-half:before { content: "\f3ad"; }
251
-
252
- .um-icon-android-star-outline:before { content: "\f3ae"; }
253
-
254
- .um-icon-android-stopwatch:before { content: "\f2fd"; }
255
-
256
- .um-icon-android-subway:before { content: "\f3af"; }
257
-
258
- .um-icon-android-sunny:before { content: "\f3b0"; }
259
-
260
- .um-icon-android-sync:before { content: "\f3b1"; }
261
-
262
- .um-icon-android-textsms:before { content: "\f3b2"; }
263
-
264
- .um-icon-android-time:before { content: "\f3b3"; }
265
-
266
- .um-icon-android-train:before { content: "\f3b4"; }
267
-
268
- .um-icon-android-unlock:before { content: "\f3b5"; }
269
-
270
- .um-icon-android-upload:before { content: "\f3b6"; }
271
-
272
- .um-icon-android-volume-down:before { content: "\f3b7"; }
273
-
274
- .um-icon-android-volume-mute:before { content: "\f3b8"; }
275
-
276
- .um-icon-android-volume-off:before { content: "\f3b9"; }
277
-
278
- .um-icon-android-volume-up:before { content: "\f3ba"; }
279
-
280
- .um-icon-android-walk:before { content: "\f3bb"; }
281
-
282
- .um-icon-android-warning:before { content: "\f3bc"; }
283
-
284
- .um-icon-android-watch:before { content: "\f3bd"; }
285
-
286
- .um-icon-android-wifi:before { content: "\f305"; }
287
-
288
- .um-icon-aperture:before { content: "\f313"; }
289
-
290
- .um-icon-archive:before { content: "\f102"; }
291
-
292
- .um-icon-arrow-down-a:before { content: "\f103"; }
293
-
294
- .um-icon-arrow-down-b:before { content: "\f104"; }
295
-
296
- .um-icon-arrow-down-c:before { content: "\f105"; }
297
-
298
- .um-icon-arrow-expand:before { content: "\f25e"; }
299
-
300
- .um-icon-arrow-graph-down-left:before { content: "\f25f"; }
301
-
302
- .um-icon-arrow-graph-down-right:before { content: "\f260"; }
303
-
304
- .um-icon-arrow-graph-up-left:before { content: "\f261"; }
305
-
306
- .um-icon-arrow-graph-up-right:before { content: "\f262"; }
307
-
308
- .um-icon-arrow-left-a:before { content: "\f106"; }
309
-
310
- .um-icon-arrow-left-b:before { content: "\f107"; }
311
-
312
- .um-icon-arrow-left-c:before { content: "\f108"; }
313
-
314
- .um-icon-arrow-move:before { content: "\f263"; }
315
-
316
- .um-icon-arrow-resize:before { content: "\f264"; }
317
-
318
- .um-icon-arrow-return-left:before { content: "\f265"; }
319
-
320
- .um-icon-arrow-return-right:before { content: "\f266"; }
321
-
322
- .um-icon-arrow-right-a:before { content: "\f109"; }
323
-
324
- .um-icon-arrow-right-b:before { content: "\f10a"; }
325
-
326
- .um-icon-arrow-right-c:before { content: "\f10b"; }
327
-
328
- .um-icon-arrow-shrink:before { content: "\f267"; }
329
-
330
- .um-icon-arrow-swap:before { content: "\f268"; }
331
-
332
- .um-icon-arrow-up-a:before { content: "\f10c"; }
333
-
334
- .um-icon-arrow-up-b:before { content: "\f10d"; }
335
-
336
- .um-icon-arrow-up-c:before { content: "\f10e"; }
337
-
338
- .um-icon-asterisk:before { content: "\f314"; }
339
-
340
- .um-icon-at:before { content: "\f10f"; }
341
-
342
- .um-icon-backspace:before { content: "\f3bf"; }
343
-
344
- .um-icon-backspace-outline:before { content: "\f3be"; }
345
-
346
- .um-icon-bag:before { content: "\f110"; }
347
-
348
- .um-icon-battery-charging:before { content: "\f111"; }
349
-
350
- .um-icon-battery-empty:before { content: "\f112"; }
351
-
352
- .um-icon-battery-full:before { content: "\f113"; }
353
-
354
- .um-icon-battery-half:before { content: "\f114"; }
355
-
356
- .um-icon-battery-low:before { content: "\f115"; }
357
-
358
- .um-icon-beaker:before { content: "\f269"; }
359
-
360
- .um-icon-beer:before { content: "\f26a"; }
361
-
362
- .um-icon-bluetooth:before { content: "\f116"; }
363
-
364
- .um-icon-bonfire:before { content: "\f315"; }
365
-
366
- .um-icon-bookmark:before { content: "\f26b"; }
367
-
368
- .um-icon-bowtie:before { content: "\f3c0"; }
369
-
370
- .um-icon-briefcase:before { content: "\f26c"; }
371
-
372
- .um-icon-bug:before { content: "\f2be"; }
373
-
374
- .um-icon-calculator:before { content: "\f26d"; }
375
-
376
- .um-icon-calendar:before { content: "\f117"; }
377
-
378
- .um-icon-camera:before { content: "\f118"; }
379
-
380
- .um-icon-card:before { content: "\f119"; }
381
-
382
- .um-icon-cash:before { content: "\f316"; }
383
-
384
- .um-icon-chatbox:before { content: "\f11b"; }
385
-
386
- .um-icon-chatbox-working:before { content: "\f11a"; }
387
-
388
- .um-icon-chatboxes:before { content: "\f11c"; }
389
-
390
- .um-icon-chatbubble:before { content: "\f11e"; }
391
-
392
- .um-icon-chatbubble-working:before { content: "\f11d"; }
393
-
394
- .um-icon-chatbubbles:before { content: "\f11f"; }
395
-
396
- .um-icon-checkmark:before { content: "\f122"; }
397
-
398
- .um-icon-checkmark-circled:before { content: "\f120"; }
399
-
400
- .um-icon-checkmark-round:before { content: "\f121"; }
401
-
402
- .um-icon-chevron-down:before { content: "\f123"; }
403
-
404
- .um-icon-chevron-left:before { content: "\f124"; }
405
-
406
- .um-icon-chevron-right:before { content: "\f125"; }
407
-
408
- .um-icon-chevron-up:before { content: "\f126"; }
409
-
410
- .um-icon-clipboard:before { content: "\f127"; }
411
-
412
- .um-icon-clock:before { content: "\f26e"; }
413
-
414
- .um-icon-close:before { content: "\f12a"; }
415
-
416
- .um-icon-close-circled:before { content: "\f128"; }
417
-
418
- .um-icon-close-round:before { content: "\f129"; }
419
-
420
- .um-icon-closed-captioning:before { content: "\f317"; }
421
-
422
- .um-icon-cloud:before { content: "\f12b"; }
423
-
424
- .um-icon-code:before { content: "\f271"; }
425
-
426
- .um-icon-code-download:before { content: "\f26f"; }
427
-
428
- .um-icon-code-working:before { content: "\f270"; }
429
-
430
- .um-icon-coffee:before { content: "\f272"; }
431
-
432
- .um-icon-compass:before { content: "\f273"; }
433
-
434
- .um-icon-compose:before { content: "\f12c"; }
435
-
436
- .um-icon-connection-bars:before { content: "\f274"; }
437
-
438
- .um-icon-contrast:before { content: "\f275"; }
439
-
440
- .um-icon-crop:before { content: "\f3c1"; }
441
-
442
- .um-icon-cube:before { content: "\f318"; }
443
-
444
- .um-icon-disc:before { content: "\f12d"; }
445
-
446
- .um-icon-document:before { content: "\f12f"; }
447
-
448
- .um-icon-document-text:before { content: "\f12e"; }
449
-
450
- .um-icon-drag:before { content: "\f130"; }
451
-
452
- .um-icon-earth:before { content: "\f276"; }
453
-
454
- .um-icon-easel:before { content: "\f3c2"; }
455
-
456
- .um-icon-edit:before { content: "\f2bf"; }
457
-
458
- .um-icon-egg:before { content: "\f277"; }
459
-
460
- .um-icon-eject:before { content: "\f131"; }
461
-
462
- .um-icon-email:before { content: "\f132"; }
463
-
464
- .um-icon-email-unread:before { content: "\f3c3"; }
465
-
466
- .um-icon-erlenmeyer-flask:before { content: "\f3c5"; }
467
-
468
- .um-icon-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }
469
-
470
- .um-icon-eye:before { content: "\f133"; }
471
-
472
- .um-icon-eye-disabled:before { content: "\f306"; }
473
-
474
- .um-icon-female:before { content: "\f278"; }
475
-
476
- .um-icon-filing:before { content: "\f134"; }
477
-
478
- .um-icon-film-marker:before { content: "\f135"; }
479
-
480
- .um-icon-fireball:before { content: "\f319"; }
481
-
482
- .um-icon-flag:before { content: "\f279"; }
483
-
484
- .um-icon-flame:before { content: "\f31a"; }
485
-
486
- .um-icon-flash:before { content: "\f137"; }
487
-
488
- .um-icon-flash-off:before { content: "\f136"; }
489
-
490
- .um-icon-folder:before { content: "\f139"; }
491
-
492
- .um-icon-fork:before { content: "\f27a"; }
493
-
494
- .um-icon-fork-repo:before { content: "\f2c0"; }
495
-
496
- .um-icon-forward:before { content: "\f13a"; }
497
-
498
- .um-icon-funnel:before { content: "\f31b"; }
499
-
500
- .um-icon-gear-a:before { content: "\f13d"; }
501
-
502
- .um-icon-gear-b:before { content: "\f13e"; }
503
-
504
- .um-icon-grid:before { content: "\f13f"; }
505
-
506
- .um-icon-hammer:before { content: "\f27b"; }
507
-
508
- .um-icon-happy:before { content: "\f31c"; }
509
-
510
- .um-icon-happy-outline:before { content: "\f3c6"; }
511
-
512
- .um-icon-headphone:before { content: "\f140"; }
513
-
514
- .um-icon-heart:before { content: "\f141"; }
515
-
516
- .um-icon-heart-broken:before { content: "\f31d"; }
517
-
518
- .um-icon-help:before { content: "\f143"; }
519
-
520
- .um-icon-help-buoy:before { content: "\f27c"; }
521
-
522
- .um-icon-help-circled:before { content: "\f142"; }
523
-
524
- .um-icon-home:before { content: "\f144"; }
525
-
526
- .um-icon-icecream:before { content: "\f27d"; }
527
-
528
- .um-icon-image:before { content: "\f147"; }
529
-
530
- .um-icon-images:before { content: "\f148"; }
531
-
532
- .um-icon-information:before { content: "\f14a"; }
533
-
534
- .um-icon-information-circled:before { content: "\f149"; }
535
-
536
- .um-icon-ionic:before { content: "\f14b"; }
537
-
538
- .um-icon-ios-alarm:before { content: "\f3c8"; }
539
-
540
- .um-icon-ios-alarm-outline:before { content: "\f3c7"; }
541
-
542
- .um-icon-ios-albums:before { content: "\f3ca"; }
543
-
544
- .um-icon-ios-albums-outline:before { content: "\f3c9"; }
545
-
546
- .um-icon-ios-americanfootball:before { content: "\f3cc"; }
547
-
548
- .um-icon-ios-americanfootball-outline:before { content: "\f3cb"; }
549
-
550
- .um-icon-ios-analytics:before { content: "\f3ce"; }
551
-
552
- .um-icon-ios-analytics-outline:before { content: "\f3cd"; }
553
-
554
- .um-icon-ios-arrow-back:before { content: "\f3cf"; }
555
-
556
- .um-icon-ios-arrow-down:before { content: "\f3d0"; }
557
-
558
- .um-icon-ios-arrow-forward:before { content: "\f3d1"; }
559
-
560
- .um-icon-ios-arrow-left:before { content: "\f3d2"; }
561
-
562
- .um-icon-ios-arrow-right:before { content: "\f3d3"; }
563
-
564
- .um-icon-ios-arrow-thin-down:before { content: "\f3d4"; }
565
-
566
- .um-icon-ios-arrow-thin-left:before { content: "\f3d5"; }
567
-
568
- .um-icon-ios-arrow-thin-right:before { content: "\f3d6"; }
569
-
570
- .um-icon-ios-arrow-thin-up:before { content: "\f3d7"; }
571
-
572
- .um-icon-ios-arrow-up:before { content: "\f3d8"; }
573
-
574
- .um-icon-ios-at:before { content: "\f3da"; }
575
-
576
- .um-icon-ios-at-outline:before { content: "\f3d9"; }
577
-
578
- .um-icon-ios-barcode:before { content: "\f3dc"; }
579
-
580
- .um-icon-ios-barcode-outline:before { content: "\f3db"; }
581
-
582
- .um-icon-ios-baseball:before { content: "\f3de"; }
583
-
584
- .um-icon-ios-baseball-outline:before { content: "\f3dd"; }
585
-
586
- .um-icon-ios-basketball:before { content: "\f3e0"; }
587
-
588
- .um-icon-ios-basketball-outline:before { content: "\f3df"; }
589
-
590
- .um-icon-ios-bell:before { content: "\f3e2"; }
591
-
592
- .um-icon-ios-bell-outline:before { content: "\f3e1"; }
593
-
594
- .um-icon-ios-body:before { content: "\f3e4"; }
595
-
596
- .um-icon-ios-body-outline:before { content: "\f3e3"; }
597
-
598
- .um-icon-ios-bolt:before { content: "\f3e6"; }
599
-
600
- .um-icon-ios-bolt-outline:before { content: "\f3e5"; }
601
-
602
- .um-icon-ios-book:before { content: "\f3e8"; }
603
-
604
- .um-icon-ios-book-outline:before { content: "\f3e7"; }
605
-
606
- .um-icon-ios-bookmarks:before { content: "\f3ea"; }
607
-
608
- .um-icon-ios-bookmarks-outline:before { content: "\f3e9"; }
609
-
610
- .um-icon-ios-box:before { content: "\f3ec"; }
611
-
612
- .um-icon-ios-box-outline:before { content: "\f3eb"; }
613
-
614
- .um-icon-ios-briefcase:before { content: "\f3ee"; }
615
-
616
- .um-icon-ios-briefcase-outline:before { content: "\f3ed"; }
617
-
618
- .um-icon-ios-browsers:before { content: "\f3f0"; }
619
-
620
- .um-icon-ios-browsers-outline:before { content: "\f3ef"; }
621
-
622
- .um-icon-ios-calculator:before { content: "\f3f2"; }
623
-
624
- .um-icon-ios-calculator-outline:before { content: "\f3f1"; }
625
-
626
- .um-icon-ios-calendar:before { content: "\f3f4"; }
627
-
628
- .um-icon-ios-calendar-outline:before { content: "\f3f3"; }
629
-
630
- .um-icon-ios-camera:before { content: "\f3f6"; }
631
-
632
- .um-icon-ios-camera-outline:before { content: "\f3f5"; }
633
-
634
- .um-icon-ios-cart:before { content: "\f3f8"; }
635
-
636
- .um-icon-ios-cart-outline:before { content: "\f3f7"; }
637
-
638
- .um-icon-ios-chatboxes:before { content: "\f3fa"; }
639
-
640
- .um-icon-ios-chatboxes-outline:before { content: "\f3f9"; }
641
-
642
- .um-icon-ios-chatbubble:before { content: "\f3fc"; }
643
-
644
- .um-icon-ios-chatbubble-outline:before { content: "\f3fb"; }
645
-
646
- .um-icon-ios-checkmark:before { content: "\f3ff"; }
647
-
648
- .um-icon-ios-checkmark-empty:before { content: "\f3fd"; }
649
-
650
- .um-icon-ios-checkmark-outline:before { content: "\f3fe"; }
651
-
652
- .um-icon-ios-circle-filled:before { content: "\f400"; }
653
-
654
- .um-icon-ios-circle-outline:before { content: "\f401"; }
655
-
656
- .um-icon-ios-clock:before { content: "\f403"; }
657
-
658
- .um-icon-ios-clock-outline:before { content: "\f402"; }
659
-
660
- .um-icon-ios-close:before { content: "\f406"; }
661
-
662
- .um-icon-ios-close-empty:before { content: "\f404"; }
663
-
664
- .um-icon-ios-close-outline:before { content: "\f405"; }
665
-
666
- .um-icon-ios-cloud:before { content: "\f40c"; }
667
-
668
- .um-icon-ios-cloud-download:before { content: "\f408"; }
669
-
670
- .um-icon-ios-cloud-download-outline:before { content: "\f407"; }
671
-
672
- .um-icon-ios-cloud-outline:before { content: "\f409"; }
673
-
674
- .um-icon-ios-cloud-upload:before { content: "\f40b"; }
675
-
676
- .um-icon-ios-cloud-upload-outline:before { content: "\f40a"; }
677
-
678
- .um-icon-ios-cloudy:before { content: "\f410"; }
679
-
680
- .um-icon-ios-cloudy-night:before { content: "\f40e"; }
681
-
682
- .um-icon-ios-cloudy-night-outline:before { content: "\f40d"; }
683
-
684
- .um-icon-ios-cloudy-outline:before { content: "\f40f"; }
685
-
686
- .um-icon-ios-cog:before { content: "\f412"; }
687
-
688
- .um-icon-ios-cog-outline:before { content: "\f411"; }
689
-
690
- .um-icon-ios-color-filter:before { content: "\f414"; }
691
-
692
- .um-icon-ios-color-filter-outline:before { content: "\f413"; }
693
-
694
- .um-icon-ios-color-wand:before { content: "\f416"; }
695
-
696
- .um-icon-ios-color-wand-outline:before { content: "\f415"; }
697
-
698
- .um-icon-ios-compose:before { content: "\f418"; }
699
-
700
- .um-icon-ios-compose-outline:before { content: "\f417"; }
701
-
702
- .um-icon-ios-contact:before { content: "\f41a"; }
703
-
704
- .um-icon-ios-contact-outline:before { content: "\f419"; }
705
-
706
- .um-icon-ios-copy:before { content: "\f41c"; }
707
-
708
- .um-icon-ios-copy-outline:before { content: "\f41b"; }
709
-
710
- .um-icon-ios-crop:before { content: "\f41e"; }
711
-
712
- .um-icon-ios-crop-strong:before { content: "\f41d"; }
713
-
714
- .um-icon-ios-download:before { content: "\f420"; }
715
-
716
- .um-icon-ios-download-outline:before { content: "\f41f"; }
717
-
718
- .um-icon-ios-drag:before { content: "\f421"; }
719
-
720
- .um-icon-ios-email:before { content: "\f423"; }
721
-
722
- .um-icon-ios-email-outline:before { content: "\f422"; }
723
-
724
- .um-icon-ios-eye:before { content: "\f425"; }
725
-
726
- .um-icon-ios-eye-outline:before { content: "\f424"; }
727
-
728
- .um-icon-ios-fastforward:before { content: "\f427"; }
729
-
730
- .um-icon-ios-fastforward-outline:before { content: "\f426"; }
731
-
732
- .um-icon-ios-filing:before { content: "\f429"; }
733
-
734
- .um-icon-ios-filing-outline:before { content: "\f428"; }
735
-
736
- .um-icon-ios-film:before { content: "\f42b"; }
737
-
738
- .um-icon-ios-film-outline:before { content: "\f42a"; }
739
-
740
- .um-icon-ios-flag:before { content: "\f42d"; }
741
-
742
- .um-icon-ios-flag-outline:before { content: "\f42c"; }
743
-
744
- .um-icon-ios-flame:before { content: "\f42f"; }
745
-
746
- .um-icon-ios-flame-outline:before { content: "\f42e"; }
747
-
748
- .um-icon-ios-flask:before { content: "\f431"; }
749
-
750
- .um-icon-ios-flask-outline:before { content: "\f430"; }
751
-
752
- .um-icon-ios-flower:before { content: "\f433"; }
753
-
754
- .um-icon-ios-flower-outline:before { content: "\f432"; }
755
-
756
- .um-icon-ios-folder:before { content: "\f435"; }
757
-
758
- .um-icon-ios-folder-outline:before { content: "\f434"; }
759
-
760
- .um-icon-ios-football:before { content: "\f437"; }
761
-
762
- .um-icon-ios-football-outline:before { content: "\f436"; }
763
-
764
- .um-icon-ios-game-controller-a:before { content: "\f439"; }
765
-
766
- .um-icon-ios-game-controller-a-outline:before { content: "\f438"; }
767
-
768
- .um-icon-ios-game-controller-b:before { content: "\f43b"; }
769
-
770
- .um-icon-ios-game-controller-b-outline:before { content: "\f43a"; }
771
-
772
- .um-icon-ios-gear:before { content: "\f43d"; }
773
-
774
- .um-icon-ios-gear-outline:before { content: "\f43c"; }
775
-
776
- .um-icon-ios-glasses:before { content: "\f43f"; }
777
-
778
- .um-icon-ios-glasses-outline:before { content: "\f43e"; }
779
-
780
- .um-icon-ios-grid-view:before { content: "\f441"; }
781
-
782
- .um-icon-ios-grid-view-outline:before { content: "\f440"; }
783
-
784
- .um-icon-ios-heart:before { content: "\f443"; }
785
-
786
- .um-icon-ios-heart-outline:before { content: "\f442"; }
787
-
788
- .um-icon-ios-help:before { content: "\f446"; }
789
-
790
- .um-icon-ios-help-empty:before { content: "\f444"; }
791
-
792
- .um-icon-ios-help-outline:before { content: "\f445"; }
793
-
794
- .um-icon-ios-home:before { content: "\f448"; }
795
-
796
- .um-icon-ios-home-outline:before { content: "\f447"; }
797
-
798
- .um-icon-ios-infinite:before { content: "\f44a"; }
799
-
800
- .um-icon-ios-infinite-outline:before { content: "\f449"; }
801
-
802
- .um-icon-ios-information:before { content: "\f44d"; }
803
-
804
- .um-icon-ios-information-empty:before { content: "\f44b"; }
805
-
806
- .um-icon-ios-information-outline:before { content: "\f44c"; }
807
-
808
- .um-icon-ios-ionic-outline:before { content: "\f44e"; }
809
-
810
- .um-icon-ios-keypad:before { content: "\f450"; }
811
-
812
- .um-icon-ios-keypad-outline:before { content: "\f44f"; }
813
-
814
- .um-icon-ios-lightbulb:before { content: "\f452"; }
815
-
816
- .um-icon-ios-lightbulb-outline:before { content: "\f451"; }
817
-
818
- .um-icon-ios-list:before { content: "\f454"; }
819
-
820
- .um-icon-ios-list-outline:before { content: "\f453"; }
821
-
822
- .um-icon-ios-location:before { content: "\f456"; }
823
-
824
- .um-icon-ios-location-outline:before { content: "\f455"; }
825
-
826
- .um-icon-ios-locked:before { content: "\f458"; }
827
-
828
- .um-icon-ios-locked-outline:before { content: "\f457"; }
829
-
830
- .um-icon-ios-loop:before { content: "\f45a"; }
831
-
832
- .um-icon-ios-loop-strong:before { content: "\f459"; }
833
-
834
- .um-icon-ios-medical:before { content: "\f45c"; }
835
-
836
- .um-icon-ios-medical-outline:before { content: "\f45b"; }
837
-
838
- .um-icon-ios-medkit:before { content: "\f45e"; }
839
-
840
- .um-icon-ios-medkit-outline:before { content: "\f45d"; }
841
-
842
- .um-icon-ios-mic:before { content: "\f461"; }
843
-
844
- .um-icon-ios-mic-off:before { content: "\f45f"; }
845
-
846
- .um-icon-ios-mic-outline:before { content: "\f460"; }
847
-
848
- .um-icon-ios-minus:before { content: "\f464"; }
849
-
850
- .um-icon-ios-minus-empty:before { content: "\f462"; }
851
-
852
- .um-icon-ios-minus-outline:before { content: "\f463"; }
853
-
854
- .um-icon-ios-monitor:before { content: "\f466"; }
855
-
856
- .um-icon-ios-monitor-outline:before { content: "\f465"; }
857
-
858
- .um-icon-ios-moon:before { content: "\f468"; }
859
-
860
- .um-icon-ios-moon-outline:before { content: "\f467"; }
861
-
862
- .um-icon-ios-more:before { content: "\f46a"; }
863
-
864
- .um-icon-ios-more-outline:before { content: "\f469"; }
865
-
866
- .um-icon-ios-musical-note:before { content: "\f46b"; }
867
-
868
- .um-icon-ios-musical-notes:before { content: "\f46c"; }
869
-
870
- .um-icon-ios-navigate:before { content: "\f46e"; }
871
-
872
- .um-icon-ios-navigate-outline:before { content: "\f46d"; }
873
-
874
- .um-icon-ios-nutrition:before { content: "\f470"; }
875
-
876
- .um-icon-ios-nutrition-outline:before { content: "\f46f"; }
877
-
878
- .um-icon-ios-paper:before { content: "\f472"; }
879
-
880
- .um-icon-ios-paper-outline:before { content: "\f471"; }
881
-
882
- .um-icon-ios-paperplane:before { content: "\f474"; }
883
-
884
- .um-icon-ios-paperplane-outline:before { content: "\f473"; }
885
-
886
- .um-icon-ios-partlysunny:before { content: "\f476"; }
887
-
888
- .um-icon-ios-partlysunny-outline:before { content: "\f475"; }
889
-
890
- .um-icon-ios-pause:before { content: "\f478"; }
891
-
892
- .um-icon-ios-pause-outline:before { content: "\f477"; }
893
-
894
- .um-icon-ios-paw:before { content: "\f47a"; }
895
-
896
- .um-icon-ios-paw-outline:before { content: "\f479"; }
897
-
898
- .um-icon-ios-people:before { content: "\f47c"; }
899
-
900
- .um-icon-ios-people-outline:before { content: "\f47b"; }
901
-
902
- .um-icon-ios-person:before { content: "\f47e"; }
903
-
904
- .um-icon-ios-person-outline:before { content: "\f47d"; }
905
-
906
- .um-icon-ios-personadd:before { content: "\f480"; }
907
-
908
- .um-icon-ios-personadd-outline:before { content: "\f47f"; }
909
-
910
- .um-icon-ios-photos:before { content: "\f482"; }
911
-
912
- .um-icon-ios-photos-outline:before { content: "\f481"; }
913
-
914
- .um-icon-ios-pie:before { content: "\f484"; }
915
-
916
- .um-icon-ios-pie-outline:before { content: "\f483"; }
917
-
918
- .um-icon-ios-pint:before { content: "\f486"; }
919
-
920
- .um-icon-ios-pint-outline:before { content: "\f485"; }
921
-
922
- .um-icon-ios-play:before { content: "\f488"; }
923
-
924
- .um-icon-ios-play-outline:before { content: "\f487"; }
925
-
926
- .um-icon-ios-plus:before { content: "\f48b"; }
927
-
928
- .um-icon-ios-plus-empty:before { content: "\f489"; }
929
-
930
- .um-icon-ios-plus-outline:before { content: "\f48a"; }
931
-
932
- .um-icon-ios-pricetag:before { content: "\f48d"; }
933
-
934
- .um-icon-ios-pricetag-outline:before { content: "\f48c"; }
935
-
936
- .um-icon-ios-pricetags:before { content: "\f48f"; }
937
-
938
- .um-icon-ios-pricetags-outline:before { content: "\f48e"; }
939
-
940
- .um-icon-ios-printer:before { content: "\f491"; }
941
-
942
- .um-icon-ios-printer-outline:before { content: "\f490"; }
943
-
944
- .um-icon-ios-pulse:before { content: "\f493"; }
945
-
946
- .um-icon-ios-pulse-strong:before { content: "\f492"; }
947
-
948
- .um-icon-ios-rainy:before { content: "\f495"; }
949
-
950
- .um-icon-ios-rainy-outline:before { content: "\f494"; }
951
-
952
- .um-icon-ios-recording:before { content: "\f497"; }
953
-
954
- .um-icon-ios-recording-outline:before { content: "\f496"; }
955
-
956
- .um-icon-ios-redo:before { content: "\f499"; }
957
-
958
- .um-icon-ios-redo-outline:before { content: "\f498"; }
959
-
960
- .um-icon-ios-refresh:before { content: "\f49c"; }
961
-
962
- .um-icon-ios-refresh-empty:before { content: "\f49a"; }
963
-
964
- .um-icon-ios-refresh-outline:before { content: "\f49b"; }
965
-
966
- .um-icon-ios-reload:before { content: "\f49d"; }
967
-
968
- .um-icon-ios-reverse-camera:before { content: "\f49f"; }
969
-
970
- .um-icon-ios-reverse-camera-outline:before { content: "\f49e"; }
971
-
972
- .um-icon-ios-rewind:before { content: "\f4a1"; }
973
-
974
- .um-icon-ios-rewind-outline:before { content: "\f4a0"; }
975
-
976
- .um-icon-ios-rose:before { content: "\f4a3"; }
977
-
978
- .um-icon-ios-rose-outline:before { content: "\f4a2"; }
979
-
980
- .um-icon-ios-search:before { content: "\f4a5"; }
981
-
982
- .um-icon-ios-search-strong:before { content: "\f4a4"; }
983
-
984
- .um-icon-ios-settings:before { content: "\f4a7"; }
985
-
986
- .um-icon-ios-settings-strong:before { content: "\f4a6"; }
987
-
988
- .um-icon-ios-shuffle:before { content: "\f4a9"; }
989
-
990
- .um-icon-ios-shuffle-strong:before { content: "\f4a8"; }
991
-
992
- .um-icon-ios-skipbackward:before { content: "\f4ab"; }
993
-
994
- .um-icon-ios-skipbackward-outline:before { content: "\f4aa"; }
995
-
996
- .um-icon-ios-skipforward:before { content: "\f4ad"; }
997
-
998
- .um-icon-ios-skipforward-outline:before { content: "\f4ac"; }
999
-
1000
- .um-icon-ios-snowy:before { content: "\f4ae"; }
1001
-
1002
- .um-icon-ios-speedometer:before { content: "\f4b0"; }
1003
-
1004
- .um-icon-ios-speedometer-outline:before { content: "\f4af"; }
1005
-
1006
- .um-icon-ios-star:before { content: "\f4b3"; }
1007
-
1008
- .um-icon-ios-star-half:before { content: "\f4b1"; }
1009
-
1010
- .um-icon-ios-star-outline:before { content: "\f4b2"; }
1011
-
1012
- .um-icon-ios-stopwatch:before { content: "\f4b5"; }
1013
-
1014
- .um-icon-ios-stopwatch-outline:before { content: "\f4b4"; }
1015
-
1016
- .um-icon-ios-sunny:before { content: "\f4b7"; }
1017
-
1018
- .um-icon-ios-sunny-outline:before { content: "\f4b6"; }
1019
-
1020
- .um-icon-ios-telephone:before { content: "\f4b9"; }
1021
-
1022
- .um-icon-ios-telephone-outline:before { content: "\f4b8"; }
1023
-
1024
- .um-icon-ios-tennisball:before { content: "\f4bb"; }
1025
-
1026
- .um-icon-ios-tennisball-outline:before { content: "\f4ba"; }
1027
-
1028
- .um-icon-ios-thunderstorm:before { content: "\f4bd"; }
1029
-
1030
- .um-icon-ios-thunderstorm-outline:before { content: "\f4bc"; }
1031
-
1032
- .um-icon-ios-time:before { content: "\f4bf"; }
1033
-
1034
- .um-icon-ios-time-outline:before { content: "\f4be"; }
1035
-
1036
- .um-icon-ios-timer:before { content: "\f4c1"; }
1037
-
1038
- .um-icon-ios-timer-outline:before { content: "\f4c0"; }
1039
-
1040
- .um-icon-ios-toggle:before { content: "\f4c3"; }
1041
-
1042
- .um-icon-ios-toggle-outline:before { content: "\f4c2"; }
1043
-
1044
- .um-icon-ios-trash:before { content: "\f4c5"; }
1045
-
1046
- .um-icon-ios-trash-outline:before { content: "\f4c4"; }
1047
-
1048
- .um-icon-ios-undo:before { content: "\f4c7"; }
1049
-
1050
- .um-icon-ios-undo-outline:before { content: "\f4c6"; }
1051
-
1052
- .um-icon-ios-unlocked:before { content: "\f4c9"; }
1053
-
1054
- .um-icon-ios-unlocked-outline:before { content: "\f4c8"; }
1055
-
1056
- .um-icon-ios-upload:before { content: "\f4cb"; }
1057
-
1058
- .um-icon-ios-upload-outline:before { content: "\f4ca"; }
1059
-
1060
- .um-icon-ios-videocam:before { content: "\f4cd"; }
1061
-
1062
- .um-icon-ios-videocam-outline:before { content: "\f4cc"; }
1063
-
1064
- .um-icon-ios-volume-high:before { content: "\f4ce"; }
1065
-
1066
- .um-icon-ios-volume-low:before { content: "\f4cf"; }
1067
-
1068
- .um-icon-ios-wineglass:before { content: "\f4d1"; }
1069
-
1070
- .um-icon-ios-wineglass-outline:before { content: "\f4d0"; }
1071
-
1072
- .um-icon-ios-world:before { content: "\f4d3"; }
1073
-
1074
- .um-icon-ios-world-outline:before { content: "\f4d2"; }
1075
-
1076
- .um-icon-ipad:before { content: "\f1f9"; }
1077
-
1078
- .um-icon-iphone:before { content: "\f1fa"; }
1079
-
1080
- .um-icon-ipod:before { content: "\f1fb"; }
1081
-
1082
- .um-icon-jet:before { content: "\f295"; }
1083
-
1084
- .um-icon-key:before { content: "\f296"; }
1085
-
1086
- .um-icon-knife:before { content: "\f297"; }
1087
-
1088
- .um-icon-laptop:before { content: "\f1fc"; }
1089
-
1090
- .um-icon-leaf:before { content: "\f1fd"; }
1091
-
1092
- .um-icon-levels:before { content: "\f298"; }
1093
-
1094
- .um-icon-lightbulb:before { content: "\f299"; }
1095
-
1096
- .um-icon-link:before { content: "\f1fe"; }
1097
-
1098
- .um-icon-load-a:before { content: "\f29a"; }
1099
-
1100
- .um-icon-load-b:before { content: "\f29b"; }
1101
-
1102
- .um-icon-load-c:before { content: "\f29c"; }
1103
-
1104
- .um-icon-load-d:before { content: "\f29d"; }
1105
-
1106
- .um-icon-location:before { content: "\f1ff"; }
1107
-
1108
- .um-icon-lock-combination:before { content: "\f4d4"; }
1109
-
1110
- .um-icon-locked:before { content: "\f200"; }
1111
-
1112
- .um-icon-log-in:before { content: "\f29e"; }
1113
-
1114
- .um-icon-log-out:before { content: "\f29f"; }
1115
-
1116
- .um-icon-loop:before { content: "\f201"; }
1117
-
1118
- .um-icon-magnet:before { content: "\f2a0"; }
1119
-
1120
- .um-icon-male:before { content: "\f2a1"; }
1121
-
1122
- .um-icon-man:before { content: "\f202"; }
1123
-
1124
- .um-icon-map:before { content: "\f203"; }
1125
-
1126
- .um-icon-medkit:before { content: "\f2a2"; }
1127
-
1128
- .um-icon-merge:before { content: "\f33f"; }
1129
-
1130
- .um-icon-mic-a:before { content: "\f204"; }
1131
-
1132
- .um-icon-mic-b:before { content: "\f205"; }
1133
-
1134
- .um-icon-mic-c:before { content: "\f206"; }
1135
-
1136
- .um-icon-minus:before { content: "\f209"; }
1137
-
1138
- .um-icon-minus-circled:before { content: "\f207"; }
1139
-
1140
- .um-icon-minus-round:before { content: "\f208"; }
1141
-
1142
- .um-icon-model-s:before { content: "\f2c1"; }
1143
-
1144
- .um-icon-monitor:before { content: "\f20a"; }
1145
-
1146
- .um-icon-more:before { content: "\f20b"; }
1147
-
1148
- .um-icon-mouse:before { content: "\f340"; }
1149
-
1150
- .um-icon-music-note:before { content: "\f20c"; }
1151
-
1152
- .um-icon-navicon:before { content: "\f20e"; }
1153
-
1154
- .um-icon-navicon-round:before { content: "\f20d"; }
1155
-
1156
- .um-icon-navigate:before { content: "\f2a3"; }
1157
-
1158
- .um-icon-network:before { content: "\f341"; }
1159
-
1160
- .um-icon-no-smoking:before { content: "\f2c2"; }
1161
-
1162
- .um-icon-nuclear:before { content: "\f2a4"; }
1163
-
1164
- .um-icon-outlet:before { content: "\f342"; }
1165
-
1166
- .um-icon-paintbrush:before { content: "\f4d5"; }
1167
-
1168
- .um-icon-paintbucket:before { content: "\f4d6"; }
1169
-
1170
- .um-icon-paper-airplane:before { content: "\f2c3"; }
1171
-
1172
- .um-icon-paperclip:before { content: "\f20f"; }
1173
-
1174
- .um-icon-pause:before { content: "\f210"; }
1175
-
1176
- .um-icon-person:before { content: "\f213"; }
1177
-
1178
- .um-icon-person-add:before { content: "\f211"; }
1179
-
1180
- .um-icon-person-stalker:before { content: "\f212"; }
1181
-
1182
- .um-icon-pie-graph:before { content: "\f2a5"; }
1183
-
1184
- .um-icon-pin:before { content: "\f2a6"; }
1185
-
1186
- .um-icon-pinpoint:before { content: "\f2a7"; }
1187
-
1188
- .um-icon-pizza:before { content: "\f2a8"; }
1189
-
1190
- .um-icon-plane:before { content: "\f214"; }
1191
-
1192
- .um-icon-planet:before { content: "\f343"; }
1193
-
1194
- .um-icon-play:before { content: "\f215"; }
1195
-
1196
- .um-icon-playstation:before { content: "\f30a"; }
1197
-
1198
- .um-icon-plus:before { content: "\f218"; }
1199
-
1200
- .um-icon-plus-circled:before { content: "\f216"; }
1201
-
1202
- .um-icon-plus-round:before { content: "\f217"; }
1203
-
1204
- .um-icon-podium:before { content: "\f344"; }
1205
-
1206
- .um-icon-pound:before { content: "\f219"; }
1207
-
1208
- .um-icon-power:before { content: "\f2a9"; }
1209
-
1210
- .um-icon-pricetag:before { content: "\f2aa"; }
1211
-
1212
- .um-icon-pricetags:before { content: "\f2ab"; }
1213
-
1214
- .um-icon-printer:before { content: "\f21a"; }
1215
-
1216
- .um-icon-pull-request:before { content: "\f345"; }
1217
-
1218
- .um-icon-qr-scanner:before { content: "\f346"; }
1219
-
1220
- .um-icon-quote:before { content: "\f347"; }
1221
-
1222
- .um-icon-radio-waves:before { content: "\f2ac"; }
1223
-
1224
- .um-icon-record:before { content: "\f21b"; }
1225
-
1226
- .um-icon-refresh:before { content: "\f21c"; }
1227
-
1228
- .um-icon-reply:before { content: "\f21e"; }
1229
-
1230
- .um-icon-reply-all:before { content: "\f21d"; }
1231
-
1232
- .um-icon-ribbon-a:before { content: "\f348"; }
1233
-
1234
- .um-icon-ribbon-b:before { content: "\f349"; }
1235
-
1236
- .um-icon-sad:before { content: "\f34a"; }
1237
-
1238
- .um-icon-sad-outline:before { content: "\f4d7"; }
1239
-
1240
- .um-icon-scissors:before { content: "\f34b"; }
1241
-
1242
- .um-icon-search:before { content: "\f21f"; }
1243
-
1244
- .um-icon-settings:before { content: "\f2ad"; }
1245
-
1246
- .um-icon-share:before { content: "\f220"; }
1247
-
1248
- .um-icon-shuffle:before { content: "\f221"; }
1249
-
1250
- .um-icon-skip-backward:before { content: "\f222"; }
1251
-
1252
- .um-icon-skip-forward:before { content: "\f223"; }
1253
-
1254
- .um-icon-social-android:before { content: "\f225"; }
1255
-
1256
- .um-icon-social-android-outline:before { content: "\f224"; }
1257
-
1258
- .um-icon-social-angular:before { content: "\f4d9"; }
1259
-
1260
- .um-icon-social-angular-outline:before { content: "\f4d8"; }
1261
-
1262
- .um-icon-social-apple:before { content: "\f227"; }
1263
-
1264
- .um-icon-social-apple-outline:before { content: "\f226"; }
1265
-
1266
- .um-icon-social-bitcoin:before { content: "\f2af"; }
1267
-
1268
- .um-icon-social-bitcoin-outline:before { content: "\f2ae"; }
1269
-
1270
- .um-icon-social-buffer:before { content: "\f229"; }
1271
-
1272
- .um-icon-social-buffer-outline:before { content: "\f228"; }
1273
-
1274
- .um-icon-social-chrome:before { content: "\f4db"; }
1275
-
1276
- .um-icon-social-chrome-outline:before { content: "\f4da"; }
1277
-
1278
- .um-icon-social-codepen:before { content: "\f4dd"; }
1279
-
1280
- .um-icon-social-codepen-outline:before { content: "\f4dc"; }
1281
-
1282
- .um-icon-social-css3:before { content: "\f4df"; }
1283
-
1284
- .um-icon-social-css3-outline:before { content: "\f4de"; }
1285
-
1286
- .um-icon-social-designernews:before { content: "\f22b"; }
1287
-
1288
- .um-icon-social-designernews-outline:before { content: "\f22a"; }
1289
-
1290
- .um-icon-social-dribbble:before { content: "\f22d"; }
1291
-
1292
- .um-icon-social-dribbble-outline:before { content: "\f22c"; }
1293
-
1294
- .um-icon-social-dropbox:before { content: "\f22f"; }
1295
-
1296
- .um-icon-social-dropbox-outline:before { content: "\f22e"; }
1297
-
1298
- .um-icon-social-euro:before { content: "\f4e1"; }
1299
-
1300
- .um-icon-social-euro-outline:before { content: "\f4e0"; }
1301
-
1302
- .um-icon-social-facebook:before { content: "\f231"; }
1303
-
1304
- .um-icon-social-facebook-outline:before { content: "\f230"; }
1305
-
1306
- .um-icon-social-foursquare:before { content: "\f34d"; }
1307
-
1308
- .um-icon-social-foursquare-outline:before { content: "\f34c"; }
1309
-
1310
- .um-icon-social-freebsd-devil:before { content: "\f2c4"; }
1311
-
1312
- .um-icon-social-github:before { content: "\f233"; }
1313
-
1314
- .um-icon-social-github-outline:before { content: "\f232"; }
1315
-
1316
- .um-icon-social-google:before { content: "\f34f"; }
1317
-
1318
- .um-icon-social-google-outline:before { content: "\f34e"; }
1319
-
1320
- .um-icon-social-googleplus:before { content: "\f235"; }
1321
-
1322
- .um-icon-social-googleplus-outline:before { content: "\f234"; }
1323
-
1324
- .um-icon-social-hackernews:before { content: "\f237"; }
1325
-
1326
- .um-icon-social-hackernews-outline:before { content: "\f236"; }
1327
-
1328
- .um-icon-social-html5:before { content: "\f4e3"; }
1329
-
1330
- .um-icon-social-html5-outline:before { content: "\f4e2"; }
1331
-
1332
- .um-icon-social-instagram:before { content: "\f351"; }
1333
-
1334
- .um-icon-social-instagram-outline:before { content: "\f350"; }
1335
-
1336
- .um-icon-social-javascript:before { content: "\f4e5"; }
1337
-
1338
- .um-icon-social-javascript-outline:before { content: "\f4e4"; }
1339
-
1340
- .um-icon-social-linkedin:before { content: "\f239"; }
1341
-
1342
- .um-icon-social-linkedin-outline:before { content: "\f238"; }
1343
-
1344
- .um-icon-social-markdown:before { content: "\f4e6"; }
1345
-
1346
- .um-icon-social-nodejs:before { content: "\f4e7"; }
1347
-
1348
- .um-icon-social-octocat:before { content: "\f4e8"; }
1349
-
1350
- .um-icon-social-pinterest:before { content: "\f2b1"; }
1351
-
1352
- .um-icon-social-pinterest-outline:before { content: "\f2b0"; }
1353
-
1354
- .um-icon-social-python:before { content: "\f4e9"; }
1355
-
1356
- .um-icon-social-reddit:before { content: "\f23b"; }
1357
-
1358
- .um-icon-social-reddit-outline:before { content: "\f23a"; }
1359
-
1360
- .um-icon-social-rss:before { content: "\f23d"; }
1361
-
1362
- .um-icon-social-rss-outline:before { content: "\f23c"; }
1363
-
1364
- .um-icon-social-sass:before { content: "\f4ea"; }
1365
-
1366
- .um-icon-social-skype:before { content: "\f23f"; }
1367
-
1368
- .um-icon-social-skype-outline:before { content: "\f23e"; }
1369
-
1370
- .um-icon-social-snapchat:before { content: "\f4ec"; }
1371
-
1372
- .um-icon-social-snapchat-outline:before { content: "\f4eb"; }
1373
-
1374
- .um-icon-social-tumblr:before { content: "\f241"; }
1375
-
1376
- .um-icon-social-tumblr-outline:before { content: "\f240"; }
1377
-
1378
- .um-icon-social-tux:before { content: "\f2c5"; }
1379
-
1380
- .um-icon-social-twitch:before { content: "\f4ee"; }
1381
-
1382
- .um-icon-social-twitch-outline:before { content: "\f4ed"; }
1383
-
1384
- .um-icon-social-twitter:before { content: "\f243"; }
1385
-
1386
- .um-icon-social-twitter-outline:before { content: "\f242"; }
1387
-
1388
- .um-icon-social-usd:before { content: "\f353"; }
1389
-
1390
- .um-icon-social-usd-outline:before { content: "\f352"; }
1391
-
1392
- .um-icon-social-vimeo:before { content: "\f245"; }
1393
-
1394
- .um-icon-social-vimeo-outline:before { content: "\f244"; }
1395
-
1396
- .um-icon-social-whatsapp:before { content: "\f4f0"; }
1397
-
1398
- .um-icon-social-whatsapp-outline:before { content: "\f4ef"; }
1399
-
1400
- .um-icon-social-windows:before { content: "\f247"; }
1401
-
1402
- .um-icon-social-windows-outline:before { content: "\f246"; }
1403
-
1404
- .um-icon-social-wordpress:before { content: "\f249"; }
1405
-
1406
- .um-icon-social-wordpress-outline:before { content: "\f248"; }
1407
-
1408
- .um-icon-social-yahoo:before { content: "\f24b"; }
1409
-
1410
- .um-icon-social-yahoo-outline:before { content: "\f24a"; }
1411
-
1412
- .um-icon-social-yen:before { content: "\f4f2"; }
1413
-
1414
- .um-icon-social-yen-outline:before { content: "\f4f1"; }
1415
-
1416
- .um-icon-social-youtube:before { content: "\f24d"; }
1417
-
1418
- .um-icon-social-youtube-outline:before { content: "\f24c"; }
1419
-
1420
- .um-icon-soup-can:before { content: "\f4f4"; }
1421
-
1422
- .um-icon-soup-can-outline:before { content: "\f4f3"; }
1423
-
1424
- .um-icon-speakerphone:before { content: "\f2b2"; }
1425
-
1426
- .um-icon-speedometer:before { content: "\f2b3"; }
1427
-
1428
- .um-icon-spoon:before { content: "\f2b4"; }
1429
-
1430
- .um-icon-star:before { content: "\f24e"; }
1431
-
1432
- .um-icon-stats-bars:before { content: "\f2b5"; }
1433
-
1434
- .um-icon-steam:before { content: "\f30b"; }
1435
-
1436
- .um-icon-stop:before { content: "\f24f"; }
1437
-
1438
- .um-icon-thermometer:before { content: "\f2b6"; }
1439
-
1440
- .um-icon-thumbsdown:before { content: "\f250"; }
1441
-
1442
- .um-icon-thumbsup:before { content: "\f251"; }
1443
-
1444
- .um-icon-toggle:before { content: "\f355"; }
1445
-
1446
- .um-icon-toggle-filled:before { content: "\f354"; }
1447
-
1448
- .um-icon-transgender:before { content: "\f4f5"; }
1449
-
1450
- .um-icon-trash-a:before { content: "\f252"; }
1451
-
1452
- .um-icon-trash-b:before { content: "\f253"; }
1453
-
1454
- .um-icon-trophy:before { content: "\f356"; }
1455
-
1456
- .um-icon-tshirt:before { content: "\f4f7"; }
1457
-
1458
- .um-icon-tshirt-outline:before { content: "\f4f6"; }
1459
-
1460
- .um-icon-umbrella:before { content: "\f2b7"; }
1461
-
1462
- .um-icon-university:before { content: "\f357"; }
1463
-
1464
- .um-icon-unlocked:before { content: "\f254"; }
1465
-
1466
- .um-icon-upload:before { content: "\f255"; }
1467
-
1468
- .um-icon-usb:before { content: "\f2b8"; }
1469
-
1470
- .um-icon-videocamera:before { content: "\f256"; }
1471
-
1472
- .um-icon-volume-high:before { content: "\f257"; }
1473
-
1474
- .um-icon-volume-low:before { content: "\f258"; }
1475
-
1476
- .um-icon-volume-medium:before { content: "\f259"; }
1477
-
1478
- .um-icon-volume-mute:before { content: "\f25a"; }
1479
-
1480
- .um-icon-wand:before { content: "\f358"; }
1481
-
1482
- .um-icon-waterdrop:before { content: "\f25b"; }
1483
-
1484
- .um-icon-wifi:before { content: "\f25c"; }
1485
-
1486
- .um-icon-wineglass:before { content: "\f2b9"; }
1487
-
1488
- .um-icon-woman:before { content: "\f25d"; }
1489
-
1490
- .um-icon-wrench:before { content: "\f2ba"; }
1491
-
1492
  .um-icon-xbox:before { content: "\f30c"; }
1
+ @charset "UTF-8";
2
+
3
+ @font-face {
4
+ font-family: "Ionicons";
5
+ src:url("../font/ionicons.eot?v=2.0.0");
6
+ src:url("../font/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
7
+ url("../font/ionicons.woff?v=2.0.0") format("woff"),
8
+ url("../font/ionicons.ttf?v=2.0.0") format("truetype"),
9
+ url("../font/ionicons.svg?v=2.0.0#Ionicons") format("svg");
10
+ font-display: swap;
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+
15
+ [class^="um-icon-"]:before,
16
+ [class*=" um-icon-"]:before {
17
+ font-family: "Ionicons" !important;
18
+ font-style: normal !important;
19
+ font-weight: normal !important;
20
+ font-variant: normal !important;
21
+ text-transform: none !important;
22
+ speak: none;
23
+ line-height: 1;
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+
28
+ .um-icon-alert:before { content: "\f101"; }
29
+
30
+ .um-icon-alert-circled:before { content: "\f100"; }
31
+
32
+ .um-icon-android-add:before { content: "\f2c7"; }
33
+
34
+ .um-icon-android-add-circle:before { content: "\f359"; }
35
+
36
+ .um-icon-android-alarm-clock:before { content: "\f35a"; }
37
+
38
+ .um-icon-android-alert:before { content: "\f35b"; }
39
+
40
+ .um-icon-android-apps:before { content: "\f35c"; }
41
+
42
+ .um-icon-android-archive:before { content: "\f2c9"; }
43
+
44
+ .um-icon-android-arrow-back:before { content: "\f2ca"; }
45
+
46
+ .um-icon-android-arrow-down:before { content: "\f35d"; }
47
+
48
+ .um-icon-android-arrow-dropdown:before { content: "\f35f"; }
49
+
50
+ .um-icon-android-arrow-dropdown-circle:before { content: "\f35e"; }
51
+
52
+ .um-icon-android-arrow-dropleft:before { content: "\f361"; }
53
+
54
+ .um-icon-android-arrow-dropleft-circle:before { content: "\f360"; }
55
+
56
+ .um-icon-android-arrow-dropright:before { content: "\f363"; }
57
+
58
+ .um-icon-android-arrow-dropright-circle:before { content: "\f362"; }
59
+
60
+ .um-icon-android-arrow-dropup:before { content: "\f365"; }
61
+
62
+ .um-icon-android-arrow-dropup-circle:before { content: "\f364"; }
63
+
64
+ .um-icon-android-arrow-forward:before { content: "\f30f"; }
65
+
66
+ .um-icon-android-arrow-up:before { content: "\f366"; }
67
+
68
+ .um-icon-android-attach:before { content: "\f367"; }
69
+
70
+ .um-icon-android-bar:before { content: "\f368"; }
71
+
72
+ .um-icon-android-bicycle:before { content: "\f369"; }
73
+
74
+ .um-icon-android-boat:before { content: "\f36a"; }
75
+
76
+ .um-icon-android-bookmark:before { content: "\f36b"; }
77
+
78
+ .um-icon-android-bulb:before { content: "\f36c"; }
79
+
80
+ .um-icon-android-bus:before { content: "\f36d"; }
81
+
82
+ .um-icon-android-calendar:before { content: "\f2d1"; }
83
+
84
+ .um-icon-android-call:before { content: "\f2d2"; }
85
+
86
+ .um-icon-android-camera:before { content: "\f2d3"; }
87
+
88
+ .um-icon-android-cancel:before { content: "\f36e"; }
89
+
90
+ .um-icon-android-car:before { content: "\f36f"; }
91
+
92
+ .um-icon-android-cart:before { content: "\f370"; }
93
+
94
+ .um-icon-android-chat:before { content: "\f2d4"; }
95
+
96
+ .um-icon-android-checkbox:before { content: "\f374"; }
97
+
98
+ .um-icon-android-checkbox-blank:before { content: "\f371"; }
99
+
100
+ .um-icon-android-checkbox-outline:before { content: "\f373"; }
101
+
102
+ .um-icon-android-checkbox-outline-blank:before { content: "\f372"; }
103
+
104
+ .um-icon-android-checkmark-circle:before { content: "\f375"; }
105
+
106
+ .um-icon-android-clipboard:before { content: "\f376"; }
107
+
108
+ .um-icon-android-close:before { content: "\f2d7"; }
109
+
110
+ .um-icon-android-cloud:before { content: "\f37a"; }
111
+
112
+ .um-icon-android-cloud-circle:before { content: "\f377"; }
113
+
114
+ .um-icon-android-cloud-done:before { content: "\f378"; }
115
+
116
+ .um-icon-android-cloud-outline:before { content: "\f379"; }
117
+
118
+ .um-icon-android-color-palette:before { content: "\f37b"; }
119
+
120
+ .um-icon-android-compass:before { content: "\f37c"; }
121
+
122
+ .um-icon-android-contact:before { content: "\f2d8"; }
123
+
124
+ .um-icon-android-contacts:before { content: "\f2d9"; }
125
+
126
+ .um-icon-android-contract:before { content: "\f37d"; }
127
+
128
+ .um-icon-android-create:before { content: "\f37e"; }
129
+
130
+ .um-icon-android-delete:before { content: "\f37f"; }
131
+
132
+ .um-icon-android-desktop:before { content: "\f380"; }
133
+
134
+ .um-icon-android-document:before { content: "\f381"; }
135
+
136
+ .um-icon-android-done:before { content: "\f383"; }
137
+
138
+ .um-icon-android-done-all:before { content: "\f382"; }
139
+
140
+ .um-icon-android-download:before { content: "\f2dd"; }
141
+
142
+ .um-icon-android-drafts:before { content: "\f384"; }
143
+
144
+ .um-icon-android-exit:before { content: "\f385"; }
145
+
146
+ .um-icon-android-expand:before { content: "\f386"; }
147
+
148
+ .um-icon-android-favorite:before { content: "\f388"; }
149
+
150
+ .um-icon-android-favorite-outline:before { content: "\f387"; }
151
+
152
+ .um-icon-android-film:before { content: "\f389"; }
153
+
154
+ .um-icon-android-folder:before { content: "\f2e0"; }
155
+
156
+ .um-icon-android-folder-open:before { content: "\f38a"; }
157
+
158
+ .um-icon-android-funnel:before { content: "\f38b"; }
159
+
160
+ .um-icon-android-globe:before { content: "\f38c"; }
161
+
162
+ .um-icon-android-hand:before { content: "\f2e3"; }
163
+
164
+ .um-icon-android-hangout:before { content: "\f38d"; }
165
+
166
+ .um-icon-android-happy:before { content: "\f38e"; }
167
+
168
+ .um-icon-android-home:before { content: "\f38f"; }
169
+
170
+ .um-icon-android-image:before { content: "\f2e4"; }
171
+
172
+ .um-icon-android-laptop:before { content: "\f390"; }
173
+
174
+ .um-icon-android-list:before { content: "\f391"; }
175
+
176
+ .um-icon-android-locate:before { content: "\f2e9"; }
177
+
178
+ .um-icon-android-lock:before { content: "\f392"; }
179
+
180
+ .um-icon-android-mail:before { content: "\f2eb"; }
181
+
182
+ .um-icon-android-map:before { content: "\f393"; }
183
+
184
+ .um-icon-android-menu:before { content: "\f394"; }
185
+
186
+ .um-icon-android-microphone:before { content: "\f2ec"; }
187
+
188
+ .um-icon-android-microphone-off:before { content: "\f395"; }
189
+
190
+ .um-icon-android-more-horizontal:before { content: "\f396"; }
191
+
192
+ .um-icon-android-more-vertical:before { content: "\f397"; }
193
+
194
+ .um-icon-android-navigate:before { content: "\f398"; }
195
+
196
+ .um-icon-android-notifications:before { content: "\f39b"; }
197
+
198
+ .um-icon-android-notifications-none:before { content: "\f399"; }
199
+
200
+ .um-icon-android-notifications-off:before { content: "\f39a"; }
201
+
202
+ .um-icon-android-open:before { content: "\f39c"; }
203
+
204
+ .um-icon-android-options:before { content: "\f39d"; }
205
+
206
+ .um-icon-android-people:before { content: "\f39e"; }
207
+
208
+ .um-icon-android-person:before { content: "\f3a0"; }
209
+
210
+ .um-icon-android-person-add:before { content: "\f39f"; }
211
+
212
+ .um-icon-android-phone-landscape:before { content: "\f3a1"; }
213
+
214
+ .um-icon-android-phone-portrait:before { content: "\f3a2"; }
215
+
216
+ .um-icon-android-pin:before { content: "\f3a3"; }
217
+
218
+ .um-icon-android-plane:before { content: "\f3a4"; }
219
+
220
+ .um-icon-android-playstore:before { content: "\f2f0"; }
221
+
222
+ .um-icon-android-print:before { content: "\f3a5"; }
223
+
224
+ .um-icon-android-radio-button-off:before { content: "\f3a6"; }
225
+
226
+ .um-icon-android-radio-button-on:before { content: "\f3a7"; }
227
+
228
+ .um-icon-android-refresh:before { content: "\f3a8"; }
229
+
230
+ .um-icon-android-remove:before { content: "\f2f4"; }
231
+
232
+ .um-icon-android-remove-circle:before { content: "\f3a9"; }
233
+
234
+ .um-icon-android-restaurant:before { content: "\f3aa"; }
235
+
236
+ .um-icon-android-sad:before { content: "\f3ab"; }
237
+
238
+ .um-icon-android-search:before { content: "\f2f5"; }
239
+
240
+ .um-icon-android-send:before { content: "\f2f6"; }
241
+
242
+ .um-icon-android-settings:before { content: "\f2f7"; }
243
+
244
+ .um-icon-android-share:before { content: "\f2f8"; }
245
+
246
+ .um-icon-android-share-alt:before { content: "\f3ac"; }
247
+
248
+ .um-icon-android-star:before { content: "\f2fc"; }
249
+
250
+ .um-icon-android-star-half:before { content: "\f3ad"; }
251
+
252
+ .um-icon-android-star-outline:before { content: "\f3ae"; }
253
+
254
+ .um-icon-android-stopwatch:before { content: "\f2fd"; }
255
+
256
+ .um-icon-android-subway:before { content: "\f3af"; }
257
+
258
+ .um-icon-android-sunny:before { content: "\f3b0"; }
259
+
260
+ .um-icon-android-sync:before { content: "\f3b1"; }
261
+
262
+ .um-icon-android-textsms:before { content: "\f3b2"; }
263
+
264
+ .um-icon-android-time:before { content: "\f3b3"; }
265
+
266
+ .um-icon-android-train:before { content: "\f3b4"; }
267
+
268
+ .um-icon-android-unlock:before { content: "\f3b5"; }
269
+
270
+ .um-icon-android-upload:before { content: "\f3b6"; }
271
+
272
+ .um-icon-android-volume-down:before { content: "\f3b7"; }
273
+
274
+ .um-icon-android-volume-mute:before { content: "\f3b8"; }
275
+
276
+ .um-icon-android-volume-off:before { content: "\f3b9"; }
277
+
278
+ .um-icon-android-volume-up:before { content: "\f3ba"; }
279
+
280
+ .um-icon-android-walk:before { content: "\f3bb"; }
281
+
282
+ .um-icon-android-warning:before { content: "\f3bc"; }
283
+
284
+ .um-icon-android-watch:before { content: "\f3bd"; }
285
+
286
+ .um-icon-android-wifi:before { content: "\f305"; }
287
+
288
+ .um-icon-aperture:before { content: "\f313"; }
289
+
290
+ .um-icon-archive:before { content: "\f102"; }
291
+
292
+ .um-icon-arrow-down-a:before { content: "\f103"; }
293
+
294
+ .um-icon-arrow-down-b:before { content: "\f104"; }
295
+
296
+ .um-icon-arrow-down-c:before { content: "\f105"; }
297
+
298
+ .um-icon-arrow-expand:before { content: "\f25e"; }
299
+
300
+ .um-icon-arrow-graph-down-left:before { content: "\f25f"; }
301
+
302
+ .um-icon-arrow-graph-down-right:before { content: "\f260"; }
303
+
304
+ .um-icon-arrow-graph-up-left:before { content: "\f261"; }
305
+
306
+ .um-icon-arrow-graph-up-right:before { content: "\f262"; }
307
+
308
+ .um-icon-arrow-left-a:before { content: "\f106"; }
309
+
310
+ .um-icon-arrow-left-b:before { content: "\f107"; }
311
+
312
+ .um-icon-arrow-left-c:before { content: "\f108"; }
313
+
314
+ .um-icon-arrow-move:before { content: "\f263"; }
315
+
316
+ .um-icon-arrow-resize:before { content: "\f264"; }
317
+
318
+ .um-icon-arrow-return-left:before { content: "\f265"; }
319
+
320
+ .um-icon-arrow-return-right:before { content: "\f266"; }
321
+
322
+ .um-icon-arrow-right-a:before { content: "\f109"; }
323
+
324
+ .um-icon-arrow-right-b:before { content: "\f10a"; }
325
+
326
+ .um-icon-arrow-right-c:before { content: "\f10b"; }
327
+
328
+ .um-icon-arrow-shrink:before { content: "\f267"; }
329
+
330
+ .um-icon-arrow-swap:before { content: "\f268"; }
331
+
332
+ .um-icon-arrow-up-a:before { content: "\f10c"; }
333
+
334
+ .um-icon-arrow-up-b:before { content: "\f10d"; }
335
+
336
+ .um-icon-arrow-up-c:before { content: "\f10e"; }
337
+
338
+ .um-icon-asterisk:before { content: "\f314"; }
339
+
340
+ .um-icon-at:before { content: "\f10f"; }
341
+
342
+ .um-icon-backspace:before { content: "\f3bf"; }
343
+
344
+ .um-icon-backspace-outline:before { content: "\f3be"; }
345
+
346
+ .um-icon-bag:before { content: "\f110"; }
347
+
348
+ .um-icon-battery-charging:before { content: "\f111"; }
349
+
350
+ .um-icon-battery-empty:before { content: "\f112"; }
351
+
352
+ .um-icon-battery-full:before { content: "\f113"; }
353
+
354
+ .um-icon-battery-half:before { content: "\f114"; }
355
+
356
+ .um-icon-battery-low:before { content: "\f115"; }
357
+
358
+ .um-icon-beaker:before { content: "\f269"; }
359
+
360
+ .um-icon-beer:before { content: "\f26a"; }
361
+
362
+ .um-icon-bluetooth:before { content: "\f116"; }
363
+
364
+ .um-icon-bonfire:before { content: "\f315"; }
365
+
366
+ .um-icon-bookmark:before { content: "\f26b"; }
367
+
368
+ .um-icon-bowtie:before { content: "\f3c0"; }
369
+
370
+ .um-icon-briefcase:before { content: "\f26c"; }
371
+
372
+ .um-icon-bug:before { content: "\f2be"; }
373
+
374
+ .um-icon-calculator:before { content: "\f26d"; }
375
+
376
+ .um-icon-calendar:before { content: "\f117"; }
377
+
378
+ .um-icon-camera:before { content: "\f118"; }
379
+
380
+ .um-icon-card:before { content: "\f119"; }
381
+
382
+ .um-icon-cash:before { content: "\f316"; }
383
+
384
+ .um-icon-chatbox:before { content: "\f11b"; }
385
+
386
+ .um-icon-chatbox-working:before { content: "\f11a"; }
387
+
388
+ .um-icon-chatboxes:before { content: "\f11c"; }
389
+
390
+ .um-icon-chatbubble:before { content: "\f11e"; }
391
+
392
+ .um-icon-chatbubble-working:before { content: "\f11d"; }
393
+
394
+ .um-icon-chatbubbles:before { content: "\f11f"; }
395
+
396
+ .um-icon-checkmark:before { content: "\f122"; }
397
+
398
+ .um-icon-checkmark-circled:before { content: "\f120"; }
399
+
400
+ .um-icon-checkmark-round:before { content: "\f121"; }
401
+
402
+ .um-icon-chevron-down:before { content: "\f123"; }
403
+
404
+ .um-icon-chevron-left:before { content: "\f124"; }
405
+
406
+ .um-icon-chevron-right:before { content: "\f125"; }
407
+
408
+ .um-icon-chevron-up:before { content: "\f126"; }
409
+
410
+ .um-icon-clipboard:before { content: "\f127"; }
411
+
412
+ .um-icon-clock:before { content: "\f26e"; }
413
+
414
+ .um-icon-close:before { content: "\f12a"; }
415
+
416
+ .um-icon-close-circled:before { content: "\f128"; }
417
+
418
+ .um-icon-close-round:before { content: "\f129"; }
419
+
420
+ .um-icon-closed-captioning:before { content: "\f317"; }
421
+
422
+ .um-icon-cloud:before { content: "\f12b"; }
423
+
424
+ .um-icon-code:before { content: "\f271"; }
425
+
426
+ .um-icon-code-download:before { content: "\f26f"; }
427
+
428
+ .um-icon-code-working:before { content: "\f270"; }
429
+
430
+ .um-icon-coffee:before { content: "\f272"; }
431
+
432
+ .um-icon-compass:before { content: "\f273"; }
433
+
434
+ .um-icon-compose:before { content: "\f12c"; }
435
+
436
+ .um-icon-connection-bars:before { content: "\f274"; }
437
+
438
+ .um-icon-contrast:before { content: "\f275"; }
439
+
440
+ .um-icon-crop:before { content: "\f3c1"; }
441
+
442
+ .um-icon-cube:before { content: "\f318"; }
443
+
444
+ .um-icon-disc:before { content: "\f12d"; }
445
+
446
+ .um-icon-document:before { content: "\f12f"; }
447
+
448
+ .um-icon-document-text:before { content: "\f12e"; }
449
+
450
+ .um-icon-drag:before { content: "\f130"; }
451
+
452
+ .um-icon-earth:before { content: "\f276"; }
453
+
454
+ .um-icon-easel:before { content: "\f3c2"; }
455
+
456
+ .um-icon-edit:before { content: "\f2bf"; }
457
+
458
+ .um-icon-egg:before { content: "\f277"; }
459
+
460
+ .um-icon-eject:before { content: "\f131"; }
461
+
462
+ .um-icon-email:before { content: "\f132"; }
463
+
464
+ .um-icon-email-unread:before { content: "\f3c3"; }
465
+
466
+ .um-icon-erlenmeyer-flask:before { content: "\f3c5"; }
467
+
468
+ .um-icon-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }
469
+
470
+ .um-icon-eye:before { content: "\f133"; }
471
+
472
+ .um-icon-eye-disabled:before { content: "\f306"; }
473
+
474
+ .um-icon-female:before { content: "\f278"; }
475
+
476
+ .um-icon-filing:before { content: "\f134"; }
477
+
478
+ .um-icon-film-marker:before { content: "\f135"; }
479
+
480
+ .um-icon-fireball:before { content: "\f319"; }
481
+
482
+ .um-icon-flag:before { content: "\f279"; }
483
+
484
+ .um-icon-flame:before { content: "\f31a"; }
485
+
486
+ .um-icon-flash:before { content: "\f137"; }
487
+
488
+ .um-icon-flash-off:before { content: "\f136"; }
489
+
490
+ .um-icon-folder:before { content: "\f139"; }
491
+
492
+ .um-icon-fork:before { content: "\f27a"; }
493
+
494
+ .um-icon-fork-repo:before { content: "\f2c0"; }
495
+
496
+ .um-icon-forward:before { content: "\f13a"; }
497
+
498
+ .um-icon-funnel:before { content: "\f31b"; }
499
+
500
+ .um-icon-gear-a:before { content: "\f13d"; }
501
+
502
+ .um-icon-gear-b:before { content: "\f13e"; }
503
+
504
+ .um-icon-grid:before { content: "\f13f"; }
505
+
506
+ .um-icon-hammer:before { content: "\f27b"; }
507
+
508
+ .um-icon-happy:before { content: "\f31c"; }
509
+
510
+ .um-icon-happy-outline:before { content: "\f3c6"; }
511
+
512
+ .um-icon-headphone:before { content: "\f140"; }
513
+
514
+ .um-icon-heart:before { content: "\f141"; }
515
+
516
+ .um-icon-heart-broken:before { content: "\f31d"; }
517
+
518
+ .um-icon-help:before { content: "\f143"; }
519
+
520
+ .um-icon-help-buoy:before { content: "\f27c"; }
521
+
522
+ .um-icon-help-circled:before { content: "\f142"; }
523
+
524
+ .um-icon-home:before { content: "\f144"; }
525
+
526
+ .um-icon-icecream:before { content: "\f27d"; }
527
+
528
+ .um-icon-image:before { content: "\f147"; }
529
+
530
+ .um-icon-images:before { content: "\f148"; }
531
+
532
+ .um-icon-information:before { content: "\f14a"; }
533
+
534
+ .um-icon-information-circled:before { content: "\f149"; }
535
+
536
+ .um-icon-ionic:before { content: "\f14b"; }
537
+
538
+ .um-icon-ios-alarm:before { content: "\f3c8"; }
539
+
540
+ .um-icon-ios-alarm-outline:before { content: "\f3c7"; }
541
+
542
+ .um-icon-ios-albums:before { content: "\f3ca"; }
543
+
544
+ .um-icon-ios-albums-outline:before { content: "\f3c9"; }
545
+
546
+ .um-icon-ios-americanfootball:before { content: "\f3cc"; }
547
+
548
+ .um-icon-ios-americanfootball-outline:before { content: "\f3cb"; }
549
+
550
+ .um-icon-ios-analytics:before { content: "\f3ce"; }
551
+
552
+ .um-icon-ios-analytics-outline:before { content: "\f3cd"; }
553
+
554
+ .um-icon-ios-arrow-back:before { content: "\f3cf"; }
555
+
556
+ .um-icon-ios-arrow-down:before { content: "\f3d0"; }
557
+
558
+ .um-icon-ios-arrow-forward:before { content: "\f3d1"; }
559
+
560
+ .um-icon-ios-arrow-left:before { content: "\f3d2"; }
561
+
562
+ .um-icon-ios-arrow-right:before { content: "\f3d3"; }
563
+
564
+ .um-icon-ios-arrow-thin-down:before { content: "\f3d4"; }
565
+
566
+ .um-icon-ios-arrow-thin-left:before { content: "\f3d5"; }
567
+
568
+ .um-icon-ios-arrow-thin-right:before { content: "\f3d6"; }
569
+
570
+ .um-icon-ios-arrow-thin-up:before { content: "\f3d7"; }
571
+
572
+ .um-icon-ios-arrow-up:before { content: "\f3d8"; }
573
+
574
+ .um-icon-ios-at:before { content: "\f3da"; }
575
+
576
+ .um-icon-ios-at-outline:before { content: "\f3d9"; }
577
+
578
+ .um-icon-ios-barcode:before { content: "\f3dc"; }
579
+
580
+ .um-icon-ios-barcode-outline:before { content: "\f3db"; }
581
+
582
+ .um-icon-ios-baseball:before { content: "\f3de"; }
583
+
584
+ .um-icon-ios-baseball-outline:before { content: "\f3dd"; }
585
+
586
+ .um-icon-ios-basketball:before { content: "\f3e0"; }
587
+
588
+ .um-icon-ios-basketball-outline:before { content: "\f3df"; }
589
+
590
+ .um-icon-ios-bell:before { content: "\f3e2"; }
591
+
592
+ .um-icon-ios-bell-outline:before { content: "\f3e1"; }
593
+
594
+ .um-icon-ios-body:before { content: "\f3e4"; }
595
+
596
+ .um-icon-ios-body-outline:before { content: "\f3e3"; }
597
+
598
+ .um-icon-ios-bolt:before { content: "\f3e6"; }
599
+
600
+ .um-icon-ios-bolt-outline:before { content: "\f3e5"; }
601
+
602
+ .um-icon-ios-book:before { content: "\f3e8"; }
603
+
604
+ .um-icon-ios-book-outline:before { content: "\f3e7"; }
605
+
606
+ .um-icon-ios-bookmarks:before { content: "\f3ea"; }
607
+
608
+ .um-icon-ios-bookmarks-outline:before { content: "\f3e9"; }
609
+
610
+ .um-icon-ios-box:before { content: "\f3ec"; }
611
+
612
+ .um-icon-ios-box-outline:before { content: "\f3eb"; }
613
+
614
+ .um-icon-ios-briefcase:before { content: "\f3ee"; }
615
+
616
+ .um-icon-ios-briefcase-outline:before { content: "\f3ed"; }
617
+
618
+ .um-icon-ios-browsers:before { content: "\f3f0"; }
619
+
620
+ .um-icon-ios-browsers-outline:before { content: "\f3ef"; }
621
+
622
+ .um-icon-ios-calculator:before { content: "\f3f2"; }
623
+
624
+ .um-icon-ios-calculator-outline:before { content: "\f3f1"; }
625
+
626
+ .um-icon-ios-calendar:before { content: "\f3f4"; }
627
+
628
+ .um-icon-ios-calendar-outline:before { content: "\f3f3"; }
629
+
630
+ .um-icon-ios-camera:before { content: "\f3f6"; }
631
+
632
+ .um-icon-ios-camera-outline:before { content: "\f3f5"; }
633
+
634
+ .um-icon-ios-cart:before { content: "\f3f8"; }
635
+
636
+ .um-icon-ios-cart-outline:before { content: "\f3f7"; }
637
+
638
+ .um-icon-ios-chatboxes:before { content: "\f3fa"; }
639
+
640
+ .um-icon-ios-chatboxes-outline:before { content: "\f3f9"; }
641
+
642
+ .um-icon-ios-chatbubble:before { content: "\f3fc"; }
643
+
644
+ .um-icon-ios-chatbubble-outline:before { content: "\f3fb"; }
645
+
646
+ .um-icon-ios-checkmark:before { content: "\f3ff"; }
647
+
648
+ .um-icon-ios-checkmark-empty:before { content: "\f3fd"; }
649
+
650
+ .um-icon-ios-checkmark-outline:before { content: "\f3fe"; }
651
+
652
+ .um-icon-ios-circle-filled:before { content: "\f400"; }
653
+
654
+ .um-icon-ios-circle-outline:before { content: "\f401"; }
655
+
656
+ .um-icon-ios-clock:before { content: "\f403"; }
657
+
658
+ .um-icon-ios-clock-outline:before { content: "\f402"; }
659
+
660
+ .um-icon-ios-close:before { content: "\f406"; }
661
+
662
+ .um-icon-ios-close-empty:before { content: "\f404"; }
663
+
664
+ .um-icon-ios-close-outline:before { content: "\f405"; }
665
+
666
+ .um-icon-ios-cloud:before { content: "\f40c"; }
667
+
668
+ .um-icon-ios-cloud-download:before { content: "\f408"; }
669
+
670
+ .um-icon-ios-cloud-download-outline:before { content: "\f407"; }
671
+
672
+ .um-icon-ios-cloud-outline:before { content: "\f409"; }
673
+
674
+ .um-icon-ios-cloud-upload:before { content: "\f40b"; }
675
+
676
+ .um-icon-ios-cloud-upload-outline:before { content: "\f40a"; }
677
+
678
+ .um-icon-ios-cloudy:before { content: "\f410"; }
679
+
680
+ .um-icon-ios-cloudy-night:before { content: "\f40e"; }
681
+
682
+ .um-icon-ios-cloudy-night-outline:before { content: "\f40d"; }
683
+
684
+ .um-icon-ios-cloudy-outline:before { content: "\f40f"; }
685
+
686
+ .um-icon-ios-cog:before { content: "\f412"; }
687
+
688
+ .um-icon-ios-cog-outline:before { content: "\f411"; }
689
+
690
+ .um-icon-ios-color-filter:before { content: "\f414"; }
691
+
692
+ .um-icon-ios-color-filter-outline:before { content: "\f413"; }
693
+
694
+ .um-icon-ios-color-wand:before { content: "\f416"; }
695
+
696
+ .um-icon-ios-color-wand-outline:before { content: "\f415"; }
697
+
698
+ .um-icon-ios-compose:before { content: "\f418"; }
699
+
700
+ .um-icon-ios-compose-outline:before { content: "\f417"; }
701
+
702
+ .um-icon-ios-contact:before { content: "\f41a"; }
703
+
704
+ .um-icon-ios-contact-outline:before { content: "\f419"; }
705
+
706
+ .um-icon-ios-copy:before { content: "\f41c"; }
707
+
708
+ .um-icon-ios-copy-outline:before { content: "\f41b"; }
709
+
710
+ .um-icon-ios-crop:before { content: "\f41e"; }
711
+
712
+ .um-icon-ios-crop-strong:before { content: "\f41d"; }
713
+
714
+ .um-icon-ios-download:before { content: "\f420"; }
715
+
716
+ .um-icon-ios-download-outline:before { content: "\f41f"; }
717
+
718
+ .um-icon-ios-drag:before { content: "\f421"; }
719
+
720
+ .um-icon-ios-email:before { content: "\f423"; }
721
+
722
+ .um-icon-ios-email-outline:before { content: "\f422"; }
723
+
724
+ .um-icon-ios-eye:before { content: "\f425"; }
725
+
726
+ .um-icon-ios-eye-outline:before { content: "\f424"; }
727
+
728
+ .um-icon-ios-fastforward:before { content: "\f427"; }
729
+
730
+ .um-icon-ios-fastforward-outline:before { content: "\f426"; }
731
+
732
+ .um-icon-ios-filing:before { content: "\f429"; }
733
+
734
+ .um-icon-ios-filing-outline:before { content: "\f428"; }
735
+
736
+ .um-icon-ios-film:before { content: "\f42b"; }
737
+
738
+ .um-icon-ios-film-outline:before { content: "\f42a"; }
739
+
740
+ .um-icon-ios-flag:before { content: "\f42d"; }
741
+
742
+ .um-icon-ios-flag-outline:before { content: "\f42c"; }
743
+
744
+ .um-icon-ios-flame:before { content: "\f42f"; }
745
+
746
+ .um-icon-ios-flame-outline:before { content: "\f42e"; }
747
+
748
+ .um-icon-ios-flask:before { content: "\f431"; }
749
+
750
+ .um-icon-ios-flask-outline:before { content: "\f430"; }
751
+
752
+ .um-icon-ios-flower:before { content: "\f433"; }
753
+
754
+ .um-icon-ios-flower-outline:before { content: "\f432"; }
755
+
756
+ .um-icon-ios-folder:before { content: "\f435"; }
757
+
758
+ .um-icon-ios-folder-outline:before { content: "\f434"; }
759
+
760
+ .um-icon-ios-football:before { content: "\f437"; }
761
+
762
+ .um-icon-ios-football-outline:before { content: "\f436"; }
763
+
764
+ .um-icon-ios-game-controller-a:before { content: "\f439"; }
765
+
766
+ .um-icon-ios-game-controller-a-outline:before { content: "\f438"; }
767
+
768
+ .um-icon-ios-game-controller-b:before { content: "\f43b"; }
769
+
770
+ .um-icon-ios-game-controller-b-outline:before { content: "\f43a"; }
771
+
772
+ .um-icon-ios-gear:before { content: "\f43d"; }
773
+
774
+ .um-icon-ios-gear-outline:before { content: "\f43c"; }
775
+
776
+ .um-icon-ios-glasses:before { content: "\f43f"; }
777
+
778
+ .um-icon-ios-glasses-outline:before { content: "\f43e"; }
779
+
780
+ .um-icon-ios-grid-view:before { content: "\f441"; }
781
+
782
+ .um-icon-ios-grid-view-outline:before { content: "\f440"; }
783
+
784
+ .um-icon-ios-heart:before { content: "\f443"; }
785
+
786
+ .um-icon-ios-heart-outline:before { content: "\f442"; }
787
+
788
+ .um-icon-ios-help:before { content: "\f446"; }
789
+
790
+ .um-icon-ios-help-empty:before { content: "\f444"; }
791
+
792
+ .um-icon-ios-help-outline:before { content: "\f445"; }
793
+
794
+ .um-icon-ios-home:before { content: "\f448"; }
795
+
796
+ .um-icon-ios-home-outline:before { content: "\f447"; }
797
+
798
+ .um-icon-ios-infinite:before { content: "\f44a"; }
799
+
800
+ .um-icon-ios-infinite-outline:before { content: "\f449"; }
801
+
802
+ .um-icon-ios-information:before { content: "\f44d"; }
803
+
804
+ .um-icon-ios-information-empty:before { content: "\f44b"; }
805
+
806
+ .um-icon-ios-information-outline:before { content: "\f44c"; }
807
+
808
+ .um-icon-ios-ionic-outline:before { content: "\f44e"; }
809
+
810
+ .um-icon-ios-keypad:before { content: "\f450"; }
811
+
812
+ .um-icon-ios-keypad-outline:before { content: "\f44f"; }
813
+
814
+ .um-icon-ios-lightbulb:before { content: "\f452"; }
815
+
816
+ .um-icon-ios-lightbulb-outline:before { content: "\f451"; }
817
+
818
+ .um-icon-ios-list:before { content: "\f454"; }
819
+
820
+ .um-icon-ios-list-outline:before { content: "\f453"; }
821
+
822
+ .um-icon-ios-location:before { content: "\f456"; }
823
+
824
+ .um-icon-ios-location-outline:before { content: "\f455"; }
825
+
826
+ .um-icon-ios-locked:before { content: "\f458"; }
827
+
828
+ .um-icon-ios-locked-outline:before { content: "\f457"; }
829
+
830
+ .um-icon-ios-loop:before { content: "\f45a"; }
831
+
832
+ .um-icon-ios-loop-strong:before { content: "\f459"; }
833
+
834
+ .um-icon-ios-medical:before { content: "\f45c"; }
835
+
836
+ .um-icon-ios-medical-outline:before { content: "\f45b"; }
837
+
838
+ .um-icon-ios-medkit:before { content: "\f45e"; }
839
+
840
+ .um-icon-ios-medkit-outline:before { content: "\f45d"; }
841
+
842
+ .um-icon-ios-mic:before { content: "\f461"; }
843
+
844
+ .um-icon-ios-mic-off:before { content: "\f45f"; }
845
+
846
+ .um-icon-ios-mic-outline:before { content: "\f460"; }
847
+
848
+ .um-icon-ios-minus:before { content: "\f464"; }
849
+
850
+ .um-icon-ios-minus-empty:before { content: "\f462"; }
851
+
852
+ .um-icon-ios-minus-outline:before { content: "\f463"; }
853
+
854
+ .um-icon-ios-monitor:before { content: "\f466"; }
855
+
856
+ .um-icon-ios-monitor-outline:before { content: "\f465"; }
857
+
858
+ .um-icon-ios-moon:before { content: "\f468"; }
859
+
860
+ .um-icon-ios-moon-outline:before { content: "\f467"; }
861
+
862
+ .um-icon-ios-more:before { content: "\f46a"; }
863
+
864
+ .um-icon-ios-more-outline:before { content: "\f469"; }
865
+
866
+ .um-icon-ios-musical-note:before { content: "\f46b"; }
867
+
868
+ .um-icon-ios-musical-notes:before { content: "\f46c"; }
869
+
870
+ .um-icon-ios-navigate:before { content: "\f46e"; }
871
+
872
+ .um-icon-ios-navigate-outline:before { content: "\f46d"; }
873
+
874
+ .um-icon-ios-nutrition:before { content: "\f470"; }
875
+
876
+ .um-icon-ios-nutrition-outline:before { content: "\f46f"; }
877
+
878
+ .um-icon-ios-paper:before { content: "\f472"; }
879
+
880
+ .um-icon-ios-paper-outline:before { content: "\f471"; }
881
+
882
+ .um-icon-ios-paperplane:before { content: "\f474"; }
883
+
884
+ .um-icon-ios-paperplane-outline:before { content: "\f473"; }
885
+
886
+ .um-icon-ios-partlysunny:before { content: "\f476"; }
887
+
888
+ .um-icon-ios-partlysunny-outline:before { content: "\f475"; }
889
+
890
+ .um-icon-ios-pause:before { content: "\f478"; }
891
+
892
+ .um-icon-ios-pause-outline:before { content: "\f477"; }
893
+
894
+ .um-icon-ios-paw:before { content: "\f47a"; }
895
+
896
+ .um-icon-ios-paw-outline:before { content: "\f479"; }
897
+
898
+ .um-icon-ios-people:before { content: "\f47c"; }
899
+
900
+ .um-icon-ios-people-outline:before { content: "\f47b"; }
901
+
902
+ .um-icon-ios-person:before { content: "\f47e"; }
903
+
904
+ .um-icon-ios-person-outline:before { content: "\f47d"; }
905
+
906
+ .um-icon-ios-personadd:before { content: "\f480"; }
907
+
908
+ .um-icon-ios-personadd-outline:before { content: "\f47f"; }
909
+
910
+ .um-icon-ios-photos:before { content: "\f482"; }
911
+
912
+ .um-icon-ios-photos-outline:before { content: "\f481"; }
913
+
914
+ .um-icon-ios-pie:before { content: "\f484"; }
915
+
916
+ .um-icon-ios-pie-outline:before { content: "\f483"; }
917
+
918
+ .um-icon-ios-pint:before { content: "\f486"; }
919
+
920
+ .um-icon-ios-pint-outline:before { content: "\f485"; }
921
+
922
+ .um-icon-ios-play:before { content: "\f488"; }
923
+
924
+ .um-icon-ios-play-outline:before { content: "\f487"; }
925
+
926
+ .um-icon-ios-plus:before { content: "\f48b"; }
927
+
928
+ .um-icon-ios-plus-empty:before { content: "\f489"; }
929
+
930
+ .um-icon-ios-plus-outline:before { content: "\f48a"; }
931
+
932
+ .um-icon-ios-pricetag:before { content: "\f48d"; }
933
+
934
+ .um-icon-ios-pricetag-outline:before { content: "\f48c"; }
935
+
936
+ .um-icon-ios-pricetags:before { content: "\f48f"; }
937
+
938
+ .um-icon-ios-pricetags-outline:before { content: "\f48e"; }
939
+
940
+ .um-icon-ios-printer:before { content: "\f491"; }
941
+
942
+ .um-icon-ios-printer-outline:before { content: "\f490"; }
943
+
944
+ .um-icon-ios-pulse:before { content: "\f493"; }
945
+
946
+ .um-icon-ios-pulse-strong:before { content: "\f492"; }
947
+
948
+ .um-icon-ios-rainy:before { content: "\f495"; }
949
+
950
+ .um-icon-ios-rainy-outline:before { content: "\f494"; }
951
+
952
+ .um-icon-ios-recording:before { content: "\f497"; }
953
+
954
+ .um-icon-ios-recording-outline:before { content: "\f496"; }
955
+
956
+ .um-icon-ios-redo:before { content: "\f499"; }
957
+
958
+ .um-icon-ios-redo-outline:before { content: "\f498"; }
959
+
960
+ .um-icon-ios-refresh:before { content: "\f49c"; }
961
+
962
+ .um-icon-ios-refresh-empty:before { content: "\f49a"; }
963
+
964
+ .um-icon-ios-refresh-outline:before { content: "\f49b"; }
965
+
966
+ .um-icon-ios-reload:before { content: "\f49d"; }
967
+
968
+ .um-icon-ios-reverse-camera:before { content: "\f49f"; }
969
+
970
+ .um-icon-ios-reverse-camera-outline:before { content: "\f49e"; }
971
+
972
+ .um-icon-ios-rewind:before { content: "\f4a1"; }
973
+
974
+ .um-icon-ios-rewind-outline:before { content: "\f4a0"; }
975
+
976
+ .um-icon-ios-rose:before { content: "\f4a3"; }
977
+
978
+ .um-icon-ios-rose-outline:before { content: "\f4a2"; }
979
+
980
+ .um-icon-ios-search:before { content: "\f4a5"; }
981
+
982
+ .um-icon-ios-search-strong:before { content: "\f4a4"; }
983
+
984
+ .um-icon-ios-settings:before { content: "\f4a7"; }
985
+
986
+ .um-icon-ios-settings-strong:before { content: "\f4a6"; }
987
+
988
+ .um-icon-ios-shuffle:before { content: "\f4a9"; }
989
+
990
+ .um-icon-ios-shuffle-strong:before { content: "\f4a8"; }
991
+
992
+ .um-icon-ios-skipbackward:before { content: "\f4ab"; }
993
+
994
+ .um-icon-ios-skipbackward-outline:before { content: "\f4aa"; }
995
+
996
+ .um-icon-ios-skipforward:before { content: "\f4ad"; }
997
+
998
+ .um-icon-ios-skipforward-outline:before { content: "\f4ac"; }
999
+
1000
+ .um-icon-ios-snowy:before { content: "\f4ae"; }
1001
+
1002
+ .um-icon-ios-speedometer:before { content: "\f4b0"; }
1003
+
1004
+ .um-icon-ios-speedometer-outline:before { content: "\f4af"; }
1005
+
1006
+ .um-icon-ios-star:before { content: "\f4b3"; }
1007
+
1008
+ .um-icon-ios-star-half:before { content: "\f4b1"; }
1009
+
1010
+ .um-icon-ios-star-outline:before { content: "\f4b2"; }
1011
+
1012
+ .um-icon-ios-stopwatch:before { content: "\f4b5"; }
1013
+
1014
+ .um-icon-ios-stopwatch-outline:before { content: "\f4b4"; }
1015
+
1016
+ .um-icon-ios-sunny:before { content: "\f4b7"; }
1017
+
1018
+ .um-icon-ios-sunny-outline:before { content: "\f4b6"; }
1019
+
1020
+ .um-icon-ios-telephone:before { content: "\f4b9"; }
1021
+
1022
+ .um-icon-ios-telephone-outline:before { content: "\f4b8"; }
1023
+
1024
+ .um-icon-ios-tennisball:before { content: "\f4bb"; }
1025
+
1026
+ .um-icon-ios-tennisball-outline:before { content: "\f4ba"; }
1027
+
1028
+ .um-icon-ios-thunderstorm:before { content: "\f4bd"; }
1029
+
1030
+ .um-icon-ios-thunderstorm-outline:before { content: "\f4bc"; }
1031
+
1032
+ .um-icon-ios-time:before { content: "\f4bf"; }
1033
+
1034
+ .um-icon-ios-time-outline:before { content: "\f4be"; }
1035
+
1036
+ .um-icon-ios-timer:before { content: "\f4c1"; }
1037
+
1038
+ .um-icon-ios-timer-outline:before { content: "\f4c0"; }
1039
+
1040
+ .um-icon-ios-toggle:before { content: "\f4c3"; }
1041
+
1042
+ .um-icon-ios-toggle-outline:before { content: "\f4c2"; }
1043
+
1044
+ .um-icon-ios-trash:before { content: "\f4c5"; }
1045
+
1046
+ .um-icon-ios-trash-outline:before { content: "\f4c4"; }
1047
+
1048
+ .um-icon-ios-undo:before { content: "\f4c7"; }
1049
+
1050
+ .um-icon-ios-undo-outline:before { content: "\f4c6"; }
1051
+
1052
+ .um-icon-ios-unlocked:before { content: "\f4c9"; }
1053
+
1054
+ .um-icon-ios-unlocked-outline:before { content: "\f4c8"; }
1055
+
1056
+ .um-icon-ios-upload:before { content: "\f4cb"; }
1057
+
1058
+ .um-icon-ios-upload-outline:before { content: "\f4ca"; }
1059
+
1060
+ .um-icon-ios-videocam:before { content: "\f4cd"; }
1061
+
1062
+ .um-icon-ios-videocam-outline:before { content: "\f4cc"; }
1063
+
1064
+ .um-icon-ios-volume-high:before { content: "\f4ce"; }
1065
+
1066
+ .um-icon-ios-volume-low:before { content: "\f4cf"; }
1067
+
1068
+ .um-icon-ios-wineglass:before { content: "\f4d1"; }
1069
+
1070
+ .um-icon-ios-wineglass-outline:before { content: "\f4d0"; }
1071
+
1072
+ .um-icon-ios-world:before { content: "\f4d3"; }
1073
+
1074
+ .um-icon-ios-world-outline:before { content: "\f4d2"; }
1075
+
1076
+ .um-icon-ipad:before { content: "\f1f9"; }
1077
+
1078
+ .um-icon-iphone:before { content: "\f1fa"; }
1079
+
1080
+ .um-icon-ipod:before { content: "\f1fb"; }
1081
+
1082
+ .um-icon-jet:before { content: "\f295"; }
1083
+
1084
+ .um-icon-key:before { content: "\f296"; }
1085
+
1086
+ .um-icon-knife:before { content: "\f297"; }
1087
+
1088
+ .um-icon-laptop:before { content: "\f1fc"; }
1089
+
1090
+ .um-icon-leaf:before { content: "\f1fd"; }
1091
+
1092
+ .um-icon-levels:before { content: "\f298"; }
1093
+
1094
+ .um-icon-lightbulb:before { content: "\f299"; }
1095
+
1096
+ .um-icon-link:before { content: "\f1fe"; }
1097
+
1098
+ .um-icon-load-a:before { content: "\f29a"; }
1099
+
1100
+ .um-icon-load-b:before { content: "\f29b"; }
1101
+
1102
+ .um-icon-load-c:before { content: "\f29c"; }
1103
+
1104
+ .um-icon-load-d:before { content: "\f29d"; }
1105
+
1106
+ .um-icon-location:before { content: "\f1ff"; }
1107
+
1108
+ .um-icon-lock-combination:before { content: "\f4d4"; }
1109
+
1110
+ .um-icon-locked:before { content: "\f200"; }
1111
+
1112
+ .um-icon-log-in:before { content: "\f29e"; }
1113
+
1114
+ .um-icon-log-out:before { content: "\f29f"; }
1115
+
1116
+ .um-icon-loop:before { content: "\f201"; }
1117
+
1118
+ .um-icon-magnet:before { content: "\f2a0"; }
1119
+
1120
+ .um-icon-male:before { content: "\f2a1"; }
1121
+
1122
+ .um-icon-man:before { content: "\f202"; }
1123
+
1124
+ .um-icon-map:before { content: "\f203"; }
1125
+
1126
+ .um-icon-medkit:before { content: "\f2a2"; }
1127
+
1128
+ .um-icon-merge:before { content: "\f33f"; }
1129
+
1130
+ .um-icon-mic-a:before { content: "\f204"; }
1131
+
1132
+ .um-icon-mic-b:before { content: "\f205"; }
1133
+
1134
+ .um-icon-mic-c:before { content: "\f206"; }
1135
+
1136
+ .um-icon-minus:before { content: "\f209"; }
1137
+
1138
+ .um-icon-minus-circled:before { content: "\f207"; }
1139
+
1140
+ .um-icon-minus-round:before { content: "\f208"; }
1141
+
1142
+ .um-icon-model-s:before { content: "\f2c1"; }
1143
+
1144
+ .um-icon-monitor:before { content: "\f20a"; }
1145
+
1146
+ .um-icon-more:before { content: "\f20b"; }
1147
+
1148
+ .um-icon-mouse:before { content: "\f340"; }
1149
+
1150
+ .um-icon-music-note:before { content: "\f20c"; }
1151
+
1152
+ .um-icon-navicon:before { content: "\f20e"; }
1153
+
1154
+ .um-icon-navicon-round:before { content: "\f20d"; }
1155
+
1156
+ .um-icon-navigate:before { content: "\f2a3"; }
1157
+
1158
+ .um-icon-network:before { content: "\f341"; }
1159
+
1160
+ .um-icon-no-smoking:before { content: "\f2c2"; }
1161
+
1162
+ .um-icon-nuclear:before { content: "\f2a4"; }
1163
+
1164
+ .um-icon-outlet:before { content: "\f342"; }
1165
+
1166
+ .um-icon-paintbrush:before { content: "\f4d5"; }
1167
+
1168
+ .um-icon-paintbucket:before { content: "\f4d6"; }
1169
+
1170
+ .um-icon-paper-airplane:before { content: "\f2c3"; }
1171
+
1172
+ .um-icon-paperclip:before { content: "\f20f"; }
1173
+
1174
+ .um-icon-pause:before { content: "\f210"; }
1175
+
1176
+ .um-icon-person:before { content: "\f213"; }
1177
+
1178
+ .um-icon-person-add:before { content: "\f211"; }
1179
+
1180
+ .um-icon-person-stalker:before { content: "\f212"; }
1181
+
1182
+ .um-icon-pie-graph:before { content: "\f2a5"; }
1183
+
1184
+ .um-icon-pin:before { content: "\f2a6"; }
1185
+
1186
+ .um-icon-pinpoint:before { content: "\f2a7"; }
1187
+
1188
+ .um-icon-pizza:before { content: "\f2a8"; }
1189
+
1190
+ .um-icon-plane:before { content: "\f214"; }
1191
+
1192
+ .um-icon-planet:before { content: "\f343"; }
1193
+
1194
+ .um-icon-play:before { content: "\f215"; }
1195
+
1196
+ .um-icon-playstation:before { content: "\f30a"; }
1197
+
1198
+ .um-icon-plus:before { content: "\f218"; }
1199
+
1200
+ .um-icon-plus-circled:before { content: "\f216"; }
1201
+
1202
+ .um-icon-plus-round:before { content: "\f217"; }
1203
+
1204
+ .um-icon-podium:before { content: "\f344"; }
1205
+
1206
+ .um-icon-pound:before { content: "\f219"; }
1207
+
1208
+ .um-icon-power:before { content: "\f2a9"; }
1209
+
1210
+ .um-icon-pricetag:before { content: "\f2aa"; }
1211
+
1212
+ .um-icon-pricetags:before { content: "\f2ab"; }
1213
+
1214
+ .um-icon-printer:before { content: "\f21a"; }
1215
+
1216
+ .um-icon-pull-request:before { content: "\f345"; }
1217
+
1218
+ .um-icon-qr-scanner:before { content: "\f346"; }
1219
+
1220
+ .um-icon-quote:before { content: "\f347"; }
1221
+
1222
+ .um-icon-radio-waves:before { content: "\f2ac"; }
1223
+
1224
+ .um-icon-record:before { content: "\f21b"; }
1225
+
1226
+ .um-icon-refresh:before { content: "\f21c"; }
1227
+
1228
+ .um-icon-reply:before { content: "\f21e"; }
1229
+
1230
+ .um-icon-reply-all:before { content: "\f21d"; }
1231
+
1232
+ .um-icon-ribbon-a:before { content: "\f348"; }
1233
+
1234
+ .um-icon-ribbon-b:before { content: "\f349"; }
1235
+
1236
+ .um-icon-sad:before { content: "\f34a"; }
1237
+
1238
+ .um-icon-sad-outline:before { content: "\f4d7"; }
1239
+
1240
+ .um-icon-scissors:before { content: "\f34b"; }
1241
+
1242
+ .um-icon-search:before { content: "\f21f"; }
1243
+
1244
+ .um-icon-settings:before { content: "\f2ad"; }
1245
+
1246
+ .um-icon-share:before { content: "\f220"; }
1247
+
1248
+ .um-icon-shuffle:before { content: "\f221"; }
1249
+
1250
+ .um-icon-skip-backward:before { content: "\f222"; }
1251
+
1252
+ .um-icon-skip-forward:before { content: "\f223"; }
1253
+
1254
+ .um-icon-social-android:before { content: "\f225"; }
1255
+
1256
+ .um-icon-social-android-outline:before { content: "\f224"; }
1257
+
1258
+ .um-icon-social-angular:before { content: "\f4d9"; }
1259
+
1260
+ .um-icon-social-angular-outline:before { content: "\f4d8"; }
1261
+
1262
+ .um-icon-social-apple:before { content: "\f227"; }
1263
+
1264
+ .um-icon-social-apple-outline:before { content: "\f226"; }
1265
+
1266
+ .um-icon-social-bitcoin:before { content: "\f2af"; }
1267
+
1268
+ .um-icon-social-bitcoin-outline:before { content: "\f2ae"; }
1269
+
1270
+ .um-icon-social-buffer:before { content: "\f229"; }
1271
+
1272
+ .um-icon-social-buffer-outline:before { content: "\f228"; }
1273
+
1274
+ .um-icon-social-chrome:before { content: "\f4db"; }
1275
+
1276
+ .um-icon-social-chrome-outline:before { content: "\f4da"; }
1277
+
1278
+ .um-icon-social-codepen:before { content: "\f4dd"; }
1279
+
1280
+ .um-icon-social-codepen-outline:before { content: "\f4dc"; }
1281
+
1282
+ .um-icon-social-css3:before { content: "\f4df"; }
1283
+
1284
+ .um-icon-social-css3-outline:before { content: "\f4de"; }
1285
+
1286
+ .um-icon-social-designernews:before { content: "\f22b"; }
1287
+
1288
+ .um-icon-social-designernews-outline:before { content: "\f22a"; }
1289
+
1290
+ .um-icon-social-dribbble:before { content: "\f22d"; }
1291
+
1292
+ .um-icon-social-dribbble-outline:before { content: "\f22c"; }
1293
+
1294
+ .um-icon-social-dropbox:before { content: "\f22f"; }
1295
+
1296
+ .um-icon-social-dropbox-outline:before { content: "\f22e"; }
1297
+
1298
+ .um-icon-social-euro:before { content: "\f4e1"; }
1299
+
1300
+ .um-icon-social-euro-outline:before { content: "\f4e0"; }
1301
+
1302
+ .um-icon-social-facebook:before { content: "\f231"; }
1303
+
1304
+ .um-icon-social-facebook-outline:before { content: "\f230"; }
1305
+
1306
+ .um-icon-social-foursquare:before { content: "\f34d"; }
1307
+
1308
+ .um-icon-social-foursquare-outline:before { content: "\f34c"; }
1309
+
1310
+ .um-icon-social-freebsd-devil:before { content: "\f2c4"; }
1311
+
1312
+ .um-icon-social-github:before { content: "\f233"; }
1313
+
1314
+ .um-icon-social-github-outline:before { content: "\f232"; }
1315
+
1316
+ .um-icon-social-google:before { content: "\f34f"; }
1317
+
1318
+ .um-icon-social-google-outline:before { content: "\f34e"; }
1319
+
1320
+ .um-icon-social-googleplus:before { content: "\f235"; }
1321
+
1322
+ .um-icon-social-googleplus-outline:before { content: "\f234"; }
1323
+
1324
+ .um-icon-social-hackernews:before { content: "\f237"; }
1325
+
1326
+ .um-icon-social-hackernews-outline:before { content: "\f236"; }
1327
+
1328
+ .um-icon-social-html5:before { content: "\f4e3"; }
1329
+
1330
+ .um-icon-social-html5-outline:before { content: "\f4e2"; }
1331
+
1332
+ .um-icon-social-instagram:before { content: "\f351"; }
1333
+
1334
+ .um-icon-social-instagram-outline:before { content: "\f350"; }
1335
+
1336
+ .um-icon-social-javascript:before { content: "\f4e5"; }
1337
+
1338
+ .um-icon-social-javascript-outline:before { content: "\f4e4"; }
1339
+
1340
+ .um-icon-social-linkedin:before { content: "\f239"; }
1341
+
1342
+ .um-icon-social-linkedin-outline:before { content: "\f238"; }
1343
+
1344
+ .um-icon-social-markdown:before { content: "\f4e6"; }
1345
+
1346
+ .um-icon-social-nodejs:before { content: "\f4e7"; }
1347
+
1348
+ .um-icon-social-octocat:before { content: "\f4e8"; }
1349
+
1350
+ .um-icon-social-pinterest:before { content: "\f2b1"; }
1351
+
1352
+ .um-icon-social-pinterest-outline:before { content: "\f2b0"; }
1353
+
1354
+ .um-icon-social-python:before { content: "\f4e9"; }
1355
+
1356
+ .um-icon-social-reddit:before { content: "\f23b"; }
1357
+
1358
+ .um-icon-social-reddit-outline:before { content: "\f23a"; }
1359
+
1360
+ .um-icon-social-rss:before { content: "\f23d"; }
1361
+
1362
+ .um-icon-social-rss-outline:before { content: "\f23c"; }
1363
+
1364
+ .um-icon-social-sass:before { content: "\f4ea"; }
1365
+
1366
+ .um-icon-social-skype:before { content: "\f23f"; }
1367
+
1368
+ .um-icon-social-skype-outline:before { content: "\f23e"; }
1369
+
1370
+ .um-icon-social-snapchat:before { content: "\f4ec"; }
1371
+
1372
+ .um-icon-social-snapchat-outline:before { content: "\f4eb"; }
1373
+
1374
+ .um-icon-social-tumblr:before { content: "\f241"; }
1375
+
1376
+ .um-icon-social-tumblr-outline:before { content: "\f240"; }
1377
+
1378
+ .um-icon-social-tux:before { content: "\f2c5"; }
1379
+
1380
+ .um-icon-social-twitch:before { content: "\f4ee"; }
1381
+
1382
+ .um-icon-social-twitch-outline:before { content: "\f4ed"; }
1383
+
1384
+ .um-icon-social-twitter:before { content: "\f243"; }
1385
+
1386
+ .um-icon-social-twitter-outline:before { content: "\f242"; }
1387
+
1388
+ .um-icon-social-usd:before { content: "\f353"; }
1389
+
1390
+ .um-icon-social-usd-outline:before { content: "\f352"; }
1391
+
1392
+ .um-icon-social-vimeo:before { content: "\f245"; }
1393
+
1394
+ .um-icon-social-vimeo-outline:before { content: "\f244"; }
1395
+
1396
+ .um-icon-social-whatsapp:before { content: "\f4f0"; }
1397
+
1398
+ .um-icon-social-whatsapp-outline:before { content: "\f4ef"; }
1399
+
1400
+ .um-icon-social-windows:before { content: "\f247"; }
1401
+
1402
+ .um-icon-social-windows-outline:before { content: "\f246"; }
1403
+
1404
+ .um-icon-social-wordpress:before { content: "\f249"; }
1405
+
1406
+ .um-icon-social-wordpress-outline:before { content: "\f248"; }
1407
+
1408
+ .um-icon-social-yahoo:before { content: "\f24b"; }
1409
+
1410
+ .um-icon-social-yahoo-outline:before { content: "\f24a"; }
1411
+
1412
+ .um-icon-social-yen:before { content: "\f4f2"; }
1413
+
1414
+ .um-icon-social-yen-outline:before { content: "\f4f1"; }
1415
+
1416
+ .um-icon-social-youtube:before { content: "\f24d"; }
1417
+
1418
+ .um-icon-social-youtube-outline:before { content: "\f24c"; }
1419
+
1420
+ .um-icon-soup-can:before { content: "\f4f4"; }
1421
+
1422
+ .um-icon-soup-can-outline:before { content: "\f4f3"; }
1423
+
1424
+ .um-icon-speakerphone:before { content: "\f2b2"; }
1425
+
1426
+ .um-icon-speedometer:before { content: "\f2b3"; }
1427
+
1428
+ .um-icon-spoon:before { content: "\f2b4"; }
1429
+
1430
+ .um-icon-star:before { content: "\f24e"; }
1431
+
1432
+ .um-icon-stats-bars:before { content: "\f2b5"; }
1433
+
1434
+ .um-icon-steam:before { content: "\f30b"; }
1435
+
1436
+ .um-icon-stop:before { content: "\f24f"; }
1437
+
1438
+ .um-icon-thermometer:before { content: "\f2b6"; }
1439
+
1440
+ .um-icon-thumbsdown:before { content: "\f250"; }
1441
+
1442
+ .um-icon-thumbsup:before { content: "\f251"; }
1443
+
1444
+ .um-icon-toggle:before { content: "\f355"; }
1445
+
1446
+ .um-icon-toggle-filled:before { content: "\f354"; }
1447
+
1448
+ .um-icon-transgender:before { content: "\f4f5"; }
1449
+
1450
+ .um-icon-trash-a:before { content: "\f252"; }
1451
+
1452
+ .um-icon-trash-b:before { content: "\f253"; }
1453
+
1454
+ .um-icon-trophy:before { content: "\f356"; }
1455
+
1456
+ .um-icon-tshirt:before { content: "\f4f7"; }
1457
+
1458
+ .um-icon-tshirt-outline:before { content: "\f4f6"; }
1459
+
1460
+ .um-icon-umbrella:before { content: "\f2b7"; }
1461
+
1462
+ .um-icon-university:before { content: "\f357"; }
1463
+
1464
+ .um-icon-unlocked:before { content: "\f254"; }
1465
+
1466
+ .um-icon-upload:before { content: "\f255"; }
1467
+
1468
+ .um-icon-usb:before { content: "\f2b8"; }
1469
+
1470
+ .um-icon-videocamera:before { content: "\f256"; }
1471
+
1472
+ .um-icon-volume-high:before { content: "\f257"; }
1473
+
1474
+ .um-icon-volume-low:before { content: "\f258"; }
1475
+
1476
+ .um-icon-volume-medium:before { content: "\f259"; }
1477
+
1478
+ .um-icon-volume-mute:before { content: "\f25a"; }
1479
+
1480
+ .um-icon-wand:before { content: "\f358"; }
1481
+
1482
+ .um-icon-waterdrop:before { content: "\f25b"; }
1483
+
1484
+ .um-icon-wifi:before { content: "\f25c"; }
1485
+
1486
+ .um-icon-wineglass:before { content: "\f2b9"; }
1487
+
1488
+ .um-icon-woman:before { content: "\f25d"; }
1489
+
1490
+ .um-icon-wrench:before { content: "\f2ba"; }
1491
+
1492
  .um-icon-xbox:before { content: "\f30c"; }
assets/css/um-misc.css CHANGED
@@ -1,118 +1,118 @@
1
- .um-login.um-logout {
2
- max-width: 300px !important;
3
- }
4
-
5
- .um-misc-with-img {
6
- position: relative;
7
- font-size: 15px;
8
- border-bottom: 3px solid #eee;
9
- text-align: center;
10
-
11
- margin-bottom: 14px;
12
- padding-top: 4px;
13
- padding-bottom: 14px;
14
- }
15
-
16
- .um-misc-img {
17
- text-align: center;
18
- }
19
-
20
- .um-misc-img img {
21
- border-radius: 999px;
22
- height: auto !important;
23
- display: inline-block !important;
24
- }
25
-
26
- .um-misc-ul,
27
- .um-misc-ul li {
28
- font-size: 14px;
29
- }
30
-
31
- /* responsive embeds */
32
- .um-youtube,
33
- .um-vimeo,
34
- .um-googlemap {
35
- position: relative;
36
- height: 0;
37
- overflow: hidden;
38
- }
39
-
40
- .um-youtube {padding-bottom: 56.25%;}
41
- .um-vimeo {padding-bottom: 56.25%;}
42
- .um-googlemap {padding-bottom: 75%;}
43
-
44
- .um-youtube iframe,
45
- .um-vimeo iframe,
46
- .um-googlemap iframe {
47
- position: absolute;
48
- top: 0;
49
- left: 0;
50
- width: 100% !important;
51
- height: 100% !important;
52
- }
53
-
54
- /* profile misc */
55
- .um-profile-connect.um-member-connect {
56
- padding: 5px 0 10px 0;
57
- }
58
-
59
- .um-profile-connect.um-member-connect a {
60
- text-align: center;
61
- width: 36px;
62
- line-height: 36px;
63
- height: 36px;
64
- font-size: 20px;
65
- border-radius: 999px;
66
- color: #fff !important;
67
- opacity: 0.85;
68
- margin: 0 1px;
69
- transition: 0.25s;
70
- display: inline-block;
71
- }
72
-
73
- .um-profile-connect.um-member-connect a:hover {
74
- opacity: 1;
75
- }
76
-
77
- /* pop effect */
78
- @-webkit-keyframes um-effect-pop {
79
- 50% {
80
- -webkit-transform: scale(1.2);
81
- transform: scale(1.2);
82
- }
83
- }
84
-
85
- @keyframes um-effect-pop {
86
- 50% {
87
- -webkit-transform: scale(1.2);
88
- transform: scale(1.2);
89
- }
90
- }
91
-
92
- .um-effect-pop {
93
- -webkit-animation-name: um-effect-pop;
94
- animation-name: um-effect-pop;
95
- -webkit-animation-duration: 0.2s;
96
- animation-duration: 0.2s;
97
- -webkit-animation-timing-function: linear;
98
- animation-timing-function: linear;
99
- -webkit-animation-iteration-count: 1;
100
- animation-iteration-count: 1;
101
- }
102
-
103
- /* content lockers */
104
- .um-locked-content {
105
- width: 100%;
106
- box-sizing: border-box;
107
- border: 2px dotted #cc3000;
108
- color: #333;
109
- background: #fff;
110
- font-size: 14px;
111
- padding: 20px;
112
- border-radius: 4px;
113
- margin-bottom: 20px;
114
- }
115
-
116
- .um-locked-content a {
117
- border: none !important;
118
  }
1
+ .um-login.um-logout {
2
+ max-width: 300px !important;
3
+ }
4
+
5
+ .um-misc-with-img {
6
+ position: relative;
7
+ font-size: 15px;
8
+ border-bottom: 3px solid #eee;
9
+ text-align: center;
10
+
11
+ margin-bottom: 14px;
12
+ padding-top: 4px;
13
+ padding-bottom: 14px;
14
+ }
15
+
16
+ .um-misc-img {
17
+ text-align: center;
18
+ }
19
+
20
+ .um-misc-img img {
21
+ border-radius: 999px;
22
+ height: auto !important;
23
+ display: inline-block !important;
24
+ }
25
+
26
+ .um-misc-ul,
27
+ .um-misc-ul li {
28
+ font-size: 14px;
29
+ }
30
+
31
+ /* responsive embeds */
32
+ .um-youtube,
33
+ .um-vimeo,
34
+ .um-googlemap {
35
+ position: relative;
36
+ height: 0;
37
+ overflow: hidden;
38
+ }
39
+
40
+ .um-youtube {padding-bottom: 56.25%;}
41
+ .um-vimeo {padding-bottom: 56.25%;}
42
+ .um-googlemap {padding-bottom: 75%;}
43
+
44
+ .um-youtube iframe,
45
+ .um-vimeo iframe,
46
+ .um-googlemap iframe {
47
+ position: absolute;
48
+ top: 0;
49
+ left: 0;
50
+ width: 100% !important;
51
+ height: 100% !important;
52
+ }
53
+
54
+ /* profile misc */
55
+ .um-profile-connect.um-member-connect {
56
+ padding: 5px 0 10px 0;
57
+ }
58
+
59
+ .um-profile-connect.um-member-connect a {
60
+ text-align: center;
61
+ width: 36px;
62
+ line-height: 36px;
63
+ height: 36px;
64
+ font-size: 20px;
65
+ border-radius: 999px;
66
+ color: #fff !important;
67
+ opacity: 0.85;
68
+ margin: 0 1px;
69
+ transition: 0.25s;
70
+ display: inline-block;
71
+ }
72
+
73
+ .um-profile-connect.um-member-connect a:hover {
74
+ opacity: 1;
75
+ }
76
+
77
+ /* pop effect */
78
+ @-webkit-keyframes um-effect-pop {
79
+ 50% {
80
+ -webkit-transform: scale(1.2);
81
+ transform: scale(1.2);
82
+ }
83
+ }
84
+
85
+ @keyframes um-effect-pop {
86
+ 50% {
87
+ -webkit-transform: scale(1.2);
88
+ transform: scale(1.2);
89
+ }
90
+ }
91
+
92
+ .um-effect-pop {
93
+ -webkit-animation-name: um-effect-pop;
94
+ animation-name: um-effect-pop;
95
+ -webkit-animation-duration: 0.2s;
96
+ animation-duration: 0.2s;
97
+ -webkit-animation-timing-function: linear;
98
+ animation-timing-function: linear;
99
+ -webkit-animation-iteration-count: 1;
100
+ animation-iteration-count: 1;
101
+ }
102
+
103
+ /* content lockers */
104
+ .um-locked-content {
105
+ width: 100%;
106
+ box-sizing: border-box;
107
+ border: 2px dotted #cc3000;
108
+ color: #333;
109
+ background: #fff;
110
+ font-size: 14px;
111
+ padding: 20px;
112
+ border-radius: 4px;
113
+ margin-bottom: 20px;
114
+ }
115
+
116
+ .um-locked-content a {
117
+ border: none !important;
118
  }
assets/css/um-modal.css CHANGED
@@ -1,204 +1,204 @@
1
- .um-popup-overlay {
2
- background: rgba(0,0,0, 0.7);
3
- width: 100%;
4
- height: 100%;
5
- position: fixed;
6
- top: 0;
7
- left: 0;
8
- z-index: 1999992;
9
- }
10
-
11
- .um-popup * {
12
- -webkit-font-smoothing: antialiased !important;
13
- -moz-osx-font-smoothing: grayscale !important;
14
- }
15
-
16
- .um-popup {
17
- -moz-border-radius: 3px;
18
- -webkit-border-radius: 3px;
19
- border-radius: 3px;
20
- position: fixed;
21
- left: 50%;
22
- top: 10%;
23
- margin-left: -250px;
24
- width: 500px;
25
- background: #fff;
26
- box-shadow: 0 1px 3px #111;
27
- z-index: 1999993;
28
- box-sizing: border-box;
29
- overflow: auto;
30
- color: #888;
31
- padding: 0 !important;
32
- -webkit-font-smoothing: antialiased !important;
33
- -moz-osx-font-smoothing: grayscale !important;
34
- }
35
-
36
- .um-popup.loading {
37
- background: #fff url(../img/loading.gif) no-repeat center;
38
- min-height: 100px;
39
- }
40
-
41
- .um-popup a {
42
- outline: none !important;
43
- }
44
-
45
- /*
46
- - Overlay
47
- */
48
-
49
- .um-modal-overlay {
50
- background: rgba(0,0,0, 0.85);
51
- width: 100%;
52
- height: 100%;
53
- position: fixed;
54
- top: 0;
55
- left: 0;
56
- z-index: 999999;
57
- }
58
-
59
- /*
60
- - modal
61
- */
62
-
63
- .um-modal * {
64
- -webkit-font-smoothing: antialiased !important;
65
- -moz-osx-font-smoothing: grayscale !important;
66
- }
67
-
68
- .um-modal-hidden-content {
69
- display: none;
70
- }
71
-
72
- .um-modal-close {
73
- display: block;
74
- position: fixed;
75
- right: 0;
76
- top: 0;
77
- font-size: 24px;
78
- text-decoration: none !important;
79
- color: #fff !important;
80
- padding: 0 10px;
81
- }
82
-
83
- .um-modal {
84
- -moz-border-radius: 3px;
85
- -webkit-border-radius: 3px;
86
- border-radius: 3px;
87
- position: fixed;
88
- left: 50%;
89
- display: none;
90
- z-index: 1999993;
91
- box-sizing: border-box;
92
- bottom: -50px;
93
- }
94
- .um-modal.normal {width: 500px;margin-left: -250px;}
95
- .um-modal.large {width: 730px;margin-left: -365px;}
96
- .um-modal.small {width: 400px;margin-left: -200px;}
97
-
98
- .um-modal-body {
99
- min-height: 3px;
100
- padding: 20px;
101
- box-sizing: border-box;
102
- width: 100%;
103
- background: #fff;
104
- -moz-border-radius: 0 0 3px 3px;
105
- -webkit-border-radius: 0 0 3px 3px;
106
- border-radius: 0 0 3px 3px;
107
- }
108
-
109
- .um-modal-body.photo {
110
- -moz-border-radius: 3px;
111
- -webkit-border-radius: 3px;
112
- border-radius: 3px;
113
- box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.12) inset;
114
- background: #888;
115
- padding: 0;
116
- }
117
-
118
- .um-modal-body.photo img {
119
- -moz-border-radius: 3px;
120
- -webkit-border-radius: 3px;
121
- border-radius: 3px;
122
- display: block;
123
- overflow: hidden;
124
- opacity: 0;
125
- }
126
-
127
- .um-modal.loading .um-modal-body {
128
- background: #fff url(../img/loading.gif) no-repeat center;
129
- min-height: 150px;
130
- }
131
-
132
- .um-modal div.um {
133
- margin-bottom: 20px !important;
134
- }
135
-
136
- .um-modal-header {
137
- -moz-border-radius: 3px 3px 0 0;
138
- -webkit-border-radius: 3px 3px 0 0;
139
- border-radius: 3px 3px 0 0;
140
- height: 44px;
141
- line-height: 44px;
142
- color: #fff;
143
- padding: 0 20px;
144
- box-sizing: border-box;
145
- font-size: 17px;
146
- }
147
-
148
- .um-modal-footer {
149
- margin-top: 20px;
150
- }
151
-
152
- .um-modal-left {
153
- float: left;
154
- }
155
-
156
- .um-modal-right {
157
- float: right;
158
- }
159
-
160
- .um-modal-btn.disabled,
161
- .um-modal-btn.disabled:hover {
162
- opacity: 0.5;
163
- cursor: default !important;
164
- }
165
-
166
- .um-modal-btn {
167
- cursor: pointer !important;
168
- line-height: 34px !important;
169
- height: 34px;
170
- display: inline-block;
171
- -moz-border-radius: 3px;
172
- -webkit-border-radius: 3px;
173
- border-radius: 3px;
174
- padding: 0 20px;
175
- text-align: center;
176
- color: #fff;
177
- vertical-align: middle;
178
- font-size: 14px;
179
- box-sizing: border-box;
180
- transition: 0.2s;
181
- text-decoration: none !important;
182
- }
183
-
184
- a.um-modal-btn:visited {
185
- color: #fff;
186
- }
187
-
188
- .um-modal-btn:hover {
189
- background: #44b0ec;
190
- color: #fff;
191
- }
192
-
193
- .um-modal-btn.alt {
194
- color: #666;
195
- background: #eee;
196
- }
197
-
198
- .um-modal-btn.alt:hover {
199
- background: #e5e5e5;
200
- }
201
-
202
- .um-modal .um-single-image-preview.crop img{
203
- float:left;
204
  }
1
+ .um-popup-overlay {
2
+ background: rgba(0,0,0, 0.7);
3
+ width: 100%;
4
+ height: 100%;
5
+ position: fixed;
6
+ top: 0;
7
+ left: 0;
8
+ z-index: 1999992;
9
+ }
10
+
11
+ .um-popup * {
12
+ -webkit-font-smoothing: antialiased !important;
13
+ -moz-osx-font-smoothing: grayscale !important;
14
+ }
15
+
16
+ .um-popup {
17
+ -moz-border-radius: 3px;
18
+ -webkit-border-radius: 3px;
19
+ border-radius: 3px;
20
+ position: fixed;
21
+ left: 50%;
22
+ top: 10%;
23
+ margin-left: -250px;
24
+ width: 500px;
25
+ background: #fff;
26
+ box-shadow: 0 1px 3px #111;
27
+ z-index: 1999993;
28
+ box-sizing: border-box;
29
+ overflow: auto;
30
+ color: #888;
31
+ padding: 0 !important;
32
+ -webkit-font-smoothing: antialiased !important;
33
+ -moz-osx-font-smoothing: grayscale !important;
34
+ }
35
+
36
+ .um-popup.loading {
37
+ background: #fff url(../img/loading.gif) no-repeat center;
38
+ min-height: 100px;
39
+ }
40
+
41
+ .um-popup a {
42
+ outline: none !important;
43
+ }
44
+
45
+ /*
46
+ - Overlay
47
+ */
48
+
49
+ .um-modal-overlay {
50
+ background: rgba(0,0,0, 0.85);
51
+ width: 100%;
52
+ height: 100%;
53
+ position: fixed;
54
+ top: 0;
55
+ left: 0;
56
+ z-index: 999999;
57
+ }
58
+
59
+ /*
60
+ - modal
61
+ */
62
+
63
+ .um-modal * {
64
+ -webkit-font-smoothing: antialiased !important;
65
+ -moz-osx-font-smoothing: grayscale !important;
66
+ }
67
+
68
+ .um-modal-hidden-content {
69
+ display: none;
70
+ }
71
+
72
+ .um-modal-close {
73
+ display: block;
74
+ position: fixed;
75
+ right: 0;
76
+ top: 0;
77
+ font-size: 24px;
78
+ text-decoration: none !important;
79
+ color: #fff !important;
80
+ padding: 0 10px;
81
+ }
82
+
83
+ .um-modal {
84
+ -moz-border-radius: 3px;
85
+ -webkit-border-radius: 3px;
86
+ border-radius: 3px;
87
+ position: fixed;
88
+ left: 50%;
89
+ display: none;
90
+ z-index: 1999993;
91
+ box-sizing: border-box;
92
+ bottom: -50px;
93
+ }
94
+ .um-modal.normal {width: 500px;margin-left: -250px;}
95
+ .um-modal.large {width: 730px;margin-left: -365px;}
96
+ .um-modal.small {width: 400px;margin-left: -200px;}
97
+
98
+ .um-modal-body {
99
+ min-height: 3px;
100
+ padding: 20px;
101
+ box-sizing: border-box;
102
+ width: 100%;
103
+ background: #fff;
104
+ -moz-border-radius: 0 0 3px 3px;
105
+ -webkit-border-radius: 0 0 3px 3px;
106
+ border-radius: 0 0 3px 3px;
107
+ }
108
+
109
+ .um-modal-body.photo {
110
+ -moz-border-radius: 3px;
111
+ -webkit-border-radius: 3px;
112
+ border-radius: 3px;
113
+ box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.12) inset;
114
+ background: #888;
115
+ padding: 0;
116
+ }
117
+
118
+ .um-modal-body.photo img {
119
+ -moz-border-radius: 3px;
120
+ -webkit-border-radius: 3px;
121
+ border-radius: 3px;
122
+ display: block;
123
+ overflow: hidden;
124
+ opacity: 0;
125
+ }
126
+
127
+ .um-modal.loading .um-modal-body {
128
+ background: #fff url(../img/loading.gif) no-repeat center;
129
+ min-height: 150px;
130
+ }
131
+
132
+ .um-modal div.um {
133
+ margin-bottom: 20px !important;
134
+ }
135
+
136
+ .um-modal-header {
137
+ -moz-border-radius: 3px 3px 0 0;
138
+ -webkit-border-radius: 3px 3px 0 0;
139
+ border-radius: 3px 3px 0 0;
140
+ height: 44px;
141
+ line-height: 44px;
142
+ color: #fff;
143
+ padding: 0 20px;
144
+ box-sizing: border-box;
145
+ font-size: 17px;
146
+ }
147
+
148
+ .um-modal-footer {
149
+ margin-top: 20px;
150
+ }
151
+
152
+ .um-modal-left {
153
+ float: left;
154
+ }
155
+
156
+ .um-modal-right {
157
+ float: right;
158
+ }
159
+
160
+ .um-modal-btn.disabled,
161
+ .um-modal-btn.disabled:hover {
162
+ opacity: 0.5;
163
+ cursor: default !important;
164
+ }
165
+
166
+ .um-modal-btn {
167
+ cursor: pointer !important;
168
+ line-height: 34px !important;
169
+ height: 34px;
170
+ display: inline-block;
171
+ -moz-border-radius: 3px;
172
+ -webkit-border-radius: 3px;
173
+ border-radius: 3px;
174
+ padding: 0 20px;
175
+ text-align: center;
176
+ color: #fff;
177
+ vertical-align: middle;
178
+ font-size: 14px;
179
+ box-sizing: border-box;
180
+ transition: 0.2s;
181
+ text-decoration: none !important;
182
+ }
183
+
184
+ a.um-modal-btn:visited {
185
+ color: #fff;
186
+ }
187
+
188
+ .um-modal-btn:hover {
189
+ background: #44b0ec;
190
+ color: #fff;
191
+ }
192
+
193
+ .um-modal-btn.alt {
194
+ color: #666;
195
+ background: #eee;
196
+ }
197
+
198
+ .um-modal-btn.alt:hover {
199
+ background: #e5e5e5;
200
+ }
201
+
202
+ .um-modal .um-single-image-preview.crop img{
203
+ float:left;
204
  }
assets/css/um-old-default.css CHANGED
@@ -1,271 +1,271 @@
1
- .um .um-tip:hover,
2
- .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
3
- .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
4
- .um .um-member-name a:hover,
5
- .um .um-member-more a:hover,
6
- .um .um-member-less a:hover,
7
- .um .um-members-pagi a:hover,
8
- .um .um-cover-add:hover,
9
- .um .um-profile-subnav a.active,
10
- .um .um-item-meta a,
11
- .um-account-name a:hover,
12
- .um-account-nav a.current,
13
- .um-account-side li a.current span.um-account-icon,
14
- .um-account-side li a.current:hover span.um-account-icon,
15
- .um-dropdown li a:hover,
16
- i.um-active-color,
17
- span.um-active-color
18
- {
19
- color: #3ba1da;
20
- }
21
-
22
- .um .um-field-group-head,
23
- .picker__box,
24
- .picker__nav--prev:hover,
25
- .picker__nav--next:hover,
26
- .um .um-members-pagi span.current,
27
- .um .um-members-pagi span.current:hover,
28
- .um .um-profile-nav-item.active a,
29
- .um .um-profile-nav-item.active a:hover,
30
- .upload,
31
- .um-modal-header,
32
- .um-modal-btn,
33
- .um-modal-btn.disabled,
34
- .um-modal-btn.disabled:hover,
35
- div.uimob800 .um-account-side li a.current,
36
- div.uimob800 .um-account-side li a.current:hover
37
- {
38
- background: #3ba1da;
39
- }
40
-
41
- .um .um-field-group-head:hover,
42
- .picker__footer,
43
- .picker__header,
44
- .picker__day--infocus:hover,
45
- .picker__day--outfocus:hover,
46
- .picker__day--highlighted:hover,
47
- .picker--focused .picker__day--highlighted,
48
- .picker__list-item:hover,
49
- .picker__list-item--highlighted:hover,
50
- .picker--focused .picker__list-item--highlighted,
51
- .picker__list-item--selected,
52
- .picker__list-item--selected:hover,
53
- .picker--focused .picker__list-item--selected {
54
- background: #44b0ec;
55
- }
56
-
57
- .um {
58
- margin-left: auto!important;
59
- margin-right: auto!important;
60
- }
61
- .um input[type=submit]:disabled:hover {
62
- background: #3ba1da;
63
- }
64
-
65
- .um input[type=submit].um-button,
66
- .um input[type=submit].um-button:focus,
67
- .um a.um-button,
68
- .um a.um-button.um-disabled:hover,
69
- .um a.um-button.um-disabled:focus,
70
- .um a.um-button.um-disabled:active {
71
- background: #3ba1da;
72
- }
73
-
74
- .um a.um-link {
75
- color: #3ba1da;
76
- }
77
-
78
- .um input[type=submit].um-button:hover,
79
- .um a.um-button:hover {
80
- background-color: #44b0ec;
81
- }
82
-
83
- .um a.um-link:hover,
84
- .um a.um-link-hvr:hover {
85
- color: #44b0ec;
86
- }
87
-
88
- .um .um-button {
89
- color: #ffffff;
90
- }
91
-
92
- .um .um-button:before {
93
- color: #ffffff;
94
- }
95
-
96
- .um .um-button.um-alt,
97
- .um input[type=submit].um-button.um-alt {
98
- background: #eeeeee;
99
- }
100
-
101
- .um .um-button.um-alt:hover,
102
- .um input[type=submit].um-button.um-alt:hover{
103
- background: #e5e5e5;
104
- }
105
-
106
- .um .um-button.um-alt,
107
- .um input[type=submit].um-button.um-alt {
108
- color: #666666;
109
- }
110
-
111
- .um .um-button.um-alt:before,
112
- .um input[type=submit].um-button.um-alt:before {
113
- color: #666666;
114
- }
115
-
116
- .um .um-tip {
117
- color: #cccccc;
118
- }
119
-
120
- .um .um-field-label {
121
- color: #555555;
122
- }
123
-
124
- .um .um-row.um-customized-row .um-field-label {
125
- color: inherit;
126
- }
127
-
128
- .um .um-form input[type=text],
129
- .um .um-form input[type=search],
130
- .um .um-form input[type=tel],
131
- .um .um-form input[type=number],
132
- .um .um-form input[type=password],
133
- .um .um-form textarea,
134
- .um .upload-progress,
135
- .select2-container .select2-choice,
136
- .select2-drop,
137
- .select2-container-multi .select2-choices,
138
- .select2-drop-active,
139
- .select2-drop.select2-drop-above
140
- {
141
- border: 1px solid #ddd !important;
142
- }
143
-
144
- .um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {
145
- border: none !important
146
- }
147
-
148
- .um .um-form input[type=text]:focus,
149
- .um .um-form input[type=search]:focus,
150
- .um .um-form input[type=tel]:focus,
151
- .um .um-form input[type=number]:focus,
152
- .um .um-form input[type=password]:focus,
153
- .um .um-form .um-datepicker.picker__input.picker__input--active,
154
- .um .um-form .um-datepicker.picker__input.picker__input--target,
155
- .um .um-form textarea:focus {
156
- border: 1px solid #bbb !important;
157
- }
158
-
159
- .um .um-form input[type=text],
160
- .um .um-form input[type=search],
161
- .um .um-form input[type=tel],
162
- .um .um-form input[type=number],
163
- .um .um-form input[type=password],
164
- .um .um-form textarea,
165
- .select2-container .select2-choice,
166
- .select2-container-multi .select2-choices
167
- {
168
- background-color: #ffffff;
169
- }
170
-
171
- .um .um-form input[type=text]:focus,
172
- .um .um-form input[type=search]:focus,
173
- .um .um-form input[type=tel]:focus,
174
- .um .um-form input[type=number]:focus,
175
- .um .um-form input[type=password]:focus,
176
- .um .um-form textarea:focus {
177
- background-color: #ffffff;
178
- }
179
-
180
- .um .um-form input[type=text],
181
- .um .um-form input[type=search],
182
- .um .um-form input[type=tel],
183
- .um .um-form input[type=password],
184
- .um .um-form textarea
185
- {
186
- color: #666666;
187
- }
188
-
189
- .um .um-form input:-webkit-autofill {
190
- -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
191
- -webkit-text-fill-color: #666666;
192
- }
193
-
194
- .um .um-form input:-webkit-autofill:focus {
195
- -webkit-box-shadow: none,0 0 0 50px white inset;
196
- -webkit-text-fill-color: #666666;
197
- }
198
-
199
- .um .um-form ::-webkit-input-placeholder
200
- {
201
- color: #aaaaaa;
202
- opacity: 1 !important;
203
- }
204
-
205
- .um .um-form ::-moz-placeholder
206
- {
207
- color: #aaaaaa;
208
- opacity: 1 !important;
209
- }
210
-
211
- .um .um-form ::-moz-placeholder
212
- {
213
- color: #aaaaaa;
214
- opacity: 1 !important;
215
- }
216
-
217
- .um .um-form ::-ms-input-placeholder
218
- {
219
- color: #aaaaaa;
220
- opacity: 1 !important;
221
- }
222
-
223
- .select2-default,
224
- .select2-default *,
225
- .select2-container-multi .select2-choices .select2-search-field input
226
- {
227
- color: #aaaaaa;
228
- }
229
-
230
- .um .um-field-icon i,
231
- .select2-container .select2-choice .select2-arrow:before,
232
- .select2-search:before,
233
- .select2-search-choice-close:before
234
- {
235
- color: #aaaaaa;
236
- }
237
-
238
- .um span.um-req
239
- {
240
- color: #aaaaaa;
241
- }
242
-
243
- .um .um-profile-photo a.um-profile-photo-img,
244
- .um .um-profile-photo img,
245
- .um .um-profile-photo span.um-profile-photo-overlay
246
- {
247
- -moz-border-radius: 999px !important;
248
- -webkit-border-radius: 999px !important;
249
- border-radius: 999px !important
250
- }
251
-
252
- .um-profile.um .um-profile-meta {
253
- color: #999999;
254
- }
255
-
256
- .um-profile.um .um-name a {
257
- color: #555555;
258
- }
259
-
260
- .um-profile.um .um-name a:hover {
261
- color: #444444;
262
- }
263
-
264
- .um-profile.um .um-profile-headericon a {
265
- color: #aaaaaa;
266
- }
267
-
268
- .um-profile.um .um-profile-headericon a:hover,
269
- .um-profile.um .um-profile-edit-a.active {
270
- color: #3ba1da;
271
  }
1
+ .um .um-tip:hover,
2
+ .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
3
+ .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
4
+ .um .um-member-name a:hover,
5
+ .um .um-member-more a:hover,
6
+ .um .um-member-less a:hover,
7
+ .um .um-members-pagi a:hover,
8
+ .um .um-cover-add:hover,
9
+ .um .um-profile-subnav a.active,
10
+ .um .um-item-meta a,
11
+ .um-account-name a:hover,
12
+ .um-account-nav a.current,
13
+ .um-account-side li a.current span.um-account-icon,
14
+ .um-account-side li a.current:hover span.um-account-icon,
15
+ .um-dropdown li a:hover,
16
+ i.um-active-color,
17
+ span.um-active-color
18
+ {
19
+ color: #3ba1da;
20
+ }
21
+
22
+ .um .um-field-group-head,
23
+ .picker__box,
24
+ .picker__nav--prev:hover,
25
+ .picker__nav--next:hover,
26
+ .um .um-members-pagi span.current,
27
+ .um .um-members-pagi span.current:hover,
28
+ .um .um-profile-nav-item.active a,
29
+ .um .um-profile-nav-item.active a:hover,
30
+ .upload,
31
+ .um-modal-header,
32
+ .um-modal-btn,
33
+ .um-modal-btn.disabled,
34
+ .um-modal-btn.disabled:hover,
35
+ div.uimob800 .um-account-side li a.current,
36
+ div.uimob800 .um-account-side li a.current:hover
37
+ {
38
+ background: #3ba1da;
39
+ }
40
+
41
+ .um .um-field-group-head:hover,
42
+ .picker__footer,
43
+ .picker__header,
44
+ .picker__day--infocus:hover,
45
+ .picker__day--outfocus:hover,
46
+ .picker__day--highlighted:hover,
47
+ .picker--focused .picker__day--highlighted,
48
+ .picker__list-item:hover,
49
+ .picker__list-item--highlighted:hover,
50
+ .picker--focused .picker__list-item--highlighted,
51
+ .picker__list-item--selected,
52
+ .picker__list-item--selected:hover,
53
+ .picker--focused .picker__list-item--selected {
54
+ background: #44b0ec;
55
+ }
56
+
57
+ .um {
58
+ margin-left: auto!important;
59
+ margin-right: auto!important;
60
+ }
61
+ .um input[type=submit]:disabled:hover {
62
+ background: #3ba1da;
63
+ }
64
+
65
+ .um input[type=submit].um-button,
66
+ .um input[type=submit].um-button:focus,
67
+ .um a.um-button,
68
+ .um a.um-button.um-disabled:hover,
69
+ .um a.um-button.um-disabled:focus,
70
+ .um a.um-button.um-disabled:active {
71
+ background: #3ba1da;
72
+ }
73
+
74
+ .um a.um-link {
75
+ color: #3ba1da;
76
+ }
77
+
78
+ .um input[type=submit].um-button:hover,
79
+ .um a.um-button:hover {
80
+ background-color: #44b0ec;
81
+ }
82
+
83
+ .um a.um-link:hover,
84
+ .um a.um-link-hvr:hover {
85
+ color: #44b0ec;
86
+ }
87
+
88
+ .um .um-button {
89
+ color: #ffffff;
90
+ }
91
+
92
+ .um .um-button:before {
93
+ color: #ffffff;
94
+ }
95
+
96
+ .um .um-button.um-alt,
97
+ .um input[type=submit].um-button.um-alt {
98
+ background: #eeeeee;
99
+ }
100
+
101
+ .um .um-button.um-alt:hover,
102
+ .um input[type=submit].um-button.um-alt:hover{
103
+ background: #e5e5e5;
104
+ }
105
+
106
+ .um .um-button.um-alt,
107
+ .um input[type=submit].um-button.um-alt {
108
+ color: #666666;
109
+ }
110
+
111
+ .um .um-button.um-alt:before,
112
+ .um input[type=submit].um-button.um-alt:before {
113
+ color: #666666;
114
+ }
115
+
116
+ .um .um-tip {
117
+ color: #cccccc;
118
+ }
119
+
120
+ .um .um-field-label {
121
+ color: #555555;
122
+ }
123
+
124
+ .um .um-row.um-customized-row .um-field-label {
125
+ color: inherit;
126
+ }
127
+
128
+ .um .um-form input[type=text],
129
+ .um .um-form input[type=search],
130
+ .um .um-form input[type=tel],
131
+ .um .um-form input[type=number],
132
+ .um .um-form input[type=password],
133
+ .um .um-form textarea,
134
+ .um .upload-progress,
135
+ .select2-container .select2-choice,
136
+ .select2-drop,
137
+ .select2-container-multi .select2-choices,
138
+ .select2-drop-active,
139
+ .select2-drop.select2-drop-above
140
+ {
141
+ border: 1px solid #ddd !important;
142
+ }
143
+
144
+ .um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {
145
+ border: none !important
146
+ }
147
+
148
+ .um .um-form input[type=text]:focus,
149
+ .um .um-form input[type=search]:focus,
150
+ .um .um-form input[type=tel]:focus,
151
+ .um .um-form input[type=number]:focus,
152
+ .um .um-form input[type=password]:focus,
153
+ .um .um-form .um-datepicker.picker__input.picker__input--active,
154
+ .um .um-form .um-datepicker.picker__input.picker__input--target,
155
+ .um .um-form textarea:focus {
156
+ border: 1px solid #bbb !important;
157
+ }
158
+
159
+ .um .um-form input[type=text],
160
+ .um .um-form input[type=search],
161
+ .um .um-form input[type=tel],
162
+ .um .um-form input[type=number],
163
+ .um .um-form input[type=password],
164
+ .um .um-form textarea,
165
+ .select2-container .select2-choice,
166
+ .select2-container-multi .select2-choices
167
+ {
168
+ background-color: #ffffff;
169
+ }
170
+
171
+ .um .um-form input[type=text]:focus,
172
+ .um .um-form input[type=search]:focus,
173
+ .um .um-form input[type=tel]:focus,
174
+ .um .um-form input[type=number]:focus,
175
+ .um .um-form input[type=password]:focus,
176
+ .um .um-form textarea:focus {
177
+ background-color: #ffffff;
178
+ }
179
+
180
+ .um .um-form input[type=text],
181
+ .um .um-form input[type=search],
182
+ .um .um-form input[type=tel],
183
+ .um .um-form input[type=password],
184
+ .um .um-form textarea
185
+ {
186
+ color: #666666;
187
+ }
188
+
189
+ .um .um-form input:-webkit-autofill {
190
+ -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
191
+ -webkit-text-fill-color: #666666;
192
+ }
193
+
194
+ .um .um-form input:-webkit-autofill:focus {
195
+ -webkit-box-shadow: none,0 0 0 50px white inset;
196
+ -webkit-text-fill-color: #666666;
197
+ }
198
+
199
+ .um .um-form ::-webkit-input-placeholder
200
+ {
201
+ color: #aaaaaa;
202
+ opacity: 1 !important;
203
+ }
204
+
205
+ .um .um-form ::-moz-placeholder
206
+ {
207
+ color: #aaaaaa;
208
+ opacity: 1 !important;
209
+ }
210
+
211
+ .um .um-form ::-moz-placeholder
212
+ {
213
+ color: #aaaaaa;
214
+ opacity: 1 !important;
215
+ }
216
+
217
+ .um .um-form ::-ms-input-placeholder
218
+ {
219
+ color: #aaaaaa;
220
+ opacity: 1 !important;
221
+ }
222
+
223
+ .select2-default,
224
+ .select2-default *,
225
+ .select2-container-multi .select2-choices .select2-search-field input
226
+ {
227
+ color: #aaaaaa;
228
+ }
229
+
230
+ .um .um-field-icon i,
231
+ .select2-container .select2-choice .select2-arrow:before,
232
+ .select2-search:before,
233
+ .select2-search-choice-close:before
234
+ {
235
+ color: #aaaaaa;
236
+ }
237
+
238
+ .um span.um-req
239
+ {
240
+ color: #aaaaaa;
241
+ }
242
+
243
+ .um .um-profile-photo a.um-profile-photo-img,
244
+ .um .um-profile-photo img,
245
+ .um .um-profile-photo span.um-profile-photo-overlay
246
+ {
247
+ -moz-border-radius: 999px !important;
248
+ -webkit-border-radius: 999px !important;
249
+ border-radius: 999px !important
250
+ }
251
+
252
+ .um-profile.um .um-profile-meta {
253
+ color: #999999;
254
+ }
255
+
256
+ .um-profile.um .um-name a {
257
+ color: #555555;
258
+ }
259
+
260
+ .um-profile.um .um-name a:hover {
261
+ color: #444444;
262
+ }
263
+
264
+ .um-profile.um .um-profile-headericon a {
265
+ color: #aaaaaa;
266
+ }
267
+
268
+ .um-profile.um .um-profile-headericon a:hover,
269
+ .um-profile.um .um-profile-edit-a.active {
270
+ color: #3ba1da;
271
  }
assets/css/um-profile.css CHANGED
@@ -1,576 +1,576 @@
1
- /*
2
- - Profile mode .um alias
3
- */
4
-
5
- .um-profile {
6
- box-sizing: border-box;
7
- }
8
-
9
- .um-profile .um-cover-overlay {
10
- display: none;
11
- }
12
-
13
- .um-profile.um-editing .um-cover.has-cover .um-cover-overlay {
14
- display: block;
15
- }
16
-
17
- .um-profile.um-viewing .um-profile-photo-overlay {
18
- display: none;
19
- }
20
-
21
- .um-profile img {display: block;overflow:hidden;border-radius:0;margin: 0 !important}
22
-
23
- .um-profile a,
24
- .um-profile a:hover {text-decoration:none !important}
25
-
26
- .um-profile .um-profile-body {
27
- padding-top: 15px;
28
- padding-bottom: 15px;
29
- max-width: 600px;
30
- margin: auto;
31
- }
32
-
33
- .um-profile.um-editing {
34
- padding-bottom: 15px;
35
- }
36
-
37
- .um-profile.um-viewing {
38
- padding-bottom: 1px;
39
- }
40
-
41
- .um-profile.um-viewing .um-field-label {
42
- display: block;
43
- margin: 0 0 8px 0;
44
- border-bottom: solid 2px #eee;
45
- padding-bottom: 4px;
46
- }
47
-
48
- /*
49
- - Profile cover
50
- */
51
-
52
- .um-cover {
53
- background-color: #eee;
54
- box-sizing: border-box;
55
- position: relative;
56
- }
57
-
58
- .um-cover-add {
59
- color: #aaa;
60
- font-size: 36px;
61
- width: 100%;
62
- display: table;
63
- }
64
-
65
- .um-cover-add i {
66
- font-size: 36px;
67
- }
68
-
69
- .um-cover-add span {
70
- display: table-cell;
71
- vertical-align: middle;
72
- }
73
-
74
- .um-cover-e {
75
- text-align: center;
76
- box-sizing: border-box;
77
- overflow: hidden;
78
- }
79
-
80
- .um-cover-e img {width: 100% !important}
81
-
82
- .um-cover-overlay {
83
- position: absolute;
84
- top: 0;
85
- left: 0;
86
- background: rgba(0,0,0,.5);
87
- text-align: center;
88
- box-sizing: border-box;
89
- padding: 0 40px;
90
- color: #fff;
91
- text-shadow: 0 1px #666;
92
- cursor: pointer !important;
93
- line-height: 21px;
94
- font-size: 16px;
95
- height: 100%;
96
- width: 100%;
97
- }
98
-
99
- .um-cover-overlay:hover {
100
- background: rgba(0,0,0,.55);
101
- }
102
-
103
- .um-cover-overlay span.um-cover-overlay-s {
104
- display: table;
105
- height: 100%;
106
- width: 100%;
107
- }
108
-
109
- .um-cover-overlay ins {
110
- display: table-cell;
111
- vertical-align: middle;
112
- height: 100%;
113
- text-decoration: none !important;
114
- background: none !important;
115
- color: #fff !important;
116
- border-bottom: none !important;
117
- }
118
-
119
- .um-cover-overlay i {
120
- font-size: 46px;
121
- display: block;
122
- margin-bottom: 6px;
123
- }
124
-
125
- /*
126
- - Profile header
127
- */
128
-
129
- .um-header {
130
- position: relative;
131
- padding: 0 0 25px 0;
132
- border-bottom: solid 2px #eee;
133
- min-height: 85px;
134
- box-sizing: content-box !important;
135
- }
136
-
137
- .um-profile-edit {
138
- position: absolute;
139
- top: 15px;
140
- right: 0;
141
- vertical-align: middle;
142
- font-size: 30px;
143
- height: 30px;
144
- line-height: 30px;
145
- z-index: 66;
146
- margin-right: 10px;
147
- }
148
-
149
- .um-profile-edit i {
150
- font-size: 30px;
151
- }
152
-
153
- /*
154
- - Header without cover enabled
155
- */
156
-
157
- .um-header.no-cover .um-profile-meta {
158
- padding-left: 0 !important;
159
- padding-right: 0 !important;
160
- text-align: center !important;
161
- }
162
-
163
- .um-header.no-cover .um-name {
164
- float: none !important;
165
- margin-right: 0 !important;
166
- }
167
-
168
- .um-header.no-cover .um-profile-photo {
169
- float: none !important;
170
- margin: 0 auto !important;
171
- text-align: center !important;
172
- }
173
-
174
- .um-header.no-cover a.um-profile-photo-img {
175
- position: relative !important;
176
- top: auto !important;
177
- left: auto !important;
178
- float: none !important;
179
- display: inline-block !important;
180
- text-align: center !important;
181
- }
182
-
183
- .um-header.no-cover .um-main-meta {padding: 0;}
184
-
185
- /*
186
- - Profile photo
187
- */
188
-
189
- .um-profile .gravatar {
190
- position: static;
191
- }
192
-
193
- .um-profile-photo {
194
- float: left;
195
- position: relative;
196
- width:200px;
197
- margin: 0 0 0 30px;
198
- box-sizing: border-box;
199
- }
200
-
201
- .um-profile-photo a.um-profile-photo-img {
202
- float: left;
203
- position: absolute;
204
- background: #fff;
205
- border-radius: 100%;
206
- border: 5px solid #fff;
207
- border-bottom: 5px solid #fff !important;/* rewrite ".um-header a" style */
208
- overflow: hidden;
209
- left: 0;
210
- }
211
-
212
- .um-profile-photo a.um-profile-photo-img img {
213
- width: 100%;
214
- height: auto;
215
- }
216
-
217
- .um-profile-photo-overlay {
218
- position: absolute;
219
- top: 0;
220
- left: 0;
221
- background: rgba(0,0,0,.5);
222
- text-align: center;
223
- box-sizing: border-box;
224
- padding: 0;
225
- color: #fff;
226
- text-shadow: 0 1px #666;
227
- cursor: pointer !important;
228
- line-height: 21px;
229
- font-size: 16px;
230
- height: 100%;
231
- width: 100%;
232
- }
233
-
234
- .um-profile-photo-overlay:hover {
235
- background: rgba(0,0,0,.55);
236
- }
237
-
238
- .um-profile-photo-overlay span.um-profile-photo-overlay-s {
239
- display: table;
240
- height: 100%;
241
- width: 100%;
242
- }
243
-
244
- .um-profile-photo-overlay ins {
245
- display: table-cell;
246
- vertical-align: middle;
247
- height: 100%;
248
- text-decoration: none !important;
249
- background: none !important;
250
- color: #fff !important;
251
- border-bottom: none !important;
252
- }
253
-
254
- .um-profile-photo-overlay i {
255
- font-size: 46px;
256
- display: block;
257
- }
258
-
259
- /*
260
- - Profile meta
261
- */
262
-
263
- .um-profile-meta {
264
- padding-right: 30px;
265
- -ms-word-break: break-all;
266
- word-break: break-word;
267
- word-wrap: break-word;
268
- }
269
-
270
- .um-main-meta {
271
- padding: 10px 0 0 0;
272
- }
273
-
274
- .um-name {
275
- float: left;
276
- font-size: 24px;
277
- font-weight: bold;
278
- margin-right: 30px;
279
- line-height: 1.7em;
280
- }
281
-
282
- .um-name a {
283
- font-size: 24px;
284
- }
285
-
286
- .um-meta {
287
- font-size: 15px;
288
- }
289
-
290
- .um-meta span a {
291
- font-weight: normal;
292
- }
293
-
294
- .um-meta span:first-child {margin: 0 5px 0 0}
295
- .um-meta span {
296
- margin: 0 5px;
297
- font-size: 14px;
298
- display: inline-block;
299
- }
300
-
301
- .um-meta span i {
302
- font-size: 16px;
303
- margin: 0 5px 0 0;
304
- }
305
-
306
- .um-meta-text {
307
- margin: 6px 0 0 0;
308
- color: #666;
309
- line-height: 1.4em;
310
- font-size: 13px;
311
- }
312
-
313
- .um-meta-text p {
314
- margin: 0 0 6px 0 !important;
315
- padding: 0 !important;
316
- }
317
-
318
- .um-profile-status {display:none}
319
- .um-profile-status.awaiting_admin_review,
320
- .um-profile-status.inactive,
321
- .um-profile-status.rejected {
322
- display: inline-block;
323
- margin: 6px 0 0 0;
324
- border-left: 3px solid #C74A4A;
325
- padding-left: 10px;
326
- font-size: 14px;
327
- color: #777;
328
- }
329
-
330
- /*
331
- - Profile body
332
- */
333
-
334
- .um-profile-note {
335
- display: none;
336
- text-align: center !important;
337
- padding-top: 20px;
338
- color: #666;
339
- }
340
-
341
- .um-profile-note i {
342
- display: inline-block;
343
- font-size: 70px;
344
- height: 70px;
345
- line-height: 70px;
346
- }
347
-
348
- .um-profile-note i.um-faicon-lock{
349
- position: relative;
350
- top: 2px;
351
- display: inline-block;
352
- font-size: 24px;
353
- height: auto;
354
- line-height: 24px;
355
- margin-right: 10px;
356
- }
357
-
358
- .um-profile-note span {
359
- margin-top: 10px;
360
- display: block;
361
- font-size: 16px;
362
- color: #888;
363
- }
364
-
365
- .um-profile-note a{border:none!important}
366
-
367
- .um-profile-note a:hover {
368
- text-decoration: underline !important;
369
- }
370
-
371
- /*
372
- - Profile nav-bar
373
- */
374
-
375
- .um-profile-nav {
376
- padding: 10px;
377
- background: #444;
378
- text-align: center;
379
- }
380
-
381
- .um-profile-nav-item.active a,
382
- .um-profile-nav-item.active a:hover {
383
- color: #FFF!important;
384
- }
385
-
386
- .um-profile-nav-item.active a span.count {background: transparent;padding: 4px 0;color: #fff}
387
-
388
- .um-profile-nav-item a {
389
- color: #fff!important;
390
- font-size: 14px;
391
- font-weight: 600;
392
- padding: 6px 10px 6px 28px;
393
- display: block;
394
- float: left;
395
- border-radius: 4px;
396
- margin-left: 5px;
397
- position: relative;
398
- border-bottom: 0 !important;
399
- }
400
-
401
- .um-profile-nav-item.without-icon a {
402
- padding-left: 10px;
403
- }
404
- .um-profile-nav-item.without-icon span.title {
405
- padding-left: 0;
406
- }
407
- .um-profile-nav-item.without-icon i {
408
- display: none;
409
- }
410
-
411
- .um-profile-nav-item a:hover {
412
- background: #555;
413
- }
414
- .um-profile-nav-item i {
415
- font-size: 18px;
416
- height: 18px;
417
- line-height: 18px;
418
- position: absolute;
419
- display: block;
420
- top: 8px;
421
- left: 10px;
422
- }
423
- .um-profile-nav-item span.title {
424
- padding-left: 5px;
425
- }
426
- .um-profile-nav-item span.count {
427
- font-size: 12px;
428
- font-weight: 300;
429
- background: #ddd;
430
- color: #666;
431
- border-radius: 3px;
432
- padding: 4px 8px;
433
- margin-left: 3px;
434
- }
435
-
436
- /* Subnav */
437
-
438
- .um-profile-subnav {
439
- background: #eee;
440
- padding: 15px;
441
- text-align: center;
442
- }
443
-
444
- .um-profile-subnav a {
445
- display: inline-block;
446
- color: #555;
447
- font-size: 15px;
448
- font-weight: 600;
449
- margin: 0 20px;
450
- border-bottom: none !important;
451
- }
452
- .um-profile-subnav a:hover {color: #333}
453
-
454
- .um-profile-subnav span {
455
- display: inline-block;
456
- margin: 0 0 0 8px;
457
- background: #ddd;
458
- padding: 1px 8px;
459
- color: #aaa !important;
460
- border-radius: 2px;
461
- }
462
-
463
- /*
464
- - Misc.
465
- */
466
-
467
- .um-item {
468
- padding: 20px 0;
469
- border-bottom: 1px solid #eee;
470
- position: relative;
471
- }
472
-
473
- .um-item-action {
474
- position: absolute;
475
- right: 0;
476
- top: 16px;
477
- width: 20px;
478
- height: 20px;
479
- font-size: 20px;
480
- text-align: center;
481
- }
482
-
483
- .um-item-action a {color: #ccc}
484
- .um-item-action a:hover {color: #999}
485
-
486
- .um-item-link {padding-right: 40px}
487
- .um-item-link a {
488
- color: #333;
489
- font-size: 16px;
490
- line-height: 20px;
491
- }
492
-
493
- .um-item-link a:hover {
494
- text-decoration: underline !important;
495
- }
496
-
497
- .um-item-link i {
498
- font-size: 24px;
499
- color: #666;
500
- margin-right: 10px;
501
- position: relative;
502
- top: 3px;
503
- }
504
-
505
- .um-item-img {
506
- padding: 10px 0 0 0;
507
- }
508
-
509
- .um-item-img a {
510
- display: inline-block;
511
- padding: 8px;
512
- border-radius: 3px;
513
- border: 1px solid #ddd;
514
- }
515
-
516
- .um-item-img a:hover {border-color: #bbb}
517
-
518
- .um-item-img img {
519
- max-width: 100%;
520
- border-radius: 3px;
521
- }
522
-
523
- .um-item-meta {color: #888}
524
-
525
- .um-item-meta span {
526
- font-size: 13px;
527
- font-weight: 400;
528
- font-style: italic;
529
- }
530
-
531
- .um-item-meta span:not(:last-child):after {
532
- position: relative;
533
- padding: 0 4px 0 7px;
534
- content: "•";
535
- }
536
-
537
- .um-item-meta a {font-weight: bold;border-bottom: 1px solid #E0E0E0}
538
- .um-item-meta a:hover {border-bottom-color: #bbb}
539
-
540
- .um-load-items {
541
- text-align: center;
542
- margin-top: 12px;
543
- padding-top: 30px;
544
- }
545
-
546
- .um-load-items.loading {
547
- background: url(../img/loading-dots.gif) no-repeat top center;
548
- }
549
-
550
- .um-load-items a {
551
- max-width: 250px;
552
- display: inline-block;
553
- margin: 0 auto;
554
- }
555
-
556
- .um-tab-notifier {
557
- position: absolute;
558
- background: none repeat scroll 0% 0% rgb(198, 81, 81);
559
- width: 18px;
560
- height: 18px;
561
- border-radius: 999px;
562
- line-height: 18px;
563
- top: -3px;
564
- right: -7px;
565
- font-size: 11px;
566
- font-weight: 400;
567
- }
568
-
569
- .um-tab-notifier.uimob800-show.uimob500-show.uimob340-show {
570
- top: 2px;
571
- right: 8px;
572
- }
573
-
574
- .um-profile.um-viewing .um-field-checkbox, .um-profile.um-viewing .um-field-radio{
575
- cursor: default !important;
576
  }
1
+ /*
2
+ - Profile mode .um alias
3
+ */
4
+
5
+ .um-profile {
6
+ box-sizing: border-box;
7
+ }
8
+
9
+ .um-profile .um-cover-overlay {
10
+ display: none;
11
+ }
12
+
13
+ .um-profile.um-editing .um-cover.has-cover .um-cover-overlay {
14
+ display: block;
15
+ }
16
+
17
+ .um-profile.um-viewing .um-profile-photo-overlay {
18
+ display: none;
19
+ }
20
+
21
+ .um-profile img {display: block;overflow:hidden;border-radius:0;margin: 0 !important}
22
+
23
+ .um-profile a,
24
+ .um-profile a:hover {text-decoration:none !important}
25
+
26
+ .um-profile .um-profile-body {
27
+ padding-top: 15px;
28
+ padding-bottom: 15px;
29
+ max-width: 600px;
30
+ margin: auto;
31
+ }
32
+
33
+ .um-profile.um-editing {
34
+ padding-bottom: 15px;
35
+ }
36
+
37
+ .um-profile.um-viewing {
38
+ padding-bottom: 1px;
39
+ }
40
+
41
+ .um-profile.um-viewing .um-field-label {
42
+ display: block;
43
+ margin: 0 0 8px 0;
44
+ border-bottom: solid 2px #eee;
45
+ padding-bottom: 4px;
46
+ }
47
+
48
+ /*
49
+ - Profile cover
50
+ */
51
+
52
+ .um-cover {
53
+ background-color: #eee;
54
+ box-sizing: border-box;
55
+ position: relative;
56
+ }
57
+
58
+ .um-cover-add {
59
+ color: #aaa;
60
+ font-size: 36px;
61
+ width: 100%;
62
+ display: table;
63
+ }
64
+
65
+ .um-cover-add i {
66
+ font-size: 36px;
67
+ }
68
+
69
+ .um-cover-add span {
70
+ display: table-cell;
71
+ vertical-align: middle;
72
+ }
73
+
74
+ .um-cover-e {
75
+ text-align: center;
76
+ box-sizing: border-box;
77
+ overflow: hidden;
78
+ }
79
+
80
+ .um-cover-e img {width: 100% !important}
81
+
82
+ .um-cover-overlay {
83
+ position: absolute;
84
+ top: 0;
85
+ left: 0;
86
+ background: rgba(0,0,0,.5);
87
+ text-align: center;
88
+ box-sizing: border-box;
89
+ padding: 0 40px;
90
+ color: #fff;
91
+ text-shadow: 0 1px #666;
92
+ cursor: pointer !important;
93
+ line-height: 21px;
94
+ font-size: 16px;
95
+ height: 100%;
96
+ width: 100%;
97
+ }
98
+
99
+ .um-cover-overlay:hover {
100
+ background: rgba(0,0,0,.55);
101
+ }
102
+
103
+ .um-cover-overlay span.um-cover-overlay-s {
104
+ display: table;
105
+ height: 100%;
106
+ width: 100%;
107
+ }
108
+
109
+ .um-cover-overlay ins {
110
+ display: table-cell;
111
+ vertical-align: middle;
112
+ height: 100%;
113
+ text-decoration: none !important;
114
+ background: none !important;
115
+ color: #fff !important;
116
+ border-bottom: none !important;
117
+ }
118
+
119
+ .um-cover-overlay i {
120
+ font-size: 46px;
121
+ display: block;
122
+ margin-bottom: 6px;
123
+ }
124
+
125
+ /*
126
+ - Profile header
127
+ */
128
+
129
+ .um-header {
130
+ position: relative;
131
+ padding: 0 0 25px 0;
132
+ border-bottom: solid 2px #eee;
133
+ min-height: 85px;
134
+ box-sizing: content-box !important;
135
+ }
136
+
137
+ .um-profile-edit {
138
+ position: absolute;
139
+ top: 15px;
140
+ right: 0;
141
+ vertical-align: middle;
142
+ font-size: 30px;
143
+ height: 30px;
144
+ line-height: 30px;
145
+ z-index: 66;
146
+ margin-right: 10px;
147
+ }
148
+
149
+ .um-profile-edit i {
150
+ font-size: 30px;
151
+ }
152
+
153
+ /*
154
+ - Header without cover enabled
155
+ */
156
+
157
+ .um-header.no-cover .um-profile-meta {
158
+ padding-left: 0 !important;
159
+ padding-right: 0 !important;
160
+ text-align: center !important;
161
+ }
162
+
163
+ .um-header.no-cover .um-name {
164
+ float: none !important;
165
+ margin-right: 0 !important;
166
+ }
167
+
168
+ .um-header.no-cover .um-profile-photo {
169
+ float: none !important;
170
+ margin: 0 auto !important;
171
+ text-align: center !important;
172
+ }
173
+
174
+ .um-header.no-cover a.um-profile-photo-img {
175
+ position: relative !important;
176
+ top: auto !important;
177
+ left: auto !important;
178
+ float: none !important;
179
+ display: inline-block !important;
180
+ text-align: center !important;
181
+ }
182
+
183
+ .um-header.no-cover .um-main-meta {padding: 0;}
184
+
185
+ /*
186
+ - Profile photo
187
+ */
188
+
189
+ .um-profile .gravatar {
190
+ position: static;
191
+ }
192
+
193
+ .um-profile-photo {
194
+ float: left;
195
+ position: relative;
196
+ width:200px;
197
+ margin: 0 0 0 30px;
198
+ box-sizing: border-box;
199
+ }
200
+
201
+ .um-profile-photo a.um-profile-photo-img {
202
+ float: left;
203
+ position: absolute;
204
+ background: #fff;
205
+ border-radius: 100%;
206
+ border: 5px solid #fff;
207
+ border-bottom: 5px solid #fff !important;/* rewrite ".um-header a" style */
208
+ overflow: hidden;
209
+ left: 0;
210
+ }
211
+
212
+ .um-profile-photo a.um-profile-photo-img img {
213
+ width: 100%;
214
+ height: auto;
215
+ }
216
+
217
+ .um-profile-photo-overlay {
218
+ position: absolute;
219
+ top: 0;
220
+ left: 0;
221
+ background: rgba(0,0,0,.5);
222
+ text-align: center;
223
+ box-sizing: border-box;
224
+ padding: 0;
225
+ color: #fff;
226
+ text-shadow: 0 1px #666;
227
+ cursor: pointer !important;
228
+ line-height: 21px;
229
+ font-size: 16px;
230
+ height: 100%;
231
+ width: 100%;
232
+ }
233
+
234
+ .um-profile-photo-overlay:hover {
235
+ background: rgba(0,0,0,.55);
236
+ }
237
+
238
+ .um-profile-photo-overlay span.um-profile-photo-overlay-s {
239
+ display: table;
240
+ height: 100%;
241
+ width: 100%;
242
+ }
243
+
244
+ .um-profile-photo-overlay ins {
245
+ display: table-cell;
246
+ vertical-align: middle;
247
+ height: 100%;
248
+ text-decoration: none !important;
249
+ background: none !important;
250
+ color: #fff !important;
251
+ border-bottom: none !important;
252
+ }
253
+
254
+ .um-profile-photo-overlay i {
255
+ font-size: 46px;
256
+ display: block;
257
+ }
258
+
259
+ /*
260
+ - Profile meta
261
+ */
262
+
263
+ .um-profile-meta {
264
+ padding-right: 30px;
265
+ -ms-word-break: break-all;
266
+ word-break: break-word;
267
+ word-wrap: break-word;
268
+ }
269
+
270
+ .um-main-meta {
271
+ padding: 10px 0 0 0;
272
+ }
273
+
274
+ .um-name {
275
+ float: left;
276
+ font-size: 24px;
277
+ font-weight: bold;
278
+ margin-right: 30px;
279
+ line-height: 1.7em;
280
+ }
281
+
282
+ .um-name a {
283
+ font-size: 24px;
284
+ }
285
+
286
+ .um-meta {
287
+ font-size: 15px;
288
+ }
289
+
290
+ .um-meta span a {
291
+ font-weight: normal;
292
+ }
293
+
294
+ .um-meta span:first-child {margin: 0 5px 0 0}
295
+ .um-meta span {
296
+ margin: 0 5px;
297
+ font-size: 14px;
298
+ display: inline-block;
299
+ }
300
+
301
+ .um-meta span i {
302
+ font-size: 16px;
303
+ margin: 0 5px 0 0;
304
+ }
305
+
306
+ .um-meta-text {
307
+ margin: 6px 0 0 0;
308
+ color: #666;
309
+ line-height: 1.4em;
310
+ font-size: 13px;
311
+ }
312
+
313
+ .um-meta-text p {
314
+ margin: 0 0 6px 0 !important;
315
+ padding: 0 !important;
316
+ }
317
+
318
+ .um-profile-status {display:none}
319
+ .um-profile-status.awaiting_admin_review,
320
+ .um-profile-status.inactive,
321
+ .um-profile-status.rejected {
322
+ display: inline-block;
323
+ margin: 6px 0 0 0;
324
+ border-left: 3px solid #C74A4A;
325
+ padding-left: 10px;
326
+ font-size: 14px;
327
+ color: #777;
328
+ }
329
+
330
+ /*
331
+ - Profile body
332
+ */
333
+
334
+ .um-profile-note {
335
+ display: none;
336
+ text-align: center !important;
337
+ padding-top: 20px;
338
+ color: #666;
339
+ }
340
+
341
+ .um-profile-note i {
342
+ display: inline-block;
343
+ font-size: 70px;
344
+ height: 70px;
345
+ line-height: 70px;
346
+ }
347
+
348
+ .um-profile-note i.um-faicon-lock{
349
+ position: relative;
350
+ top: 2px;
351
+ display: inline-block;
352
+ font-size: 24px;
353
+ height: auto;
354
+ line-height: 24px;
355
+ margin-right: 10px;
356
+ }
357
+
358
+ .um-profile-note span {
359
+ margin-top: 10px;
360
+ display: block;
361
+ font-size: 16px;
362
+ color: #888;
363
+ }
364
+
365
+ .um-profile-note a{border:none!important}
366
+
367
+ .um-profile-note a:hover {
368
+ text-decoration: underline !important;
369
+ }
370
+
371
+ /*
372
+ - Profile nav-bar
373
+ */
374
+
375
+ .um-profile-nav {
376
+ padding: 10px;
377
+ background: #444;
378
+ text-align: center;
379
+ }
380
+
381
+ .um-profile-nav-item.active a,
382
+ .um-profile-nav-item.active a:hover {
383
+ color: #FFF!important;
384
+ }
385
+
386
+ .um-profile-nav-item.active a span.count {background: transparent;padding: 4px 0;color: #fff}
387
+
388
+ .um-profile-nav-item a {
389
+ color: #fff!important;
390
+ font-size: 14px;
391
+ font-weight: 600;
392
+ padding: 6px 10px 6px 28px;
393
+ display: block;
394
+ float: left;
395
+ border-radius: 4px;
396
+ margin-left: 5px;
397
+ position: relative;
398
+ border-bottom: 0 !important;
399
+ }
400
+
401
+ .um-profile-nav-item.without-icon a {
402
+ padding-left: 10px;
403
+ }
404
+ .um-profile-nav-item.without-icon span.title {
405
+ padding-left: 0;
406
+ }
407
+ .um-profile-nav-item.without-icon i {
408
+ display: none;
409
+ }
410
+
411
+ .um-profile-nav-item a:hover {
412
+ background: #555;
413
+ }
414
+ .um-profile-nav-item i {
415
+ font-size: 18px;
416
+ height: 18px;
417
+ line-height: 18px;
418
+ position: absolute;
419
+ display: block;
420
+ top: 8px;
421
+ left: 10px;
422
+ }
423
+ .um-profile-nav-item span.title {
424
+ padding-left: 5px;
425
+ }
426
+ .um-profile-nav-item span.count {
427
+ font-size: 12px;
428
+ font-weight: 300;
429
+ background: #ddd;
430
+ color: #666;
431
+ border-radius: 3px;
432
+ padding: 4px 8px;
433
+ margin-left: 3px;
434
+ }
435
+
436
+ /* Subnav */
437
+
438
+ .um-profile-subnav {
439
+ background: #eee;
440
+ padding: 15px;
441
+ text-align: center;
442
+ }
443
+
444
+ .um-profile-subnav a {
445
+ display: inline-block;
446
+ color: #555;
447
+ font-size: 15px;
448
+ font-weight: 600;
449
+ margin: 0 20px;
450
+ border-bottom: none !important;
451
+ }
452
+ .um-profile-subnav a:hover {color: #333}
453
+
454
+ .um-profile-subnav span {
455
+ display: inline-block;
456
+ margin: 0 0 0 8px;
457
+ background: #ddd;
458
+ padding: 1px 8px;
459
+ color: #aaa !important;
460
+ border-radius: 2px;
461
+ }
462
+
463
+ /*
464
+ - Misc.
465
+ */
466
+
467
+ .um-item {
468
+ padding: 20px 0;
469
+ border-bottom: 1px solid #eee;
470
+ position: relative;
471
+ }
472
+
473
+ .um-item-action {
474
+ position: absolute;
475
+ right: 0;
476
+ top: 16px;
477
+ width: 20px;
478
+ height: 20px;
479
+ font-size: 20px;
480
+ text-align: center;
481
+ }
482
+
483
+ .um-item-action a {color: #ccc}
484
+ .um-item-action a:hover {color: #999}
485
+
486
+ .um-item-link {padding-right: 40px}
487
+ .um-item-link a {
488
+ color: #333;
489
+ font-size: 16px;
490
+ line-height: 20px;
491
+ }
492
+
493
+ .um-item-link a:hover {
494
+ text-decoration: underline !important;
495
+ }
496
+
497
+ .um-item-link i {
498
+ font-size: 24px;
499
+ color: #666;
500
+ margin-right: 10px;
501
+ position: relative;
502
+ top: 3px;
503
+ }
504
+
505
+ .um-item-img {
506
+ padding: 10px 0 0 0;
507
+ }
508
+
509
+ .um-item-img a {
510
+ display: inline-block;
511
+ padding: 8px;
512
+ border-radius: 3px;
513
+ border: 1px solid #ddd;
514
+ }
515
+
516
+ .um-item-img a:hover {border-color: #bbb}
517
+
518
+ .um-item-img img {
519
+ max-width: 100%;
520
+ border-radius: 3px;
521
+ }
522
+
523
+ .um-item-meta {color: #888}
524
+
525
+ .um-item-meta span {
526
+ font-size: 13px;
527
+ font-weight: 400;
528
+ font-style: italic;
529
+ }
530
+
531
+ .um-item-meta span:not(:last-child):after {
532
+ position: relative;
533
+ padding: 0 4px 0 7px;
534
+ content: "•";
535
+ }
536
+
537
+ .um-item-meta a {font-weight: bold;border-bottom: 1px solid #E0E0E0}
538
+ .um-item-meta a:hover {border-bottom-color: #bbb}
539
+
540
+ .um-load-items {
541
+ text-align: center;
542
+ margin-top: 12px;
543
+ padding-top: 30px;
544
+ }
545
+
546
+ .um-load-items.loading {
547
+ background: url(../img/loading-dots.gif) no-repeat top center;
548
+ }
549
+
550
+ .um-load-items a {
551
+ max-width: 250px;
552
+ display: inline-block;
553
+ margin: 0 auto;
554
+ }
555
+
556
+ .um-tab-notifier {
557
+ position: absolute;
558
+ background: none repeat scroll 0% 0% rgb(198, 81, 81);
559
+ width: 18px;
560
+ height: 18px;
561
+ border-radius: 999px;
562
+ line-height: 18px;
563
+ top: -3px;
564
+ right: -7px;
565
+ font-size: 11px;
566
+ font-weight: 400;
567
+ }
568
+
569
+ .um-tab-notifier.uimob800-show.uimob500-show.uimob340-show {
570
+ top: 2px;
571
+ right: 8px;
572
+ }
573
+
574
+ .um-profile.um-viewing .um-field-checkbox, .um-profile.um-viewing .um-field-radio{
575
+ cursor: default !important;
576
  }
assets/css/um-raty.css CHANGED
@@ -1,41 +1,41 @@
1
- @font-face {
2
- font-family: "raty";
3
- font-style: normal;
4
- font-weight: normal;
5
- src: url("../font/raty.eot");
6
- src: url("../font/raty.eot?#iefix") format("embedded-opentype");
7
- src: url("../font/raty.svg#raty") format("svg");
8
- src: url("../font/raty.ttf") format("truetype");
9
- src: url("../font/raty.woff") format("woff");
10
- font-display: swap;
11
- }
12
-
13
- .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
14
- font-family: "raty";
15
- font-style: normal;
16
- font-weight: normal;
17
- speak: none;
18
- display: inline-block;
19
- text-decoration: inherit;
20
- width: 1em;
21
- text-align: center;
22
- font-variant: normal;
23
- text-transform: none;
24
- line-height: 1em;
25
- -moz-osx-font-smoothing: grayscale;
26
- -webkit-font-smoothing: antialiased;
27
- margin-right: 0.2em;
28
- color: #ccc;
29
- }
30
-
31
- .star-on-png,
32
- .star-half-png
33
- {color: #ffbe32}
34
-
35
- /* Icons */
36
-
37
- .cancel-on-png:before {content: "\e600";}
38
- .cancel-off-png:before {content: "\e601";}
39
- .star-on-png:before {content: "\f005";}
40
- .star-off-png:before {content: "\f006";}
41
  .star-half-png:before {content: "\f123";}
1
+ @font-face {
2
+ font-family: "raty";
3
+ font-style: normal;
4
+ font-weight: normal;
5
+ src: url("../font/raty.eot");
6
+ src: url("../font/raty.eot?#iefix") format("embedded-opentype");
7
+ src: url("../font/raty.svg#raty") format("svg");
8
+ src: url("../font/raty.ttf") format("truetype");
9
+ src: url("../font/raty.woff") format("woff");
10
+ font-display: swap;
11
+ }
12
+
13
+ .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
14
+ font-family: "raty";
15
+ font-style: normal;
16
+ font-weight: normal;
17
+ speak: none;
18
+ display: inline-block;
19
+ text-decoration: inherit;
20
+ width: 1em;
21
+ text-align: center;
22
+ font-variant: normal;
23
+ text-transform: none;
24
+ line-height: 1em;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ -webkit-font-smoothing: antialiased;
27
+ margin-right: 0.2em;
28
+ color: #ccc;
29
+ }
30
+
31
+ .star-on-png,
32
+ .star-half-png
33
+ {color: #ffbe32}
34
+
35
+ /* Icons */
36
+
37
+ .cancel-on-png:before {content: "\e600";}
38
+ .cancel-off-png:before {content: "\e601";}
39
+ .star-on-png:before {content: "\f005";}
40
+ .star-off-png:before {content: "\f006";}
41
  .star-half-png:before {content: "\f123";}
assets/css/um-responsive.css CHANGED
@@ -1,656 +1,656 @@
1
- .uimob340-show,
2
- .uimob500-show,
3
- .uimob800-show,
4
- .uimob960-show
5
- {
6
- display: none;
7
- }
8
-
9
- .um-profile-nav-item a.uimob340-show,
10
- .um-profile-nav-item a.uimob500-show,
11
- .um-profile-nav-item a.uimob800-show,
12
- .um-profile-nav-item a.uimob960-show
13
- {
14
- display: none;
15
- }
16
-
17
- div.uimob340 .uimob340-show,
18
- div.uimob500 .uimob500-show,
19
- div.uimob800 .uimob800-show,
20
- div.uimob960 .uimob960-show
21
- {
22
- display: block;
23
- }
24
-
25
- div.uimob340 .uimob340-hide,
26
- div.uimob500 .uimob500-hide,
27
- div.uimob800 .uimob800-hide,
28
- div.uimob960 .uimob960-hide
29
- {
30
- display: none;
31
- }
32
-
33
- /**
34
- for 340px and below
35
- **/
36
-
37
- /********************************************/
38
-
39
- div.uimob340 .um-item-link a {
40
- font-size: 14px;
41
- }
42
-
43
- div.uimob340 .um-item-meta span {
44
- font-size: 13px;
45
- }
46
-
47
- div.uimob340 .um-load-items a {
48
- width: 100% !important;
49
- max-width: 100% !important;
50
- }
51
-
52
- div.uimob340 .um-profile-nav {
53
- padding: 0;
54
- }
55
-
56
- div.uimob340 .um-profile-nav-item a {
57
- padding: 10px 16px;
58
- margin-left: 0;
59
- border-radius: 0;
60
- }
61
-
62
- div.uimob340 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto}
63
-
64
- div.uimob340 .um-profile-subnav {
65
- padding: 8px 15px;
66
- }
67
-
68
- div.uimob340 .um-profile-subnav a {
69
- display: block;
70
- text-align: left;
71
- font-size: 13px;
72
- margin: 0;
73
- padding: 6px 0;
74
- }
75
-
76
- div.uimob340 .um-profile-subnav span {
77
- font-size: 12px;
78
- padding: 1px 6px;
79
- }
80
-
81
- div.uimob340 .um-cover-overlay span.um-cover-overlay-t
82
- {
83
- display: none !important;
84
- }
85
-
86
- div.uimob340 .um-cover-overlay
87
- {
88
- padding: 0;
89
- }
90
-
91
- div.uimob340 .um-cover-overlay i,
92
- div.uimob340 .um-profile-photo-overlay i
93
- {
94
- margin-bottom: 0;
95
- font-size: 30px;
96
- }
97
-
98
- .um-modal.uimob340 {
99
- width: 100% !important;
100
- margin: 0 !important;
101
- left: 0 !important;
102
- height: 100%;
103
- background: #fff;
104
- }
105
-
106
- .um-modal.uimob340,
107
- .um-modal.uimob340 .um-modal-body,
108
- .um-modal.uimob340 .um-modal-header {
109
- -moz-border-radius: 0;
110
- -webkit-border-radius: 0;
111
- border-radius: 0;
112
- }
113
-
114
- .um-modal.uimob340 .um-modal-header {text-align: center}
115
- .um-modal.uimob340 .um-modal-footer {
116
- position: absolute;
117
- bottom: 0;
118
- left: 0;
119
- width: 100%;
120
- box-sizing: border-box;
121
- padding: 10px;
122
- border-top: 1px solid #ddd;
123
- }
124
-
125
- .um-modal.uimob340 .um-modal-right {
126
- width: 100%;
127
- float: none;
128
- }
129
-
130
- .um-modal.uimob340 .um-modal-footer a.um-modal-btn {
131
- width: 48%;
132
- margin: 0 1%;
133
- float: left;
134
- display: block;
135
- line-height: 44px !important;
136
- height: 44px;
137
- }
138
-
139
- .um-modal.uimob340 .ajax-upload-dragdrop span.icon {
140
- font-size: 40px;
141
- line-height: 40px;
142
- }
143
-
144
- div.uimob340 .um-profile-body {
145
- padding-left: 0;
146
- padding-right: 0;
147
- }
148
-
149
- div.uimob340 .um-profile-photo {
150
- width: 100% !important;
151
- text-align: center !important;
152
- position: absolute;
153
- top: -40px;
154
- left: 0;
155
- margin: 0;
156
- }
157
-
158
- div.uimob340 .um-header.no-cover .um-profile-photo {
159
- position: static;
160
- top: auto;
161
- left: auto;
162
- }
163
-
164
- div.uimob340 .um-profile-photo a.um-profile-photo-img {
165
- width: 100px !important;
166
- height: 100px !important;
167
- margin: 0 auto !important;
168
- float: none !important;
169
- display: inline-block !important;
170
- position: relative !important;
171
- top: auto !important;
172
- left: auto !important;
173
- }
174
-
175
- div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
176
- width: 120px !important;
177
- height: 120px !important;
178
- }
179
-
180
- div.uimob340 .um-header .um-profile-meta {
181
- padding-left: 0 !important;
182
- padding-right: 0 !important;
183
- text-align: center !important;
184
- padding-top: 60px !important;
185
- }
186
-
187
- div.uimob340 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}
188
-
189
- div.uimob340 .um-header .um-name {
190
- float: none !important;
191
- margin-right: 0 !important;
192
- font-size: 18px;
193
- }
194
-
195
- div.uimob340 .um-header .um-meta-text {
196
- padding: 0 20px;
197
- }
198
-
199
- div.uimob340 .um-header .um-meta {padding: 0 10px; display: inline-block;}
200
- /*div.uimob340 .um-header .um-meta span:first-child {display: block}*/
201
- /*div.uimob340 .um-header .um-meta span {display: none}*/
202
-
203
- div.uimob340 .um-col-121,
204
- div.uimob340 .um-col-122,
205
- div.uimob340 .um-col-131,
206
- div.uimob340 .um-col-132,
207
- div.uimob340 .um-col-133 {
208
- float: none;
209
- width: 100%;
210
- margin: 0;
211
- }
212
-
213
- div.uimob340 .um-field-half {
214
- float: none;
215
- width: 100%;
216
- }
217
-
218
- div.uimob340 .um-account-main {
219
- float: none;
220
- width: 100%;
221
- padding: 0;
222
- box-sizing: border-box;
223
- }
224
-
225
- div.uimob340 .um-account-tab {
226
- padding-bottom: 20px;
227
- border-bottom: 1px solid #eee;
228
- }
229
-
230
- div.uimob340 .um-account-meta {
231
- margin-bottom: 0;
232
- }
233
-
234
- .uimob340 .um-half {
235
- float: none;
236
- width: 100%;
237
- margin: 0 0 10px 0;
238
- }
239
-
240
- .uimob340 .um-button.um-btn-auto-width {
241
- min-width: auto;
242
- max-width: auto;
243
- width: 100%;
244
- }
245
-
246
- .uimob340 .um-col-alt-s {padding-top:0}
247
-
248
- /**
249
- for 500px and below
250
- **/
251
-
252
- /********************************************/
253
-
254
- div.uimob500 .um-profile-nav {
255
- padding: 0;
256
- }
257
-
258
- div.uimob500 .um-profile-nav-item a {
259
- padding: 10px 16px;
260
- margin-left: 0;
261
- border-radius: 0;
262
- }
263
-
264
- div.uimob500 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 22px;height: 22px;line-height: 22px;}
265
-
266
- div.uimob500 .um-profile-subnav {
267
- padding: 8px 15px;
268
- }
269
-
270
- div.uimob500 .um-profile-subnav a {
271
- display: block;
272
- text-align: left;
273
- font-size: 13px;
274
- margin: 0;
275
- padding: 6px 0;
276
- }
277
-
278
- div.uimob500 .um-profile-subnav span {
279
- font-size: 12px;
280
- padding: 1px 6px;
281
- }
282
-
283
- div.uimob500 .um-cover-overlay span.um-cover-overlay-t
284
- {
285
- display: none !important;
286
- }
287
-
288
- div.uimob500 .um-cover-overlay
289
- {
290
- padding: 0;
291
- }
292
-
293
- div.uimob500 .um-cover-overlay i,
294
- div.uimob500 .um-profile-photo-overlay i
295
- {
296
- margin-bottom: 0;
297
- font-size: 30px;
298
- }
299
-
300
- .um-modal.uimob500 {
301
- width: 100% !important;
302
- margin: 0 !important;
303
- left: 0 !important;
304
- height: 100%;
305
- background: #fff;
306
- }
307
-
308
- .um-modal.uimob500,
309
- .um-modal.uimob500 .um-modal-body,
310
- .um-modal.uimob500 .um-modal-header {
311
- -moz-border-radius: 0;
312
- -webkit-border-radius: 0;
313
- border-radius: 0;
314
- }
315
-
316
- .um-modal.uimob500 .um-modal-header {text-align: center}
317
- .um-modal.uimob500 .um-modal-footer {
318
- position: absolute;
319
- bottom: 0;
320
- left: 0;
321
- width: 100%;
322
- box-sizing: border-box;
323
- padding: 10px;
324
- border-top: 1px solid #ddd;
325
- }
326
-
327
- .um-modal.uimob500 .um-modal-right {
328
- width: 100%;
329
- float: none;
330
- }
331
-
332
- .um-modal.uimob500 .um-modal-footer a.um-modal-btn {
333
- width: 48%;
334
- margin: 0 1%;
335
- float: left;
336
- display: block;
337
- line-height: 44px !important;
338
- height: 44px;
339
- }
340
-
341
- .um-modal.uimob500 .ajax-upload-dragdrop span.icon {
342
- font-size: 40px;
343
- line-height: 40px;
344
- }
345
-
346
- div.uimob500 .um-profile-body {
347
- padding-left: 0;
348
- padding-right: 0;
349
- }
350
-
351
- div.uimob500 .um-profile-photo {
352
- width: 100% !important;
353
- text-align: center !important;
354
- position: absolute;
355
- top: -40px;
356
- left: 0;
357
- margin: 0;
358
- }
359
-
360
- div.uimob500 .um-header.no-cover .um-profile-photo {
361
- position: static;
362
- top: auto;
363
- left: auto;
364
- }
365
-
366
- div.uimob500 .um-profile-photo a.um-profile-photo-img {
367
- width: 100px !important;
368
- height: 100px !important;
369
- margin: 0 auto !important;
370
- float: none !important;
371
- display: inline-block !important;
372
- position: relative !important;
373
- top: auto !important;
374
- left: auto !important;
375
- }
376
-
377
- div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
378
- width: 120px !important;
379
- height: 120px !important;
380
- }
381
-
382
- div.uimob500 .um-header .um-profile-meta {
383
- padding-left: 0 !important;
384
- padding-right: 0 !important;
385
- text-align: center !important;
386
- padding-top: 60px !important;
387
- }
388
-
389
- div.uimob500 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}
390
-
391
- div.uimob500 .um-header .um-name {
392
- float: none !important;
393
- margin-right: 0 !important;
394
- font-size: 21px;
395
- }
396
-
397
- div.uimob500 .um-header .um-meta-text {
398
- padding: 0 20px;
399
- }
400
-
401
- div.uimob500 .um-header .um-meta {padding: 0 20px;display: block;}
402
- /*div.uimob500 .um-header .um-meta span:first-child {display: block}*/
403
- /*div.uimob500 .um-header .um-meta span {display: none}*/
404
-
405
- div.uimob500 .um-col-121,
406
- div.uimob500 .um-col-122,
407
- div.uimob500 .um-col-131,
408
- div.uimob500 .um-col-132,
409
- div.uimob500 .um-col-133 {
410
- float: none;
411
- width: 100%;
412
- margin: 0;
413
- }
414
-
415
- div.uimob500 .um-field-half {
416
- float: none;
417
- width: 100%;
418
- }
419
-
420
- div.uimob500 .um-account-main {
421
- float: none;
422
- width: 100%;
423
- padding: 0;
424
- box-sizing: border-box;
425
- }
426
-
427
- div.uimob500 .um-account-tab {
428
- padding-bottom: 20px;
429
- border-bottom: 1px solid #eee;
430
- }
431
-
432
- div.uimob500 .um-account-meta {
433
- margin-bottom: 0;
434
- }
435
-
436
- /**
437
- for 800px and below
438
- **/
439
-
440
- div.uimob800 .um-profile-nav {
441
- padding: 0;
442
- }
443
-
444
- div.uimob800 .um-profile-nav-item a {
445
- padding: 10px 20px;
446
- margin-left: 0;
447
- border-radius: 0;
448
- }
449
-
450
- div.uimob800 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 26px;height: 26px;line-height: 26px;}
451
-
452
- div.uimob800 .um-profile-subnav {
453
- padding: 8px 15px;
454
- }
455
-
456
- div.uimob800 .um-profile-subnav a {
457
- display: block;
458
- text-align: left;
459
- font-size: 14px;
460
- margin: 0;
461
- padding: 6px 0;
462
- }
463
-
464
- div.uimob800 .um-profile-subnav span {
465
- font-size: 12px;
466
- padding: 2px 8px;
467
- }
468
-
469
- div.uimob800 .um-account-main {
470
- width: 90%;
471
- max-width: 450px;
472
- }
473
-
474
- div.uimob800 .um-account-side {
475
- padding: 0;
476
- width: 10%;
477
- }
478
-
479
- div.uimob800 .um-account-side ul {
480
- border: 1px solid #ddd;
481
- -moz-border-radius: 3px;
482
- -webkit-border-radius: 3px;
483
- border-radius: 3px;
484
- }
485
-
486
- div.uimob800 .um-account-side li {margin-bottom: 0 !important;background: transparent;}
487
-
488
- div.uimob800 .um-account-side li a{
489
- display: block;
490
- padding: 0 !important;
491
- height: 44px;
492
- line-height: 44px;
493
- color: #666 !important;
494
- text-align: center;
495
- text-decoration: none !important;
496
- background: transparent;
497
- transition: all .2s linear;
498
- }
499
- div.uimob800 .um-account-side li:first-child a {-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0 }
500
- div.uimob800 .um-account-side li:last-child a {-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px}
501
-
502
- div.uimob800 .um-account-side li a span.um-account-icontip {
503
- display: block;
504
- float: left;
505
- text-align: center;
506
- width: 100%;
507
- height: 100%;
508
- font-size: 22px;
509
- line-height: 44px;
510
- }
511
-
512
- div.uimob800 .um-account-side li a span.um-account-icontip i {
513
- position: relative;
514
- text-align: center;
515
- width: 100%;
516
- }
517
-
518
- div.uimob800 .um-account-side li a.current,
519
- div.uimob800 .um-account-side li a.current:hover {
520
- color: #fff !important;
521
- }
522
-
523
- div.uimob800 .um-account-meta a {
524
- border: 1px solid #ddd;
525
- }
526
-
527
- div.uimob800 .um-account-meta a,
528
- div.uimob800 .um-account-meta img {
529
- display: block;
530
- overflow: hidden;
531
- -moz-border-radius: 3px;
532
- -webkit-border-radius: 3px;
533
- border-radius: 3px;
534
- max-width: 100%;
535
- height: auto;
536
- }
537
-
538
- div.uimob800 .um-account-meta img {
539
- width: 100%;
540
- }
541
-
542
- div.uimob800 .um-profile-photo {
543
- width: 150px !important;
544
- }
545
-
546
- div.uimob800 .um-profile-photo a.um-profile-photo-img {
547
- width: 140px !important;
548
- height: 140px !important;
549
- top: -70px !important;
550
- }
551
-
552
- div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
553
- top: auto !important;
554
- }
555
-
556
- div.uimob800 .um-header .um-profile-meta {
557
- padding-left: 200px;
558
- }
559
-
560
- div.uimob800 .um-cover-overlay
561
- {
562
- padding: 0;
563
- }
564
-
565
- /********************************************/
566
-
567
- /**
568
- for 960px and below
569
- **/
570
-
571
- /********************************************/
572
-
573
- div.uimob960 .um-profile-photo {
574
- width: 200px !important;
575
- }
576
-
577
- div.uimob960 .um-profile-photo a.um-profile-photo-img {
578
- width: 140px !important;
579
- height: 140px !important;
580
- top: -70px !important;
581
- }
582
-
583
- /************************************************/
584
-
585
- @media screen and (max-height: 400px) {
586
-
587
- .ajax-upload-dragdrop span.icon {
588
- display: none;
589
- }
590
-
591
- .um-modal.no-photo {
592
- width: 100% !important;
593
- margin: 0 !important;
594
- left: 0 !important;
595
- height: 100%;
596
- background: #fff;
597
- }
598
-
599
- .um-modal.no-photo,
600
- .um-modal.no-photo .um-modal-body,
601
- .um-modal.no-photo .um-modal-header {
602
- -moz-border-radius: 0;
603
- -webkit-border-radius: 0;
604
- border-radius: 0;
605
- }
606
-
607
- .um-modal.no-photo .um-modal-header {text-align: center; font-size: 14px}
608
- .um-modal.no-photo .um-modal-footer {
609
- position: absolute;
610
- bottom: 0;
611
- left: 0;
612
- width: 100%;
613
- box-sizing: border-box;
614
- padding: 10px;
615
- border-top: 1px solid #ddd;
616
- }
617
-
618
- .um-modal.no-photo .um-modal-right {
619
- width: 100%;
620
- float: none;
621
- }
622
-
623
- .um-modal.no-photo .um-modal-footer a.um-modal-btn {
624
- width: 48%;
625
- margin: 0 1%;
626
- float: left;
627
- display: block;
628
- line-height: 44px !important;
629
- height: 44px;
630
- }
631
-
632
- }
633
-
634
- @media screen and (max-height: 300px) {
635
-
636
- .um-modal.no-photo .um-modal-header {
637
- display: none;
638
- }
639
-
640
- .ajax-upload-dragdrop span.icon,
641
- .ajax-upload-dragdrop span.str {
642
- display: none;
643
- }
644
-
645
- }
646
-
647
- @media screen and (max-width: 600px) {
648
-
649
- .um-popup {
650
- width: 96%;
651
- margin-left: 2%;
652
- left: 0;
653
- top: 15px;
654
- }
655
-
656
  }
1
+ .uimob340-show,
2
+ .uimob500-show,
3
+ .uimob800-show,
4
+ .uimob960-show
5
+ {
6
+ display: none;
7
+ }
8
+
9
+ .um-profile-nav-item a.uimob340-show,
10
+ .um-profile-nav-item a.uimob500-show,
11
+ .um-profile-nav-item a.uimob800-show,
12
+ .um-profile-nav-item a.uimob960-show
13
+ {
14
+ display: none;
15
+ }
16
+
17
+ div.uimob340 .uimob340-show,
18
+ div.uimob500 .uimob500-show,
19
+ div.uimob800 .uimob800-show,
20
+ div.uimob960 .uimob960-show
21
+ {
22
+ display: block;
23
+ }
24
+
25
+ div.uimob340 .uimob340-hide,
26
+ div.uimob500 .uimob500-hide,
27
+ div.uimob800 .uimob800-hide,
28
+ div.uimob960 .uimob960-hide
29
+ {
30
+ display: none;
31
+ }
32
+
33
+ /**
34
+ for 340px and below
35
+ **/
36
+
37
+ /********************************************/
38
+
39
+ div.uimob340 .um-item-link a {
40
+ font-size: 14px;
41
+ }
42
+
43
+ div.uimob340 .um-item-meta span {
44
+ font-size: 13px;
45
+ }
46
+
47
+ div.uimob340 .um-load-items a {
48
+ width: 100% !important;
49
+ max-width: 100% !important;
50
+ }
51
+
52
+ div.uimob340 .um-profile-nav {
53
+ padding: 0;
54
+ }
55
+
56
+ div.uimob340 .um-profile-nav-item a {
57
+ padding: 10px 16px;
58
+ margin-left: 0;
59
+ border-radius: 0;
60
+ }
61
+
62
+ div.uimob340 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto}
63
+
64
+ div.uimob340 .um-profile-subnav {
65
+ padding: 8px 15px;
66
+ }
67
+
68
+ div.uimob340 .um-profile-subnav a {
69
+ display: block;
70
+ text-align: left;
71
+ font-size: 13px;
72
+ margin: 0;
73
+ padding: 6px 0;
74
+ }
75
+
76
+ div.uimob340 .um-profile-subnav span {
77
+ font-size: 12px;
78
+ padding: 1px 6px;
79
+ }
80
+
81
+ div.uimob340 .um-cover-overlay span.um-cover-overlay-t
82
+ {
83
+ display: none !important;
84
+ }
85
+
86
+ div.uimob340 .um-cover-overlay
87
+ {
88
+ padding: 0;
89
+ }
90
+
91
+ div.uimob340 .um-cover-overlay i,
92
+ div.uimob340 .um-profile-photo-overlay i
93
+ {
94
+ margin-bottom: 0;
95
+ font-size: 30px;
96
+ }
97
+
98
+ .um-modal.uimob340 {
99
+ width: 100% !important;
100
+ margin: 0 !important;
101
+ left: 0 !important;
102
+ height: 100%;
103
+ background: #fff;
104
+ }
105
+
106
+ .um-modal.uimob340,
107
+ .um-modal.uimob340 .um-modal-body,
108
+ .um-modal.uimob340 .um-modal-header {
109
+ -moz-border-radius: 0;
110
+ -webkit-border-radius: 0;
111
+ border-radius: 0;
112
+ }
113
+
114
+ .um-modal.uimob340 .um-modal-header {text-align: center}
115
+ .um-modal.uimob340 .um-modal-footer {
116
+ position: absolute;
117
+ bottom: 0;
118
+ left: 0;
119
+ width: 100%;
120
+ box-sizing: border-box;
121
+ padding: 10px;
122
+ border-top: 1px solid #ddd;
123
+ }
124
+
125
+ .um-modal.uimob340 .um-modal-right {
126
+ width: 100%;
127
+ float: none;
128
+ }
129
+
130
+ .um-modal.uimob340 .um-modal-footer a.um-modal-btn {
131
+ width: 48%;
132
+ margin: 0 1%;
133
+ float: left;
134
+ display: block;
135
+ line-height: 44px !important;
136
+ height: 44px;
137
+ }
138
+
139
+ .um-modal.uimob340 .ajax-upload-dragdrop span.icon {
140
+ font-size: 40px;
141
+ line-height: 40px;
142
+ }
143
+
144
+ div.uimob340 .um-profile-body {
145
+ padding-left: 0;
146
+ padding-right: 0;
147
+ }
148
+
149
+ div.uimob340 .um-profile-photo {
150
+ width: 100% !important;
151
+ text-align: center !important;
152
+ position: absolute;
153
+ top: -40px;
154
+ left: 0;
155
+ margin: 0;
156
+ }
157
+
158
+ div.uimob340 .um-header.no-cover .um-profile-photo {
159
+ position: static;
160
+ top: auto;
161
+ left: auto;
162
+ }
163
+
164
+ div.uimob340 .um-profile-photo a.um-profile-photo-img {
165
+ width: 100px !important;
166
+ height: 100px !important;
167
+ margin: 0 auto !important;
168
+ float: none !important;
169
+ display: inline-block !important;
170
+ position: relative !important;
171
+ top: auto !important;
172
+ left: auto !important;
173
+ }
174
+
175
+ div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
176
+ width: 120px !important;
177
+ height: 120px !important;
178
+ }
179
+
180
+ div.uimob340 .um-header .um-profile-meta {
181
+ padding-left: 0 !important;
182
+ padding-right: 0 !important;
183
+ text-align: center !important;
184
+ padding-top: 60px !important;
185
+ }
186
+
187
+ div.uimob340 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}
188
+
189
+ div.uimob340 .um-header .um-name {
190
+ float: none !important;
191
+ margin-right: 0 !important;
192
+ font-size: 18px;
193
+ }
194
+
195
+ div.uimob340 .um-header .um-meta-text {
196
+ padding: 0 20px;
197
+ }
198
+
199
+ div.uimob340 .um-header .um-meta {padding: 0 10px; display: inline-block;}
200
+ /*div.uimob340 .um-header .um-meta span:first-child {display: block}*/
201
+ /*div.uimob340 .um-header .um-meta span {display: none}*/
202
+
203
+ div.uimob340 .um-col-121,
204
+ div.uimob340 .um-col-122,
205
+ div.uimob340 .um-col-131,
206
+ div.uimob340 .um-col-132,
207
+ div.uimob340 .um-col-133 {
208
+ float: none;
209
+ width: 100%;
210
+ margin: 0;
211
+ }
212
+
213
+ div.uimob340 .um-field-half {
214
+ float: none;
215
+ width: 100%;
216
+ }
217
+
218
+ div.uimob340 .um-account-main {
219
+ float: none;
220
+ width: 100%;
221
+ padding: 0;
222
+ box-sizing: border-box;
223
+ }
224
+
225
+ div.uimob340 .um-account-tab {
226
+ padding-bottom: 20px;
227
+ border-bottom: 1px solid #eee;
228
+ }
229
+
230
+ div.uimob340 .um-account-meta {
231
+ margin-bottom: 0;
232
+ }
233
+
234
+ .uimob340 .um-half {
235
+ float: none;
236
+ width: 100%;
237
+ margin: 0 0 10px 0;
238
+ }
239
+
240
+ .uimob340 .um-button.um-btn-auto-width {
241
+ min-width: auto;
242
+ max-width: auto;
243
+ width: 100%;
244
+ }
245
+
246
+ .uimob340 .um-col-alt-s {padding-top:0}
247
+
248
+ /**
249
+ for 500px and below
250
+ **/
251
+
252
+ /********************************************/
253
+
254
+ div.uimob500 .um-profile-nav {
255
+ padding: 0;
256
+ }
257
+
258
+ div.uimob500 .um-profile-nav-item a {
259
+ padding: 10px 16px;
260
+ margin-left: 0;
261
+ border-radius: 0;
262
+ }
263
+
264
+ div.uimob500 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 22px;height: 22px;line-height: 22px;}
265
+
266
+ div.uimob500 .um-profile-subnav {
267
+ padding: 8px 15px;
268
+ }
269
+
270
+ div.uimob500 .um-profile-subnav a {
271
+ display: block;
272
+ text-align: left;
273
+ font-size: 13px;
274
+ margin: 0;
275
+ padding: 6px 0;
276
+ }
277
+
278
+ div.uimob500 .um-profile-subnav span {
279
+ font-size: 12px;
280
+ padding: 1px 6px;
281
+ }
282
+
283
+ div.uimob500 .um-cover-overlay span.um-cover-overlay-t
284
+ {
285
+ display: none !important;
286
+ }
287
+
288
+ div.uimob500 .um-cover-overlay
289
+ {
290
+ padding: 0;
291
+ }
292
+
293
+ div.uimob500 .um-cover-overlay i,
294
+ div.uimob500 .um-profile-photo-overlay i
295
+ {
296
+ margin-bottom: 0;
297
+ font-size: 30px;
298
+ }
299
+
300
+ .um-modal.uimob500 {
301
+ width: 100% !important;
302
+ margin: 0 !important;
303
+ left: 0 !important;
304
+ height: 100%;
305
+ background: #fff;
306
+ }
307
+
308
+ .um-modal.uimob500,
309
+ .um-modal.uimob500 .um-modal-body,
310
+ .um-modal.uimob500 .um-modal-header {
311
+ -moz-border-radius: 0;
312
+ -webkit-border-radius: 0;
313
+ border-radius: 0;
314
+ }
315
+
316
+ .um-modal.uimob500 .um-modal-header {text-align: center}
317
+ .um-modal.uimob500 .um-modal-footer {
318
+ position: absolute;
319
+ bottom: 0;
320
+ left: 0;
321
+ width: 100%;
322
+ box-sizing: border-box;
323
+ padding: 10px;
324
+ border-top: 1px solid #ddd;
325
+ }
326
+
327
+ .um-modal.uimob500 .um-modal-right {
328
+ width: 100%;
329
+ float: none;
330
+ }
331
+
332
+ .um-modal.uimob500 .um-modal-footer a.um-modal-btn {
333
+ width: 48%;
334
+ margin: 0 1%;
335
+ float: left;
336
+ display: block;
337
+ line-height: 44px !important;
338
+ height: 44px;
339
+ }
340
+
341
+ .um-modal.uimob500 .ajax-upload-dragdrop span.icon {
342
+ font-size: 40px;
343
+ line-height: 40px;
344
+ }
345
+
346
+ div.uimob500 .um-profile-body {
347
+ padding-left: 0;
348
+ padding-right: 0;
349
+ }
350
+
351
+ div.uimob500 .um-profile-photo {
352
+ width: 100% !important;
353
+ text-align: center !important;
354
+ position: absolute;
355
+ top: -40px;
356
+ left: 0;
357
+ margin: 0;
358
+ }
359
+
360
+ div.uimob500 .um-header.no-cover .um-profile-photo {
361
+ position: static;
362
+ top: auto;
363
+ left: auto;
364
+ }
365
+
366
+ div.uimob500 .um-profile-photo a.um-profile-photo-img {
367
+ width: 100px !important;
368
+ height: 100px !important;
369
+ margin: 0 auto !important;
370
+ float: none !important;
371
+ display: inline-block !important;
372
+ position: relative !important;
373
+ top: auto !important;
374
+ left: auto !important;
375
+ }
376
+
377
+ div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
378
+ width: 120px !important;
379
+ height: 120px !important;
380
+ }
381
+
382
+ div.uimob500 .um-header .um-profile-meta {
383
+ padding-left: 0 !important;
384
+ padding-right: 0 !important;
385
+ text-align: center !important;
386
+ padding-top: 60px !important;
387
+ }
388
+
389
+ div.uimob500 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}
390
+
391
+ div.uimob500 .um-header .um-name {
392
+ float: none !important;
393
+ margin-right: 0 !important;
394
+ font-size: 21px;
395
+ }
396
+
397
+ div.uimob500 .um-header .um-meta-text {
398
+ padding: 0 20px;
399
+ }
400
+
401
+ div.uimob500 .um-header .um-meta {padding: 0 20px;display: block;}
402
+ /*div.uimob500 .um-header .um-meta span:first-child {display: block}*/
403
+ /*div.uimob500 .um-header .um-meta span {display: none}*/
404
+
405
+ div.uimob500 .um-col-121,
406
+ div.uimob500 .um-col-122,
407
+ div.uimob500 .um-col-131,
408
+ div.uimob500 .um-col-132,
409
+ div.uimob500 .um-col-133 {
410
+ float: none;
411
+ width: 100%;
412
+ margin: 0;
413
+ }
414
+
415
+ div.uimob500 .um-field-half {
416
+ float: none;
417
+ width: 100%;
418
+ }
419
+
420
+ div.uimob500 .um-account-main {
421
+ float: none;
422
+ width: 100%;
423
+ padding: 0;
424
+ box-sizing: border-box;
425
+ }
426
+
427
+ div.uimob500 .um-account-tab {
428
+ padding-bottom: 20px;
429
+ border-bottom: 1px solid #eee;
430
+ }
431
+
432
+ div.uimob500 .um-account-meta {
433
+ margin-bottom: 0;
434
+ }
435
+
436
+ /**
437
+ for 800px and below
438
+ **/
439
+
440
+ div.uimob800 .um-profile-nav {
441
+ padding: 0;
442
+ }
443
+
444
+ div.uimob800 .um-profile-nav-item a {
445
+ padding: 10px 20px;
446
+ margin-left: 0;
447
+ border-radius: 0;
448
+ }
449
+
450
+ div.uimob800 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 26px;height: 26px;line-height: 26px;}
451
+
452
+ div.uimob800 .um-profile-subnav {
453
+ padding: 8px 15px;
454
+ }
455
+
456
+ div.uimob800 .um-profile-subnav a {
457
+ display: block;
458
+ text-align: left;
459
+ font-size: 14px;
460
+ margin: 0;
461
+ padding: 6px 0;
462
+ }
463
+
464
+ div.uimob800 .um-profile-subnav span {
465
+ font-size: 12px;
466
+ padding: 2px 8px;
467
+ }
468
+
469
+ div.uimob800 .um-account-main {
470
+ width: 90%;
471
+ max-width: 450px;
472
+ }
473
+
474
+ div.uimob800 .um-account-side {
475
+ padding: 0;
476
+ width: 10%;
477
+ }
478
+
479
+ div.uimob800 .um-account-side ul {
480
+ border: 1px solid #ddd;
481
+ -moz-border-radius: 3px;
482
+ -webkit-border-radius: 3px;
483
+ border-radius: 3px;
484
+ }
485
+
486
+ div.uimob800 .um-account-side li {margin-bottom: 0 !important;background: transparent;}
487
+
488
+ div.uimob800 .um-account-side li a{
489
+ display: block;
490
+ padding: 0 !important;
491
+ height: 44px;
492
+ line-height: 44px;
493
+ color: #666 !important;
494
+ text-align: center;
495
+ text-decoration: none !important;
496
+ background: transparent;
497
+ transition: all .2s linear;
498
+ }
499
+ div.uimob800 .um-account-side li:first-child a {-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0 }
500
+ div.uimob800 .um-account-side li:last-child a {-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px}
501
+
502
+ div.uimob800 .um-account-side li a span.um-account-icontip {
503
+ display: block;
504
+ float: left;
505
+ text-align: center;
506
+ width: 100%;
507
+ height: 100%;
508
+ font-size: 22px;
509
+ line-height: 44px;
510
+ }
511
+
512
+ div.uimob800 .um-account-side li a span.um-account-icontip i {
513
+ position: relative;
514
+ text-align: center;
515
+ width: 100%;
516
+ }
517
+
518
+ div.uimob800 .um-account-side li a.current,
519
+ div.uimob800 .um-account-side li a.current:hover {
520
+ color: #fff !important;
521
+ }
522
+
523
+ div.uimob800 .um-account-meta a {
524
+ border: 1px solid #ddd;
525
+ }
526
+
527
+ div.uimob800 .um-account-meta a,
528
+ div.uimob800 .um-account-meta img {
529
+ display: block;
530
+ overflow: hidden;
531
+ -moz-border-radius: 3px;
532
+ -webkit-border-radius: 3px;
533
+ border-radius: 3px;
534
+ max-width: 100%;
535
+ height: auto;
536
+ }
537
+
538
+ div.uimob800 .um-account-meta img {
539
+ width: 100%;
540
+ }
541
+
542
+ div.uimob800 .um-profile-photo {
543
+ width: 150px !important;
544
+ }
545
+
546
+ div.uimob800 .um-profile-photo a.um-profile-photo-img {
547
+ width: 140px !important;
548
+ height: 140px !important;
549
+ top: -70px !important;
550
+ }
551
+
552
+ div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
553
+ top: auto !important;
554
+ }
555
+
556
+ div.uimob800 .um-header .um-profile-meta {
557
+ padding-left: 200px;
558
+ }
559
+
560
+ div.uimob800 .um-cover-overlay
561
+ {
562
+ padding: 0;
563
+ }
564
+
565
+ /********************************************/
566
+
567
+ /**
568
+ for 960px and below
569
+ **/
570
+
571
+ /********************************************/
572
+
573
+ div.uimob960 .um-profile-photo {
574
+ width: 200px !important;
575
+ }
576
+
577
+ div.uimob960 .um-profile-photo a.um-profile-photo-img {
578
+ width: 140px !important;
579
+ height: 140px !important;
580
+ top: -70px !important;
581
+ }
582
+
583
+ /************************************************/
584
+
585
+ @media screen and (max-height: 400px) {
586
+
587
+ .ajax-upload-dragdrop span.icon {
588
+ display: none;
589
+ }
590
+
591
+ .um-modal.no-photo {
592
+ width: 100% !important;
593
+ margin: 0 !important;
594
+ left: 0 !important;
595
+ height: 100%;
596
+ background: #fff;
597
+ }
598
+
599
+ .um-modal.no-photo,
600
+ .um-modal.no-photo .um-modal-body,
601
+ .um-modal.no-photo .um-modal-header {
602
+ -moz-border-radius: 0;
603
+ -webkit-border-radius: 0;
604
+ border-radius: 0;
605
+ }
606
+
607
+ .um-modal.no-photo .um-modal-header {text-align: center; font-size: 14px}
608
+ .um-modal.no-photo .um-modal-footer {
609
+ position: absolute;
610
+ bottom: 0;
611
+ left: 0;
612
+ width: 100%;
613
+ box-sizing: border-box;
614
+ padding: 10px;
615
+ border-top: 1px solid #ddd;
616
+ }
617
+
618
+ .um-modal.no-photo .um-modal-right {
619
+ width: 100%;
620
+ float: none;
621
+ }
622
+
623
+ .um-modal.no-photo .um-modal-footer a.um-modal-btn {
624
+ width: 48%;
625
+ margin: 0 1%;
626
+ float: left;
627
+ display: block;
628
+ line-height: 44px !important;
629
+ height: 44px;
630
+ }
631
+
632
+ }
633
+
634
+ @media screen and (max-height: 300px) {
635
+
636
+ .um-modal.no-photo .um-modal-header {
637
+ display: none;
638
+ }
639
+
640
+ .ajax-upload-dragdrop span.icon,
641
+ .ajax-upload-dragdrop span.str {
642
+ display: none;
643
+ }
644
+
645
+ }
646
+
647
+ @media screen and (max-width: 600px) {
648
+
649
+ .um-popup {
650
+ width: 96%;
651
+ margin-left: 2%;
652
+ left: 0;
653
+ top: 15px;
654
+ }
655
+
656
  }
assets/css/um-select.css CHANGED
@@ -1,620 +1,620 @@
1
- /*
2
- Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
3
- */
4
- .select2-container {
5
- margin: 0 !important;
6
- position: relative !important;
7
- display: inline-block !important;
8
- /* inline-block for ie7 */
9
- zoom: 1 !important;
10
- *display: inline !important;
11
- vertical-align: middle !important;
12
- }
13
-
14
- .select2-container a:hover {
15
- color: #666 !important;
16
- }
17
-
18
- .select2-container,
19
- .select2-drop,
20
- .select2-search,
21
- .select2-search input {
22
- /*
23
- Force border-box so that % widths fit the parent
24
- container without overlap because of margin/padding.
25
- More Info : http://www.quirksmode.org/css/box.html
26
- */
27
- -webkit-box-sizing: border-box; /* webkit */
28
- -moz-box-sizing: border-box; /* firefox */
29
- box-sizing: border-box; /* css3 */
30
- }
31
-
32
- .select2-container .select2-choice {
33
- display: block !important;
34
- height: 36px !important;
35
- padding: 0 0 0 12px !important;
36
- overflow: hidden !important;
37
- position: relative !important;
38
-
39
- white-space: nowrap !important;
40
- line-height: 35px !important;
41
- color: #666 !important;
42
- font-size: 15px !important;
43
- text-align: left !important;
44
- text-decoration: none !important;
45
-
46
- -moz-border-radius: 2px !important;
47
- -webkit-border-radius: 2px !important;
48
- border-radius: 2px !important;
49
-
50
- background-clip: padding-box !important;
51
-
52
- -webkit-touch-callout: none;
53
- -webkit-user-select: none;
54
- -moz-user-select: none;
55
- -ms-user-select: none;
56
- user-select: none;
57
-
58
- background: none !important;
59
- background-color: #fff !important;
60
- }
61
-
62
- .select2-container.select2-drop-above .select2-choice {
63
- -moz-border-radius: 0 0 2px 2px !important;
64
- -webkit-border-radius: 0 0 2px 2px !important;
65
- border-radius: 0 0 2px 2px !important;
66
- }
67
-
68
- .select2-container.select2-allowclear .select2-choice .select2-chosen {
69
- margin-right: 42px;
70
- }
71
-
72
- .select2-container .select2-choice > .select2-chosen {
73
- margin-right: 26px !important;
74
- display: block !important;
75
- overflow: hidden !important;
76
-
77
- white-space: nowrap !important;
78
-
79
- text-overflow: ellipsis !important;
80
- float: none !important;
81
- width: auto !important;
82
- font-weight: normal;
83
- }
84
-
85
- .select2-container .select2-choice abbr {
86
- display: none;
87
- width: 20px!important;
88
- height: 100% !important;
89
- right: 24px !important;
90
- font-size: 1px !important;
91
- text-decoration: none !important;
92
- border: 0 !important;
93
- background: none !important;
94
- cursor: pointer !important;
95
- outline: 0 !important;
96
- }
97
-
98
- .select2-container.select2-allowclear .select2-choice abbr {
99
- display: inline-block !important;
100
- }
101
-
102
- .select2-container .select2-choice abbr:hover {
103
- cursor: pointer !important;
104
- }
105
-
106
- .select2-drop-mask {
107
- border: 0 !important;
108
- margin: 0 !important;
109
- padding: 0 !important;
110
- position: fixed !important;
111
- left: 0 !important;
112
- top: 0 !important;
113
- min-height: 100% !important;
114
- min-width: 100% !important;
115
- height: auto !important;
116
- width: auto !important;
117
- opacity: 0 !important;
118
- z-index: 1999997 !important;
119
- /* styles required for IE to work */
120
- background-color: #fff !important;
121
- filter: alpha(opacity=0) !important;
122
- }
123
-
124
- .select2-drop {
125
- width: 100%;
126
- margin-top: -1px;
127
- position: absolute;
128
- z-index: 1999998 !important;
129
- top: 100%;
130
-
131
- background: #fff;
132
- color: #666;
133
-
134
- -moz-border-radius: 0 0 2px 2px;
135
- -webkit-border-radius: 0 0 2px 2px;
136
- border-radius: 0 0 2px 2px;
137
-
138
- box-shadow: none;
139
-
140
- }
141
-
142
- .select2-drop.select2-drop-above {
143
- margin-top: 1px;
144
-
145
- -moz-border-radius: 2px 2px 0 0;
146
- -webkit-border-radius: 2px 2px 0 0;
147
- border-radius: 2px 2px 0 0;
148
-
149
- box-shadow: none;
150
- }
151
-
152
- .select2-drop-active {
153
-
154
- box-shadow: none !important;
155
- }
156
-
157
- .select2-drop.select2-drop-above.select2-drop-active {
158
-
159
- }
160
-
161
- .select2-drop-auto-width {
162
- width: auto !important;
163
- }
164
-
165
- .select2-drop-auto-width .select2-search {
166
- padding-top: 4px;
167
- }
168
-
169
- .select2-container .select2-choice .select2-arrow {
170
- display: inline-block !important;
171
- width: 34px !important;
172
- height: 100% !important;
173
- position: absolute !important;
174
- right: 0 !important;
175
- top: 0 !important;
176
- -moz-border-radius: 0 2px 2px 0 !important;
177
- -webkit-border-radius: 0 2px 2px 0 !important;
178
- border-radius: 0 2px 2px 0 !important;
179
- background-clip: padding-box !important;
180
- text-align: center !important;
181
- background: transparent !important;
182
- border-left: 0 !important;
183
- }
184
-
185
- .select2-container .select2-choice .select2-arrow * {
186
- line-height: 100% !important;
187
- vertical-align: middle !important;
188
- }
189
-
190
- .select2-container .select2-choice .select2-arrow b {
191
- display: block !important;
192
- width: 100% !important;
193
- height: 100% !important;
194
- background: none !important;
195
- }
196
-
197
- .select2-container .select2-choice .select2-arrow:before {
198
- content: "\f3d0" !important;
199
- font-size: 27px !important;
200
- font-family: "Ionicons" !important;
201
- width: 100% !important;
202
- display: block;
203
- height: 100%;
204
- line-height: 36px;
205
- }
206
- .select2-container .select2-choice .select2-arrow:hover:before {color: #666 !important}
207
-
208
- .select2-search {
209
- display: inline-block !important;
210
- width: 100% !important;
211
- min-height: 32px !important;
212
- height: 32px !important;
213
- line-height: 1em !important;
214
- margin: 0 !important;
215
- padding-left: 4px !important;
216
- padding-right: 4px !important;
217
-
218
- position: relative !important;
219
- z-index: 1999999 !important;
220
-
221
- white-space: nowrap !important;
222
- }
223
-
224
- .select2-search input[type=text] {
225
- background: none !important;
226
- width: 100% !important;
227
- height: 32px !important;
228
- line-height: auto !important;
229
- padding: 0 38px 0 7px !important;
230
- margin: 0 !important;
231
- outline: 0 !important;
232
- border: 1px solid #ddd !important;
233
- color: #666 !important;
234
- -moz-border-radius: 2px !important;
235
- -webkit-border-radius: 2px !important;
236
- border-radius: 2px !important;
237
- font-size: 15px !important;
238
- box-sizing: border-box !important;
239
- -webkit-font-smoothing: antialiased !important;
240
- -moz-osx-font-smoothing: grayscale !important;
241
- box-shadow: none !important;
242
- }
243
-
244
- .select2-search:before {
245
- content: "\f4a4" !important;
246
- font-size: 20px !important;
247
- height: 32px !important;
248
- line-height: 32px !important;
249
- font-family: "Ionicons" !important;
250
- top: 0 !important;
251
- right: 10px !important;
252
- position: absolute !important;
253
- }
254
-
255
- .select2-drop .select2-search {margin-top: 4px !important}
256
-
257
- .select2-search input.select2-active {
258
- background: #fff !important;
259
- }
260
-
261
- .select2-container-active .select2-choice,
262
- .select2-container-active .select2-choices {
263
- outline: none !important;
264
- box-shadow: none !important;
265
- }
266
-
267
- .select2-dropdown-open .select2-choice {
268
- border-bottom-left-radius: 0 !important;
269
- border-bottom-right-radius: 0 !important;
270
- }
271
-
272
- .select2-dropdown-open.select2-drop-above .select2-choice,
273
- .select2-dropdown-open.select2-drop-above .select2-choices {
274
-
275
- }
276
-
277
- .select2-dropdown-open .select2-choice .select2-arrow {
278
- background: transparent !important;
279
- filter: none !important;
280
- border-color: transparent !important;
281
- }
282
- .select2-dropdown-open .select2-choice .select2-arrow b {
283
-
284
- }
285
-
286
- .select2-hidden-accessible {
287
- border: 0;
288
- clip: rect(0 0 0 0);
289
- height: 1px;
290
- margin: -1px;
291
- overflow: hidden;
292
- padding: 0;
293
- position: absolute;
294
- width: 1px;
295
- }
296
-
297
- /* results */
298
- .select2-results {
299
- max-height: 200px;
300
- padding: 0 0 0 5px;
301
- margin: 4px 4px 4px 0;
302
- position: relative;
303
- overflow-x: hidden;
304
- overflow-y: auto;
305
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
306
- }
307
-
308
- .select2-results ul.select2-result-sub {
309
- margin: 0;
310
- padding-left: 0;
311
- }
312
-
313
- .select2-results li {
314
- list-style: none;
315
- display: list-item;
316
- background-image: none;
317
- font-size: 15px;
318
- margin: 0!important;
319
- padding: 3px 0 !important;
320
- color: #666 !important;
321
- }
322
-
323
- .select2-results li.select2-result-with-children > .select2-result-label {
324
- font-weight: bold !important;
325
- }
326
-
327
- .select2-results .select2-result-label {
328
- padding: 3px 7px 4px !important;
329
- margin: 0 !important;
330
- cursor: pointer;
331
- min-height: 1em !important;
332
- -webkit-touch-callout: none;
333
- -webkit-user-select: none;
334
- -moz-user-select: none;
335
- -ms-user-select: none;
336
- user-select: none;
337
- -webkit-font-smoothing: antialiased !important;
338
- -moz-osx-font-smoothing: grayscale !important;
339
- }
340
-
341
- .select2-results-dept-1 .select2-result-label { padding-left: 20px }
342
- .select2-results-dept-2 .select2-result-label { padding-left: 40px }
343
- .select2-results-dept-3 .select2-result-label { padding-left: 60px }
344
- .select2-results-dept-4 .select2-result-label { padding-left: 80px }
345
- .select2-results-dept-5 .select2-result-label { padding-left: 100px }
346
- .select2-results-dept-6 .select2-result-label { padding-left: 110px }
347
- .select2-results-dept-7 .select2-result-label { padding-left: 120px }
348
-
349
- .select2-results .select2-highlighted {
350
- background: none !important;
351
- background: #f4f4f4 !important;
352
- color: #666 !important;
353
- }
354
-
355
- .select2-results li em {
356
- background: #feffde !important;
357
- font-style: normal !important;
358
- }
359
-
360
- .select2-results .select2-highlighted em {
361
- background: transparent !important;
362
- }
363
-
364
- .select2-results .select2-highlighted ul {
365
- background: #fff !important;
366
- color: #666 !important;
367
- }
368
-
369
- .select2-results .select2-no-results,
370
- .select2-results .select2-searching,
371
- .select2-results .select2-selection-limit {
372
- background: #f4f4f4 !important;
373
- display: list-item !important;
374
- padding: 5px !important;
375
- font-size: 15px !important;
376
- -webkit-font-smoothing: antialiased !important;
377
- -moz-osx-font-smoothing: grayscale !important;
378
- }
379
-
380
- /*
381
- disabled look for disabled choices in the results dropdown
382
- */
383
- .select2-results .select2-disabled.select2-highlighted .select2-result-label {
384
- color: #bbb !important;
385
- background: #fff !important;
386
- display: list-item !important;
387
- cursor: default !important;
388
- }
389
- .select2-results .select2-disabled .select2-result-label {
390
- color: #bbb !important;
391
- background: #fff !important;
392
- display: list-item !important;
393
- cursor: default !important;
394
- }
395
-
396
- .select2-results .select2-selected {
397
- display: none;
398
- }
399
-
400
- .select2-more-results.select2-active {
401
- background: #f4f4f4 !important;
402
- }
403
-
404
- .select2-more-results {
405
- background: #f4f4f4 !important;
406
- display: list-item !important;
407
- }
408
-
409
- /* disabled styles */
410
-
411
- .select2-container.select2-container-disabled .select2-choice {
412
- background-color: #f4f4f4 !important;
413
- background-image: none !important;
414
- border: 1px solid #ddd !important;
415
- cursor: default !important;
416
- }
417
-
418
- .select2-container.select2-container-disabled .select2-choice .select2-arrow {
419
- background: none !important;
420
- background: #f9f9f9 !important;
421
- border-left: 0 !important;
422
- }
423
-
424
- .select2-container.select2-container-disabled .select2-choice abbr {
425
- display: none !important;
426
- }
427
-
428
-
429
- /* multiselect */
430
-
431
- .select2-container-multi .select2-choices {
432
- height: auto !important;
433
- height: 1% !important;
434
- margin: 0 !important;
435
- padding: 1px 3px !important;
436
- position: relative !important;
437
-
438
- cursor: text !important;
439
- overflow: hidden !important;
440
-
441
- -moz-border-radius: 2px !important;
442
- -webkit-border-radius: 2px !important;
443
- border-radius: 2px !important;
444
-
445
- box-shadow: none !important;
446
- }
447
-
448
- .select2-locked {
449
- padding: 3px 5px 3px 5px !important;
450
- }
451
-
452
- .select2-container-multi .select2-choices {
453
- min-height: 26px;
454
- background-image: none !important;
455
- }
456
-
457
- .select2-container-multi.select2-container-active .select2-choices {
458
- outline: none;
459
-
460
- box-shadow: none;
461
- }
462
- .select2-container-multi .select2-choices li {
463
- float: left;
464
- list-style: none;
465
- }
466
- html[dir="rtl"] .select2-container-multi .select2-choices li
467
- {
468
- float: right;
469
- }
470
- .select2-container-multi .select2-choices .select2-search-field {
471
- margin: 0;
472
- padding: 0;
473
- white-space: nowrap;
474
- }
475
-
476
- .select2-container-multi .select2-choices .select2-search-field input {
477
- padding: 5px !important;
478
- margin: 3px 0 !important;
479
-
480
- font-size: 100%;
481
- height: auto !important;
482
- outline: 0;
483
- border: 0 !important;
484
- -webkit-box-shadow: none;
485
- box-shadow: none;
486
- background: transparent !important;
487
- }
488
-
489
- .select2-container-multi .select2-choices .select2-search-field input.select2-active {
490
- background: #fff !important;
491
- }
492
-
493
- .select2-container-multi .select2-choices .select2-search-choice {
494
- padding: 4px 20px 4px 5px !important;
495
- margin: 6px 0 4px 5px !important;
496
- position: relative;
497
-
498
- line-height: 14px;
499
- font-size: 14px;
500
- color: #666;
501
- cursor: default;
502
- border: 1px solid #dddddd;
503
-
504
- -moz-border-radius: 2px;
505
- -webkit-border-radius: 2px;
506
- border-radius: 2px;
507
-
508
- box-shadow: none !important;
509
-
510
- -webkit-touch-callout: none;
511
- -webkit-user-select: none;
512
- -moz-user-select: none;
513
- -ms-user-select: none;
514
- user-select: none;
515
-
516
- background: none !important;
517
- background-color: #f9f9f9 !important;
518
- }
519
-
520
- html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
521
- {
522
- margin-left: 0;
523
- margin-right: 5px;
524
- }
525
- .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
526
- cursor: default;
527
- }
528
- .select2-container-multi .select2-choices .select2-search-choice-focus {
529
- background: #f1f1f1;
530
- }
531
-
532
- .select2-search-choice-close {
533
- position: absolute !important;
534
- width: 18px !important;
535
- height: 18px !important;
536
- right: 0 !important;
537
- top: 0 !important;
538
- left: auto !important;
539
- outline: none !important;
540
- background: none !important;
541
- }
542
-
543
- .select2-search-choice-close:before {
544
- content: "\f2d7" !important;
545
- font-size: 22px !important;
546
- font-family: "Ionicons" !important;
547
- right: 4px !important;
548
- position: relative !important;
549
- display: block;
550
- height: 100%;
551
- width: 100%;
552
- line-height: 36px;
553
- }
554
-
555
- .select2-search-choice-close:hover:before {color: #666 !important}
556
-
557
- .select2-container-multi .select2-search-choice-close {
558
- text-decoration: none !important;
559
- width: 21px !important;
560
- height: 100% !important;
561
- text-align: center !important;
562
- border-bottom: 0 !important;
563
- }
564
-
565
- .select2-container-multi .select2-search-choice-close:before {
566
- font-size: 16px !important;
567
- right: 0 !important;
568
- line-height: 23px !important;
569
- }
570
-
571
- /* disabled styles */
572
- .select2-container-multi.select2-container-disabled .select2-choices {
573
- background-color: #f4f4f4;
574
- background-image: none;
575
- border: 1px solid #ddd;
576
- cursor: default;
577
- }
578
-
579
- .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
580
- padding: 3px 5px 3px 5px;
581
- border: 1px solid #ddd;
582
- background-image: none;
583
- background-color: #f4f4f4;
584
- }
585
-
586
- .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none; background: none;}
587
- /* end multiselect */
588
-
589
-
590
- .select2-result-selectable .select2-match,
591
- .select2-result-unselectable .select2-match {
592
- text-decoration: underline;
593
- }
594
-
595
- .select2-offscreen, .select2-offscreen:focus {
596
- clip: rect(0 0 0 0) !important;
597
- width: 1px !important;
598
- height: 1px !important;
599
- border: 0 !important;
600
- margin: 0 !important;
601
- padding: 0 !important;
602
- overflow: hidden !important;
603
- position: absolute !important;
604
- outline: 0 !important;
605
- left: 0px !important;
606
- top: 0px !important;
607
- }
608
-
609
- .select2-display-none {
610
- display: none;
611
- }
612
-
613
- .select2-measure-scrollbar {
614
- position: absolute;
615
- top: -10000px;
616
- left: -10000px;
617
- width: 100px;
618
- height: 100px;
619
- overflow: scroll;
620
  }
1
+ /*
2
+ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
3
+ */
4
+ .select2-container {
5
+ margin: 0 !important;
6
+ position: relative !important;
7
+ display: inline-block !important;
8
+ /* inline-block for ie7 */
9
+ zoom: 1 !important;
10
+ *display: inline !important;
11
+ vertical-align: middle !important;
12
+ }
13
+
14
+ .select2-container a:hover {
15
+ color: #666 !important;
16
+ }
17
+
18
+ .select2-container,
19
+ .select2-drop,
20
+ .select2-search,
21
+ .select2-search input {
22
+ /*
23
+ Force border-box so that % widths fit the parent
24
+ container without overlap because of margin/padding.
25
+ More Info : http://www.quirksmode.org/css/box.html
26
+ */
27
+ -webkit-box-sizing: border-box; /* webkit */
28
+ -moz-box-sizing: border-box; /* firefox */
29
+ box-sizing: border-box; /* css3 */
30
+ }
31
+
32
+ .select2-container .select2-choice {
33
+ display: block !important;
34
+ height: 36px !important;
35
+ padding: 0 0 0 12px !important;
36
+ overflow: hidden !important;
37
+ position: relative !important;
38
+
39
+ white-space: nowrap !important;
40
+ line-height: 35px !important;
41
+ color: #666 !important;
42
+ font-size: 15px !important;
43
+ text-align: left !important;
44
+ text-decoration: none !important;
45
+
46
+ -moz-border-radius: 2px !important;
47
+ -webkit-border-radius: 2px !important;
48
+ border-radius: 2px !important;
49
+
50
+ background-clip: padding-box !important;
51
+
52
+ -webkit-touch-callout: none;
53
+ -webkit-user-select: none;
54
+ -moz-user-select: none;
55
+ -ms-user-select: none;
56
+ user-select: none;
57
+
58
+ background: none !important;
59
+ background-color: #fff !important;
60
+ }
61
+
62
+ .select2-container.select2-drop-above .select2-choice {
63
+ -moz-border-radius: 0 0 2px 2px !important;
64
+ -webkit-border-radius: 0 0 2px 2px !important;
65
+ border-radius: 0 0 2px 2px !important;
66
+ }
67
+
68
+ .select2-container.select2-allowclear .select2-choice .select2-chosen {
69
+ margin-right: 42px;
70
+ }
71
+
72
+ .select2-container .select2-choice > .select2-chosen {
73
+ margin-right: 26px !important;
74
+ display: block !important;
75
+ overflow: hidden !important;
76
+
77
+ white-space: nowrap !important;
78
+
79
+ text-overflow: ellipsis !important;
80
+ float: none !important;
81
+ width: auto !important;
82
+ font-weight: normal;
83
+ }
84
+
85
+ .select2-container .select2-choice abbr {
86
+ display: none;
87
+ width: 20px!important;
88
+ height: 100% !important;
89
+ right: 24px !important;
90
+ font-size: 1px !important;
91
+ text-decoration: none !important;
92
+ border: 0 !important;
93
+ background: none !important;
94
+ cursor: pointer !important;
95
+ outline: 0 !important;
96
+ }
97
+
98
+ .select2-container.select2-allowclear .select2-choice abbr {
99
+ display: inline-block !important;
100
+ }
101
+
102
+ .select2-container .select2-choice abbr:hover {
103
+ cursor: pointer !important;
104
+ }
105
+
106
+ .select2-drop-mask {
107
+ border: 0 !important;
108
+ margin: 0 !important;
109
+ padding: 0 !important;
110
+ position: fixed !important;
111
+ left: 0 !important;
112
+ top: 0 !important;
113
+ min-height: 100% !important;
114
+ min-width: 100% !important;
115
+ height: auto !important;
116
+ width: auto !important;
117
+ opacity: 0 !important;
118
+ z-index: 1999997 !important;
119
+ /* styles required for IE to work */
120
+ background-color: #fff !important;
121
+ filter: alpha(opacity=0) !important;
122
+ }
123
+
124
+ .select2-drop {
125
+ width: 100%;
126
+ margin-top: -1px;
127
+ position: absolute;
128
+ z-index: 1999998 !important;
129
+ top: 100%;
130
+
131
+ background: #fff;
132
+ color: #666;
133
+
134
+ -moz-border-radius: 0 0 2px 2px;
135
+ -webkit-border-radius: 0 0 2px 2px;
136
+ border-radius: 0 0 2px 2px;
137
+
138
+ box-shadow: none;
139
+
140
+ }
141
+
142
+ .select2-drop.select2-drop-above {
143
+ margin-top: 1px;
144
+
145
+ -moz-border-radius: 2px 2px 0 0;
146
+ -webkit-border-radius: 2px 2px 0 0;
147
+ border-radius: 2px 2px 0 0;
148
+
149
+ box-shadow: none;
150
+ }
151
+
152
+ .select2-drop-active {
153
+
154
+ box-shadow: none !important;
155
+ }
156
+
157
+ .select2-drop.select2-drop-above.select2-drop-active {
158
+
159
+ }
160
+
161
+ .select2-drop-auto-width {
162
+ width: auto !important;
163
+ }
164
+
165
+ .select2-drop-auto-width .select2-search {
166
+ padding-top: 4px;
167
+ }
168
+
169
+ .select2-container .select2-choice .select2-arrow {
170
+ display: inline-block !important;
171
+ width: 34px !important;
172
+ height: 100% !important;
173
+ position: absolute !important;
174
+ right: 0 !important;
175
+ top: 0 !important;
176
+ -moz-border-radius: 0 2px 2px 0 !important;
177
+ -webkit-border-radius: 0 2px 2px 0 !important;
178
+ border-radius: 0 2px 2px 0 !important;
179
+ background-clip: padding-box !important;
180
+ text-align: center !important;
181
+ background: transparent !important;
182
+ border-left: 0 !important;
183
+ }
184
+
185
+ .select2-container .select2-choice .select2-arrow * {
186
+ line-height: 100% !important;
187
+ vertical-align: middle !important;
188
+ }
189
+
190
+ .select2-container .select2-choice .select2-arrow b {
191
+ display: block !important;
192
+ width: 100% !important;
193
+ height: 100% !important;
194
+ background: none !important;
195
+ }
196
+
197
+ .select2-container .select2-choice .select2-arrow:before {
198
+ content: "\f3d0" !important;
199
+ font-size: 27px !important;
200
+ font-family: "Ionicons" !important;
201
+ width: 100% !important;
202
+ display: block;
203
+ height: 100%;
204
+ line-height: 36px;
205
+ }
206
+ .select2-container .select2-choice .select2-arrow:hover:before {color: #666 !important}
207
+
208
+ .select2-search {
209
+ display: inline-block !important;
210
+ width: 100% !important;
211
+ min-height: 32px !important;
212
+ height: 32px !important;
213
+ line-height: 1em !important;
214
+ margin: 0 !important;
215
+ padding-left: 4px !important;
216
+ padding-right: 4px !important;
217
+
218
+ position: relative !important;
219
+ z-index: 1999999 !important;
220
+
221
+ white-space: nowrap !important;
222
+ }
223
+
224
+ .select2-search input[type=text] {
225
+ background: none !important;
226
+ width: 100% !important;
227
+ height: 32px !important;
228
+ line-height: auto !important;
229
+ padding: 0 38px 0 7px !important;
230
+ margin: 0 !important;
231
+ outline: 0 !important;
232
+ border: 1px solid #ddd !important;
233
+ color: #666 !important;
234
+ -moz-border-radius: 2px !important;
235
+ -webkit-border-radius: 2px !important;
236
+ border-radius: 2px !important;
237
+ font-size: 15px !important;
238
+ box-sizing: border-box !important;
239
+ -webkit-font-smoothing: antialiased !important;
240
+ -moz-osx-font-smoothing: grayscale !important;
241
+ box-shadow: none !important;
242
+ }
243
+
244
+ .select2-search:before {
245
+ content: "\f4a4" !important;
246
+ font-size: 20px !important;
247
+ height: 32px !important;
248
+ line-height: 32px !important;
249
+ font-family: "Ionicons" !important;
250
+ top: 0 !important;
251
+ right: 10px !important;
252
+ position: absolute !important;
253
+ }
254
+
255
+ .select2-drop .select2-search {margin-top: 4px !important}
256
+
257
+ .select2-search input.select2-active {
258
+ background: #fff !important;
259
+ }
260
+
261
+ .select2-container-active .select2-choice,
262
+ .select2-container-active .select2-choices {
263
+ outline: none !important;
264
+ box-shadow: none !important;
265
+ }
266
+
267
+ .select2-dropdown-open .select2-choice {
268
+ border-bottom-left-radius: 0 !important;
269
+ border-bottom-right-radius: 0 !important;
270
+ }
271
+
272
+ .select2-dropdown-open.select2-drop-above .select2-choice,
273
+ .select2-dropdown-open.select2-drop-above .select2-choices {
274
+
275
+ }
276
+
277
+ .select2-dropdown-open .select2-choice .select2-arrow {
278
+ background: transparent !important;
279
+ filter: none !important;
280
+ border-color: transparent !important;
281
+ }
282
+ .select2-dropdown-open .select2-choice .select2-arrow b {
283
+
284
+ }
285
+
286
+ .select2-hidden-accessible {
287
+ border: 0;
288
+ clip: rect(0 0 0 0);
289
+ height: 1px;
290
+ margin: -1px;
291
+ overflow: hidden;
292
+ padding: 0;
293
+ position: absolute;
294
+ width: 1px;
295
+ }
296
+
297
+ /* results */
298
+ .select2-results {
299
+ max-height: 200px;
300
+ padding: 0 0 0 5px;
301
+ margin: 4px 4px 4px 0;
302
+ position: relative;
303
+ overflow-x: hidden;
304
+ overflow-y: auto;
305
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
306
+ }
307
+
308
+ .select2-results ul.select2-result-sub {
309
+ margin: 0;
310
+ padding-left: 0;
311
+ }
312
+
313
+ .select2-results li {
314
+ list-style: none;
315
+ display: list-item;
316
+ background-image: none;
317
+ font-size: 15px;
318
+ margin: 0!important;
319
+ padding: 3px 0 !important;
320
+ color: #666 !important;
321
+ }
322
+
323
+ .select2-results li.select2-result-with-children > .select2-result-label {
324
+ font-weight: bold !important;
325
+ }
326
+
327
+ .select2-results .select2-result-label {
328
+ padding: 3px 7px 4px !important;
329
+ margin: 0 !important;
330
+ cursor: pointer;
331
+ min-height: 1em !important;
332
+ -webkit-touch-callout: none;
333
+ -webkit-user-select: none;
334
+ -moz-user-select: none;
335
+ -ms-user-select: none;
336
+ user-select: none;
337
+ -webkit-font-smoothing: antialiased !important;
338
+ -moz-osx-font-smoothing: grayscale !important;
339
+ }
340
+
341
+ .select2-results-dept-1 .select2-result-label { padding-left: 20px }
342
+ .select2-results-dept-2 .select2-result-label { padding-left: 40px }
343
+ .select2-results-dept-3 .select2-result-label { padding-left: 60px }
344
+ .select2-results-dept-4 .select2-result-label { padding-left: 80px }
345
+ .select2-results-dept-5 .select2-result-label { padding-left: 100px }
346
+ .select2-results-dept-6 .select2-result-label { padding-left: 110px }
347
+ .select2-results-dept-7 .select2-result-label { padding-left: 120px }
348
+
349
+ .select2-results .select2-highlighted {
350
+ background: none !important;
351
+ background: #f4f4f4 !important;
352
+ color: #666 !important;
353
+ }
354
+
355
+ .select2-results li em {
356
+ background: #feffde !important;
357
+ font-style: normal !important;
358
+ }
359
+
360
+ .select2-results .select2-highlighted em {
361
+ background: transparent !important;
362
+ }
363
+
364
+ .select2-results .select2-highlighted ul {
365
+ background: #fff !important;
366
+ color: #666 !important;
367
+ }
368
+
369
+ .select2-results .select2-no-results,
370
+ .select2-results .select2-searching,
371
+ .select2-results .select2-selection-limit {
372
+ background: #f4f4f4 !important;
373
+ display: list-item !important;
374
+ padding: 5px !important;
375
+ font-size: 15px !important;
376
+ -webkit-font-smoothing: antialiased !important;
377
+ -moz-osx-font-smoothing: grayscale !important;
378
+ }
379
+
380
+ /*
381
+ disabled look for disabled choices in the results dropdown
382
+ */
383
+ .select2-results .select2-disabled.select2-highlighted .select2-result-label {
384
+ color: #bbb !important;
385
+ background: #fff !important;
386
+ display: list-item !important;
387
+ cursor: default !important;
388
+ }
389
+ .select2-results .select2-disabled .select2-result-label {
390
+ color: #bbb !important;
391
+ background: #fff !important;
392
+ display: list-item !important;
393
+ cursor: default !important;
394
+ }
395
+
396
+ .select2-results .select2-selected {
397
+ display: none;
398
+ }
399
+
400
+ .select2-more-results.select2-active {
401
+ background: #f4f4f4 !important;
402
+ }
403
+
404
+ .select2-more-results {
405
+ background: #f4f4f4 !important;
406
+ display: list-item !important;
407
+ }
408
+
409
+ /* disabled styles */
410
+
411
+ .select2-container.select2-container-disabled .select2-choice {
412
+ background-color: #f4f4f4 !important;
413
+ background-image: none !important;
414
+ border: 1px solid #ddd !important;
415
+ cursor: default !important;
416
+ }
417
+
418
+ .select2-container.select2-container-disabled .select2-choice .select2-arrow {
419
+ background: none !important;
420
+ background: #f9f9f9 !important;
421
+ border-left: 0 !important;
422
+ }
423
+
424
+ .select2-container.select2-container-disabled .select2-choice abbr {
425
+ display: none !important;
426
+ }
427
+
428
+
429
+ /* multiselect */
430
+
431
+ .select2-container-multi .select2-choices {
432
+ height: auto !important;
433
+ height: 1% !important;
434
+ margin: 0 !important;
435
+ padding: 1px 3px !important;
436
+ position: relative !important;
437
+
438
+ cursor: text !important;
439
+ overflow: hidden !important;
440
+
441
+ -moz-border-radius: 2px !important;
442
+ -webkit-border-radius: 2px !important;
443
+ border-radius: 2px !important;
444
+
445
+ box-shadow: none !important;
446
+ }
447
+
448
+ .select2-locked {
449
+ padding: 3px 5px 3px 5px !important;
450
+ }
451
+
452
+ .select2-container-multi .select2-choices {
453
+ min-height: 26px;
454
+ background-image: none !important;
455
+ }
456
+
457
+ .select2-container-multi.select2-container-active .select2-choices {
458
+ outline: none;
459
+
460
+ box-shadow: none;
461
+ }
462
+ .select2-container-multi .select2-choices li {
463
+ float: left;
464
+ list-style: none;
465
+ }
466
+ html[dir="rtl"] .select2-container-multi .select2-choices li
467
+ {
468
+ float: right;
469
+ }
470
+ .select2-container-multi .select2-choices .select2-search-field {
471
+ margin: 0;
472
+ padding: 0;
473
+ white-space: nowrap;
474
+ }
475
+
476
+ .select2-container-multi .select2-choices .select2-search-field input {
477
+ padding: 5px !important;
478
+ margin: 3px 0 !important;
479
+
480
+ font-size: 100%;
481
+ height: auto !important;
482
+ outline: 0;
483
+ border: 0 !important;
484
+ -webkit-box-shadow: none;
485
+ box-shadow: none;
486
+ background: transparent !important;
487
+ }
488
+
489
+ .select2-container-multi .select2-choices .select2-search-field input.select2-active {
490
+ background: #fff !important;
491
+ }
492
+
493
+ .select2-container-multi .select2-choices .select2-search-choice {
494
+ padding: 4px 20px 4px 5px !important;
495
+ margin: 6px 0 4px 5px !important;
496
+ position: relative;
497
+
498
+ line-height: 14px;
499
+ font-size: 14px;
500
+ color: #666;
501
+ cursor: default;
502
+ border: 1px solid #dddddd;
503
+
504
+ -moz-border-radius: 2px;
505
+ -webkit-border-radius: 2px;
506
+ border-radius: 2px;
507
+
508
+ box-shadow: none !important;
509
+
510
+ -webkit-touch-callout: none;
511
+ -webkit-user-select: none;
512
+ -moz-user-select: none;
513
+ -ms-user-select: none;
514
+ user-select: none;
515
+
516
+ background: none !important;
517
+ background-color: #f9f9f9 !important;
518
+ }
519
+
520
+ html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
521
+ {
522
+ margin-left: 0;
523
+ margin-right: 5px;
524
+ }
525
+ .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
526
+ cursor: default;
527
+ }
528
+ .select2-container-multi .select2-choices .select2-search-choice-focus {
529
+ background: #f1f1f1;
530
+ }
531
+
532
+ .select2-search-choice-close {
533
+ position: absolute !important;
534
+ width: 18px !important;
535
+ height: 18px !important;
536
+ right: 0 !important;
537
+ top: 0 !important;
538
+ left: auto !important;
539
+ outline: none !important;
540
+ background: none !important;
541
+ }
542
+
543
+ .select2-search-choice-close:before {
544
+ content: "\f2d7" !important;
545
+ font-size: 22px !important;
546
+ font-family: "Ionicons" !important;
547
+ right: 4px !important;
548
+ position: relative !important;
549
+ display: block;
550
+ height: 100%;
551
+ width: 100%;
552
+ line-height: 36px;
553
+ }
554
+
555
+ .select2-search-choice-close:hover:before {color: #666 !important}
556
+
557
+ .select2-container-multi .select2-search-choice-close {
558
+ text-decoration: none !important;
559
+ width: 21px !important;
560
+ height: 100% !important;
561
+ text-align: center !important;
562
+ border-bottom: 0 !important;
563
+ }
564
+
565
+ .select2-container-multi .select2-search-choice-close:before {
566
+ font-size: 16px !important;
567
+ right: 0 !important;
568
+ line-height: 23px !important;
569
+ }
570
+
571
+ /* disabled styles */
572
+ .select2-container-multi.select2-container-disabled .select2-choices {
573
+ background-color: #f4f4f4;
574
+ background-image: none;
575
+ border: 1px solid #ddd;
576
+ cursor: default;
577
+ }
578
+
579
+ .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
580
+ padding: 3px 5px 3px 5px;
581
+ border: 1px solid #ddd;
582
+ background-image: none;
583
+ background-color: #f4f4f4;
584
+ }
585
+
586
+ .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none; background: none;}
587
+ /* end multiselect */
588
+
589
+
590
+ .select2-result-selectable .select2-match,
591
+ .select2-result-unselectable .select2-match {
592
+ text-decoration: underline;
593
+ }
594
+
595
+ .select2-offscreen, .select2-offscreen:focus {
596
+ clip: rect(0 0 0 0) !important;
597
+ width: 1px !important;
598
+ height: 1px !important;
599
+ border: 0 !important;
600
+ margin: 0 !important;
601
+ padding: 0 !important;
602
+ overflow: hidden !important;
603
+ position: absolute !important;
604
+ outline: 0 !important;
605
+ left: 0px !important;
606
+ top: 0px !important;
607
+ }
608
+
609
+ .select2-display-none {
610
+ display: none;
611
+ }
612
+
613
+ .select2-measure-scrollbar {
614
+ position: absolute;
615
+ top: -10000px;
616
+ left: -10000px;
617
+ width: 100px;
618
+ height: 100px;
619
+ overflow: scroll;
620
  }
assets/css/um-styles.css CHANGED
@@ -1,1064 +1,1064 @@
1
- /*
2
- - Layout
3
- */
4
-
5
- .um {
6
- width: 100%;
7
- text-align: left;
8
- box-sizing: border-box;
9
- color: #666;
10
- font-size: 15px;
11
- margin-bottom: 30px !important;
12
- -webkit-font-smoothing: antialiased !important;
13
- -moz-osx-font-smoothing: grayscale !important;
14
- opacity: 0;
15
- }
16
-
17
- .um-s1,
18
- .um-s2 {
19
- display: none;
20
- }
21
-
22
- .um *,
23
- .um *:before,
24
- .um *:after {
25
- box-sizing: content-box;
26
- }
27
-
28
- .um-header a,
29
- .um-cover a,
30
- .um-member-photo a,
31
- .um-member-name a,
32
- .um-member-more a,
33
- .um-member-less a,
34
- .um-members a,
35
- .um-account-side li a,
36
- .um-members-pagi span,
37
- .um-members-pagi a,
38
- .um-field-value a
39
- {
40
- border-bottom: 0 !important;
41
- }
42
-
43
- .um a:focus,
44
- .um-modal a:focus {
45
- outline: 0 !important;
46
- }
47
-
48
- .um a .image-overlay,
49
- .um a:hover .image-overlay,
50
- .um a:hover .image-overlay * {
51
- display: none !important;
52
- width: 0 !important;
53
- height: 0 !important;
54
- position: static !important;
55
- }
56
-
57
- /* only in admin mode */
58
- .um.um-in-admin {
59
- padding-top: 0;
60
- }
61
- .um.um-in-admin .um-tip {display: none !important}
62
-
63
- .um:not(.um-directory) input,
64
- .um:not(.um-directory) select,
65
- .um:not(.um-directory) textarea{
66
- font-size: 15px;
67
- }
68
-
69
- .um * {
70
- -webkit-font-smoothing: antialiased !important;
71
- -moz-osx-font-smoothing: grayscale !important;
72
- }
73
-
74
- .um-left {float: left}
75
-
76
- .um-right {float: right}
77
-
78
- .um-clear {clear: both}
79
-
80
- .um-center {text-align: center}
81
- .um-center .um-button {
82
- display: inline-block !important;
83
- width: auto !important;
84
- min-width: 250px !important;
85
- }
86
-
87
- .um-half { width: 48%}
88
-
89
- .um-field-half {width: 48%;float: left}
90
-
91
- .um-field-half.right {float: right}
92
-
93
- .um-field-tri {
94
- width: 30%;
95
- float: left;
96
- margin-right: 3%;
97
- }
98
-
99
- .um img {box-shadow: none !important}
100
-
101
- .um-col {padding-bottom: 20px}
102
- .um-col-alt {margin: 15px 0 5px 0}
103
- .um-col-alt-s {padding-top: 10px}
104
- .um-col-alt-b {padding-top: 20px}
105
-
106
- .um-col-121 {float: left;width: 48%}
107
-
108
- .um-col-122 {float: right;width: 48%}
109
-
110
- .um-col-131 {float: left;width: 30%}
111
-
112
- .um-col-132 {float: left;width: 30%;margin: 0 5%}
113
-
114
- .um-col-133 {float: left;width: 30%}
115
-
116
- /*
117
- - Font Icons
118
- */
119
-
120
- .um-raty i {font-size: 26px}
121
-
122
- .um-field-half .um-raty i {font-size: 21px}
123
-
124
- .um-field-tri .um-raty i {font-size: 21px}
125
-
126
- .um-button i {
127
- font-size: 22px;
128
- width: 22px;
129
- height: 12px !important;
130
- display: inline-block;
131
- line-height: 12px !important;
132
- vertical-align: middle !important;
133
- position: relative;
134
- top: -6px;
135
- margin-right: 8px;
136
- }
137
-
138
- /*
139
- - Row general css
140
- */
141
-
142
- .um-row-heading {
143
- padding: 5px 0;
144
- font-size: 16px;
145
- }
146
-
147
- .um-row-heading i {
148
- font-size: 24px;
149
- height: 24px;
150
- line-height: 24px;
151
- margin: 0 12px 0 0;
152
- display: inline-block;
153
- width: 30px;
154
- text-align: center;
155
- }
156
-
157
- .um-row-heading i:before {
158
- vertical-align: middle !important;
159
- }
160
-
161
- /*
162
- - Notices
163
- */
164
-
165
- p.um-notice {
166
- width: auto;
167
- color: #fff;
168
- box-sizing: border-box;
169
- font-size: 15px;
170
- padding: 12px !important;
171
- margin: 12px 0 0 0 !important;
172
- -moz-border-radius: 3px;
173
- -webkit-border-radius: 3px;
174
- border-radius: 3px;
175
- position: relative;
176
- }
177
-
178
- p.um-notice a {
179
- color: #fff;
180
- text-decoration: underline;
181
- }
182
-
183
- p.um-notice i {
184
- position: absolute;
185
- right: 14px;
186
- font-size: 36px;
187
- cursor: pointer;
188
- top: 7px;
189
- display: block;
190
- height: 30px;
191
- line-height: 30px;
192
- }
193
-
194
- p.um-notice.success {
195
- background: #7ACF58;
196
- }
197
-
198
- p.um-notice.err {
199
- background: #C74A4A;
200
- }
201
-
202
- p.um-notice.warning {
203
- background: #f9f9d1;
204
- color: #666;
205
- border: 1px solid #efe4a2;
206
- padding: 8px 15px !important;
207
- }
208
-
209
- p.um-notice.warning a {
210
- color: #666;
211
- text-decoration: underline;
212
- }
213
-
214
- /*
215
- - Errors
216
- */
217
-
218
- .um-field-error {
219
- width: auto;
220
- max-width: 100%;
221
- background: #C74A4A;
222
- -moz-border-radius: 3px;
223
- -webkit-border-radius: 3px;
224
- border-radius: 3px;
225
- color: #fff;
226
- box-sizing: border-box;
227
- position: relative;
228
- padding: 12px;
229
- font-size: 14px;
230
- line-height: 20px !important;
231
- margin: 12px 0 0 0;
232
- }
233
-
234
- .um-field-error a{color: #fff !important;text-decoration: underline !important}
235
-
236
- .um-field-arrow {
237
- top: -17px;
238
- left: 10px;
239
- position: absolute;
240
- z-index: 1;
241
- color: #C74A4A;
242
- font-size: 28px;
243
- line-height: 1em !important;
244
- }
245
-
246
- .um-error-block {
247
- width: auto;
248
- max-width: 100%;
249
- background: #C74A4A;
250
- -moz-border-radius: 3px;
251
- -webkit-border-radius: 3px;
252
- border-radius: 3px;
253
- color: #fff;
254
- box-sizing: border-box;
255
- position: relative;
256
- padding: 12px;
257
- font-size: 14px;
258
- line-height: 1em !important;
259
- margin: 12px 0 0 0;
260
- }
261
-
262
- /*
263
- - Notices
264
- */
265
- .um-field-notice {
266
- width: auto;
267
- max-width: 100%;
268
- background: #497BC7;
269
- -moz-border-radius: 3px;
270
- -webkit-border-radius: 3px;
271
- border-radius: 3px;
272
- color: #fff;
273
- box-sizing: border-box;
274
- position: relative;
275
- padding: 12px;
276
- font-size: 14px;
277
- line-height: 20px !important;
278
- margin: 5px 0 0 0;
279
- }
280
-
281
- .um-field-notice a{color: #fff !important;text-decoration: underline !important}
282
-
283
- .um-field-notice .um-field-arrow {
284
- top: -17px;
285
- left: 10px;
286
- position: absolute;
287
- z-index: 1;
288
- color: #497BC7 !important;
289
- font-size: 28px;
290
- line-height: 1em !important;
291
- }
292
-
293
- .um-notice-block {
294
- width: auto;
295
- max-width: 100%;
296
- background: #497BC7;
297
- -moz-border-radius: 3px;
298
- -webkit-border-radius: 3px;
299
- border-radius: 3px;
300
- color: #fff;
301
- box-sizing: border-box;
302
- position: relative;
303
- padding: 12px;
304
- font-size: 14px;
305
- line-height: 1em !important;
306
- margin: 12px 0 0 0;
307
- }
308
- /*
309
- - Help tooltips
310
- */
311
-
312
- .um-tip {
313
- margin: 0 0 0 8px;
314
- cursor: pointer;
315
- display: inline-block;
316
- position: relative;
317
- top: 3px;
318
- }
319
-
320
- .um-tip i {
321
- font-size: 22px;
322
- height: 22px;
323
- line-height: 22px;
324
- display: block;
325
- position: relative;
326
- }
327
-
328
- .um-tip-text {
329
- display: block;
330
- font-size: 13px;
331
- line-height: 15px;
332
- color: #999;
333
- }
334
-
335
- /*
336
- - Forms & Fields
337
- */
338
-
339
- .um-form button::-moz-focus-inner,
340
- .um-form input::-moz-focus-inner {
341
- border: 0 !important;
342
- padding: 0 !important;
343
- }
344
-
345
- .um-field {
346
- position: relative;
347
- padding: 15px 0 0 0;
348
- }
349
-
350
- .um-field-b, .um-field-c {
351
- padding-top: 0 !important;
352
- }
353
-
354
- /*.um-field.um-is-conditional {
355
- display: none;
356
- }*/
357
-
358
- .um-field-label {
359
- display: block;
360
- margin: 0 0 8px 0;
361
- }
362
-
363
- .um-field-label .um-field-label-icon {
364
- float: left;
365
- margin: 0 8px 0 0;
366
- height: 22px;
367
- line-height: 18px;
368
- display: inline-block;
369
- width: 24px;
370
- text-align: center;
371
- }
372
- .um-field-label .um-field-label-icon i { font-size: 22px; position: relative; top: 1px; }
373
-
374
- .um-field-label label {
375
- font-size: 15px !important;
376
- line-height: 22px !important;
377
- font-weight: bold;
378
- font-weight: 600;
379
- }
380
-
381
- .um-field-area {
382
- position: relative;
383
- word-wrap: break-word;
384
- }
385
-
386
- .um-field-value p {
387
- margin: 0 0 6px 0 !important;
388
- padding: 0;
389
- }
390
-
391
- .um-field-block {
392
- color: #777;
393
- font-size: 17px;
394
- }
395
-
396
- .um-field-spacing {
397
- width: 100%;
398
- }
399
-
400
- .um-field-divider {
401
- width: 100%;
402
- margin: 0 0 12px 0;
403
- height: 24px;
404
- position: relative;
405
- }
406
-
407
- .um-field-divider-text {
408
- position: absolute;
409
- width: 100%;
410
- text-align: center;
411
- bottom: -24px;
412
- left: 0;
413
- font-size: 16px;
414
- padding: 10px 0;
415
- }
416
-
417
- .um-field-divider-text span {
418
- background: #fff;
419
- color: #555;
420
- display: inline-block;
421
- padding: 0 15px;
422
- }
423
-
424
- .um-field-icon {
425
- position: absolute;
426
- cursor: default;
427
- text-align: center !important;
428
- top: 2px;
429
- left: 0;
430
- width: 44px;
431
- font-size: 22px;
432
- line-height: 1.7em;
433
- }
434
-
435
- .um-form input[type=text],
436
- .um-form input[type=search],
437
- .um-form input[type=tel],
438
- .um-form input[type=number],
439
- .um-form input[type=password] {
440
- padding: 0 12px !important;
441
- width: 100%;
442
- display: block !important;
443
- -moz-border-radius: 2px;
444
- -webkit-border-radius: 2px;
445
- border-radius: 2px;
446
- outline: none !important;
447
- cursor: text !important;
448
- font-size: 15px !important;
449
- height: 40px !important;
450
- box-sizing: border-box !important;
451
- box-shadow: none !important;
452
- margin: 0 !important;
453
- position: static;
454
- outline: none !important;
455
- }
456
-
457
- .um-form input[type=number] {
458
- width: auto;
459
- padding: 0 0 0 5px !important;
460
- height: 30px !important;
461
- }
462
-
463
- .um-form input[type=text]:focus,
464
- .um-form input[type=search]:focus,
465
- .um-form input[type=tel]:focus,
466
- .um-form input[type=number]:focus,
467
- .um-form input[type=password]:focus,
468
- .um-form textarea:focus {
469
- box-shadow: none !important;
470
- outline: none !important;
471
- }
472
-
473
- .um-form input[type=text].um-iconed,
474
- .um-form input[type=tel].um-iconed,
475
- .um-form input[type=password].um-iconed { padding-left: 44px !important }
476
-
477
- .um-form input[type=text].um-error,
478
- .um-form input[type=tel].um-error,
479
- .um-form input[type=password].um-error { border-color: #C74A4A !important }
480
-
481
- .um-form textarea {
482
- width: 100%;
483
- padding: 8px 12px !important;
484
- display: block;
485
- font-size: 15px !important;
486
- line-height: 22px !important;
487
- background: #fff;
488
- -moz-border-radius: 2px;
489
- -webkit-border-radius: 2px;
490
- border-radius: 2px;
491
- box-sizing: border-box;
492
- min-height: 80px !important;
493
- box-shadow: none;
494
- outline: none !important;
495
- }
496
-
497
- .um-form .um-meta-text textarea {
498
- max-width: 100%;
499
- }
500
-
501
- .um-form .wp-editor-container {
502
- border: 1px solid #ddd;
503
- }
504
-
505
- .um-form .wp-editor-container textarea {
506
- background: #ddd !important;
507
- color: #222 !important;
508
- border-radius: 0;
509
- }
510
-
511
- /*
512
- - Radio & Checkboxes
513
- */
514
-
515
- .um-field-c .um-field-checkbox {
516
- margin-bottom: 14px;
517
- margin-top: 0 !important;
518
- position: relative;
519
- }
520
-
521
- .um-field-checkbox:not(.um-field),
522
- .um-field-radio:not(.um-field) {
523
- display: block;
524
- margin: 8px 0;
525
- position: relative;
526
- }
527
-
528
- .um-profile.um-editing .um-field-checkbox,
529
- .um-profile.um-editing .um-field-radio{
530
- cursor: pointer !important;
531
- }
532
-
533
- .um-field-checkbox:hover i, .um-field-radio:hover i {color: #666}
534
-
535
- .um-field-checkbox input,
536
- .um-field-radio input{
537
- opacity: 0 !important;
538
- display: inline !important;
539
- width: 0 !important;
540
- float: left;
541
- }
542
-
543
- .um-field-checkbox-state,
544
- .um-field-radio-state {
545
- position: absolute;
546
- top: 0;
547
- left: 1px;
548
- width: 24px;
549
- height: 24px;
550
- }
551
-
552
- .um-field-checkbox-state i,
553
- .um-field-radio-state i {
554
- font-size: 24px;
555
- line-height: 24px;
556
- height: 24px;
557
- color: #aaa;
558
- transition: all .2s linear;
559
- }
560
-
561
- .um-field-checkbox-option,
562
- .um-field-radio-option {
563
- margin: 0px 0px 0px 36px;
564
- line-height: 24px;
565
- color: #888 !important;
566
- display: block;
567
- }
568
-
569
- /*
570
- - Group of Fields
571
- */
572
-
573
- .um-field-group {
574
- margin-top: 20px;
575
- }
576
-
577
- .um-field-group-head {
578
- cursor: pointer;
579
- color: #fff;
580
- font-size: 16px;
581
- line-height: 22px;
582
- padding: 10px 20px;
583
-
584
- transition: 0.25s;
585
- box-sizing: border-box;
586
- -moz-border-radius: 4px !important;
587
- -webkit-border-radius: 4px !important;
588
- border-radius: 4px !important;
589
- border-top: 1px solid rgba(0,0,0,0.0) !important;
590
- border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
591
- }
592
-
593
- .um-field-group-head i {
594
- font-size: 20px;
595
- margin: 0 8px 0 0;
596
- }
597
-
598
- .um-field-group-head i:before {
599
- vertical-align: middle !important;
600
- }
601
-
602
- .um-field-group-body {
603
- display: none;
604
- margin: 15px 0 0 0;
605
- padding: 15px 20px 5px 20px;
606
- background: #f9f9f9;
607
- -moz-border-radius: 3px;
608
- -webkit-border-radius: 3px;
609
- border-radius: 3px;
610
- position: relative;
611
- box-sizing: border-box;
612
- width: 100%;
613
- }
614
-
615
- .um-field-group-body div.um-field {
616
- padding: 0 0 15px 0;
617
- }
618
-
619
- .um-field-group-cancel {
620
- font-size: 18px;
621
- position: absolute;
622
- z-index: 800;
623
- right: 8px;
624
- top: 8px;
625
- color: #ccc !important;
626
- text-decoration: none !important;
627
- }
628
- .um-field-group-cancel:hover {color: #777 !important}
629
-
630
- /*
631
- - Buttons
632
- */
633
-
634
- .um div.disabled,
635
- .um-disabled,
636
- .um input[type=submit]:disabled,
637
- .um input[type=text]:disabled,
638
- .um input[type=number]:disabled {
639
- opacity: 0.6 !important;
640
- cursor: no-drop !important;
641
- }
642
-
643
- input[type=submit].um-button,
644
- input[type=submit].um-button:focus {
645
- vertical-align: middle !important;
646
- height: auto !important;
647
- font-size: 15px;
648
- cursor: pointer !important;
649
- width: 100%;
650
- box-shadow: none;
651
- text-shadow: none;
652
- font-family: inherit;
653
- outline: none !important;
654
- margin: 0;
655
- opacity: 1;
656
- -webkit-appearance: none;
657
- }
658
-
659
- input[type=submit].um-button:hover {
660
- opacity: 1;
661
- }
662
-
663
- .um-button {
664
- font-size: 15px;
665
- border: none !important;
666
- display: block;
667
- width: 100%;
668
- line-height: 1em !important;
669
- padding: 16px 20px !important;
670
- text-decoration: none !important;
671
- text-align: center;
672
- text-transform: none !important;
673
- font-weight: normal !important;
674
- overflow: hidden;
675
- position: relative;
676
-
677
- transition: 0.25s;
678
- box-sizing: border-box;
679
- -moz-border-radius: 4px !important;
680
- -webkit-border-radius: 4px !important;
681
- border-radius: 4px !important;
682
- -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
683
- box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
684
- opacity: 1;
685
- }
686
-
687
- a.um-button {
688
- font-size: 15px;
689
- border: none !important;
690
- display: block;
691
- width: 100%;
692
- line-height: 1em !important;
693
- padding: 16px 20px !important;
694
- text-decoration: none !important;
695
- text-align: center;
696
- text-transform: none !important;
697
- font-weight: normal !important;
698
- overflow: hidden;
699
- position: relative;
700
-
701
- transition: 0.25s;
702
- box-sizing: border-box;
703
- -moz-border-radius: 4px !important;
704
- -webkit-border-radius: 4px !important;
705
- border-radius: 4px !important;
706
- -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
707
- box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
708
- opacity: 1;
709
- }
710
-
711
- a.um-button:hover {
712
- -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
713
- box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
714
- }
715
-
716
-
717
- .um-button.um-btn-auto-width {
718
- width: auto;
719
- display: inline-block;
720
- padding: 14px 20px !important;
721
- min-width: 200px;
722
- max-width: 450px;
723
- }
724
-
725
- a.um-link-alt {
726
- line-height: 22px;
727
- color: #888 !important;
728
- display: block !important;
729
- text-decoration: none !important;
730
- font-weight: normal;
731
- text-align: center;
732
- border-bottom: none !important;
733
- }
734
- a.um-link-alt:hover {text-decoration: underline !important;}
735
-
736
- /*
737
- - Dropdown menu
738
- */
739
-
740
- .um-dropdown {
741
- position: absolute;
742
- height: auto;
743
- background: #fff;
744
- -moz-border-radius: 5px;
745
- -webkit-border-radius: 5px;
746
- border-radius: 5px;
747
- z-index: 55;
748
- display: none;
749
- border: 1px solid #e5e5e5;
750
- box-sizing: border-box;
751
- -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
752
- box-shadow: 0 0 1px rgba(0,0,0,0.1);
753
- }
754
-
755
- .um-dropdown ul,
756
- .um-dropdown li {
757
- list-style-type: none !important;
758
- padding: 0 !important;
759
- margin: 0 !important;
760
- }
761
-
762
- .um-dropdown ul {
763
- background: #fff;
764
- position: relative;
765
- z-index: 16;
766
- }
767
-
768
- .um-dropdown li a {
769
- display: block;
770
- padding: 8px 12px;
771
- color: #666;
772
- font-size: 14px;
773
- line-height: 18px;
774
- }
775
-
776
- .um-dropdown li:last-child a {
777
- border-top: 1px solid #e5e5e5;
778
- padding: 12px;
779
- }
780
-
781
- .um-dropdown li a:hover {
782
-
783
- }
784
-
785
- .um-dropdown-b {
786
- position: relative;
787
- }
788
-
789
- .um-dropdown-arr {
790
- position: absolute;
791
- font-size: 24px;
792
- width: 24px;
793
- height: 24px;
794
- overflow: hidden;
795
- z-index: 15;
796
- color: #eee;
797
- }
798
-
799
- .um-dropdown-arr * { display: block !important; width: 24px !important; height: 24px !important; vertical-align: bottom !important; overflow: hidden !important; line-height: 24px !important; }
800
-
801
- /*
802
- - Misc.
803
- */
804
-
805
- div.um-photo {
806
- margin: 20px auto 0 auto;
807
- text-align: center;
808
- box-sizing: border-box;
809
- max-width: 100%;
810
- }
811
-
812
- div.um-photo,
813
- div.um-photo a,
814
- div.um-photo img {
815
- -moz-border-radius: 3px;
816
- -webkit-border-radius: 3px;
817
- border-radius: 3px;
818
- }
819
-
820
- div.um-photo a {
821
- border: 1px solid #e5e5e5;
822
- padding: 5px;
823
- box-sizing: border-box;
824
- display: inline-block;
825
- box-shadow: 0 1px 1px #eee;
826
- margin: 0 auto;
827
- max-width: 100%;
828
- }
829
-
830
- div.um-photo img {max-height: 300px; max-width: 100%;}
831
-
832
- /*
833
- - other form styles
834
- */
835
-
836
- span.um-req {
837
- margin: 0 0 0 8px;
838
- font-size: 14px;
839
- display: inline-block;
840
- }
841
-
842
- small.um-max-filesize {
843
- display: block;
844
- color: #999999;
845
- padding-top: 5px;
846
- }
847
- small.um-max-filesize span{
848
- font-size: 12px;
849
- }
850
-
851
- .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
852
- .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
853
- .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
854
- .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
855
- border-color: #DB2929 !important;
856
- }
857
-
858
- .um-form .um-field .um-field-area input.um-searching-username {
859
- background-image: url('../img/loading.gif');
860
- background-position: right center;
861
- background-repeat: no-repeat;
862
- background-size: 24px 24px;
863
- }
864
-
865
- .um-search-area {
866
- position: relative;
867
- max-width: 300px;
868
- }
869
-
870
- .um-search-area .um-search-field {
871
- width: 100%;
872
- }
873
-
874
- .um-search-area .um-search-icon {
875
- position: absolute;
876
- top: 7px;
877
- right: 10px;
878
- }
879
-
880
- /* Customize Select2 CSS */
881
- .select2-container.select2-container--open {
882
- z-index: 9999999;
883
- }
884
- .select2.select2-container .select2-selection {
885
- display: block !important;
886
- height: 40px;
887
- padding: 0 0 0 12px !important;
888
- overflow: hidden !important;
889
- position: relative !important;
890
- white-space: nowrap !important;
891
- line-height: 35px !important;
892
- color: #666 !important;
893
- font-size: 15px !important;
894
- text-align: left !important;
895
- text-decoration: none !important;
896
- -moz-border-radius: 2px !important;
897
- -webkit-border-radius: 2px !important;
898
- border-radius: 2px !important;
899
- background-clip: padding-box !important;
900
- -webkit-touch-callout: none;
901
- -webkit-user-select: none;
902
- -moz-user-select: none;
903
- -ms-user-select: none;
904
- user-select: none;
905
- background: none !important;
906
- background-color: #fff !important;
907
- border: 1px solid #ddd !important;
908
- }
909
-
910
- .select2.select2-container .select2-selection .select2-selection__arrow {
911
- display: inline-block !important;
912
- width: 34px !important;
913
- height: 100% !important;
914
- position: absolute !important;
915
- right: 0 !important;
916
- top: 0 !important;
917
- -moz-border-radius: 0 2px 2px 0 !important;
918
- -webkit-border-radius: 0 2px 2px 0 !important;
919
- border-radius: 0 2px 2px 0 !important;
920
- background-clip: padding-box !important;
921
- text-align: center !important;
922
- background: transparent !important;
923
- border-left: 0 !important;
924
- }
925
-
926
- .select2.select2-container .select2-selection .select2-selection__arrow:before {
927
- content: "\f3d0" !important;
928
- font-size: 27px !important;
929
- font-family: "Ionicons" !important;
930
- width: 100% !important;
931
- display: block;
932
- height: 100%;
933
- line-height: 35px;
934
- color: #aaaaaa;
935
- }
936
-
937
- .select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"] {
938
- display:none;
939
- }
940
-
941
- .select2-container.select2-container--open .select2-dropdown {
942
- border: 1px solid #ddd !important;
943
- border-radius: 0;
944
- }
945
-
946
- .select2-container.select2-container--open .select2-dropdown .select2-results li {
947
- list-style: none;
948
- display: list-item;
949
- background-image: none;
950
- font-size: 15px;
951
- margin: 5px !important;
952
- color: #666 !important;
953
- padding: 3px 7px 4px !important;
954
- cursor: pointer;
955
- min-height: 1em !important;
956
- }
957
-
958
- .select2.select2-container .select2-selection.select2-selection--multiple {
959
- height: auto !important;
960
- line-height: 0.8 !important;
961
- }
962
-
963
- .select2-container--default .select2-selection--single .select2-selection__rendered {
964
- padding-left: 0 !important;
965
- line-height: 37px;
966
- }
967
-
968
- .select2-container--default .select2-selection--multiple .select2-selection__rendered {
969
- line-height: 37px;
970
- box-sizing: border-box;
971
- list-style: none;
972
- margin: 0;
973
- padding-left: 0 !important;
974
- padding-right: 30px;
975
- width: 100%;
976
- font-size: 13px;
977
- }
978
-
979
- .select2-results li.select2-results__option.select2-results__option--highlighted {
980
- background: none !important;
981
- background: #f4f4f4 !important;
982
- color: #666 !important;
983
- }
984
- .select2-container--default .select2-results__option[aria-selected="true"] {
985
- background-color: #ddd;
986
- }
987
-
988
-
989
- .select2-container--default .select2-selection--single .select2-selection__clear,
990
- .select2-container--default .select2-selection--multiple .select2-selection__clear {
991
- right: 10px;
992
- font-size: 30px;
993
- color: #aaaaaa !important;
994
- margin: 0 !important;
995
- }
996
-
997
- .select2-container--default .select2-selection--multiple .select2-selection__clear {
998
- position: absolute;
999
- }
1000
-
1001
- .select2-container--default .select2-selection--multiple .select2-selection__choice {
1002
- padding: 3px 3px 3px 5px;
1003
- }
1004
-
1005
- .um .um-form .select2-container .select2-search.select2-search--inline > input {
1006
- border: none !important;
1007
- padding: 0 !important;
1008
- border-radius: 0 !important;
1009
- }
1010
-
1011
- .um .um-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
1012
- overflow-x: hidden;
1013
- text-overflow: ellipsis;
1014
- max-width: 100%;
1015
- box-sizing: border-box;
1016
- }
1017
-
1018
- /*
1019
- - Multi-select
1020
- */
1021
- /*.um-field .select2-selection--multiple .select2-search{*/
1022
- /*clear: both;*/
1023
- /*float: none;*/
1024
- /*margin-right: 12px;*/
1025
- /*padding-top: 0.5rem;*/
1026
- /*position: relative;*/
1027
- /*}*/
1028
- /*.um-field .select2-selection--multiple .select2-search:first-of-type{*/
1029
- /*padding-top: 12px;*/
1030
- /*}*/
1031
- /*.um-field .select2-selection--multiple .select2-search::before {*/
1032
- /*content: "\f21f";*/
1033
- /*font-family: "Ionicons";*/
1034
- /*font-size: 1.4rem;*/
1035
- /*line-height: 2rem;*/
1036
- /*right: 0.3rem;*/
1037
- /*position: absolute;*/
1038
- /*}*/
1039
- /*.um-field .select2-selection--multiple .select2-search input.select2-search__field{*/
1040
- /*background-color: rgba(128,128,128,0.1) !important;*/
1041
- /*height: 2rem !important;*/
1042
- /*width: 100% !important;*/
1043
- /*}*/
1044
-
1045
-
1046
-
1047
-
1048
-
1049
- /* @todo maybe deprecated and used only for select and multiselect */
1050
- .um-field-select .um-field-area .um-field-icon,
1051
- .um-field-multiselect .um-field-area .um-field-icon {
1052
- z-index: 99999999;
1053
- }
1054
- .um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
1055
- text-indent: 20px;
1056
- }
1057
- .um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child {
1058
- margin-left: 30px !important;
1059
- }
1060
-
1061
- .um-field-area .wp-switch-editor{
1062
- float: none;
1063
- height: auto;
1064
  }
1
+ /*
2
+ - Layout
3
+ */
4
+
5
+ .um {
6
+ width: 100%;
7
+ text-align: left;
8
+ box-sizing: border-box;
9
+ color: #666;
10
+ font-size: 15px;
11
+ margin-bottom: 30px !important;
12
+ -webkit-font-smoothing: antialiased !important;
13
+ -moz-osx-font-smoothing: grayscale !important;
14
+ opacity: 0;
15
+ }
16
+
17
+ .um-s1,
18
+ .um-s2 {
19
+ display: none;
20
+ }
21
+
22
+ .um *,
23
+ .um *:before,
24
+ .um *:after {
25
+ box-sizing: content-box;
26
+ }
27
+
28
+ .um-header a,
29
+ .um-cover a,
30
+ .um-member-photo a,
31
+ .um-member-name a,
32
+ .um-member-more a,
33
+ .um-member-less a,
34
+ .um-members a,
35
+ .um-account-side li a,
36
+ .um-members-pagi span,
37
+ .um-members-pagi a,
38
+ .um-field-value a
39
+ {
40
+ border-bottom: 0 !important;
41
+ }
42
+
43
+ .um a:focus,
44
+ .um-modal a:focus {
45
+ outline: 0 !important;
46
+ }
47
+
48
+ .um a .image-overlay,
49
+ .um a:hover .image-overlay,
50
+ .um a:hover .image-overlay * {
51
+ display: none !important;
52
+ width: 0 !important;
53
+ height: 0 !important;
54
+ position: static !important;
55
+ }
56
+
57
+ /* only in admin mode */
58
+ .um.um-in-admin {
59
+ padding-top: 0;
60
+ }
61
+ .um.um-in-admin .um-tip {display: none !important}
62
+
63
+ .um:not(.um-directory) input,
64
+ .um:not(.um-directory) select,
65
+ .um:not(.um-directory) textarea{
66
+ font-size: 15px;
67
+ }
68
+
69
+ .um * {
70
+ -webkit-font-smoothing: antialiased !important;
71
+ -moz-osx-font-smoothing: grayscale !important;
72
+ }
73
+
74
+ .um-left {float: left}
75
+
76
+ .um-right {float: right}
77
+
78
+ .um-clear {clear: both}
79
+
80
+ .um-center {text-align: center}
81
+ .um-center .um-button {
82
+ display: inline-block !important;
83
+ width: auto !important;
84
+ min-width: 250px !important;
85
+ }
86
+
87
+ .um-half { width: 48%}
88
+
89
+ .um-field-half {width: 48%;float: left}
90
+
91
+ .um-field-half.right {float: right}
92
+
93
+ .um-field-tri {
94
+ width: 30%;
95
+ float: left;
96
+ margin-right: 3%;
97
+ }
98
+
99
+ .um img {box-shadow: none !important}
100
+
101
+ .um-col {padding-bottom: 20px}
102
+ .um-col-alt {margin: 15px 0 5px 0}
103
+ .um-col-alt-s {padding-top: 10px}
104
+ .um-col-alt-b {padding-top: 20px}
105
+
106
+ .um-col-121 {float: left;width: 48%}
107
+
108
+ .um-col-122 {float: right;width: 48%}
109
+
110
+ .um-col-131 {float: left;width: 30%}
111
+
112
+ .um-col-132 {float: left;width: 30%;margin: 0 5%}
113
+
114
+ .um-col-133 {float: left;width: 30%}
115
+
116
+ /*
117
+ - Font Icons
118
+ */
119
+
120
+ .um-raty i {font-size: 26px}
121
+
122
+ .um-field-half .um-raty i {font-size: 21px}
123
+
124
+ .um-field-tri .um-raty i {font-size: 21px}
125
+
126
+ .um-button i {
127
+ font-size: 22px;
128
+ width: 22px;
129
+ height: 12px !important;
130
+ display: inline-block;
131
+ line-height: 12px !important;
132
+ vertical-align: middle !important;
133
+ position: relative;
134
+ top: -6px;
135
+ margin-right: 8px;
136
+ }
137
+
138
+ /*
139
+ - Row general css
140
+ */
141
+
142
+ .um-row-heading {
143
+ padding: 5px 0;
144
+ font-size: 16px;
145
+ }
146
+
147
+ .um-row-heading i {
148
+ font-size: 24px;
149
+ height: 24px;
150
+ line-height: 24px;
151
+ margin: 0 12px 0 0;
152
+ display: inline-block;
153
+ width: 30px;
154
+ text-align: center;
155
+ }
156
+
157
+ .um-row-heading i:before {
158
+ vertical-align: middle !important;
159
+ }
160
+
161
+ /*
162
+ - Notices
163
+ */
164
+
165
+ p.um-notice {
166
+ width: auto;
167
+ color: #fff;
168
+ box-sizing: border-box;
169
+ font-size: 15px;
170
+ padding: 12px !important;
171
+ margin: 12px 0 0 0 !important;
172
+ -moz-border-radius: 3px;
173
+ -webkit-border-radius: 3px;
174
+ border-radius: 3px;
175
+ position: relative;
176
+ }
177
+
178
+ p.um-notice a {
179
+ color: #fff;
180
+ text-decoration: underline;
181
+ }
182
+
183
+ p.um-notice i {
184
+ position: absolute;
185
+ right: 14px;
186
+ font-size: 36px;
187
+ cursor: pointer;
188
+ top: 7px;
189
+ display: block;
190
+ height: 30px;
191
+ line-height: 30px;
192
+ }
193
+
194
+ p.um-notice.success {
195
+ background: #7ACF58;
196
+ }
197
+
198
+ p.um-notice.err {
199
+ background: #C74A4A;
200
+ }
201
+
202
+ p.um-notice.warning {
203
+ background: #f9f9d1;
204
+ color: #666;
205
+ border: 1px solid #efe4a2;
206
+ padding: 8px 15px !important;
207
+ }
208
+
209
+ p.um-notice.warning a {
210
+ color: #666;
211
+ text-decoration: underline;
212
+ }
213
+
214
+ /*
215
+ - Errors
216
+ */
217
+
218
+ .um-field-error {
219
+ width: auto;
220
+ max-width: 100%;
221
+ background: #C74A4A;
222
+ -moz-border-radius: 3px;
223
+ -webkit-border-radius: 3px;
224
+ border-radius: 3px;
225
+ color: #fff;
226
+ box-sizing: border-box;
227
+ position: relative;
228
+ padding: 12px;
229
+ font-size: 14px;
230
+ line-height: 20px !important;
231
+ margin: 12px 0 0 0;
232
+ }
233
+
234
+ .um-field-error a{color: #fff !important;text-decoration: underline !important}
235
+
236
+ .um-field-arrow {
237
+ top: -17px;
238
+ left: 10px;
239
+ position: absolute;
240
+ z-index: 1;
241
+ color: #C74A4A;
242
+ font-size: 28px;
243
+ line-height: 1em !important;
244
+ }
245
+
246
+ .um-error-block {
247
+ width: auto;
248
+ max-width: 100%;
249
+ background: #C74A4A;
250
+ -moz-border-radius: 3px;
251
+ -webkit-border-radius: 3px;
252
+ border-radius: 3px;
253
+ color: #fff;
254
+ box-sizing: border-box;
255
+ position: relative;
256
+ padding: 12px;
257
+ font-size: 14px;
258
+ line-height: 1em !important;
259
+ margin: 12px 0 0 0;
260
+ }
261
+
262
+ /*
263
+ - Notices
264
+ */
265
+ .um-field-notice {
266
+ width: auto;
267
+ max-width: 100%;
268
+ background: #497BC7;
269
+ -moz-border-radius: 3px;
270
+ -webkit-border-radius: 3px;
271
+ border-radius: 3px;
272
+ color: #fff;
273
+ box-sizing: border-box;
274
+ position: relative;
275
+ padding: 12px;
276
+ font-size: 14px;
277
+ line-height: 20px !important;
278
+ margin: 5px 0 0 0;
279
+ }
280
+
281
+ .um-field-notice a{color: #fff !important;text-decoration: underline !important}
282
+
283
+ .um-field-notice .um-field-arrow {
284
+ top: -17px;
285
+ left: 10px;
286
+ position: absolute;
287
+ z-index: 1;
288
+ color: #497BC7 !important;
289
+ font-size: 28px;
290
+ line-height: 1em !important;
291
+ }
292
+
293
+ .um-notice-block {
294
+ width: auto;
295
+ max-width: 100%;
296
+ background: #497BC7;
297
+ -moz-border-radius: 3px;
298
+ -webkit-border-radius: 3px;
299
+ border-radius: 3px;
300
+ color: #fff;
301
+ box-sizing: border-box;
302
+ position: relative;
303
+ padding: 12px;
304
+ font-size: 14px;
305
+ line-height: 1em !important;
306
+ margin: 12px 0 0 0;
307
+ }
308
+ /*
309
+ - Help tooltips
310
+ */
311
+
312
+ .um-tip {
313
+ margin: 0 0 0 8px;
314
+ cursor: pointer;
315
+ display: inline-block;
316
+ position: relative;
317
+ top: 3px;
318
+ }
319
+
320
+ .um-tip i {
321
+ font-size: 22px;
322
+ height: 22px;
323
+ line-height: 22px;
324
+ display: block;
325
+ position: relative;
326
+ }
327
+
328
+ .um-tip-text {
329
+ display: block;
330
+ font-size: 13px;
331
+ line-height: 15px;
332
+ color: #999;
333
+ }
334
+
335
+ /*
336
+ - Forms & Fields
337
+ */
338
+
339
+ .um-form button::-moz-focus-inner,
340
+ .um-form input::-moz-focus-inner {
341
+ border: 0 !important;
342
+ padding: 0 !important;
343
+ }
344
+
345
+ .um-field {
346
+ position: relative;
347
+ padding: 15px 0 0 0;
348
+ }
349
+
350
+ .um-field-b, .um-field-c {
351
+ padding-top: 0 !important;
352
+ }
353
+
354
+ /*.um-field.um-is-conditional {
355
+ display: none;
356
+ }*/
357
+
358
+ .um-field-label {
359
+ display: block;
360
+ margin: 0 0 8px 0;
361
+ }
362
+
363
+ .um-field-label .um-field-label-icon {
364
+ float: left;
365
+ margin: 0 8px 0 0;
366
+ height: 22px;
367
+ line-height: 18px;
368
+ display: inline-block;
369
+ width: 24px;
370
+ text-align: center;
371
+ }
372
+ .um-field-label .um-field-label-icon i { font-size: 22px; position: relative; top: 1px; }
373
+
374
+ .um-field-label label {
375
+ font-size: 15px !important;
376
+ line-height: 22px !important;
377
+ font-weight: bold;
378
+ font-weight: 600;
379
+ }
380
+
381
+ .um-field-area {
382
+ position: relative;
383
+ word-wrap: break-word;
384
+ }
385
+
386
+ .um-field-value p {
387
+ margin: 0 0 6px 0 !important;
388
+ padding: 0;
389
+ }
390
+
391
+ .um-field-block {
392
+ color: #777;
393
+ font-size: 17px;
394
+ }
395
+
396
+ .um-field-spacing {
397
+ width: 100%;
398
+ }
399
+
400
+ .um-field-divider {
401
+ width: 100%;
402
+ margin: 0 0 12px 0;
403
+ height: 24px;
404
+ position: relative;
405
+ }
406
+
407
+ .um-field-divider-text {
408
+ position: absolute;
409
+ width: 100%;
410
+ text-align: center;
411
+ bottom: -24px;
412
+ left: 0;
413
+ font-size: 16px;
414
+ padding: 10px 0;
415
+ }
416
+
417
+ .um-field-divider-text span {
418
+ background: #fff;
419
+ color: #555;
420
+ display: inline-block;
421
+ padding: 0 15px;
422
+ }
423
+
424
+ .um-field-icon {
425
+ position: absolute;
426
+ cursor: default;
427
+ text-align: center !important;
428
+ top: 2px;
429
+ left: 0;
430
+ width: 44px;
431
+ font-size: 22px;
432
+ line-height: 1.7em;
433
+ }
434
+
435
+ .um-form input[type=text],
436
+ .um-form input[type=search],
437
+ .um-form input[type=tel],
438
+ .um-form input[type=number],
439
+ .um-form input[type=password] {
440
+ padding: 0 12px !important;
441
+ width: 100%;
442
+ display: block !important;
443
+ -moz-border-radius: 2px;
444
+ -webkit-border-radius: 2px;
445
+ border-radius: 2px;
446
+ outline: none !important;
447
+ cursor: text !important;
448
+ font-size: 15px !important;
449
+ height: 40px !important;
450
+ box-sizing: border-box !important;
451
+ box-shadow: none !important;
452
+ margin: 0 !important;
453
+ position: static;
454
+ outline: none !important;
455
+ }
456
+
457
+ .um-form input[type=number] {
458
+ width: auto;
459
+ padding: 0 0 0 5px !important;
460
+ height: 30px !important;
461
+ }
462
+
463
+ .um-form input[type=text]:focus,
464
+ .um-form input[type=search]:focus,
465
+ .um-form input[type=tel]:focus,
466
+ .um-form input[type=number]:focus,
467
+ .um-form input[type=password]:focus,
468
+ .um-form textarea:focus {
469
+ box-shadow: none !important;
470
+ outline: none !important;
471
+ }
472
+
473
+ .um-form input[type=text].um-iconed,
474
+ .um-form input[type=tel].um-iconed,
475
+ .um-form input[type=password].um-iconed { padding-left: 44px !important }
476
+
477
+ .um-form input[type=text].um-error,
478
+ .um-form input[type=tel].um-error,
479
+ .um-form input[type=password].um-error { border-color: #C74A4A !important }
480
+
481
+ .um-form textarea {
482
+ width: 100%;
483
+ padding: 8px 12px !important;
484
+ display: block;
485
+ font-size: 15px !important;
486
+ line-height: 22px !important;
487
+ background: #fff;
488
+ -moz-border-radius: 2px;
489
+ -webkit-border-radius: 2px;
490
+ border-radius: 2px;
491
+ box-sizing: border-box;
492
+ min-height: 80px !important;
493
+ box-shadow: none;
494
+ outline: none !important;
495
+ }
496
+
497
+ .um-form .um-meta-text textarea {
498
+ max-width: 100%;
499
+ }
500
+
501
+ .um-form .wp-editor-container {
502
+ border: 1px solid #ddd;
503
+ }
504
+
505
+ .um-form .wp-editor-container textarea {
506
+ background: #ddd !important;
507
+ color: #222 !important;
508
+ border-radius: 0;
509
+ }
510
+
511
+ /*
512
+ - Radio & Checkboxes
513
+ */
514
+
515
+ .um-field-c .um-field-checkbox {
516
+ margin-bottom: 14px;
517
+ margin-top: 0 !important;
518
+ position: relative;
519
+ }
520
+
521
+ .um-field-checkbox:not(.um-field),
522
+ .um-field-radio:not(.um-field) {
523
+ display: block;
524
+ margin: 8px 0;
525
+ position: relative;
526
+ }
527
+
528
+ .um-profile.um-editing .um-field-checkbox,
529
+ .um-profile.um-editing .um-field-radio{
530
+ cursor: pointer !important;
531
+ }
532
+
533
+ .um-field-checkbox:hover i, .um-field-radio:hover i {color: #666}
534
+
535
+ .um-field-checkbox input,
536
+ .um-field-radio input{
537
+ opacity: 0 !important;
538
+ display: inline !important;
539
+ width: 0 !important;
540
+ float: left;
541
+ }
542
+
543
+ .um-field-checkbox-state,
544
+ .um-field-radio-state {
545
+ position: absolute;
546
+ top: 0;
547
+ left: 1px;
548
+ width: 24px;
549
+ height: 24px;
550
+ }
551
+
552
+ .um-field-checkbox-state i,
553
+ .um-field-radio-state i {
554
+ font-size: 24px;
555
+ line-height: 24px;
556
+ height: 24px;
557
+ color: #aaa;
558
+ transition: all .2s linear;
559
+ }
560
+
561
+ .um-field-checkbox-option,
562
+ .um-field-radio-option {
563
+ margin: 0px 0px 0px 36px;
564
+ line-height: 24px;
565
+ color: #888 !important;
566
+ display: block;
567
+ }
568
+
569
+ /*
570
+ - Group of Fields
571
+ */
572
+
573
+ .um-field-group {
574
+ margin-top: 20px;
575
+ }
576
+
577
+ .um-field-group-head {
578
+ cursor: pointer;
579
+ color: #fff;
580
+ font-size: 16px;
581
+ line-height: 22px;
582
+ padding: 10px 20px;
583
+
584
+ transition: 0.25s;
585
+ box-sizing: border-box;
586
+ -moz-border-radius: 4px !important;
587
+ -webkit-border-radius: 4px !important;
588
+ border-radius: 4px !important;
589
+ border-top: 1px solid rgba(0,0,0,0.0) !important;
590
+ border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
591
+ }
592
+
593
+ .um-field-group-head i {
594
+ font-size: 20px;
595
+ margin: 0 8px 0 0;
596
+ }
597
+
598
+ .um-field-group-head i:before {
599
+ vertical-align: middle !important;
600
+ }
601
+
602
+ .um-field-group-body {
603
+ display: none;
604
+ margin: 15px 0 0 0;
605
+ padding: 15px 20px 5px 20px;
606
+ background: #f9f9f9;
607
+ -moz-border-radius: 3px;
608
+ -webkit-border-radius: 3px;
609
+ border-radius: 3px;
610
+ position: relative;
611
+ box-sizing: border-box;
612
+ width: 100%;
613
+ }
614
+
615
+ .um-field-group-body div.um-field {
616
+ padding: 0 0 15px 0;
617
+ }
618
+
619
+ .um-field-group-cancel {
620
+ font-size: 18px;
621
+ position: absolute;
622
+ z-index: 800;
623
+ right: 8px;
624
+ top: 8px;
625
+ color: #ccc !important;
626
+ text-decoration: none !important;
627
+ }
628
+ .um-field-group-cancel:hover {color: #777 !important}
629
+
630
+ /*
631
+ - Buttons
632
+ */
633
+
634
+ .um div.disabled,
635
+ .um-disabled,
636
+ .um input[type=submit]:disabled,
637
+ .um input[type=text]:disabled,
638
+ .um input[type=number]:disabled {
639
+ opacity: 0.6 !important;
640
+ cursor: no-drop !important;
641
+ }
642
+
643
+ input[type=submit].um-button,
644
+ input[type=submit].um-button:focus {
645
+ vertical-align: middle !important;
646
+ height: auto !important;
647
+ font-size: 15px;
648
+ cursor: pointer !important;
649
+ width: 100%;
650
+ box-shadow: none;
651
+ text-shadow: none;
652
+ font-family: inherit;
653
+ outline: none !important;
654
+ margin: 0;
655
+ opacity: 1;
656
+ -webkit-appearance: none;
657
+ }
658
+
659
+ input[type=submit].um-button:hover {
660
+ opacity: 1;
661
+ }
662
+
663
+ .um-button {
664
+ font-size: 15px;
665
+ border: none !important;
666
+ display: block;
667
+ width: 100%;
668
+ line-height: 1em !important;
669
+ padding: 16px 20px !important;
670
+ text-decoration: none !important;
671
+ text-align: center;
672
+ text-transform: none !important;
673
+ font-weight: normal !important;
674
+ overflow: hidden;
675
+ position: relative;
676
+
677
+ transition: 0.25s;
678
+ box-sizing: border-box;
679
+ -moz-border-radius: 4px !important;
680
+ -webkit-border-radius: 4px !important;
681
+ border-radius: 4px !important;
682
+ -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
683
+ box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
684
+ opacity: 1;
685
+ }
686
+
687
+ a.um-button {
688
+ font-size: 15px;
689
+ border: none !important;
690
+ display: block;
691
+ width: 100%;
692
+ line-height: 1em !important;
693
+ padding: 16px 20px !important;
694
+ text-decoration: none !important;
695
+ text-align: center;
696
+ text-transform: none !important;
697
+ font-weight: normal !important;
698
+ overflow: hidden;
699
+ position: relative;
700
+
701
+ transition: 0.25s;
702
+ box-sizing: border-box;
703
+ -moz-border-radius: 4px !important;
704
+ -webkit-border-radius: 4px !important;
705
+ border-radius: 4px !important;
706
+ -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
707
+ box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
708
+ opacity: 1;
709
+ }
710
+
711
+ a.um-button:hover {
712
+ -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
713
+ box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
714
+ }
715
+
716
+
717
+ .um-button.um-btn-auto-width {
718
+ width: auto;
719
+ display: inline-block;
720
+ padding: 14px 20px !important;
721
+ min-width: 200px;
722
+ max-width: 450px;
723
+ }
724
+
725
+ a.um-link-alt {
726
+ line-height: 22px;
727
+ color: #888 !important;
728
+ display: block !important;
729
+ text-decoration: none !important;
730
+ font-weight: normal;
731
+ text-align: center;
732
+ border-bottom: none !important;
733
+ }
734
+ a.um-link-alt:hover {text-decoration: underline !important;}
735
+
736
+ /*
737
+ - Dropdown menu
738
+ */
739
+
740
+ .um-dropdown {
741
+ position: absolute;
742
+ height: auto;
743
+ background: #fff;
744
+ -moz-border-radius: 5px;
745
+ -webkit-border-radius: 5px;
746
+ border-radius: 5px;
747
+ z-index: 55;
748
+ display: none;
749
+ border: 1px solid #e5e5e5;
750
+ box-sizing: border-box;
751
+ -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
752
+ box-shadow: 0 0 1px rgba(0,0,0,0.1);
753
+ }
754
+
755
+ .um-dropdown ul,
756
+ .um-dropdown li {
757
+ list-style-type: none !important;
758
+ padding: 0 !important;
759
+ margin: 0 !important;
760
+ }
761
+
762
+ .um-dropdown ul {
763
+ background: #fff;
764
+ position: relative;
765
+ z-index: 16;
766
+ }
767
+
768
+ .um-dropdown li a {
769
+ display: block;
770
+ padding: 8px 12px;
771
+ color: #666;
772
+ font-size: 14px;
773
+ line-height: 18px;
774
+ }
775
+
776
+ .um-dropdown li:last-child a {
777
+ border-top: 1px solid #e5e5e5;
778
+ padding: 12px;
779
+ }
780
+
781
+ .um-dropdown li a:hover {
782
+
783
+ }
784
+
785
+ .um-dropdown-b {
786
+ position: relative;
787
+ }
788
+
789
+ .um-dropdown-arr {
790
+ position: absolute;
791
+ font-size: 24px;
792
+ width: 24px;
793
+ height: 24px;
794
+ overflow: hidden;
795
+ z-index: 15;
796
+ color: #eee;
797
+ }
798
+
799
+ .um-dropdown-arr * { display: block !important; width: 24px !important; height: 24px !important; vertical-align: bottom !important; overflow: hidden !important; line-height: 24px !important; }
800
+
801
+ /*
802
+ - Misc.
803
+ */
804
+
805
+ div.um-photo {
806
+ margin: 20px auto 0 auto;
807
+ text-align: center;
808
+ box-sizing: border-box;
809
+ max-width: 100%;
810
+ }
811
+
812
+ div.um-photo,
813
+ div.um-photo a,
814
+ div.um-photo img {
815
+ -moz-border-radius: 3px;
816
+ -webkit-border-radius: 3px;
817
+ border-radius: 3px;
818
+ }
819
+
820
+ div.um-photo a {
821
+ border: 1px solid #e5e5e5;
822
+ padding: 5px;
823
+ box-sizing: border-box;
824
+ display: inline-block;
825
+ box-shadow: 0 1px 1px #eee;
826
+ margin: 0 auto;
827
+ max-width: 100%;
828
+ }
829
+
830
+ div.um-photo img {max-height: 300px; max-width: 100%;}
831
+
832
+ /*
833
+ - other form styles
834
+ */
835
+
836
+ span.um-req {
837
+ margin: 0 0 0 8px;
838
+ font-size: 14px;
839
+ display: inline-block;
840
+ }
841
+
842
+ small.um-max-filesize {
843
+ display: block;
844
+ color: #999999;
845
+ padding-top: 5px;
846
+ }
847
+ small.um-max-filesize span{
848
+ font-size: 12px;
849
+ }
850
+
851
+ .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
852
+ .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
853
+ .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
854
+ .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
855
+ border-color: #DB2929 !important;
856
+ }
857
+
858
+ .um-form .um-field .um-field-area input.um-searching-username {
859
+ background-image: url('../img/loading.gif');
860
+ background-position: right center;
861
+ background-repeat: no-repeat;
862
+ background-size: 24px 24px;
863
+ }
864
+
865
+ .um-search-area {
866
+ position: relative;
867
+ max-width: 300px;
868
+ }
869
+
870
+ .um-search-area .um-search-field {
871
+ width: 100%;
872
+ }
873
+
874
+ .um-search-area .um-search-icon {
875
+ position: absolute;
876
+ top: 7px;
877
+ right: 10px;
878
+ }
879
+
880
+ /* Customize Select2 CSS */
881
+ .select2-container.select2-container--open {
882
+ z-index: 9999999;
883
+ }
884
+ .select2.select2-container .select2-selection {
885
+ display: block !important;
886
+ height: 40px;
887
+ padding: 0 0 0 12px !important;
888
+ overflow: hidden !important;
889
+ position: relative !important;
890
+ white-space: nowrap !important;
891
+ line-height: 35px !important;
892
+ color: #666 !important;
893
+ font-size: 15px !important;
894
+ text-align: left !important;
895
+ text-decoration: none !important;
896
+ -moz-border-radius: 2px !important;
897
+ -webkit-border-radius: 2px !important;
898
+ border-radius: 2px !important;
899
+ background-clip: padding-box !important;
900
+ -webkit-touch-callout: none;
901
+ -webkit-user-select: none;
902
+ -moz-user-select: none;
903
+ -ms-user-select: none;
904
+ user-select: none;
905
+ background: none !important;
906
+ background-color: #fff !important;
907
+ border: 1px solid #ddd !important;
908
+ }
909
+
910
+ .select2.select2-container .select2-selection .select2-selection__arrow {
911
+ display: inline-block !important;
912
+ width: 34px !important;
913
+ height: 100% !important;
914
+ position: absolute !important;
915
+ right: 0 !important;
916
+ top: 0 !important;
917
+ -moz-border-radius: 0 2px 2px 0 !important;
918
+ -webkit-border-radius: 0 2px 2px 0 !important;
919
+ border-radius: 0 2px 2px 0 !important;
920
+ background-clip: padding-box !important;
921
+ text-align: center !important;
922
+ background: transparent !important;
923
+ border-left: 0 !important;
924
+ }
925
+
926
+ .select2.select2-container .select2-selection .select2-selection__arrow:before {
927
+ content: "\f3d0" !important;
928
+ font-size: 27px !important;
929
+ font-family: "Ionicons" !important;
930
+ width: 100% !important;
931
+ display: block;
932
+ height: 100%;
933
+ line-height: 35px;
934
+ color: #aaaaaa;
935
+ }
936
+
937
+ .select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"] {
938
+ display:none;
939
+ }
940
+
941
+ .select2-container.select2-container--open .select2-dropdown {
942
+ border: 1px solid #ddd !important;
943
+ border-radius: 0;
944
+ }
945
+
946
+ .select2-container.select2-container--open .select2-dropdown .select2-results li {
947
+ list-style: none;
948
+ display: list-item;
949
+ background-image: none;
950
+ font-size: 15px;
951
+ margin: 5px !important;
952
+ color: #666 !important;
953
+ padding: 3px 7px 4px !important;
954
+ cursor: pointer;
955
+ min-height: 1em !important;
956
+ }
957
+
958
+ .select2.select2-container .select2-selection.select2-selection--multiple {
959
+ height: auto !important;
960
+ line-height: 0.8 !important;
961
+ }
962
+
963
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
964
+ padding-left: 0 !important;
965
+ line-height: 37px;
966
+ }
967
+
968
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered {
969
+ line-height: 37px;
970
+ box-sizing: border-box;
971
+ list-style: none;
972
+ margin: 0;
973
+ padding-left: 0 !important;
974
+ padding-right: 30px;
975
+ width: 100%;
976
+ font-size: 13px;
977
+ }
978
+
979
+ .select2-results li.select2-results__option.select2-results__option--highlighted {
980
+ background: none !important;
981
+ background: #f4f4f4 !important;
982
+ color: #666 !important;
983
+ }
984
+ .select2-container--default .select2-results__option[aria-selected="true"] {
985
+ background-color: #ddd;
986
+ }
987
+
988
+
989
+ .select2-container--default .select2-selection--single .select2-selection__clear,
990
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
991
+ right: 10px;
992
+ font-size: 30px;
993
+ color: #aaaaaa !important;
994
+ margin: 0 !important;
995
+ }
996
+
997
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
998
+ position: absolute;
999
+ }
1000
+
1001
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
1002
+ padding: 3px 3px 3px 5px;
1003
+ }
1004
+
1005
+ .um .um-form .select2-container .select2-search.select2-search--inline > input {
1006
+ border: none !important;
1007
+ padding: 0 !important;
1008
+ border-radius: 0 !important;
1009
+ }
1010
+
1011
+ .um .um-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
1012
+ overflow-x: hidden;
1013
+ text-overflow: ellipsis;
1014
+ max-width: 100%;
1015
+ box-sizing: border-box;
1016
+ }
1017
+
1018
+ /*
1019
+ - Multi-select
1020
+ */
1021
+ /*.um-field .select2-selection--multiple .select2-search{*/
1022
+ /*clear: both;*/
1023
+ /*float: none;*/
1024
+ /*margin-right: 12px;*/
1025
+ /*padding-top: 0.5rem;*/
1026
+ /*position: relative;*/
1027
+ /*}*/
1028
+ /*.um-field .select2-selection--multiple .select2-search:first-of-type{*/
1029
+ /*padding-top: 12px;*/
1030
+ /*}*/
1031
+ /*.um-field .select2-selection--multiple .select2-search::before {*/
1032
+ /*content: "\f21f";*/
1033
+ /*font-family: "Ionicons";*/
1034
+ /*font-size: 1.4rem;*/
1035
+ /*line-height: 2rem;*/
1036
+ /*right: 0.3rem;*/
1037
+ /*position: absolute;*/
1038
+ /*}*/
1039
+ /*.um-field .select2-selection--multiple .select2-search input.select2-search__field{*/
1040
+ /*background-color: rgba(128,128,128,0.1) !important;*/
1041
+ /*height: 2rem !important;*/
1042
+ /*width: 100% !important;*/
1043
+ /*}*/
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+ /* @todo maybe deprecated and used only for select and multiselect */
1050
+ .um-field-select .um-field-area .um-field-icon,
1051
+ .um-field-multiselect .um-field-area .um-field-icon {
1052
+ z-index: 99999999;
1053
+ }
1054
+ .um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
1055
+ text-indent: 20px;
1056
+ }
1057
+ .um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child {
1058
+ margin-left: 30px !important;
1059
+ }
1060
+
1061
+ .um-field-area .wp-switch-editor{
1062
+ float: none;
1063
+ height: auto;
1064
  }
assets/css/um-tipsy.css CHANGED
@@ -1,31 +1,31 @@
1
- .tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; }
2
-
3
- .tipsy-inner {
4
- font-size: 13px !important;
5
- line-height: 17px !important;
6
- background-color: #333333 !important;
7
- color: #fff !important;
8
- max-width: 250px !important;
9
- padding: 6px 10px !important;
10
- text-align: left !important;
11
- word-wrap: break-word !important;
12
- -webkit-font-smoothing: antialiased !important;
13
- -moz-osx-font-smoothing: grayscale !important;
14
- }
15
-
16
- .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
17
- .tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; }
18
-
19
- .tipsy-arrow-n { border-bottom-color: #333 !important }
20
- .tipsy-arrow-s { border-top-color: #333 !important }
21
- .tipsy-arrow-e { border-left-color: #333 !important }
22
- .tipsy-arrow-w { border-right-color: #333 !important }
23
-
24
- .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
25
- .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
26
- .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
27
- .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
28
- .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
29
- .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
30
- .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
31
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
1
+ .tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; }
2
+
3
+ .tipsy-inner {
4
+ font-size: 13px !important;
5
+ line-height: 17px !important;
6
+ background-color: #333333 !important;
7
+ color: #fff !important;
8
+ max-width: 250px !important;
9
+ padding: 6px 10px !important;
10
+ text-align: left !important;
11
+ word-wrap: break-word !important;
12
+ -webkit-font-smoothing: antialiased !important;
13
+ -moz-osx-font-smoothing: grayscale !important;
14
+ }
15
+
16
+ .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
17
+ .tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; }
18
+
19
+ .tipsy-arrow-n { border-bottom-color: #333 !important }
20
+ .tipsy-arrow-s { border-top-color: #333 !important }
21
+ .tipsy-arrow-e { border-left-color: #333 !important }
22
+ .tipsy-arrow-w { border-right-color: #333 !important }
23
+
24
+ .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
25
+ .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
26
+ .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
27
+ .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
28
+ .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
29
+ .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
30
+ .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
31
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
assets/css/um.min.css CHANGED
@@ -1,21 +1,21 @@
1
- @charset "UTF-8";@font-face{font-family:Ionicons;src:url(../font/ionicons.eot?v=2.0.0);src:url(../font/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(../font/ionicons.woff?v=2.0.0) format("woff"),url(../font/ionicons.ttf?v=2.0.0) format("truetype"),url(../font/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:400;font-style:normal;font-display: swap;}[class*=" um-icon-"]:before,[class^=um-icon-]:before{font-family:Ionicons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um-icon-alert:before{content:"\f101"}.um-icon-alert-circled:before{content:"\f100"}.um-icon-android-add:before{content:"\f2c7"}.um-icon-android-add-circle:before{content:"\f359"}.um-icon-android-alarm-clock:before{content:"\f35a"}.um-icon-android-alert:before{content:"\f35b"}.um-icon-android-apps:before{content:"\f35c"}.um-icon-android-archive:before{content:"\f2c9"}.um-icon-android-arrow-back:before{content:"\f2ca"}.um-icon-android-arrow-down:before{content:"\f35d"}.um-icon-android-arrow-dropdown:before{content:"\f35f"}.um-icon-android-arrow-dropdown-circle:before{content:"\f35e"}.um-icon-android-arrow-dropleft:before{content:"\f361"}.um-icon-android-arrow-dropleft-circle:before{content:"\f360"}.um-icon-android-arrow-dropright:before{content:"\f363"}.um-icon-android-arrow-dropright-circle:before{content:"\f362"}.um-icon-android-arrow-dropup:before{content:"\f365"}.um-icon-android-arrow-dropup-circle:before{content:"\f364"}.um-icon-android-arrow-forward:before{content:"\f30f"}.um-icon-android-arrow-up:before{content:"\f366"}.um-icon-android-attach:before{content:"\f367"}.um-icon-android-bar:before{content:"\f368"}.um-icon-android-bicycle:before{content:"\f369"}.um-icon-android-boat:before{content:"\f36a"}.um-icon-android-bookmark:before{content:"\f36b"}.um-icon-android-bulb:before{content:"\f36c"}.um-icon-android-bus:before{content:"\f36d"}.um-icon-android-calendar:before{content:"\f2d1"}.um-icon-android-call:before{content:"\f2d2"}.um-icon-android-camera:before{content:"\f2d3"}.um-icon-android-cancel:before{content:"\f36e"}.um-icon-android-car:before{content:"\f36f"}.um-icon-android-cart:before{content:"\f370"}.um-icon-android-chat:before{content:"\f2d4"}.um-icon-android-checkbox:before{content:"\f374"}.um-icon-android-checkbox-blank:before{content:"\f371"}.um-icon-android-checkbox-outline:before{content:"\f373"}.um-icon-android-checkbox-outline-blank:before{content:"\f372"}.um-icon-android-checkmark-circle:before{content:"\f375"}.um-icon-android-clipboard:before{content:"\f376"}.um-icon-android-close:before{content:"\f2d7"}.um-icon-android-cloud:before{content:"\f37a"}.um-icon-android-cloud-circle:before{content:"\f377"}.um-icon-android-cloud-done:before{content:"\f378"}.um-icon-android-cloud-outline:before{content:"\f379"}.um-icon-android-color-palette:before{content:"\f37b"}.um-icon-android-compass:before{content:"\f37c"}.um-icon-android-contact:before{content:"\f2d8"}.um-icon-android-contacts:before{content:"\f2d9"}.um-icon-android-contract:before{content:"\f37d"}.um-icon-android-create:before{content:"\f37e"}.um-icon-android-delete:before{content:"\f37f"}.um-icon-android-desktop:before{content:"\f380"}.um-icon-android-document:before{content:"\f381"}.um-icon-android-done:before{content:"\f383"}.um-icon-android-done-all:before{content:"\f382"}.um-icon-android-download:before{content:"\f2dd"}.um-icon-android-drafts:before{content:"\f384"}.um-icon-android-exit:before{content:"\f385"}.um-icon-android-expand:before{content:"\f386"}.um-icon-android-favorite:before{content:"\f388"}.um-icon-android-favorite-outline:before{content:"\f387"}.um-icon-android-film:before{content:"\f389"}.um-icon-android-folder:before{content:"\f2e0"}.um-icon-android-folder-open:before{content:"\f38a"}.um-icon-android-funnel:before{content:"\f38b"}.um-icon-android-globe:before{content:"\f38c"}.um-icon-android-hand:before{content:"\f2e3"}.um-icon-android-hangout:before{content:"\f38d"}.um-icon-android-happy:before{content:"\f38e"}.um-icon-android-home:before{content:"\f38f"}.um-icon-android-image:before{content:"\f2e4"}.um-icon-android-laptop:before{content:"\f390"}.um-icon-android-list:before{content:"\f391"}.um-icon-android-locate:before{content:"\f2e9"}.um-icon-android-lock:before{content:"\f392"}.um-icon-android-mail:before{content:"\f2eb"}.um-icon-android-map:before{content:"\f393"}.um-icon-android-menu:before{content:"\f394"}.um-icon-android-microphone:before{content:"\f2ec"}.um-icon-android-microphone-off:before{content:"\f395"}.um-icon-android-more-horizontal:before{content:"\f396"}.um-icon-android-more-vertical:before{content:"\f397"}.um-icon-android-navigate:before{content:"\f398"}.um-icon-android-notifications:before{content:"\f39b"}.um-icon-android-notifications-none:before{content:"\f399"}.um-icon-android-notifications-off:before{content:"\f39a"}.um-icon-android-open:before{content:"\f39c"}.um-icon-android-options:before{content:"\f39d"}.um-icon-android-people:before{content:"\f39e"}.um-icon-android-person:before{content:"\f3a0"}.um-icon-android-person-add:before{content:"\f39f"}.um-icon-android-phone-landscape:before{content:"\f3a1"}.um-icon-android-phone-portrait:before{content:"\f3a2"}.um-icon-android-pin:before{content:"\f3a3"}.um-icon-android-plane:before{content:"\f3a4"}.um-icon-android-playstore:before{content:"\f2f0"}.um-icon-android-print:before{content:"\f3a5"}.um-icon-android-radio-button-off:before{content:"\f3a6"}.um-icon-android-radio-button-on:before{content:"\f3a7"}.um-icon-android-refresh:before{content:"\f3a8"}.um-icon-android-remove:before{content:"\f2f4"}.um-icon-android-remove-circle:before{content:"\f3a9"}.um-icon-android-restaurant:before{content:"\f3aa"}.um-icon-android-sad:before{content:"\f3ab"}.um-icon-android-search:before{content:"\f2f5"}.um-icon-android-send:before{content:"\f2f6"}.um-icon-android-settings:before{content:"\f2f7"}.um-icon-android-share:before{content:"\f2f8"}.um-icon-android-share-alt:before{content:"\f3ac"}.um-icon-android-star:before{content:"\f2fc"}.um-icon-android-star-half:before{content:"\f3ad"}.um-icon-android-star-outline:before{content:"\f3ae"}.um-icon-android-stopwatch:before{content:"\f2fd"}.um-icon-android-subway:before{content:"\f3af"}.um-icon-android-sunny:before{content:"\f3b0"}.um-icon-android-sync:before{content:"\f3b1"}.um-icon-android-textsms:before{content:"\f3b2"}.um-icon-android-time:before{content:"\f3b3"}.um-icon-android-train:before{content:"\f3b4"}.um-icon-android-unlock:before{content:"\f3b5"}.um-icon-android-upload:before{content:"\f3b6"}.um-icon-android-volume-down:before{content:"\f3b7"}.um-icon-android-volume-mute:before{content:"\f3b8"}.um-icon-android-volume-off:before{content:"\f3b9"}.um-icon-android-volume-up:before{content:"\f3ba"}.um-icon-android-walk:before{content:"\f3bb"}.um-icon-android-warning:before{content:"\f3bc"}.um-icon-android-watch:before{content:"\f3bd"}.um-icon-android-wifi:before{content:"\f305"}.um-icon-aperture:before{content:"\f313"}.um-icon-archive:before{content:"\f102"}.um-icon-arrow-down-a:before{content:"\f103"}.um-icon-arrow-down-b:before{content:"\f104"}.um-icon-arrow-down-c:before{content:"\f105"}.um-icon-arrow-expand:before{content:"\f25e"}.um-icon-arrow-graph-down-left:before{content:"\f25f"}.um-icon-arrow-graph-down-right:before{content:"\f260"}.um-icon-arrow-graph-up-left:before{content:"\f261"}.um-icon-arrow-graph-up-right:before{content:"\f262"}.um-icon-arrow-left-a:before{content:"\f106"}.um-icon-arrow-left-b:before{content:"\f107"}.um-icon-arrow-left-c:before{content:"\f108"}.um-icon-arrow-move:before{content:"\f263"}.um-icon-arrow-resize:before{content:"\f264"}.um-icon-arrow-return-left:before{content:"\f265"}.um-icon-arrow-return-right:before{content:"\f266"}.um-icon-arrow-right-a:before{content:"\f109"}.um-icon-arrow-right-b:before{content:"\f10a"}.um-icon-arrow-right-c:before{content:"\f10b"}.um-icon-arrow-shrink:before{content:"\f267"}.um-icon-arrow-swap:before{content:"\f268"}.um-icon-arrow-up-a:before{content:"\f10c"}.um-icon-arrow-up-b:before{content:"\f10d"}.um-icon-arrow-up-c:before{content:"\f10e"}.um-icon-asterisk:before{content:"\f314"}.um-icon-at:before{content:"\f10f"}.um-icon-backspace:before{content:"\f3bf"}.um-icon-backspace-outline:before{content:"\f3be"}.um-icon-bag:before{content:"\f110"}.um-icon-battery-charging:before{content:"\f111"}.um-icon-battery-empty:before{content:"\f112"}.um-icon-battery-full:before{content:"\f113"}.um-icon-battery-half:before{content:"\f114"}.um-icon-battery-low:before{content:"\f115"}.um-icon-beaker:before{content:"\f269"}.um-icon-beer:before{content:"\f26a"}.um-icon-bluetooth:before{content:"\f116"}.um-icon-bonfire:before{content:"\f315"}.um-icon-bookmark:before{content:"\f26b"}.um-icon-bowtie:before{content:"\f3c0"}.um-icon-briefcase:before{content:"\f26c"}.um-icon-bug:before{content:"\f2be"}.um-icon-calculator:before{content:"\f26d"}.um-icon-calendar:before{content:"\f117"}.um-icon-camera:before{content:"\f118"}.um-icon-card:before{content:"\f119"}.um-icon-cash:before{content:"\f316"}.um-icon-chatbox:before{content:"\f11b"}.um-icon-chatbox-working:before{content:"\f11a"}.um-icon-chatboxes:before{content:"\f11c"}.um-icon-chatbubble:before{content:"\f11e"}.um-icon-chatbubble-working:before{content:"\f11d"}.um-icon-chatbubbles:before{content:"\f11f"}.um-icon-checkmark:before{content:"\f122"}.um-icon-checkmark-circled:before{content:"\f120"}.um-icon-checkmark-round:before{content:"\f121"}.um-icon-chevron-down:before{content:"\f123"}.um-icon-chevron-left:before{content:"\f124"}.um-icon-chevron-right:before{content:"\f125"}.um-icon-chevron-up:before{content:"\f126"}.um-icon-clipboard:before{content:"\f127"}.um-icon-clock:before{content:"\f26e"}.um-icon-close:before{content:"\f12a"}.um-icon-close-circled:before{content:"\f128"}.um-icon-close-round:before{content:"\f129"}.um-icon-closed-captioning:before{content:"\f317"}.um-icon-cloud:before{content:"\f12b"}.um-icon-code:before{content:"\f271"}.um-icon-code-download:before{content:"\f26f"}.um-icon-code-working:before{content:"\f270"}.um-icon-coffee:before{content:"\f272"}.um-icon-compass:before{content:"\f273"}.um-icon-compose:before{content:"\f12c"}.um-icon-connection-bars:before{content:"\f274"}.um-icon-contrast:before{content:"\f275"}.um-icon-crop:before{content:"\f3c1"}.um-icon-cube:before{content:"\f318"}.um-icon-disc:before{content:"\f12d"}.um-icon-document:before{content:"\f12f"}.um-icon-document-text:before{content:"\f12e"}.um-icon-drag:before{content:"\f130"}.um-icon-earth:before{content:"\f276"}.um-icon-easel:before{content:"\f3c2"}.um-icon-edit:before{content:"\f2bf"}.um-icon-egg:before{content:"\f277"}.um-icon-eject:before{content:"\f131"}.um-icon-email:before{content:"\f132"}.um-icon-email-unread:before{content:"\f3c3"}.um-icon-erlenmeyer-flask:before{content:"\f3c5"}.um-icon-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.um-icon-eye:before{content:"\f133"}.um-icon-eye-disabled:before{content:"\f306"}.um-icon-female:before{content:"\f278"}.um-icon-filing:before{content:"\f134"}.um-icon-film-marker:before{content:"\f135"}.um-icon-fireball:before{content:"\f319"}.um-icon-flag:before{content:"\f279"}.um-icon-flame:before{content:"\f31a"}.um-icon-flash:before{content:"\f137"}.um-icon-flash-off:before{content:"\f136"}.um-icon-folder:before{content:"\f139"}.um-icon-fork:before{content:"\f27a"}.um-icon-fork-repo:before{content:"\f2c0"}.um-icon-forward:before{content:"\f13a"}.um-icon-funnel:before{content:"\f31b"}.um-icon-gear-a:before{content:"\f13d"}.um-icon-gear-b:before{content:"\f13e"}.um-icon-grid:before{content:"\f13f"}.um-icon-hammer:before{content:"\f27b"}.um-icon-happy:before{content:"\f31c"}.um-icon-happy-outline:before{content:"\f3c6"}.um-icon-headphone:before{content:"\f140"}.um-icon-heart:before{content:"\f141"}.um-icon-heart-broken:before{content:"\f31d"}.um-icon-help:before{content:"\f143"}.um-icon-help-buoy:before{content:"\f27c"}.um-icon-help-circled:before{content:"\f142"}.um-icon-home:before{content:"\f144"}.um-icon-icecream:before{content:"\f27d"}.um-icon-image:before{content:"\f147"}.um-icon-images:before{content:"\f148"}.um-icon-information:before{content:"\f14a"}.um-icon-information-circled:before{content:"\f149"}.um-icon-ionic:before{content:"\f14b"}.um-icon-ios-alarm:before{content:"\f3c8"}.um-icon-ios-alarm-outline:before{content:"\f3c7"}.um-icon-ios-albums:before{content:"\f3ca"}.um-icon-ios-albums-outline:before{content:"\f3c9"}.um-icon-ios-americanfootball:before{content:"\f3cc"}.um-icon-ios-americanfootball-outline:before{content:"\f3cb"}.um-icon-ios-analytics:before{content:"\f3ce"}.um-icon-ios-analytics-outline:before{content:"\f3cd"}.um-icon-ios-arrow-back:before{content:"\f3cf"}.um-icon-ios-arrow-down:before{content:"\f3d0"}.um-icon-ios-arrow-forward:before{content:"\f3d1"}.um-icon-ios-arrow-left:before{content:"\f3d2"}.um-icon-ios-arrow-right:before{content:"\f3d3"}.um-icon-ios-arrow-thin-down:before{content:"\f3d4"}.um-icon-ios-arrow-thin-left:before{content:"\f3d5"}.um-icon-ios-arrow-thin-right:before{content:"\f3d6"}.um-icon-ios-arrow-thin-up:before{content:"\f3d7"}.um-icon-ios-arrow-up:before{content:"\f3d8"}.um-icon-ios-at:before{content:"\f3da"}.um-icon-ios-at-outline:before{content:"\f3d9"}.um-icon-ios-barcode:before{content:"\f3dc"}.um-icon-ios-barcode-outline:before{content:"\f3db"}.um-icon-ios-baseball:before{content:"\f3de"}.um-icon-ios-baseball-outline:before{content:"\f3dd"}.um-icon-ios-basketball:before{content:"\f3e0"}.um-icon-ios-basketball-outline:before{content:"\f3df"}.um-icon-ios-bell:before{content:"\f3e2"}.um-icon-ios-bell-outline:before{content:"\f3e1"}.um-icon-ios-body:before{content:"\f3e4"}.um-icon-ios-body-outline:before{content:"\f3e3"}.um-icon-ios-bolt:before{content:"\f3e6"}.um-icon-ios-bolt-outline:before{content:"\f3e5"}.um-icon-ios-book:before{content:"\f3e8"}.um-icon-ios-book-outline:before{content:"\f3e7"}.um-icon-ios-bookmarks:before{content:"\f3ea"}.um-icon-ios-bookmarks-outline:before{content:"\f3e9"}.um-icon-ios-box:before{content:"\f3ec"}.um-icon-ios-box-outline:before{content:"\f3eb"}.um-icon-ios-briefcase:before{content:"\f3ee"}.um-icon-ios-briefcase-outline:before{content:"\f3ed"}.um-icon-ios-browsers:before{content:"\f3f0"}.um-icon-ios-browsers-outline:before{content:"\f3ef"}.um-icon-ios-calculator:before{content:"\f3f2"}.um-icon-ios-calculator-outline:before{content:"\f3f1"}.um-icon-ios-calendar:before{content:"\f3f4"}.um-icon-ios-calendar-outline:before{content:"\f3f3"}.um-icon-ios-camera:before{content:"\f3f6"}.um-icon-ios-camera-outline:before{content:"\f3f5"}.um-icon-ios-cart:before{content:"\f3f8"}.um-icon-ios-cart-outline:before{content:"\f3f7"}.um-icon-ios-chatboxes:before{content:"\f3fa"}.um-icon-ios-chatboxes-outline:before{content:"\f3f9"}.um-icon-ios-chatbubble:before{content:"\f3fc"}.um-icon-ios-chatbubble-outline:before{content:"\f3fb"}.um-icon-ios-checkmark:before{content:"\f3ff"}.um-icon-ios-checkmark-empty:before{content:"\f3fd"}.um-icon-ios-checkmark-outline:before{content:"\f3fe"}.um-icon-ios-circle-filled:before{content:"\f400"}.um-icon-ios-circle-outline:before{content:"\f401"}.um-icon-ios-clock:before{content:"\f403"}.um-icon-ios-clock-outline:before{content:"\f402"}.um-icon-ios-close:before{content:"\f406"}.um-icon-ios-close-empty:before{content:"\f404"}.um-icon-ios-close-outline:before{content:"\f405"}.um-icon-ios-cloud:before{content:"\f40c"}.um-icon-ios-cloud-download:before{content:"\f408"}.um-icon-ios-cloud-download-outline:before{content:"\f407"}.um-icon-ios-cloud-outline:before{content:"\f409"}.um-icon-ios-cloud-upload:before{content:"\f40b"}.um-icon-ios-cloud-upload-outline:before{content:"\f40a"}.um-icon-ios-cloudy:before{content:"\f410"}.um-icon-ios-cloudy-night:before{content:"\f40e"}.um-icon-ios-cloudy-night-outline:before{content:"\f40d"}.um-icon-ios-cloudy-outline:before{content:"\f40f"}.um-icon-ios-cog:before{content:"\f412"}.um-icon-ios-cog-outline:before{content:"\f411"}.um-icon-ios-color-filter:before{content:"\f414"}.um-icon-ios-color-filter-outline:before{content:"\f413"}.um-icon-ios-color-wand:before{content:"\f416"}.um-icon-ios-color-wand-outline:before{content:"\f415"}.um-icon-ios-compose:before{content:"\f418"}.um-icon-ios-compose-outline:before{content:"\f417"}.um-icon-ios-contact:before{content:"\f41a"}.um-icon-ios-contact-outline:before{content:"\f419"}.um-icon-ios-copy:before{content:"\f41c"}.um-icon-ios-copy-outline:before{content:"\f41b"}.um-icon-ios-crop:before{content:"\f41e"}.um-icon-ios-crop-strong:before{content:"\f41d"}.um-icon-ios-download:before{content:"\f420"}.um-icon-ios-download-outline:before{content:"\f41f"}.um-icon-ios-drag:before{content:"\f421"}.um-icon-ios-email:before{content:"\f423"}.um-icon-ios-email-outline:before{content:"\f422"}.um-icon-ios-eye:before{content:"\f425"}.um-icon-ios-eye-outline:before{content:"\f424"}.um-icon-ios-fastforward:before{content:"\f427"}.um-icon-ios-fastforward-outline:before{content:"\f426"}.um-icon-ios-filing:before{content:"\f429"}.um-icon-ios-filing-outline:before{content:"\f428"}.um-icon-ios-film:before{content:"\f42b"}.um-icon-ios-film-outline:before{content:"\f42a"}.um-icon-ios-flag:before{content:"\f42d"}.um-icon-ios-flag-outline:before{content:"\f42c"}.um-icon-ios-flame:before{content:"\f42f"}.um-icon-ios-flame-outline:before{content:"\f42e"}.um-icon-ios-flask:before{content:"\f431"}.um-icon-ios-flask-outline:before{content:"\f430"}.um-icon-ios-flower:before{content:"\f433"}.um-icon-ios-flower-outline:before{content:"\f432"}.um-icon-ios-folder:before{content:"\f435"}.um-icon-ios-folder-outline:before{content:"\f434"}.um-icon-ios-football:before{content:"\f437"}.um-icon-ios-football-outline:before{content:"\f436"}.um-icon-ios-game-controller-a:before{content:"\f439"}.um-icon-ios-game-controller-a-outline:before{content:"\f438"}.um-icon-ios-game-controller-b:before{content:"\f43b"}.um-icon-ios-game-controller-b-outline:before{content:"\f43a"}.um-icon-ios-gear:before{content:"\f43d"}.um-icon-ios-gear-outline:before{content:"\f43c"}.um-icon-ios-glasses:before{content:"\f43f"}.um-icon-ios-glasses-outline:before{content:"\f43e"}.um-icon-ios-grid-view:before{content:"\f441"}.um-icon-ios-grid-view-outline:before{content:"\f440"}.um-icon-ios-heart:before{content:"\f443"}.um-icon-ios-heart-outline:before{content:"\f442"}.um-icon-ios-help:before{content:"\f446"}.um-icon-ios-help-empty:before{content:"\f444"}.um-icon-ios-help-outline:before{content:"\f445"}.um-icon-ios-home:before{content:"\f448"}.um-icon-ios-home-outline:before{content:"\f447"}.um-icon-ios-infinite:before{content:"\f44a"}.um-icon-ios-infinite-outline:before{content:"\f449"}.um-icon-ios-information:before{content:"\f44d"}.um-icon-ios-information-empty:before{content:"\f44b"}.um-icon-ios-information-outline:before{content:"\f44c"}.um-icon-ios-ionic-outline:before{content:"\f44e"}.um-icon-ios-keypad:before{content:"\f450"}.um-icon-ios-keypad-outline:before{content:"\f44f"}.um-icon-ios-lightbulb:before{content:"\f452"}.um-icon-ios-lightbulb-outline:before{content:"\f451"}.um-icon-ios-list:before{content:"\f454"}.um-icon-ios-list-outline:before{content:"\f453"}.um-icon-ios-location:before{content:"\f456"}.um-icon-ios-location-outline:before{content:"\f455"}.um-icon-ios-locked:before{content:"\f458"}.um-icon-ios-locked-outline:before{content:"\f457"}.um-icon-ios-loop:before{content:"\f45a"}.um-icon-ios-loop-strong:before{content:"\f459"}.um-icon-ios-medical:before{content:"\f45c"}.um-icon-ios-medical-outline:before{content:"\f45b"}.um-icon-ios-medkit:before{content:"\f45e"}.um-icon-ios-medkit-outline:before{content:"\f45d"}.um-icon-ios-mic:before{content:"\f461"}.um-icon-ios-mic-off:before{content:"\f45f"}.um-icon-ios-mic-outline:before{content:"\f460"}.um-icon-ios-minus:before{content:"\f464"}.um-icon-ios-minus-empty:before{content:"\f462"}.um-icon-ios-minus-outline:before{content:"\f463"}.um-icon-ios-monitor:before{content:"\f466"}.um-icon-ios-monitor-outline:before{content:"\f465"}.um-icon-ios-moon:before{content:"\f468"}.um-icon-ios-moon-outline:before{content:"\f467"}.um-icon-ios-more:before{content:"\f46a"}.um-icon-ios-more-outline:before{content:"\f469"}.um-icon-ios-musical-note:before{content:"\f46b"}.um-icon-ios-musical-notes:before{content:"\f46c"}.um-icon-ios-navigate:before{content:"\f46e"}.um-icon-ios-navigate-outline:before{content:"\f46d"}.um-icon-ios-nutrition:before{content:"\f470"}.um-icon-ios-nutrition-outline:before{content:"\f46f"}.um-icon-ios-paper:before{content:"\f472"}.um-icon-ios-paper-outline:before{content:"\f471"}.um-icon-ios-paperplane:before{content:"\f474"}.um-icon-ios-paperplane-outline:before{content:"\f473"}.um-icon-ios-partlysunny:before{content:"\f476"}.um-icon-ios-partlysunny-outline:before{content:"\f475"}.um-icon-ios-pause:before{content:"\f478"}.um-icon-ios-pause-outline:before{content:"\f477"}.um-icon-ios-paw:before{content:"\f47a"}.um-icon-ios-paw-outline:before{content:"\f479"}.um-icon-ios-people:before{content:"\f47c"}.um-icon-ios-people-outline:before{content:"\f47b"}.um-icon-ios-person:before{content:"\f47e"}.um-icon-ios-person-outline:before{content:"\f47d"}.um-icon-ios-personadd:before{content:"\f480"}.um-icon-ios-personadd-outline:before{content:"\f47f"}.um-icon-ios-photos:before{content:"\f482"}.um-icon-ios-photos-outline:before{content:"\f481"}.um-icon-ios-pie:before{content:"\f484"}.um-icon-ios-pie-outline:before{content:"\f483"}.um-icon-ios-pint:before{content:"\f486"}.um-icon-ios-pint-outline:before{content:"\f485"}.um-icon-ios-play:before{content:"\f488"}.um-icon-ios-play-outline:before{content:"\f487"}.um-icon-ios-plus:before{content:"\f48b"}.um-icon-ios-plus-empty:before{content:"\f489"}.um-icon-ios-plus-outline:before{content:"\f48a"}.um-icon-ios-pricetag:before{content:"\f48d"}.um-icon-ios-pricetag-outline:before{content:"\f48c"}.um-icon-ios-pricetags:before{content:"\f48f"}.um-icon-ios-pricetags-outline:before{content:"\f48e"}.um-icon-ios-printer:before{content:"\f491"}.um-icon-ios-printer-outline:before{content:"\f490"}.um-icon-ios-pulse:before{content:"\f493"}.um-icon-ios-pulse-strong:before{content:"\f492"}.um-icon-ios-rainy:before{content:"\f495"}.um-icon-ios-rainy-outline:before{content:"\f494"}.um-icon-ios-recording:before{content:"\f497"}.um-icon-ios-recording-outline:before{content:"\f496"}.um-icon-ios-redo:before{content:"\f499"}.um-icon-ios-redo-outline:before{content:"\f498"}.um-icon-ios-refresh:before{content:"\f49c"}.um-icon-ios-refresh-empty:before{content:"\f49a"}.um-icon-ios-refresh-outline:before{content:"\f49b"}.um-icon-ios-reload:before{content:"\f49d"}.um-icon-ios-reverse-camera:before{content:"\f49f"}.um-icon-ios-reverse-camera-outline:before{content:"\f49e"}.um-icon-ios-rewind:before{content:"\f4a1"}.um-icon-ios-rewind-outline:before{content:"\f4a0"}.um-icon-ios-rose:before{content:"\f4a3"}.um-icon-ios-rose-outline:before{content:"\f4a2"}.um-icon-ios-search:before{content:"\f4a5"}.um-icon-ios-search-strong:before{content:"\f4a4"}.um-icon-ios-settings:before{content:"\f4a7"}.um-icon-ios-settings-strong:before{content:"\f4a6"}.um-icon-ios-shuffle:before{content:"\f4a9"}.um-icon-ios-shuffle-strong:before{content:"\f4a8"}.um-icon-ios-skipbackward:before{content:"\f4ab"}.um-icon-ios-skipbackward-outline:before{content:"\f4aa"}.um-icon-ios-skipforward:before{content:"\f4ad"}.um-icon-ios-skipforward-outline:before{content:"\f4ac"}.um-icon-ios-snowy:before{content:"\f4ae"}.um-icon-ios-speedometer:before{content:"\f4b0"}.um-icon-ios-speedometer-outline:before{content:"\f4af"}.um-icon-ios-star:before{content:"\f4b3"}.um-icon-ios-star-half:before{content:"\f4b1"}.um-icon-ios-star-outline:before{content:"\f4b2"}.um-icon-ios-stopwatch:before{content:"\f4b5"}.um-icon-ios-stopwatch-outline:before{content:"\f4b4"}.um-icon-ios-sunny:before{content:"\f4b7"}.um-icon-ios-sunny-outline:before{content:"\f4b6"}.um-icon-ios-telephone:before{content:"\f4b9"}.um-icon-ios-telephone-outline:before{content:"\f4b8"}.um-icon-ios-tennisball:before{content:"\f4bb"}.um-icon-ios-tennisball-outline:before{content:"\f4ba"}.um-icon-ios-thunderstorm:before{content:"\f4bd"}.um-icon-ios-thunderstorm-outline:before{content:"\f4bc"}.um-icon-ios-time:before{content:"\f4bf"}.um-icon-ios-time-outline:before{content:"\f4be"}.um-icon-ios-timer:before{content:"\f4c1"}.um-icon-ios-timer-outline:before{content:"\f4c0"}.um-icon-ios-toggle:before{content:"\f4c3"}.um-icon-ios-toggle-outline:before{content:"\f4c2"}.um-icon-ios-trash:before{content:"\f4c5"}.um-icon-ios-trash-outline:before{content:"\f4c4"}.um-icon-ios-undo:before{content:"\f4c7"}.um-icon-ios-undo-outline:before{content:"\f4c6"}.um-icon-ios-unlocked:before{content:"\f4c9"}.um-icon-ios-unlocked-outline:before{content:"\f4c8"}.um-icon-ios-upload:before{content:"\f4cb"}.um-icon-ios-upload-outline:before{content:"\f4ca"}.um-icon-ios-videocam:before{content:"\f4cd"}.um-icon-ios-videocam-outline:before{content:"\f4cc"}.um-icon-ios-volume-high:before{content:"\f4ce"}.um-icon-ios-volume-low:before{content:"\f4cf"}.um-icon-ios-wineglass:before{content:"\f4d1"}.um-icon-ios-wineglass-outline:before{content:"\f4d0"}.um-icon-ios-world:before{content:"\f4d3"}.um-icon-ios-world-outline:before{content:"\f4d2"}.um-icon-ipad:before{content:"\f1f9"}.um-icon-iphone:before{content:"\f1fa"}.um-icon-ipod:before{content:"\f1fb"}.um-icon-jet:before{content:"\f295"}.um-icon-key:before{content:"\f296"}.um-icon-knife:before{content:"\f297"}.um-icon-laptop:before{content:"\f1fc"}.um-icon-leaf:before{content:"\f1fd"}.um-icon-levels:before{content:"\f298"}.um-icon-lightbulb:before{content:"\f299"}.um-icon-link:before{content:"\f1fe"}.um-icon-load-a:before{content:"\f29a"}.um-icon-load-b:before{content:"\f29b"}.um-icon-load-c:before{content:"\f29c"}.um-icon-load-d:before{content:"\f29d"}.um-icon-location:before{content:"\f1ff"}.um-icon-lock-combination:before{content:"\f4d4"}.um-icon-locked:before{content:"\f200"}.um-icon-log-in:before{content:"\f29e"}.um-icon-log-out:before{content:"\f29f"}.um-icon-loop:before{content:"\f201"}.um-icon-magnet:before{content:"\f2a0"}.um-icon-male:before{content:"\f2a1"}.um-icon-man:before{content:"\f202"}.um-icon-map:before{content:"\f203"}.um-icon-medkit:before{content:"\f2a2"}.um-icon-merge:before{content:"\f33f"}.um-icon-mic-a:before{content:"\f204"}.um-icon-mic-b:before{content:"\f205"}.um-icon-mic-c:before{content:"\f206"}.um-icon-minus:before{content:"\f209"}.um-icon-minus-circled:before{content:"\f207"}.um-icon-minus-round:before{content:"\f208"}.um-icon-model-s:before{content:"\f2c1"}.um-icon-monitor:before{content:"\f20a"}.um-icon-more:before{content:"\f20b"}.um-icon-mouse:before{content:"\f340"}.um-icon-music-note:before{content:"\f20c"}.um-icon-navicon:before{content:"\f20e"}.um-icon-navicon-round:before{content:"\f20d"}.um-icon-navigate:before{content:"\f2a3"}.um-icon-network:before{content:"\f341"}.um-icon-no-smoking:before{content:"\f2c2"}.um-icon-nuclear:before{content:"\f2a4"}.um-icon-outlet:before{content:"\f342"}.um-icon-paintbrush:before{content:"\f4d5"}.um-icon-paintbucket:before{content:"\f4d6"}.um-icon-paper-airplane:before{content:"\f2c3"}.um-icon-paperclip:before{content:"\f20f"}.um-icon-pause:before{content:"\f210"}.um-icon-person:before{content:"\f213"}.um-icon-person-add:before{content:"\f211"}.um-icon-person-stalker:before{content:"\f212"}.um-icon-pie-graph:before{content:"\f2a5"}.um-icon-pin:before{content:"\f2a6"}.um-icon-pinpoint:before{content:"\f2a7"}.um-icon-pizza:before{content:"\f2a8"}.um-icon-plane:before{content:"\f214"}.um-icon-planet:before{content:"\f343"}.um-icon-play:before{content:"\f215"}.um-icon-playstation:before{content:"\f30a"}.um-icon-plus:before{content:"\f218"}.um-icon-plus-circled:before{content:"\f216"}.um-icon-plus-round:before{content:"\f217"}.um-icon-podium:before{content:"\f344"}.um-icon-pound:before{content:"\f219"}.um-icon-power:before{content:"\f2a9"}.um-icon-pricetag:before{content:"\f2aa"}.um-icon-pricetags:before{content:"\f2ab"}.um-icon-printer:before{content:"\f21a"}.um-icon-pull-request:before{content:"\f345"}.um-icon-qr-scanner:before{content:"\f346"}.um-icon-quote:before{content:"\f347"}.um-icon-radio-waves:before{content:"\f2ac"}.um-icon-record:before{content:"\f21b"}.um-icon-refresh:before{content:"\f21c"}.um-icon-reply:before{content:"\f21e"}.um-icon-reply-all:before{content:"\f21d"}.um-icon-ribbon-a:before{content:"\f348"}.um-icon-ribbon-b:before{content:"\f349"}.um-icon-sad:before{content:"\f34a"}.um-icon-sad-outline:before{content:"\f4d7"}.um-icon-scissors:before{content:"\f34b"}.um-icon-search:before{content:"\f21f"}.um-icon-settings:before{content:"\f2ad"}.um-icon-share:before{content:"\f220"}.um-icon-shuffle:before{content:"\f221"}.um-icon-skip-backward:before{content:"\f222"}.um-icon-skip-forward:before{content:"\f223"}.um-icon-social-android:before{content:"\f225"}.um-icon-social-android-outline:before{content:"\f224"}.um-icon-social-angular:before{content:"\f4d9"}.um-icon-social-angular-outline:before{content:"\f4d8"}.um-icon-social-apple:before{content:"\f227"}.um-icon-social-apple-outline:before{content:"\f226"}.um-icon-social-bitcoin:before{content:"\f2af"}.um-icon-social-bitcoin-outline:before{content:"\f2ae"}.um-icon-social-buffer:before{content:"\f229"}.um-icon-social-buffer-outline:before{content:"\f228"}.um-icon-social-chrome:before{content:"\f4db"}.um-icon-social-chrome-outline:before{content:"\f4da"}.um-icon-social-codepen:before{content:"\f4dd"}.um-icon-social-codepen-outline:before{content:"\f4dc"}.um-icon-social-css3:before{content:"\f4df"}.um-icon-social-css3-outline:before{content:"\f4de"}.um-icon-social-designernews:before{content:"\f22b"}.um-icon-social-designernews-outline:before{content:"\f22a"}.um-icon-social-dribbble:before{content:"\f22d"}.um-icon-social-dribbble-outline:before{content:"\f22c"}.um-icon-social-dropbox:before{content:"\f22f"}.um-icon-social-dropbox-outline:before{content:"\f22e"}.um-icon-social-euro:before{content:"\f4e1"}.um-icon-social-euro-outline:before{content:"\f4e0"}.um-icon-social-facebook:before{content:"\f231"}.um-icon-social-facebook-outline:before{content:"\f230"}.um-icon-social-foursquare:before{content:"\f34d"}.um-icon-social-foursquare-outline:before{content:"\f34c"}.um-icon-social-freebsd-devil:before{content:"\f2c4"}.um-icon-social-github:before{content:"\f233"}.um-icon-social-github-outline:before{content:"\f232"}.um-icon-social-google:before{content:"\f34f"}.um-icon-social-google-outline:before{content:"\f34e"}.um-icon-social-googleplus:before{content:"\f235"}.um-icon-social-googleplus-outline:before{content:"\f234"}.um-icon-social-hackernews:before{content:"\f237"}.um-icon-social-hackernews-outline:before{content:"\f236"}.um-icon-social-html5:before{content:"\f4e3"}.um-icon-social-html5-outline:before{content:"\f4e2"}.um-icon-social-instagram:before{content:"\f351"}.um-icon-social-instagram-outline:before{content:"\f350"}.um-icon-social-javascript:before{content:"\f4e5"}.um-icon-social-javascript-outline:before{content:"\f4e4"}.um-icon-social-linkedin:before{content:"\f239"}.um-icon-social-linkedin-outline:before{content:"\f238"}.um-icon-social-markdown:before{content:"\f4e6"}.um-icon-social-nodejs:before{content:"\f4e7"}.um-icon-social-octocat:before{content:"\f4e8"}.um-icon-social-pinterest:before{content:"\f2b1"}.um-icon-social-pinterest-outline:before{content:"\f2b0"}.um-icon-social-python:before{content:"\f4e9"}.um-icon-social-reddit:before{content:"\f23b"}.um-icon-social-reddit-outline:before{content:"\f23a"}.um-icon-social-rss:before{content:"\f23d"}.um-icon-social-rss-outline:before{content:"\f23c"}.um-icon-social-sass:before{content:"\f4ea"}.um-icon-social-skype:before{content:"\f23f"}.um-icon-social-skype-outline:before{content:"\f23e"}.um-icon-social-snapchat:before{content:"\f4ec"}.um-icon-social-snapchat-outline:before{content:"\f4eb"}.um-icon-social-tumblr:before{content:"\f241"}.um-icon-social-tumblr-outline:before{content:"\f240"}.um-icon-social-tux:before{content:"\f2c5"}.um-icon-social-twitch:before{content:"\f4ee"}.um-icon-social-twitch-outline:before{content:"\f4ed"}.um-icon-social-twitter:before{content:"\f243"}.um-icon-social-twitter-outline:before{content:"\f242"}.um-icon-social-usd:before{content:"\f353"}.um-icon-social-usd-outline:before{content:"\f352"}.um-icon-social-vimeo:before{content:"\f245"}.um-icon-social-vimeo-outline:before{content:"\f244"}.um-icon-social-whatsapp:before{content:"\f4f0"}.um-icon-social-whatsapp-outline:before{content:"\f4ef"}.um-icon-social-windows:before{content:"\f247"}.um-icon-social-windows-outline:before{content:"\f246"}.um-icon-social-wordpress:before{content:"\f249"}.um-icon-social-wordpress-outline:before{content:"\f248"}.um-icon-social-yahoo:before{content:"\f24b"}.um-icon-social-yahoo-outline:before{content:"\f24a"}.um-icon-social-yen:before{content:"\f4f2"}.um-icon-social-yen-outline:before{content:"\f4f1"}.um-icon-social-youtube:before{content:"\f24d"}.um-icon-social-youtube-outline:before{content:"\f24c"}.um-icon-soup-can:before{content:"\f4f4"}.um-icon-soup-can-outline:before{content:"\f4f3"}.um-icon-speakerphone:before{content:"\f2b2"}.um-icon-speedometer:before{content:"\f2b3"}.um-icon-spoon:before{content:"\f2b4"}.um-icon-star:before{content:"\f24e"}.um-icon-stats-bars:before{content:"\f2b5"}.um-icon-steam:before{content:"\f30b"}.um-icon-stop:before{content:"\f24f"}.um-icon-thermometer:before{content:"\f2b6"}.um-icon-thumbsdown:before{content:"\f250"}.um-icon-thumbsup:before{content:"\f251"}.um-icon-toggle:before{content:"\f355"}.um-icon-toggle-filled:before{content:"\f354"}.um-icon-transgender:before{content:"\f4f5"}.um-icon-trash-a:before{content:"\f252"}.um-icon-trash-b:before{content:"\f253"}.um-icon-trophy:before{content:"\f356"}.um-icon-tshirt:before{content:"\f4f7"}.um-icon-tshirt-outline:before{content:"\f4f6"}.um-icon-umbrella:before{content:"\f2b7"}.um-icon-university:before{content:"\f357"}.um-icon-unlocked:before{content:"\f254"}.um-icon-upload:before{content:"\f255"}.um-icon-usb:before{content:"\f2b8"}.um-icon-videocamera:before{content:"\f256"}.um-icon-volume-high:before{content:"\f257"}.um-icon-volume-low:before{content:"\f258"}.um-icon-volume-medium:before{content:"\f259"}.um-icon-volume-mute:before{content:"\f25a"}.um-icon-wand:before{content:"\f358"}.um-icon-waterdrop:before{content:"\f25b"}.um-icon-wifi:before{content:"\f25c"}.um-icon-wineglass:before{content:"\f2b9"}.um-icon-woman:before{content:"\f25d"}.um-icon-wrench:before{content:"\f2ba"}.um-icon-xbox:before{content:"\f30c"}
2
- @font-face{font-family:FontAwesome;src:url(../font/fontawesome-webfont.eot?v=4.2.0);src:url(../font/fontawesome-webfont.eot?v=4.2.0#iefix) format("embedded-opentype"),url(../font/fontawesome-webfont.woff?v=4.2.0) format("woff"),url(../font/fontawesome-webfont.ttf?v=4.2.0) format("truetype"),url(../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal;font-display: swap}[class*=" um-faicon-"]:before,[class^=um-faicon-]:before{font-family:FontAwesome!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um-faicon-glass:before{content:"\f000"}.um-faicon-music:before{content:"\f001"}.um-faicon-search:before{content:"\f002"}.um-faicon-envelope-o:before{content:"\f003"}.um-faicon-heart:before{content:"\f004"}.um-faicon-star:before{content:"\f005"}.um-faicon-star-o:before{content:"\f006"}.um-faicon-user:before{content:"\f007"}.um-faicon-film:before{content:"\f008"}.um-faicon-th-large:before{content:"\f009"}.um-faicon-th:before{content:"\f00a"}.um-faicon-th-list:before{content:"\f00b"}.um-faicon-check:before{content:"\f00c"}.um-faicon-close:before,.um-faicon-remove:before,.um-faicon-times:before{content:"\f00d"}.um-faicon-search-plus:before{content:"\f00e"}.um-faicon-search-minus:before{content:"\f010"}.um-faicon-power-off:before{content:"\f011"}.um-faicon-signal:before{content:"\f012"}.um-faicon-cog:before,.um-faicon-gear:before{content:"\f013"}.um-faicon-trash-o:before{content:"\f014"}.um-faicon-home:before{content:"\f015"}.um-faicon-file-o:before{content:"\f016"}.um-faicon-clock-o:before{content:"\f017"}.um-faicon-road:before{content:"\f018"}.um-faicon-download:before{content:"\f019"}.um-faicon-arrow-circle-o-down:before{content:"\f01a"}.um-faicon-arrow-circle-o-up:before{content:"\f01b"}.um-faicon-inbox:before{content:"\f01c"}.um-faicon-play-circle-o:before{content:"\f01d"}.um-faicon-repeat:before,.um-faicon-rotate-right:before{content:"\f01e"}.um-faicon-refresh:before{content:"\f021"}.um-faicon-list-alt:before{content:"\f022"}.um-faicon-lock:before{content:"\f023"}.um-faicon-flag:before{content:"\f024"}.um-faicon-headphones:before{content:"\f025"}.um-faicon-volume-off:before{content:"\f026"}.um-faicon-volume-down:before{content:"\f027"}.um-faicon-volume-up:before{content:"\f028"}.um-faicon-qrcode:before{content:"\f029"}.um-faicon-barcode:before{content:"\f02a"}.um-faicon-tag:before{content:"\f02b"}.um-faicon-tags:before{content:"\f02c"}.um-faicon-book:before{content:"\f02d"}.um-faicon-bookmark:before{content:"\f02e"}.um-faicon-print:before{content:"\f02f"}.um-faicon-camera:before{content:"\f030"}.um-faicon-font:before{content:"\f031"}.um-faicon-bold:before{content:"\f032"}.um-faicon-italic:before{content:"\f033"}.um-faicon-text-height:before{content:"\f034"}.um-faicon-text-width:before{content:"\f035"}.um-faicon-align-left:before{content:"\f036"}.um-faicon-align-center:before{content:"\f037"}.um-faicon-align-right:before{content:"\f038"}.um-faicon-align-justify:before{content:"\f039"}.um-faicon-list:before{content:"\f03a"}.um-faicon-dedent:before,.um-faicon-outdent:before{content:"\f03b"}.um-faicon-indent:before{content:"\f03c"}.um-faicon-video-camera:before{content:"\f03d"}.um-faicon-image:before,.um-faicon-photo:before,.um-faicon-picture-o:before{content:"\f03e"}.um-faicon-pencil:before{content:"\f040"}.um-faicon-map-marker:before{content:"\f041"}.um-faicon-adjust:before{content:"\f042"}.um-faicon-tint:before{content:"\f043"}.um-faicon-edit:before,.um-faicon-pencil-square-o:before{content:"\f044"}.um-faicon-share-square-o:before{content:"\f045"}.um-faicon-check-square-o:before{content:"\f046"}.um-faicon-arrows:before{content:"\f047"}.um-faicon-step-backward:before{content:"\f048"}.um-faicon-fast-backward:before{content:"\f049"}.um-faicon-backward:before{content:"\f04a"}.um-faicon-play:before{content:"\f04b"}.um-faicon-pause:before{content:"\f04c"}.um-faicon-stop:before{content:"\f04d"}.um-faicon-forward:before{content:"\f04e"}.um-faicon-fast-forward:before{content:"\f050"}.um-faicon-step-forward:before{content:"\f051"}.um-faicon-eject:before{content:"\f052"}.um-faicon-chevron-left:before{content:"\f053"}.um-faicon-chevron-right:before{content:"\f054"}.um-faicon-plus-circle:before{content:"\f055"}.um-faicon-minus-circle:before{content:"\f056"}.um-faicon-times-circle:before{content:"\f057"}.um-faicon-check-circle:before{content:"\f058"}.um-faicon-question-circle:before{content:"\f059"}.um-faicon-info-circle:before{content:"\f05a"}.um-faicon-crosshairs:before{content:"\f05b"}.um-faicon-times-circle-o:before{content:"\f05c"}.um-faicon-check-circle-o:before{content:"\f05d"}.um-faicon-ban:before{content:"\f05e"}.um-faicon-arrow-left:before{content:"\f060"}.um-faicon-arrow-right:before{content:"\f061"}.um-faicon-arrow-up:before{content:"\f062"}.um-faicon-arrow-down:before{content:"\f063"}.um-faicon-mail-forward:before,.um-faicon-share:before{content:"\f064"}.um-faicon-expand:before{content:"\f065"}.um-faicon-compress:before{content:"\f066"}.um-faicon-plus:before{content:"\f067"}.um-faicon-minus:before{content:"\f068"}.um-faicon-asterisk:before{content:"\f069"}.um-faicon-exclamation-circle:before{content:"\f06a"}.um-faicon-gift:before{content:"\f06b"}.um-faicon-leaf:before{content:"\f06c"}.um-faicon-fire:before{content:"\f06d"}.um-faicon-eye:before{content:"\f06e"}.um-faicon-eye-slash:before{content:"\f070"}.um-faicon-exclamation-triangle:before,.um-faicon-warning:before{content:"\f071"}.um-faicon-plane:before{content:"\f072"}.um-faicon-calendar:before{content:"\f073"}.um-faicon-random:before{content:"\f074"}.um-faicon-comment:before{content:"\f075"}.um-faicon-magnet:before{content:"\f076"}.um-faicon-chevron-up:before{content:"\f077"}.um-faicon-chevron-down:before{content:"\f078"}.um-faicon-retweet:before{content:"\f079"}.um-faicon-shopping-cart:before{content:"\f07a"}.um-faicon-folder:before{content:"\f07b"}.um-faicon-folder-open:before{content:"\f07c"}.um-faicon-arrows-v:before{content:"\f07d"}.um-faicon-arrows-h:before{content:"\f07e"}.um-faicon-bar-chart-o:before,.um-faicon-bar-chart:before{content:"\f080"}.um-faicon-twitter-square:before{content:"\f081"}.um-faicon-facebook-square:before{content:"\f082"}.um-faicon-camera-retro:before{content:"\f083"}.um-faicon-key:before{content:"\f084"}.um-faicon-cogs:before,.um-faicon-gears:before{content:"\f085"}.um-faicon-comments:before{content:"\f086"}.um-faicon-thumbs-o-up:before{content:"\f087"}.um-faicon-thumbs-o-down:before{content:"\f088"}.um-faicon-star-half:before{content:"\f089"}.um-faicon-heart-o:before{content:"\f08a"}.um-faicon-sign-out:before{content:"\f08b"}.um-faicon-linkedin-square:before{content:"\f08c"}.um-faicon-thumb-tack:before{content:"\f08d"}.um-faicon-external-link:before{content:"\f08e"}.um-faicon-sign-in:before{content:"\f090"}.um-faicon-trophy:before{content:"\f091"}.um-faicon-github-square:before{content:"\f092"}.um-faicon-upload:before{content:"\f093"}.um-faicon-lemon-o:before{content:"\f094"}.um-faicon-phone:before{content:"\f095"}.um-faicon-square-o:before{content:"\f096"}.um-faicon-bookmark-o:before{content:"\f097"}.um-faicon-phone-square:before{content:"\f098"}.um-faicon-twitter:before{content:"\f099"}.um-faicon-facebook:before{content:"\f09a"}.um-faicon-github:before{content:"\f09b"}.um-faicon-unlock:before{content:"\f09c"}.um-faicon-credit-card:before{content:"\f09d"}.um-faicon-rss:before{content:"\f09e"}.um-faicon-hdd-o:before{content:"\f0a0"}.um-faicon-bullhorn:before{content:"\f0a1"}.um-faicon-bell:before{content:"\f0f3"}.um-faicon-certificate:before{content:"\f0a3"}.um-faicon-hand-o-right:before{content:"\f0a4"}.um-faicon-hand-o-left:before{content:"\f0a5"}.um-faicon-hand-o-up:before{content:"\f0a6"}.um-faicon-hand-o-down:before{content:"\f0a7"}.um-faicon-arrow-circle-left:before{content:"\f0a8"}.um-faicon-arrow-circle-right:before{content:"\f0a9"}.um-faicon-arrow-circle-up:before{content:"\f0aa"}.um-faicon-arrow-circle-down:before{content:"\f0ab"}.um-faicon-globe:before{content:"\f0ac"}.um-faicon-wrench:before{content:"\f0ad"}.um-faicon-tasks:before{content:"\f0ae"}.um-faicon-filter:before{content:"\f0b0"}.um-faicon-briefcase:before{content:"\f0b1"}.um-faicon-arrows-alt:before{content:"\f0b2"}.um-faicon-group:before,.um-faicon-users:before{content:"\f0c0"}.um-faicon-chain:before,.um-faicon-link:before{content:"\f0c1"}.um-faicon-cloud:before{content:"\f0c2"}.um-faicon-flask:before{content:"\f0c3"}.um-faicon-cut:before,.um-faicon-scissors:before{content:"\f0c4"}.um-faicon-copy:before,.um-faicon-files-o:before{content:"\f0c5"}.um-faicon-paperclip:before{content:"\f0c6"}.um-faicon-floppy-o:before,.um-faicon-save:before{content:"\f0c7"}.um-faicon-square:before{content:"\f0c8"}.um-faicon-bars:before,.um-faicon-navicon:before,.um-faicon-reorder:before{content:"\f0c9"}.um-faicon-list-ul:before{content:"\f0ca"}.um-faicon-list-ol:before{content:"\f0cb"}.um-faicon-strikethrough:before{content:"\f0cc"}.um-faicon-underline:before{content:"\f0cd"}.um-faicon-table:before{content:"\f0ce"}.um-faicon-magic:before{content:"\f0d0"}.um-faicon-truck:before{content:"\f0d1"}.um-faicon-pinterest:before{content:"\f0d2"}.um-faicon-pinterest-square:before{content:"\f0d3"}.um-faicon-google-plus-square:before{content:"\f0d4"}.um-faicon-google-plus:before{content:"\f0d5"}.um-faicon-money:before{content:"\f0d6"}.um-faicon-caret-down:before{content:"\f0d7"}.um-faicon-caret-up:before{content:"\f0d8"}.um-faicon-caret-left:before{content:"\f0d9"}.um-faicon-caret-right:before{content:"\f0da"}.um-faicon-columns:before{content:"\f0db"}.um-faicon-sort:before,.um-faicon-unsorted:before{content:"\f0dc"}.um-faicon-sort-desc:before,.um-faicon-sort-down:before{content:"\f0dd"}.um-faicon-sort-asc:before,.um-faicon-sort-up:before{content:"\f0de"}.um-faicon-envelope:before{content:"\f0e0"}.um-faicon-linkedin:before{content:"\f0e1"}.um-faicon-rotate-left:before,.um-faicon-undo:before{content:"\f0e2"}.um-faicon-gavel:before,.um-faicon-legal:before{content:"\f0e3"}.um-faicon-dashboard:before,.um-faicon-tachometer:before{content:"\f0e4"}.um-faicon-comment-o:before{content:"\f0e5"}.um-faicon-comments-o:before{content:"\f0e6"}.um-faicon-bolt:before,.um-faicon-flash:before{content:"\f0e7"}.um-faicon-sitemap:before{content:"\f0e8"}.um-faicon-umbrella:before{content:"\f0e9"}.um-faicon-clipboard:before,.um-faicon-paste:before{content:"\f0ea"}.um-faicon-lightbulb-o:before{content:"\f0eb"}.um-faicon-exchange:before{content:"\f0ec"}.um-faicon-cloud-download:before{content:"\f0ed"}.um-faicon-cloud-upload:before{content:"\f0ee"}.um-faicon-user-md:before{content:"\f0f0"}.um-faicon-stethoscope:before{content:"\f0f1"}.um-faicon-suitcase:before{content:"\f0f2"}.um-faicon-bell-o:before{content:"\f0a2"}.um-faicon-coffee:before{content:"\f0f4"}.um-faicon-cutlery:before{content:"\f0f5"}.um-faicon-file-text-o:before{content:"\f0f6"}.um-faicon-building-o:before{content:"\f0f7"}.um-faicon-hospital-o:before{content:"\f0f8"}.um-faicon-ambulance:before{content:"\f0f9"}.um-faicon-medkit:before{content:"\f0fa"}.um-faicon-fighter-jet:before{content:"\f0fb"}.um-faicon-beer:before{content:"\f0fc"}.um-faicon-h-square:before{content:"\f0fd"}.um-faicon-plus-square:before{content:"\f0fe"}.um-faicon-angle-double-left:before{content:"\f100"}.um-faicon-angle-double-right:before{content:"\f101"}.um-faicon-angle-double-up:before{content:"\f102"}.um-faicon-angle-double-down:before{content:"\f103"}.um-faicon-angle-left:before{content:"\f104"}.um-faicon-angle-right:before{content:"\f105"}.um-faicon-angle-up:before{content:"\f106"}.um-faicon-angle-down:before{content:"\f107"}.um-faicon-desktop:before{content:"\f108"}.um-faicon-laptop:before{content:"\f109"}.um-faicon-tablet:before{content:"\f10a"}.um-faicon-mobile-phone:before,.um-faicon-mobile:before{content:"\f10b"}.um-faicon-circle-o:before{content:"\f10c"}.um-faicon-quote-left:before{content:"\f10d"}.um-faicon-quote-right:before{content:"\f10e"}.um-faicon-spinner:before{content:"\f110"}.um-faicon-spin{-webkit-animation:um-faicon-spin 2s infinite linear;animation:um-faicon-spin 2s infinite linear}.um-faicon-circle:before{content:"\f111"}.um-faicon-mail-reply:before,.um-faicon-reply:before{content:"\f112"}.um-faicon-github-alt:before{content:"\f113"}.um-faicon-folder-o:before{content:"\f114"}.um-faicon-folder-open-o:before{content:"\f115"}.um-faicon-smile-o:before{content:"\f118"}.um-faicon-frown-o:before{content:"\f119"}.um-faicon-meh-o:before{content:"\f11a"}.um-faicon-gamepad:before{content:"\f11b"}.um-faicon-keyboard-o:before{content:"\f11c"}.um-faicon-flag-o:before{content:"\f11d"}.um-faicon-flag-checkered:before{content:"\f11e"}.um-faicon-terminal:before{content:"\f120"}.um-faicon-code:before{content:"\f121"}.um-faicon-mail-reply-all:before,.um-faicon-reply-all:before{content:"\f122"}.um-faicon-star-half-empty:before,.um-faicon-star-half-full:before,.um-faicon-star-half-o:before{content:"\f123"}.um-faicon-location-arrow:before{content:"\f124"}.um-faicon-crop:before{content:"\f125"}.um-faicon-code-fork:before{content:"\f126"}.um-faicon-chain-broken:before,.um-faicon-unlink:before{content:"\f127"}.um-faicon-question:before{content:"\f128"}.um-faicon-info:before{content:"\f129"}.um-faicon-exclamation:before{content:"\f12a"}.um-faicon-superscript:before{content:"\f12b"}.um-faicon-subscript:before{content:"\f12c"}.um-faicon-eraser:before{content:"\f12d"}.um-faicon-puzzle-piece:before{content:"\f12e"}.um-faicon-microphone:before{content:"\f130"}.um-faicon-microphone-slash:before{content:"\f131"}.um-faicon-shield:before{content:"\f132"}.um-faicon-calendar-o:before{content:"\f133"}.um-faicon-fire-extinguisher:before{content:"\f134"}.um-faicon-rocket:before{content:"\f135"}.um-faicon-maxcdn:before{content:"\f136"}.um-faicon-chevron-circle-left:before{content:"\f137"}.um-faicon-chevron-circle-right:before{content:"\f138"}.um-faicon-chevron-circle-up:before{content:"\f139"}.um-faicon-chevron-circle-down:before{content:"\f13a"}.um-faicon-html5:before{content:"\f13b"}.um-faicon-css3:before{content:"\f13c"}.um-faicon-anchor:before{content:"\f13d"}.um-faicon-unlock-alt:before{content:"\f13e"}.um-faicon-bullseye:before{content:"\f140"}.um-faicon-ellipsis-h:before{content:"\f141"}.um-faicon-ellipsis-v:before{content:"\f142"}.um-faicon-rss-square:before{content:"\f143"}.um-faicon-play-circle:before{content:"\f144"}.um-faicon-ticket:before{content:"\f145"}.um-faicon-minus-square:before{content:"\f146"}.um-faicon-minus-square-o:before{content:"\f147"}.um-faicon-level-up:before{content:"\f148"}.um-faicon-level-down:before{content:"\f149"}.um-faicon-check-square:before{content:"\f14a"}.um-faicon-pencil-square:before{content:"\f14b"}.um-faicon-external-link-square:before{content:"\f14c"}.um-faicon-share-square:before{content:"\f14d"}.um-faicon-compass:before{content:"\f14e"}.um-faicon-caret-square-o-down:before,.um-faicon-toggle-down:before{content:"\f150"}.um-faicon-caret-square-o-up:before,.um-faicon-toggle-up:before{content:"\f151"}.um-faicon-caret-square-o-right:before,.um-faicon-toggle-right:before{content:"\f152"}.um-faicon-eur:before,.um-faicon-euro:before{content:"\f153"}.um-faicon-gbp:before{content:"\f154"}.um-faicon-dollar:before,.um-faicon-usd:before{content:"\f155"}.um-faicon-inr:before,.um-faicon-rupee:before{content:"\f156"}.um-faicon-cny:before,.um-faicon-jpy:before,.um-faicon-rmb:before,.um-faicon-yen:before{content:"\f157"}.um-faicon-rouble:before,.um-faicon-rub:before,.um-faicon-ruble:before{content:"\f158"}.um-faicon-krw:before,.um-faicon-won:before{content:"\f159"}.um-faicon-bitcoin:before,.um-faicon-btc:before{content:"\f15a"}.um-faicon-file:before{content:"\f15b"}.um-faicon-file-text:before{content:"\f15c"}.um-faicon-sort-alpha-asc:before{content:"\f15d"}.um-faicon-sort-alpha-desc:before{content:"\f15e"}.um-faicon-sort-amount-asc:before{content:"\f160"}.um-faicon-sort-amount-desc:before{content:"\f161"}.um-faicon-sort-numeric-asc:before{content:"\f162"}.um-faicon-sort-numeric-desc:before{content:"\f163"}.um-faicon-thumbs-up:before{content:"\f164"}.um-faicon-thumbs-down:before{content:"\f165"}.um-faicon-youtube-square:before{content:"\f166"}.um-faicon-youtube:before{content:"\f167"}.um-faicon-xing:before{content:"\f168"}.um-faicon-xing-square:before{content:"\f169"}.um-faicon-youtube-play:before{content:"\f16a"}.um-faicon-dropbox:before{content:"\f16b"}.um-faicon-stack-overflow:before{content:"\f16c"}.um-faicon-instagram:before{content:"\f16d"}.um-faicon-flickr:before{content:"\f16e"}.um-faicon-adn:before{content:"\f170"}.um-faicon-bitbucket:before{content:"\f171"}.um-faicon-bitbucket-square:before{content:"\f172"}.um-faicon-tumblr:before{content:"\f173"}.um-faicon-tumblr-square:before{content:"\f174"}.um-faicon-long-arrow-down:before{content:"\f175"}.um-faicon-long-arrow-up:before{content:"\f176"}.um-faicon-long-arrow-left:before{content:"\f177"}.um-faicon-long-arrow-right:before{content:"\f178"}.um-faicon-apple:before{content:"\f179"}.um-faicon-windows:before{content:"\f17a"}.um-faicon-android:before{content:"\f17b"}.um-faicon-linux:before{content:"\f17c"}.um-faicon-dribbble:before{content:"\f17d"}.um-faicon-skype:before{content:"\f17e"}.um-faicon-foursquare:before{content:"\f180"}.um-faicon-trello:before{content:"\f181"}.um-faicon-female:before{content:"\f182"}.um-faicon-male:before{content:"\f183"}.um-faicon-gittip:before{content:"\f184"}.um-faicon-sun-o:before{content:"\f185"}.um-faicon-moon-o:before{content:"\f186"}.um-faicon-archive:before{content:"\f187"}.um-faicon-bug:before{content:"\f188"}.um-faicon-vk:before{content:"\f189"}.um-faicon-weibo:before{content:"\f18a"}.um-faicon-renren:before{content:"\f18b"}.um-faicon-pagelines:before{content:"\f18c"}.um-faicon-stack-exchange:before{content:"\f18d"}.um-faicon-arrow-circle-o-right:before{content:"\f18e"}.um-faicon-arrow-circle-o-left:before{content:"\f190"}.um-faicon-caret-square-o-left:before,.um-faicon-toggle-left:before{content:"\f191"}.um-faicon-dot-circle-o:before{content:"\f192"}.um-faicon-wheelchair:before{content:"\f193"}.um-faicon-vimeo-square:before{content:"\f194"}.um-faicon-try:before,.um-faicon-turkish-lira:before{content:"\f195"}.um-faicon-plus-square-o:before{content:"\f196"}.um-faicon-space-shuttle:before{content:"\f197"}.um-faicon-slack:before{content:"\f198"}.um-faicon-envelope-square:before{content:"\f199"}.um-faicon-wordpress:before{content:"\f19a"}.um-faicon-openid:before{content:"\f19b"}.um-faicon-bank:before,.um-faicon-institution:before,.um-faicon-university:before{content:"\f19c"}.um-faicon-graduation-cap:before,.um-faicon-mortar-board:before{content:"\f19d"}.um-faicon-yahoo:before{content:"\f19e"}.um-faicon-google:before{content:"\f1a0"}.um-faicon-reddit:before{content:"\f1a1"}.um-faicon-reddit-square:before{content:"\f1a2"}.um-faicon-stumbleupon-circle:before{content:"\f1a3"}.um-faicon-stumbleupon:before{content:"\f1a4"}.um-faicon-delicious:before{content:"\f1a5"}.um-faicon-digg:before{content:"\f1a6"}.um-faicon-pied-piper:before{content:"\f1a7"}.um-faicon-pied-piper-alt:before{content:"\f1a8"}.um-faicon-drupal:before{content:"\f1a9"}.um-faicon-joomla:before{content:"\f1aa"}.um-faicon-language:before{content:"\f1ab"}.um-faicon-fax:before{content:"\f1ac"}.um-faicon-building:before{content:"\f1ad"}.um-faicon-child:before{content:"\f1ae"}.um-faicon-paw:before{content:"\f1b0"}.um-faicon-spoon:before{content:"\f1b1"}.um-faicon-cube:before{content:"\f1b2"}.um-faicon-cubes:before{content:"\f1b3"}.um-faicon-behance:before{content:"\f1b4"}.um-faicon-behance-square:before{content:"\f1b5"}.um-faicon-steam:before{content:"\f1b6"}.um-faicon-steam-square:before{content:"\f1b7"}.um-faicon-recycle:before{content:"\f1b8"}.um-faicon-automobile:before,.um-faicon-car:before{content:"\f1b9"}.um-faicon-cab:before,.um-faicon-taxi:before{content:"\f1ba"}.um-faicon-tree:before{content:"\f1bb"}.um-faicon-spotify:before{content:"\f1bc"}.um-faicon-deviantart:before{content:"\f1bd"}.um-faicon-soundcloud:before{content:"\f1be"}.um-faicon-database:before{content:"\f1c0"}.um-faicon-file-pdf-o:before{content:"\f1c1"}.um-faicon-file-word-o:before{content:"\f1c2"}.um-faicon-file-excel-o:before{content:"\f1c3"}.um-faicon-file-powerpoint-o:before{content:"\f1c4"}.um-faicon-file-image-o:before,.um-faicon-file-photo-o:before,.um-faicon-file-picture-o:before{content:"\f1c5"}.um-faicon-file-archive-o:before,.um-faicon-file-zip-o:before{content:"\f1c6"}.um-faicon-file-audio-o:before,.um-faicon-file-sound-o:before{content:"\f1c7"}.um-faicon-file-movie-o:before,.um-faicon-file-video-o:before{content:"\f1c8"}.um-faicon-file-code-o:before{content:"\f1c9"}.um-faicon-vine:before{content:"\f1ca"}.um-faicon-codepen:before{content:"\f1cb"}.um-faicon-jsfiddle:before{content:"\f1cc"}.um-faicon-life-bouy:before,.um-faicon-life-buoy:before,.um-faicon-life-ring:before,.um-faicon-life-saver:before,.um-faicon-support:before{content:"\f1cd"}.um-faicon-circle-o-notch:before{content:"\f1ce"}.um-faicon-ra:before,.um-faicon-rebel:before{content:"\f1d0"}.um-faicon-empire:before,.um-faicon-ge:before{content:"\f1d1"}.um-faicon-git-square:before{content:"\f1d2"}.um-faicon-git:before{content:"\f1d3"}.um-faicon-hacker-news:before{content:"\f1d4"}.um-faicon-tencent-weibo:before{content:"\f1d5"}.um-faicon-qq:before{content:"\f1d6"}.um-faicon-wechat:before,.um-faicon-weixin:before{content:"\f1d7"}.um-faicon-paper-plane:before,.um-faicon-send:before{content:"\f1d8"}.um-faicon-paper-plane-o:before,.um-faicon-send-o:before{content:"\f1d9"}.um-faicon-history:before{content:"\f1da"}.um-faicon-circle-thin:before{content:"\f1db"}.um-faicon-header:before{content:"\f1dc"}.um-faicon-paragraph:before{content:"\f1dd"}.um-faicon-sliders:before{content:"\f1de"}.um-faicon-share-alt:before{content:"\f1e0"}.um-faicon-share-alt-square:before{content:"\f1e1"}.um-faicon-bomb:before{content:"\f1e2"}.um-faicon-futbol-o:before,.um-faicon-soccer-ball-o:before{content:"\f1e3"}.um-faicon-tty:before{content:"\f1e4"}.um-faicon-binoculars:before{content:"\f1e5"}.um-faicon-plug:before{content:"\f1e6"}.um-faicon-slideshare:before{content:"\f1e7"}.um-faicon-twitch:before{content:"\f1e8"}.um-faicon-yelp:before{content:"\f1e9"}.um-faicon-newspaper-o:before{content:"\f1ea"}.um-faicon-wifi:before{content:"\f1eb"}.um-faicon-calculator:before{content:"\f1ec"}.um-faicon-paypal:before{content:"\f1ed"}.um-faicon-google-wallet:before{content:"\f1ee"}.um-faicon-cc-visa:before{content:"\f1f0"}.um-faicon-cc-mastercard:before{content:"\f1f1"}.um-faicon-cc-discover:before{content:"\f1f2"}.um-faicon-cc-amex:before{content:"\f1f3"}.um-faicon-cc-paypal:before{content:"\f1f4"}.um-faicon-cc-stripe:before{content:"\f1f5"}.um-faicon-bell-slash:before{content:"\f1f6"}.um-faicon-bell-slash-o:before{content:"\f1f7"}.um-faicon-trash:before{content:"\f1f8"}.um-faicon-copyright:before{content:"\f1f9"}.um-faicon-at:before{content:"\f1fa"}.um-faicon-eyedropper:before{content:"\f1fb"}.um-faicon-paint-brush:before{content:"\f1fc"}.um-faicon-birthday-cake:before{content:"\f1fd"}.um-faicon-area-chart:before{content:"\f1fe"}.um-faicon-pie-chart:before{content:"\f200"}.um-faicon-line-chart:before{content:"\f201"}.um-faicon-lastfm:before{content:"\f202"}.um-faicon-lastfm-square:before{content:"\f203"}.um-faicon-toggle-off:before{content:"\f204"}.um-faicon-toggle-on:before{content:"\f205"}.um-faicon-bicycle:before{content:"\f206"}.um-faicon-bus:before{content:"\f207"}.um-faicon-ioxhost:before{content:"\f208"}.um-faicon-angellist:before{content:"\f209"}.um-faicon-cc:before{content:"\f20a"}.um-faicon-ils:before,.um-faicon-shekel:before,.um-faicon-sheqel:before{content:"\f20b"}.um-faicon-meanpath:before{content:"\f20c"}@-moz-keyframes um-faicon-spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes um-faicon-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes um-faicon-spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes um-faicon-spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes um-faicon-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}
3
- .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--classic .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
4
- .um-modal *,.um-popup,.um-popup *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-modal,.um-modal-body,.um-popup{box-sizing:border-box}.um-modal-btn,.um-modal-close{text-decoration:none!important}.um-popup-overlay{background:rgba(0,0,0,.7);width:100%;height:100%;position:fixed;top:0;left:0;z-index:1999992}.um-popup{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:fixed;left:50%;top:10%;margin-left:-250px;width:500px;background:#fff;box-shadow:0 1px 3px #111;z-index:1999993;overflow:auto;color:#888;padding:0!important}.um-modal,.um-modal-body.photo{-moz-border-radius:3px;-webkit-border-radius:3px}.um-popup.loading{background:url(../img/loading.gif) center no-repeat #fff;min-height:100px}.um-popup a{outline:0!important}.um-modal-overlay{background:rgba(0,0,0,.85);width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999}.um-modal-hidden-content{display:none}.um-modal-close{display:block;position:fixed;right:0;top:0;font-size:24px;color:#fff!important;padding:0 10px}.um-modal{border-radius:3px;position:fixed;left:50%;display:none;z-index:1999993;bottom:-50px}.um-modal.normal{width:500px;margin-left:-250px}.um-modal.large{width:730px;margin-left:-365px}.um-modal.small{width:400px;margin-left:-200px}.um-modal-body{min-height:3px;padding:20px;width:100%;background:#fff;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.um-modal-body.photo{border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 0 0 1px rgba(255,255,255,.12) inset;background:#888;padding:0}.um-modal-btn,.um-modal-header{padding:0 20px;box-sizing:border-box;color:#fff}.um-modal-body.photo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:block;overflow:hidden;opacity:0}.um-modal.loading .um-modal-body{background:url(../img/loading.gif) center no-repeat #fff;min-height:150px}.um-modal div.um{margin-bottom:20px!important}.um-modal-header{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;height:44px;line-height:44px;font-size:17px}.um-modal-footer{margin-top:20px}.um-modal-left{float:left}.um-modal-right{float:right}.um-modal-btn.disabled,.um-modal-btn.disabled:hover{opacity:.5;cursor:default!important}.um-modal-btn{cursor:pointer!important;line-height:34px!important;height:34px;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-align:center;vertical-align:middle;font-size:14px;transition:.2s}.um-modal-btn:hover{background:#44b0ec;color:#fff}.um-modal-btn.alt{color:#666;background:#eee}.um-modal-btn.alt:hover{background:#e5e5e5}.um-modal .um-single-image-preview.crop img{float:left}
5
- .um,.um input,.um select,.um textarea{font-size:15px}.um,.um *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-field-error,p.um-notice{-moz-border-radius:3px;-webkit-border-radius:3px}.um-button i,.um-field-group-head i:before,.um-row-heading i:before{vertical-align:middle!important}.um{width:100%;text-align:left;box-sizing:border-box;color:#666;margin-bottom:30px!important;opacity:0}.um-s1,.um-s2{display:none}.um *,.um :after,.um :before{box-sizing:content-box}.um-account-side li a,.um-cover a,.um-field-value a,.um-header a,.um-member-less a,.um-member-more a,.um-member-name a,.um-member-photo a,.um-members a,.um-members-pagi a,.um-members-pagi span{border-bottom:0!important}.um a:focus,.um-modal a:focus{outline:0!important}.um a .image-overlay,.um a:hover .image-overlay,.um a:hover .image-overlay *{display:none!important;width:0!important;height:0!important;position:static!important}.um.um-in-admin{padding-top:0}.um.um-in-admin .um-tip{display:none!important}.um-left{float:left}.um-right{float:right}.um-clear{clear:both}.um-center{text-align:center}.um-center .um-button{display:inline-block!important;width:auto!important;min-width:250px!important}.um-half{width:48%}.um-field-half{width:48%;float:left}.um-field-half.right{float:right}.um-field-tri{width:30%;float:left;margin-right:3%}.um img{box-shadow:none!important}.um-col{padding-bottom:20px}.um-col-alt{margin:0 0 5px}.um-col-alt-s{padding-top:10px}.um-col-alt-b{padding-top:20px}.um-col-121{float:left;width:48%}.um-col-122{float:right;width:48%}.um-col-131,.um-col-132,.um-col-133{width:30%;float:left}.um-col-132{margin:0 5%}.um-raty i{font-size:26px}.um-field-half .um-raty i,.um-field-tri .um-raty i{font-size:21px}.um-button i{font-size:22px;width:22px;height:12px!important;display:inline-block;line-height:12px!important;position:relative;top:-6px;margin-right:8px}.um-row-heading{padding:5px 0;font-size:16px}.um-row-heading i{font-size:24px;height:24px;line-height:24px;margin:0 12px 0 0;display:inline-block;width:30px;text-align:center}p.um-notice{width:auto;color:#fff;box-sizing:border-box;font-size:15px;padding:12px!important;margin:12px 0 0!important;border-radius:3px;position:relative}p.um-notice i{position:absolute;right:14px;font-size:36px;cursor:pointer;top:7px;display:block;height:30px;line-height:30px}p.um-notice.success{background:#7ACF58}p.um-notice.err{background:#C74A4A}p.um-notice.warning{background:#f9f9d1;color:#666;border:1px solid #efe4a2;padding:8px 15px!important}.um-error-block,.um-field-error{width:auto;max-width:100%;background:#C74A4A;box-sizing:border-box;padding:12px;margin:12px 0 0}.um-field-error{border-radius:3px;color:#fff;position:relative;font-size:14px;line-height:20px!important}.um-field-error a{color:#fff!important;text-decoration:underline!important}.um-button,.um-field-group-cancel,a.um-link-alt{text-decoration:none!important}.um-field-arrow{top:-17px;left:10px;position:absolute;z-index:900;color:#C74A4A;font-size:28px;line-height:1em!important}.um-error-block,.um-field,.um-field-area,.um-field-divider,.um-tip,.um-tip i{position:relative}.um-error-block{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;font-size:14px;line-height:1em!important}.um-tip{margin:0 0 0 8px;cursor:pointer;display:inline-block;top:3px}.um-tip i{font-size:22px;height:22px;line-height:22px;display:block}.um-tip-text{display:block;font-size:13px;line-height:15px;color:#999}.um-form button::-moz-focus-inner,.um-form input::-moz-focus-inner{border:0!important;padding:0!important}.um-field{padding:15px 0 0}.um-field-b,.um-field-c{padding-top:0!important}.um-field.um-is-conditional{display:none}.um-field-label{display:block;margin:0 0 8px}.um-field-label .um-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.um-field-label .um-field-label-icon i{font-size:22px;position:relative;top:1px}.um-field-label label{font-size:15px!important;line-height:22px!important;font-weight:700;font-weight:600}.um-field-area{word-wrap:break-word}.um-field-value p{margin:0 0 6px!important;padding:0}.um-field-block{color:#777;font-size:17px}.um-field-spacing{width:100%}.um-field-divider{width:100%;margin:0 0 12px;height:24px}.um-field-divider-text{position:absolute;width:100%;text-align:center;bottom:-24px;left:0;font-size:16px;padding:10px 0}.um-field-divider-text span{background:#fff;color:#555;display:inline-block;padding:0 15px}.um-field-icon{position:absolute;cursor:default;text-align:center!important;top:2px;left:0;width:44px;font-size:22px;line-height:1.7em}.um-form input[type=number],.um-form input[type=password],.um-form input[type=tel],.um-form input[type=text]{padding:0 12px!important;width:100%;display:block!important;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static;outline:0!important}.um-form input[type=number]{width:auto;padding:0 0 0 5px!important;height:30px!important}.um-form input[type=number]:focus,.um-form input[type=password]:focus,.um-form input[type=tel]:focus,.um-form input[type=text]:focus,.um-form textarea:focus{box-shadow:none!important;outline:0!important}.um-form input[type=password].um-iconed,.um-form input[type=tel].um-iconed,.um-form input[type=text].um-iconed{padding-left:44px!important}.um-form input[type=password].um-error,.um-form input[type=tel].um-error,.um-form input[type=text].um-error{border-color:#C74A4A!important}.um-form textarea{width:100%;padding:8px 12px!important;display:block;font-size:15px!important;line-height:22px!important;background:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;box-sizing:border-box;min-height:80px!important;box-shadow:none;outline:0!important}.um-form .wp-editor-container{border:1px solid #ddd}.um-form .wp-editor-container textarea{background:#ddd!important;color:#222!important;border-radius:0}.um-field-c .um-field-checkbox{margin:0!important;position:relative;top:-14px}.um-field-checkbox,.um-field-radio{display:block;margin:8px 0;position:relative}.um-profile.um-editing .um-field-checkbox,.um-profile.um-editing .um-field-radio{cursor:pointer!important}.um-field-checkbox:hover i,.um-field-radio:hover i{color:#666}.um-field-checkbox input,.um-field-radio input{opacity:0!important;display:inline!important;width:0!important;float:left}.um-field-checkbox-state,.um-field-radio-state{position:absolute;top:0;left:1px;width:24px;height:24px}.um-field-checkbox-state i,.um-field-radio-state i{font-size:24px;line-height:24px;height:24px;color:#aaa;transition:all .2s linear}.um-button,.um-field-group-head{transition:.25s;box-sizing:border-box}.um-field-checkbox-option,.um-field-radio-option{margin:0 0 0 36px;line-height:24px;color:#888!important;display:block}.um-field-group{margin-top:20px}.um-field-group-head{cursor:pointer;color:#fff;font-size:16px;line-height:22px;padding:10px 20px;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;border-top:1px solid transparent!important;border-bottom:2px solid rgba(0,0,0,.1)!important}.um-field-group-head i{font-size:20px;margin:0 8px 0 0}.um-field-group-body{display:none;margin:15px 0 0;padding:15px 20px 5px;background:#f9f9f9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative;box-sizing:border-box;width:100%}.um-field-group-body div.um-field{padding:0 0 15px}.um-field-group-cancel{font-size:18px;position:absolute;z-index:800;right:8px;top:8px;color:#ccc!important}.um-field-group-cancel:hover{color:#777!important}.um div.disabled,.um input[type=number]:disabled,.um input[type=submit]:disabled,.um input[type=text]:disabled,.um-disabled{opacity:.6!important;cursor:no-drop!important}input[type=submit].um-button,input[type=submit].um-button:focus{vertical-align:middle!important;height:auto!important;font-size:15px;cursor:pointer!important;width:100%;box-shadow:none;text-shadow:none;font-family:inherit;outline:0!important;margin:0;opacity:1;-webkit-appearance:none}input[type=submit].um-button:hover{opacity:1}.um-button{font-size:15px;border:none!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;border-top:1px solid transparent!important;border-bottom:2px solid rgba(0,0,0,.1)!important;opacity:1}.um-button.um-btn-auto-width{width:auto;display:inline-block;padding:14px 20px!important;min-width:200px;max-width:450px}a.um-link-alt{line-height:22px;color:#888!important;display:block!important;font-weight:400;text-align:center;border-bottom:none!important}a.um-link-alt:hover{text-decoration:underline!important}.um-dropdown{position:absolute;height:auto;background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;z-index:10;display:none;border:1px solid #e5e5e5;box-sizing:border-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.1)}.um-dropdown li,.um-dropdown ul{list-style-type:none!important;padding:0!important;margin:0!important}.um-dropdown li a{display:block;padding:8px 12px;color:#666;font-size:14px;line-height:18px}.um-dropdown li:last-child a{border-top:1px solid #e5e5e5;padding:12px}.um-dropdown-b{position:relative}.um-dropdown-arr{position:absolute;font-size:24px;width:24px;height:24px;overflow:hidden;z-index:15;color:#eee}.um-dropdown-arr *{display:block!important;width:24px!important;height:24px!important;vertical-align:bottom!important;overflow:hidden!important;line-height:24px!important}div.um-photo{margin:20px auto 0;text-align:center;box-sizing:border-box;max-width:100%}div.um-photo,div.um-photo a,div.um-photo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.um-photo a{border:1px solid #e5e5e5;padding:5px;box-sizing:border-box;display:inline-block;box-shadow:0 1px 1px #eee;margin:0 auto;max-width:100%}div.um-photo img{max-height:300px;max-width:100%}span.um-req{margin:0 0 0 8px;font-size:14px;display:inline-block}small.um-max-filesize{display:block;color:#999;padding-top:5px}small.um-max-filesize span{font-size:12px}.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus{border-color:#DB2929!important}.um-form .um-field .um-field-area input.um-searching-username{background-image:url(../img/loading.gif);background-position:right center;background-repeat:no-repeat;background-size:24px 24px}.um-search-area{position:relative;max-width:300px}.um-search-area .um-search-field{width:100%}.um-search-area .um-search-icon{position:absolute;top:7px;right:10px}.select2-container.select2-container--open{z-index:9999999}.select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;color:#666!important;font-size:15px!important;text-align:left!important;text-decoration:none!important;-moz-border-radius:2px!important;-webkit-border-radius:2px!important;border-radius:2px!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff!important;border:2px solid #ddd!important}.select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation]{display:none}.select2.select2-container .select2-selection .select2-selection__arrow:before{content:"\f3d0"!important;font-size:27px!important;font-family:Ionicons!important;width:100%!important;display:block;height:100%;line-height:35px;color:#aaa}.select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute!important;right:0!important;top:0!important;-moz-border-radius:0 2px 2px 0!important;-webkit-border-radius:0 2px 2px 0!important;border-radius:0 2px 2px 0!important;text-align:center!important;background:0 0!important;border-left:0!important}.select2-container.select2-container--open .select2-dropdown{border:2px solid #ddd!important}.select2-results li{list-style:none;display:list-item;background-image:none;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:37px}.select2-results li.select2-results__option.select2-results__option--highlighted{background:#f4f4f4!important;color:#666!important}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-selection__clear{right:10px;font-size:30px;color:#aaa!important}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0;width:100%;line-height:20px;font-size:13px}.select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;top:-6px;margin-right:-9px;font-size:15px;position:absolute}.select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 3px 3px 5px}.select2-container .select2-search--inline{line-height:38px}.um-field-multiselect .um-field-area .um-field-icon,.um-field-select .um-field-area .um-field-icon{z-index:99999999}.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered{text-indent:20px}.um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child{margin-left:30px!important}
6
- .um-members a,.um-members a:hover,.um-members-pagi a:hover{text-decoration:none!important}.um-members img{display:block;overflow:hidden;-moz-border-radius:0!important;-webkit-border-radius:0!important;border-radius:0!important;margin:0!important;padding:0!important}.um-members-intro{text-align:center;margin:0 0 20px}.um-members-total{font-size:30px;font-weight:300}.um-members-none{text-align:center;font-size:18px}.um-search{text-align:center;padding:20px 50px}.um-search.um-search-2{padding-left:20%;padding-right:20%;width:100%;box-sizing:border-box}.um-search.um-search-1{padding-left:32%;padding-right:32%;width:100%;box-sizing:border-box}.um-search.um-search-1 .um-search-submit .um-button{display:block!important;min-width:100%!important;margin:0 0 10px!important}.um-search.um-search-1 .um-search-filter{width:100%;padding:0 0 10px;float:none}.um-member,.um-search-filter{float:left;box-sizing:border-box}.um-search.um-search-2 .um-search-filter{width:50%}.um-search-filter{padding:0 15px 30px;display:block;width:33%}.um-search-submit .um-button{display:inline-block!important;width:auto!important;padding:12px 20px!important;margin:0 10px!important;min-width:150px!important}.um-members{-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.um-member{width:30%;background:#fff;text-align:center;border:1px solid #eee;margin-bottom:40px;position:relative}.um-member.awaiting_admin_review,.um-member.inactive,.um-member.rejected{opacity:.7}.um-member-status{display:none}.um-member-status.awaiting_admin_review,.um-member-status.inactive,.um-member-status.rejected{display:block;position:absolute;top:0;left:0;width:100%;padding:7px 15px;background:#C74A4A;color:#fff;z-index:10;font-size:13px;box-sizing:border-box}.um-member-photo a,.um-member-photo img{display:inline!important}.um-member-status.inactive,.um-member-status.rejected{background:#999}.um-gutter-sizer{width:5%}.um-member-cover{background-color:#eee;box-sizing:border-box;position:relative}.um-member-cover-e{text-align:center;box-sizing:border-box}.um-member-cover-e img{width:100%!important}.um-member-photo{padding:40px 0 20px;text-align:center}.um-member-photo img{border:5px solid #fff;background:#fff;width:140px;height:140px;float:none!important}.um-member.with-cover .um-member-photo{padding-top:0}.um-member.with-cover .um-member-photo img{width:90px;height:90px;position:relative;top:-35px;margin-bottom:-45px!important;float:none!important;opacity:1}.um-member-photo.radius-1 img{-moz-border-radius:999px!important;-webkit-border-radius:999px!important;border-radius:999px!important}.um-member-photo.radius-2 img{-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important}.um-member-photo.radius-3 img{-moz-border-radius:0!important;-webkit-border-radius:0!important;border-radius:0!important}.um-member-card.no-photo{padding-top:30px}.um-member-card{padding-bottom:15px}.um-member-name{margin:0 0 4px}.um-member-name a{font-size:16px;line-height:26px;color:#444;font-weight:700}.um-member-tagline{font-size:13px;line-height:22px;color:#999;padding:0 15px}.um-member-less{display:none}.um-member-less a,.um-member-more a{color:#666;display:inline-block}.um-member-less i,.um-member-more i{display:block;font-size:32px;height:32px;line-height:32px}.um-member-meta{display:none;margin:20px 15px 0;padding:15px 0;border-top:1px solid #e5e5e5}.um-member-meta.no-animate{display:block}.um-member-metaline{font-size:13px;padding:12px 0 0;line-height:16px;vertical-align:middle}.um-member-metaline span{display:block;text-align:center}.um-member-connect{padding-top:20px}.um-member-connect a{display:inline-block;width:40px;line-height:40px;height:40px;-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px;color:#fff!important;opacity:.85;margin:0 1px;font-size:22px;transition:.25s}.um-member-connect a:hover{opacity:1;color:#fff}.um-members-pagi,.um-members-pagidrop{text-align:center;padding:5px 0;font-size:15px}.um-members-pagi span.current,.um-members-pagi span.current:hover{color:#fff!important}.um-members-pagi i:before{font-size:20px;vertical-align:middle!important;height:34px;line-height:34px;top:-2px;position:relative}.um-members-pagi span.disabled{opacity:.4;cursor:default}.um-members-pagi span.none{color:#aaa!important}.um-members-pagi span{cursor:default}.um-members-pagi a,.um-members-pagi span{display:inline-block;width:auto;height:34px;line-height:34px;transition:all .2s linear;padding:0 14px;color:#666!important;font-weight:400}
7
- .um-cover-add,.um-cover-add i{font-size:36px}.um-cover-e,.um-cover-overlay{text-align:center;box-sizing:border-box}.um-cover,.um-cover-e,.um-cover-overlay,.um-profile{box-sizing:border-box}.um-cover-overlay,.um-profile-photo-overlay{text-shadow:0 1px #666;cursor:pointer!important}.um-cover-overlay ins,.um-profile a,.um-profile a:hover,.um-profile-photo-overlay ins{text-decoration:none!important}.um-profile .um-cover-overlay{display:none}.um-profile.um-editing .um-cover.has-cover .um-cover-overlay{display:block}.um-profile.um-viewing .um-profile-photo-overlay{display:none}.um-profile img{display:block;overflow:hidden;border-radius:0;margin:0!important}.um-profile .um-profile-body{padding-top:15px;padding-bottom:15px;max-width:600px;margin:auto}.um-profile.um-editing{padding-bottom:15px}.um-profile.um-viewing{padding-bottom:1px}.um-profile.um-viewing .um-field-label{display:block;margin:0 0 8px;border-bottom:solid 2px #eee;padding-bottom:4px}.um-cover{background-color:#eee;position:relative}.um-cover-add{color:#aaa;width:100%;display:table}.um-cover-add span{display:table-cell;vertical-align:middle}.um-cover-e img{width:100%!important}.um-cover-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);padding:0 40px;color:#fff;line-height:21px;font-size:16px;height:100%;width:100%}.um-cover-overlay:hover{background:rgba(0,0,0,.55)}.um-cover-overlay span.um-cover-overlay-s{display:table;height:100%;width:100%}.um-cover-overlay ins{display:table-cell;vertical-align:middle;height:100%;background:0 0!important;color:#fff!important;border-bottom:none!important}.um-cover-overlay i{font-size:46px;display:block;margin-bottom:6px}.um-header{position:relative;padding:0 0 25px;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box!important}.um-profile-edit{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;padding-right:10px}.um-profile-edit i{font-size:30px}.um-header.no-cover .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.um-header.no-cover .um-name{float:none!important;margin-right:0!important}.um-header.no-cover .um-profile-photo{float:none!important;margin:0 auto!important;text-align:center!important}.um-header.no-cover a.um-profile-photo-img{position:relative!important;top:auto!important;left:auto!important;float:none!important;display:inline-block!important;text-align:center!important}.um-header.no-cover .um-main-meta{padding:0}.um-profile .gravatar{position:static}.um-profile-photo{float:left;position:relative}.um-profile-photo a.um-profile-photo-img{float:left;position:absolute;background:#fff;padding:5px;left:30px}.um-profile-photo a.um-profile-photo-img img{width:100%;height:100%}.um-profile-photo-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;line-height:21px;font-size:16px;height:100%;width:100%}.um-profile-photo-overlay:hover{background:rgba(0,0,0,.55)}.um-profile-photo-overlay span.um-profile-photo-overlay-s{display:table;height:100%;width:100%}.um-profile-photo-overlay ins{display:table-cell;vertical-align:middle;height:100%;background:0 0!important;color:#fff!important;border-bottom:none!important}.um-item-link a:hover,.um-profile-note a:hover{text-decoration:underline!important}.um-profile-photo-overlay i{font-size:46px;display:block}.um-name,.um-name a{font-size:24px}.um-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.um-main-meta{padding:10px 0 0}.um-name{float:left;font-weight:700;margin-right:30px;line-height:1.7em}.um-meta{font-size:15px}.um-meta span a{font-weight:400}.um-meta span:first-child{margin:0 5px 0 0}.um-meta span{margin:0 5px;font-size:14px;display:inline-block}.um-meta span i{font-size:16px;margin:0 5px 0 0}.um-meta-text{margin:6px 0 0;color:#666;line-height:1.4em;font-size:13px}.um-meta-text p{margin:0 0 6px!important;padding:0!important}.um-profile-status{display:none}.um-profile-status.awaiting_admin_review,.um-profile-status.inactive,.um-profile-status.rejected{display:inline-block;margin:6px 0 0;border-left:3px solid #C74A4A;padding-left:10px;font-size:14px;color:#777}.um-profile-note{display:none;text-align:center!important;padding-top:20px;color:#666}.um-profile-note i{display:inline-block;font-size:70px;height:70px;line-height:70px}.um-profile-note i.um-faicon-lock{position:relative;top:2px;display:inline-block;font-size:24px;height:auto;line-height:24px;margin-right:10px}.um-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.um-profile-note a{border:none!important}.um-profile-nav{padding:10px;background:#444;text-align:center}.um-profile-nav-item.active a,.um-profile-nav-item.active a:hover{color:#FFF!important}.um-profile-nav-item.active a span.count{background:0 0;padding:4px 0;color:#fff}.um-profile-nav-item a{color:#fff!important;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0!important}.um-profile-nav-item.without-icon a{padding-left:10px}.um-profile-nav-item.without-icon span.title{padding-left:0}.um-profile-nav-item.without-icon i{display:none}.um-profile-nav-item a:hover{background:#555}.um-profile-nav-item i{font-size:18px;height:18px;line-height:18px;position:absolute;display:block;top:8px;left:10px}.um-profile-nav-item span.title{padding-left:5px}.um-profile-nav-item span.count{font-size:12px;font-weight:300;background:#ddd;color:#666;border-radius:3px;padding:4px 8px;margin-left:3px}.um-profile-subnav{background:#eee;padding:15px;text-align:center}.um-profile-subnav a{display:inline-block;color:#555;font-size:15px;font-weight:600;margin:0 20px;border-bottom:none!important}.um-profile-subnav a:hover{color:#333}.um-profile-subnav span{display:inline-block;margin:0 0 0 8px;background:#ddd;padding:1px 8px;color:#aaa!important;border-radius:2px}.um-item{padding:20px 0;border-bottom:1px solid #eee;position:relative}.um-item-action{position:absolute;right:0;top:16px;width:20px;height:20px;font-size:20px;text-align:center}.um-item-action a{color:#ccc}.um-item-action a:hover{color:#999}.um-item-link{padding-right:40px}.um-item-link a{color:#333;font-size:16px;line-height:20px}.um-item-link i{font-size:24px;color:#666;margin-right:10px;position:relative;top:3px}.um-item-img{padding:10px 0 0}.um-item-img a{display:inline-block;padding:8px;border-radius:3px;border:1px solid #ddd}.um-item-img a:hover{border-color:#bbb}.um-item-img img{max-width:100%;border-radius:3px}.um-item-meta{color:#888}.um-item-meta span{font-size:13px;font-weight:400;font-style:italic}.um-item-meta span:not(:last-child):after{position:relative;padding:0 4px 0 7px;content:"•"}.um-item-meta a{font-weight:700;border-bottom:1px solid #E0E0E0}.um-item-meta a:hover{border-bottom-color:#bbb}.um-load-items{text-align:center;margin-top:12px;padding-top:30px}.um-load-items.loading{background:url(../img/loading-dots.gif) top center no-repeat}.um-load-items a{max-width:250px;display:inline-block;margin:0 auto}.um-tab-notifier{position:absolute;background:#c65151;width:18px;height:18px;border-radius:999px;line-height:18px;top:2px;right:8px;font-size:11px;font-weight:400}.um-profile.um-viewing .um-field-checkbox,.um-profile.um-viewing .um-field-radio{cursor:default!important}
8
- .um-account i{vertical-align:baseline!important}.um-account p.um-notice{margin:0 0 20px!important;padding:12px 15px!important}.um-account-main,.um-account-side{float:left;padding:0 30px;box-sizing:border-box}.um-account a:focus{outline:0!important}.um-account-side{width:35%}.um-account-main{width:50%}.um-account-main a{border-bottom:none!important}.um-account-tab{display:none}.um-account-main div.um-account-heading{margin:0!important;font-size:18px;line-height:18px;font-weight:700;color:#555}.um-account-main div.um-account-heading i{margin-right:10px;font-size:26px;position:relative;top:2px}.um-account-main p{margin:20px 0 0!important;padding:0!important}.um-account-main label{font-size:15px}.um-account-meta{text-align:center;margin-bottom:20px}.um-account-meta img{margin:0!important;position:static!important;float:none!important;display:inline-block}.um-account-meta.radius-1 img{-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px}.um-account-meta.radius-2 img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.um-account-meta.radius-3 img{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-account-name{padding-top:12px}.um-account-name a{font-weight:700;color:#555;text-decoration:none!important;font-size:18px;line-height:1.4em}.um-account-profile-link a{font-size:13px;font-weight:400}.um-account-nav a{display:block;height:44px;line-height:44px;color:#666!important;text-decoration:none!important;position:relative;padding-left:40px;border-bottom:1px solid #eee!important;transition:all .2s linear;font-size:14px}.um-account-nav a.current{font-weight:700}.um-account-nav span.arr{position:absolute;right:0;top:1px;font-size:28px}.um-account-nav span.ico{position:absolute;left:0;top:0;font-size:21px;width:21px;text-align:center}.um-account-side li,.um-account-side ul{margin:0!important;padding:0!important;list-style-type:none!important}.um-account-side li{margin-bottom:1px!important;background:#eee}.um-account-side li a{display:block;padding:4px 0;font-size:14px;height:30px;line-height:20px;color:#999;position:relative}.um-account-side li a span.um-account-arrow{position:absolute;right:10px;top:6px;font-size:26px;opacity:.6}.um-account-side li a span.um-account-icon,.um-account-side li a.current span.um-account-icon,.um-account-side li a.current:hover span.um-account-icon{text-align:center;font-size:20px;width:20px;height:30px;border-right:1px solid #ccc;color:#444;float:left;padding:0 15px;font-weight:400!important}.um-account-side li a span.um-account-icon i{display:block;height:30px;line-height:30px}.um-account-side li a span.um-account-title{padding-left:20px;float:left;height:30px;line-height:30px;color:#555}.um-account-side li a:hover{color:#444;background:#ddd}.um-account-side li a.current,.um-account-side li a.current:hover{color:#444;font-weight:700;text-decoration:none!important}
9
- .um-misc-img,.um-misc-with-img{text-align:center}.um-login.um-logout{max-width:300px!important}.um-misc-with-img{position:relative;font-size:15px;border-bottom:3px solid #eee;margin-bottom:14px;padding-top:4px;padding-bottom:14px}.um-misc-img img{border-radius:999px;height:auto!important;display:inline-block!important}.um-misc-ul,.um-misc-ul li{font-size:14px}.um-googlemap,.um-vimeo,.um-youtube{position:relative;height:0;overflow:hidden}.um-vimeo,.um-youtube{padding-bottom:56.25%}.um-googlemap{padding-bottom:75%}.um-googlemap iframe,.um-vimeo iframe,.um-youtube iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.um-profile-connect.um-member-connect{padding:5px 0 10px}.um-profile-connect.um-member-connect a{text-align:center;width:36px;line-height:36px;height:36px;font-size:20px}@-webkit-keyframes um-effect-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes um-effect-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.um-effect-pop{-webkit-animation-name:um-effect-pop;animation-name:um-effect-pop;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.um-locked-content{width:100%;box-sizing:border-box;border:2px dotted #cc3000;color:#333;background:#fff;font-size:14px;padding:20px;border-radius:4px;margin-bottom:20px}.um-locked-content a{border:none!important}
10
- .um .um-single-file-preview,.um .um-single-image-preview{margin-bottom:20px}.um .um-single-image-preview>img{max-height:300px;display:inline-block;overflow:hidden;margin:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.um-single-file-preview,.um-single-image-preview{display:none;text-align:center;position:relative}.um-single-file-preview.show,.um-single-image-preview.show{display:block}.um-single-image-preview>img{max-width:100%;max-height:inherit}.um-single-file-preview a.cancel,.um-single-image-preview a.cancel{position:absolute;top:-15px;right:-15px;width:30px;height:30px;-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px;background:#ddd;cursor:pointer;text-decoration:none!important;z-index:666;opacity:.75}.um-single-file-preview a.cancel i,.um-single-image-preview a.cancel i{font-size:16px;color:#888;position:relative;display:block;width:100%;height:100%;line-height:30px;overflow:hidden}.um-single-file-preview a.cancel i:before,.um-single-image-preview a.cancel i:before{line-height:inherit}.um-single-fileinfo{padding:26px 0 20px;display:inline-block}.um-single-fileinfo span.icon{font-size:40px;display:inline-block;width:100px;height:70px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#666;color:#fff!important}.um-single-fileinfo span.icon i{display:block;height:70px;line-height:70px;overflow:hidden}.um-single-fileinfo span.icon i:before{line-height:inherit}.um-single-fileinfo span.filename{display:block;font-size:16px;color:#888;padding-top:5px}.um-single-fileinfo a{text-decoration:none!important;opacity:.9}.um-single-fileinfo a:hover{opacity:1}div.um-modal .upload-statusbar{margin:20px 0 0}div.um-modal .upload-filename{display:none!important}div.um-modal .upload-progress{position:relative;width:100%;box-sizing:border-box}div.um-modal .upload-bar{width:0;height:10px;color:#666;background:#7ACF58;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.um-modal .ajax-upload-dragdrop{width:100%;text-align:center;vertical-align:middle;padding:20px;box-sizing:border-box;border:2px dashed #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font-size:18px;line-height:1em}div.um-modal .ajax-upload-dragdrop span.str{display:block;margin:0 0 15px}div.um-modal .ajax-upload-dragdrop span.icon{display:block;font-size:80px;line-height:80px;vertical-align:middle;margin-bottom:10px}div.um-modal .ajax-upload-dragdrop span.help{display:block;font-size:14px;color:#aaa;margin:0 0 12px}div.um-modal .upload{cursor:pointer!important;line-height:34px!important;height:34px;display:inline-block;text-decoration:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:0 20px;color:#fff;vertical-align:middle;font-size:14px;box-sizing:border-box;transition:.2s}div.um-modal .upload:hover{background:#44b0ec}.um-modal input[type=file]::-webkit-file-upload-button{cursor:pointer}
11
- .um .picker{font-size:16px;text-align:left;line-height:1.2;color:#fff;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.um .picker__input{cursor:default}.um .picker__input.picker__input--active{border-color:#0089ec}.um .picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;position:fixed;-webkit-transition:background .15s ease-out,top 0s .15s;-moz-transition:background .15s ease-out,top 0s .15s;transition:background .15s ease-out,top 0s .15s}/*!
12
- * Default mobile-first, responsive styling for pickadate.js
13
- * Demo: http://amsul.github.io/pickadate.js
14
- */.um .picker__frame,.um .picker__holder{bottom:0;left:0;right:0;top:100%}.um .picker__frame{position:absolute;margin:0 auto;min-width:256px;max-width:400px;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.um .picker__wrap{display:table;width:100%;height:100%}@media (min-height:33.875em){.um .picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}.um .picker__wrap{display:block}}.um .picker__box{display:table-cell;vertical-align:middle}@media (min-height:33.875em){.um .picker__box{display:block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}}@media (min-height:40.125em){.um .picker__frame{margin-bottom:15%!important}.um .picker__box{border-bottom-width:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}}.um .picker--opened .picker__holder{top:0;zoom:1;background:rgba(0,0,0,.7);-webkit-transition:background .15s ease-out;-moz-transition:background .15s ease-out;transition:background .15s ease-out}.um .picker--opened .picker__frame{top:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1}@media (min-height:33.875em){.um .picker--opened .picker__frame{top:auto;bottom:0}}
15
- .um .picker__header{text-align:center;position:relative;margin-top:.75em;border-radius:2px 2px 0 0;padding:15px 0;font-size:18px}.um .picker__month,.um .picker__year{display:inline-block;margin-left:10px;margin-right:10px}.um .picker__select--month,.um .picker__select--year{margin-left:.25em;margin-right:.25em;font-size:16px;color:#999;background:#fff!important;outline:0!important;border:0!important}.um .picker__select--month{width:35%}.um .picker__select--year{width:22.5%}.um .picker__nav--next,.um .picker__nav--prev,.um-popup .picker__nav--next,.um-popup .picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box!important;top:8px;color:#fff}.um .picker__nav--prev,.um-popup .picker__nav--prev{left:0;padding-right:1.25em}.um .picker__nav--next,.um-popup .picker__nav--next{right:0;padding-left:1.25em}@media (min-width:24.5em){.um .picker__select--month,.um .picker__select--year{margin-top:-.5em}.um .picker__nav--prev,.um-popup .picker__nav--prev{padding-right:1.5em}.um .picker__nav--next,.um-popup .picker__nav--next{padding-left:1.5em}}.um .picker__nav--next:before,.um .picker__nav--prev:before,.um-popup .picker__nav--next:before,.um-popup .picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.5em solid #fff;width:0;height:0;display:block;margin:0 auto}.um .picker__nav--next:before,.um-popup .picker__nav--next:before{border-right:0;border-left:.5em solid #fff}.um .picker__nav--next:hover,.um .picker__nav--prev:hover,.um-popup .picker__nav--next:hover,.um-popup .picker__nav--prev:hover{cursor:pointer;color:#fff}.um .picker__nav--disabled,.um .picker__nav--disabled:before,.um .picker__nav--disabled:before:hover,.um .picker__nav--disabled:hover,.um-popup .picker__nav--disabled,.um-popup .picker__nav--disabled:before,.um-popup .picker__nav--disabled:before:hover,.um-popup .picker__nav--disabled:hover{cursor:default;background:0 0}.um .picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:5px;border:none;margin-bottom:0}.um .picker__table td{margin:0;padding:0 10px;text-align:center;border:0}.um .picker__weekday{width:14.285714286%;color:#fff;text-align:center;padding:5px 0!important}.um .picker__day{padding:10px 0;line-height:1em!important}.um .picker__day--today{position:relative}.um .picker__day--outfocus{opacity:.75}.um .picker__day--infocus:hover,.um .picker__day--outfocus:hover{border-radius:2px;cursor:pointer}.um .picker--focused .picker__day--highlighted,.um .picker__day--highlighted:hover{border-radius:2px}.um .picker__day--disabled,.um .picker__day--disabled:hover{cursor:default;background:0 0!important;opacity:.3}.um .picker__footer{text-align:center;height:50px!important;line-height:50px!important;margin-top:5px;border-radius:0 0 2px 2px}.um .picker__button--clear,.um .picker__button--today{margin:0!important;width:50%;display:inline-block;background:0 0!important;box-shadow:none!important;border:0!important;outline:0!important;box-sizing:border-box!important}.um .picker__button--clear:focus,.um .picker__button--clear:hover,.um .picker__button--today:focus,.um .picker__button--today:hover{cursor:pointer}
16
- .um .picker--focused .picker__list-item--selected,.um .picker__list-item--highlighted,.um .picker__list-item--selected,.um .picker__list-item--selected:hover{z-index:10}.um .picker__list{list-style:none!important;padding:5px!important;margin:0!important}.um .picker__list-item{position:relative;border-radius:2px;display:inline-block;width:25%;text-align:center;box-sizing:border-box;padding:6px 0!important;margin:5px 0!important}.um .picker__list-item:hover{cursor:pointer;z-index:10}.um .picker--focused .picker__list-item--highlighted,.um .picker__list-item--highlighted:hover{cursor:pointer;font-weight:700}.um .picker--focused .picker__list-item--disabled,.um .picker__list-item--disabled,.um .picker__list-item--disabled:hover{color:#a9e792;cursor:default;background:0 0;z-index:auto}.um .picker--time .picker__button--clear{width:100%;display:inline-block;box-shadow:none!important;border:0!important;outline:0!important;background:0 0!important;border-radius:0 0 2px 2px;color:#fff!important}.um .picker--time .picker__button--clear:focus,.um .picker--time .picker__button--clear:hover{cursor:pointer}.um .picker--time .picker__frame{min-width:256px;max-width:400px}.um .picker--time .picker__box{font-size:15px;padding:0;border-radius:2px!important}@media (min-height:40.125em){.um .picker--time .picker__frame{margin-bottom:10%!important}}
17
- @font-face{font-family:raty;font-style:normal;font-weight:400;src:url(../font/raty.eot);src:url(../font/raty.eot?#iefix) format("embedded-opentype");src:url(../font/raty.svg#raty) format("svg");src:url(../font/raty.ttf) format("truetype");src:url(../font/raty.woff) format("woff")}.cancel-off-png,.cancel-on-png,.star-half-png,.star-off-png,.star-on-png{font-family:raty;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-right:.2em;color:#ccc}.star-half-png,.star-on-png{color:#ffbe32}.cancel-on-png:before{content:"\e600"}.cancel-off-png:before{content:"\e601"}.star-on-png:before{content:"\f005"}.star-off-png:before{content:"\f006"}.star-half-png:before{content:"\f123"}
18
- .mCustomScrollbar{-ms-touch-action:none;touch-action:none}.mCustomScrollbar.mCS_no_scrollbar{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,.mCSB_inside>.mCSB_container{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(../img/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.15)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
19
- .cropper-container img,.cropper-invisible{max-width:none!important;max-height:none!important}.cropper-container{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.cropper-container img{width:100%;height:100%;min-width:0!important;min-height:0!important}.cropper-canvas,.cropper-modal{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-canvas{background-color:#fff;opacity:0;filter:alpha(opacity=0)}.cropper-dashed,.cropper-modal{opacity:.5;filter:alpha(opacity=50)}.cropper-modal{background-color:#000}.cropper-dragger{position:absolute;top:10%;left:10%;width:80%;height:80%}.cropper-viewer{display:block;width:100%;height:100%;overflow:hidden;outline-width:1px;outline-style:solid;outline-color:#69f;outline-color:rgba(51,102,255,.75)}.cropper-dashed{position:absolute;display:block;border:0 dashed #fff}.cropper-dashed.dashed-h{top:33.3%;left:0;width:100%;height:33.3%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.3%;width:33.3%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1;filter:alpha(opacity=10)}.cropper-face{top:0;left:0;cursor:move;background-color:#fff}.cropper-line,.cropper-point{background-color:#69f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;opacity:.75;filter:alpha(opacity=75)}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;opacity:1;filter:alpha(opacity=100)}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:" ";background-color:#69f;opacity:0;filter:alpha(opacity=0)}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75;filter:alpha(opacity=75)}}.cropper-hidden{display:none!important}.cropper-invisible{position:fixed;top:0;left:0;z-index:-1;width:auto!important;height:auto!important;opacity:0;filter:alpha(opacity=0)}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-canvas,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
20
- .tipsy{padding:5px;position:absolute;z-index:9999999999!important}.tipsy-inner{font-size:13px!important;line-height:17px!important;background-color:#333!important;color:#fff!important;max-width:250px!important;padding:6px 10px!important;text-align:left!important;word-wrap:break-word!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.tipsy-arrow{position:absolute!important;width:0!important;height:0!important;line-height:0!important;border:5px dashed #333}.tipsy-arrow-n{border-bottom-color:#333!important}.tipsy-arrow-s{border-top-color:#333!important}.tipsy-arrow-e{border-left-color:#333!important}.tipsy-arrow-w{border-right-color:#333!important}.tipsy-n .tipsy-arrow,.tipsy-nw .tipsy-arrow{border-left-color:transparent;border-right-color:transparent;top:0;border-bottom-style:solid;border-top:none}.tipsy-n .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-nw .tipsy-arrow{left:10px}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow,.tipsy-se .tipsy-arrow,.tipsy-sw .tipsy-arrow{bottom:0;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-sw .tipsy-arrow{left:10px}.tipsy-se .tipsy-arrow{right:10px}.tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow{top:50%;margin-top:-5px;border-top-color:transparent;border-bottom-color:transparent}.tipsy-e .tipsy-arrow{right:0;border-left-style:solid;border-right:none}.tipsy-w .tipsy-arrow{left:0;border-right-style:solid;border-left:none}
21
  .uimob340-show,.uimob500-show,.uimob800-show,.uimob960-show{display:none}div.uimob340 .uimob340-show,div.uimob500 .uimob500-show,div.uimob800 .uimob800-show,div.uimob960 .uimob960-show{display:block}div.uimob340 .uimob340-hide,div.uimob500 .uimob500-hide,div.uimob800 .uimob800-hide,div.uimob960 .uimob960-hide{display:none}div.uimob340 .um-item-link a{font-size:14px}div.uimob340 .um-item-meta span{font-size:13px}div.uimob340 .um-load-items a{width:100%!important;max-width:100%!important}div.uimob340 .um-profile-nav{padding:0}div.uimob340 .um-profile-nav-item a{padding:10px 16px;margin-left:0;border-radius:0}div.uimob340 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto}div.uimob340 .um-profile-subnav{padding:8px 15px}div.uimob340 .um-profile-subnav a{display:block;text-align:left;font-size:13px;margin:0;padding:6px 0}div.uimob340 .um-profile-subnav span{font-size:12px;padding:1px 6px}div.uimob340 .um-cover-overlay span.um-cover-overlay-t{display:none!important}div.uimob340 .um-cover-overlay{padding:0}div.uimob340 .um-cover-overlay i,div.uimob340 .um-profile-photo-overlay i{margin-bottom:0;font-size:30px}.um-modal.uimob340{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.uimob340,.um-modal.uimob340 .um-modal-body,.um-modal.uimob340 .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.uimob340 .um-modal-header{text-align:center}.um-modal.uimob340 .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.uimob340 .um-modal-right{width:100%;float:none}.um-modal.uimob340 .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}.um-modal.uimob340 .ajax-upload-dragdrop span.icon{font-size:40px;line-height:40px}div.uimob340 .um-profile-body{padding-left:0;padding-right:0}div.uimob340 .um-profile-photo{width:100%!important;text-align:center!important;position:absolute;top:-40px;left:0}div.uimob340 .um-header.no-cover .um-profile-photo{position:static;top:auto;left:auto}div.uimob340 .um-profile-photo a.um-profile-photo-img{width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:inline-block!important;position:relative!important;top:auto!important;left:auto!important}div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{width:120px!important;height:120px!important}div.uimob340 .um-header .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important;padding-top:60px!important}div.uimob340 .um-header.no-cover .um-profile-meta{padding-top:0!important}div.uimob340 .um-header .um-name{float:none!important;margin-right:0!important;font-size:18px}div.uimob340 .um-header .um-meta,div.uimob340 .um-header .um-meta-text{padding:0 20px}div.uimob340 .um-header .um-meta span:first-child{display:block}div.uimob340 .um-header .um-meta span{display:none}div.uimob340 .um-col-121,div.uimob340 .um-col-122,div.uimob340 .um-col-131,div.uimob340 .um-col-132,div.uimob340 .um-col-133{float:none;width:100%;margin:0}div.uimob340 .um-field-half{float:none;width:100%}div.uimob340 .um-search{padding:20px 0!important;width:100%!important;box-sizing:border-box}div.uimob340 .um-search .um-search-filter{width:100%!important;float:none!important;padding:0 0 15px!important}div.uimob340 .um-search .um-search-submit .um-button{display:block!important;min-width:100%!important;margin:0 0 15px!important}div.uimob340 .um-member{width:100%}div.uimob340 .um-gutter-sizer{width:0}div.uimob340 .um-account-main{float:none;width:100%;padding:0;box-sizing:border-box}div.uimob340 .um-account-tab{padding-bottom:20px;border-bottom:1px solid #eee}div.uimob340 .um-account-meta{margin-bottom:0}.uimob340 .um-half{float:none;width:100%;margin:0 0 10px}.uimob340 .um-button.um-btn-auto-width{min-width:auto;max-width:auto;width:100%}.uimob340 .um-col-alt-s{padding-top:0}div.uimob500 .um-profile-nav{padding:0}div.uimob500 .um-profile-nav-item a{padding:10px 16px;margin-left:0;border-radius:0}div.uimob500 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:22px;height:22px;line-height:22px}div.uimob500 .um-profile-subnav{padding:8px 15px}div.uimob500 .um-profile-subnav a{display:block;text-align:left;font-size:13px;margin:0;padding:6px 0}div.uimob500 .um-profile-subnav span{font-size:12px;padding:1px 6px}div.uimob500 .um-cover-overlay span.um-cover-overlay-t{display:none!important}div.uimob500 .um-cover-overlay{padding:0}div.uimob500 .um-cover-overlay i,div.uimob500 .um-profile-photo-overlay i{margin-bottom:0;font-size:30px}.um-modal.uimob500{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.uimob500,.um-modal.uimob500 .um-modal-body,.um-modal.uimob500 .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.uimob500 .um-modal-header{text-align:center}.um-modal.uimob500 .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.uimob500 .um-modal-right{width:100%;float:none}.um-modal.uimob500 .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}.um-modal.uimob500 .ajax-upload-dragdrop span.icon{font-size:40px;line-height:40px}div.uimob500 .um-profile-body{padding-left:0;padding-right:0}div.uimob500 .um-profile-photo{width:100%!important;text-align:center!important;position:absolute;top:-40px;left:0}div.uimob500 .um-header.no-cover .um-profile-photo{position:static;top:auto;left:auto}div.uimob500 .um-profile-photo a.um-profile-photo-img{width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:inline-block!important;position:relative!important;top:auto!important;left:auto!important}div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{width:120px!important;height:120px!important}div.uimob500 .um-header .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important;padding-top:60px!important}div.uimob500 .um-header.no-cover .um-profile-meta{padding-top:0!important}div.uimob500 .um-header .um-name{float:none!important;margin-right:0!important;font-size:21px}div.uimob500 .um-header .um-meta,div.uimob500 .um-header .um-meta-text{padding:0 20px}div.uimob500 .um-header .um-meta span:first-child{display:block}div.uimob500 .um-header .um-meta span{display:none}div.uimob500 .um-col-121,div.uimob500 .um-col-122,div.uimob500 .um-col-131,div.uimob500 .um-col-132,div.uimob500 .um-col-133{float:none;width:100%;margin:0}div.uimob500 .um-field-half{float:none;width:100%}div.uimob500 .um-search{padding:20px 0!important;width:100%!important;box-sizing:border-box}div.uimob500 .um-search .um-search-filter{width:100%!important;float:none!important;padding:0 0 15px!important}div.uimob500 .um-search .um-search-submit .um-button{display:block!important;min-width:100%!important;margin:0 0 15px!important}div.uimob500 .um-member{width:100%}div.uimob500 .um-gutter-sizer{width:0}div.uimob500 .um-account-main{float:none;width:100%;padding:0;box-sizing:border-box}div.uimob500 .um-account-tab{padding-bottom:20px;border-bottom:1px solid #eee}div.uimob500 .um-account-meta{margin-bottom:0}div.uimob800 .um-profile-nav{padding:0}div.uimob800 .um-profile-nav-item a{padding:10px 20px;margin-left:0;border-radius:0}div.uimob800 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:26px;height:26px;line-height:26px}div.uimob800 .um-profile-subnav{padding:8px 15px}div.uimob800 .um-profile-subnav a{display:block;text-align:left;font-size:14px;margin:0;padding:6px 0}div.uimob800 .um-profile-subnav span{font-size:12px;padding:2px 8px}div.uimob800 .um-account-main{width:90%;max-width:450px}div.uimob800 .um-account-side{padding:0;width:10%}div.uimob800 .um-account-side ul{border:1px solid #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.uimob800 .um-account-side li{margin-bottom:0!important;background:0 0}div.uimob800 .um-account-side li a{display:block;padding:0!important;height:44px;line-height:44px;color:#666!important;text-align:center;text-decoration:none!important;background:0 0;transition:all .2s linear}div.uimob800 .um-account-side li:first-child a{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}div.uimob800 .um-account-side li:last-child a{-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}div.uimob800 .um-account-side li a span.um-account-icontip{display:block;float:left;text-align:center;width:100%;height:100%;font-size:22px;line-height:44px}div.uimob800 .um-account-side li a span.um-account-icontip i{position:relative;text-align:center;width:100%}div.uimob800 .um-account-side li a.current,div.uimob800 .um-account-side li a.current:hover{color:#fff!important}div.uimob800 .um-account-meta a{border:1px solid #ddd}div.uimob800 .um-account-meta a,div.uimob800 .um-account-meta img{display:block;overflow:hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;max-width:100%;height:auto}div.uimob800 .um-profile-photo{width:200px!important}div.uimob800 .um-profile-photo a.um-profile-photo-img{width:140px!important;height:140px!important;top:-70px!important}div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{top:auto!important}div.uimob800 .um-header .um-profile-meta{padding-left:200px}div.uimob800 .um-cover-overlay{padding:0}div.uimob800 .um-search{padding:20px 0!important;width:100%!important;box-sizing:border-box}div.uimob800 .um-search .um-search-filter{width:48%!important;float:left!important;padding:0 0 15px!important}div.uimob800 .um-search .um-search-filter-2{margin-left:4%}div.uimob800 .um-search .um-search-submit .um-button{display:block!important;width:48%!important;margin:0 0 15px!important;box-sizing:border-box;float:left}div.uimob800 .um-search .um-search-submit .um-button.um-alt{float:right}div.uimob800 .um-member{width:48%}div.uimob800 .um-gutter-sizer{width:4%}div.uimob960 .um-search{padding:20px 0!important;width:100%!important;box-sizing:border-box}div.uimob960 .um-search .um-search-filter{width:48%!important;float:left!important;padding:0 0 15px!important}div.uimob960 .um-search .um-search-filter-2{margin-left:4%}div.uimob960 .um-search .um-search-submit .um-button{display:block!important;width:48%!important;margin:0 0 15px!important;box-sizing:border-box;float:left}div.uimob960 .um-search .um-search-submit .um-button.um-alt{float:right}div.uimob960 .um-member{width:48%}div.uimob960 .um-gutter-sizer{width:4%}@media screen and (max-height:400px){.ajax-upload-dragdrop span.icon{display:none}.um-modal.no-photo{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.no-photo,.um-modal.no-photo .um-modal-body,.um-modal.no-photo .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.no-photo .um-modal-header{text-align:center;font-size:14px}.um-modal.no-photo .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.no-photo .um-modal-right{width:100%;float:none}.um-modal.no-photo .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}}@media screen and (max-height:300px){.ajax-upload-dragdrop span.icon,.ajax-upload-dragdrop span.str,.um-modal.no-photo .um-modal-header{display:none}}@media screen and (max-width:600px){.um-popup{width:96%;margin-left:2%;left:0;top:15px}}
1
+ @charset "UTF-8";@font-face{font-family:Ionicons;src:url(../font/ionicons.eot?v=2.0.0);src:url(../font/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(../font/ionicons.woff?v=2.0.0) format("woff"),url(../font/ionicons.ttf?v=2.0.0) format("truetype"),url(../font/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:400;font-style:normal;font-display: swap;}[class*=" um-icon-"]:before,[class^=um-icon-]:before{font-family:Ionicons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um-icon-alert:before{content:"\f101"}.um-icon-alert-circled:before{content:"\f100"}.um-icon-android-add:before{content:"\f2c7"}.um-icon-android-add-circle:before{content:"\f359"}.um-icon-android-alarm-clock:before{content:"\f35a"}.um-icon-android-alert:before{content:"\f35b"}.um-icon-android-apps:before{content:"\f35c"}.um-icon-android-archive:before{content:"\f2c9"}.um-icon-android-arrow-back:before{content:"\f2ca"}.um-icon-android-arrow-down:before{content:"\f35d"}.um-icon-android-arrow-dropdown:before{content:"\f35f"}.um-icon-android-arrow-dropdown-circle:before{content:"\f35e"}.um-icon-android-arrow-dropleft:before{content:"\f361"}.um-icon-android-arrow-dropleft-circle:before{content:"\f360"}.um-icon-android-arrow-dropright:before{content:"\f363"}.um-icon-android-arrow-dropright-circle:before{content:"\f362"}.um-icon-android-arrow-dropup:before{content:"\f365"}.um-icon-android-arrow-dropup-circle:before{content:"\f364"}.um-icon-android-arrow-forward:before{content:"\f30f"}.um-icon-android-arrow-up:before{content:"\f366"}.um-icon-android-attach:before{content:"\f367"}.um-icon-android-bar:before{content:"\f368"}.um-icon-android-bicycle:before{content:"\f369"}.um-icon-android-boat:before{content:"\f36a"}.um-icon-android-bookmark:before{content:"\f36b"}.um-icon-android-bulb:before{content:"\f36c"}.um-icon-android-bus:before{content:"\f36d"}.um-icon-android-calendar:before{content:"\f2d1"}.um-icon-android-call:before{content:"\f2d2"}.um-icon-android-camera:before{content:"\f2d3"}.um-icon-android-cancel:before{content:"\f36e"}.um-icon-android-car:before{content:"\f36f"}.um-icon-android-cart:before{content:"\f370"}.um-icon-android-chat:before{content:"\f2d4"}.um-icon-android-checkbox:before{content:"\f374"}.um-icon-android-checkbox-blank:before{content:"\f371"}.um-icon-android-checkbox-outline:before{content:"\f373"}.um-icon-android-checkbox-outline-blank:before{content:"\f372"}.um-icon-android-checkmark-circle:before{content:"\f375"}.um-icon-android-clipboard:before{content:"\f376"}.um-icon-android-close:before{content:"\f2d7"}.um-icon-android-cloud:before{content:"\f37a"}.um-icon-android-cloud-circle:before{content:"\f377"}.um-icon-android-cloud-done:before{content:"\f378"}.um-icon-android-cloud-outline:before{content:"\f379"}.um-icon-android-color-palette:before{content:"\f37b"}.um-icon-android-compass:before{content:"\f37c"}.um-icon-android-contact:before{content:"\f2d8"}.um-icon-android-contacts:before{content:"\f2d9"}.um-icon-android-contract:before{content:"\f37d"}.um-icon-android-create:before{content:"\f37e"}.um-icon-android-delete:before{content:"\f37f"}.um-icon-android-desktop:before{content:"\f380"}.um-icon-android-document:before{content:"\f381"}.um-icon-android-done:before{content:"\f383"}.um-icon-android-done-all:before{content:"\f382"}.um-icon-android-download:before{content:"\f2dd"}.um-icon-android-drafts:before{content:"\f384"}.um-icon-android-exit:before{content:"\f385"}.um-icon-android-expand:before{content:"\f386"}.um-icon-android-favorite:before{content:"\f388"}.um-icon-android-favorite-outline:before{content:"\f387"}.um-icon-android-film:before{content:"\f389"}.um-icon-android-folder:before{content:"\f2e0"}.um-icon-android-folder-open:before{content:"\f38a"}.um-icon-android-funnel:before{content:"\f38b"}.um-icon-android-globe:before{content:"\f38c"}.um-icon-android-hand:before{content:"\f2e3"}.um-icon-android-hangout:before{content:"\f38d"}.um-icon-android-happy:before{content:"\f38e"}.um-icon-android-home:before{content:"\f38f"}.um-icon-android-image:before{content:"\f2e4"}.um-icon-android-laptop:before{content:"\f390"}.um-icon-android-list:before{content:"\f391"}.um-icon-android-locate:before{content:"\f2e9"}.um-icon-android-lock:before{content:"\f392"}.um-icon-android-mail:before{content:"\f2eb"}.um-icon-android-map:before{content:"\f393"}.um-icon-android-menu:before{content:"\f394"}.um-icon-android-microphone:before{content:"\f2ec"}.um-icon-android-microphone-off:before{content:"\f395"}.um-icon-android-more-horizontal:before{content:"\f396"}.um-icon-android-more-vertical:before{content:"\f397"}.um-icon-android-navigate:before{content:"\f398"}.um-icon-android-notifications:before{content:"\f39b"}.um-icon-android-notifications-none:before{content:"\f399"}.um-icon-android-notifications-off:before{content:"\f39a"}.um-icon-android-open:before{content:"\f39c"}.um-icon-android-options:before{content:"\f39d"}.um-icon-android-people:before{content:"\f39e"}.um-icon-android-person:before{content:"\f3a0"}.um-icon-android-person-add:before{content:"\f39f"}.um-icon-android-phone-landscape:before{content:"\f3a1"}.um-icon-android-phone-portrait:before{content:"\f3a2"}.um-icon-android-pin:before{content:"\f3a3"}.um-icon-android-plane:before{content:"\f3a4"}.um-icon-android-playstore:before{content:"\f2f0"}.um-icon-android-print:before{content:"\f3a5"}.um-icon-android-radio-button-off:before{content:"\f3a6"}.um-icon-android-radio-button-on:before{content:"\f3a7"}.um-icon-android-refresh:before{content:"\f3a8"}.um-icon-android-remove:before{content:"\f2f4"}.um-icon-android-remove-circle:before{content:"\f3a9"}.um-icon-android-restaurant:before{content:"\f3aa"}.um-icon-android-sad:before{content:"\f3ab"}.um-icon-android-search:before{content:"\f2f5"}.um-icon-android-send:before{content:"\f2f6"}.um-icon-android-settings:before{content:"\f2f7"}.um-icon-android-share:before{content:"\f2f8"}.um-icon-android-share-alt:before{content:"\f3ac"}.um-icon-android-star:before{content:"\f2fc"}.um-icon-android-star-half:before{content:"\f3ad"}.um-icon-android-star-outline:before{content:"\f3ae"}.um-icon-android-stopwatch:before{content:"\f2fd"}.um-icon-android-subway:before{content:"\f3af"}.um-icon-android-sunny:before{content:"\f3b0"}.um-icon-android-sync:before{content:"\f3b1"}.um-icon-android-textsms:before{content:"\f3b2"}.um-icon-android-time:before{content:"\f3b3"}.um-icon-android-train:before{content:"\f3b4"}.um-icon-android-unlock:before{content:"\f3b5"}.um-icon-android-upload:before{content:"\f3b6"}.um-icon-android-volume-down:before{content:"\f3b7"}.um-icon-android-volume-mute:before{content:"\f3b8"}.um-icon-android-volume-off:before{content:"\f3b9"}.um-icon-android-volume-up:before{content:"\f3ba"}.um-icon-android-walk:before{content:"\f3bb"}.um-icon-android-warning:before{content:"\f3bc"}.um-icon-android-watch:before{content:"\f3bd"}.um-icon-android-wifi:before{content:"\f305"}.um-icon-aperture:before{content:"\f313"}.um-icon-archive:before{content:"\f102"}.um-icon-arrow-down-a:before{content:"\f103"}.um-icon-arrow-down-b:before{content:"\f104"}.um-icon-arrow-down-c:before{content:"\f105"}.um-icon-arrow-expand:before{content:"\f25e"}.um-icon-arrow-graph-down-left:before{content:"\f25f"}.um-icon-arrow-graph-down-right:before{content:"\f260"}.um-icon-arrow-graph-up-left:before{content:"\f261"}.um-icon-arrow-graph-up-right:before{content:"\f262"}.um-icon-arrow-left-a:before{content:"\f106"}.um-icon-arrow-left-b:before{content:"\f107"}.um-icon-arrow-left-c:before{content:"\f108"}.um-icon-arrow-move:before{content:"\f263"}.um-icon-arrow-resize:before{content:"\f264"}.um-icon-arrow-return-left:before{content:"\f265"}.um-icon-arrow-return-right:before{content:"\f266"}.um-icon-arrow-right-a:before{content:"\f109"}.um-icon-arrow-right-b:before{content:"\f10a"}.um-icon-arrow-right-c:before{content:"\f10b"}.um-icon-arrow-shrink:before{content:"\f267"}.um-icon-arrow-swap:before{content:"\f268"}.um-icon-arrow-up-a:before{content:"\f10c"}.um-icon-arrow-up-b:before{content:"\f10d"}.um-icon-arrow-up-c:before{content:"\f10e"}.um-icon-asterisk:before{content:"\f314"}.um-icon-at:before{content:"\f10f"}.um-icon-backspace:before{content:"\f3bf"}.um-icon-backspace-outline:before{content:"\f3be"}.um-icon-bag:before{content:"\f110"}.um-icon-battery-charging:before{content:"\f111"}.um-icon-battery-empty:before{content:"\f112"}.um-icon-battery-full:before{content:"\f113"}.um-icon-battery-half:before{content:"\f114"}.um-icon-battery-low:before{content:"\f115"}.um-icon-beaker:before{content:"\f269"}.um-icon-beer:before{content:"\f26a"}.um-icon-bluetooth:before{content:"\f116"}.um-icon-bonfire:before{content:"\f315"}.um-icon-bookmark:before{content:"\f26b"}.um-icon-bowtie:before{content:"\f3c0"}.um-icon-briefcase:before{content:"\f26c"}.um-icon-bug:before{content:"\f2be"}.um-icon-calculator:before{content:"\f26d"}.um-icon-calendar:before{content:"\f117"}.um-icon-camera:before{content:"\f118"}.um-icon-card:before{content:"\f119"}.um-icon-cash:before{content:"\f316"}.um-icon-chatbox:before{content:"\f11b"}.um-icon-chatbox-working:before{content:"\f11a"}.um-icon-chatboxes:before{content:"\f11c"}.um-icon-chatbubble:before{content:"\f11e"}.um-icon-chatbubble-working:before{content:"\f11d"}.um-icon-chatbubbles:before{content:"\f11f"}.um-icon-checkmark:before{content:"\f122"}.um-icon-checkmark-circled:before{content:"\f120"}.um-icon-checkmark-round:before{content:"\f121"}.um-icon-chevron-down:before{content:"\f123"}.um-icon-chevron-left:before{content:"\f124"}.um-icon-chevron-right:before{content:"\f125"}.um-icon-chevron-up:before{content:"\f126"}.um-icon-clipboard:before{content:"\f127"}.um-icon-clock:before{content:"\f26e"}.um-icon-close:before{content:"\f12a"}.um-icon-close-circled:before{content:"\f128"}.um-icon-close-round:before{content:"\f129"}.um-icon-closed-captioning:before{content:"\f317"}.um-icon-cloud:before{content:"\f12b"}.um-icon-code:before{content:"\f271"}.um-icon-code-download:before{content:"\f26f"}.um-icon-code-working:before{content:"\f270"}.um-icon-coffee:before{content:"\f272"}.um-icon-compass:before{content:"\f273"}.um-icon-compose:before{content:"\f12c"}.um-icon-connection-bars:before{content:"\f274"}.um-icon-contrast:before{content:"\f275"}.um-icon-crop:before{content:"\f3c1"}.um-icon-cube:before{content:"\f318"}.um-icon-disc:before{content:"\f12d"}.um-icon-document:before{content:"\f12f"}.um-icon-document-text:before{content:"\f12e"}.um-icon-drag:before{content:"\f130"}.um-icon-earth:before{content:"\f276"}.um-icon-easel:before{content:"\f3c2"}.um-icon-edit:before{content:"\f2bf"}.um-icon-egg:before{content:"\f277"}.um-icon-eject:before{content:"\f131"}.um-icon-email:before{content:"\f132"}.um-icon-email-unread:before{content:"\f3c3"}.um-icon-erlenmeyer-flask:before{content:"\f3c5"}.um-icon-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.um-icon-eye:before{content:"\f133"}.um-icon-eye-disabled:before{content:"\f306"}.um-icon-female:before{content:"\f278"}.um-icon-filing:before{content:"\f134"}.um-icon-film-marker:before{content:"\f135"}.um-icon-fireball:before{content:"\f319"}.um-icon-flag:before{content:"\f279"}.um-icon-flame:before{content:"\f31a"}.um-icon-flash:before{content:"\f137"}.um-icon-flash-off:before{content:"\f136"}.um-icon-folder:before{content:"\f139"}.um-icon-fork:before{content:"\f27a"}.um-icon-fork-repo:before{content:"\f2c0"}.um-icon-forward:before{content:"\f13a"}.um-icon-funnel:before{content:"\f31b"}.um-icon-gear-a:before{content:"\f13d"}.um-icon-gear-b:before{content:"\f13e"}.um-icon-grid:before{content:"\f13f"}.um-icon-hammer:before{content:"\f27b"}.um-icon-happy:before{content:"\f31c"}.um-icon-happy-outline:before{content:"\f3c6"}.um-icon-headphone:before{content:"\f140"}.um-icon-heart:before{content:"\f141"}.um-icon-heart-broken:before{content:"\f31d"}.um-icon-help:before{content:"\f143"}.um-icon-help-buoy:before{content:"\f27c"}.um-icon-help-circled:before{content:"\f142"}.um-icon-home:before{content:"\f144"}.um-icon-icecream:before{content:"\f27d"}.um-icon-image:before{content:"\f147"}.um-icon-images:before{content:"\f148"}.um-icon-information:before{content:"\f14a"}.um-icon-information-circled:before{content:"\f149"}.um-icon-ionic:before{content:"\f14b"}.um-icon-ios-alarm:before{content:"\f3c8"}.um-icon-ios-alarm-outline:before{content:"\f3c7"}.um-icon-ios-albums:before{content:"\f3ca"}.um-icon-ios-albums-outline:before{content:"\f3c9"}.um-icon-ios-americanfootball:before{content:"\f3cc"}.um-icon-ios-americanfootball-outline:before{content:"\f3cb"}.um-icon-ios-analytics:before{content:"\f3ce"}.um-icon-ios-analytics-outline:before{content:"\f3cd"}.um-icon-ios-arrow-back:before{content:"\f3cf"}.um-icon-ios-arrow-down:before{content:"\f3d0"}.um-icon-ios-arrow-forward:before{content:"\f3d1"}.um-icon-ios-arrow-left:before{content:"\f3d2"}.um-icon-ios-arrow-right:before{content:"\f3d3"}.um-icon-ios-arrow-thin-down:before{content:"\f3d4"}.um-icon-ios-arrow-thin-left:before{content:"\f3d5"}.um-icon-ios-arrow-thin-right:before{content:"\f3d6"}.um-icon-ios-arrow-thin-up:before{content:"\f3d7"}.um-icon-ios-arrow-up:before{content:"\f3d8"}.um-icon-ios-at:before{content:"\f3da"}.um-icon-ios-at-outline:before{content:"\f3d9"}.um-icon-ios-barcode:before{content:"\f3dc"}.um-icon-ios-barcode-outline:before{content:"\f3db"}.um-icon-ios-baseball:before{content:"\f3de"}.um-icon-ios-baseball-outline:before{content:"\f3dd"}.um-icon-ios-basketball:before{content:"\f3e0"}.um-icon-ios-basketball-outline:before{content:"\f3df"}.um-icon-ios-bell:before{content:"\f3e2"}.um-icon-ios-bell-outline:before{content:"\f3e1"}.um-icon-ios-body:before{content:"\f3e4"}.um-icon-ios-body-outline:before{content:"\f3e3"}.um-icon-ios-bolt:before{content:"\f3e6"}.um-icon-ios-bolt-outline:before{content:"\f3e5"}.um-icon-ios-book:before{content:"\f3e8"}.um-icon-ios-book-outline:before{content:"\f3e7"}.um-icon-ios-bookmarks:before{content:"\f3ea"}.um-icon-ios-bookmarks-outline:before{content:"\f3e9"}.um-icon-ios-box:before{content:"\f3ec"}.um-icon-ios-box-outline:before{content:"\f3eb"}.um-icon-ios-briefcase:before{content:"\f3ee"}.um-icon-ios-briefcase-outline:before{content:"\f3ed"}.um-icon-ios-browsers:before{content:"\f3f0"}.um-icon-ios-browsers-outline:before{content:"\f3ef"}.um-icon-ios-calculator:before{content:"\f3f2"}.um-icon-ios-calculator-outline:before{content:"\f3f1"}.um-icon-ios-calendar:before{content:"\f3f4"}.um-icon-ios-calendar-outline:before{content:"\f3f3"}.um-icon-ios-camera:before{content:"\f3f6"}.um-icon-ios-camera-outline:before{content:"\f3f5"}.um-icon-ios-cart:before{content:"\f3f8"}.um-icon-ios-cart-outline:before{content:"\f3f7"}.um-icon-ios-chatboxes:before{content:"\f3fa"}.um-icon-ios-chatboxes-outline:before{content:"\f3f9"}.um-icon-ios-chatbubble:before{content:"\f3fc"}.um-icon-ios-chatbubble-outline:before{content:"\f3fb"}.um-icon-ios-checkmark:before{content:"\f3ff"}.um-icon-ios-checkmark-empty:before{content:"\f3fd"}.um-icon-ios-checkmark-outline:before{content:"\f3fe"}.um-icon-ios-circle-filled:before{content:"\f400"}.um-icon-ios-circle-outline:before{content:"\f401"}.um-icon-ios-clock:before{content:"\f403"}.um-icon-ios-clock-outline:before{content:"\f402"}.um-icon-ios-close:before{content:"\f406"}.um-icon-ios-close-empty:before{content:"\f404"}.um-icon-ios-close-outline:before{content:"\f405"}.um-icon-ios-cloud:before{content:"\f40c"}.um-icon-ios-cloud-download:before{content:"\f408"}.um-icon-ios-cloud-download-outline:before{content:"\f407"}.um-icon-ios-cloud-outline:before{content:"\f409"}.um-icon-ios-cloud-upload:before{content:"\f40b"}.um-icon-ios-cloud-upload-outline:before{content:"\f40a"}.um-icon-ios-cloudy:before{content:"\f410"}.um-icon-ios-cloudy-night:before{content:"\f40e"}.um-icon-ios-cloudy-night-outline:before{content:"\f40d"}.um-icon-ios-cloudy-outline:before{content:"\f40f"}.um-icon-ios-cog:before{content:"\f412"}.um-icon-ios-cog-outline:before{content:"\f411"}.um-icon-ios-color-filter:before{content:"\f414"}.um-icon-ios-color-filter-outline:before{content:"\f413"}.um-icon-ios-color-wand:before{content:"\f416"}.um-icon-ios-color-wand-outline:before{content:"\f415"}.um-icon-ios-compose:before{content:"\f418"}.um-icon-ios-compose-outline:before{content:"\f417"}.um-icon-ios-contact:before{content:"\f41a"}.um-icon-ios-contact-outline:before{content:"\f419"}.um-icon-ios-copy:before{content:"\f41c"}.um-icon-ios-copy-outline:before{content:"\f41b"}.um-icon-ios-crop:before{content:"\f41e"}.um-icon-ios-crop-strong:before{content:"\f41d"}.um-icon-ios-download:before{content:"\f420"}.um-icon-ios-download-outline:before{content:"\f41f"}.um-icon-ios-drag:before{content:"\f421"}.um-icon-ios-email:before{content:"\f423"}.um-icon-ios-email-outline:before{content:"\f422"}.um-icon-ios-eye:before{content:"\f425"}.um-icon-ios-eye-outline:before{content:"\f424"}.um-icon-ios-fastforward:before{content:"\f427"}.um-icon-ios-fastforward-outline:before{content:"\f426"}.um-icon-ios-filing:before{content:"\f429"}.um-icon-ios-filing-outline:before{content:"\f428"}.um-icon-ios-film:before{content:"\f42b"}.um-icon-ios-film-outline:before{content:"\f42a"}.um-icon-ios-flag:before{content:"\f42d"}.um-icon-ios-flag-outline:before{content:"\f42c"}.um-icon-ios-flame:before{content:"\f42f"}.um-icon-ios-flame-outline:before{content:"\f42e"}.um-icon-ios-flask:before{content:"\f431"}.um-icon-ios-flask-outline:before{content:"\f430"}.um-icon-ios-flower:before{content:"\f433"}.um-icon-ios-flower-outline:before{content:"\f432"}.um-icon-ios-folder:before{content:"\f435"}.um-icon-ios-folder-outline:before{content:"\f434"}.um-icon-ios-football:before{content:"\f437"}.um-icon-ios-football-outline:before{content:"\f436"}.um-icon-ios-game-controller-a:before{content:"\f439"}.um-icon-ios-game-controller-a-outline:before{content:"\f438"}.um-icon-ios-game-controller-b:before{content:"\f43b"}.um-icon-ios-game-controller-b-outline:before{content:"\f43a"}.um-icon-ios-gear:before{content:"\f43d"}.um-icon-ios-gear-outline:before{content:"\f43c"}.um-icon-ios-glasses:before{content:"\f43f"}.um-icon-ios-glasses-outline:before{content:"\f43e"}.um-icon-ios-grid-view:before{content:"\f441"}.um-icon-ios-grid-view-outline:before{content:"\f440"}.um-icon-ios-heart:before{content:"\f443"}.um-icon-ios-heart-outline:before{content:"\f442"}.um-icon-ios-help:before{content:"\f446"}.um-icon-ios-help-empty:before{content:"\f444"}.um-icon-ios-help-outline:before{content:"\f445"}.um-icon-ios-home:before{content:"\f448"}.um-icon-ios-home-outline:before{content:"\f447"}.um-icon-ios-infinite:before{content:"\f44a"}.um-icon-ios-infinite-outline:before{content:"\f449"}.um-icon-ios-information:before{content:"\f44d"}.um-icon-ios-information-empty:before{content:"\f44b"}.um-icon-ios-information-outline:before{content:"\f44c"}.um-icon-ios-ionic-outline:before{content:"\f44e"}.um-icon-ios-keypad:before{content:"\f450"}.um-icon-ios-keypad-outline:before{content:"\f44f"}.um-icon-ios-lightbulb:before{content:"\f452"}.um-icon-ios-lightbulb-outline:before{content:"\f451"}.um-icon-ios-list:before{content:"\f454"}.um-icon-ios-list-outline:before{content:"\f453"}.um-icon-ios-location:before{content:"\f456"}.um-icon-ios-location-outline:before{content:"\f455"}.um-icon-ios-locked:before{content:"\f458"}.um-icon-ios-locked-outline:before{content:"\f457"}.um-icon-ios-loop:before{content:"\f45a"}.um-icon-ios-loop-strong:before{content:"\f459"}.um-icon-ios-medical:before{content:"\f45c"}.um-icon-ios-medical-outline:before{content:"\f45b"}.um-icon-ios-medkit:before{content:"\f45e"}.um-icon-ios-medkit-outline:before{content:"\f45d"}.um-icon-ios-mic:before{content:"\f461"}.um-icon-ios-mic-off:before{content:"\f45f"}.um-icon-ios-mic-outline:before{content:"\f460"}.um-icon-ios-minus:before{content:"\f464"}.um-icon-ios-minus-empty:before{content:"\f462"}.um-icon-ios-minus-outline:before{content:"\f463"}.um-icon-ios-monitor:before{content:"\f466"}.um-icon-ios-monitor-outline:before{content:"\f465"}.um-icon-ios-moon:before{content:"\f468"}.um-icon-ios-moon-outline:before{content:"\f467"}.um-icon-ios-more:before{content:"\f46a"}.um-icon-ios-more-outline:before{content:"\f469"}.um-icon-ios-musical-note:before{content:"\f46b"}.um-icon-ios-musical-notes:before{content:"\f46c"}.um-icon-ios-navigate:before{content:"\f46e"}.um-icon-ios-navigate-outline:before{content:"\f46d"}.um-icon-ios-nutrition:before{content:"\f470"}.um-icon-ios-nutrition-outline:before{content:"\f46f"}.um-icon-ios-paper:before{content:"\f472"}.um-icon-ios-paper-outline:before{content:"\f471"}.um-icon-ios-paperplane:before{content:"\f474"}.um-icon-ios-paperplane-outline:before{content:"\f473"}.um-icon-ios-partlysunny:before{content:"\f476"}.um-icon-ios-partlysunny-outline:before{content:"\f475"}.um-icon-ios-pause:before{content:"\f478"}.um-icon-ios-pause-outline:before{content:"\f477"}.um-icon-ios-paw:before{content:"\f47a"}.um-icon-ios-paw-outline:before{content:"\f479"}.um-icon-ios-people:before{content:"\f47c"}.um-icon-ios-people-outline:before{content:"\f47b"}.um-icon-ios-person:before{content:"\f47e"}.um-icon-ios-person-outline:before{content:"\f47d"}.um-icon-ios-personadd:before{content:"\f480"}.um-icon-ios-personadd-outline:before{content:"\f47f"}.um-icon-ios-photos:before{content:"\f482"}.um-icon-ios-photos-outline:before{content:"\f481"}.um-icon-ios-pie:before{content:"\f484"}.um-icon-ios-pie-outline:before{content:"\f483"}.um-icon-ios-pint:before{content:"\f486"}.um-icon-ios-pint-outline:before{content:"\f485"}.um-icon-ios-play:before{content:"\f488"}.um-icon-ios-play-outline:before{content:"\f487"}.um-icon-ios-plus:before{content:"\f48b"}.um-icon-ios-plus-empty:before{content:"\f489"}.um-icon-ios-plus-outline:before{content:"\f48a"}.um-icon-ios-pricetag:before{content:"\f48d"}.um-icon-ios-pricetag-outline:before{content:"\f48c"}.um-icon-ios-pricetags:before{content:"\f48f"}.um-icon-ios-pricetags-outline:before{content:"\f48e"}.um-icon-ios-printer:before{content:"\f491"}.um-icon-ios-printer-outline:before{content:"\f490"}.um-icon-ios-pulse:before{content:"\f493"}.um-icon-ios-pulse-strong:before{content:"\f492"}.um-icon-ios-rainy:before{content:"\f495"}.um-icon-ios-rainy-outline:before{content:"\f494"}.um-icon-ios-recording:before{content:"\f497"}.um-icon-ios-recording-outline:before{content:"\f496"}.um-icon-ios-redo:before{content:"\f499"}.um-icon-ios-redo-outline:before{content:"\f498"}.um-icon-ios-refresh:before{content:"\f49c"}.um-icon-ios-refresh-empty:before{content:"\f49a"}.um-icon-ios-refresh-outline:before{content:"\f49b"}.um-icon-ios-reload:before{content:"\f49d"}.um-icon-ios-reverse-camera:before{content:"\f49f"}.um-icon-ios-reverse-camera-outline:before{content:"\f49e"}.um-icon-ios-rewind:before{content:"\f4a1"}.um-icon-ios-rewind-outline:before{content:"\f4a0"}.um-icon-ios-rose:before{content:"\f4a3"}.um-icon-ios-rose-outline:before{content:"\f4a2"}.um-icon-ios-search:before{content:"\f4a5"}.um-icon-ios-search-strong:before{content:"\f4a4"}.um-icon-ios-settings:before{content:"\f4a7"}.um-icon-ios-settings-strong:before{content:"\f4a6"}.um-icon-ios-shuffle:before{content:"\f4a9"}.um-icon-ios-shuffle-strong:before{content:"\f4a8"}.um-icon-ios-skipbackward:before{content:"\f4ab"}.um-icon-ios-skipbackward-outline:before{content:"\f4aa"}.um-icon-ios-skipforward:before{content:"\f4ad"}.um-icon-ios-skipforward-outline:before{content:"\f4ac"}.um-icon-ios-snowy:before{content:"\f4ae"}.um-icon-ios-speedometer:before{content:"\f4b0"}.um-icon-ios-speedometer-outline:before{content:"\f4af"}.um-icon-ios-star:before{content:"\f4b3"}.um-icon-ios-star-half:before{content:"\f4b1"}.um-icon-ios-star-outline:before{content:"\f4b2"}.um-icon-ios-stopwatch:before{content:"\f4b5"}.um-icon-ios-stopwatch-outline:before{content:"\f4b4"}.um-icon-ios-sunny:before{content:"\f4b7"}.um-icon-ios-sunny-outline:before{content:"\f4b6"}.um-icon-ios-telephone:before{content:"\f4b9"}.um-icon-ios-telephone-outline:before{content:"\f4b8"}.um-icon-ios-tennisball:before{content:"\f4bb"}.um-icon-ios-tennisball-outline:before{content:"\f4ba"}.um-icon-ios-thunderstorm:before{content:"\f4bd"}.um-icon-ios-thunderstorm-outline:before{content:"\f4bc"}.um-icon-ios-time:before{content:"\f4bf"}.um-icon-ios-time-outline:before{content:"\f4be"}.um-icon-ios-timer:before{content:"\f4c1"}.um-icon-ios-timer-outline:before{content:"\f4c0"}.um-icon-ios-toggle:before{content:"\f4c3"}.um-icon-ios-toggle-outline:before{content:"\f4c2"}.um-icon-ios-trash:before{content:"\f4c5"}.um-icon-ios-trash-outline:before{content:"\f4c4"}.um-icon-ios-undo:before{content:"\f4c7"}.um-icon-ios-undo-outline:before{content:"\f4c6"}.um-icon-ios-unlocked:before{content:"\f4c9"}.um-icon-ios-unlocked-outline:before{content:"\f4c8"}.um-icon-ios-upload:before{content:"\f4cb"}.um-icon-ios-upload-outline:before{content:"\f4ca"}.um-icon-ios-videocam:before{content:"\f4cd"}.um-icon-ios-videocam-outline:before{content:"\f4cc"}.um-icon-ios-volume-high:before{content:"\f4ce"}.um-icon-ios-volume-low:before{content:"\f4cf"}.um-icon-ios-wineglass:before{content:"\f4d1"}.um-icon-ios-wineglass-outline:before{content:"\f4d0"}.um-icon-ios-world:before{content:"\f4d3"}.um-icon-ios-world-outline:before{content:"\f4d2"}.um-icon-ipad:before{content:"\f1f9"}.um-icon-iphone:before{content:"\f1fa"}.um-icon-ipod:before{content:"\f1fb"}.um-icon-jet:before{content:"\f295"}.um-icon-key:before{content:"\f296"}.um-icon-knife:before{content:"\f297"}.um-icon-laptop:before{content:"\f1fc"}.um-icon-leaf:before{content:"\f1fd"}.um-icon-levels:before{content:"\f298"}.um-icon-lightbulb:before{content:"\f299"}.um-icon-link:before{content:"\f1fe"}.um-icon-load-a:before{content:"\f29a"}.um-icon-load-b:before{content:"\f29b"}.um-icon-load-c:before{content:"\f29c"}.um-icon-load-d:before{content:"\f29d"}.um-icon-location:before{content:"\f1ff"}.um-icon-lock-combination:before{content:"\f4d4"}.um-icon-locked:before{content:"\f200"}.um-icon-log-in:before{content:"\f29e"}.um-icon-log-out:before{content:"\f29f"}.um-icon-loop:before{content:"\f201"}.um-icon-magnet:before{content:"\f2a0"}.um-icon-male:before{content:"\f2a1"}.um-icon-man:before{content:"\f202"}.um-icon-map:before{content:"\f203"}.um-icon-medkit:before{content:"\f2a2"}.um-icon-merge:before{content:"\f33f"}.um-icon-mic-a:before{content:"\f204"}.um-icon-mic-b:before{content:"\f205"}.um-icon-mic-c:before{content:"\f206"}.um-icon-minus:before{content:"\f209"}.um-icon-minus-circled:before{content:"\f207"}.um-icon-minus-round:before{content:"\f208"}.um-icon-model-s:before{content:"\f2c1"}.um-icon-monitor:before{content:"\f20a"}.um-icon-more:before{content:"\f20b"}.um-icon-mouse:before{content:"\f340"}.um-icon-music-note:before{content:"\f20c"}.um-icon-navicon:before{content:"\f20e"}.um-icon-navicon-round:before{content:"\f20d"}.um-icon-navigate:before{content:"\f2a3"}.um-icon-network:before{content:"\f341"}.um-icon-no-smoking:before{content:"\f2c2"}.um-icon-nuclear:before{content:"\f2a4"}.um-icon-outlet:before{content:"\f342"}.um-icon-paintbrush:before{content:"\f4d5"}.um-icon-paintbucket:before{content:"\f4d6"}.um-icon-paper-airplane:before{content:"\f2c3"}.um-icon-paperclip:before{content:"\f20f"}.um-icon-pause:before{content:"\f210"}.um-icon-person:before{content:"\f213"}.um-icon-person-add:before{content:"\f211"}.um-icon-person-stalker:before{content:"\f212"}.um-icon-pie-graph:before{content:"\f2a5"}.um-icon-pin:before{content:"\f2a6"}.um-icon-pinpoint:before{content:"\f2a7"}.um-icon-pizza:before{content:"\f2a8"}.um-icon-plane:before{content:"\f214"}.um-icon-planet:before{content:"\f343"}.um-icon-play:before{content:"\f215"}.um-icon-playstation:before{content:"\f30a"}.um-icon-plus:before{content:"\f218"}.um-icon-plus-circled:before{content:"\f216"}.um-icon-plus-round:before{content:"\f217"}.um-icon-podium:before{content:"\f344"}.um-icon-pound:before{content:"\f219"}.um-icon-power:before{content:"\f2a9"}.um-icon-pricetag:before{content:"\f2aa"}.um-icon-pricetags:before{content:"\f2ab"}.um-icon-printer:before{content:"\f21a"}.um-icon-pull-request:before{content:"\f345"}.um-icon-qr-scanner:before{content:"\f346"}.um-icon-quote:before{content:"\f347"}.um-icon-radio-waves:before{content:"\f2ac"}.um-icon-record:before{content:"\f21b"}.um-icon-refresh:before{content:"\f21c"}.um-icon-reply:before{content:"\f21e"}.um-icon-reply-all:before{content:"\f21d"}.um-icon-ribbon-a:before{content:"\f348"}.um-icon-ribbon-b:before{content:"\f349"}.um-icon-sad:before{content:"\f34a"}.um-icon-sad-outline:before{content:"\f4d7"}.um-icon-scissors:before{content:"\f34b"}.um-icon-search:before{content:"\f21f"}.um-icon-settings:before{content:"\f2ad"}.um-icon-share:before{content:"\f220"}.um-icon-shuffle:before{content:"\f221"}.um-icon-skip-backward:before{content:"\f222"}.um-icon-skip-forward:before{content:"\f223"}.um-icon-social-android:before{content:"\f225"}.um-icon-social-android-outline:before{content:"\f224"}.um-icon-social-angular:before{content:"\f4d9"}.um-icon-social-angular-outline:before{content:"\f4d8"}.um-icon-social-apple:before{content:"\f227"}.um-icon-social-apple-outline:before{content:"\f226"}.um-icon-social-bitcoin:before{content:"\f2af"}.um-icon-social-bitcoin-outline:before{content:"\f2ae"}.um-icon-social-buffer:before{content:"\f229"}.um-icon-social-buffer-outline:before{content:"\f228"}.um-icon-social-chrome:before{content:"\f4db"}.um-icon-social-chrome-outline:before{content:"\f4da"}.um-icon-social-codepen:before{content:"\f4dd"}.um-icon-social-codepen-outline:before{content:"\f4dc"}.um-icon-social-css3:before{content:"\f4df"}.um-icon-social-css3-outline:before{content:"\f4de"}.um-icon-social-designernews:before{content:"\f22b"}.um-icon-social-designernews-outline:before{content:"\f22a"}.um-icon-social-dribbble:before{content:"\f22d"}.um-icon-social-dribbble-outline:before{content:"\f22c"}.um-icon-social-dropbox:before{content:"\f22f"}.um-icon-social-dropbox-outline:before{content:"\f22e"}.um-icon-social-euro:before{content:"\f4e1"}.um-icon-social-euro-outline:before{content:"\f4e0"}.um-icon-social-facebook:before{content:"\f231"}.um-icon-social-facebook-outline:before{content:"\f230"}.um-icon-social-foursquare:before{content:"\f34d"}.um-icon-social-foursquare-outline:before{content:"\f34c"}.um-icon-social-freebsd-devil:before{content:"\f2c4"}.um-icon-social-github:before{content:"\f233"}.um-icon-social-github-outline:before{content:"\f232"}.um-icon-social-google:before{content:"\f34f"}.um-icon-social-google-outline:before{content:"\f34e"}.um-icon-social-googleplus:before{content:"\f235"}.um-icon-social-googleplus-outline:before{content:"\f234"}.um-icon-social-hackernews:before{content:"\f237"}.um-icon-social-hackernews-outline:before{content:"\f236"}.um-icon-social-html5:before{content:"\f4e3"}.um-icon-social-html5-outline:before{content:"\f4e2"}.um-icon-social-instagram:before{content:"\f351"}.um-icon-social-instagram-outline:before{content:"\f350"}.um-icon-social-javascript:before{content:"\f4e5"}.um-icon-social-javascript-outline:before{content:"\f4e4"}.um-icon-social-linkedin:before{content:"\f239"}.um-icon-social-linkedin-outline:before{content:"\f238"}.um-icon-social-markdown:before{content:"\f4e6"}.um-icon-social-nodejs:before{content:"\f4e7"}.um-icon-social-octocat:before{content:"\f4e8"}.um-icon-social-pinterest:before{content:"\f2b1"}.um-icon-social-pinterest-outline:before{content:"\f2b0"}.um-icon-social-python:before{content:"\f4e9"}.um-icon-social-reddit:before{content:"\f23b"}.um-icon-social-reddit-outline:before{content:"\f23a"}.um-icon-social-rss:before{content:"\f23d"}.um-icon-social-rss-outline:before{content:"\f23c"}.um-icon-social-sass:before{content:"\f4ea"}.um-icon-social-skype:before{content:"\f23f"}.um-icon-social-skype-outline:before{content:"\f23e"}.um-icon-social-snapchat:before{content:"\f4ec"}.um-icon-social-snapchat-outline:before{content:"\f4eb"}.um-icon-social-tumblr:before{content:"\f241"}.um-icon-social-tumblr-outline:before{content:"\f240"}.um-icon-social-tux:before{content:"\f2c5"}.um-icon-social-twitch:before{content:"\f4ee"}.um-icon-social-twitch-outline:before{content:"\f4ed"}.um-icon-social-twitter:before{content:"\f243"}.um-icon-social-twitter-outline:before{content:"\f242"}.um-icon-social-usd:before{content:"\f353"}.um-icon-social-usd-outline:before{content:"\f352"}.um-icon-social-vimeo:before{content:"\f245"}.um-icon-social-vimeo-outline:before{content:"\f244"}.um-icon-social-whatsapp:before{content:"\f4f0"}.um-icon-social-whatsapp-outline:before{content:"\f4ef"}.um-icon-social-windows:before{content:"\f247"}.um-icon-social-windows-outline:before{content:"\f246"}.um-icon-social-wordpress:before{content:"\f249"}.um-icon-social-wordpress-outline:before{content:"\f248"}.um-icon-social-yahoo:before{content:"\f24b"}.um-icon-social-yahoo-outline:before{content:"\f24a"}.um-icon-social-yen:before{content:"\f4f2"}.um-icon-social-yen-outline:before{content:"\f4f1"}.um-icon-social-youtube:before{content:"\f24d"}.um-icon-social-youtube-outline:before{content:"\f24c"}.um-icon-soup-can:before{content:"\f4f4"}.um-icon-soup-can-outline:before{content:"\f4f3"}.um-icon-speakerphone:before{content:"\f2b2"}.um-icon-speedometer:before{content:"\f2b3"}.um-icon-spoon:before{content:"\f2b4"}.um-icon-star:before{content:"\f24e"}.um-icon-stats-bars:before{content:"\f2b5"}.um-icon-steam:before{content:"\f30b"}.um-icon-stop:before{content:"\f24f"}.um-icon-thermometer:before{content:"\f2b6"}.um-icon-thumbsdown:before{content:"\f250"}.um-icon-thumbsup:before{content:"\f251"}.um-icon-toggle:before{content:"\f355"}.um-icon-toggle-filled:before{content:"\f354"}.um-icon-transgender:before{content:"\f4f5"}.um-icon-trash-a:before{content:"\f252"}.um-icon-trash-b:before{content:"\f253"}.um-icon-trophy:before{content:"\f356"}.um-icon-tshirt:before{content:"\f4f7"}.um-icon-tshirt-outline:before{content:"\f4f6"}.um-icon-umbrella:before{content:"\f2b7"}.um-icon-university:before{content:"\f357"}.um-icon-unlocked:before{content:"\f254"}.um-icon-upload:before{content:"\f255"}.um-icon-usb:before{content:"\f2b8"}.um-icon-videocamera:before{content:"\f256"}.um-icon-volume-high:before{content:"\f257"}.um-icon-volume-low:before{content:"\f258"}.um-icon-volume-medium:before{content:"\f259"}.um-icon-volume-mute:before{content:"\f25a"}.um-icon-wand:before{content:"\f358"}.um-icon-waterdrop:before{content:"\f25b"}.um-icon-wifi:before{content:"\f25c"}.um-icon-wineglass:before{content:"\f2b9"}.um-icon-woman:before{content:"\f25d"}.um-icon-wrench:before{content:"\f2ba"}.um-icon-xbox:before{content:"\f30c"}
2
+ @font-face{font-family:FontAwesome;src:url(../font/fontawesome-webfont.eot?v=4.2.0);src:url(../font/fontawesome-webfont.eot?v=4.2.0#iefix) format("embedded-opentype"),url(../font/fontawesome-webfont.woff?v=4.2.0) format("woff"),url(../font/fontawesome-webfont.ttf?v=4.2.0) format("truetype"),url(../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal;font-display: swap}[class*=" um-faicon-"]:before,[class^=um-faicon-]:before{font-family:FontAwesome!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um-faicon-glass:before{content:"\f000"}.um-faicon-music:before{content:"\f001"}.um-faicon-search:before{content:"\f002"}.um-faicon-envelope-o:before{content:"\f003"}.um-faicon-heart:before{content:"\f004"}.um-faicon-star:before{content:"\f005"}.um-faicon-star-o:before{content:"\f006"}.um-faicon-user:before{content:"\f007"}.um-faicon-film:before{content:"\f008"}.um-faicon-th-large:before{content:"\f009"}.um-faicon-th:before{content:"\f00a"}.um-faicon-th-list:before{content:"\f00b"}.um-faicon-check:before{content:"\f00c"}.um-faicon-close:before,.um-faicon-remove:before,.um-faicon-times:before{content:"\f00d"}.um-faicon-search-plus:before{content:"\f00e"}.um-faicon-search-minus:before{content:"\f010"}.um-faicon-power-off:before{content:"\f011"}.um-faicon-signal:before{content:"\f012"}.um-faicon-cog:before,.um-faicon-gear:before{content:"\f013"}.um-faicon-trash-o:before{content:"\f014"}.um-faicon-home:before{content:"\f015"}.um-faicon-file-o:before{content:"\f016"}.um-faicon-clock-o:before{content:"\f017"}.um-faicon-road:before{content:"\f018"}.um-faicon-download:before{content:"\f019"}.um-faicon-arrow-circle-o-down:before{content:"\f01a"}.um-faicon-arrow-circle-o-up:before{content:"\f01b"}.um-faicon-inbox:before{content:"\f01c"}.um-faicon-play-circle-o:before{content:"\f01d"}.um-faicon-repeat:before,.um-faicon-rotate-right:before{content:"\f01e"}.um-faicon-refresh:before{content:"\f021"}.um-faicon-list-alt:before{content:"\f022"}.um-faicon-lock:before{content:"\f023"}.um-faicon-flag:before{content:"\f024"}.um-faicon-headphones:before{content:"\f025"}.um-faicon-volume-off:before{content:"\f026"}.um-faicon-volume-down:before{content:"\f027"}.um-faicon-volume-up:before{content:"\f028"}.um-faicon-qrcode:before{content:"\f029"}.um-faicon-barcode:before{content:"\f02a"}.um-faicon-tag:before{content:"\f02b"}.um-faicon-tags:before{content:"\f02c"}.um-faicon-book:before{content:"\f02d"}.um-faicon-bookmark:before{content:"\f02e"}.um-faicon-print:before{content:"\f02f"}.um-faicon-camera:before{content:"\f030"}.um-faicon-font:before{content:"\f031"}.um-faicon-bold:before{content:"\f032"}.um-faicon-italic:before{content:"\f033"}.um-faicon-text-height:before{content:"\f034"}.um-faicon-text-width:before{content:"\f035"}.um-faicon-align-left:before{content:"\f036"}.um-faicon-align-center:before{content:"\f037"}.um-faicon-align-right:before{content:"\f038"}.um-faicon-align-justify:before{content:"\f039"}.um-faicon-list:before{content:"\f03a"}.um-faicon-dedent:before,.um-faicon-outdent:before{content:"\f03b"}.um-faicon-indent:before{content:"\f03c"}.um-faicon-video-camera:before{content:"\f03d"}.um-faicon-image:before,.um-faicon-photo:before,.um-faicon-picture-o:before{content:"\f03e"}.um-faicon-pencil:before{content:"\f040"}.um-faicon-map-marker:before{content:"\f041"}.um-faicon-adjust:before{content:"\f042"}.um-faicon-tint:before{content:"\f043"}.um-faicon-edit:before,.um-faicon-pencil-square-o:before{content:"\f044"}.um-faicon-share-square-o:before{content:"\f045"}.um-faicon-check-square-o:before{content:"\f046"}.um-faicon-arrows:before{content:"\f047"}.um-faicon-step-backward:before{content:"\f048"}.um-faicon-fast-backward:before{content:"\f049"}.um-faicon-backward:before{content:"\f04a"}.um-faicon-play:before{content:"\f04b"}.um-faicon-pause:before{content:"\f04c"}.um-faicon-stop:before{content:"\f04d"}.um-faicon-forward:before{content:"\f04e"}.um-faicon-fast-forward:before{content:"\f050"}.um-faicon-step-forward:before{content:"\f051"}.um-faicon-eject:before{content:"\f052"}.um-faicon-chevron-left:before{content:"\f053"}.um-faicon-chevron-right:before{content:"\f054"}.um-faicon-plus-circle:before{content:"\f055"}.um-faicon-minus-circle:before{content:"\f056"}.um-faicon-times-circle:before{content:"\f057"}.um-faicon-check-circle:before{content:"\f058"}.um-faicon-question-circle:before{content:"\f059"}.um-faicon-info-circle:before{content:"\f05a"}.um-faicon-crosshairs:before{content:"\f05b"}.um-faicon-times-circle-o:before{content:"\f05c"}.um-faicon-check-circle-o:before{content:"\f05d"}.um-faicon-ban:before{content:"\f05e"}.um-faicon-arrow-left:before{content:"\f060"}.um-faicon-arrow-right:before{content:"\f061"}.um-faicon-arrow-up:before{content:"\f062"}.um-faicon-arrow-down:before{content:"\f063"}.um-faicon-mail-forward:before,.um-faicon-share:before{content:"\f064"}.um-faicon-expand:before{content:"\f065"}.um-faicon-compress:before{content:"\f066"}.um-faicon-plus:before{content:"\f067"}.um-faicon-minus:before{content:"\f068"}.um-faicon-asterisk:before{content:"\f069"}.um-faicon-exclamation-circle:before{content:"\f06a"}.um-faicon-gift:before{content:"\f06b"}.um-faicon-leaf:before{content:"\f06c"}.um-faicon-fire:before{content:"\f06d"}.um-faicon-eye:before{content:"\f06e"}.um-faicon-eye-slash:before{content:"\f070"}.um-faicon-exclamation-triangle:before,.um-faicon-warning:before{content:"\f071"}.um-faicon-plane:before{content:"\f072"}.um-faicon-calendar:before{content:"\f073"}.um-faicon-random:before{content:"\f074"}.um-faicon-comment:before{content:"\f075"}.um-faicon-magnet:before{content:"\f076"}.um-faicon-chevron-up:before{content:"\f077"}.um-faicon-chevron-down:before{content:"\f078"}.um-faicon-retweet:before{content:"\f079"}.um-faicon-shopping-cart:before{content:"\f07a"}.um-faicon-folder:before{content:"\f07b"}.um-faicon-folder-open:before{content:"\f07c"}.um-faicon-arrows-v:before{content:"\f07d"}.um-faicon-arrows-h:before{content:"\f07e"}.um-faicon-bar-chart-o:before,.um-faicon-bar-chart:before{content:"\f080"}.um-faicon-twitter-square:before{content:"\f081"}.um-faicon-facebook-square:before{content:"\f082"}.um-faicon-camera-retro:before{content:"\f083"}.um-faicon-key:before{content:"\f084"}.um-faicon-cogs:before,.um-faicon-gears:before{content:"\f085"}.um-faicon-comments:before{content:"\f086"}.um-faicon-thumbs-o-up:before{content:"\f087"}.um-faicon-thumbs-o-down:before{content:"\f088"}.um-faicon-star-half:before{content:"\f089"}.um-faicon-heart-o:before{content:"\f08a"}.um-faicon-sign-out:before{content:"\f08b"}.um-faicon-linkedin-square:before{content:"\f08c"}.um-faicon-thumb-tack:before{content:"\f08d"}.um-faicon-external-link:before{content:"\f08e"}.um-faicon-sign-in:before{content:"\f090"}.um-faicon-trophy:before{content:"\f091"}.um-faicon-github-square:before{content:"\f092"}.um-faicon-upload:before{content:"\f093"}.um-faicon-lemon-o:before{content:"\f094"}.um-faicon-phone:before{content:"\f095"}.um-faicon-square-o:before{content:"\f096"}.um-faicon-bookmark-o:before{content:"\f097"}.um-faicon-phone-square:before{content:"\f098"}.um-faicon-twitter:before{content:"\f099"}.um-faicon-facebook:before{content:"\f09a"}.um-faicon-github:before{content:"\f09b"}.um-faicon-unlock:before{content:"\f09c"}.um-faicon-credit-card:before{content:"\f09d"}.um-faicon-rss:before{content:"\f09e"}.um-faicon-hdd-o:before{content:"\f0a0"}.um-faicon-bullhorn:before{content:"\f0a1"}.um-faicon-bell:before{content:"\f0f3"}.um-faicon-certificate:before{content:"\f0a3"}.um-faicon-hand-o-right:before{content:"\f0a4"}.um-faicon-hand-o-left:before{content:"\f0a5"}.um-faicon-hand-o-up:before{content:"\f0a6"}.um-faicon-hand-o-down:before{content:"\f0a7"}.um-faicon-arrow-circle-left:before{content:"\f0a8"}.um-faicon-arrow-circle-right:before{content:"\f0a9"}.um-faicon-arrow-circle-up:before{content:"\f0aa"}.um-faicon-arrow-circle-down:before{content:"\f0ab"}.um-faicon-globe:before{content:"\f0ac"}.um-faicon-wrench:before{content:"\f0ad"}.um-faicon-tasks:before{content:"\f0ae"}.um-faicon-filter:before{content:"\f0b0"}.um-faicon-briefcase:before{content:"\f0b1"}.um-faicon-arrows-alt:before{content:"\f0b2"}.um-faicon-group:before,.um-faicon-users:before{content:"\f0c0"}.um-faicon-chain:before,.um-faicon-link:before{content:"\f0c1"}.um-faicon-cloud:before{content:"\f0c2"}.um-faicon-flask:before{content:"\f0c3"}.um-faicon-cut:before,.um-faicon-scissors:before{content:"\f0c4"}.um-faicon-copy:before,.um-faicon-files-o:before{content:"\f0c5"}.um-faicon-paperclip:before{content:"\f0c6"}.um-faicon-floppy-o:before,.um-faicon-save:before{content:"\f0c7"}.um-faicon-square:before{content:"\f0c8"}.um-faicon-bars:before,.um-faicon-navicon:before,.um-faicon-reorder:before{content:"\f0c9"}.um-faicon-list-ul:before{content:"\f0ca"}.um-faicon-list-ol:before{content:"\f0cb"}.um-faicon-strikethrough:before{content:"\f0cc"}.um-faicon-underline:before{content:"\f0cd"}.um-faicon-table:before{content:"\f0ce"}.um-faicon-magic:before{content:"\f0d0"}.um-faicon-truck:before{content:"\f0d1"}.um-faicon-pinterest:before{content:"\f0d2"}.um-faicon-pinterest-square:before{content:"\f0d3"}.um-faicon-google-plus-square:before{content:"\f0d4"}.um-faicon-google-plus:before{content:"\f0d5"}.um-faicon-money:before{content:"\f0d6"}.um-faicon-caret-down:before{content:"\f0d7"}.um-faicon-caret-up:before{content:"\f0d8"}.um-faicon-caret-left:before{content:"\f0d9"}.um-faicon-caret-right:before{content:"\f0da"}.um-faicon-columns:before{content:"\f0db"}.um-faicon-sort:before,.um-faicon-unsorted:before{content:"\f0dc"}.um-faicon-sort-desc:before,.um-faicon-sort-down:before{content:"\f0dd"}.um-faicon-sort-asc:before,.um-faicon-sort-up:before{content:"\f0de"}.um-faicon-envelope:before{content:"\f0e0"}.um-faicon-linkedin:before{content:"\f0e1"}.um-faicon-rotate-left:before,.um-faicon-undo:before{content:"\f0e2"}.um-faicon-gavel:before,.um-faicon-legal:before{content:"\f0e3"}.um-faicon-dashboard:before,.um-faicon-tachometer:before{content:"\f0e4"}.um-faicon-comment-o:before{content:"\f0e5"}.um-faicon-comments-o:before{content:"\f0e6"}.um-faicon-bolt:before,.um-faicon-flash:before{content:"\f0e7"}.um-faicon-sitemap:before{content:"\f0e8"}.um-faicon-umbrella:before{content:"\f0e9"}.um-faicon-clipboard:before,.um-faicon-paste:before{content:"\f0ea"}.um-faicon-lightbulb-o:before{content:"\f0eb"}.um-faicon-exchange:before{content:"\f0ec"}.um-faicon-cloud-download:before{content:"\f0ed"}.um-faicon-cloud-upload:before{content:"\f0ee"}.um-faicon-user-md:before{content:"\f0f0"}.um-faicon-stethoscope:before{content:"\f0f1"}.um-faicon-suitcase:before{content:"\f0f2"}.um-faicon-bell-o:before{content:"\f0a2"}.um-faicon-coffee:before{content:"\f0f4"}.um-faicon-cutlery:before{content:"\f0f5"}.um-faicon-file-text-o:before{content:"\f0f6"}.um-faicon-building-o:before{content:"\f0f7"}.um-faicon-hospital-o:before{content:"\f0f8"}.um-faicon-ambulance:before{content:"\f0f9"}.um-faicon-medkit:before{content:"\f0fa"}.um-faicon-fighter-jet:before{content:"\f0fb"}.um-faicon-beer:before{content:"\f0fc"}.um-faicon-h-square:before{content:"\f0fd"}.um-faicon-plus-square:before{content:"\f0fe"}.um-faicon-angle-double-left:before{content:"\f100"}.um-faicon-angle-double-right:before{content:"\f101"}.um-faicon-angle-double-up:before{content:"\f102"}.um-faicon-angle-double-down:before{content:"\f103"}.um-faicon-angle-left:before{content:"\f104"}.um-faicon-angle-right:before{content:"\f105"}.um-faicon-angle-up:before{content:"\f106"}.um-faicon-angle-down:before{content:"\f107"}.um-faicon-desktop:before{content:"\f108"}.um-faicon-laptop:before{content:"\f109"}.um-faicon-tablet:before{content:"\f10a"}.um-faicon-mobile-phone:before,.um-faicon-mobile:before{content:"\f10b"}.um-faicon-circle-o:before{content:"\f10c"}.um-faicon-quote-left:before{content:"\f10d"}.um-faicon-quote-right:before{content:"\f10e"}.um-faicon-spinner:before{content:"\f110"}.um-faicon-spin{-webkit-animation:um-faicon-spin 2s infinite linear;animation:um-faicon-spin 2s infinite linear}.um-faicon-circle:before{content:"\f111"}.um-faicon-mail-reply:before,.um-faicon-reply:before{content:"\f112"}.um-faicon-github-alt:before{content:"\f113"}.um-faicon-folder-o:before{content:"\f114"}.um-faicon-folder-open-o:before{content:"\f115"}.um-faicon-smile-o:before{content:"\f118"}.um-faicon-frown-o:before{content:"\f119"}.um-faicon-meh-o:before{content:"\f11a"}.um-faicon-gamepad:before{content:"\f11b"}.um-faicon-keyboard-o:before{content:"\f11c"}.um-faicon-flag-o:before{content:"\f11d"}.um-faicon-flag-checkered:before{content:"\f11e"}.um-faicon-terminal:before{content:"\f120"}.um-faicon-code:before{content:"\f121"}.um-faicon-mail-reply-all:before,.um-faicon-reply-all:before{content:"\f122"}.um-faicon-star-half-empty:before,.um-faicon-star-half-full:before,.um-faicon-star-half-o:before{content:"\f123"}.um-faicon-location-arrow:before{content:"\f124"}.um-faicon-crop:before{content:"\f125"}.um-faicon-code-fork:before{content:"\f126"}.um-faicon-chain-broken:before,.um-faicon-unlink:before{content:"\f127"}.um-faicon-question:before{content:"\f128"}.um-faicon-info:before{content:"\f129"}.um-faicon-exclamation:before{content:"\f12a"}.um-faicon-superscript:before{content:"\f12b"}.um-faicon-subscript:before{content:"\f12c"}.um-faicon-eraser:before{content:"\f12d"}.um-faicon-puzzle-piece:before{content:"\f12e"}.um-faicon-microphone:before{content:"\f130"}.um-faicon-microphone-slash:before{content:"\f131"}.um-faicon-shield:before{content:"\f132"}.um-faicon-calendar-o:before{content:"\f133"}.um-faicon-fire-extinguisher:before{content:"\f134"}.um-faicon-rocket:before{content:"\f135"}.um-faicon-maxcdn:before{content:"\f136"}.um-faicon-chevron-circle-left:before{content:"\f137"}.um-faicon-chevron-circle-right:before{content:"\f138"}.um-faicon-chevron-circle-up:before{content:"\f139"}.um-faicon-chevron-circle-down:before{content:"\f13a"}.um-faicon-html5:before{content:"\f13b"}.um-faicon-css3:before{content:"\f13c"}.um-faicon-anchor:before{content:"\f13d"}.um-faicon-unlock-alt:before{content:"\f13e"}.um-faicon-bullseye:before{content:"\f140"}.um-faicon-ellipsis-h:before{content:"\f141"}.um-faicon-ellipsis-v:before{content:"\f142"}.um-faicon-rss-square:before{content:"\f143"}.um-faicon-play-circle:before{content:"\f144"}.um-faicon-ticket:before{content:"\f145"}.um-faicon-minus-square:before{content:"\f146"}.um-faicon-minus-square-o:before{content:"\f147"}.um-faicon-level-up:before{content:"\f148"}.um-faicon-level-down:before{content:"\f149"}.um-faicon-check-square:before{content:"\f14a"}.um-faicon-pencil-square:before{content:"\f14b"}.um-faicon-external-link-square:before{content:"\f14c"}.um-faicon-share-square:before{content:"\f14d"}.um-faicon-compass:before{content:"\f14e"}.um-faicon-caret-square-o-down:before,.um-faicon-toggle-down:before{content:"\f150"}.um-faicon-caret-square-o-up:before,.um-faicon-toggle-up:before{content:"\f151"}.um-faicon-caret-square-o-right:before,.um-faicon-toggle-right:before{content:"\f152"}.um-faicon-eur:before,.um-faicon-euro:before{content:"\f153"}.um-faicon-gbp:before{content:"\f154"}.um-faicon-dollar:before,.um-faicon-usd:before{content:"\f155"}.um-faicon-inr:before,.um-faicon-rupee:before{content:"\f156"}.um-faicon-cny:before,.um-faicon-jpy:before,.um-faicon-rmb:before,.um-faicon-yen:before{content:"\f157"}.um-faicon-rouble:before,.um-faicon-rub:before,.um-faicon-ruble:before{content:"\f158"}.um-faicon-krw:before,.um-faicon-won:before{content:"\f159"}.um-faicon-bitcoin:before,.um-faicon-btc:before{content:"\f15a"}.um-faicon-file:before{content:"\f15b"}.um-faicon-file-text:before{content:"\f15c"}.um-faicon-sort-alpha-asc:before{content:"\f15d"}.um-faicon-sort-alpha-desc:before{content:"\f15e"}.um-faicon-sort-amount-asc:before{content:"\f160"}.um-faicon-sort-amount-desc:before{content:"\f161"}.um-faicon-sort-numeric-asc:before{content:"\f162"}.um-faicon-sort-numeric-desc:before{content:"\f163"}.um-faicon-thumbs-up:before{content:"\f164"}.um-faicon-thumbs-down:before{content:"\f165"}.um-faicon-youtube-square:before{content:"\f166"}.um-faicon-youtube:before{content:"\f167"}.um-faicon-xing:before{content:"\f168"}.um-faicon-xing-square:before{content:"\f169"}.um-faicon-youtube-play:before{content:"\f16a"}.um-faicon-dropbox:before{content:"\f16b"}.um-faicon-stack-overflow:before{content:"\f16c"}.um-faicon-instagram:before{content:"\f16d"}.um-faicon-flickr:before{content:"\f16e"}.um-faicon-adn:before{content:"\f170"}.um-faicon-bitbucket:before{content:"\f171"}.um-faicon-bitbucket-square:before{content:"\f172"}.um-faicon-tumblr:before{content:"\f173"}.um-faicon-tumblr-square:before{content:"\f174"}.um-faicon-long-arrow-down:before{content:"\f175"}.um-faicon-long-arrow-up:before{content:"\f176"}.um-faicon-long-arrow-left:before{content:"\f177"}.um-faicon-long-arrow-right:before{content:"\f178"}.um-faicon-apple:before{content:"\f179"}.um-faicon-windows:before{content:"\f17a"}.um-faicon-android:before{content:"\f17b"}.um-faicon-linux:before{content:"\f17c"}.um-faicon-dribbble:before{content:"\f17d"}.um-faicon-skype:before{content:"\f17e"}.um-faicon-foursquare:before{content:"\f180"}.um-faicon-trello:before{content:"\f181"}.um-faicon-female:before{content:"\f182"}.um-faicon-male:before{content:"\f183"}.um-faicon-gittip:before{content:"\f184"}.um-faicon-sun-o:before{content:"\f185"}.um-faicon-moon-o:before{content:"\f186"}.um-faicon-archive:before{content:"\f187"}.um-faicon-bug:before{content:"\f188"}.um-faicon-vk:before{content:"\f189"}.um-faicon-weibo:before{content:"\f18a"}.um-faicon-renren:before{content:"\f18b"}.um-faicon-pagelines:before{content:"\f18c"}.um-faicon-stack-exchange:before{content:"\f18d"}.um-faicon-arrow-circle-o-right:before{content:"\f18e"}.um-faicon-arrow-circle-o-left:before{content:"\f190"}.um-faicon-caret-square-o-left:before,.um-faicon-toggle-left:before{content:"\f191"}.um-faicon-dot-circle-o:before{content:"\f192"}.um-faicon-wheelchair:before{content:"\f193"}.um-faicon-vimeo-square:before{content:"\f194"}.um-faicon-try:before,.um-faicon-turkish-lira:before{content:"\f195"}.um-faicon-plus-square-o:before{content:"\f196"}.um-faicon-space-shuttle:before{content:"\f197"}.um-faicon-slack:before{content:"\f198"}.um-faicon-envelope-square:before{content:"\f199"}.um-faicon-wordpress:before{content:"\f19a"}.um-faicon-openid:before{content:"\f19b"}.um-faicon-bank:before,.um-faicon-institution:before,.um-faicon-university:before{content:"\f19c"}.um-faicon-graduation-cap:before,.um-faicon-mortar-board:before{content:"\f19d"}.um-faicon-yahoo:before{content:"\f19e"}.um-faicon-google:before{content:"\f1a0"}.um-faicon-reddit:before{content:"\f1a1"}.um-faicon-reddit-square:before{content:"\f1a2"}.um-faicon-stumbleupon-circle:before{content:"\f1a3"}.um-faicon-stumbleupon:before{content:"\f1a4"}.um-faicon-delicious:before{content:"\f1a5"}.um-faicon-digg:before{content:"\f1a6"}.um-faicon-pied-piper:before{content:"\f1a7"}.um-faicon-pied-piper-alt:before{content:"\f1a8"}.um-faicon-drupal:before{content:"\f1a9"}.um-faicon-joomla:before{content:"\f1aa"}.um-faicon-language:before{content:"\f1ab"}.um-faicon-fax:before{content:"\f1ac"}.um-faicon-building:before{content:"\f1ad"}.um-faicon-child:before{content:"\f1ae"}.um-faicon-paw:before{content:"\f1b0"}.um-faicon-spoon:before{content:"\f1b1"}.um-faicon-cube:before{content:"\f1b2"}.um-faicon-cubes:before{content:"\f1b3"}.um-faicon-behance:before{content:"\f1b4"}.um-faicon-behance-square:before{content:"\f1b5"}.um-faicon-steam:before{content:"\f1b6"}.um-faicon-steam-square:before{content:"\f1b7"}.um-faicon-recycle:before{content:"\f1b8"}.um-faicon-automobile:before,.um-faicon-car:before{content:"\f1b9"}.um-faicon-cab:before,.um-faicon-taxi:before{content:"\f1ba"}.um-faicon-tree:before{content:"\f1bb"}.um-faicon-spotify:before{content:"\f1bc"}.um-faicon-deviantart:before{content:"\f1bd"}.um-faicon-soundcloud:before{content:"\f1be"}.um-faicon-database:before{content:"\f1c0"}.um-faicon-file-pdf-o:before{content:"\f1c1"}.um-faicon-file-word-o:before{content:"\f1c2"}.um-faicon-file-excel-o:before{content:"\f1c3"}.um-faicon-file-powerpoint-o:before{content:"\f1c4"}.um-faicon-file-image-o:before,.um-faicon-file-photo-o:before,.um-faicon-file-picture-o:before{content:"\f1c5"}.um-faicon-file-archive-o:before,.um-faicon-file-zip-o:before{content:"\f1c6"}.um-faicon-file-audio-o:before,.um-faicon-file-sound-o:before{content:"\f1c7"}.um-faicon-file-movie-o:before,.um-faicon-file-video-o:before{content:"\f1c8"}.um-faicon-file-code-o:before{content:"\f1c9"}.um-faicon-vine:before{content:"\f1ca"}.um-faicon-codepen:before{content:"\f1cb"}.um-faicon-jsfiddle:before{content:"\f1cc"}.um-faicon-life-bouy:before,.um-faicon-life-buoy:before,.um-faicon-life-ring:before,.um-faicon-life-saver:before,.um-faicon-support:before{content:"\f1cd"}.um-faicon-circle-o-notch:before{content:"\f1ce"}.um-faicon-ra:before,.um-faicon-rebel:before{content:"\f1d0"}.um-faicon-empire:before,.um-faicon-ge:before{content:"\f1d1"}.um-faicon-git-square:before{content:"\f1d2"}.um-faicon-git:before{content:"\f1d3"}.um-faicon-hacker-news:before{content:"\f1d4"}.um-faicon-tencent-weibo:before{content:"\f1d5"}.um-faicon-qq:before{content:"\f1d6"}.um-faicon-wechat:before,.um-faicon-weixin:before{content:"\f1d7"}.um-faicon-paper-plane:before,.um-faicon-send:before{content:"\f1d8"}.um-faicon-paper-plane-o:before,.um-faicon-send-o:before{content:"\f1d9"}.um-faicon-history:before{content:"\f1da"}.um-faicon-circle-thin:before{content:"\f1db"}.um-faicon-header:before{content:"\f1dc"}.um-faicon-paragraph:before{content:"\f1dd"}.um-faicon-sliders:before{content:"\f1de"}.um-faicon-share-alt:before{content:"\f1e0"}.um-faicon-share-alt-square:before{content:"\f1e1"}.um-faicon-bomb:before{content:"\f1e2"}.um-faicon-futbol-o:before,.um-faicon-soccer-ball-o:before{content:"\f1e3"}.um-faicon-tty:before{content:"\f1e4"}.um-faicon-binoculars:before{content:"\f1e5"}.um-faicon-plug:before{content:"\f1e6"}.um-faicon-slideshare:before{content:"\f1e7"}.um-faicon-twitch:before{content:"\f1e8"}.um-faicon-yelp:before{content:"\f1e9"}.um-faicon-newspaper-o:before{content:"\f1ea"}.um-faicon-wifi:before{content:"\f1eb"}.um-faicon-calculator:before{content:"\f1ec"}.um-faicon-paypal:before{content:"\f1ed"}.um-faicon-google-wallet:before{content:"\f1ee"}.um-faicon-cc-visa:before{content:"\f1f0"}.um-faicon-cc-mastercard:before{content:"\f1f1"}.um-faicon-cc-discover:before{content:"\f1f2"}.um-faicon-cc-amex:before{content:"\f1f3"}.um-faicon-cc-paypal:before{content:"\f1f4"}.um-faicon-cc-stripe:before{content:"\f1f5"}.um-faicon-bell-slash:before{content:"\f1f6"}.um-faicon-bell-slash-o:before{content:"\f1f7"}.um-faicon-trash:before{content:"\f1f8"}.um-faicon-copyright:before{content:"\f1f9"}.um-faicon-at:before{content:"\f1fa"}.um-faicon-eyedropper:before{content:"\f1fb"}.um-faicon-paint-brush:before{content:"\f1fc"}.um-faicon-birthday-cake:before{content:"\f1fd"}.um-faicon-area-chart:before{content:"\f1fe"}.um-faicon-pie-chart:before{content:"\f200"}.um-faicon-line-chart:before{content:"\f201"}.um-faicon-lastfm:before{content:"\f202"}.um-faicon-lastfm-square:before{content:"\f203"}.um-faicon-toggle-off:before{content:"\f204"}.um-faicon-toggle-on:before{content:"\f205"}.um-faicon-bicycle:before{content:"\f206"}.um-faicon-bus:before{content:"\f207"}.um-faicon-ioxhost:before{content:"\f208"}.um-faicon-angellist:before{content:"\f209"}.um-faicon-cc:before{content:"\f20a"}.um-faicon-ils:before,.um-faicon-shekel:before,.um-faicon-sheqel:before{content:"\f20b"}.um-faicon-meanpath:before{content:"\f20c"}@-moz-keyframes um-faicon-spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes um-faicon-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes um-faicon-spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes um-faicon-spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes um-faicon-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}
3
+ .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--classic .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
4
+ .um-modal *,.um-popup,.um-popup *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-modal,.um-modal-body,.um-popup{box-sizing:border-box}.um-modal-btn,.um-modal-close{text-decoration:none!important}.um-popup-overlay{background:rgba(0,0,0,.7);width:100%;height:100%;position:fixed;top:0;left:0;z-index:1999992}.um-popup{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:fixed;left:50%;top:10%;margin-left:-250px;width:500px;background:#fff;box-shadow:0 1px 3px #111;z-index:1999993;overflow:auto;color:#888;padding:0!important}.um-modal,.um-modal-body.photo{-moz-border-radius:3px;-webkit-border-radius:3px}.um-popup.loading{background:url(../img/loading.gif) center no-repeat #fff;min-height:100px}.um-popup a{outline:0!important}.um-modal-overlay{background:rgba(0,0,0,.85);width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999}.um-modal-hidden-content{display:none}.um-modal-close{display:block;position:fixed;right:0;top:0;font-size:24px;color:#fff!important;padding:0 10px}.um-modal{border-radius:3px;position:fixed;left:50%;display:none;z-index:1999993;bottom:-50px}.um-modal.normal{width:500px;margin-left:-250px}.um-modal.large{width:730px;margin-left:-365px}.um-modal.small{width:400px;margin-left:-200px}.um-modal-body{min-height:3px;padding:20px;width:100%;background:#fff;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.um-modal-body.photo{border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 0 0 1px rgba(255,255,255,.12) inset;background:#888;padding:0}.um-modal-btn,.um-modal-header{padding:0 20px;box-sizing:border-box;color:#fff}.um-modal-body.photo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:block;overflow:hidden;opacity:0}.um-modal.loading .um-modal-body{background:url(../img/loading.gif) center no-repeat #fff;min-height:150px}.um-modal div.um{margin-bottom:20px!important}.um-modal-header{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;height:44px;line-height:44px;font-size:17px}.um-modal-footer{margin-top:20px}.um-modal-left{float:left}.um-modal-right{float:right}.um-modal-btn.disabled,.um-modal-btn.disabled:hover{opacity:.5;cursor:default!important}.um-modal-btn{cursor:pointer!important;line-height:34px!important;height:34px;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-align:center;vertical-align:middle;font-size:14px;transition:.2s}.um-modal-btn:hover{background:#44b0ec;color:#fff}.um-modal-btn.alt{color:#666;background:#eee}.um-modal-btn.alt:hover{background:#e5e5e5}.um-modal .um-single-image-preview.crop img{float:left}
5
+ .um,.um input,.um select,.um textarea{font-size:15px}.um,.um *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-field-error,p.um-notice{-moz-border-radius:3px;-webkit-border-radius:3px}.um-button i,.um-field-group-head i:before,.um-row-heading i:before{vertical-align:middle!important}.um{width:100%;text-align:left;box-sizing:border-box;color:#666;margin-bottom:30px!important;opacity:0}.um-s1,.um-s2{display:none}.um *,.um :after,.um :before{box-sizing:content-box}.um-account-side li a,.um-cover a,.um-field-value a,.um-header a,.um-member-less a,.um-member-more a,.um-member-name a,.um-member-photo a,.um-members a,.um-members-pagi a,.um-members-pagi span{border-bottom:0!important}.um a:focus,.um-modal a:focus{outline:0!important}.um a .image-overlay,.um a:hover .image-overlay,.um a:hover .image-overlay *{display:none!important;width:0!important;height:0!important;position:static!important}.um.um-in-admin{padding-top:0}.um.um-in-admin .um-tip{display:none!important}.um-left{float:left}.um-right{float:right}.um-clear{clear:both}.um-center{text-align:center}.um-center .um-button{display:inline-block!important;width:auto!important;min-width:250px!important}.um-half{width:48%}.um-field-half{width:48%;float:left}.um-field-half.right{float:right}.um-field-tri{width:30%;float:left;margin-right:3%}.um img{box-shadow:none!important}.um-col{padding-bottom:20px}.um-col-alt{margin:0 0 5px}.um-col-alt-s{padding-top:10px}.um-col-alt-b{padding-top:20px}.um-col-121{float:left;width:48%}.um-col-122{float:right;width:48%}.um-col-131,.um-col-132,.um-col-133{width:30%;float:left}.um-col-132{margin:0 5%}.um-raty i{font-size:26px}.um-field-half .um-raty i,.um-field-tri .um-raty i{font-size:21px}.um-button i{font-size:22px;width:22px;height:12px!important;display:inline-block;line-height:12px!important;position:relative;top:-6px;margin-right:8px}.um-row-heading{padding:5px 0;font-size:16px}.um-row-heading i{font-size:24px;height:24px;line-height:24px;margin:0 12px 0 0;display:inline-block;width:30px;text-align:center}p.um-notice{width:auto;color:#fff;box-sizing:border-box;font-size:15px;padding:12px!important;margin:12px 0 0!important;border-radius:3px;position:relative}p.um-notice i{position:absolute;right:14px;font-size:36px;cursor:pointer;top:7px;display:block;height:30px;line-height:30px}p.um-notice.success{background:#7ACF58}p.um-notice.err{background:#C74A4A}p.um-notice.warning{background:#f9f9d1;color:#666;border:1px solid #efe4a2;padding:8px 15px!important}.um-error-block,.um-field-error{width:auto;max-width:100%;background:#C74A4A;box-sizing:border-box;padding:12px;margin:12px 0 0}.um-field-error{border-radius:3px;color:#fff;position:relative;font-size:14px;line-height:20px!important}.um-field-error a{color:#fff!important;text-decoration:underline!important}.um-button,.um-field-group-cancel,a.um-link-alt{text-decoration:none!important}.um-field-arrow{top:-17px;left:10px;position:absolute;z-index:900;color:#C74A4A;font-size:28px;line-height:1em!important}.um-error-block,.um-field,.um-field-area,.um-field-divider,.um-tip,.um-tip i{position:relative}.um-error-block{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;font-size:14px;line-height:1em!important}.um-tip{margin:0 0 0 8px;cursor:pointer;display:inline-block;top:3px}.um-tip i{font-size:22px;height:22px;line-height:22px;display:block}.um-tip-text{display:block;font-size:13px;line-height:15px;color:#999}.um-form button::-moz-focus-inner,.um-form input::-moz-focus-inner{border:0!important;padding:0!important}.um-field{padding:15px 0 0}.um-field-b,.um-field-c{padding-top:0!important}.um-field.um-is-conditional{display:none}.um-field-label{display:block;margin:0 0 8px}.um-field-label .um-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.um-field-label .um-field-label-icon i{font-size:22px;position:relative;top:1px}.um-field-label label{font-size:15px!important;line-height:22px!important;font-weight:700;font-weight:600}.um-field-area{word-wrap:break-word}.um-field-value p{margin:0 0 6px!important;padding:0}.um-field-block{color:#777;font-size:17px}.um-field-spacing{width:100%}.um-field-divider{width:100%;margin:0 0 12px;height:24px}.um-field-divider-text{position:absolute;width:100%;text-align:center;bottom:-24px;left:0;font-size:16px;padding:10px 0}.um-field-divider-text span{background:#fff;color:#555;display:inline-block;padding:0 15px}.um-field-icon{position:absolute;cursor:default;text-align:center!important;top:2px;left:0;width:44px;font-size:22px;line-height:1.7em}.um-form input[type=number],.um-form input[type=password],.um-form input[type=tel],.um-form input[type=text]{padding:0 12px!important;width:100%;display:block!important;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static;outline:0!important}.um-form input[type=number]{width:auto;padding:0 0 0 5px!important;height:30px!important}.um-form input[type=number]:focus,.um-form input[type=password]:focus,.um-form input[type=tel]:focus,.um-form input[type=text]:focus,.um-form textarea:focus{box-shadow:none!important;outline:0!important}.um-form input[type=password].um-iconed,.um-form input[type=tel].um-iconed,.um-form input[type=text].um-iconed{padding-left:44px!important}.um-form input[type=password].um-error,.um-form input[type=tel].um-error,.um-form input[type=text].um-error{border-color:#C74A4A!important}.um-form textarea{width:100%;padding:8px 12px!important;display:block;font-size:15px!important;line-height:22px!important;background:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;box-sizing:border-box;min-height:80px!important;box-shadow:none;outline:0!important}.um-form .wp-editor-container{border:1px solid #ddd}.um-form .wp-editor-container textarea{background:#ddd!important;color:#222!important;border-radius:0}.um-field-c .um-field-checkbox{margin:0!important;position:relative;top:-14px}.um-field-checkbox,.um-field-radio{display:block;margin:8px 0;position:relative}.um-profile.um-editing .um-field-checkbox,.um-profile.um-editing .um-field-radio{cursor:pointer!important}.um-field-checkbox:hover i,.um-field-radio:hover i{color:#666}.um-field-checkbox input,.um-field-radio input{opacity:0!important;display:inline!important;width:0!important;float:left}.um-field-checkbox-state,.um-field-radio-state{position:absolute;top:0;left:1px;width:24px;height:24px}.um-field-checkbox-state i,.um-field-radio-state i{font-size:24px;line-height:24px;height:24px;color:#aaa;transition:all .2s linear}.um-button,.um-field-group-head{transition:.25s;box-sizing:border-box}.um-field-checkbox-option,.um-field-radio-option{margin:0 0 0 36px;line-height:24px;color:#888!important;display:block}.um-field-group{margin-top:20px}.um-field-group-head{cursor:pointer;color:#fff;font-size:16px;line-height:22px;padding:10px 20px;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;border-top:1px solid transparent!important;border-bottom:2px solid rgba(0,0,0,.1)!important}.um-field-group-head i{font-size:20px;margin:0 8px 0 0}.um-field-group-body{display:none;margin:15px 0 0;padding:15px 20px 5px;background:#f9f9f9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative;box-sizing:border-box;width:100%}.um-field-group-body div.um-field{padding:0 0 15px}.um-field-group-cancel{font-size:18px;position:absolute;z-index:800;right:8px;top:8px;color:#ccc!important}.um-field-group-cancel:hover{color:#777!important}.um div.disabled,.um input[type=number]:disabled,.um input[type=submit]:disabled,.um input[type=text]:disabled,.um-disabled{opacity:.6!important;cursor:no-drop!important}input[type=submit].um-button,input[type=submit].um-button:focus{vertical-align:middle!important;height:auto!important;font-size:15px;cursor:pointer!important;width:100%;box-shadow:none;text-shadow:none;font-family:inherit;outline:0!important;margin:0;opacity:1;-webkit-appearance:none}input[type=submit].um-button:hover{opacity:1}.um-button{font-size:15px;border:none!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;border-top:1px solid transparent!important;border-bottom:2px solid rgba(0,0,0,.1)!important;opacity:1}.um-button.um-btn-auto-width{width:auto;display:inline-block;padding:14px 20px!important;min-width:200px;max-width:450px}a.um-link-alt{line-height:22px;color:#888!important;display:block!important;font-weight:400;text-align:center;border-bottom:none!important}a.um-link-alt:hover{text-decoration:underline!important}.um-dropdown{position:absolute;height:auto;background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;z-index:10;display:none;border:1px solid #e5e5e5;box-sizing:border-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.1)}.um-dropdown li,.um-dropdown ul{list-style-type:none!important;padding:0!important;margin:0!important}.um-dropdown li a{display:block;padding:8px 12px;color:#666;font-size:14px;line-height:18px}.um-dropdown li:last-child a{border-top:1px solid #e5e5e5;padding:12px}.um-dropdown-b{position:relative}.um-dropdown-arr{position:absolute;font-size:24px;width:24px;height:24px;overflow:hidden;z-index:15;color:#eee}.um-dropdown-arr *{display:block!important;width:24px!important;height:24px!important;vertical-align:bottom!important;overflow:hidden!important;line-height:24px!important}div.um-photo{margin:20px auto 0;text-align:center;box-sizing:border-box;max-width:100%}div.um-photo,div.um-photo a,div.um-photo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.um-photo a{border:1px solid #e5e5e5;padding:5px;box-sizing:border-box;display:inline-block;box-shadow:0 1px 1px #eee;margin:0 auto;max-width:100%}div.um-photo img{max-height:300px;max-width:100%}span.um-req{margin:0 0 0 8px;font-size:14px;display:inline-block}small.um-max-filesize{display:block;color:#999;padding-top:5px}small.um-max-filesize span{font-size:12px}.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus{border-color:#DB2929!important}.um-form .um-field .um-field-area input.um-searching-username{background-image:url(../img/loading.gif);background-position:right center;background-repeat:no-repeat;background-size:24px 24px}.um-search-area{position:relative;max-width:300px}.um-search-area .um-search-field{width:100%}.um-search-area .um-search-icon{position:absolute;top:7px;right:10px}.select2-container.select2-container--open{z-index:9999999}.select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;color:#666!important;font-size:15px!important;text-align:left!important;text-decoration:none!important;-moz-border-radius:2px!important;-webkit-border-radius:2px!important;border-radius:2px!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff!important;border:2px solid #ddd!important}.select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation]{display:none}.select2.select2-container .select2-selection .select2-selection__arrow:before{content:"\f3d0"!important;font-size:27px!important;font-family:Ionicons!important;width:100%!important;display:block;height:100%;line-height:35px;color:#aaa}.select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute!important;right:0!important;top:0!important;-moz-border-radius:0 2px 2px 0!important;-webkit-border-radius:0 2px 2px 0!important;border-radius:0 2px 2px 0!important;text-align:center!important;background:0 0!important;border-left:0!important}.select2-container.select2-container--open .select2-dropdown{border:2px solid #ddd!important}.select2-results li{list-style:none;display:list-item;background-image:none;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:37px}.select2-results li.select2-results__option.select2-results__option--highlighted{background:#f4f4f4!important;color:#666!important}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-selection__clear{right:10px;font-size:30px;color:#aaa!important}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0;width:100%;line-height:20px;font-size:13px}.select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;top:-6px;margin-right:-9px;font-size:15px;position:absolute}.select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 3px 3px 5px}.select2-container .select2-search--inline{line-height:38px}.um-field-multiselect .um-field-area .um-field-icon,.um-field-select .um-field-area .um-field-icon{z-index:99999999}.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered{text-indent:20px}.um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child{margin-left:30px!important}
6
+ .um-members a,.um-members a:hover,.um-members-pagi a:hover{text-decoration:none!important}.um-members img{display:block;overflow:hidden;-moz-border-radius:0!important;-webkit-border-radius:0!important;border-radius:0!important;margin:0!important;padding:0!important}.um-members-intro{text-align:center;margin:0 0 20px}.um-members-total{font-size:30px;font-weight:300}.um-members-none{text-align:center;font-size:18px}.um-search{text-align:center;padding:20px 50px}.um-search.um-search-2{padding-left:20%;padding-right:20%;width:100%;box-sizing:border-box}.um-search.um-search-1{padding-left:32%;padding-right:32%;width:100%;box-sizing:border-box}.um-search.um-search-1 .um-search-submit .um-button{display:block!important;min-width:100%!important;margin:0 0 10px!important}.um-search.um-search-1 .um-search-filter{width:100%;padding:0 0 10px;float:none}.um-member,.um-search-filter{float:left;box-sizing:border-box}.um-search.um-search-2 .um-search-filter{width:50%}.um-search-filter{padding:0 15px 30px;display:block;width:33%}.um-search-submit .um-button{display:inline-block!important;width:auto!important;padding:12px 20px!important;margin:0 10px!important;min-width:150px!important}.um-members{-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.um-member{width:30%;background:#fff;text-align:center;border:1px solid #eee;margin-bottom:40px;position:relative}.um-member.awaiting_admin_review,.um-member.inactive,.um-member.rejected{opacity:.7}.um-member-status{display:none}.um-member-status.awaiting_admin_review,.um-member-status.inactive,.um-member-status.rejected{display:block;position:absolute;top:0;left:0;width:100%;padding:7px 15px;background:#C74A4A;color:#fff;z-index:10;font-size:13px;box-sizing:border-box}.um-member-photo a,.um-member-photo img{display:inline!important}.um-member-status.inactive,.um-member-status.rejected{background:#999}.um-gutter-sizer{width:5%}.um-member-cover{background-color:#eee;box-sizing:border-box;position:relative}.um-member-cover-e{text-align:center;box-sizing:border-box}.um-member-cover-e img{width:100%!important}.um-member-photo{padding:40px 0 20px;text-align:center}.um-member-photo img{border:5px solid #fff;background:#fff;width:140px;height:140px;float:none!important}.um-member.with-cover .um-member-photo{padding-top:0}.um-member.with-cover .um-member-photo img{width:90px;height:90px;position:relative;top:-35px;margin-bottom:-45px!important;float:none!important;opacity:1}.um-member-photo.radius-1 img{-moz-border-radius:999px!important;-webkit-border-radius:999px!important;border-radius:999px!important}.um-member-photo.radius-2 img{-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important}.um-member-photo.radius-3 img{-moz-border-radius:0!important;-webkit-border-radius:0!important;border-radius:0!important}.um-member-card.no-photo{padding-top:30px}.um-member-card{padding-bottom:15px}.um-member-name{margin:0 0 4px}.um-member-name a{font-size:16px;line-height:26px;color:#444;font-weight:700}.um-member-tagline{font-size:13px;line-height:22px;color:#999;padding:0 15px}.um-member-less{display:none}.um-member-less a,.um-member-more a{color:#666;display:inline-block}.um-member-less i,.um-member-more i{display:block;font-size:32px;height:32px;line-height:32px}.um-member-meta{display:none;margin:20px 15px 0;padding:15px 0;border-top:1px solid #e5e5e5}.um-member-meta.no-animate{display:block}.um-member-metaline{font-size:13px;padding:12px 0 0;line-height:16px;vertical-align:middle}.um-member-metaline span{display:block;text-align:center}.um-member-connect{padding-top:20px}.um-member-connect a{display:inline-block;width:40px;line-height:40px;height:40px;-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px;color:#fff!important;opacity:.85;margin:0 1px;font-size:22px;transition:.25s}.um-member-connect a:hover{opacity:1;color:#fff}.um-members-pagi,.um-members-pagidrop{text-align:center;padding:5px 0;font-size:15px}.um-members-pagi span.current,.um-members-pagi span.current:hover{color:#fff!important}.um-members-pagi i:before{font-size:20px;vertical-align:middle!important;height:34px;line-height:34px;top:-2px;position:relative}.um-members-pagi span.disabled{opacity:.4;cursor:default}.um-members-pagi span.none{color:#aaa!important}.um-members-pagi span{cursor:default}.um-members-pagi a,.um-members-pagi span{display:inline-block;width:auto;height:34px;line-height:34px;transition:all .2s linear;padding:0 14px;color:#666!important;font-weight:400}
7
+ .um-cover-add,.um-cover-add i{font-size:36px}.um-cover-e,.um-cover-overlay{text-align:center;box-sizing:border-box}.um-cover,.um-cover-e,.um-cover-overlay,.um-profile{box-sizing:border-box}.um-cover-overlay,.um-profile-photo-overlay{text-shadow:0 1px #666;cursor:pointer!important}.um-cover-overlay ins,.um-profile a,.um-profile a:hover,.um-profile-photo-overlay ins{text-decoration:none!important}.um-profile .um-cover-overlay{display:none}.um-profile.um-editing .um-cover.has-cover .um-cover-overlay{display:block}.um-profile.um-viewing .um-profile-photo-overlay{display:none}.um-profile img{display:block;overflow:hidden;border-radius:0;margin:0!important}.um-profile .um-profile-body{padding-top:15px;padding-bottom:15px;max-width:600px;margin:auto}.um-profile.um-editing{padding-bottom:15px}.um-profile.um-viewing{padding-bottom:1px}.um-profile.um-viewing .um-field-label{display:block;margin:0 0 8px;border-bottom:solid 2px #eee;padding-bottom:4px}.um-cover{background-color:#eee;position:relative}.um-cover-add{color:#aaa;width:100%;display:table}.um-cover-add span{display:table-cell;vertical-align:middle}.um-cover-e img{width:100%!important}.um-cover-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);padding:0 40px;color:#fff;line-height:21px;font-size:16px;height:100%;width:100%}.um-cover-overlay:hover{background:rgba(0,0,0,.55)}.um-cover-overlay span.um-cover-overlay-s{display:table;height:100%;width:100%}.um-cover-overlay ins{display:table-cell;vertical-align:middle;height:100%;background:0 0!important;color:#fff!important;border-bottom:none!important}.um-cover-overlay i{font-size:46px;display:block;margin-bottom:6px}.um-header{position:relative;padding:0 0 25px;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box!important}.um-profile-edit{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;padding-right:10px}.um-profile-edit i{font-size:30px}.um-header.no-cover .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.um-header.no-cover .um-name{float:none!important;margin-right:0!important}.um-header.no-cover .um-profile-photo{float:none!important;margin:0 auto!important;text-align:center!important}.um-header.no-cover a.um-profile-photo-img{position:relative!important;top:auto!important;left:auto!important;float:none!important;display:inline-block!important;text-align:center!important}.um-header.no-cover .um-main-meta{padding:0}.um-profile .gravatar{position:static}.um-profile-photo{float:left;position:relative}.um-profile-photo a.um-profile-photo-img{float:left;position:absolute;background:#fff;padding:5px;left:30px}.um-profile-photo a.um-profile-photo-img img{width:100%;height:100%}.um-profile-photo-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;line-height:21px;font-size:16px;height:100%;width:100%}.um-profile-photo-overlay:hover{background:rgba(0,0,0,.55)}.um-profile-photo-overlay span.um-profile-photo-overlay-s{display:table;height:100%;width:100%}.um-profile-photo-overlay ins{display:table-cell;vertical-align:middle;height:100%;background:0 0!important;color:#fff!important;border-bottom:none!important}.um-item-link a:hover,.um-profile-note a:hover{text-decoration:underline!important}.um-profile-photo-overlay i{font-size:46px;display:block}.um-name,.um-name a{font-size:24px}.um-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.um-main-meta{padding:10px 0 0}.um-name{float:left;font-weight:700;margin-right:30px;line-height:1.7em}.um-meta{font-size:15px}.um-meta span a{font-weight:400}.um-meta span:first-child{margin:0 5px 0 0}.um-meta span{margin:0 5px;font-size:14px;display:inline-block}.um-meta span i{font-size:16px;margin:0 5px 0 0}.um-meta-text{margin:6px 0 0;color:#666;line-height:1.4em;font-size:13px}.um-meta-text p{margin:0 0 6px!important;padding:0!important}.um-profile-status{display:none}.um-profile-status.awaiting_admin_review,.um-profile-status.inactive,.um-profile-status.rejected{display:inline-block;margin:6px 0 0;border-left:3px solid #C74A4A;padding-left:10px;font-size:14px;color:#777}.um-profile-note{display:none;text-align:center!important;padding-top:20px;color:#666}.um-profile-note i{display:inline-block;font-size:70px;height:70px;line-height:70px}.um-profile-note i.um-faicon-lock{position:relative;top:2px;display:inline-block;font-size:24px;height:auto;line-height:24px;margin-right:10px}.um-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.um-profile-note a{border:none!important}.um-profile-nav{padding:10px;background:#444;text-align:center}.um-profile-nav-item.active a,.um-profile-nav-item.active a:hover{color:#FFF!important}.um-profile-nav-item.active a span.count{background:0 0;padding:4px 0;color:#fff}.um-profile-nav-item a{color:#fff!important;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0!important}.um-profile-nav-item.without-icon a{padding-left:10px}.um-profile-nav-item.without-icon span.title{padding-left:0}.um-profile-nav-item.without-icon i{display:none}.um-profile-nav-item a:hover{background:#555}.um-profile-nav-item i{font-size:18px;height:18px;line-height:18px;position:absolute;display:block;top:8px;left:10px}.um-profile-nav-item span.title{padding-left:5px}.um-profile-nav-item span.count{font-size:12px;font-weight:300;background:#ddd;color:#666;border-radius:3px;padding:4px 8px;margin-left:3px}.um-profile-subnav{background:#eee;padding:15px;text-align:center}.um-profile-subnav a{display:inline-block;color:#555;font-size:15px;font-weight:600;margin:0 20px;border-bottom:none!important}.um-profile-subnav a:hover{color:#333}.um-profile-subnav span{display:inline-block;margin:0 0 0 8px;background:#ddd;padding:1px 8px;color:#aaa!important;border-radius:2px}.um-item{padding:20px 0;border-bottom:1px solid #eee;position:relative}.um-item-action{position:absolute;right:0;top:16px;width:20px;height:20px;font-size:20px;text-align:center}.um-item-action a{color:#ccc}.um-item-action a:hover{color:#999}.um-item-link{padding-right:40px}.um-item-link a{color:#333;font-size:16px;line-height:20px}.um-item-link i{font-size:24px;color:#666;margin-right:10px;position:relative;top:3px}.um-item-img{padding:10px 0 0}.um-item-img a{display:inline-block;padding:8px;border-radius:3px;border:1px solid #ddd}.um-item-img a:hover{border-color:#bbb}.um-item-img img{max-width:100%;border-radius:3px}.um-item-meta{color:#888}.um-item-meta span{font-size:13px;font-weight:400;font-style:italic}.um-item-meta span:not(:last-child):after{position:relative;padding:0 4px 0 7px;content:"•"}.um-item-meta a{font-weight:700;border-bottom:1px solid #E0E0E0}.um-item-meta a:hover{border-bottom-color:#bbb}.um-load-items{text-align:center;margin-top:12px;padding-top:30px}.um-load-items.loading{background:url(../img/loading-dots.gif) top center no-repeat}.um-load-items a{max-width:250px;display:inline-block;margin:0 auto}.um-tab-notifier{position:absolute;background:#c65151;width:18px;height:18px;border-radius:999px;line-height:18px;top:2px;right:8px;font-size:11px;font-weight:400}.um-profile.um-viewing .um-field-checkbox,.um-profile.um-viewing .um-field-radio{cursor:default!important}
8
+ .um-account i{vertical-align:baseline!important}.um-account p.um-notice{margin:0 0 20px!important;padding:12px 15px!important}.um-account-main,.um-account-side{float:left;padding:0 30px;box-sizing:border-box}.um-account a:focus{outline:0!important}.um-account-side{width:35%}.um-account-main{width:50%}.um-account-main a{border-bottom:none!important}.um-account-tab{display:none}.um-account-main div.um-account-heading{margin:0!important;font-size:18px;line-height:18px;font-weight:700;color:#555}.um-account-main div.um-account-heading i{margin-right:10px;font-size:26px;position:relative;top:2px}.um-account-main p{margin:20px 0 0!important;padding:0!important}.um-account-main label{font-size:15px}.um-account-meta{text-align:center;margin-bottom:20px}.um-account-meta img{margin:0!important;position:static!important;float:none!important;display:inline-block}.um-account-meta.radius-1 img{-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px}.um-account-meta.radius-2 img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.um-account-meta.radius-3 img{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-account-name{padding-top:12px}.um-account-name a{font-weight:700;color:#555;text-decoration:none!important;font-size:18px;line-height:1.4em}.um-account-profile-link a{font-size:13px;font-weight:400}.um-account-nav a{display:block;height:44px;line-height:44px;color:#666!important;text-decoration:none!important;position:relative;padding-left:40px;border-bottom:1px solid #eee!important;transition:all .2s linear;font-size:14px}.um-account-nav a.current{font-weight:700}.um-account-nav span.arr{position:absolute;right:0;top:1px;font-size:28px}.um-account-nav span.ico{position:absolute;left:0;top:0;font-size:21px;width:21px;text-align:center}.um-account-side li,.um-account-side ul{margin:0!important;padding:0!important;list-style-type:none!important}.um-account-side li{margin-bottom:1px!important;background:#eee}.um-account-side li a{display:block;padding:4px 0;font-size:14px;height:30px;line-height:20px;color:#999;position:relative}.um-account-side li a span.um-account-arrow{position:absolute;right:10px;top:6px;font-size:26px;opacity:.6}.um-account-side li a span.um-account-icon,.um-account-side li a.current span.um-account-icon,.um-account-side li a.current:hover span.um-account-icon{text-align:center;font-size:20px;width:20px;height:30px;border-right:1px solid #ccc;color:#444;float:left;padding:0 15px;font-weight:400!important}.um-account-side li a span.um-account-icon i{display:block;height:30px;line-height:30px}.um-account-side li a span.um-account-title{padding-left:20px;float:left;height:30px;line-height:30px;color:#555}.um-account-side li a:hover{color:#444;background:#ddd}.um-account-side li a.current,.um-account-side li a.current:hover{color:#444;font-weight:700;text-decoration:none!important}
9
+ .um-misc-img,.um-misc-with-img{text-align:center}.um-login.um-logout{max-width:300px!important}.um-misc-with-img{position:relative;font-size:15px;border-bottom:3px solid #eee;margin-bottom:14px;padding-top:4px;padding-bottom:14px}.um-misc-img img{border-radius:999px;height:auto!important;display:inline-block!important}.um-misc-ul,.um-misc-ul li{font-size:14px}.um-googlemap,.um-vimeo,.um-youtube{position:relative;height:0;overflow:hidden}.um-vimeo,.um-youtube{padding-bottom:56.25%}.um-googlemap{padding-bottom:75%}.um-googlemap iframe,.um-vimeo iframe,.um-youtube iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.um-profile-connect.um-member-connect{padding:5px 0 10px}.um-profile-connect.um-member-connect a{text-align:center;width:36px;line-height:36px;height:36px;font-size:20px}@-webkit-keyframes um-effect-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes um-effect-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.um-effect-pop{-webkit-animation-name:um-effect-pop;animation-name:um-effect-pop;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.um-locked-content{width:100%;box-sizing:border-box;border:2px dotted #cc3000;color:#333;background:#fff;font-size:14px;padding:20px;border-radius:4px;margin-bottom:20px}.um-locked-content a{border:none!important}
10
+ .um .um-single-file-preview,.um .um-single-image-preview{margin-bottom:20px}.um .um-single-image-preview>img{max-height:300px;display:inline-block;overflow:hidden;margin:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.um-single-file-preview,.um-single-image-preview{display:none;text-align:center;position:relative}.um-single-file-preview.show,.um-single-image-preview.show{display:block}.um-single-image-preview>img{max-width:100%;max-height:inherit}.um-single-file-preview a.cancel,.um-single-image-preview a.cancel{position:absolute;top:-15px;right:-15px;width:30px;height:30px;-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px;background:#ddd;cursor:pointer;text-decoration:none!important;z-index:666;opacity:.75}.um-single-file-preview a.cancel i,.um-single-image-preview a.cancel i{font-size:16px;color:#888;position:relative;display:block;width:100%;height:100%;line-height:30px;overflow:hidden}.um-single-file-preview a.cancel i:before,.um-single-image-preview a.cancel i:before{line-height:inherit}.um-single-fileinfo{padding:26px 0 20px;display:inline-block}.um-single-fileinfo span.icon{font-size:40px;display:inline-block;width:100px;height:70px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#666;color:#fff!important}.um-single-fileinfo span.icon i{display:block;height:70px;line-height:70px;overflow:hidden}.um-single-fileinfo span.icon i:before{line-height:inherit}.um-single-fileinfo span.filename{display:block;font-size:16px;color:#888;padding-top:5px}.um-single-fileinfo a{text-decoration:none!important;opacity:.9}.um-single-fileinfo a:hover{opacity:1}div.um-modal .upload-statusbar{margin:20px 0 0}div.um-modal .upload-filename{display:none!important}div.um-modal .upload-progress{position:relative;width:100%;box-sizing:border-box}div.um-modal .upload-bar{width:0;height:10px;color:#666;background:#7ACF58;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.um-modal .ajax-upload-dragdrop{width:100%;text-align:center;vertical-align:middle;padding:20px;box-sizing:border-box;border:2px dashed #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font-size:18px;line-height:1em}div.um-modal .ajax-upload-dragdrop span.str{display:block;margin:0 0 15px}div.um-modal .ajax-upload-dragdrop span.icon{display:block;font-size:80px;line-height:80px;vertical-align:middle;margin-bottom:10px}div.um-modal .ajax-upload-dragdrop span.help{display:block;font-size:14px;color:#aaa;margin:0 0 12px}div.um-modal .upload{cursor:pointer!important;line-height:34px!important;height:34px;display:inline-block;text-decoration:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:0 20px;color:#fff;vertical-align:middle;font-size:14px;box-sizing:border-box;transition:.2s}div.um-modal .upload:hover{background:#44b0ec}.um-modal input[type=file]::-webkit-file-upload-button{cursor:pointer}
11
+ .um .picker{font-size:16px;text-align:left;line-height:1.2;color:#fff;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.um .picker__input{cursor:default}.um .picker__input.picker__input--active{border-color:#0089ec}.um .picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;position:fixed;-webkit-transition:background .15s ease-out,top 0s .15s;-moz-transition:background .15s ease-out,top 0s .15s;transition:background .15s ease-out,top 0s .15s}/*!
12
+ * Default mobile-first, responsive styling for pickadate.js
13
+ * Demo: http://amsul.github.io/pickadate.js
14
+ */.um .picker__frame,.um .picker__holder{bottom:0;left:0;right:0;top:100%}.um .picker__frame{position:absolute;margin:0 auto;min-width:256px;max-width:400px;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.um .picker__wrap{display:table;width:100%;height:100%}@media (min-height:33.875em){.um .picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}.um .picker__wrap{display:block}}.um .picker__box{display:table-cell;vertical-align:middle}@media (min-height:33.875em){.um .picker__box{display:block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}}@media (min-height:40.125em){.um .picker__frame{margin-bottom:15%!important}.um .picker__box{border-bottom-width:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}}.um .picker--opened .picker__holder{top:0;zoom:1;background:rgba(0,0,0,.7);-webkit-transition:background .15s ease-out;-moz-transition:background .15s ease-out;transition:background .15s ease-out}.um .picker--opened .picker__frame{top:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1}@media (min-height:33.875em){.um .picker--opened .picker__frame{top:auto;bottom:0}}
15
+ .um .picker__header{text-align:center;position:relative;margin-top:.75em;border-radius:2px 2px 0 0;padding:15px 0;font-size:18px}.um .picker__month,.um .picker__year{display:inline-block;margin-left:10px;margin-right:10px}.um .picker__select--month,.um .picker__select--year{margin-left:.25em;margin-right:.25em;font-size:16px;color:#999;background:#fff!important;outline:0!important;border:0!important}.um .picker__select--month{width:35%}.um .picker__select--year{width:22.5%}.um .picker__nav--next,.um .picker__nav--prev,.um-popup .picker__nav--next,.um-popup .picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box!important;top:8px;color:#fff}.um .picker__nav--prev,.um-popup .picker__nav--prev{left:0;padding-right:1.25em}.um .picker__nav--next,.um-popup .picker__nav--next{right:0;padding-left:1.25em}@media (min-width:24.5em){.um .picker__select--month,.um .picker__select--year{margin-top:-.5em}.um .picker__nav--prev,.um-popup .picker__nav--prev{padding-right:1.5em}.um .picker__nav--next,.um-popup .picker__nav--next{padding-left:1.5em}}.um .picker__nav--next:before,.um .picker__nav--prev:before,.um-popup .picker__nav--next:before,.um-popup .picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.5em solid #fff;width:0;height:0;display:block;margin:0 auto}.um .picker__nav--next:before,.um-popup .picker__nav--next:before{border-right:0;border-left:.5em solid #fff}.um .picker__nav--next:hover,.um .picker__nav--prev:hover,.um-popup .picker__nav--next:hover,.um-popup .picker__nav--prev:hover{cursor:pointer;color:#fff}.um .picker__nav--disabled,.um .picker__nav--disabled:before,.um .picker__nav--disabled:before:hover,.um .picker__nav--disabled:hover,.um-popup .picker__nav--disabled,.um-popup .picker__nav--disabled:before,.um-popup .picker__nav--disabled:before:hover,.um-popup .picker__nav--disabled:hover{cursor:default;background:0 0}.um .picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:5px;border:none;margin-bottom:0}.um .picker__table td{margin:0;padding:0 10px;text-align:center;border:0}.um .picker__weekday{width:14.285714286%;color:#fff;text-align:center;padding:5px 0!important}.um .picker__day{padding:10px 0;line-height:1em!important}.um .picker__day--today{position:relative}.um .picker__day--outfocus{opacity:.75}.um .picker__day--infocus:hover,.um .picker__day--outfocus:hover{border-radius:2px;cursor:pointer}.um .picker--focused .picker__day--highlighted,.um .picker__day--highlighted:hover{border-radius:2px}.um .picker__day--disabled,.um .picker__day--disabled:hover{cursor:default;background:0 0!important;opacity:.3}.um .picker__footer{text-align:center;height:50px!important;line-height:50px!important;margin-top:5px;border-radius:0 0 2px 2px}.um .picker__button--clear,.um .picker__button--today{margin:0!important;width:50%;display:inline-block;background:0 0!important;box-shadow:none!important;border:0!important;outline:0!important;box-sizing:border-box!important}.um .picker__button--clear:focus,.um .picker__button--clear:hover,.um .picker__button--today:focus,.um .picker__button--today:hover{cursor:pointer}
16
+ .um .picker--focused .picker__list-item--selected,.um .picker__list-item--highlighted,.um .picker__list-item--selected,.um .picker__list-item--selected:hover{z-index:10}.um .picker__list{list-style:none!important;padding:5px!important;margin:0!important}.um .picker__list-item{position:relative;border-radius:2px;display:inline-block;width:25%;text-align:center;box-sizing:border-box;padding:6px 0!important;margin:5px 0!important}.um .picker__list-item:hover{cursor:pointer;z-index:10}.um .picker--focused .picker__list-item--highlighted,.um .picker__list-item--highlighted:hover{cursor:pointer;font-weight:700}.um .picker--focused .picker__list-item--disabled,.um .picker__list-item--disabled,.um .picker__list-item--disabled:hover{color:#a9e792;cursor:default;background:0 0;z-index:auto}.um .picker--time .picker__button--clear{width:100%;display:inline-block;box-shadow:none!important;border:0!important;outline:0!important;background:0 0!important;border-radius:0 0 2px 2px;color:#fff!important}.um .picker--time .picker__button--clear:focus,.um .picker--time .picker__button--clear:hover{cursor:pointer}.um .picker--time .picker__frame{min-width:256px;max-width:400px}.um .picker--time .picker__box{font-size:15px;padding:0;border-radius:2px!important}@media (min-height:40.125em){.um .picker--time .picker__frame{margin-bottom:10%!important}}
17
+ @font-face{font-family:raty;font-style:normal;font-weight:400;src:url(../font/raty.eot);src:url(../font/raty.eot?#iefix) format("embedded-opentype");src:url(../font/raty.svg#raty) format("svg");src:url(../font/raty.ttf) format("truetype");src:url(../font/raty.woff) format("woff")}.cancel-off-png,.cancel-on-png,.star-half-png,.star-off-png,.star-on-png{font-family:raty;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-right:.2em;color:#ccc}.star-half-png,.star-on-png{color:#ffbe32}.cancel-on-png:before{content:"\e600"}.cancel-off-png:before{content:"\e601"}.star-on-png:before{content:"\f005"}.star-off-png:before{content:"\f006"}.star-half-png:before{content:"\f123"}
18
+ .mCustomScrollbar{-ms-touch-action:none;touch-action:none}.mCustomScrollbar.mCS_no_scrollbar{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,.mCSB_inside>.mCSB_container{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(../img/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.15)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
19
+ .cropper-container img,.cropper-invisible{max-width:none!important;max-height:none!important}.cropper-container{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.cropper-container img{width:100%;height:100%;min-width:0!important;min-height:0!important}.cropper-canvas,.cropper-modal{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-canvas{background-color:#fff;opacity:0;filter:alpha(opacity=0)}.cropper-dashed,.cropper-modal{opacity:.5;filter:alpha(opacity=50)}.cropper-modal{background-color:#000}.cropper-dragger{position:absolute;top:10%;left:10%;width:80%;height:80%}.cropper-viewer{display:block;width:100%;height:100%;overflow:hidden;outline-width:1px;outline-style:solid;outline-color:#69f;outline-color:rgba(51,102,255,.75)}.cropper-dashed{position:absolute;display:block;border:0 dashed #fff}.cropper-dashed.dashed-h{top:33.3%;left:0;width:100%;height:33.3%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.3%;width:33.3%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1;filter:alpha(opacity=10)}.cropper-face{top:0;left:0;cursor:move;background-color:#fff}.cropper-line,.cropper-point{background-color:#69f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;opacity:.75;filter:alpha(opacity=75)}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;opacity:1;filter:alpha(opacity=100)}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:" ";background-color:#69f;opacity:0;filter:alpha(opacity=0)}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75;filter:alpha(opacity=75)}}.cropper-hidden{display:none!important}.cropper-invisible{position:fixed;top:0;left:0;z-index:-1;width:auto!important;height:auto!important;opacity:0;filter:alpha(opacity=0)}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-canvas,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
20
+ .tipsy{padding:5px;position:absolute;z-index:9999999999!important}.tipsy-inner{font-size:13px!important;line-height:17px!important;background-color:#333!important;color:#fff!important;max-width:250px!important;padding:6px 10px!important;text-align:left!important;word-wrap:break-word!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.tipsy-arrow{position:absolute!important;width:0!important;height:0!important;line-height:0!important;border:5px dashed #333}.tipsy-arrow-n{border-bottom-color:#333!important}.tipsy-arrow-s{border-top-color:#333!important}.tipsy-arrow-e{border-left-color:#333!important}.tipsy-arrow-w{border-right-color:#333!important}.tipsy-n .tipsy-arrow,.tipsy-nw .tipsy-arrow{border-left-color:transparent;border-right-color:transparent;top:0;border-bottom-style:solid;border-top:none}.tipsy-n .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-nw .tipsy-arrow{left:10px}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow,.tipsy-se .tipsy-arrow,.tipsy-sw .tipsy-arrow{bottom:0;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-sw .tipsy-arrow{left:10px}.tipsy-se .tipsy-arrow{right:10px}.tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow{top:50%;margin-top:-5px;border-top-color:transparent;border-bottom-color:transparent}.tipsy-e .tipsy-arrow{right:0;border-left-style:solid;border-right:none}.tipsy-w .tipsy-arrow{left:0;border-right-style:solid;border-left:none}
21
  .uimob340-show,.uimob500-show,.uimob800-show,.uimob960-show{display:none}div.uimob340 .uimob340-show,div.uimob500 .uimob500-show,div.uimob800 .uimob800-show,div.uimob960 .uimob960-show{display:block}div.uimob340 .uimob340-hide,div.uimob500 .uimob500-hide,div.uimob800 .uimob800-hide,div.uimob960 .uimob960-hide{display:none}div.uimob340 .um-item-link a{font-size:14px}div.uimob340 .um-item-meta span{font-size:13px}div.uimob340 .um-load-items a{width:100%!important;max-width:100%!important}div.uimob340 .um-profile-nav{padding:0}div.uimob340 .um-profile-nav-item a{padding:10px 16px;margin-left:0;border-radius:0}div.uimob340 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto}div.uimob340 .um-profile-subnav{padding:8px 15px}div.uimob340 .um-profile-subnav a{display:block;text-align:left;font-size:13px;margin:0;padding:6px 0}div.uimob340 .um-profile-subnav span{font-size:12px;padding:1px 6px}div.uimob340 .um-cover-overlay span.um-cover-overlay-t{display:none!important}div.uimob340 .um-cover-overlay{padding:0}div.uimob340 .um-cover-overlay i,div.uimob340 .um-profile-photo-overlay i{margin-bottom:0;font-size:30px}.um-modal.uimob340{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.uimob340,.um-modal.uimob340 .um-modal-body,.um-modal.uimob340 .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.uimob340 .um-modal-header{text-align:center}.um-modal.uimob340 .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.uimob340 .um-modal-right{width:100%;float:none}.um-modal.uimob340 .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}.um-modal.uimob340 .ajax-upload-dragdrop span.icon{font-size:40px;line-height:40px}div.uimob340 .um-profile-body{padding-left:0;padding-right:0}div.uimob340 .um-profile-photo{width:100%!important;text-align:center!important;position:absolute;top:-40px;left:0}div.uimob340 .um-header.no-cover .um-profile-photo{position:static;top:auto;left:auto}div.uimob340 .um-profile-photo a.um-profile-photo-img{width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:inline-block!important;position:relative!important;top:auto!important;left:auto!important}div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{width:120px!important;height:120px!important}div.uimob340 .um-header .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important;padding-top:60px!important}div.uimob340 .um-header.no-cover .um-profile-meta{padding-top:0!important}div.uimob340 .um-header .um-name{float:none!important;margin-right:0!important;font-size:18px}div.uimob340 .um-header .um-meta,div.uimob340 .um-header .um-meta-text{padding:0 20px}div.uimob340 .um-header .um-meta span:first-child{display:block}div.uimob340 .um-header .um-meta span{display:none}div.uimob340 .um-col-121,div.uimob340 .um-col-122,div.uimob340 .um-col-131,div.uimob340 .um-col-132,div.uimob340 .um-col-133{float:none;width:100%;margin:0}div.uimob340 .um-field-half{float:none;width:100%}div.uimob340 .um-search{padding:20px 0!important;width:100%!important;box-sizing:border-box}div.uimob340 .um-search .um-search-filter{width:100%!important;float:none!important;padding:0 0 15px!important}div.uimob340 .um-search .um-search-submit .um-button{display:block!important;min-width:100%!important;margin:0 0 15px!important}div.uimob340 .um-member{width:100%}div.uimob340 .um-gutter-sizer{width:0}div.uimob340 .um-account-main{float:none;width:100%;padding:0;box-sizing:border-box}div.uimob340 .um-account-tab{padding-bottom:20px;border-bottom:1px solid #eee}div.uimob340 .um-account-meta{margin-bottom:0}.uimob340 .um-half{float:none;width:100%;margin:0 0 10px}.uimob340 .um-button.um-btn-auto-width{min-width:auto;max-width:auto;width:100%}.uimob340 .um-col-alt-s{padding-top:0}div.uimob500 .um-profile-nav{padding:0}div.uimob500 .um-profile-nav-item a{padding:10px 16px;margin-left:0;border-radius:0}div.uimob500 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:22px;height:22px;line-height:22px}div.uimob500 .um-profile-subnav{padding:8px 15px}div.uimob500 .um-profile-subnav a{display:block;text-align:left;font-size:13px;margin:0;padding:6px 0}div.uimob500 .um-profile-subnav span{font-size:12px;padding:1px 6px}div.uimob500 .um-cover-overlay span.um-cover-overlay-t{display:none!important}div.uimob500 .um-cover-overlay{padding:0}div.uimob500 .um-cover-overlay i,div.uimob500 .um-profile-photo-overlay i{margin-bottom:0;font-size:30px}.um-modal.uimob500{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.uimob500,.um-modal.uimob500 .um-modal-body,.um-modal.uimob500 .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.uimob500 .um-modal-header{text-align:center}.um-modal.uimob500 .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.uimob500 .um-modal-right{width:100%;float:none}.um-modal.uimob500 .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}.um-modal.uimob500 .ajax-upload-dragdrop span.icon{font-size:40px;line-height:40px}div.uimob500 .um-profile-body{padding-left:0;padding-right:0}div.uimob500 .um-profile-photo{width:100%!important;text-align:center!important;position:absolute;top:-40px;left:0}div.uimob500 .um-header.no-cover .um-profile-photo{position:static;top:auto;left:auto}div.uimob500 .um-profile-photo a.um-profile-photo-img{width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:inline-block!important;position:relative!important;top:auto!important;left:auto!important}div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{width:120px!important;height:120px!important}div.uimob500 .um-header .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important;padding-top:60px!important}div.uimob500 .um-header.no-cover .um-profile-meta{padding-top:0!important}div.uimob500 .um-header .um-name{float:none!important;margin-right:0!important;font-size:21px}div.uimob500 .um-header .um-meta,div.uimob500 .um-header .um-meta-text{padding:0 20px}div.uimob500 .um-header .um-meta span:first-child{display:block}div.uimob500 .um-header .um-meta span{display:none}div.uimob500 .um-col-121,div.uimob500 .um-col-122,div.uimob500 .um-col-131,div.uimob500 .um-col-132,div.uimob500 .um-col-133{float:none;width:100%;margin:0}div.uimob500 .um-field-half{float:none;width:100%}div.uimob500 .um-search{padding:20px 0!important;width:100%!important;box-sizing:border-box}div.uimob500 .um-search .um-search-filter{width:100%!important;float:none!important;padding:0 0 15px!important}div.uimob500 .um-search .um-search-submit .um-button{display:block!important;min-width:100%!important;margin:0 0 15px!important}div.uimob500 .um-member{width:100%}div.uimob500 .um-gutter-sizer{width:0}div.uimob500 .um-account-main{float:none;width:100%;padding:0;box-sizing:border-box}div.uimob500 .um-account-tab{padding-bottom:20px;border-bottom:1px solid #eee}div.uimob500 .um-account-meta{margin-bottom:0}div.uimob800 .um-profile-nav{padding:0}div.uimob800 .um-profile-nav-item a{padding:10px 20px;margin-left:0;border-radius:0}div.uimob800 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:26px;height:26px;line-height:26px}div.uimob800 .um-profile-subnav{padding:8px 15px}div.uimob800 .um-profile-subnav a{display:block;text-align:left;font-size:14px;margin:0;padding:6px 0}div.uimob800 .um-profile-subnav span{font-size:12px;padding:2px 8px}div.uimob800 .um-account-main{width:90%;max-width:450px}div.uimob800 .um-account-side{padding:0;width:10%}div.uimob800 .um-account-side ul{border:1px solid #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.uimob800 .um-account-side li{margin-bottom:0!important;background:0 0}div.uimob800 .um-account-side li a{display:block;padding:0!important;height:44px;line-height:44px;color:#666!important;text-align:center;text-decoration:none!important;background:0 0;transition:all .2s linear}div.uimob800 .um-account-side li:first-child a{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}div.uimob800 .um-account-side li:last-child a{-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}div.uimob800 .um-account-side li a span.um-account-icontip{display:block;float:left;text-align:center;width:100%;height:100%;font-size:22px;line-height:44px}div.uimob800 .um-account-side li a span.um-account-icontip i{position:relative;text-align:center;width:100%}div.uimob800 .um-account-side li a.current,div.uimob800 .um-account-side li a.current:hover{color:#fff!important}div.uimob800 .um-account-meta a{border:1px solid #ddd}div.uimob800 .um-account-meta a,div.uimob800 .um-account-meta img{display:block;overflow:hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;max-width:100%;height:auto}div.uimob800 .um-profile-photo{width:200px!important}div.uimob800 .um-profile-photo a.um-profile-photo-img{width:140px!important;height:140px!important;top:-70px!important}div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{top:auto!important}div.uimob800 .um-header .um-profile-meta{padding-left:200px}div.uimob800 .um-cover-overlay{padding:0}div.uimob800 .um-search{padding:20px 0!important;width:100%!important;box-sizing:border-box}div.uimob800 .um-search .um-search-filter{width:48%!important;float:left!important;padding:0 0 15px!important}div.uimob800 .um-search .um-search-filter-2{margin-left:4%}div.uimob800 .um-search .um-search-submit .um-button{display:block!important;width:48%!important;margin:0 0 15px!important;box-sizing:border-box;float:left}div.uimob800 .um-search .um-search-submit .um-button.um-alt{float:right}div.uimob800 .um-member{width:48%}div.uimob800 .um-gutter-sizer{width:4%}div.uimob960 .um-search{padding:20px 0!important;width:100%!important;box-sizing:border-box}div.uimob960 .um-search .um-search-filter{width:48%!important;float:left!important;padding:0 0 15px!important}div.uimob960 .um-search .um-search-filter-2{margin-left:4%}div.uimob960 .um-search .um-search-submit .um-button{display:block!important;width:48%!important;margin:0 0 15px!important;box-sizing:border-box;float:left}div.uimob960 .um-search .um-search-submit .um-button.um-alt{float:right}div.uimob960 .um-member{width:48%}div.uimob960 .um-gutter-sizer{width:4%}@media screen and (max-height:400px){.ajax-upload-dragdrop span.icon{display:none}.um-modal.no-photo{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.no-photo,.um-modal.no-photo .um-modal-body,.um-modal.no-photo .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.no-photo .um-modal-header{text-align:center;font-size:14px}.um-modal.no-photo .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.no-photo .um-modal-right{width:100%;float:none}.um-modal.no-photo .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}}@media screen and (max-height:300px){.ajax-upload-dragdrop span.icon,.ajax-upload-dragdrop span.str,.um-modal.no-photo .um-modal-header{display:none}}@media screen and (max-width:600px){.um-popup{width:96%;margin-left:2%;left:0;top:15px}}
assets/css/um.rtl.css CHANGED
@@ -1,195 +1,195 @@
1
- .um {
2
- direction: rtl !important;
3
- text-align: right;
4
- }
5
-
6
- .um-profile-photo {
7
- float: right;
8
- margin: 0 30px 0 0;
9
- }
10
-
11
- .um-profile-photo a.um-profile-photo-img {
12
- float: right;
13
- left: auto;
14
- }
15
-
16
- .um-cover + .um-header .um-profile-photo a.um-profile-photo-img {
17
- right: 0;
18
- }
19
-
20
- div.uimob500 .um-profile-photo a.um-profile-photo-img {
21
- right: auto;
22
- }
23
-
24
- .um-profile-edit {
25
- right: auto;
26
- left: 0;
27
- margin-left: 10px;
28
- margin-right: 0;
29
- }
30
-
31
- div.uimob960 .um-header .um-profile-meta,
32
- div.uimob800 .um-header .um-profile-meta {
33
- padding-left: 0 !important;
34
- padding-right: 200px !important;
35
- }
36
-
37
- .um-name {
38
- float: right;
39
- margin-right: 0;
40
- }
41
-
42
- .um-profile-nav-item a {
43
- float: right;
44
- padding: 6px 28px 6px 10px;
45
- }
46
- .um-profile-nav-item i {
47
- left: auto;
48
- right: 6px;
49
- }
50
-
51
- .um-profile-nav-item a{float: right}
52
-
53
- .um-field-checkbox-state, .um-field-radio-state {
54
- right: 1px;
55
- left: auto;
56
- }
57
-
58
- .um-field-checkbox-option, .um-field-radio-option {
59
- margin: 0 36px 0 0;
60
- }
61
-
62
- .um-field-half {
63
- float: right;
64
- }
65
-
66
- .um-field-half.right {
67
- float: left;
68
- }
69
-
70
- .um-left {
71
- float: right;
72
- }
73
-
74
- .um-right {
75
- float: left;
76
- }
77
-
78
- .um-account-main,
79
- .um-account-side {
80
- float: right;
81
- }
82
-
83
- .um-account-main div.um-account-heading i {
84
- margin-right: 0;
85
- margin-left: 10px;
86
- }
87
-
88
- .um-account-side li a span.um-account-icon,
89
- .um-account-side li a.current span.um-account-icon,
90
- .um-account-side li a.current:hover span.um-account-icon {
91
- float: right;
92
- border-left: 1px solid #ccc;
93
- }
94
-
95
- .um-account-side li a span.um-account-title {
96
- padding-right: 20px;
97
- float: right;
98
- }
99
-
100
- .um-account-side li a span.um-account-arrow {
101
- right: auto;
102
- left: 10px;
103
- }
104
-
105
- .um-field-label .um-field-label-icon {
106
- float: right;
107
- margin: 0 0 0 8px;
108
- }
109
-
110
- p.um-notice i {
111
- right: auto;
112
- left: 14px;
113
- }
114
-
115
- .um-account.uimob340 .um-account-nav a,
116
- .um-account.uimob500 .um-account-nav a {
117
- padding-left: 0;
118
- padding-right: 40px;
119
- }
120
- .um-account.uimob340 .um-account-nav span.ico,
121
- .um-account.uimob500 .um-account-nav span.ico {
122
- right: 0;
123
- }
124
- .um-account.uimob340 .um-account-nav span.arr,
125
- .um-account.uimob500 .um-account-nav span.arr {
126
- right: auto;
127
- left: 0;
128
- }
129
-
130
- .select2.select2-container .select2-selection .select2-selection__arrow {
131
- right: auto !important;
132
- }
133
-
134
- .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
135
- padding-right: 8px;
136
- text-align: right;
137
- padding-left: 20px;
138
- }
139
-
140
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
141
- margin-left: 4px;
142
- }
143
-
144
- .um-single-image-preview a.cancel, .um-single-file-preview a.cancel {
145
- left: -15px;
146
- right: auto;
147
- }
148
-
149
- .select2.select2-container .select2-selection {
150
- padding: 0 12px 0 0 !important;
151
- }
152
-
153
- .select2-selection__clear {
154
- right: auto;
155
- left: 1px;
156
- }
157
-
158
- .cropper-container {
159
- margin: 0 auto;
160
- left: auto !important;
161
- }
162
-
163
- .um-field-label .um-tip {
164
- margin: 0 8px 0 0;
165
- }
166
-
167
- .tipsy-inner {
168
- text-align: right !important;
169
- }
170
-
171
- .um span.um-req {
172
- margin: 0 8px 0 0;
173
- }
174
-
175
- .um-account-side li a span.um-account-icon,
176
- .um-account-side li a.current span.um-account-icon,
177
- .um-account-side li a.current:hover span.um-account-icon {
178
- border-right: none;
179
- }
180
-
181
- .um-field-error .um-field-arrow {
182
- left: 0;
183
- right: 10px;
184
- }
185
-
186
- .um-single-image-preview a.cancel,
187
- .um-single-file-preview a.cancel {
188
- left: 0;
189
- }
190
- .um-modal-body .um-single-image-preview a.cancel,
191
- .um-modal-body .um-single-file-preview a.cancel {
192
- left: -15px;
193
- }
194
-
195
  .um-item-link { padding-right: 0; padding-left: 40px;}
1
+ .um {
2
+ direction: rtl !important;
3
+ text-align: right;
4
+ }
5
+
6
+ .um-profile-photo {
7
+ float: right;
8
+ margin: 0 30px 0 0;
9
+ }
10
+
11
+ .um-profile-photo a.um-profile-photo-img {
12
+ float: right;
13
+ left: auto;
14
+ }
15
+
16
+ .um-cover + .um-header .um-profile-photo a.um-profile-photo-img {
17
+ right: 0;
18
+ }
19
+
20
+ div.uimob500 .um-profile-photo a.um-profile-photo-img {
21
+ right: auto;
22
+ }
23
+
24
+ .um-profile-edit {
25
+ right: auto;
26
+ left: 0;
27
+ margin-left: 10px;
28
+ margin-right: 0;
29
+ }
30
+
31
+ div.uimob960 .um-header .um-profile-meta,
32
+ div.uimob800 .um-header .um-profile-meta {
33
+ padding-left: 0 !important;
34
+ padding-right: 200px !important;
35
+ }
36
+
37
+ .um-name {
38
+ float: right;
39
+ margin-right: 0;
40
+ }
41
+
42
+ .um-profile-nav-item a {
43
+ float: right;
44
+ padding: 6px 28px 6px 10px;
45
+ }
46
+ .um-profile-nav-item i {
47
+ left: auto;
48
+ right: 6px;
49
+ }
50
+
51
+ .um-profile-nav-item a{float: right}
52
+
53
+ .um-field-checkbox-state, .um-field-radio-state {
54
+ right: 1px;
55
+ left: auto;
56
+ }
57
+
58
+ .um-field-checkbox-option, .um-field-radio-option {
59
+ margin: 0 36px 0 0;
60
+ }
61
+
62
+ .um-field-half {
63
+ float: right;
64
+ }
65
+
66
+ .um-field-half.right {
67
+ float: left;
68
+ }
69
+
70
+ .um-left {
71
+ float: right;
72
+ }
73
+
74
+ .um-right {
75
+ float: left;
76
+ }
77
+
78
+ .um-account-main,
79
+ .um-account-side {
80
+ float: right;
81
+ }
82
+
83
+ .um-account-main div.um-account-heading i {
84
+ margin-right: 0;
85
+ margin-left: 10px;
86
+ }
87
+
88
+ .um-account-side li a span.um-account-icon,
89
+ .um-account-side li a.current span.um-account-icon,
90
+ .um-account-side li a.current:hover span.um-account-icon {
91
+ float: right;
92
+ border-left: 1px solid #ccc;
93
+ }
94
+
95
+ .um-account-side li a span.um-account-title {
96
+ padding-right: 20px;
97
+ float: right;
98
+ }
99
+
100
+ .um-account-side li a span.um-account-arrow {
101
+ right: auto;
102
+ left: 10px;
103
+ }
104
+
105
+ .um-field-label .um-field-label-icon {
106
+ float: right;
107
+ margin: 0 0 0 8px;
108
+ }
109
+
110
+ p.um-notice i {
111
+ right: auto;
112
+ left: 14px;
113
+ }
114
+
115
+ .um-account.uimob340 .um-account-nav a,
116
+ .um-account.uimob500 .um-account-nav a {
117
+ padding-left: 0;
118
+ padding-right: 40px;
119
+ }
120
+ .um-account.uimob340 .um-account-nav span.ico,
121
+ .um-account.uimob500 .um-account-nav span.ico {
122
+ right: 0;
123
+ }
124
+ .um-account.uimob340 .um-account-nav span.arr,
125
+ .um-account.uimob500 .um-account-nav span.arr {
126
+ right: auto;
127
+ left: 0;
128
+ }
129
+
130
+ .select2.select2-container .select2-selection .select2-selection__arrow {
131
+ right: auto !important;
132
+ }
133
+
134
+ .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
135
+ padding-right: 8px;
136
+ text-align: right;
137
+ padding-left: 20px;
138
+ }
139
+
140
+ .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
141
+ margin-left: 4px;
142
+ }
143
+
144
+ .um-single-image-preview a.cancel, .um-single-file-preview a.cancel {
145
+ left: -15px;
146
+ right: auto;
147
+ }
148
+
149
+ .select2.select2-container .select2-selection {
150
+ padding: 0 12px 0 0 !important;
151
+ }
152
+
153
+ .select2-selection__clear {
154
+ right: auto;
155
+ left: 1px;
156
+ }
157
+
158
+ .cropper-container {
159
+ margin: 0 auto;
160
+ left: auto !important;
161
+ }
162
+
163
+ .um-field-label .um-tip {
164
+ margin: 0 8px 0 0;
165
+ }
166
+
167
+ .tipsy-inner {
168
+ text-align: right !important;
169
+ }
170
+
171
+ .um span.um-req {
172
+ margin: 0 8px 0 0;
173
+ }
174
+
175
+ .um-account-side li a span.um-account-icon,
176
+ .um-account-side li a.current span.um-account-icon,
177
+ .um-account-side li a.current:hover span.um-account-icon {
178
+ border-right: none;
179
+ }
180
+
181
+ .um-field-error .um-field-arrow {
182
+ left: 0;
183
+ right: 10px;
184
+ }
185
+
186
+ .um-single-image-preview a.cancel,
187
+ .um-single-file-preview a.cancel {
188
+ left: 0;
189
+ }
190
+ .um-modal-body .um-single-image-preview a.cancel,
191
+ .um-modal-body .um-single-file-preview a.cancel {
192
+ left: -15px;
193
+ }
194
+
195
  .um-item-link { padding-right: 0; padding-left: 40px;}
assets/dynamic_css/dynamic_directory.php CHANGED
@@ -1,45 +1,45 @@
1
- <style type="text/css">
2
- <?php
3
-
4
- if ( isset( $css_profile_card_bg ) && ! empty( $css_profile_card_bg ) ) {
5
-
6
- print ".um-$form_id .um-member {
7
- background: $css_profile_card_bg;
8
- }";
9
-
10
- }
11
-
12
- if ( isset( $css_card_thickness ) && ! empty( $css_card_thickness ) ) {
13
-
14
- print ".um-$form_id .um-member {
15
- border-width: $css_card_thickness;
16
- }";
17
-
18
- }
19
-
20
- if ( isset( $css_profile_card_text ) && ! empty( $css_profile_card_text ) ) {
21
-
22
- print ".um-$form_id .um-member-card * {
23
- color: $css_profile_card_text;
24
- }";
25
-
26
- }
27
-
28
- if ( isset( $css_card_bordercolor ) && ! empty( $css_card_bordercolor ) ) {
29
-
30
- print ".um-$form_id .um-member {
31
- border-color: $css_card_bordercolor;
32
- }";
33
-
34
- }
35
-
36
- if ( isset( $css_img_bordercolor ) && ! empty( $css_img_bordercolor ) ) {
37
-
38
- print ".um-$form_id .um-member-photo img {
39
- border-color: $css_img_bordercolor;
40
- }";
41
-
42
- }
43
-
44
- ?>
45
  </style>
1
+ <style type="text/css">
2
+ <?php
3
+
4
+ if ( isset( $css_profile_card_bg ) && ! empty( $css_profile_card_bg ) ) {
5
+
6
+ print ".um-$form_id .um-member {
7
+ background: $css_profile_card_bg;
8
+ }";
9
+
10
+ }
11
+
12
+ if ( isset( $css_card_thickness ) && ! empty( $css_card_thickness ) ) {
13
+
14
+ print ".um-$form_id .um-member {
15
+ border-width: $css_card_thickness;
16
+ }";
17
+
18
+ }
19
+
20
+ if ( isset( $css_profile_card_text ) && ! empty( $css_profile_card_text ) ) {
21
+
22
+ print ".um-$form_id .um-member-card * {
23
+ color: $css_profile_card_text;
24
+ }";
25
+
26
+ }
27
+
28
+ if ( isset( $css_card_bordercolor ) && ! empty( $css_card_bordercolor ) ) {
29
+
30
+ print ".um-$form_id .um-member {
31
+ border-color: $css_card_bordercolor;
32
+ }";
33
+
34
+ }
35
+
36
+ if ( isset( $css_img_bordercolor ) && ! empty( $css_img_bordercolor ) ) {
37
+
38
+ print ".um-$form_id .um-member-photo img {
39
+ border-color: $css_img_bordercolor;
40
+ }";
41
+
42
+ }
43
+
44
+ ?>
45
  </style>
assets/dynamic_css/dynamic_profile.php CHANGED
@@ -1,49 +1,49 @@
1
- <?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
2
-
3
- <style type="text/css">
4
-
5
- <?php if ( ! $photosize || $photosize == 'original' ) {
6
- //cannot be more than metadefault value
7
- $photosize = um_get_metadefault( 'profile_photosize' );
8
- }
9
- $photosize = filter_var( $photosize, FILTER_SANITIZE_NUMBER_INT );
10
-
11
- $photosize_up = ( $photosize / 2 ) + 10;
12
- $meta_padding = ( $photosize + 60 ) . 'px';
13
-
14
- if ( $area_max_width ) {
15
- print "
16
- .um-$form_id.um .um-profile-body {
17
- max-width: $area_max_width;
18
- }
19
- ";
20
- }
21
-
22
- print "
23
- .um-$form_id.um .um-profile-photo a.um-profile-photo-img {
24
- width: ".$photosize."px;
25
- height: ".$photosize."px;
26
- }
27
- ";
28
-
29
- print "
30
- .um-$form_id.um .um-profile-photo a.um-profile-photo-img {
31
- top: -".$photosize_up."px;
32
- }
33
- ";
34
-
35
- if ( is_rtl() ) {
36
- print "
37
- .um-$form_id.um .um-profile-meta {
38
- padding-right: $meta_padding;
39
- }
40
- ";
41
- } else {
42
- print "
43
- .um-$form_id.um .um-profile-meta {
44
- padding-left: $meta_padding;
45
- }
46
- ";
47
- }
48
- ?>
49
  </style>
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
2
+
3
+ <style type="text/css">
4
+
5
+ <?php if ( ! $photosize || $photosize == 'original' ) {
6
+ //cannot be more than metadefault value
7
+ $photosize = um_get_metadefault( 'profile_photosize' );
8
+ }
9
+ $photosize = filter_var( $photosize, FILTER_SANITIZE_NUMBER_INT );
10
+
11
+ $photosize_up = ( $photosize / 2 ) + 10;
12
+ $meta_padding = ( $photosize + 60 ) . 'px';
13
+
14
+ if ( $area_max_width ) {
15
+ print "
16
+ .um-$form_id.um .um-profile-body {
17
+ max-width: $area_max_width;
18
+ }
19
+ ";
20
+ }
21
+
22
+ print "
23
+ .um-$form_id.um .um-profile-photo a.um-profile-photo-img {
24
+ width: ".$photosize."px;
25
+ height: ".$photosize."px;
26
+ }
27
+ ";
28
+
29
+ print "
30
+ .um-$form_id.um .um-profile-photo a.um-profile-photo-img {
31
+ top: -".$photosize_up."px;
32
+ }
33
+ ";
34
+
35
+ if ( is_rtl() ) {
36
+ print "
37
+ .um-$form_id.um .um-profile-meta {
38
+ padding-right: $meta_padding;
39
+ }
40
+ ";
41
+ } else {
42
+ print "
43
+ .um-$form_id.um .um-profile-meta {
44
+ padding-left: $meta_padding;
45
+ }
46
+ ";
47
+ }
48
+ ?>
49
  </style>
assets/font/fontawesome-webfont.svg CHANGED
@@ -1,2671 +1,2671 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg>
4
- <metadata>
5
- Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
6
- By ,,,
7
- Copyright Dave Gandy 2016. All rights reserved.
8
- </metadata>
9
- <defs>
10
- <font id="FontAwesome" horiz-adv-x="1536" >
11
- <font-face
12
- font-family="FontAwesome"
13
- font-weight="400"
14
- font-stretch="normal"
15
- units-per-em="1792"
16
- panose-1="0 0 0 0 0 0 0 0 0 0"
17
- ascent="1536"
18
- descent="-256"
19
- bbox="-1.02083 -256.962 2304.6 1537.02"
20
- underline-thickness="0"
21
- underline-position="0"
22
- unicode-range="U+0020-F500"
23
- />
24
- <missing-glyph horiz-adv-x="896"
25
- d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
26
- <glyph glyph-name=".notdef" horiz-adv-x="896"
27
- d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
28
- <glyph glyph-name=".null" horiz-adv-x="0"
29
- />
30
- <glyph glyph-name="nonmarkingreturn" horiz-adv-x="597"
31
- />
32
- <glyph glyph-name="space" unicode=" " horiz-adv-x="448"
33
- />
34
- <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1792"
35
- />
36
- <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1792"
37
- />
38
- <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1792"
39
- />
40
- <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1792"
41
- />
42
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1792"
43
- />
44
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792"
45
- />
46
- <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1792"
47
- />
48
- <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1792"
49
- />
50
- <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1792"
51
- />
52
- <glyph glyph-name="glass" unicode="&#xf000;" horiz-adv-x="1792"
53
- d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
54
- <glyph glyph-name="music" unicode="&#xf001;"
55
- d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
56
- t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
57
- <glyph glyph-name="search" unicode="&#xf002;" horiz-adv-x="1664"
58
- d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
59
- t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
60
- <glyph glyph-name="envelope" unicode="&#xf003;" horiz-adv-x="1792"
61
- d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
62
- t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
63
- M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
64
- <glyph glyph-name="heart" unicode="&#xf004;" horiz-adv-x="1792"
65
- d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
66
- q-18 -18 -44 -18z" />
67
- <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="1664"
68
- d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
69
- l502 -73q56 -9 56 -46z" />
70
- <glyph glyph-name="star_empty" unicode="&#xf006;" horiz-adv-x="1664"
71
- d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
72
- l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
73
- <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="1280"
74
- d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
75
- t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
76
- <glyph glyph-name="film" unicode="&#xf008;" horiz-adv-x="1920"
77
- d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
78
- q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
79
- t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
80
- q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
81
- t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
82
- <glyph glyph-name="th_large" unicode="&#xf009;" horiz-adv-x="1664"
83
- d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
84
- h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
85
- <glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792"
86
- d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
87
- q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
88
- h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
89
- q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
90
- <glyph glyph-name="th_list" unicode="&#xf00b;" horiz-adv-x="1792"
91
- d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
92
- q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
93
- h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
94
- <glyph glyph-name="ok" unicode="&#xf00c;" horiz-adv-x="1792"
95
- d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
96
- <glyph glyph-name="remove" unicode="&#xf00d;" horiz-adv-x="1408"
97
- d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
98
- t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
99
- <glyph glyph-name="zoom_in" unicode="&#xf00e;" horiz-adv-x="1664"
100
- d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
101
- q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
102
- t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
103
- <glyph glyph-name="zoom_out" unicode="&#xf010;" horiz-adv-x="1664"
104
- d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
105
- M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
106
- " />
107
- <glyph glyph-name="off" unicode="&#xf011;"
108
- d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
109
- t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
110
- <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792"
111
- d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
112
- v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
113
- <glyph glyph-name="cog" unicode="&#xf013;"
114
- d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
115
- q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
116
- l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
117
- q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
118
- <glyph glyph-name="trash" unicode="&#xf014;" horiz-adv-x="1408"
119
- d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
120
- q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
121
- q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
122
- <glyph glyph-name="home" unicode="&#xf015;" horiz-adv-x="1664"
123
- d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
124
- l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
125
- <glyph glyph-name="file_alt" unicode="&#xf016;"
126
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
127
- " />
128
- <glyph glyph-name="time" unicode="&#xf017;"
129
- d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
130
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
131
- <glyph glyph-name="road" unicode="&#xf018;" horiz-adv-x="1920"
132
- d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
133
- q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
134
- <glyph glyph-name="download_alt" unicode="&#xf019;" horiz-adv-x="1664"
135
- d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
136
- q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
137
- <glyph glyph-name="download" unicode="&#xf01a;"
138
- d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
139
- t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
140
- <glyph glyph-name="upload" unicode="&#xf01b;"
141
- d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
142
- t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
143
- <glyph glyph-name="inbox" unicode="&#xf01c;"
144
- d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
145
- q25 -61 25 -123z" />
146
- <glyph glyph-name="play_circle" unicode="&#xf01d;"
147
- d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
148
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
149
- <glyph glyph-name="repeat" unicode="&#xf01e;"
150
- d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
151
- l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
152
- <glyph glyph-name="refresh" unicode="&#xf021;"
153
- d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
154
- q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
155
- q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
156
- <glyph glyph-name="list_alt" unicode="&#xf022;" horiz-adv-x="1792"
157
- d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
158
- M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
159
- M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
160
- t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
161
- t47 -113z" />
162
- <glyph glyph-name="lock" unicode="&#xf023;" horiz-adv-x="1152"
163
- d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
164
- <glyph glyph-name="flag" unicode="&#xf024;" horiz-adv-x="1792"
165
- d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
166
- t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
167
- <glyph glyph-name="headphones" unicode="&#xf025;" horiz-adv-x="1664"
168
- d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
169
- t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
170
- t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
171
- <glyph glyph-name="volume_off" unicode="&#xf026;" horiz-adv-x="768"
172
- d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
173
- <glyph glyph-name="volume_down" unicode="&#xf027;" horiz-adv-x="1152"
174
- d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
175
- t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
176
- <glyph glyph-name="volume_up" unicode="&#xf028;" horiz-adv-x="1664"
177
- d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
178
- t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
179
- t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
180
- t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
181
- <glyph glyph-name="qrcode" unicode="&#xf029;" horiz-adv-x="1408"
182
- d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
183
- M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
184
- <glyph glyph-name="barcode" unicode="&#xf02a;" horiz-adv-x="1792"
185
- d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
186
- M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
187
- <glyph glyph-name="tag" unicode="&#xf02b;"
188
- d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
189
- l715 -714q37 -39 37 -91z" />
190
- <glyph glyph-name="tags" unicode="&#xf02c;" horiz-adv-x="1920"
191
- d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
192
- l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
193
- <glyph glyph-name="book" unicode="&#xf02d;" horiz-adv-x="1664"
194
- d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
195
- q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
196
- q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
197
- t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
198
- <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="1280"
199
- d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
200
- <glyph glyph-name="print" unicode="&#xf02f;" horiz-adv-x="1664"
201
- d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
202
- v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
203
- <glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920"
204
- d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
205
- q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
206
- <glyph glyph-name="font" unicode="&#xf031;" horiz-adv-x="1664"
207
- d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
208
- q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
209
- q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
210
- <glyph glyph-name="bold" unicode="&#xf032;" horiz-adv-x="1408"
211
- d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
212
- q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
213
- t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
214
- t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
215
- <glyph glyph-name="italic" unicode="&#xf033;" horiz-adv-x="1024"
216
- d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
217
- q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
218
- <glyph glyph-name="text_height" unicode="&#xf034;" horiz-adv-x="1792"
219
- d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
220
- t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
221
- q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
222
- q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
223
- <glyph glyph-name="text_width" unicode="&#xf035;"
224
- d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
225
- t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
226
- q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
227
- t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
228
- t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
229
- <glyph glyph-name="align_left" unicode="&#xf036;" horiz-adv-x="1792"
230
- d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
231
- t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
232
- <glyph glyph-name="align_center" unicode="&#xf037;" horiz-adv-x="1792"
233
- d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
234
- h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
235
- <glyph glyph-name="align_right" unicode="&#xf038;" horiz-adv-x="1792"
236
- d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
237
- t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
238
- <glyph glyph-name="align_justify" unicode="&#xf039;" horiz-adv-x="1792"
239
- d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
240
- t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
241
- <glyph glyph-name="list" unicode="&#xf03a;" horiz-adv-x="1792"
242
- d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
243
- t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
244
- q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
245
- t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
246
- q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
247
- <glyph glyph-name="indent_left" unicode="&#xf03b;" horiz-adv-x="1792"
248
- d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
249
- t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
250
- q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
251
- <glyph glyph-name="indent_right" unicode="&#xf03c;" horiz-adv-x="1792"
252
- d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
253
- t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
254
- q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
255
- <glyph glyph-name="facetime_video" unicode="&#xf03d;" horiz-adv-x="1792"
256
- d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
257
- q39 -17 39 -59z" />
258
- <glyph glyph-name="picture" unicode="&#xf03e;" horiz-adv-x="1920"
259
- d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
260
- q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
261
- <glyph glyph-name="pencil" unicode="&#xf040;"
262
- d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
263
- q53 0 91 -38l235 -234q37 -39 37 -91z" />
264
- <glyph glyph-name="map_marker" unicode="&#xf041;" horiz-adv-x="1024"
265
- d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
266
- <glyph glyph-name="adjust" unicode="&#xf042;"
267
- d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
268
- <glyph glyph-name="tint" unicode="&#xf043;" horiz-adv-x="1024"
269
- d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
270
- q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
271
- <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="1792"
272
- d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
273
- q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
274
- l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
275
- <glyph glyph-name="share" unicode="&#xf045;" horiz-adv-x="1664"
276
- d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
277
- q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
278
- t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
279
- <glyph glyph-name="check" unicode="&#xf046;" horiz-adv-x="1664"
280
- d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
281
- q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
282
- q24 -24 24 -57t-24 -57z" />
283
- <glyph glyph-name="move" unicode="&#xf047;" horiz-adv-x="1792"
284
- d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
285
- t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
286
- <glyph glyph-name="step_backward" unicode="&#xf048;" horiz-adv-x="1024"
287
- d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
288
- <glyph glyph-name="fast_backward" unicode="&#xf049;" horiz-adv-x="1792"
289
- d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
290
- q19 19 32 13t13 -32v-710q4 10 13 19z" />
291
- <glyph glyph-name="backward" unicode="&#xf04a;" horiz-adv-x="1664"
292
- d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
293
- <glyph glyph-name="play" unicode="&#xf04b;" horiz-adv-x="1408"
294
- d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
295
- <glyph glyph-name="pause" unicode="&#xf04c;"
296
- d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
297
- <glyph glyph-name="stop" unicode="&#xf04d;"
298
- d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
299
- <glyph glyph-name="forward" unicode="&#xf04e;" horiz-adv-x="1664"
300
- d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
301
- <glyph glyph-name="fast_forward" unicode="&#xf050;" horiz-adv-x="1792"
302
- d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
303
- q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
304
- <glyph glyph-name="step_forward" unicode="&#xf051;" horiz-adv-x="1024"
305
- d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
306
- <glyph glyph-name="eject" unicode="&#xf052;" horiz-adv-x="1538"
307
- d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
308
- <glyph glyph-name="chevron_left" unicode="&#xf053;" horiz-adv-x="1280"
309
- d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
310
- <glyph glyph-name="chevron_right" unicode="&#xf054;" horiz-adv-x="1280"
311
- d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
312
- <glyph glyph-name="plus_sign" unicode="&#xf055;"
313
- d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
314
- t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
315
- <glyph glyph-name="minus_sign" unicode="&#xf056;"
316
- d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
317
- t103 -385.5z" />
318
- <glyph glyph-name="remove_sign" unicode="&#xf057;"
319
- d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
320
- q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
321
- <glyph glyph-name="ok_sign" unicode="&#xf058;"
322
- d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
323
- t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
324
- <glyph glyph-name="question_sign" unicode="&#xf059;"
325
- d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
326
- q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
327
- t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
328
- <glyph glyph-name="info_sign" unicode="&#xf05a;"
329
- d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
330
- t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
331
- <glyph glyph-name="screenshot" unicode="&#xf05b;"
332
- d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
333
- q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
334
- q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
335
- <glyph glyph-name="remove_circle" unicode="&#xf05c;"
336
- d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
337
- l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
338
- t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
339
- <glyph glyph-name="ok_circle" unicode="&#xf05d;"
340
- d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
341
- t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
342
- <glyph glyph-name="ban_circle" unicode="&#xf05e;"
343
- d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
344
- t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
345
- <glyph glyph-name="arrow_left" unicode="&#xf060;"
346
- d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
347
- t32.5 -90.5z" />
348
- <glyph glyph-name="arrow_right" unicode="&#xf061;"
349
- d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
350
- <glyph glyph-name="arrow_up" unicode="&#xf062;" horiz-adv-x="1664"
351
- d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
352
- q37 -39 37 -91z" />
353
- <glyph glyph-name="arrow_down" unicode="&#xf063;" horiz-adv-x="1664"
354
- d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
355
- <glyph glyph-name="share_alt" unicode="&#xf064;" horiz-adv-x="1792"
356
- d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
357
- t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
358
- <glyph glyph-name="resize_full" unicode="&#xf065;"
359
- d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
360
- q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
361
- <glyph glyph-name="resize_small" unicode="&#xf066;"
362
- d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
363
- t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
364
- <glyph glyph-name="plus" unicode="&#xf067;" horiz-adv-x="1408"
365
- d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
366
- <glyph glyph-name="minus" unicode="&#xf068;" horiz-adv-x="1408"
367
- d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
368
- <glyph glyph-name="asterisk" unicode="&#xf069;" horiz-adv-x="1664"
369
- d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
370
- q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
371
- <glyph glyph-name="exclamation_sign" unicode="&#xf06a;"
372
- d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
373
- q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
374
- <glyph glyph-name="gift" unicode="&#xf06b;"
375
- d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
376
- q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
377
- t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
378
- <glyph glyph-name="leaf" unicode="&#xf06c;" horiz-adv-x="1792"
379
- d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
380
- q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
381
- t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
382
- <glyph glyph-name="fire" unicode="&#xf06d;" horiz-adv-x="1408"
383
- d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
384
- q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
385
- <glyph glyph-name="eye_open" unicode="&#xf06e;" horiz-adv-x="1792"
386
- d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
387
- t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
388
- <glyph glyph-name="eye_close" unicode="&#xf070;" horiz-adv-x="1792"
389
- d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
390
- q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
391
- q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
392
- " />
393
- <glyph glyph-name="warning_sign" unicode="&#xf071;" horiz-adv-x="1792"
394
- d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
395
- q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
396
- <glyph glyph-name="plane" unicode="&#xf072;" horiz-adv-x="1408"
397
- d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
398
- q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
399
- <glyph glyph-name="calendar" unicode="&#xf073;" horiz-adv-x="1664"
400
- d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z
401
- M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64
402
- q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47
403
- h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
404
- <glyph glyph-name="random" unicode="&#xf074;" horiz-adv-x="1792"
405
- d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1
406
- t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5
407
- v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111
408
- t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
409
- <glyph glyph-name="comment" unicode="&#xf075;" horiz-adv-x="1792"
410
- d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281
411
- q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
412
- <glyph glyph-name="magnet" unicode="&#xf076;"
413
- d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384
414
- q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
415
- <glyph glyph-name="chevron_up" unicode="&#xf077;" horiz-adv-x="1792"
416
- d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
417
- <glyph glyph-name="chevron_down" unicode="&#xf078;" horiz-adv-x="1792"
418
- d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
419
- <glyph glyph-name="retweet" unicode="&#xf079;" horiz-adv-x="1920"
420
- d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21
421
- zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z
422
- " />
423
- <glyph glyph-name="shopping_cart" unicode="&#xf07a;" horiz-adv-x="1664"
424
- d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45
425
- t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
426
- <glyph glyph-name="folder_close" unicode="&#xf07b;" horiz-adv-x="1664"
427
- d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
428
- <glyph glyph-name="folder_open" unicode="&#xf07c;" horiz-adv-x="1920"
429
- d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5
430
- t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
431
- <glyph glyph-name="resize_vertical" unicode="&#xf07d;" horiz-adv-x="768"
432
- d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
433
- <glyph glyph-name="resize_horizontal" unicode="&#xf07e;" horiz-adv-x="1792"
434
- d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
435
- <glyph glyph-name="bar_chart" unicode="&#xf080;" horiz-adv-x="2048"
436
- d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
437
- <glyph glyph-name="twitter_sign" unicode="&#xf081;"
438
- d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4
439
- q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5
440
- t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
441
- <glyph glyph-name="facebook_sign" unicode="&#xf082;"
442
- d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960
443
- q0 119 84.5 203.5t203.5 84.5h960z" />
444
- <glyph glyph-name="camera_retro" unicode="&#xf083;" horiz-adv-x="1792"
445
- d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5
446
- t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280
447
- q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
448
- <glyph glyph-name="key" unicode="&#xf084;" horiz-adv-x="1792"
449
- d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26
450
- l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5
451
- t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
452
- <glyph glyph-name="cogs" unicode="&#xf085;" horiz-adv-x="1920"
453
- d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5
454
- t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5
455
- l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7
456
- l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31
457
- q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20
458
- t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68
459
- q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70
460
- q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
461
- <glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="1792"
462
- d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224
463
- q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7
464
- q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
465
- <glyph glyph-name="thumbs_up_alt" unicode="&#xf087;"
466
- d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5
467
- t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769
468
- q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128
469
- q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
470
- <glyph glyph-name="thumbs_down_alt" unicode="&#xf088;"
471
- d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5
472
- t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z
473
- M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5
474
- h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" />
475
- <glyph glyph-name="star_half" unicode="&#xf089;" horiz-adv-x="896"
476
- d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
477
- <glyph glyph-name="heart_empty" unicode="&#xf08a;" horiz-adv-x="1792"
478
- d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559
479
- q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5
480
- q224 0 351 -124t127 -344z" />
481
- <glyph glyph-name="signout" unicode="&#xf08b;" horiz-adv-x="1664"
482
- d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704
483
- q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
484
- <glyph glyph-name="linkedin_sign" unicode="&#xf08c;"
485
- d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5
486
- q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
487
- <glyph glyph-name="pushpin" unicode="&#xf08d;" horiz-adv-x="1152"
488
- d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38
489
- t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
490
- <glyph glyph-name="external_link" unicode="&#xf08e;" horiz-adv-x="1792"
491
- d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320
492
- q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
493
- <glyph glyph-name="signin" unicode="&#xf090;"
494
- d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5
495
- q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
496
- <glyph glyph-name="trophy" unicode="&#xf091;" horiz-adv-x="1664"
497
- d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91
498
- t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96
499
- q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
500
- <glyph glyph-name="github_sign" unicode="&#xf092;"
501
- d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4
502
- q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4
503
- t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16
504
- q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960
505
- q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
506
- <glyph glyph-name="upload_alt" unicode="&#xf093;" horiz-adv-x="1664"
507
- d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92
508
- t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
509
- <glyph glyph-name="lemon" unicode="&#xf094;"
510
- d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5
511
- q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44
512
- q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5
513
- q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" />
514
- <glyph glyph-name="phone" unicode="&#xf095;" horiz-adv-x="1408"
515
- d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186
516
- q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14
517
- t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
518
- <glyph glyph-name="check_empty" unicode="&#xf096;" horiz-adv-x="1408"
519
- d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
520
- q119 0 203.5 -84.5t84.5 -203.5z" />
521
- <glyph glyph-name="bookmark_empty" unicode="&#xf097;" horiz-adv-x="1280"
522
- d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289
523
- q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
524
- <glyph glyph-name="phone_sign" unicode="&#xf098;"
525
- d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5
526
- t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5
527
- t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z
528
- " />
529
- <glyph glyph-name="twitter" unicode="&#xf099;" horiz-adv-x="1664"
530
- d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41
531
- q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
532
- <glyph glyph-name="facebook" unicode="&#xf09a;" horiz-adv-x="1024"
533
- d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
534
- <glyph glyph-name="github" unicode="&#xf09b;"
535
- d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24
536
- q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5
537
- t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12
538
- q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z
539
- M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
540
- <glyph glyph-name="unlock" unicode="&#xf09c;" horiz-adv-x="1664"
541
- d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5
542
- t316.5 -131.5t131.5 -316.5z" />
543
- <glyph glyph-name="credit_card" unicode="&#xf09d;" horiz-adv-x="1920"
544
- d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608
545
- q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
546
- <glyph glyph-name="rss" unicode="&#xf09e;" horiz-adv-x="1408"
547
- d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5
548
- t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294
549
- q187 -186 294 -425.5t120 -501.5z" />
550
- <glyph glyph-name="hdd" unicode="&#xf0a0;"
551
- d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5
552
- h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75
553
- l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
554
- <glyph glyph-name="bullhorn" unicode="&#xf0a1;" horiz-adv-x="1792"
555
- d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5
556
- t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
557
- <glyph glyph-name="bell" unicode="&#xf0a2;" horiz-adv-x="1792"
558
- d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z
559
- M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5
560
- t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
561
- <glyph glyph-name="certificate" unicode="&#xf0a3;"
562
- d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70
563
- l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70
564
- l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
565
- <glyph glyph-name="hand_right" unicode="&#xf0a4;" horiz-adv-x="1792"
566
- d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106
567
- q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43
568
- q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5
569
- t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
570
- <glyph glyph-name="hand_left" unicode="&#xf0a5;" horiz-adv-x="1792"
571
- d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5
572
- t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z
573
- M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67
574
- q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
575
- <glyph glyph-name="hand_up" unicode="&#xf0a6;"
576
- d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576
577
- q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5
578
- t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76
579
- q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
580
- <glyph glyph-name="hand_down" unicode="&#xf0a7;"
581
- d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33
582
- t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580
583
- q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100
584
- q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
585
- <glyph glyph-name="circle_arrow_left" unicode="&#xf0a8;"
586
- d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640
587
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
588
- <glyph glyph-name="circle_arrow_right" unicode="&#xf0a9;"
589
- d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640
590
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
591
- <glyph glyph-name="circle_arrow_up" unicode="&#xf0aa;"
592
- d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640
593
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
594
- <glyph glyph-name="circle_arrow_down" unicode="&#xf0ab;"
595
- d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640
596
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
597
- <glyph glyph-name="globe" unicode="&#xf0ac;"
598
- d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11
599
- q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5
600
- q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5
601
- q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5
602
- t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3
603
- q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25
604
- q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5
605
- t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5
606
- t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21
607
- q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5
608
- q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3
609
- q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5
610
- t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5
611
- q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7
612
- q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
613
- <glyph glyph-name="wrench" unicode="&#xf0ad;" horiz-adv-x="1664"
614
- d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5
615
- t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
616
- <glyph glyph-name="tasks" unicode="&#xf0ae;" horiz-adv-x="1792"
617
- d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19
618
- t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
619
- <glyph glyph-name="filter" unicode="&#xf0b0;" horiz-adv-x="1408"
620
- d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
621
- <glyph glyph-name="briefcase" unicode="&#xf0b1;" horiz-adv-x="1792"
622
- d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68
623
- t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
624
- <glyph glyph-name="fullscreen" unicode="&#xf0b2;"
625
- d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144
626
- l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z
627
- " />
628
- <glyph glyph-name="group" unicode="&#xf0c0;" horiz-adv-x="1920"
629
- d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5
630
- t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75
631
- t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5
632
- t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
633
- <glyph glyph-name="link" unicode="&#xf0c1;" horiz-adv-x="1664"
634
- d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26
635
- l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15
636
- t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207
637
- q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
638
- <glyph glyph-name="cloud" unicode="&#xf0c2;" horiz-adv-x="1920"
639
- d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z
640
- " />
641
- <glyph glyph-name="beaker" unicode="&#xf0c3;" horiz-adv-x="1664"
642
- d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
643
- <glyph glyph-name="cut" unicode="&#xf0c4;" horiz-adv-x="1792"
644
- d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84
645
- q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148
646
- q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108
647
- q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6
648
- q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
649
- <glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="1792"
650
- d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299
651
- h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
652
- <glyph glyph-name="paper_clip" unicode="&#xf0c6;" horiz-adv-x="1408"
653
- d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181
654
- l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235
655
- z" />
656
- <glyph glyph-name="save" unicode="&#xf0c7;"
657
- d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5
658
- h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
659
- <glyph glyph-name="sign_blank" unicode="&#xf0c8;"
660
- d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
661
- <glyph glyph-name="reorder" unicode="&#xf0c9;"
662
- d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45
663
- t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
664
- <glyph glyph-name="ul" unicode="&#xf0ca;" horiz-adv-x="1792"
665
- d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
666
- t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z
667
- M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
668
- <glyph glyph-name="ol" unicode="&#xf0cb;" horiz-adv-x="1792"
669
- d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362
670
- q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5
671
- t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216
672
- q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
673
- <glyph glyph-name="strikethrough" unicode="&#xf0cc;" horiz-adv-x="1792"
674
- d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6
675
- l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23
676
- l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
677
- <glyph glyph-name="underline" unicode="&#xf0cd;"
678
- d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47
679
- q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41
680
- q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472
681
- q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
682
- <glyph glyph-name="table" unicode="&#xf0ce;" horiz-adv-x="1664"
683
- d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23
684
- v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192
685
- q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192
686
- q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113
687
- z" />
688
- <glyph glyph-name="magic" unicode="&#xf0d0;" horiz-adv-x="1664"
689
- d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276
690
- l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
691
- <glyph glyph-name="truck" unicode="&#xf0d1;" horiz-adv-x="1792"
692
- d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5
693
- t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38
694
- t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
695
- <glyph glyph-name="pinterest" unicode="&#xf0d2;"
696
- d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134
697
- q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33
698
- q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
699
- <glyph glyph-name="pinterest_sign" unicode="&#xf0d3;"
700
- d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5
701
- t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5
702
- t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
703
- <glyph glyph-name="google_plus_sign" unicode="&#xf0d4;"
704
- d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585
705
- h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
706
- <glyph glyph-name="google_plus" unicode="&#xf0d5;" horiz-adv-x="2304"
707
- d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62
708
- q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
709
- <glyph glyph-name="money" unicode="&#xf0d6;" horiz-adv-x="1920"
710
- d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384
711
- v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
712
- <glyph glyph-name="caret_down" unicode="&#xf0d7;" horiz-adv-x="1024"
713
- d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
714
- <glyph glyph-name="caret_up" unicode="&#xf0d8;" horiz-adv-x="1024"
715
- d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
716
- <glyph glyph-name="caret_left" unicode="&#xf0d9;" horiz-adv-x="640"
717
- d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
718
- <glyph glyph-name="caret_right" unicode="&#xf0da;" horiz-adv-x="640"
719
- d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
720
- <glyph glyph-name="columns" unicode="&#xf0db;" horiz-adv-x="1664"
721
- d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
722
- <glyph glyph-name="sort" unicode="&#xf0dc;" horiz-adv-x="1024"
723
- d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
724
- <glyph glyph-name="sort_down" unicode="&#xf0dd;" horiz-adv-x="1024"
725
- d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
726
- <glyph glyph-name="sort_up" unicode="&#xf0de;" horiz-adv-x="1024"
727
- d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
728
- <glyph glyph-name="envelope_alt" unicode="&#xf0e0;" horiz-adv-x="1792"
729
- d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123
730
- q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
731
- <glyph glyph-name="linkedin" unicode="&#xf0e1;"
732
- d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329
733
- q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
734
- <glyph glyph-name="undo" unicode="&#xf0e2;"
735
- d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
736
- t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
737
- <glyph glyph-name="legal" unicode="&#xf0e3;" horiz-adv-x="1792"
738
- d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5
739
- t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14
740
- q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28
741
- q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
742
- <glyph glyph-name="dashboard" unicode="&#xf0e4;" horiz-adv-x="1792"
743
- d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5
744
- t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5
745
- t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29
746
- q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
747
- <glyph glyph-name="comment_alt" unicode="&#xf0e5;" horiz-adv-x="1792"
748
- d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640
749
- q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5
750
- t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
751
- <glyph glyph-name="comments_alt" unicode="&#xf0e6;" horiz-adv-x="1792"
752
- d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257
753
- t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5
754
- t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129
755
- q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
756
- <glyph glyph-name="bolt" unicode="&#xf0e7;" horiz-adv-x="896"
757
- d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
758
- <glyph glyph-name="sitemap" unicode="&#xf0e8;" horiz-adv-x="1792"
759
- d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320
760
- q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68
761
- z" />
762
- <glyph glyph-name="umbrella" unicode="&#xf0e9;" horiz-adv-x="1664"
763
- d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97
764
- q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69
765
- q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
766
- <glyph glyph-name="paste" unicode="&#xf0ea;" horiz-adv-x="1792"
767
- d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28
768
- h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
769
- <glyph glyph-name="light_bulb" unicode="&#xf0eb;" horiz-adv-x="1024"
770
- d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134
771
- q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47
772
- q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5
773
- t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
774
- <glyph glyph-name="exchange" unicode="&#xf0ec;" horiz-adv-x="1792"
775
- d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9
776
- q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
777
- <glyph glyph-name="cloud_download" unicode="&#xf0ed;" horiz-adv-x="1920"
778
- d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
779
- q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
780
- <glyph glyph-name="cloud_upload" unicode="&#xf0ee;" horiz-adv-x="1920"
781
- d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
782
- q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
783
- <glyph glyph-name="user_md" unicode="&#xf0f0;" horiz-adv-x="1408"
784
- d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56
785
- t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68
786
- t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
787
- t271.5 -112.5t112.5 -271.5z" />
788
- <glyph glyph-name="stethoscope" unicode="&#xf0f1;" horiz-adv-x="1408"
789
- d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48
790
- t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252
791
- t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
792
- <glyph glyph-name="suitcase" unicode="&#xf0f2;" horiz-adv-x="1792"
793
- d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66
794
- t66 -158z" />
795
- <glyph glyph-name="bell_alt" unicode="&#xf0f3;" horiz-adv-x="1792"
796
- d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5
797
- t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
798
- <glyph glyph-name="coffee" unicode="&#xf0f4;" horiz-adv-x="1920"
799
- d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45
800
- t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
801
- <glyph glyph-name="food" unicode="&#xf0f5;" horiz-adv-x="1408"
802
- d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45
803
- t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
804
- <glyph glyph-name="file_text_alt" unicode="&#xf0f6;"
805
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
806
- M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704
807
- q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
808
- <glyph glyph-name="building" unicode="&#xf0f7;" horiz-adv-x="1408"
809
- d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
810
- M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
811
- M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
812
- M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
813
- M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
814
- M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
815
- M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
816
- M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
817
- M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
818
- M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
819
- <glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="1408"
820
- d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
821
- M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
822
- M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
823
- M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
824
- M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
825
- M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5
826
- t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320
827
- v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
828
- <glyph glyph-name="ambulance" unicode="&#xf0f9;" horiz-adv-x="1920"
829
- d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5
830
- t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152
831
- q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
832
- <glyph glyph-name="medkit" unicode="&#xf0fa;" horiz-adv-x="1792"
833
- d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32
834
- q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
835
- <glyph glyph-name="fighter_jet" unicode="&#xf0fb;" horiz-adv-x="1920"
836
- d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96
837
- q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" />
838
- <glyph glyph-name="beer" unicode="&#xf0fc;" horiz-adv-x="1664"
839
- d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
840
- <glyph glyph-name="h_sign" unicode="&#xf0fd;"
841
- d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960
842
- q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
843
- <glyph glyph-name="f0fe" unicode="&#xf0fe;"
844
- d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960
845
- q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
846
- <glyph glyph-name="double_angle_left" unicode="&#xf100;" horiz-adv-x="1024"
847
- d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
848
- t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
849
- <glyph glyph-name="double_angle_right" unicode="&#xf101;" horiz-adv-x="1024"
850
- d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23
851
- l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
852
- <glyph glyph-name="double_angle_up" unicode="&#xf102;" horiz-adv-x="1152"
853
- d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393
854
- q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
855
- <glyph glyph-name="double_angle_down" unicode="&#xf103;" horiz-adv-x="1152"
856
- d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
857
- t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
858
- <glyph glyph-name="angle_left" unicode="&#xf104;" horiz-adv-x="640"
859
- d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
860
- <glyph glyph-name="angle_right" unicode="&#xf105;" horiz-adv-x="640"
861
- d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
862
- <glyph glyph-name="angle_up" unicode="&#xf106;" horiz-adv-x="1152"
863
- d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
864
- <glyph glyph-name="angle_down" unicode="&#xf107;" horiz-adv-x="1152"
865
- d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
866
- <glyph glyph-name="desktop" unicode="&#xf108;" horiz-adv-x="1920"
867
- d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19
868
- t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
869
- <glyph glyph-name="laptop" unicode="&#xf109;" horiz-adv-x="1920"
870
- d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z
871
- M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
872
- <glyph glyph-name="tablet" unicode="&#xf10a;" horiz-adv-x="1152"
873
- d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832
874
- q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
875
- <glyph glyph-name="mobile_phone" unicode="&#xf10b;" horiz-adv-x="768"
876
- d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136
877
- q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
878
- <glyph glyph-name="circle_blank" unicode="&#xf10c;"
879
- d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103
880
- t279.5 -279.5t103 -385.5z" />
881
- <glyph glyph-name="quote_left" unicode="&#xf10d;" horiz-adv-x="1664"
882
- d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z
883
- M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
884
- <glyph glyph-name="quote_right" unicode="&#xf10e;" horiz-adv-x="1664"
885
- d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216
886
- v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
887
- <glyph glyph-name="spinner" unicode="&#xf110;" horiz-adv-x="1792"
888
- d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5
889
- t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z
890
- M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5
891
- q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
892
- <glyph glyph-name="circle" unicode="&#xf111;"
893
- d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
894
- <glyph glyph-name="reply" unicode="&#xf112;" horiz-adv-x="1792"
895
- d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19
896
- l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
897
- <glyph glyph-name="github_alt" unicode="&#xf113;" horiz-adv-x="1664"
898
- d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320
899
- q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86
900
- t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218
901
- q0 -87 -27 -168q136 -160 136 -398z" />
902
- <glyph glyph-name="folder_close_alt" unicode="&#xf114;" horiz-adv-x="1664"
903
- d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320
904
- q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
905
- <glyph glyph-name="folder_open_alt" unicode="&#xf115;" horiz-adv-x="1920"
906
- d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68
907
- v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z
908
- " />
909
- <glyph glyph-name="expand_alt" unicode="&#xf116;" horiz-adv-x="1792"
910
- />
911
- <glyph glyph-name="collapse_alt" unicode="&#xf117;" horiz-adv-x="1792"
912
- />
913
- <glyph glyph-name="smile" unicode="&#xf118;"
914
- d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
915
- t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5
916
- t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
917
- <glyph glyph-name="frown" unicode="&#xf119;"
918
- d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
919
- t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204
920
- t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
921
- <glyph glyph-name="meh" unicode="&#xf11a;"
922
- d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
923
- t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
924
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
925
- <glyph glyph-name="gamepad" unicode="&#xf11b;" horiz-adv-x="1920"
926
- d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
927
- t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150
928
- t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
929
- <glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="1920"
930
- d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16
931
- h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16
932
- h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96
933
- q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896
934
- h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
935
- <glyph glyph-name="flag_alt" unicode="&#xf11d;" horiz-adv-x="1792"
936
- d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9
937
- h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102
938
- q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
939
- <glyph glyph-name="flag_checkered" unicode="&#xf11e;" horiz-adv-x="1792"
940
- d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2
941
- q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266
942
- q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8
943
- q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
944
- <glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="1664"
945
- d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9
946
- t9 -23z" />
947
- <glyph glyph-name="code" unicode="&#xf121;" horiz-adv-x="1920"
948
- d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5
949
- l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
950
- <glyph glyph-name="reply_all" unicode="&#xf122;" horiz-adv-x="1792"
951
- d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1
952
- q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
953
- <glyph glyph-name="star_half_empty" unicode="&#xf123;" horiz-adv-x="1664"
954
- d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5
955
- l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
956
- <glyph glyph-name="location_arrow" unicode="&#xf124;" horiz-adv-x="1408"
957
- d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
958
- <glyph glyph-name="crop" unicode="&#xf125;" horiz-adv-x="1664"
959
- d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23
960
- v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
961
- <glyph glyph-name="code_fork" unicode="&#xf126;" horiz-adv-x="1024"
962
- d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5
963
- q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497
964
- q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
965
- <glyph glyph-name="unlink" unicode="&#xf127;" horiz-adv-x="1664"
966
- d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320
967
- q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18
968
- l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9
969
- t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
970
- <glyph glyph-name="question" unicode="&#xf128;" horiz-adv-x="1024"
971
- d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5
972
- t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
973
- <glyph glyph-name="_279" unicode="&#xf129;" horiz-adv-x="640"
974
- d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192
975
- q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
976
- <glyph glyph-name="exclamation" unicode="&#xf12a;" horiz-adv-x="640"
977
- d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
978
- <glyph glyph-name="superscript" unicode="&#xf12b;"
979
- d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
980
- M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5
981
- t-65.5 -51.5t-30.5 -63h232v80h126z" />
982
- <glyph glyph-name="subscript" unicode="&#xf12c;"
983
- d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
984
- M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73
985
- h232v80h126z" />
986
- <glyph glyph-name="_283" unicode="&#xf12d;" horiz-adv-x="1920"
987
- d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
988
- <glyph glyph-name="puzzle_piece" unicode="&#xf12e;" horiz-adv-x="1664"
989
- d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5
990
- t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89
991
- q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117
992
- q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
993
- <glyph glyph-name="microphone" unicode="&#xf130;" horiz-adv-x="1152"
994
- d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5
995
- t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
996
- <glyph glyph-name="microphone_off" unicode="&#xf131;" horiz-adv-x="1408"
997
- d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128
998
- q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23
999
- t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
1000
- <glyph glyph-name="shield" unicode="&#xf132;" horiz-adv-x="1280"
1001
- d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150
1002
- t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
1003
- <glyph glyph-name="calendar_empty" unicode="&#xf133;" horiz-adv-x="1664"
1004
- d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
1005
- q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
1006
- <glyph glyph-name="fire_extinguisher" unicode="&#xf134;" horiz-adv-x="1408"
1007
- d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800
1008
- q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113
1009
- q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
1010
- <glyph glyph-name="rocket" unicode="&#xf135;" horiz-adv-x="1664"
1011
- d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1
1012
- q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
1013
- <glyph glyph-name="maxcdn" unicode="&#xf136;" horiz-adv-x="1792"
1014
- d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
1015
- <glyph glyph-name="chevron_sign_left" unicode="&#xf137;"
1016
- d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
1017
- t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1018
- <glyph glyph-name="chevron_sign_right" unicode="&#xf138;"
1019
- d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
1020
- t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1021
- <glyph glyph-name="chevron_sign_up" unicode="&#xf139;"
1022
- d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
1023
- t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1024
- <glyph glyph-name="chevron_sign_down" unicode="&#xf13a;"
1025
- d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
1026
- t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1027
- <glyph glyph-name="html5" unicode="&#xf13b;" horiz-adv-x="1408"
1028
- d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
1029
- <glyph glyph-name="css3" unicode="&#xf13c;" horiz-adv-x="1792"
1030
- d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
1031
- <glyph glyph-name="anchor" unicode="&#xf13d;" horiz-adv-x="1792"
1032
- d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352
1033
- q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19
1034
- t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
1035
- <glyph glyph-name="unlock_alt" unicode="&#xf13e;" horiz-adv-x="1152"
1036
- d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181
1037
- v-320h736z" />
1038
- <glyph glyph-name="bullseye" unicode="&#xf140;"
1039
- d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150
1040
- t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
1041
- q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1042
- <glyph glyph-name="ellipsis_horizontal" unicode="&#xf141;" horiz-adv-x="1408"
1043
- d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192
1044
- q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
1045
- <glyph glyph-name="ellipsis_vertical" unicode="&#xf142;" horiz-adv-x="384"
1046
- d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192
1047
- q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
1048
- <glyph glyph-name="_303" unicode="&#xf143;"
1049
- d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128
1050
- q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960
1051
- q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1052
- <glyph glyph-name="play_sign" unicode="&#xf144;"
1053
- d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56
1054
- q16 -8 32 -8q17 0 32 9z" />
1055
- <glyph glyph-name="ticket" unicode="&#xf145;" horiz-adv-x="1792"
1056
- d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136
1057
- t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
1058
- <glyph glyph-name="minus_sign_alt" unicode="&#xf146;"
1059
- d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
1060
- t84.5 -203.5z" />
1061
- <glyph glyph-name="check_minus" unicode="&#xf147;" horiz-adv-x="1408"
1062
- d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5
1063
- t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
1064
- <glyph glyph-name="level_up" unicode="&#xf148;" horiz-adv-x="1024"
1065
- d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
1066
- <glyph glyph-name="level_down" unicode="&#xf149;" horiz-adv-x="1024"
1067
- d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
1068
- <glyph glyph-name="check_sign" unicode="&#xf14a;"
1069
- d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5
1070
- t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1071
- <glyph glyph-name="edit_sign" unicode="&#xf14b;"
1072
- d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120
1073
- v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1074
- <glyph glyph-name="_312" unicode="&#xf14c;"
1075
- d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960
1076
- q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1077
- <glyph glyph-name="share_sign" unicode="&#xf14d;"
1078
- d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5
1079
- t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1080
- <glyph glyph-name="compass" unicode="&#xf14e;"
1081
- d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
1082
- t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1083
- <glyph glyph-name="collapse" unicode="&#xf150;"
1084
- d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120
1085
- v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1086
- <glyph glyph-name="collapse_top" unicode="&#xf151;"
1087
- d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960
1088
- q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1089
- <glyph glyph-name="_317" unicode="&#xf152;"
1090
- d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5
1091
- t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1092
- <glyph glyph-name="eur" unicode="&#xf153;" horiz-adv-x="1024"
1093
- d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9
1094
- t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26
1095
- l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
1096
- <glyph glyph-name="gbp" unicode="&#xf154;" horiz-adv-x="1024"
1097
- d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7
1098
- q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
1099
- <glyph glyph-name="usd" unicode="&#xf155;" horiz-adv-x="1024"
1100
- d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43
1101
- t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5
1102
- t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50
1103
- t53 -63.5t31.5 -76.5t13 -94z" />
1104
- <glyph glyph-name="inr" unicode="&#xf156;" horiz-adv-x="898"
1105
- d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102
1106
- q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
1107
- <glyph glyph-name="jpy" unicode="&#xf157;" horiz-adv-x="1027"
1108
- d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61
1109
- l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
1110
- <glyph glyph-name="rub" unicode="&#xf158;" horiz-adv-x="1280"
1111
- d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128
1112
- q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
1113
- <glyph glyph-name="krw" unicode="&#xf159;" horiz-adv-x="1792"
1114
- d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23
1115
- t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28
1116
- q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
1117
- <glyph glyph-name="btc" unicode="&#xf15a;" horiz-adv-x="1280"
1118
- d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164
1119
- l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30
1120
- t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
1121
- <glyph glyph-name="file" unicode="&#xf15b;"
1122
- d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
1123
- <glyph glyph-name="file_text" unicode="&#xf15c;"
1124
- d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704
1125
- q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
1126
- <glyph glyph-name="sort_by_alphabet" unicode="&#xf15d;" horiz-adv-x="1664"
1127
- d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23
1128
- v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162
1129
- l230 -662h70z" />
1130
- <glyph glyph-name="_329" unicode="&#xf15e;" horiz-adv-x="1664"
1131
- d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150
1132
- v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248
1133
- v119h121z" />
1134
- <glyph glyph-name="sort_by_attributes" unicode="&#xf160;" horiz-adv-x="1792"
1135
- d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832
1136
- q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256
1137
- q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
1138
- <glyph glyph-name="sort_by_attributes_alt" unicode="&#xf161;" horiz-adv-x="1792"
1139
- d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192
1140
- q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832
1141
- q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
1142
- <glyph glyph-name="sort_by_order" unicode="&#xf162;"
1143
- d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23
1144
- zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5
1145
- t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
1146
- <glyph glyph-name="sort_by_order_alt" unicode="&#xf163;"
1147
- d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9
1148
- t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13
1149
- q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
1150
- <glyph glyph-name="_334" unicode="&#xf164;" horiz-adv-x="1664"
1151
- d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76
1152
- q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5
1153
- t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
1154
- <glyph glyph-name="_335" unicode="&#xf165;" horiz-adv-x="1664"
1155
- d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135
1156
- t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121
1157
- t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
1158
- <glyph glyph-name="youtube_sign" unicode="&#xf166;"
1159
- d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15
1160
- q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38
1161
- q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5
1162
- q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38
1163
- q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5
1164
- h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1165
- <glyph glyph-name="youtube" unicode="&#xf167;"
1166
- d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73
1167
- q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51
1168
- q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99
1169
- q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51
1170
- q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
1171
- <glyph glyph-name="xing" unicode="&#xf168;" horiz-adv-x="1408"
1172
- d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942
1173
- q25 45 64 45h241q22 0 31 -15z" />
1174
- <glyph glyph-name="xing_sign" unicode="&#xf169;"
1175
- d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1
1176
- l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1177
- <glyph glyph-name="youtube_play" unicode="&#xf16a;" horiz-adv-x="1792"
1178
- d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5
1179
- l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136
1180
- q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" />
1181
- <glyph glyph-name="dropbox" unicode="&#xf16b;" horiz-adv-x="1792"
1182
- d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
1183
- <glyph glyph-name="stackexchange" unicode="&#xf16c;"
1184
- d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
1185
- <glyph glyph-name="instagram" unicode="&#xf16d;"
1186
- d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270
1187
- q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5
1188
- t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317
1189
- q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
1190
- <glyph glyph-name="flickr" unicode="&#xf16e;"
1191
- d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150
1192
- t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
1193
- <glyph glyph-name="adn" unicode="&#xf170;"
1194
- d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1195
- <glyph glyph-name="f171" unicode="&#xf171;" horiz-adv-x="1408"
1196
- d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22
1197
- t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18
1198
- t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5
1199
- t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
1200
- <glyph glyph-name="bitbucket_sign" unicode="&#xf172;"
1201
- d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5
1202
- t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z
1203
- M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120
1204
- v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1205
- <glyph glyph-name="tumblr" unicode="&#xf173;" horiz-adv-x="1024"
1206
- d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14
1207
- q78 2 134 29z" />
1208
- <glyph glyph-name="tumblr_sign" unicode="&#xf174;"
1209
- d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z
1210
- M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1211
- <glyph glyph-name="long_arrow_down" unicode="&#xf175;" horiz-adv-x="768"
1212
- d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
1213
- <glyph glyph-name="long_arrow_up" unicode="&#xf176;" horiz-adv-x="768"
1214
- d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
1215
- <glyph glyph-name="long_arrow_left" unicode="&#xf177;" horiz-adv-x="1792"
1216
- d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
1217
- <glyph glyph-name="long_arrow_right" unicode="&#xf178;" horiz-adv-x="1792"
1218
- d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
1219
- <glyph glyph-name="apple" unicode="&#xf179;" horiz-adv-x="1408"
1220
- d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65
1221
- q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
1222
- <glyph glyph-name="windows" unicode="&#xf17a;" horiz-adv-x="1664"
1223
- d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
1224
- <glyph glyph-name="android" unicode="&#xf17b;" horiz-adv-x="1408"
1225
- d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30
1226
- t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5
1227
- h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
1228
- <glyph glyph-name="linux" unicode="&#xf17c;"
1229
- d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z
1230
- M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7
1231
- q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15
1232
- q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5
1233
- t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19
1234
- q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63
1235
- q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92
1236
- q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152
1237
- q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4
1238
- t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5
1239
- t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43
1240
- q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49
1241
- t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54
1242
- q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5
1243
- t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5
1244
- t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
1245
- <glyph glyph-name="dribble" unicode="&#xf17d;"
1246
- d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81
1247
- t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19
1248
- q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6
1249
- t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1250
- <glyph glyph-name="skype" unicode="&#xf17e;"
1251
- d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5
1252
- t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5
1253
- q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80
1254
- q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
1255
- <glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="1280"
1256
- d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z
1257
- M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324
1258
- l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
1259
- <glyph glyph-name="trello" unicode="&#xf181;"
1260
- d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408
1261
- q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
1262
- <glyph glyph-name="female" unicode="&#xf182;" horiz-adv-x="1280"
1263
- d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43
1264
- q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
1265
- <glyph glyph-name="male" unicode="&#xf183;" horiz-adv-x="1024"
1266
- d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z
1267
- M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
1268
- <glyph glyph-name="gittip" unicode="&#xf184;"
1269
- d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
1270
- t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1271
- <glyph glyph-name="sun" unicode="&#xf185;" horiz-adv-x="1792"
1272
- d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4
1273
- l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94
1274
- q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
1275
- <glyph glyph-name="_366" unicode="&#xf186;"
1276
- d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61
1277
- t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
1278
- <glyph glyph-name="archive" unicode="&#xf187;" horiz-adv-x="1792"
1279
- d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536
1280
- q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
1281
- <glyph glyph-name="bug" unicode="&#xf188;" horiz-adv-x="1664"
1282
- d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207
1283
- q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19
1284
- t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
1285
- <glyph glyph-name="vk" unicode="&#xf189;" horiz-adv-x="1920"
1286
- d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58
1287
- t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6
1288
- q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24
1289
- q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2
1290
- q39 5 64 -2.5t31 -16.5z" />
1291
- <glyph glyph-name="weibo" unicode="&#xf18a;" horiz-adv-x="1792"
1292
- d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12
1293
- q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422
1294
- q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178
1295
- q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z
1296
- M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
1297
- <glyph glyph-name="renren" unicode="&#xf18b;"
1298
- d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495
1299
- q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
1300
- <glyph glyph-name="_372" unicode="&#xf18c;" horiz-adv-x="1408"
1301
- d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5
1302
- t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56
1303
- t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5
1304
- t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
1305
- <glyph glyph-name="stack_exchange" unicode="&#xf18d;" horiz-adv-x="1280"
1306
- d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z
1307
- " />
1308
- <glyph glyph-name="_374" unicode="&#xf18e;"
1309
- d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
1310
- t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1311
- <glyph glyph-name="arrow_circle_alt_left" unicode="&#xf190;"
1312
- d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
1313
- t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1314
- <glyph glyph-name="_376" unicode="&#xf191;"
1315
- d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z
1316
- M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1317
- <glyph glyph-name="dot_circle_alt" unicode="&#xf192;"
1318
- d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5
1319
- t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1320
- <glyph glyph-name="_378" unicode="&#xf193;" horiz-adv-x="1664"
1321
- d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128
1322
- q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
1323
- <glyph glyph-name="vimeo_square" unicode="&#xf194;"
1324
- d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179
1325
- q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1326
- <glyph glyph-name="_380" unicode="&#xf195;" horiz-adv-x="1152"
1327
- d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160
1328
- q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
1329
- <glyph glyph-name="plus_square_o" unicode="&#xf196;" horiz-adv-x="1408"
1330
- d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832
1331
- q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
1332
- <glyph glyph-name="_382" unicode="&#xf197;" horiz-adv-x="2176"
1333
- d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40
1334
- t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29
1335
- q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
1336
- <glyph glyph-name="_383" unicode="&#xf198;" horiz-adv-x="1664"
1337
- d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9
1338
- q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102
1339
- t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
1340
- <glyph glyph-name="_384" unicode="&#xf199;"
1341
- d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69
1342
- q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13
1343
- t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
1344
- <glyph glyph-name="_385" unicode="&#xf19a;" horiz-adv-x="1792"
1345
- d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5
1346
- t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21
1347
- t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286
1348
- t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273
1349
- t273 -182.5t331.5 -68z" />
1350
- <glyph glyph-name="_386" unicode="&#xf19b;" horiz-adv-x="1792"
1351
- d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
1352
- <glyph glyph-name="_387" unicode="&#xf19c;" horiz-adv-x="2048"
1353
- d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64
1354
- q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
1355
- <glyph glyph-name="_388" unicode="&#xf19d;" horiz-adv-x="2304"
1356
- d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433
1357
- q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
1358
- <glyph glyph-name="_389" unicode="&#xf19e;"
1359
- d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0
1360
- q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
1361
- <glyph glyph-name="uniF1A0" unicode="&#xf1a0;"
1362
- d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5
1363
- t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
1364
- <glyph glyph-name="f1a1" unicode="&#xf1a1;" horiz-adv-x="1792"
1365
- d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26
1366
- t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37
1367
- q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191
1368
- t348 71t348 -71t286 -191t191 -286t71 -348z" />
1369
- <glyph glyph-name="_392" unicode="&#xf1a2;"
1370
- d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54
1371
- q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83
1372
- q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
1373
- q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1374
- <glyph glyph-name="_393" unicode="&#xf1a3;"
1375
- d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150
1376
- v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103
1377
- t385.5 -103t279.5 -279.5t103 -385.5z" />
1378
- <glyph glyph-name="f1a4" unicode="&#xf1a4;" horiz-adv-x="1920"
1379
- d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328
1380
- v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
1381
- <glyph glyph-name="_395" unicode="&#xf1a5;"
1382
- d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
1383
- t84.5 -203.5z" />
1384
- <glyph glyph-name="_396" unicode="&#xf1a6;" horiz-adv-x="2048"
1385
- d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123
1386
- v-369h123z" />
1387
- <glyph glyph-name="_397" unicode="&#xf1a7;"
1388
- d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101
1389
- v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
1390
- q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1391
- <glyph glyph-name="_398" unicode="&#xf1a8;" horiz-adv-x="2038"
1392
- d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14
1393
- q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24
1394
- q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33
1395
- q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5
1396
- t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43
1397
- q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5
1398
- t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13
1399
- t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" />
1400
- <glyph glyph-name="_399" unicode="&#xf1a9;"
1401
- d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10
1402
- q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14
1403
- q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14
1404
- t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44
1405
- q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" />
1406
- <glyph glyph-name="_400" unicode="&#xf1aa;"
1407
- d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z
1408
- M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5
1409
- t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5
1410
- q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126
1411
- t135.5 51q85 0 145 -60.5t60 -145.5z" />
1412
- <glyph glyph-name="f1ab" unicode="&#xf1ab;"
1413
- d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5
1414
- q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28
1415
- q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z
1416
- M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11
1417
- q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q107 36 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5
1418
- q20 0 20 -21v-418z" />
1419
- <glyph glyph-name="_402" unicode="&#xf1ac;" horiz-adv-x="1792"
1420
- d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48
1421
- l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23
1422
- t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128
1423
- q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128
1424
- q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" />
1425
- <glyph glyph-name="_403" unicode="&#xf1ad;"
1426
- d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9
1427
- t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64
1428
- q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
1429
- q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9
1430
- t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64
1431
- q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
1432
- q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9
1433
- t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" />
1434
- <glyph glyph-name="_404" unicode="&#xf1ae;" horiz-adv-x="1280"
1435
- d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68q29 28 68.5 28t67.5 -28l228 -228h368l228 228q28 28 68 28t68 -28q28 -29 28 -68.5t-28 -67.5zM864 1152
1436
- q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
1437
- <glyph glyph-name="uniF1B1" unicode="&#xf1b0;" horiz-adv-x="1664"
1438
- d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5
1439
- q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819
1440
- q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5
1441
- t100.5 134t141.5 55.5z" />
1442
- <glyph glyph-name="_406" unicode="&#xf1b1;" horiz-adv-x="768"
1443
- d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" />
1444
- <glyph glyph-name="_407" unicode="&#xf1b2;" horiz-adv-x="1792"
1445
- d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z
1446
- " />
1447
- <glyph glyph-name="_408" unicode="&#xf1b3;" horiz-adv-x="2304"
1448
- d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67
1449
- t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-4 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70
1450
- v-400l434 -186q36 -16 57 -48t21 -70z" />
1451
- <glyph glyph-name="_409" unicode="&#xf1b4;" horiz-adv-x="2048"
1452
- d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658
1453
- q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204
1454
- q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" />
1455
- <glyph glyph-name="_410" unicode="&#xf1b5;"
1456
- d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5
1457
- t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217
1458
- t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" />
1459
- <glyph glyph-name="_411" unicode="&#xf1b6;" horiz-adv-x="1792"
1460
- d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5
1461
- q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89
1462
- q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" />
1463
- <glyph glyph-name="_412" unicode="&#xf1b7;"
1464
- d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5
1465
- q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5
1466
- q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z
1467
- " />
1468
- <glyph glyph-name="_413" unicode="&#xf1b8;" horiz-adv-x="1792"
1469
- d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188
1470
- l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5
1471
- t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1
1472
- q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" />
1473
- <glyph glyph-name="_414" unicode="&#xf1b9;" horiz-adv-x="2048"
1474
- d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384
1475
- q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5
1476
- l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" />
1477
- <glyph glyph-name="_415" unicode="&#xf1ba;" horiz-adv-x="2048"
1478
- d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5
1479
- t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z
1480
- M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" />
1481
- <glyph glyph-name="_416" unicode="&#xf1bb;"
1482
- d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384
1483
- q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" />
1484
- <glyph glyph-name="_417" unicode="&#xf1bc;"
1485
- d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64
1486
- q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37
1487
- q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1488
- <glyph glyph-name="_418" unicode="&#xf1bd;" horiz-adv-x="1024"
1489
- d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" />
1490
- <glyph glyph-name="_419" unicode="&#xf1be;" horiz-adv-x="2304"
1491
- d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11
1492
- q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245
1493
- q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785
1494
- l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242
1495
- q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236
1496
- q0 -11 -8 -19t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786
1497
- q-13 2 -22 11t-9 22v899q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" />
1498
- <glyph glyph-name="uniF1C0" unicode="&#xf1c0;"
1499
- d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127
1500
- t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5
1501
- t-103 128v128q0 69 103 128t280 93.5t385 34.5z" />
1502
- <glyph glyph-name="uniF1C1" unicode="&#xf1c1;"
1503
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
1504
- M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197
1505
- q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8
1506
- q-1 1 -1 2q-1 2 -1 3q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" />
1507
- <glyph glyph-name="_422" unicode="&#xf1c2;"
1508
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
1509
- M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4q0 3 -0.5 6.5t-1.5 8t-1 6.5q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5
1510
- t-3.5 -21.5l-4 -21h-4l-2 21q-2 26 -7 46l-99 438h90v107h-300z" />
1511
- <glyph glyph-name="_423" unicode="&#xf1c3;"
1512
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
1513
- M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107
1514
- h-290v-107h68l189 -272l-194 -283h-68z" />
1515
- <glyph glyph-name="_424" unicode="&#xf1c4;"
1516
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
1517
- M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" />
1518
- <glyph glyph-name="_425" unicode="&#xf1c5;"
1519
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
1520
- M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" />
1521
- <glyph glyph-name="_426" unicode="&#xf1c6;"
1522
- d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400
1523
- v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79
1524
- q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" />
1525
- <glyph glyph-name="_427" unicode="&#xf1c7;"
1526
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
1527
- M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5
1528
- q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" />
1529
- <glyph glyph-name="_428" unicode="&#xf1c8;"
1530
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
1531
- M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" />
1532
- <glyph glyph-name="_429" unicode="&#xf1c9;"
1533
- d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
1534
- M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243
1535
- l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" />
1536
- <glyph glyph-name="_430" unicode="&#xf1ca;"
1537
- d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406
1538
- q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" />
1539
- <glyph glyph-name="_431" unicode="&#xf1cb;" horiz-adv-x="1792"
1540
- d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546
1541
- q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
1542
- <glyph glyph-name="_432" unicode="&#xf1cc;" horiz-adv-x="2048"
1543
- d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94
1544
- q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55
1545
- t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97l93 -108q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5t-85 -189.5z" />
1546
- <glyph glyph-name="_433" unicode="&#xf1cd;" horiz-adv-x="1792"
1547
- d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194
1548
- q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5
1549
- t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
1550
- <glyph glyph-name="_434" unicode="&#xf1ce;" horiz-adv-x="1792"
1551
- d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5
1552
- t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
1553
- <glyph glyph-name="uniF1D0" unicode="&#xf1d0;" horiz-adv-x="1792"
1554
- d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41
1555
- t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170
1556
- t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136
1557
- q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
1558
- <glyph glyph-name="uniF1D1" unicode="&#xf1d1;" horiz-adv-x="1792"
1559
- d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251
1560
- l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162
1561
- q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33
1562
- q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5
1563
- t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
1564
- t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
1565
- <glyph glyph-name="uniF1D2" unicode="&#xf1d2;"
1566
- d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85
1567
- q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392
1568
- q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072
1569
- q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1570
- <glyph glyph-name="_438" unicode="&#xf1d3;" horiz-adv-x="1792"
1571
- d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58
1572
- q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47
1573
- q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171
1574
- v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
1575
- <glyph glyph-name="_439" unicode="&#xf1d4;"
1576
- d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1577
- <glyph glyph-name="uniF1D5" unicode="&#xf1d5;" horiz-adv-x="1280"
1578
- d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5
1579
- t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153
1580
- t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
1581
- <glyph glyph-name="uniF1D6" unicode="&#xf1d6;" horiz-adv-x="1792"
1582
- d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5
1583
- q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20
1584
- t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5
1585
- t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
1586
- <glyph glyph-name="uniF1D7" unicode="&#xf1d7;" horiz-adv-x="2048"
1587
- d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25
1588
- q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5
1589
- q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109
1590
- q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
1591
- <glyph glyph-name="_443" unicode="&#xf1d8;" horiz-adv-x="1792"
1592
- d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" />
1593
- <glyph glyph-name="_444" unicode="&#xf1d9;" horiz-adv-x="1792"
1594
- d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137
1595
- l863 639l-478 -797z" />
1596
- <glyph glyph-name="_445" unicode="&#xf1da;"
1597
- d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
1598
- t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23
1599
- t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" />
1600
- <glyph glyph-name="_446" unicode="&#xf1db;"
1601
- d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
1602
- t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1603
- <glyph glyph-name="_447" unicode="&#xf1dc;" horiz-adv-x="1792"
1604
- d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15
1605
- t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2
1606
- t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160
1607
- q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5
1608
- q0 -26 -12 -48t-36 -22z" />
1609
- <glyph glyph-name="_448" unicode="&#xf1dd;" horiz-adv-x="1280"
1610
- d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179
1611
- q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" />
1612
- <glyph glyph-name="_449" unicode="&#xf1de;"
1613
- d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256
1614
- q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" />
1615
- <glyph glyph-name="uniF1E0" unicode="&#xf1e0;"
1616
- d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5
1617
- t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" />
1618
- <glyph glyph-name="_451" unicode="&#xf1e1;"
1619
- d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5
1620
- t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1621
- <glyph glyph-name="_452" unicode="&#xf1e2;" horiz-adv-x="1792"
1622
- d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5
1623
- t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91
1624
- q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9
1625
- t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
1626
- <glyph glyph-name="_453" unicode="&#xf1e3;" horiz-adv-x="1792"
1627
- d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323
1628
- l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" />
1629
- <glyph glyph-name="_454" unicode="&#xf1e4;" horiz-adv-x="1792"
1630
- d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
1631
- v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192
1632
- q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23
1633
- zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5
1634
- t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" />
1635
- <glyph glyph-name="_455" unicode="&#xf1e5;" horiz-adv-x="1792"
1636
- d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z
1637
- M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" />
1638
- <glyph glyph-name="_456" unicode="&#xf1e6;" horiz-adv-x="1792"
1639
- d="M1755 1083q37 -38 37 -90.5t-37 -90.5l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234
1640
- l401 400q38 37 91 37t90 -37z" />
1641
- <glyph glyph-name="_457" unicode="&#xf1e7;" horiz-adv-x="1792"
1642
- d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5
1643
- t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z
1644
- M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q4 -2 11.5 -7
1645
- t10.5 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" />
1646
- <glyph glyph-name="_458" unicode="&#xf1e8;" horiz-adv-x="1792"
1647
- d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" />
1648
- <glyph glyph-name="_459" unicode="&#xf1e9;"
1649
- d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36
1650
- q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q71 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5
1651
- t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87
1652
- q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" />
1653
- <glyph glyph-name="_460" unicode="&#xf1ea;" horiz-adv-x="2048"
1654
- d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19
1655
- t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
1656
- <glyph glyph-name="_461" unicode="&#xf1eb;" horiz-adv-x="2048"
1657
- d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121
1658
- q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z
1659
- M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
1660
- <glyph glyph-name="_462" unicode="&#xf1ec;" horiz-adv-x="1792"
1661
- d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
1662
- t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5
1663
- t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5
1664
- t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
1665
- M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38
1666
- h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
1667
- <glyph glyph-name="_463" unicode="&#xf1ed;"
1668
- d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246
1669
- q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598
1670
- q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
1671
- <glyph glyph-name="_464" unicode="&#xf1ee;" horiz-adv-x="1792"
1672
- d="M441 864q33 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640
1673
- q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" />
1674
- <glyph glyph-name="uniF1F0" unicode="&#xf1f0;" horiz-adv-x="2304"
1675
- d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27
1676
- q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128
1677
- q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
1678
- <glyph glyph-name="_466" unicode="&#xf1f1;" horiz-adv-x="2304"
1679
- d="M1119 1195q-128 85 -281 85q-103 0 -197.5 -40.5t-162.5 -108.5t-108.5 -162t-40.5 -197q0 -104 40.5 -198t108.5 -162t162 -108.5t198 -40.5q153 0 281 85q-131 107 -178 265.5t0.5 316.5t177.5 265zM1152 1171q-126 -99 -172 -249.5t-0.5 -300.5t172.5 -249
1680
- q127 99 172.5 249t-0.5 300.5t-172 249.5zM1185 1195q130 -107 177.5 -265.5t0.5 -317t-178 -264.5q128 -85 281 -85q104 0 198 40.5t162 108.5t108.5 162t40.5 198q0 103 -40.5 197t-108.5 162t-162.5 108.5t-197.5 40.5q-153 0 -281 -85zM1926 473h7v3h-17v-3h7v-17h3v17z
1681
- M1955 456h4v20h-5l-6 -13l-6 13h-5v-20h3v15l6 -13h4l5 13v-15zM1947 16v-2h-2h-3v3h3h2v-1zM1947 7h3l-4 5h2l1 1q1 1 1 3t-1 3l-1 1h-3h-6v-13h3v5h1zM685 75q0 19 11 31t30 12q18 0 29 -12.5t11 -30.5q0 -19 -11 -31t-29 -12q-19 0 -30 12t-11 31zM1158 119q30 0 35 -32
1682
- h-70q5 32 35 32zM1514 75q0 19 11 31t29 12t29.5 -12.5t11.5 -30.5q0 -19 -11 -31t-30 -12q-18 0 -29 12t-11 31zM1786 75q0 18 11.5 30.5t29.5 12.5t29.5 -12.5t11.5 -30.5q0 -19 -11.5 -31t-29.5 -12t-29.5 12.5t-11.5 30.5zM1944 3q-2 0 -4 1q-1 0 -3 2t-2 3q-1 2 -1 4
1683
- q0 3 1 4q0 2 2 4l1 1q2 0 2 1q2 1 4 1q3 0 4 -1l4 -2l2 -4v-1q1 -2 1 -3l-1 -1v-3t-1 -1l-1 -2q-2 -2 -4 -2q-1 -1 -4 -1zM599 7h30v85q0 24 -14.5 38.5t-39.5 15.5q-32 0 -47 -24q-14 24 -45 24q-24 0 -39 -20v16h-30v-135h30v75q0 36 33 36q30 0 30 -36v-75h29v75
1684
- q0 36 33 36q30 0 30 -36v-75zM765 7h29v68v67h-29v-16q-17 20 -43 20q-29 0 -48 -20t-19 -51t19 -51t48 -20q28 0 43 20v-17zM943 48q0 34 -47 40l-14 2q-23 4 -23 14q0 15 25 15q23 0 43 -11l12 24q-22 14 -55 14q-26 0 -41 -12t-15 -32q0 -33 47 -39l13 -2q24 -4 24 -14
1685
- q0 -17 -31 -17q-25 0 -45 14l-13 -23q25 -17 58 -17q29 0 45.5 12t16.5 32zM1073 14l-8 25q-13 -7 -26 -7q-19 0 -19 22v61h48v27h-48v41h-30v-41h-28v-27h28v-61q0 -50 47 -50q21 0 36 10zM1159 146q-29 0 -48 -20t-19 -51q0 -32 19.5 -51.5t49.5 -19.5q33 0 55 19l-14 22
1686
- q-18 -15 -39 -15q-34 0 -41 33h101v12q0 32 -18 51.5t-46 19.5zM1318 146q-23 0 -35 -20v16h-30v-135h30v76q0 35 29 35q10 0 18 -4l9 28q-9 4 -21 4zM1348 75q0 -31 19.5 -51t52.5 -20q29 0 48 16l-14 24q-18 -13 -35 -12q-18 0 -29.5 12t-11.5 31t11.5 31t29.5 12
1687
- q19 0 35 -12l14 24q-20 16 -48 16q-33 0 -52.5 -20t-19.5 -51zM1593 7h30v68v67h-30v-16q-15 20 -42 20q-29 0 -48.5 -20t-19.5 -51t19.5 -51t48.5 -20q28 0 42 20v-17zM1726 146q-23 0 -35 -20v16h-29v-135h29v76q0 35 29 35q10 0 18 -4l9 28q-8 4 -21 4zM1866 7h29v68v122
1688
- h-29v-71q-15 20 -43 20t-47.5 -20.5t-19.5 -50.5t19.5 -50.5t47.5 -20.5q29 0 43 20v-17zM1944 27l-2 -1h-3q-2 -1 -4 -3q-3 -1 -3 -4q-1 -2 -1 -6q0 -3 1 -5q0 -2 3 -4q2 -2 4 -3t5 -1q4 0 6 1q0 1 2 2l2 1q1 1 3 4q1 2 1 5q0 4 -1 6q-1 1 -3 4q0 1 -2 2l-2 1q-1 0 -3 0.5
1689
- t-3 0.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
1690
- <glyph glyph-name="_467" unicode="&#xf1f2;" horiz-adv-x="2304"
1691
- d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42
1692
- q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604
1693
- v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569
1694
- q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73
1695
- t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
1696
- <glyph glyph-name="f1f3" unicode="&#xf1f3;" horiz-adv-x="2304"
1697
- d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z
1698
- M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260
1699
- l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279
1700
- v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040
1701
- q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168
1702
- q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5
1703
- t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21
1704
- h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5
1705
- t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
1706
- <glyph glyph-name="_469" unicode="&#xf1f4;" horiz-adv-x="2304"
1707
- d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16
1708
- t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76
1709
- q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59
1710
- t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489
1711
- l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66
1712
- q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
1713
- <glyph glyph-name="_470" unicode="&#xf1f5;" horiz-adv-x="2304"
1714
- d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109
1715
- q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118
1716
- q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151
1717
- q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31
1718
- q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
1719
- <glyph glyph-name="_471" unicode="&#xf1f6;" horiz-adv-x="2048"
1720
- d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5
1721
- l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5
1722
- l418 363q10 8 23.5 7t21.5 -11z" />
1723
- <glyph glyph-name="_472" unicode="&#xf1f7;" horiz-adv-x="2048"
1724
- d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128
1725
- q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161
1726
- q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
1727
- <glyph glyph-name="_473" unicode="&#xf1f8;" horiz-adv-x="1408"
1728
- d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704
1729
- q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167
1730
- q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
1731
- <glyph glyph-name="_474" unicode="&#xf1f9;"
1732
- d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5
1733
- t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5
1734
- t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1735
- <glyph glyph-name="_475" unicode="&#xf1fa;"
1736
- d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53
1737
- q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24
1738
- t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61
1739
- t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" />
1740
- <glyph glyph-name="_476" unicode="&#xf1fb;" horiz-adv-x="1792"
1741
- d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10
1742
- t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" />
1743
- <glyph glyph-name="f1fc" unicode="&#xf1fc;" horiz-adv-x="1792"
1744
- d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5
1745
- t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" />
1746
- <glyph glyph-name="_478" unicode="&#xf1fd;" horiz-adv-x="1792"
1747
- d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11q24 0 44 -7t31 -15t33 -27q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5
1748
- t47 37.5q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-24 0 -44 7t-31 15t-33 27q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38
1749
- t-58 27t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448
1750
- h256v448h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5
1751
- q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" />
1752
- <glyph glyph-name="_479" unicode="&#xf1fe;" horiz-adv-x="2048"
1753
- d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" />
1754
- <glyph glyph-name="_480" unicode="&#xf200;" horiz-adv-x="1792"
1755
- d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" />
1756
- <glyph glyph-name="_481" unicode="&#xf201;" horiz-adv-x="2048"
1757
- d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9
1758
- t9 -23z" />
1759
- <glyph glyph-name="_482" unicode="&#xf202;" horiz-adv-x="1792"
1760
- d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20
1761
- q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50
1762
- t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1
1763
- q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" />
1764
- <glyph glyph-name="_483" unicode="&#xf203;"
1765
- d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73
1766
- q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110
1767
- q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960
1768
- q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1769
- <glyph glyph-name="_484" unicode="&#xf204;" horiz-adv-x="2048"
1770
- d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5
1771
- t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5
1772
- t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" />
1773
- <glyph glyph-name="_485" unicode="&#xf205;" horiz-adv-x="2048"
1774
- d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5
1775
- t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
1776
- <glyph glyph-name="_486" unicode="&#xf206;" horiz-adv-x="2304"
1777
- d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94
1778
- q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469
1779
- q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400
1780
- q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" />
1781
- <glyph glyph-name="_487" unicode="&#xf207;"
1782
- d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5
1783
- h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
1784
- t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" />
1785
- <glyph glyph-name="_488" unicode="&#xf208;" horiz-adv-x="2048"
1786
- d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327
1787
- q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5
1788
- q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" />
1789
- <glyph glyph-name="_489" unicode="&#xf209;" horiz-adv-x="1280"
1790
- d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q17 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119
1791
- t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5
1792
- t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14
1793
- q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-43 0 -70 -44.5t-27 -90.5zM11 264q0 101 42.5 163t136.5 88
1794
- q-28 74 -28 104q0 62 61 123t122 61q29 0 70 -15q-163 462 -163 567q0 80 41 130.5t119 50.5q131 0 325 -581q6 -17 8 -23q6 16 29 79.5t43.5 118.5t54 127.5t64.5 123t70.5 86.5t76.5 36q71 0 112 -49t41 -122q0 -108 -159 -550q61 -15 100.5 -46t58.5 -78t26 -93.5
1795
- t7 -110.5q0 -150 -47 -280t-132 -225t-211 -150t-278 -55q-111 0 -223 42q-149 57 -258 191.5t-109 286.5z" />
1796
- <glyph glyph-name="_490" unicode="&#xf20a;" horiz-adv-x="2048"
1797
- d="M785 528h207q-14 -158 -98.5 -248.5t-214.5 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-203q-5 64 -35.5 99t-81.5 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t40 -51.5t66 -18q95 0 109 139zM1497 528h206
1798
- q-14 -158 -98 -248.5t-214 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-204q-4 64 -35 99t-81 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t39.5 -51.5t65.5 -18q49 0 76.5 38t33.5 101zM1856 647q0 207 -15.5 307
1799
- t-60.5 161q-6 8 -13.5 14t-21.5 15t-16 11q-86 63 -697 63q-625 0 -710 -63q-5 -4 -17.5 -11.5t-21 -14t-14.5 -14.5q-45 -60 -60 -159.5t-15 -308.5q0 -208 15 -307.5t60 -160.5q6 -8 15 -15t20.5 -14t17.5 -12q44 -33 239.5 -49t470.5 -16q610 0 697 65q5 4 17 11t20.5 14
1800
- t13.5 16q46 60 61 159t15 309zM2048 1408v-1536h-2048v1536h2048z" />
1801
- <glyph glyph-name="_491" unicode="&#xf20b;"
1802
- d="M992 912v-496q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v496q0 112 -80 192t-192 80h-272v-1152q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v1344q0 14 9 23t23 9h464q135 0 249 -66.5t180.5 -180.5t66.5 -249zM1376 1376v-880q0 -135 -66.5 -249t-180.5 -180.5
1803
- t-249 -66.5h-464q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h160q14 0 23 -9t9 -23v-768h272q112 0 192 80t80 192v880q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
1804
- <glyph glyph-name="_492" unicode="&#xf20c;"
1805
- d="M1311 694v-114q0 -24 -13.5 -38t-37.5 -14h-202q-24 0 -38 14t-14 38v114q0 24 14 38t38 14h202q24 0 37.5 -14t13.5 -38zM821 464v250q0 53 -32.5 85.5t-85.5 32.5h-133q-68 0 -96 -52q-28 52 -96 52h-130q-53 0 -85.5 -32.5t-32.5 -85.5v-250q0 -22 21 -22h55
1806
- q22 0 22 22v230q0 24 13.5 38t38.5 14h94q24 0 38 -14t14 -38v-230q0 -22 21 -22h54q22 0 22 22v230q0 24 14 38t38 14h97q24 0 37.5 -14t13.5 -38v-230q0 -22 22 -22h55q21 0 21 22zM1410 560v154q0 53 -33 85.5t-86 32.5h-264q-53 0 -86 -32.5t-33 -85.5v-410
1807
- q0 -21 22 -21h55q21 0 21 21v180q31 -42 94 -42h191q53 0 86 32.5t33 85.5zM1536 1176v-1072q0 -96 -68 -164t-164 -68h-1072q-96 0 -164 68t-68 164v1072q0 96 68 164t164 68h1072q96 0 164 -68t68 -164z" />
1808
- <glyph glyph-name="_493" unicode="&#xf20d;"
1809
- d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960q0 -118 -85 -203t-203 -85h-960q-118 0 -203 85t-85 203v960q0 118 85 203t203 85h960q118 0 203 -85t85 -203z" />
1810
- <glyph glyph-name="_494" unicode="&#xf20e;" horiz-adv-x="2048"
1811
- d="M2048 641q0 -21 -13 -36.5t-33 -19.5l-205 -356q3 -9 3 -18q0 -20 -12.5 -35.5t-32.5 -19.5l-193 -337q3 -8 3 -16q0 -23 -16.5 -40t-40.5 -17q-25 0 -41 18h-400q-17 -20 -43 -20t-43 20h-399q-17 -20 -43 -20q-23 0 -40 16.5t-17 40.5q0 8 4 20l-193 335
1812
- q-20 4 -32.5 19.5t-12.5 35.5q0 9 3 18l-206 356q-20 5 -32.5 20.5t-12.5 35.5q0 21 13.5 36.5t33.5 19.5l199 344q0 1 -0.5 3t-0.5 3q0 36 34 51l209 363q-4 10 -4 18q0 24 17 40.5t40 16.5q26 0 44 -21h396q16 21 43 21t43 -21h398q18 21 44 21q23 0 40 -16.5t17 -40.5
1813
- q0 -6 -4 -18l207 -358q23 -1 39 -17.5t16 -38.5q0 -13 -7 -27l187 -324q19 -4 31.5 -19.5t12.5 -35.5zM1063 -158h389l-342 354h-143l-342 -354h360q18 16 39 16t39 -16zM112 654q1 -4 1 -13q0 -10 -2 -15l208 -360l15 -6l188 199v347l-187 194q-13 -8 -29 -10zM986 1438
1814
- h-388l190 -200l554 200h-280q-16 -16 -38 -16t-38 16zM1689 226q1 6 5 11l-64 68l-17 -79h76zM1583 226l22 105l-252 266l-296 -307l63 -64h463zM1495 -142l16 28l65 310h-427l333 -343q8 4 13 5zM578 -158h5l342 354h-373v-335l4 -6q14 -5 22 -13zM552 226h402l64 66
1815
- l-309 321l-157 -166v-221zM359 226h163v189l-168 -177q4 -8 5 -12zM358 1051q0 -1 0.5 -2t0.5 -2q0 -16 -8 -29l171 -177v269zM552 1121v-311l153 -157l297 314l-223 236zM556 1425l-4 -8v-264l205 74l-191 201q-6 -2 -10 -3zM1447 1438h-16l-621 -224l213 -225zM1023 946
1816
- l-297 -315l311 -319l296 307zM688 634l-136 141v-284zM1038 270l-42 -44h85zM1374 618l238 -251l132 624l-3 5l-1 1zM1718 1018q-8 13 -8 29v2l-216 376q-5 1 -13 5l-437 -463l310 -327zM522 1142v223l-163 -282zM522 196h-163l163 -283v283zM1607 196l-48 -227l130 227h-82
1817
- zM1729 266l207 361q-2 10 -2 14q0 1 3 16l-171 296l-129 -612l77 -82q5 3 15 7z" />
1818
- <glyph glyph-name="f210" unicode="&#xf210;"
1819
- d="M0 856q0 131 91.5 226.5t222.5 95.5h742l352 358v-1470q0 -132 -91.5 -227t-222.5 -95h-780q-131 0 -222.5 95t-91.5 227v790zM1232 102l-176 180v425q0 46 -32 79t-78 33h-484q-46 0 -78 -33t-32 -79v-492q0 -46 32.5 -79.5t77.5 -33.5h770z" />
1820
- <glyph glyph-name="_496" unicode="&#xf211;"
1821
- d="M934 1386q-317 -121 -556 -362.5t-358 -560.5q-20 89 -20 176q0 208 102.5 384.5t278.5 279t384 102.5q82 0 169 -19zM1203 1267q93 -65 164 -155q-389 -113 -674.5 -400.5t-396.5 -676.5q-93 72 -155 162q112 386 395 671t667 399zM470 -67q115 356 379.5 622t619.5 384
1822
- q40 -92 54 -195q-292 -120 -516 -345t-343 -518q-103 14 -194 52zM1536 -125q-193 50 -367 115q-135 -84 -290 -107q109 205 274 370.5t369 275.5q-21 -152 -101 -284q65 -175 115 -370z" />
1823
- <glyph glyph-name="f212" unicode="&#xf212;" horiz-adv-x="2048"
1824
- d="M1893 1144l155 -1272q-131 0 -257 57q-200 91 -393 91q-226 0 -374 -148q-148 148 -374 148q-193 0 -393 -91q-128 -57 -252 -57h-5l155 1272q224 127 482 127q233 0 387 -106q154 106 387 106q258 0 482 -127zM1398 157q129 0 232 -28.5t260 -93.5l-124 1021
1825
- q-171 78 -368 78q-224 0 -374 -141q-150 141 -374 141q-197 0 -368 -78l-124 -1021q105 43 165.5 65t148.5 39.5t178 17.5q202 0 374 -108q172 108 374 108zM1438 191l-55 907q-211 -4 -359 -155q-152 155 -374 155q-176 0 -336 -66l-114 -941q124 51 228.5 76t221.5 25
1826
- q209 0 374 -102q172 107 374 102z" />
1827
- <glyph glyph-name="_498" unicode="&#xf213;" horiz-adv-x="2048"
1828
- d="M1500 165v733q0 21 -15 36t-35 15h-93q-20 0 -35 -15t-15 -36v-733q0 -20 15 -35t35 -15h93q20 0 35 15t15 35zM1216 165v531q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-531q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM924 165v429q0 20 -15 35t-35 15h-101
1829
- q-20 0 -35 -15t-15 -35v-429q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM632 165v362q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-362q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM2048 311q0 -166 -118 -284t-284 -118h-1244q-166 0 -284 118t-118 284
1830
- q0 116 63 214.5t168 148.5q-10 34 -10 73q0 113 80.5 193.5t193.5 80.5q102 0 180 -67q45 183 194 300t338 117q149 0 275 -73.5t199.5 -199.5t73.5 -275q0 -66 -14 -122q135 -33 221 -142.5t86 -247.5z" />
1831
- <glyph glyph-name="_499" unicode="&#xf214;"
1832
- d="M0 1536h1536v-1392l-776 -338l-760 338v1392zM1436 209v926h-1336v-926l661 -294zM1436 1235v201h-1336v-201h1336zM181 937v-115h-37v115h37zM181 789v-115h-37v115h37zM181 641v-115h-37v115h37zM181 493v-115h-37v115h37zM181 345v-115h-37v115h37zM207 202l15 34
1833
- l105 -47l-15 -33zM343 142l15 34l105 -46l-15 -34zM478 82l15 34l105 -46l-15 -34zM614 23l15 33l104 -46l-15 -34zM797 10l105 46l15 -33l-105 -47zM932 70l105 46l15 -34l-105 -46zM1068 130l105 46l15 -34l-105 -46zM1203 189l105 47l15 -34l-105 -46zM259 1389v-36h-114
1834
- v36h114zM421 1389v-36h-115v36h115zM583 1389v-36h-115v36h115zM744 1389v-36h-114v36h114zM906 1389v-36h-114v36h114zM1068 1389v-36h-115v36h115zM1230 1389v-36h-115v36h115zM1391 1389v-36h-114v36h114zM181 1049v-79h-37v115h115v-36h-78zM421 1085v-36h-115v36h115z
1835
- M583 1085v-36h-115v36h115zM744 1085v-36h-114v36h114zM906 1085v-36h-114v36h114zM1068 1085v-36h-115v36h115zM1230 1085v-36h-115v36h115zM1355 970v79h-78v36h115v-115h-37zM1355 822v115h37v-115h-37zM1355 674v115h37v-115h-37zM1355 526v115h37v-115h-37zM1355 378
1836
- v115h37v-115h-37zM1355 230v115h37v-115h-37zM760 265q-129 0 -221 91.5t-92 221.5q0 129 92 221t221 92q130 0 221.5 -92t91.5 -221q0 -130 -91.5 -221.5t-221.5 -91.5zM595 646q0 -36 19.5 -56.5t49.5 -25t64 -7t64 -2t49.5 -9t19.5 -30.5q0 -49 -112 -49q-97 0 -123 51
1837
- h-3l-31 -63q67 -42 162 -42q29 0 56.5 5t55.5 16t45.5 33t17.5 53q0 46 -27.5 69.5t-67.5 27t-79.5 3t-67 5t-27.5 25.5q0 21 20.5 33t40.5 15t41 3q34 0 70.5 -11t51.5 -34h3l30 58q-3 1 -21 8.5t-22.5 9t-19.5 7t-22 7t-20 4.5t-24 4t-23 1q-29 0 -56.5 -5t-54 -16.5
1838
- t-43 -34t-16.5 -53.5z" />
1839
- <glyph glyph-name="_500" unicode="&#xf215;" horiz-adv-x="2048"
1840
- d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832
1841
- q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -7