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