simditoredit-rails 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1567 @@
1
+ /*!
2
+ * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */
5
+ /* FONT PATH
6
+ * -------------------------- */
7
+
8
+ @font-face {
9
+ font-family: "FontAwesome";
10
+ src: url('<%= asset_path("fontawesome-webfont.eot") %>');
11
+ src: url('<%= asset_path("fontawesome-webfont.eot") + "?#iefix" %>') format('eot'), url('<%= asset_path("fontawesome-webfont.woff") %>') format('woff'), url('<%= asset_path("fontawesome-webfont.ttf") %>') format('truetype'), url('<%= asset_path("fontawesome-webfont.svg") + "#FontAwesome" %>') format('svg');
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ }
15
+ .fa {
16
+ display: inline-block;
17
+ font-family: FontAwesome;
18
+ font-style: normal;
19
+ font-weight: normal;
20
+ line-height: 1;
21
+ -webkit-font-smoothing: antialiased;
22
+ -moz-osx-font-smoothing: grayscale;
23
+ }
24
+ /* makes the font 33% larger relative to the icon container */
25
+ .fa-lg {
26
+ font-size: 1.33333333em;
27
+ line-height: 0.75em;
28
+ vertical-align: -15%;
29
+ }
30
+ .fa-2x {
31
+ font-size: 2em;
32
+ }
33
+ .fa-3x {
34
+ font-size: 3em;
35
+ }
36
+ .fa-4x {
37
+ font-size: 4em;
38
+ }
39
+ .fa-5x {
40
+ font-size: 5em;
41
+ }
42
+ .fa-fw {
43
+ width: 1.28571429em;
44
+ text-align: center;
45
+ }
46
+ .fa-ul {
47
+ padding-left: 0;
48
+ margin-left: 2.14285714em;
49
+ list-style-type: none;
50
+ }
51
+ .fa-ul > li {
52
+ position: relative;
53
+ }
54
+ .fa-li {
55
+ position: absolute;
56
+ left: -2.14285714em;
57
+ width: 2.14285714em;
58
+ top: 0.14285714em;
59
+ text-align: center;
60
+ }
61
+ .fa-li.fa-lg {
62
+ left: -1.85714286em;
63
+ }
64
+ .fa-border {
65
+ padding: .2em .25em .15em;
66
+ border: solid 0.08em #eeeeee;
67
+ border-radius: .1em;
68
+ }
69
+ .pull-right {
70
+ float: right;
71
+ }
72
+ .pull-left {
73
+ float: left;
74
+ }
75
+ .fa.pull-left {
76
+ margin-right: .3em;
77
+ }
78
+ .fa.pull-right {
79
+ margin-left: .3em;
80
+ }
81
+ .fa-spin {
82
+ -webkit-animation: spin 2s infinite linear;
83
+ -moz-animation: spin 2s infinite linear;
84
+ -o-animation: spin 2s infinite linear;
85
+ animation: spin 2s infinite linear;
86
+ }
87
+ @-moz-keyframes spin {
88
+ 0% {
89
+ -moz-transform: rotate(0deg);
90
+ }
91
+ 100% {
92
+ -moz-transform: rotate(359deg);
93
+ }
94
+ }
95
+ @-webkit-keyframes spin {
96
+ 0% {
97
+ -webkit-transform: rotate(0deg);
98
+ }
99
+ 100% {
100
+ -webkit-transform: rotate(359deg);
101
+ }
102
+ }
103
+ @-o-keyframes spin {
104
+ 0% {
105
+ -o-transform: rotate(0deg);
106
+ }
107
+ 100% {
108
+ -o-transform: rotate(359deg);
109
+ }
110
+ }
111
+ @keyframes spin {
112
+ 0% {
113
+ -webkit-transform: rotate(0deg);
114
+ transform: rotate(0deg);
115
+ }
116
+ 100% {
117
+ -webkit-transform: rotate(359deg);
118
+ transform: rotate(359deg);
119
+ }
120
+ }
121
+ .fa-rotate-90 {
122
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
123
+ -webkit-transform: rotate(90deg);
124
+ -moz-transform: rotate(90deg);
125
+ -ms-transform: rotate(90deg);
126
+ -o-transform: rotate(90deg);
127
+ transform: rotate(90deg);
128
+ }
129
+ .fa-rotate-180 {
130
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
131
+ -webkit-transform: rotate(180deg);
132
+ -moz-transform: rotate(180deg);
133
+ -ms-transform: rotate(180deg);
134
+ -o-transform: rotate(180deg);
135
+ transform: rotate(180deg);
136
+ }
137
+ .fa-rotate-270 {
138
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
139
+ -webkit-transform: rotate(270deg);
140
+ -moz-transform: rotate(270deg);
141
+ -ms-transform: rotate(270deg);
142
+ -o-transform: rotate(270deg);
143
+ transform: rotate(270deg);
144
+ }
145
+ .fa-flip-horizontal {
146
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
147
+ -webkit-transform: scale(-1, 1);
148
+ -moz-transform: scale(-1, 1);
149
+ -ms-transform: scale(-1, 1);
150
+ -o-transform: scale(-1, 1);
151
+ transform: scale(-1, 1);
152
+ }
153
+ .fa-flip-vertical {
154
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
155
+ -webkit-transform: scale(1, -1);
156
+ -moz-transform: scale(1, -1);
157
+ -ms-transform: scale(1, -1);
158
+ -o-transform: scale(1, -1);
159
+ transform: scale(1, -1);
160
+ }
161
+ .fa-stack {
162
+ position: relative;
163
+ display: inline-block;
164
+ width: 2em;
165
+ height: 2em;
166
+ line-height: 2em;
167
+ vertical-align: middle;
168
+ }
169
+ .fa-stack-1x,
170
+ .fa-stack-2x {
171
+ position: absolute;
172
+ left: 0;
173
+ width: 100%;
174
+ text-align: center;
175
+ }
176
+ .fa-stack-1x {
177
+ line-height: inherit;
178
+ }
179
+ .fa-stack-2x {
180
+ font-size: 2em;
181
+ }
182
+ .fa-inverse {
183
+ color: #ffffff;
184
+ }
185
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
186
+ readers do not read off random characters that represent icons */
187
+ .fa-glass:before {
188
+ content: "\f000";
189
+ }
190
+ .fa-music:before {
191
+ content: "\f001";
192
+ }
193
+ .fa-search:before {
194
+ content: "\f002";
195
+ }
196
+ .fa-envelope-o:before {
197
+ content: "\f003";
198
+ }
199
+ .fa-heart:before {
200
+ content: "\f004";
201
+ }
202
+ .fa-star:before {
203
+ content: "\f005";
204
+ }
205
+ .fa-star-o:before {
206
+ content: "\f006";
207
+ }
208
+ .fa-user:before {
209
+ content: "\f007";
210
+ }
211
+ .fa-film:before {
212
+ content: "\f008";
213
+ }
214
+ .fa-th-large:before {
215
+ content: "\f009";
216
+ }
217
+ .fa-th:before {
218
+ content: "\f00a";
219
+ }
220
+ .fa-th-list:before {
221
+ content: "\f00b";
222
+ }
223
+ .fa-check:before {
224
+ content: "\f00c";
225
+ }
226
+ .fa-times:before {
227
+ content: "\f00d";
228
+ }
229
+ .fa-search-plus:before {
230
+ content: "\f00e";
231
+ }
232
+ .fa-search-minus:before {
233
+ content: "\f010";
234
+ }
235
+ .fa-power-off:before {
236
+ content: "\f011";
237
+ }
238
+ .fa-signal:before {
239
+ content: "\f012";
240
+ }
241
+ .fa-gear:before,
242
+ .fa-cog:before {
243
+ content: "\f013";
244
+ }
245
+ .fa-trash-o:before {
246
+ content: "\f014";
247
+ }
248
+ .fa-home:before {
249
+ content: "\f015";
250
+ }
251
+ .fa-file-o:before {
252
+ content: "\f016";
253
+ }
254
+ .fa-clock-o:before {
255
+ content: "\f017";
256
+ }
257
+ .fa-road:before {
258
+ content: "\f018";
259
+ }
260
+ .fa-download:before {
261
+ content: "\f019";
262
+ }
263
+ .fa-arrow-circle-o-down:before {
264
+ content: "\f01a";
265
+ }
266
+ .fa-arrow-circle-o-up:before {
267
+ content: "\f01b";
268
+ }
269
+ .fa-inbox:before {
270
+ content: "\f01c";
271
+ }
272
+ .fa-play-circle-o:before {
273
+ content: "\f01d";
274
+ }
275
+ .fa-rotate-right:before,
276
+ .fa-repeat:before {
277
+ content: "\f01e";
278
+ }
279
+ .fa-refresh:before {
280
+ content: "\f021";
281
+ }
282
+ .fa-list-alt:before {
283
+ content: "\f022";
284
+ }
285
+ .fa-lock:before {
286
+ content: "\f023";
287
+ }
288
+ .fa-flag:before {
289
+ content: "\f024";
290
+ }
291
+ .fa-headphones:before {
292
+ content: "\f025";
293
+ }
294
+ .fa-volume-off:before {
295
+ content: "\f026";
296
+ }
297
+ .fa-volume-down:before {
298
+ content: "\f027";
299
+ }
300
+ .fa-volume-up:before {
301
+ content: "\f028";
302
+ }
303
+ .fa-qrcode:before {
304
+ content: "\f029";
305
+ }
306
+ .fa-barcode:before {
307
+ content: "\f02a";
308
+ }
309
+ .fa-tag:before {
310
+ content: "\f02b";
311
+ }
312
+ .fa-tags:before {
313
+ content: "\f02c";
314
+ }
315
+ .fa-book:before {
316
+ content: "\f02d";
317
+ }
318
+ .fa-bookmark:before {
319
+ content: "\f02e";
320
+ }
321
+ .fa-print:before {
322
+ content: "\f02f";
323
+ }
324
+ .fa-camera:before {
325
+ content: "\f030";
326
+ }
327
+ .fa-font:before {
328
+ content: "\f031";
329
+ }
330
+ .fa-bold:before {
331
+ content: "\f032";
332
+ }
333
+ .fa-italic:before {
334
+ content: "\f033";
335
+ }
336
+ .fa-text-height:before {
337
+ content: "\f034";
338
+ }
339
+ .fa-text-width:before {
340
+ content: "\f035";
341
+ }
342
+ .fa-align-left:before {
343
+ content: "\f036";
344
+ }
345
+ .fa-align-center:before {
346
+ content: "\f037";
347
+ }
348
+ .fa-align-right:before {
349
+ content: "\f038";
350
+ }
351
+ .fa-align-justify:before {
352
+ content: "\f039";
353
+ }
354
+ .fa-list:before {
355
+ content: "\f03a";
356
+ }
357
+ .fa-dedent:before,
358
+ .fa-outdent:before {
359
+ content: "\f03b";
360
+ }
361
+ .fa-indent:before {
362
+ content: "\f03c";
363
+ }
364
+ .fa-video-camera:before {
365
+ content: "\f03d";
366
+ }
367
+ .fa-photo:before,
368
+ .fa-image:before,
369
+ .fa-picture-o:before {
370
+ content: "\f03e";
371
+ }
372
+ .fa-pencil:before {
373
+ content: "\f040";
374
+ }
375
+ .fa-map-marker:before {
376
+ content: "\f041";
377
+ }
378
+ .fa-adjust:before {
379
+ content: "\f042";
380
+ }
381
+ .fa-tint:before {
382
+ content: "\f043";
383
+ }
384
+ .fa-edit:before,
385
+ .fa-pencil-square-o:before {
386
+ content: "\f044";
387
+ }
388
+ .fa-share-square-o:before {
389
+ content: "\f045";
390
+ }
391
+ .fa-check-square-o:before {
392
+ content: "\f046";
393
+ }
394
+ .fa-arrows:before {
395
+ content: "\f047";
396
+ }
397
+ .fa-step-backward:before {
398
+ content: "\f048";
399
+ }
400
+ .fa-fast-backward:before {
401
+ content: "\f049";
402
+ }
403
+ .fa-backward:before {
404
+ content: "\f04a";
405
+ }
406
+ .fa-play:before {
407
+ content: "\f04b";
408
+ }
409
+ .fa-pause:before {
410
+ content: "\f04c";
411
+ }
412
+ .fa-stop:before {
413
+ content: "\f04d";
414
+ }
415
+ .fa-forward:before {
416
+ content: "\f04e";
417
+ }
418
+ .fa-fast-forward:before {
419
+ content: "\f050";
420
+ }
421
+ .fa-step-forward:before {
422
+ content: "\f051";
423
+ }
424
+ .fa-eject:before {
425
+ content: "\f052";
426
+ }
427
+ .fa-chevron-left:before {
428
+ content: "\f053";
429
+ }
430
+ .fa-chevron-right:before {
431
+ content: "\f054";
432
+ }
433
+ .fa-plus-circle:before {
434
+ content: "\f055";
435
+ }
436
+ .fa-minus-circle:before {
437
+ content: "\f056";
438
+ }
439
+ .fa-times-circle:before {
440
+ content: "\f057";
441
+ }
442
+ .fa-check-circle:before {
443
+ content: "\f058";
444
+ }
445
+ .fa-question-circle:before {
446
+ content: "\f059";
447
+ }
448
+ .fa-info-circle:before {
449
+ content: "\f05a";
450
+ }
451
+ .fa-crosshairs:before {
452
+ content: "\f05b";
453
+ }
454
+ .fa-times-circle-o:before {
455
+ content: "\f05c";
456
+ }
457
+ .fa-check-circle-o:before {
458
+ content: "\f05d";
459
+ }
460
+ .fa-ban:before {
461
+ content: "\f05e";
462
+ }
463
+ .fa-arrow-left:before {
464
+ content: "\f060";
465
+ }
466
+ .fa-arrow-right:before {
467
+ content: "\f061";
468
+ }
469
+ .fa-arrow-up:before {
470
+ content: "\f062";
471
+ }
472
+ .fa-arrow-down:before {
473
+ content: "\f063";
474
+ }
475
+ .fa-mail-forward:before,
476
+ .fa-share:before {
477
+ content: "\f064";
478
+ }
479
+ .fa-expand:before {
480
+ content: "\f065";
481
+ }
482
+ .fa-compress:before {
483
+ content: "\f066";
484
+ }
485
+ .fa-plus:before {
486
+ content: "\f067";
487
+ }
488
+ .fa-minus:before {
489
+ content: "\f068";
490
+ }
491
+ .fa-asterisk:before {
492
+ content: "\f069";
493
+ }
494
+ .fa-exclamation-circle:before {
495
+ content: "\f06a";
496
+ }
497
+ .fa-gift:before {
498
+ content: "\f06b";
499
+ }
500
+ .fa-leaf:before {
501
+ content: "\f06c";
502
+ }
503
+ .fa-fire:before {
504
+ content: "\f06d";
505
+ }
506
+ .fa-eye:before {
507
+ content: "\f06e";
508
+ }
509
+ .fa-eye-slash:before {
510
+ content: "\f070";
511
+ }
512
+ .fa-warning:before,
513
+ .fa-exclamation-triangle:before {
514
+ content: "\f071";
515
+ }
516
+ .fa-plane:before {
517
+ content: "\f072";
518
+ }
519
+ .fa-calendar:before {
520
+ content: "\f073";
521
+ }
522
+ .fa-random:before {
523
+ content: "\f074";
524
+ }
525
+ .fa-comment:before {
526
+ content: "\f075";
527
+ }
528
+ .fa-magnet:before {
529
+ content: "\f076";
530
+ }
531
+ .fa-chevron-up:before {
532
+ content: "\f077";
533
+ }
534
+ .fa-chevron-down:before {
535
+ content: "\f078";
536
+ }
537
+ .fa-retweet:before {
538
+ content: "\f079";
539
+ }
540
+ .fa-shopping-cart:before {
541
+ content: "\f07a";
542
+ }
543
+ .fa-folder:before {
544
+ content: "\f07b";
545
+ }
546
+ .fa-folder-open:before {
547
+ content: "\f07c";
548
+ }
549
+ .fa-arrows-v:before {
550
+ content: "\f07d";
551
+ }
552
+ .fa-arrows-h:before {
553
+ content: "\f07e";
554
+ }
555
+ .fa-bar-chart-o:before {
556
+ content: "\f080";
557
+ }
558
+ .fa-twitter-square:before {
559
+ content: "\f081";
560
+ }
561
+ .fa-facebook-square:before {
562
+ content: "\f082";
563
+ }
564
+ .fa-camera-retro:before {
565
+ content: "\f083";
566
+ }
567
+ .fa-key:before {
568
+ content: "\f084";
569
+ }
570
+ .fa-gears:before,
571
+ .fa-cogs:before {
572
+ content: "\f085";
573
+ }
574
+ .fa-comments:before {
575
+ content: "\f086";
576
+ }
577
+ .fa-thumbs-o-up:before {
578
+ content: "\f087";
579
+ }
580
+ .fa-thumbs-o-down:before {
581
+ content: "\f088";
582
+ }
583
+ .fa-star-half:before {
584
+ content: "\f089";
585
+ }
586
+ .fa-heart-o:before {
587
+ content: "\f08a";
588
+ }
589
+ .fa-sign-out:before {
590
+ content: "\f08b";
591
+ }
592
+ .fa-linkedin-square:before {
593
+ content: "\f08c";
594
+ }
595
+ .fa-thumb-tack:before {
596
+ content: "\f08d";
597
+ }
598
+ .fa-external-link:before {
599
+ content: "\f08e";
600
+ }
601
+ .fa-sign-in:before {
602
+ content: "\f090";
603
+ }
604
+ .fa-trophy:before {
605
+ content: "\f091";
606
+ }
607
+ .fa-github-square:before {
608
+ content: "\f092";
609
+ }
610
+ .fa-upload:before {
611
+ content: "\f093";
612
+ }
613
+ .fa-lemon-o:before {
614
+ content: "\f094";
615
+ }
616
+ .fa-phone:before {
617
+ content: "\f095";
618
+ }
619
+ .fa-square-o:before {
620
+ content: "\f096";
621
+ }
622
+ .fa-bookmark-o:before {
623
+ content: "\f097";
624
+ }
625
+ .fa-phone-square:before {
626
+ content: "\f098";
627
+ }
628
+ .fa-twitter:before {
629
+ content: "\f099";
630
+ }
631
+ .fa-facebook:before {
632
+ content: "\f09a";
633
+ }
634
+ .fa-github:before {
635
+ content: "\f09b";
636
+ }
637
+ .fa-unlock:before {
638
+ content: "\f09c";
639
+ }
640
+ .fa-credit-card:before {
641
+ content: "\f09d";
642
+ }
643
+ .fa-rss:before {
644
+ content: "\f09e";
645
+ }
646
+ .fa-hdd-o:before {
647
+ content: "\f0a0";
648
+ }
649
+ .fa-bullhorn:before {
650
+ content: "\f0a1";
651
+ }
652
+ .fa-bell:before {
653
+ content: "\f0f3";
654
+ }
655
+ .fa-certificate:before {
656
+ content: "\f0a3";
657
+ }
658
+ .fa-hand-o-right:before {
659
+ content: "\f0a4";
660
+ }
661
+ .fa-hand-o-left:before {
662
+ content: "\f0a5";
663
+ }
664
+ .fa-hand-o-up:before {
665
+ content: "\f0a6";
666
+ }
667
+ .fa-hand-o-down:before {
668
+ content: "\f0a7";
669
+ }
670
+ .fa-arrow-circle-left:before {
671
+ content: "\f0a8";
672
+ }
673
+ .fa-arrow-circle-right:before {
674
+ content: "\f0a9";
675
+ }
676
+ .fa-arrow-circle-up:before {
677
+ content: "\f0aa";
678
+ }
679
+ .fa-arrow-circle-down:before {
680
+ content: "\f0ab";
681
+ }
682
+ .fa-globe:before {
683
+ content: "\f0ac";
684
+ }
685
+ .fa-wrench:before {
686
+ content: "\f0ad";
687
+ }
688
+ .fa-tasks:before {
689
+ content: "\f0ae";
690
+ }
691
+ .fa-filter:before {
692
+ content: "\f0b0";
693
+ }
694
+ .fa-briefcase:before {
695
+ content: "\f0b1";
696
+ }
697
+ .fa-arrows-alt:before {
698
+ content: "\f0b2";
699
+ }
700
+ .fa-group:before,
701
+ .fa-users:before {
702
+ content: "\f0c0";
703
+ }
704
+ .fa-chain:before,
705
+ .fa-link:before {
706
+ content: "\f0c1";
707
+ }
708
+ .fa-cloud:before {
709
+ content: "\f0c2";
710
+ }
711
+ .fa-flask:before {
712
+ content: "\f0c3";
713
+ }
714
+ .fa-cut:before,
715
+ .fa-scissors:before {
716
+ content: "\f0c4";
717
+ }
718
+ .fa-copy:before,
719
+ .fa-files-o:before {
720
+ content: "\f0c5";
721
+ }
722
+ .fa-paperclip:before {
723
+ content: "\f0c6";
724
+ }
725
+ .fa-save:before,
726
+ .fa-floppy-o:before {
727
+ content: "\f0c7";
728
+ }
729
+ .fa-square:before {
730
+ content: "\f0c8";
731
+ }
732
+ .fa-navicon:before,
733
+ .fa-reorder:before,
734
+ .fa-bars:before {
735
+ content: "\f0c9";
736
+ }
737
+ .fa-list-ul:before {
738
+ content: "\f0ca";
739
+ }
740
+ .fa-list-ol:before {
741
+ content: "\f0cb";
742
+ }
743
+ .fa-strikethrough:before {
744
+ content: "\f0cc";
745
+ }
746
+ .fa-underline:before {
747
+ content: "\f0cd";
748
+ }
749
+ .fa-table:before {
750
+ content: "\f0ce";
751
+ }
752
+ .fa-magic:before {
753
+ content: "\f0d0";
754
+ }
755
+ .fa-truck:before {
756
+ content: "\f0d1";
757
+ }
758
+ .fa-pinterest:before {
759
+ content: "\f0d2";
760
+ }
761
+ .fa-pinterest-square:before {
762
+ content: "\f0d3";
763
+ }
764
+ .fa-google-plus-square:before {
765
+ content: "\f0d4";
766
+ }
767
+ .fa-google-plus:before {
768
+ content: "\f0d5";
769
+ }
770
+ .fa-money:before {
771
+ content: "\f0d6";
772
+ }
773
+ .fa-caret-down:before {
774
+ content: "\f0d7";
775
+ }
776
+ .fa-caret-up:before {
777
+ content: "\f0d8";
778
+ }
779
+ .fa-caret-left:before {
780
+ content: "\f0d9";
781
+ }
782
+ .fa-caret-right:before {
783
+ content: "\f0da";
784
+ }
785
+ .fa-columns:before {
786
+ content: "\f0db";
787
+ }
788
+ .fa-unsorted:before,
789
+ .fa-sort:before {
790
+ content: "\f0dc";
791
+ }
792
+ .fa-sort-down:before,
793
+ .fa-sort-desc:before {
794
+ content: "\f0dd";
795
+ }
796
+ .fa-sort-up:before,
797
+ .fa-sort-asc:before {
798
+ content: "\f0de";
799
+ }
800
+ .fa-envelope:before {
801
+ content: "\f0e0";
802
+ }
803
+ .fa-linkedin:before {
804
+ content: "\f0e1";
805
+ }
806
+ .fa-rotate-left:before,
807
+ .fa-undo:before {
808
+ content: "\f0e2";
809
+ }
810
+ .fa-legal:before,
811
+ .fa-gavel:before {
812
+ content: "\f0e3";
813
+ }
814
+ .fa-dashboard:before,
815
+ .fa-tachometer:before {
816
+ content: "\f0e4";
817
+ }
818
+ .fa-comment-o:before {
819
+ content: "\f0e5";
820
+ }
821
+ .fa-comments-o:before {
822
+ content: "\f0e6";
823
+ }
824
+ .fa-flash:before,
825
+ .fa-bolt:before {
826
+ content: "\f0e7";
827
+ }
828
+ .fa-sitemap:before {
829
+ content: "\f0e8";
830
+ }
831
+ .fa-umbrella:before {
832
+ content: "\f0e9";
833
+ }
834
+ .fa-paste:before,
835
+ .fa-clipboard:before {
836
+ content: "\f0ea";
837
+ }
838
+ .fa-lightbulb-o:before {
839
+ content: "\f0eb";
840
+ }
841
+ .fa-exchange:before {
842
+ content: "\f0ec";
843
+ }
844
+ .fa-cloud-download:before {
845
+ content: "\f0ed";
846
+ }
847
+ .fa-cloud-upload:before {
848
+ content: "\f0ee";
849
+ }
850
+ .fa-user-md:before {
851
+ content: "\f0f0";
852
+ }
853
+ .fa-stethoscope:before {
854
+ content: "\f0f1";
855
+ }
856
+ .fa-suitcase:before {
857
+ content: "\f0f2";
858
+ }
859
+ .fa-bell-o:before {
860
+ content: "\f0a2";
861
+ }
862
+ .fa-coffee:before {
863
+ content: "\f0f4";
864
+ }
865
+ .fa-cutlery:before {
866
+ content: "\f0f5";
867
+ }
868
+ .fa-file-text-o:before {
869
+ content: "\f0f6";
870
+ }
871
+ .fa-building-o:before {
872
+ content: "\f0f7";
873
+ }
874
+ .fa-hospital-o:before {
875
+ content: "\f0f8";
876
+ }
877
+ .fa-ambulance:before {
878
+ content: "\f0f9";
879
+ }
880
+ .fa-medkit:before {
881
+ content: "\f0fa";
882
+ }
883
+ .fa-fighter-jet:before {
884
+ content: "\f0fb";
885
+ }
886
+ .fa-beer:before {
887
+ content: "\f0fc";
888
+ }
889
+ .fa-h-square:before {
890
+ content: "\f0fd";
891
+ }
892
+ .fa-plus-square:before {
893
+ content: "\f0fe";
894
+ }
895
+ .fa-angle-double-left:before {
896
+ content: "\f100";
897
+ }
898
+ .fa-angle-double-right:before {
899
+ content: "\f101";
900
+ }
901
+ .fa-angle-double-up:before {
902
+ content: "\f102";
903
+ }
904
+ .fa-angle-double-down:before {
905
+ content: "\f103";
906
+ }
907
+ .fa-angle-left:before {
908
+ content: "\f104";
909
+ }
910
+ .fa-angle-right:before {
911
+ content: "\f105";
912
+ }
913
+ .fa-angle-up:before {
914
+ content: "\f106";
915
+ }
916
+ .fa-angle-down:before {
917
+ content: "\f107";
918
+ }
919
+ .fa-desktop:before {
920
+ content: "\f108";
921
+ }
922
+ .fa-laptop:before {
923
+ content: "\f109";
924
+ }
925
+ .fa-tablet:before {
926
+ content: "\f10a";
927
+ }
928
+ .fa-mobile-phone:before,
929
+ .fa-mobile:before {
930
+ content: "\f10b";
931
+ }
932
+ .fa-circle-o:before {
933
+ content: "\f10c";
934
+ }
935
+ .fa-quote-left:before {
936
+ content: "\f10d";
937
+ }
938
+ .fa-quote-right:before {
939
+ content: "\f10e";
940
+ }
941
+ .fa-spinner:before {
942
+ content: "\f110";
943
+ }
944
+ .fa-circle:before {
945
+ content: "\f111";
946
+ }
947
+ .fa-mail-reply:before,
948
+ .fa-reply:before {
949
+ content: "\f112";
950
+ }
951
+ .fa-github-alt:before {
952
+ content: "\f113";
953
+ }
954
+ .fa-folder-o:before {
955
+ content: "\f114";
956
+ }
957
+ .fa-folder-open-o:before {
958
+ content: "\f115";
959
+ }
960
+ .fa-smile-o:before {
961
+ content: "\f118";
962
+ }
963
+ .fa-frown-o:before {
964
+ content: "\f119";
965
+ }
966
+ .fa-meh-o:before {
967
+ content: "\f11a";
968
+ }
969
+ .fa-gamepad:before {
970
+ content: "\f11b";
971
+ }
972
+ .fa-keyboard-o:before {
973
+ content: "\f11c";
974
+ }
975
+ .fa-flag-o:before {
976
+ content: "\f11d";
977
+ }
978
+ .fa-flag-checkered:before {
979
+ content: "\f11e";
980
+ }
981
+ .fa-terminal:before {
982
+ content: "\f120";
983
+ }
984
+ .fa-code:before {
985
+ content: "\f121";
986
+ }
987
+ .fa-mail-reply-all:before,
988
+ .fa-reply-all:before {
989
+ content: "\f122";
990
+ }
991
+ .fa-star-half-empty:before,
992
+ .fa-star-half-full:before,
993
+ .fa-star-half-o:before {
994
+ content: "\f123";
995
+ }
996
+ .fa-location-arrow:before {
997
+ content: "\f124";
998
+ }
999
+ .fa-crop:before {
1000
+ content: "\f125";
1001
+ }
1002
+ .fa-code-fork:before {
1003
+ content: "\f126";
1004
+ }
1005
+ .fa-unlink:before,
1006
+ .fa-chain-broken:before {
1007
+ content: "\f127";
1008
+ }
1009
+ .fa-question:before {
1010
+ content: "\f128";
1011
+ }
1012
+ .fa-info:before {
1013
+ content: "\f129";
1014
+ }
1015
+ .fa-exclamation:before {
1016
+ content: "\f12a";
1017
+ }
1018
+ .fa-superscript:before {
1019
+ content: "\f12b";
1020
+ }
1021
+ .fa-subscript:before {
1022
+ content: "\f12c";
1023
+ }
1024
+ .fa-eraser:before {
1025
+ content: "\f12d";
1026
+ }
1027
+ .fa-puzzle-piece:before {
1028
+ content: "\f12e";
1029
+ }
1030
+ .fa-microphone:before {
1031
+ content: "\f130";
1032
+ }
1033
+ .fa-microphone-slash:before {
1034
+ content: "\f131";
1035
+ }
1036
+ .fa-shield:before {
1037
+ content: "\f132";
1038
+ }
1039
+ .fa-calendar-o:before {
1040
+ content: "\f133";
1041
+ }
1042
+ .fa-fire-extinguisher:before {
1043
+ content: "\f134";
1044
+ }
1045
+ .fa-rocket:before {
1046
+ content: "\f135";
1047
+ }
1048
+ .fa-maxcdn:before {
1049
+ content: "\f136";
1050
+ }
1051
+ .fa-chevron-circle-left:before {
1052
+ content: "\f137";
1053
+ }
1054
+ .fa-chevron-circle-right:before {
1055
+ content: "\f138";
1056
+ }
1057
+ .fa-chevron-circle-up:before {
1058
+ content: "\f139";
1059
+ }
1060
+ .fa-chevron-circle-down:before {
1061
+ content: "\f13a";
1062
+ }
1063
+ .fa-html5:before {
1064
+ content: "\f13b";
1065
+ }
1066
+ .fa-css3:before {
1067
+ content: "\f13c";
1068
+ }
1069
+ .fa-anchor:before {
1070
+ content: "\f13d";
1071
+ }
1072
+ .fa-unlock-alt:before {
1073
+ content: "\f13e";
1074
+ }
1075
+ .fa-bullseye:before {
1076
+ content: "\f140";
1077
+ }
1078
+ .fa-ellipsis-h:before {
1079
+ content: "\f141";
1080
+ }
1081
+ .fa-ellipsis-v:before {
1082
+ content: "\f142";
1083
+ }
1084
+ .fa-rss-square:before {
1085
+ content: "\f143";
1086
+ }
1087
+ .fa-play-circle:before {
1088
+ content: "\f144";
1089
+ }
1090
+ .fa-ticket:before {
1091
+ content: "\f145";
1092
+ }
1093
+ .fa-minus-square:before {
1094
+ content: "\f146";
1095
+ }
1096
+ .fa-minus-square-o:before {
1097
+ content: "\f147";
1098
+ }
1099
+ .fa-level-up:before {
1100
+ content: "\f148";
1101
+ }
1102
+ .fa-level-down:before {
1103
+ content: "\f149";
1104
+ }
1105
+ .fa-check-square:before {
1106
+ content: "\f14a";
1107
+ }
1108
+ .fa-pencil-square:before {
1109
+ content: "\f14b";
1110
+ }
1111
+ .fa-external-link-square:before {
1112
+ content: "\f14c";
1113
+ }
1114
+ .fa-share-square:before {
1115
+ content: "\f14d";
1116
+ }
1117
+ .fa-compass:before {
1118
+ content: "\f14e";
1119
+ }
1120
+ .fa-toggle-down:before,
1121
+ .fa-caret-square-o-down:before {
1122
+ content: "\f150";
1123
+ }
1124
+ .fa-toggle-up:before,
1125
+ .fa-caret-square-o-up:before {
1126
+ content: "\f151";
1127
+ }
1128
+ .fa-toggle-right:before,
1129
+ .fa-caret-square-o-right:before {
1130
+ content: "\f152";
1131
+ }
1132
+ .fa-euro:before,
1133
+ .fa-eur:before {
1134
+ content: "\f153";
1135
+ }
1136
+ .fa-gbp:before {
1137
+ content: "\f154";
1138
+ }
1139
+ .fa-dollar:before,
1140
+ .fa-usd:before {
1141
+ content: "\f155";
1142
+ }
1143
+ .fa-rupee:before,
1144
+ .fa-inr:before {
1145
+ content: "\f156";
1146
+ }
1147
+ .fa-cny:before,
1148
+ .fa-rmb:before,
1149
+ .fa-yen:before,
1150
+ .fa-jpy:before {
1151
+ content: "\f157";
1152
+ }
1153
+ .fa-ruble:before,
1154
+ .fa-rouble:before,
1155
+ .fa-rub:before {
1156
+ content: "\f158";
1157
+ }
1158
+ .fa-won:before,
1159
+ .fa-krw:before {
1160
+ content: "\f159";
1161
+ }
1162
+ .fa-bitcoin:before,
1163
+ .fa-btc:before {
1164
+ content: "\f15a";
1165
+ }
1166
+ .fa-file:before {
1167
+ content: "\f15b";
1168
+ }
1169
+ .fa-file-text:before {
1170
+ content: "\f15c";
1171
+ }
1172
+ .fa-sort-alpha-asc:before {
1173
+ content: "\f15d";
1174
+ }
1175
+ .fa-sort-alpha-desc:before {
1176
+ content: "\f15e";
1177
+ }
1178
+ .fa-sort-amount-asc:before {
1179
+ content: "\f160";
1180
+ }
1181
+ .fa-sort-amount-desc:before {
1182
+ content: "\f161";
1183
+ }
1184
+ .fa-sort-numeric-asc:before {
1185
+ content: "\f162";
1186
+ }
1187
+ .fa-sort-numeric-desc:before {
1188
+ content: "\f163";
1189
+ }
1190
+ .fa-thumbs-up:before {
1191
+ content: "\f164";
1192
+ }
1193
+ .fa-thumbs-down:before {
1194
+ content: "\f165";
1195
+ }
1196
+ .fa-youtube-square:before {
1197
+ content: "\f166";
1198
+ }
1199
+ .fa-youtube:before {
1200
+ content: "\f167";
1201
+ }
1202
+ .fa-xing:before {
1203
+ content: "\f168";
1204
+ }
1205
+ .fa-xing-square:before {
1206
+ content: "\f169";
1207
+ }
1208
+ .fa-youtube-play:before {
1209
+ content: "\f16a";
1210
+ }
1211
+ .fa-dropbox:before {
1212
+ content: "\f16b";
1213
+ }
1214
+ .fa-stack-overflow:before {
1215
+ content: "\f16c";
1216
+ }
1217
+ .fa-instagram:before {
1218
+ content: "\f16d";
1219
+ }
1220
+ .fa-flickr:before {
1221
+ content: "\f16e";
1222
+ }
1223
+ .fa-adn:before {
1224
+ content: "\f170";
1225
+ }
1226
+ .fa-bitbucket:before {
1227
+ content: "\f171";
1228
+ }
1229
+ .fa-bitbucket-square:before {
1230
+ content: "\f172";
1231
+ }
1232
+ .fa-tumblr:before {
1233
+ content: "\f173";
1234
+ }
1235
+ .fa-tumblr-square:before {
1236
+ content: "\f174";
1237
+ }
1238
+ .fa-long-arrow-down:before {
1239
+ content: "\f175";
1240
+ }
1241
+ .fa-long-arrow-up:before {
1242
+ content: "\f176";
1243
+ }
1244
+ .fa-long-arrow-left:before {
1245
+ content: "\f177";
1246
+ }
1247
+ .fa-long-arrow-right:before {
1248
+ content: "\f178";
1249
+ }
1250
+ .fa-apple:before {
1251
+ content: "\f179";
1252
+ }
1253
+ .fa-windows:before {
1254
+ content: "\f17a";
1255
+ }
1256
+ .fa-android:before {
1257
+ content: "\f17b";
1258
+ }
1259
+ .fa-linux:before {
1260
+ content: "\f17c";
1261
+ }
1262
+ .fa-dribbble:before {
1263
+ content: "\f17d";
1264
+ }
1265
+ .fa-skype:before {
1266
+ content: "\f17e";
1267
+ }
1268
+ .fa-foursquare:before {
1269
+ content: "\f180";
1270
+ }
1271
+ .fa-trello:before {
1272
+ content: "\f181";
1273
+ }
1274
+ .fa-female:before {
1275
+ content: "\f182";
1276
+ }
1277
+ .fa-male:before {
1278
+ content: "\f183";
1279
+ }
1280
+ .fa-gittip:before {
1281
+ content: "\f184";
1282
+ }
1283
+ .fa-sun-o:before {
1284
+ content: "\f185";
1285
+ }
1286
+ .fa-moon-o:before {
1287
+ content: "\f186";
1288
+ }
1289
+ .fa-archive:before {
1290
+ content: "\f187";
1291
+ }
1292
+ .fa-bug:before {
1293
+ content: "\f188";
1294
+ }
1295
+ .fa-vk:before {
1296
+ content: "\f189";
1297
+ }
1298
+ .fa-weibo:before {
1299
+ content: "\f18a";
1300
+ }
1301
+ .fa-renren:before {
1302
+ content: "\f18b";
1303
+ }
1304
+ .fa-pagelines:before {
1305
+ content: "\f18c";
1306
+ }
1307
+ .fa-stack-exchange:before {
1308
+ content: "\f18d";
1309
+ }
1310
+ .fa-arrow-circle-o-right:before {
1311
+ content: "\f18e";
1312
+ }
1313
+ .fa-arrow-circle-o-left:before {
1314
+ content: "\f190";
1315
+ }
1316
+ .fa-toggle-left:before,
1317
+ .fa-caret-square-o-left:before {
1318
+ content: "\f191";
1319
+ }
1320
+ .fa-dot-circle-o:before {
1321
+ content: "\f192";
1322
+ }
1323
+ .fa-wheelchair:before {
1324
+ content: "\f193";
1325
+ }
1326
+ .fa-vimeo-square:before {
1327
+ content: "\f194";
1328
+ }
1329
+ .fa-turkish-lira:before,
1330
+ .fa-try:before {
1331
+ content: "\f195";
1332
+ }
1333
+ .fa-plus-square-o:before {
1334
+ content: "\f196";
1335
+ }
1336
+ .fa-space-shuttle:before {
1337
+ content: "\f197";
1338
+ }
1339
+ .fa-slack:before {
1340
+ content: "\f198";
1341
+ }
1342
+ .fa-envelope-square:before {
1343
+ content: "\f199";
1344
+ }
1345
+ .fa-wordpress:before {
1346
+ content: "\f19a";
1347
+ }
1348
+ .fa-openid:before {
1349
+ content: "\f19b";
1350
+ }
1351
+ .fa-institution:before,
1352
+ .fa-bank:before,
1353
+ .fa-university:before {
1354
+ content: "\f19c";
1355
+ }
1356
+ .fa-mortar-board:before,
1357
+ .fa-graduation-cap:before {
1358
+ content: "\f19d";
1359
+ }
1360
+ .fa-yahoo:before {
1361
+ content: "\f19e";
1362
+ }
1363
+ .fa-google:before {
1364
+ content: "\f1a0";
1365
+ }
1366
+ .fa-reddit:before {
1367
+ content: "\f1a1";
1368
+ }
1369
+ .fa-reddit-square:before {
1370
+ content: "\f1a2";
1371
+ }
1372
+ .fa-stumbleupon-circle:before {
1373
+ content: "\f1a3";
1374
+ }
1375
+ .fa-stumbleupon:before {
1376
+ content: "\f1a4";
1377
+ }
1378
+ .fa-delicious:before {
1379
+ content: "\f1a5";
1380
+ }
1381
+ .fa-digg:before {
1382
+ content: "\f1a6";
1383
+ }
1384
+ .fa-pied-piper-square:before,
1385
+ .fa-pied-piper:before {
1386
+ content: "\f1a7";
1387
+ }
1388
+ .fa-pied-piper-alt:before {
1389
+ content: "\f1a8";
1390
+ }
1391
+ .fa-drupal:before {
1392
+ content: "\f1a9";
1393
+ }
1394
+ .fa-joomla:before {
1395
+ content: "\f1aa";
1396
+ }
1397
+ .fa-language:before {
1398
+ content: "\f1ab";
1399
+ }
1400
+ .fa-fax:before {
1401
+ content: "\f1ac";
1402
+ }
1403
+ .fa-building:before {
1404
+ content: "\f1ad";
1405
+ }
1406
+ .fa-child:before {
1407
+ content: "\f1ae";
1408
+ }
1409
+ .fa-paw:before {
1410
+ content: "\f1b0";
1411
+ }
1412
+ .fa-spoon:before {
1413
+ content: "\f1b1";
1414
+ }
1415
+ .fa-cube:before {
1416
+ content: "\f1b2";
1417
+ }
1418
+ .fa-cubes:before {
1419
+ content: "\f1b3";
1420
+ }
1421
+ .fa-behance:before {
1422
+ content: "\f1b4";
1423
+ }
1424
+ .fa-behance-square:before {
1425
+ content: "\f1b5";
1426
+ }
1427
+ .fa-steam:before {
1428
+ content: "\f1b6";
1429
+ }
1430
+ .fa-steam-square:before {
1431
+ content: "\f1b7";
1432
+ }
1433
+ .fa-recycle:before {
1434
+ content: "\f1b8";
1435
+ }
1436
+ .fa-automobile:before,
1437
+ .fa-car:before {
1438
+ content: "\f1b9";
1439
+ }
1440
+ .fa-cab:before,
1441
+ .fa-taxi:before {
1442
+ content: "\f1ba";
1443
+ }
1444
+ .fa-tree:before {
1445
+ content: "\f1bb";
1446
+ }
1447
+ .fa-spotify:before {
1448
+ content: "\f1bc";
1449
+ }
1450
+ .fa-deviantart:before {
1451
+ content: "\f1bd";
1452
+ }
1453
+ .fa-soundcloud:before {
1454
+ content: "\f1be";
1455
+ }
1456
+ .fa-database:before {
1457
+ content: "\f1c0";
1458
+ }
1459
+ .fa-file-pdf-o:before {
1460
+ content: "\f1c1";
1461
+ }
1462
+ .fa-file-word-o:before {
1463
+ content: "\f1c2";
1464
+ }
1465
+ .fa-file-excel-o:before {
1466
+ content: "\f1c3";
1467
+ }
1468
+ .fa-file-powerpoint-o:before {
1469
+ content: "\f1c4";
1470
+ }
1471
+ .fa-file-photo-o:before,
1472
+ .fa-file-picture-o:before,
1473
+ .fa-file-image-o:before {
1474
+ content: "\f1c5";
1475
+ }
1476
+ .fa-file-zip-o:before,
1477
+ .fa-file-archive-o:before {
1478
+ content: "\f1c6";
1479
+ }
1480
+ .fa-file-sound-o:before,
1481
+ .fa-file-audio-o:before {
1482
+ content: "\f1c7";
1483
+ }
1484
+ .fa-file-movie-o:before,
1485
+ .fa-file-video-o:before {
1486
+ content: "\f1c8";
1487
+ }
1488
+ .fa-file-code-o:before {
1489
+ content: "\f1c9";
1490
+ }
1491
+ .fa-vine:before {
1492
+ content: "\f1ca";
1493
+ }
1494
+ .fa-codepen:before {
1495
+ content: "\f1cb";
1496
+ }
1497
+ .fa-jsfiddle:before {
1498
+ content: "\f1cc";
1499
+ }
1500
+ .fa-life-bouy:before,
1501
+ .fa-life-saver:before,
1502
+ .fa-support:before,
1503
+ .fa-life-ring:before {
1504
+ content: "\f1cd";
1505
+ }
1506
+ .fa-circle-o-notch:before {
1507
+ content: "\f1ce";
1508
+ }
1509
+ .fa-ra:before,
1510
+ .fa-rebel:before {
1511
+ content: "\f1d0";
1512
+ }
1513
+ .fa-ge:before,
1514
+ .fa-empire:before {
1515
+ content: "\f1d1";
1516
+ }
1517
+ .fa-git-square:before {
1518
+ content: "\f1d2";
1519
+ }
1520
+ .fa-git:before {
1521
+ content: "\f1d3";
1522
+ }
1523
+ .fa-hacker-news:before {
1524
+ content: "\f1d4";
1525
+ }
1526
+ .fa-tencent-weibo:before {
1527
+ content: "\f1d5";
1528
+ }
1529
+ .fa-qq:before {
1530
+ content: "\f1d6";
1531
+ }
1532
+ .fa-wechat:before,
1533
+ .fa-weixin:before {
1534
+ content: "\f1d7";
1535
+ }
1536
+ .fa-send:before,
1537
+ .fa-paper-plane:before {
1538
+ content: "\f1d8";
1539
+ }
1540
+ .fa-send-o:before,
1541
+ .fa-paper-plane-o:before {
1542
+ content: "\f1d9";
1543
+ }
1544
+ .fa-history:before {
1545
+ content: "\f1da";
1546
+ }
1547
+ .fa-circle-thin:before {
1548
+ content: "\f1db";
1549
+ }
1550
+ .fa-header:before {
1551
+ content: "\f1dc";
1552
+ }
1553
+ .fa-paragraph:before {
1554
+ content: "\f1dd";
1555
+ }
1556
+ .fa-sliders:before {
1557
+ content: "\f1de";
1558
+ }
1559
+ .fa-share-alt:before {
1560
+ content: "\f1e0";
1561
+ }
1562
+ .fa-share-alt-square:before {
1563
+ content: "\f1e1";
1564
+ }
1565
+ .fa-bomb:before {
1566
+ content: "\f1e2";
1567
+ }