semantic-rails 0.0.2 → 0.0.3

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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +0 -0
  3. data/Gemfile +0 -0
  4. data/LICENSE +0 -0
  5. data/README.md +0 -0
  6. data/Rakefile +0 -0
  7. data/lib/assets/css/semantic.css +1527 -1671
  8. data/lib/assets/fonts/fontawesome-webfont-.eot +0 -0
  9. data/lib/assets/fonts/fontawesome-webfont-v=4.1.0.eot +0 -0
  10. data/lib/assets/fonts/fontawesome-webfont-v=4.1.0.svg +504 -0
  11. data/lib/assets/fonts/fontawesome-webfont-v=4.1.0.ttf +0 -0
  12. data/lib/assets/fonts/fontawesome-webfont-v=4.1.0.woff +0 -0
  13. data/lib/assets/images/loader-large-inverted.gif +0 -0
  14. data/lib/assets/images/loader-large.gif +0 -0
  15. data/lib/assets/images/loader-medium-inverted.gif +0 -0
  16. data/lib/assets/images/loader-medium.gif +0 -0
  17. data/lib/assets/images/loader-mini-inverted.gif +0 -0
  18. data/lib/assets/images/loader-mini.gif +0 -0
  19. data/lib/assets/images/loader-small-inverted.gif +0 -0
  20. data/lib/assets/images/loader-small.gif +0 -0
  21. data/lib/assets/javascript/semantic.js +0 -0
  22. data/lib/assets/javascript/semantic.min.js +0 -0
  23. data/lib/semantic-rails/version.rb +1 -1
  24. data/lib/semantic-rails.rb +0 -0
  25. data/semantic-rails.gemspec +0 -0
  26. metadata +7 -12
  27. data/lib/assets/css/semantic.min.css +0 -14
  28. data/lib/assets/fonts/basic.icons.eot +0 -0
  29. data/lib/assets/fonts/basic.icons.svg +0 -450
  30. data/lib/assets/fonts/basic.icons.ttf +0 -0
  31. data/lib/assets/fonts/basic.icons.woff +0 -0
  32. data/lib/assets/fonts/icons.eot +0 -0
  33. data/lib/assets/fonts/icons.otf +0 -0
  34. data/lib/assets/fonts/icons.svg +0 -399
  35. data/lib/assets/fonts/icons.ttf +0 -0
  36. data/lib/assets/fonts/icons.woff +0 -0
@@ -454,7 +454,7 @@
454
454
  position: absolute;
455
455
  top: 2em;
456
456
  right: 0.5em;
457
- font-family: 'Icons';
457
+ font-family: 'FontAwesome';
458
458
  content: '\f133';
459
459
  font-size: 1.2em;
460
460
  font-weight: normal;
@@ -1660,7 +1660,7 @@ body > .ui.grid {
1660
1660
  padding-bottom: 0.63em;
1661
1661
  }
1662
1662
  /* Action Input */
1663
- .ui.menu:not(.vertical) .item > .button.labeled > .icon {
1663
+ .ui.menu:not(.vertical) .item > .button.labeled > .fa {
1664
1664
  padding-top: 0.6em;
1665
1665
  }
1666
1666
  .ui.menu:not(.vertical) .item .action.input > .button {
@@ -1681,7 +1681,7 @@ body > .ui.grid {
1681
1681
  font-size: 0.8em;
1682
1682
  padding: 0.9em;
1683
1683
  }
1684
- .ui.large.menu:not(.vertical) .item .action.input > .button > .icon {
1684
+ .ui.large.menu:not(.vertical) .item .action.input > .button > .fa {
1685
1685
  padding-top: 0.8em;
1686
1686
  }
1687
1687
  /*--------------
@@ -1697,7 +1697,7 @@ body > .ui.grid {
1697
1697
  /*--------------
1698
1698
  Dropdowns
1699
1699
  ---------------*/
1700
- .ui.menu .dropdown .menu .item .icon {
1700
+ .ui.menu .dropdown .menu .item .fa {
1701
1701
  float: none;
1702
1702
  margin: 0em 0.75em 0em 0em;
1703
1703
  }
@@ -1866,12 +1866,12 @@ body > .ui.grid {
1866
1866
  float: right;
1867
1867
  text-align: center;
1868
1868
  }
1869
- .ui.vertical.menu .item > i.icon {
1869
+ .ui.vertical.menu .item > i.fa {
1870
1870
  float: right;
1871
1871
  width: 1.22em;
1872
1872
  margin: 0em 0em 0em 0.5em;
1873
1873
  }
1874
- .ui.vertical.menu .item > .label + i.icon {
1874
+ .ui.vertical.menu .item > .label + i.fa {
1875
1875
  float: none;
1876
1876
  margin: 0em 0.25em 0em 0em;
1877
1877
  }
@@ -1910,7 +1910,7 @@ body > .ui.grid {
1910
1910
  .ui.vertical.menu .dropdown.item .menu .item {
1911
1911
  font-size: 1rem;
1912
1912
  }
1913
- .ui.vertical.menu .dropdown.item .menu .item i.icon {
1913
+ .ui.vertical.menu .dropdown.item .menu .item i.fa {
1914
1914
  margin-right: 0em;
1915
1915
  }
1916
1916
  .ui.vertical.menu .dropdown.item.active {
@@ -2065,7 +2065,7 @@ body > .ui.grid {
2065
2065
  min-width: 3em;
2066
2066
  text-align: center;
2067
2067
  }
2068
- .ui.pagination.menu .icon.item i.icon {
2068
+ .ui.pagination.menu .fa.item i.fa {
2069
2069
  vertical-align: top;
2070
2070
  }
2071
2071
  .ui.pagination.menu.floated {
@@ -2345,7 +2345,7 @@ body > .ui.grid {
2345
2345
  clear: left;
2346
2346
  margin: 0.5em 0em;
2347
2347
  }
2348
- .ui.vertical.text.menu .item > i.icon {
2348
+ .ui.vertical.text.menu .item > i.fa {
2349
2349
  float: none;
2350
2350
  margin: 0em 0.83em 0em 0em;
2351
2351
  }
@@ -2385,47 +2385,47 @@ body > .ui.grid {
2385
2385
  /*--------------
2386
2386
  Icon Only
2387
2387
  ---------------*/
2388
- .ui.icon.menu,
2389
- .ui.vertical.icon.menu {
2388
+ .ui.fa.menu,
2389
+ .ui.vertical.fa.menu {
2390
2390
  width: auto;
2391
2391
  display: inline-block;
2392
2392
  height: auto;
2393
2393
  }
2394
- .ui.icon.menu > .item {
2394
+ .ui.fa.menu > .item {
2395
2395
  height: auto;
2396
2396
  text-align: center;
2397
2397
  color: rgba(60, 60, 60, 0.7);
2398
2398
  }
2399
- .ui.icon.menu > .item > .icon {
2399
+ .ui.fa.menu > .item > .fa {
2400
2400
  display: block;
2401
2401
  float: none !important;
2402
2402
  opacity: 1;
2403
2403
  margin: 0em auto !important;
2404
2404
  }
2405
- .ui.icon.menu .icon:before {
2405
+ .ui.fa.menu .fa:before {
2406
2406
  opacity: 1;
2407
2407
  }
2408
2408
  /* Item Icon Only */
2409
- .ui.menu .icon.item .icon {
2409
+ .ui.menu .fa.item .fa {
2410
2410
  margin: 0em;
2411
2411
  }
2412
- .ui.vertical.icon.menu {
2412
+ .ui.vertical.fa.menu {
2413
2413
  float: none;
2414
2414
  }
2415
2415
  /*--- inverted ---*/
2416
- .ui.inverted.icon.menu .item {
2416
+ .ui.inverted.fa.menu .item {
2417
2417
  color: rgba(255, 255, 255, 0.8);
2418
2418
  }
2419
- .ui.inverted.icon.menu .icon {
2419
+ .ui.inverted.fa.menu .fa {
2420
2420
  color: #ffffff;
2421
2421
  }
2422
2422
  /*--------------
2423
2423
  Labeled Icon
2424
2424
  ---------------*/
2425
- .ui.labeled.icon.menu {
2425
+ .ui.labeled.fa.menu {
2426
2426
  text-align: center;
2427
2427
  }
2428
- .ui.labeled.icon.menu > .item > .icon {
2428
+ .ui.labeled.fa.menu > .item > .fa {
2429
2429
  display: block;
2430
2430
  font-size: 1.5em !important;
2431
2431
  margin: 0em auto 0.3em !important;
@@ -2454,14 +2454,19 @@ body > .ui.grid {
2454
2454
  }
2455
2455
  .ui.menu .purple.active.item,
2456
2456
  .ui.purple.menu .active.item {
2457
- border-color: #564F8A !important;
2458
- color: #564F8A !important;
2457
+ border-color: #171f43 !important;
2458
+ color: #171f43 !important;
2459
2459
  }
2460
2460
  .ui.menu .orange.active.item,
2461
2461
  .ui.orange.menu .active.item {
2462
2462
  border-color: #F05940 !important;
2463
2463
  color: #F05940 !important;
2464
2464
  }
2465
+ .ui.menu .yellow.active.item,
2466
+ .ui.yellow.menu .active.item {
2467
+ border-color: #ffcc00 !important;
2468
+ color: #ffcc00 !important;
2469
+ }
2465
2470
  .ui.menu .teal.active.item,
2466
2471
  .ui.teal.menu .active.item {
2467
2472
  border-color: #00B5AD !important;
@@ -2612,7 +2617,7 @@ body > .ui.grid {
2612
2617
  background-color: #8AD7F6;
2613
2618
  }
2614
2619
  .ui.inverted.purple.menu {
2615
- background-color: #564F8A;
2620
+ background-color: #171f43;
2616
2621
  }
2617
2622
  .ui.inverted.purple.pointing.menu .active.item:after {
2618
2623
  background-color: #7771A0;
@@ -2623,6 +2628,12 @@ body > .ui.grid {
2623
2628
  .ui.inverted.orange.pointing.menu .active.item:after {
2624
2629
  background-color: #F27966;
2625
2630
  }
2631
+ .ui.inverted.yellow.menu {
2632
+ background-color: #ffcc00;
2633
+ }
2634
+ .ui.inverted.yellow.pointing.menu .active.item:after {
2635
+ background-color: #ffcc00;
2636
+ }
2626
2637
  .ui.inverted.teal.menu {
2627
2638
  background-color: #00B5AD;
2628
2639
  }
@@ -2960,7 +2971,7 @@ body > .ui.grid {
2960
2971
  margin-top: 0em;
2961
2972
  }
2962
2973
  /* dismissable block */
2963
- .ui.message > .close.icon {
2974
+ .ui.message > .close.fa {
2964
2975
  cursor: pointer;
2965
2976
  position: absolute;
2966
2977
  right: 0em;
@@ -2978,7 +2989,7 @@ body > .ui.grid {
2978
2989
  ;
2979
2990
  z-index: 10;
2980
2991
  }
2981
- .ui.message > .close.icon:hover {
2992
+ .ui.message > .close.fa:hover {
2982
2993
  opacity: 1;
2983
2994
  }
2984
2995
  /*******************************
@@ -2987,8 +2998,8 @@ body > .ui.grid {
2987
2998
  .ui.message.visible {
2988
2999
  display: block !important;
2989
3000
  }
2990
- .ui.icon.message.animating,
2991
- .ui.icon.message.visible {
3001
+ .ui.fa.message.animating,
3002
+ .ui.fa.message.visible {
2992
3003
  display: table !important;
2993
3004
  }
2994
3005
  .ui.message.hidden {
@@ -3025,27 +3036,27 @@ body > .ui.grid {
3025
3036
  .ui.bottom.attached.message:not(:last-child) {
3026
3037
  margin-bottom: 1em;
3027
3038
  }
3028
- .ui.attached.icon.message {
3039
+ .ui.attached.fa.message {
3029
3040
  display: block;
3030
3041
  width: auto;
3031
3042
  }
3032
3043
  /*--------------
3033
3044
  Icon
3034
3045
  ---------------*/
3035
- .ui.icon.message {
3046
+ .ui.fa.message {
3036
3047
  display: table;
3037
3048
  width: 100%;
3038
3049
  }
3039
- .ui.icon.message > .icon:not(.close) {
3050
+ .ui.fa.message > .fa:not(.close) {
3040
3051
  display: table-cell;
3041
3052
  vertical-align: middle;
3042
3053
  font-size: 3.8em;
3043
3054
  opacity: 0.5;
3044
3055
  }
3045
- .ui.icon.message > .icon + .content {
3056
+ .ui.fa.message > .fa + .content {
3046
3057
  padding-left: 1em;
3047
3058
  }
3048
- .ui.icon.message > .content {
3059
+ .ui.fa.message > .content {
3049
3060
  display: table-cell;
3050
3061
  vertical-align: middle;
3051
3062
  }
@@ -3204,10 +3215,10 @@ body > .ui.grid {
3204
3215
  background-color: rgba(0, 0, 50, 0.02);
3205
3216
  }
3206
3217
  /* Icons */
3207
- .ui.table > .icon {
3218
+ .ui.table > .fa {
3208
3219
  vertical-align: baseline;
3209
3220
  }
3210
- .ui.table > .icon:only-child {
3221
+ .ui.table > .fa:only-child {
3211
3222
  margin: 0em;
3212
3223
  }
3213
3224
  /* Table Segment */
@@ -3553,7 +3564,7 @@ body > .ui.grid {
3553
3564
  width: 1em;
3554
3565
  opacity: 0.8;
3555
3566
  margin: 0em 0em 0em 0.5em;
3556
- font-family: 'Icons';
3567
+ font-family: 'FontAwesome';
3557
3568
  font-style: normal;
3558
3569
  font-weight: normal;
3559
3570
  text-decoration: inherit;
@@ -3636,634 +3647,19 @@ body > .ui.grid {
3636
3647
  font-size: 1.1em;
3637
3648
  }
3638
3649
 
3639
- /*
3640
- * # Semantic - basic.Icon (Basic)
3641
- * http://github.com/jlukic/semantic-ui/
3642
- *
3643
- *
3644
- * Copyright 2014 Contributors
3645
- * Released under the MIT license
3646
- * http://opensource.org/licenses/MIT
3647
- *
3648
- */
3649
- /*******************************
3650
- Basic Icon
3651
- *******************************/
3652
- @font-face {
3653
- font-family: 'Basic Icons';
3654
- src: url(basic.icons.eot);
3655
- src: url(basic.icons.eot?#iefix) format('embedded-opentype'), url(basic.icons.svg#basic.icons) format('svg'), url(basic.icons.woff) format('woff'), url(basic.icons.ttf) format('truetype');
3656
- font-style: normal;
3657
- font-weight: normal;
3658
- font-variant: normal;
3659
- text-decoration: inherit;
3660
- text-transform: none;
3661
- }
3662
- i.basic.icon {
3663
- display: inline-block;
3664
- opacity: 0.75;
3665
- margin: 0em 0.25em 0em 0em;
3666
- width: 1.23em;
3667
- height: 1em;
3668
- font-family: 'Basic Icons';
3669
- font-style: normal;
3670
- line-height: 1;
3671
- font-weight: normal;
3672
- text-decoration: inherit;
3673
- text-align: center;
3674
- speak: none;
3675
- -webkit-box-sizing: border-box;
3676
- -moz-box-sizing: border-box;
3677
- -ms-box-sizing: border-box;
3678
- box-sizing: border-box;
3679
- -webkit-font-smoothing: antialiased;
3680
- -moz-font-smoothing: antialiased;
3681
- font-smoothing: antialiased;
3682
- }
3683
- /* basic.icons available */
3684
- i.basic.icon.circle.attention:before {
3685
- content: '\2757';
3686
- }
3687
- /* '❗' */
3688
- i.basic.icon.circle.help:before {
3689
- content: '\e704';
3690
- }
3691
- /* '' */
3692
- i.basic.icon.circle.info:before {
3693
- content: '\e705';
3694
- }
3695
- /* '' */
3696
- i.basic.icon.add:before {
3697
- content: '\2795';
3698
- }
3699
- /* '➕' */
3700
- i.basic.icon.chart:before {
3701
- content: '📈';
3702
- }
3703
- /* '\1f4c8' */
3704
- i.basic.icon.chart.bar:before {
3705
- content: '📊';
3706
- }
3707
- /* '\1f4ca' */
3708
- i.basic.icon.chart.pie:before {
3709
- content: '\e7a2';
3710
- }
3711
- /* '' */
3712
- i.basic.icon.resize.full:before {
3713
- content: '\e744';
3714
- }
3715
- /* '' */
3716
- i.basic.icon.resize.horizontal:before {
3717
- content: '\2b0d';
3718
- }
3719
- /* '⬍' */
3720
- i.basic.icon.resize.small:before {
3721
- content: '\e746';
3722
- }
3723
- /* '' */
3724
- i.basic.icon.resize.vertical:before {
3725
- content: '\2b0c';
3726
- }
3727
- /* '⬌' */
3728
- i.basic.icon.down:before {
3729
- content: '\2193';
3730
- }
3731
- /* '↓' */
3732
- i.basic.icon.down.triangle:before {
3733
- content: '\25be';
3734
- }
3735
- /* '▾' */
3736
- i.basic.icon.down.arrow:before {
3737
- content: '\e75c';
3738
- }
3739
- /* '' */
3740
- i.basic.icon.left:before {
3741
- content: '\2190';
3742
- }
3743
- /* '←' */
3744
- i.basic.icon.left.triangle:before {
3745
- content: '\25c2';
3746
- }
3747
- /* '◂' */
3748
- i.basic.icon.left.arrow:before {
3749
- content: '\e75d';
3750
- }
3751
- /* '' */
3752
- i.basic.icon.right:before {
3753
- content: '\2192';
3754
- }
3755
- /* '→' */
3756
- i.basic.icon.right.triangle:before {
3757
- content: '\25b8';
3758
- }
3759
- /* '▸' */
3760
- i.basic.icon.right.arrow:before {
3761
- content: '\e75e';
3762
- }
3763
- /* '' */
3764
- i.basic.icon.up:before {
3765
- content: '\2191';
3766
- }
3767
- /* '↑' */
3768
- i.basic.icon.up.triangle:before {
3769
- content: '\25b4';
3770
- }
3771
- /* '▴' */
3772
- i.basic.icon.up.arrow:before {
3773
- content: '\e75f';
3774
- }
3775
- /* '' */
3776
- i.basic.icon.folder:before {
3777
- content: '\e810';
3778
- }
3779
- /* '' */
3780
- i.basic.icon.open.folder:before {
3781
- content: '📂';
3782
- }
3783
- /* '\1f4c2' */
3784
- i.basic.icon.globe:before {
3785
- content: '𝌍';
3786
- }
3787
- /* '\1d30d' */
3788
- i.basic.icon.desk.globe:before {
3789
- content: '🌐';
3790
- }
3791
- /* '\1f310' */
3792
- i.basic.icon.star:before {
3793
- content: '\e801';
3794
- }
3795
- /* '' */
3796
- i.basic.icon.star.empty:before {
3797
- content: '\e800';
3798
- }
3799
- /* '' */
3800
- i.basic.icon.star.half:before {
3801
- content: '\e701';
3802
- }
3803
- /* '' */
3804
- i.basic.icon.lock:before {
3805
- content: '🔒';
3806
- }
3807
- /* '\1f512' */
3808
- i.basic.icon.unlock:before {
3809
- content: '🔓';
3810
- }
3811
- /* '\1f513' */
3812
- i.basic.icon.layout.grid:before {
3813
- content: '\e80c';
3814
- }
3815
- /* '' */
3816
- i.basic.icon.layout.block:before {
3817
- content: '\e708';
3818
- }
3819
- /* '' */
3820
- i.basic.icon.layout.list:before {
3821
- content: '\e80b';
3822
- }
3823
- /* '' */
3824
- i.basic.icon.heart.empty:before {
3825
- content: '\2661';
3826
- }
3827
- /* '♡' */
3828
- i.basic.icon.heart:before {
3829
- content: '\2665';
3830
- }
3831
- /* '♥' */
3832
- i.basic.icon.asterisk:before {
3833
- content: '\2731';
3834
- }
3835
- /* '✱' */
3836
- i.basic.icon.attachment:before {
3837
- content: '📎';
3838
- }
3839
- /* '\1f4ce' */
3840
- i.basic.icon.attention:before {
3841
- content: '\26a0';
3842
- }
3843
- /* '⚠' */
3844
- i.basic.icon.trophy:before {
3845
- content: '🏉';
3846
- }
3847
- /* '\1f3c9' */
3848
- i.basic.icon.barcode:before {
3849
- content: '\e792';
3850
- }
3851
- /* '' */
3852
- i.basic.icon.cart:before {
3853
- content: '\e813';
3854
- }
3855
- /* '' */
3856
- i.basic.icon.block:before {
3857
- content: '🚫';
3858
- }
3859
- /* '\1f6ab' */
3860
- i.basic.icon.book:before {
3861
- content: '📖';
3862
- }
3863
- i.basic.icon.bookmark:before {
3864
- content: '🔖';
3865
- }
3866
- /* '\1f516' */
3867
- i.basic.icon.calendar:before {
3868
- content: '📅';
3869
- }
3870
- /* '\1f4c5' */
3871
- i.basic.icon.cancel:before {
3872
- content: '\2716';
3873
- }
3874
- /* '✖' */
3875
- i.basic.icon.close:before {
3876
- content: '\e80d';
3877
- }
3878
- /* '' */
3879
- i.basic.icon.color:before {
3880
- content: '\e794';
3881
- }
3882
- /* '' */
3883
- i.basic.icon.chat:before {
3884
- content: '\e720';
3885
- }
3886
- /* '' */
3887
- i.basic.icon.check:before {
3888
- content: '\2611';
3889
- }
3890
- /* '☑' */
3891
- i.basic.icon.time:before {
3892
- content: '🕔';
3893
- }
3894
- /* '\1f554' */
3895
- i.basic.icon.cloud:before {
3896
- content: '\2601';
3897
- }
3898
- /* '☁' */
3899
- i.basic.icon.code:before {
3900
- content: '\e714';
3901
- }
3902
- /* '' */
3903
- i.basic.icon.email:before {
3904
- content: '\40';
3905
- }
3906
- /* '@' */
3907
- i.basic.icon.settings:before {
3908
- content: '\26ef';
3909
- }
3910
- /* '⛯' */
3911
- i.basic.icon.setting:before {
3912
- content: '\2699';
3913
- }
3914
- /* '⚙' */
3915
- i.basic.icon.comment:before {
3916
- content: '\e802';
3917
- }
3918
- /* '' */
3919
- i.basic.icon.clockwise.counter:before {
3920
- content: '\27f2';
3921
- }
3922
- /* '⟲' */
3923
- i.basic.icon.clockwise:before {
3924
- content: '\27f3';
3925
- }
3926
- /* '⟳' */
3927
- i.basic.icon.cube:before {
3928
- content: '\e807';
3929
- }
3930
- /* '' */
3931
- i.basic.icon.direction:before {
3932
- content: '\27a2';
3933
- }
3934
- /* '➢' */
3935
- i.basic.icon.doc:before {
3936
- content: '📄';
3937
- }
3938
- /* '\1f4c4' */
3939
- i.basic.icon.docs:before {
3940
- content: '\e736';
3941
- }
3942
- /* '' */
3943
- i.basic.icon.dollar:before {
3944
- content: '💵';
3945
- }
3946
- /* '\1f4b5' */
3947
- i.basic.icon.paint:before {
3948
- content: '\e7b5';
3949
- }
3950
- /* '' */
3951
- i.basic.icon.edit:before {
3952
- content: '\270d';
3953
- }
3954
- /* '✍' */
3955
- i.basic.icon.eject:before {
3956
- content: '\2ecf';
3957
- }
3958
- /* '⻏' */
3959
- i.basic.icon.export:before {
3960
- content: '\e715';
3961
- }
3962
- /* '' */
3963
- i.basic.icon.hide:before {
3964
- content: '\e70b';
3965
- }
3966
- /* '' */
3967
- i.basic.icon.unhide:before {
3968
- content: '\e80f';
3969
- }
3970
- /* '' */
3971
- i.basic.icon.facebook:before {
3972
- content: '\f301';
3973
- }
3974
- /* '' */
3975
- i.basic.icon.fast-forward:before {
3976
- content: '\e804';
3977
- }
3978
- /* '' */
3979
- i.basic.icon.fire:before {
3980
- content: '🔥';
3981
- }
3982
- /* '\1f525' */
3983
- i.basic.icon.flag:before {
3984
- content: '\2691';
3985
- }
3986
- /* '⚑' */
3987
- i.basic.icon.lightning:before {
3988
- content: '\26a1';
3989
- }
3990
- /* '⚡' */
3991
- i.basic.icon.lab:before {
3992
- content: '\68';
3993
- }
3994
- /* 'h' */
3995
- i.basic.icon.flight:before {
3996
- content: '\2708';
3997
- }
3998
- /* '✈' */
3999
- i.basic.icon.forward:before {
4000
- content: '\27a6';
4001
- }
4002
- /* '➦' */
4003
- i.basic.icon.gift:before {
4004
- content: '🎁';
4005
- }
4006
- /* '\1f381' */
4007
- i.basic.icon.github:before {
4008
- content: '\f308';
4009
- }
4010
- /* '' */
4011
- i.basic.icon.globe:before {
4012
- content: '\e817';
4013
- }
4014
- /* '' */
4015
- i.basic.icon.headphones:before {
4016
- content: '🎧';
4017
- }
4018
- /* '\1f3a7' */
4019
- i.basic.icon.question:before {
4020
- content: '\2753';
4021
- }
4022
- /* '❓' */
4023
- i.basic.icon.home:before {
4024
- content: '\2302';
4025
- }
4026
- /* '⌂' */
4027
- i.basic.icon.i:before {
4028
- content: '\2139';
4029
- }
4030
- /* 'ℹ' */
4031
- i.basic.icon.idea:before {
4032
- content: '💡';
4033
- }
4034
- /* '\1f4a1' */
4035
- i.basic.icon.open:before {
4036
- content: '🔗';
4037
- }
4038
- /* '\1f517' */
4039
- i.basic.icon.content:before {
4040
- content: '\e782';
4041
- }
4042
- /* '' */
4043
- i.basic.icon.location:before {
4044
- content: '\e724';
4045
- }
4046
- /* '' */
4047
- i.basic.icon.mail:before {
4048
- content: '\2709';
4049
- }
4050
- /* '✉' */
4051
- i.basic.icon.mic:before {
4052
- content: '🎤';
4053
- }
4054
- /* '\1f3a4' */
4055
- i.basic.icon.minus:before {
4056
- content: '\2d';
4057
- }
4058
- /* '-' */
4059
- i.basic.icon.money:before {
4060
- content: '💰';
4061
- }
4062
- /* '\1f4b0' */
4063
- i.basic.icon.off:before {
4064
- content: '\e78e';
4065
- }
4066
- /* '' */
4067
- i.basic.icon.pause:before {
4068
- content: '\e808';
4069
- }
4070
- /* '' */
4071
- i.basic.icon.photos:before {
4072
- content: '\e812';
4073
- }
4074
- /* '' */
4075
- i.basic.icon.photo:before {
4076
- content: '🌄';
4077
- }
4078
- /* '\1f304' */
4079
- i.basic.icon.pin:before {
4080
- content: '📌';
4081
- }
4082
- /* '\1f4cc' */
4083
- i.basic.icon.play:before {
4084
- content: '\e809';
4085
- }
4086
- /* '' */
4087
- i.basic.icon.plus:before {
4088
- content: '\2b';
4089
- }
4090
- /* '+' */
4091
- i.basic.icon.print:before {
4092
- content: '\e716';
4093
- }
4094
- /* '' */
4095
- i.basic.icon.rss:before {
4096
- content: '\e73a';
4097
- }
4098
- /* '' */
4099
- i.basic.icon.search:before {
4100
- content: '🔍';
4101
- }
4102
- /* '\1f50d' */
4103
- i.basic.icon.shuffle:before {
4104
- content: '\e803';
4105
- }
4106
- /* '' */
4107
- i.basic.icon.tag:before {
4108
- content: '\e80a';
4109
- }
4110
- /* '' */
4111
- i.basic.icon.tags:before {
4112
- content: '\e70d';
4113
- }
4114
- /* '' */
4115
- i.basic.icon.terminal:before {
4116
- content: '\e7ac';
4117
- }
4118
- /* '' */
4119
- i.basic.icon.thumbs.down:before {
4120
- content: '👎';
4121
- }
4122
- /* '\1f44e' */
4123
- i.basic.icon.thumbs.up:before {
4124
- content: '👍';
4125
- }
4126
- /* '\1f44d' */
4127
- i.basic.icon.to-end:before {
4128
- content: '\e806';
4129
- }
4130
- /* '' */
4131
- i.basic.icon.to-start:before {
4132
- content: '\e805';
4133
- }
4134
- /* '' */
4135
- i.basic.icon.top.list:before {
4136
- content: '🏆';
4137
- }
4138
- /* '\1f3c6' */
4139
- i.basic.icon.trash:before {
4140
- content: '\e729';
4141
- }
4142
- /* '' */
4143
- i.basic.icon.twitter:before {
4144
- content: '\f303';
4145
- }
4146
- /* '' */
4147
- i.basic.icon.upload:before {
4148
- content: '\e711';
4149
- }
4150
- /* '' */
4151
- i.basic.icon.user.add:before {
4152
- content: '\e700';
4153
- }
4154
- /* '' */
4155
- i.basic.icon.user:before {
4156
- content: '👤';
4157
- }
4158
- /* '\1f464' */
4159
- i.basic.icon.community:before {
4160
- content: '\e814';
4161
- }
4162
- /* '' */
4163
- i.basic.icon.users:before {
4164
- content: '👥';
4165
- }
4166
- /* '\1f465' */
4167
- i.basic.icon.id:before {
4168
- content: '\e722';
4169
- }
4170
- /* '' */
4171
- i.basic.icon.url:before {
4172
- content: '🔗';
4173
- }
4174
- /* '\1f517' */
4175
- i.basic.icon.zoom.in:before {
4176
- content: '\e750';
4177
- }
4178
- /* '' */
4179
- i.basic.icon.zoom.out:before {
4180
- content: '\e751';
4181
- }
4182
- /* '' */
4183
- /*--------------
4184
- Spacing Fix
4185
- ---------------*/
4186
- /* dropdown arrows are to the right */
4187
- i.dropdown.basic.icon {
4188
- margin: 0em 0em 0em 0.5em;
4189
- }
4190
- /* stars are usually consecutive */
4191
- i.basic.icon.star {
4192
- width: auto;
4193
- margin: 0em;
4194
- }
4195
- /* left side basic.icons */
4196
- i.basic.icon.left,
4197
- i.basic.icon.left,
4198
- i.basic.icon.left {
4199
- width: auto;
4200
- margin: 0em 0.5em 0em 0em;
4201
- }
4202
- /* right side basic.icons */
4203
- i.basic.icon.search,
4204
- i.basic.icon.up,
4205
- i.basic.icon.down,
4206
- i.basic.icon.right {
4207
- width: auto;
4208
- margin: 0em 0em 0em 0.5em;
4209
- }
4210
- /*--------------
4211
- Aliases
4212
- ---------------*/
4213
- /* aliases for convenience */
4214
- i.basic.icon.delete:before {
4215
- content: '\e80d';
4216
- }
4217
- /* '' */
4218
- i.basic.icon.dropdown:before {
4219
- content: '\25be';
4220
- }
4221
- /* '▾' */
4222
- i.basic.icon.help:before {
4223
- content: '\e704';
4224
- }
4225
- /* '' */
4226
- i.basic.icon.info:before {
4227
- content: '\e705';
4228
- }
4229
- /* '' */
4230
- i.basic.icon.error:before {
4231
- content: '\e80d';
4232
- }
4233
- /* '' */
4234
- i.basic.icon.dislike:before {
4235
- content: '\2661';
4236
- }
4237
- /* '♡' */
4238
- i.basic.icon.like:before {
4239
- content: '\2665';
4240
- }
4241
- /* '♥' */
4242
- i.basic.icon.eye:before {
4243
- content: '\e80f';
4244
- }
4245
- /* '' */
4246
- i.basic.icon.eye.hidden:before {
4247
- content: '\e70b';
4248
- }
4249
- /* '' */
4250
- i.basic.icon.date:before {
4251
- content: '📅';
4252
- }
4253
- /* '\1f4c5' */
4254
3650
  /*******************************
4255
3651
  States
4256
3652
  *******************************/
4257
- i.basic.icon.hover {
3653
+ i.basic.fa.hover {
4258
3654
  opacity: 1;
4259
3655
  }
4260
- i.basic.icon.active {
3656
+ i.basic.fa.active {
4261
3657
  opacity: 1;
4262
3658
  }
4263
- i.emphasized.basic.icon {
3659
+ i.emphasized.basic.fa {
4264
3660
  opacity: 1;
4265
3661
  }
4266
- i.basic.icon.disabled {
3662
+ i.basic.fa.disabled {
4267
3663
  opacity: 0.3;
4268
3664
  }
4269
3665
  /*******************************
@@ -4272,20 +3668,20 @@ i.basic.icon.disabled {
4272
3668
  /*-------------------
4273
3669
  Link
4274
3670
  --------------------*/
4275
- i.link.basic.icon {
3671
+ i.link.basic.fa {
4276
3672
  cursor: pointer;
4277
3673
  opacity: 0.7;
4278
3674
  -webkit-transition: opacity 0.3s ease-out;
4279
3675
  -moz-transition: opacity 0.3s ease-out;
4280
3676
  transition: opacity 0.3s ease-out;
4281
3677
  }
4282
- .link.basic.icon:hover {
3678
+ .link.basic.fa:hover {
4283
3679
  opacity: 1 !important;
4284
3680
  }
4285
3681
  /*-------------------
4286
3682
  Circular
4287
3683
  --------------------*/
4288
- i.circular.basic.icon {
3684
+ i.circular.basic.fa {
4289
3685
  border-radius: 500px !important;
4290
3686
  padding: 0.5em 0em !important;
4291
3687
  -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
@@ -4294,7 +3690,7 @@ i.circular.basic.icon {
4294
3690
  width: 2em !important;
4295
3691
  height: 2em !important;
4296
3692
  }
4297
- i.circular.inverted.basic.icon {
3693
+ i.circular.inverted.basic.fa {
4298
3694
  border: none;
4299
3695
  -webkit-box-shadow: none;
4300
3696
  box-shadow: none;
@@ -4302,13 +3698,13 @@ i.circular.inverted.basic.icon {
4302
3698
  /*-------------------
4303
3699
  Flipped
4304
3700
  --------------------*/
4305
- i.vertically.flipped.basic.icon {
3701
+ i.vertically.flipped.basic.fa {
4306
3702
  -webkit-transform: scale(1, -1);
4307
3703
  -moz-transform: scale(1, -1);
4308
3704
  -ms-transform: scale(1, -1);
4309
3705
  transform: scale(1, -1);
4310
3706
  }
4311
- i.horizontally.flipped.basic.icon {
3707
+ i.horizontally.flipped.basic.fa {
4312
3708
  -webkit-transform: scale(-1, 1);
4313
3709
  -moz-transform: scale(-1, 1);
4314
3710
  -ms-transform: scale(-1, 1);
@@ -4317,13 +3713,13 @@ i.horizontally.flipped.basic.icon {
4317
3713
  /*-------------------
4318
3714
  Rotated
4319
3715
  --------------------*/
4320
- i.left.rotated.basic.icon {
3716
+ i.left.rotated.basic.fa {
4321
3717
  -webkit-transform: rotate(-90deg);
4322
3718
  -moz-transform: rotate(-90deg);
4323
3719
  -ms-transform: rotate(-90deg);
4324
3720
  transform: rotate(-90deg);
4325
3721
  }
4326
- i.right.rotated.basic.icon {
3722
+ i.right.rotated.basic.fa {
4327
3723
  -webkit-transform: rotate(90deg);
4328
3724
  -moz-transform: rotate(90deg);
4329
3725
  -ms-transform: rotate(90deg);
@@ -4332,7 +3728,7 @@ i.right.rotated.basic.icon {
4332
3728
  /*-------------------
4333
3729
  Square
4334
3730
  --------------------*/
4335
- i.square.basic.icon {
3731
+ i.square.basic.fa {
4336
3732
  width: 2em;
4337
3733
  height: 2em;
4338
3734
  padding: 0.5em 0.35em !important;
@@ -4340,10 +3736,10 @@ i.square.basic.icon {
4340
3736
  box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
4341
3737
  vertical-align: baseline;
4342
3738
  }
4343
- i.square.basic.icon:before {
3739
+ i.square.basic.fa:before {
4344
3740
  vertical-align: middle;
4345
3741
  }
4346
- i.square.inverted.basic.icon {
3742
+ i.square.inverted.basic.fa {
4347
3743
  border: none;
4348
3744
  -webkit-box-shadow: none;
4349
3745
  box-shadow: none;
@@ -4351,83 +3747,83 @@ i.square.inverted.basic.icon {
4351
3747
  /*-------------------
4352
3748
  Inverted
4353
3749
  --------------------*/
4354
- i.inverted.basic.icon {
3750
+ i.inverted.basic.fa {
4355
3751
  background-color: #222222;
4356
3752
  color: #FFFFFF;
4357
3753
  }
4358
3754
  /*-------------------
4359
3755
  Colors
4360
3756
  --------------------*/
4361
- i.blue.basic.icon {
3757
+ i.blue.basic.fa {
4362
3758
  color: #6ECFF5 !important;
4363
3759
  }
4364
- i.black.basic.icon {
3760
+ i.black.basic.fa {
4365
3761
  color: #5C6166 !important;
4366
3762
  }
4367
- i.green.basic.icon {
3763
+ i.green.basic.fa {
4368
3764
  color: #A1CF64 !important;
4369
3765
  }
4370
- i.red.basic.icon {
3766
+ i.red.basic.fa {
4371
3767
  color: #D95C5C !important;
4372
3768
  }
4373
- i.purple.basic.icon {
4374
- color: #564F8A !important;
3769
+ i.purple.basic.fa {
3770
+ color: #171f43 !important;
4375
3771
  }
4376
- i.teal.basic.icon {
3772
+ i.teal.basic.fa {
4377
3773
  color: #00B5AD !important;
4378
3774
  }
4379
3775
  /*-------------------
4380
3776
  Inverted Colors
4381
3777
  --------------------*/
4382
- i.inverted.black.basic.icon {
3778
+ i.inverted.black.basic.fa {
4383
3779
  background-color: #5C6166 !important;
4384
3780
  color: #FFFFFF !important;
4385
3781
  }
4386
- i.inverted.blue.basic.icon {
3782
+ i.inverted.blue.basic.fa {
4387
3783
  background-color: #6ECFF5 !important;
4388
3784
  color: #FFFFFF !important;
4389
3785
  }
4390
- i.inverted.green.basic.icon {
3786
+ i.inverted.green.basic.fa {
4391
3787
  background-color: #A1CF64 !important;
4392
3788
  color: #FFFFFF !important;
4393
3789
  }
4394
- i.inverted.red.basic.icon {
3790
+ i.inverted.red.basic.fa {
4395
3791
  background-color: #D95C5C !important;
4396
3792
  color: #FFFFFF !important;
4397
3793
  }
4398
- i.inverted.purple.basic.icon {
4399
- background-color: #564F8A !important;
3794
+ i.inverted.purple.basic.fa {
3795
+ background-color: #171f43 !important;
4400
3796
  color: #FFFFFF !important;
4401
3797
  }
4402
- i.inverted.teal.basic.icon {
3798
+ i.inverted.teal.basic.fa {
4403
3799
  background-color: #00B5AD !important;
4404
3800
  color: #FFFFFF !important;
4405
3801
  }
4406
3802
  /*-------------------
4407
3803
  Sizes
4408
3804
  --------------------*/
4409
- i.small.basic.icon {
3805
+ i.small.basic.fa {
4410
3806
  font-size: 0.875em;
4411
3807
  }
4412
- i.basic.icon {
3808
+ i.basic.fa {
4413
3809
  font-size: 1em;
4414
3810
  }
4415
- i.large.basic.icon {
3811
+ i.large.basic.fa {
4416
3812
  font-size: 1.5em;
4417
3813
  margin-right: 0.2em;
4418
3814
  vertical-align: middle;
4419
3815
  }
4420
- i.big.basic.icon {
3816
+ i.big.basic.fa {
4421
3817
  font-size: 2em;
4422
3818
  margin-right: 0.5em;
4423
3819
  vertical-align: middle;
4424
3820
  }
4425
- i.huge.basic.icon {
3821
+ i.huge.basic.fa {
4426
3822
  font-size: 4em;
4427
3823
  margin-right: 0.75em;
4428
3824
  vertical-align: middle;
4429
3825
  }
4430
- i.massive.basic.icon {
3826
+ i.massive.basic.fa {
4431
3827
  font-size: 8em;
4432
3828
  margin-right: 1em;
4433
3829
  vertical-align: middle;
@@ -4509,11 +3905,13 @@ i.massive.basic.icon {
4509
3905
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
4510
3906
  color: rgba(0, 0, 0, 0.7);
4511
3907
  }
3908
+ .ui.button:focus{outline:none;}
3909
+
4512
3910
  .ui.button.active:hover {
4513
3911
  background-image: none;
4514
3912
  }
4515
- .ui.button:hover .icon,
4516
- .ui.button.hover .icon {
3913
+ .ui.button:hover .fa,
3914
+ .ui.button.hover .fa {
4517
3915
  opacity: 0.85;
4518
3916
  }
4519
3917
  /*--------------
@@ -4523,8 +3921,9 @@ i.massive.basic.icon {
4523
3921
  .ui.active.button:active {
4524
3922
  background-color: #F1F1F1;
4525
3923
  color: rgba(0, 0, 0, 0.7);
4526
- -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset !important;
4527
- box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset !important;
3924
+ -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45)!important;
3925
+ -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45)!important;
3926
+ box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.45)!important;
4528
3927
  }
4529
3928
  /*--------------
4530
3929
  Loading
@@ -4547,7 +3946,7 @@ i.massive.basic.icon {
4547
3946
  content: '';
4548
3947
  background: transparent url(loader-mini.gif) no-repeat 50% 50%;
4549
3948
  }
4550
- .ui.labeled.icon.loading.button .icon {
3949
+ .ui.labeled.fa.loading.button .fa {
4551
3950
  background-color: transparent;
4552
3951
  -webkit-box-shadow: none;
4553
3952
  box-shadow: none;
@@ -4831,7 +4230,7 @@ i.massive.basic.icon {
4831
4230
  /*--------------
4832
4231
  Icon
4833
4232
  ---------------*/
4834
- .ui.button > .icon {
4233
+ .ui.button > .fa {
4835
4234
  margin-right: 0.6em;
4836
4235
  line-height: 1;
4837
4236
  -webkit-transition: opacity 0.1s ease
@@ -4873,8 +4272,8 @@ i.massive.basic.icon {
4873
4272
  .ui.mini.button {
4874
4273
  padding: 0.6em 0.8em;
4875
4274
  }
4876
- .ui.mini.icon.buttons .button,
4877
- .ui.mini.buttons .icon.button {
4275
+ .ui.mini.fa.buttons .button,
4276
+ .ui.mini.buttons .fa.button {
4878
4277
  padding: 0.6em 0.6em;
4879
4278
  }
4880
4279
  .ui.tiny.buttons .button,
@@ -4887,8 +4286,8 @@ i.massive.basic.icon {
4887
4286
  .ui.tiny.button {
4888
4287
  padding: 0.6em 0.8em;
4889
4288
  }
4890
- .ui.tiny.icon.buttons .button,
4891
- .ui.tiny.buttons .icon.button {
4289
+ .ui.tiny.fa.buttons .button,
4290
+ .ui.tiny.buttons .fa.button {
4892
4291
  padding: 0.6em 0.6em;
4893
4292
  }
4894
4293
  .ui.small.buttons .button,
@@ -4957,12 +4356,12 @@ i.massive.basic.icon {
4957
4356
  /*--------------
4958
4357
  Icon Only
4959
4358
  ---------------*/
4960
- .ui.icon.buttons .button,
4961
- .ui.icon.button {
4359
+ .ui.fa.buttons .button,
4360
+ .ui.fa.button {
4962
4361
  padding: 0.8em;
4963
4362
  }
4964
- .ui.icon.buttons .button > .icon,
4965
- .ui.icon.button > .icon {
4363
+ .ui.fa.buttons .button > .fa,
4364
+ .ui.fa.button > .fa {
4966
4365
  opacity: 0.9;
4967
4366
  margin: 0em;
4968
4367
  vertical-align: top;
@@ -5061,14 +4460,14 @@ i.massive.basic.icon {
5061
4460
  /*--------------
5062
4461
  Labeled Icon
5063
4462
  ---------------*/
5064
- .ui.labeled.icon.buttons .button,
5065
- .ui.labeled.icon.button {
4463
+ .ui.labeled.fa.buttons .button,
4464
+ .ui.labeled.fa.button {
5066
4465
  position: relative;
5067
4466
  padding-left: 4em !important;
5068
4467
  padding-right: 1.4em !important;
5069
4468
  }
5070
- .ui.labeled.icon.buttons > .button > .icon,
5071
- .ui.labeled.icon.button > .icon {
4469
+ .ui.labeled.fa.buttons > .button > .fa,
4470
+ .ui.labeled.fa.button > .fa {
5072
4471
  position: absolute;
5073
4472
  top: 0em;
5074
4473
  left: 0em;
@@ -5086,35 +4485,35 @@ i.massive.basic.icon {
5086
4485
  -webkit-box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
5087
4486
  box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
5088
4487
  }
5089
- .ui.labeled.icon.buttons .button > .icon {
4488
+ .ui.labeled.fa.buttons .button > .fa {
5090
4489
  border-radius: 0em;
5091
4490
  }
5092
- .ui.labeled.icon.buttons .button:first-child > .icon {
4491
+ .ui.labeled.fa.buttons .button:first-child > .fa {
5093
4492
  border-top-left-radius: 0.25em;
5094
4493
  border-bottom-left-radius: 0.25em;
5095
4494
  }
5096
- .ui.labeled.icon.buttons .button:last-child > .icon {
4495
+ .ui.labeled.fa.buttons .button:last-child > .fa {
5097
4496
  border-top-right-radius: 0.25em;
5098
4497
  border-bottom-right-radius: 0.25em;
5099
4498
  }
5100
- .ui.vertical.labeled.icon.buttons .button:first-child > .icon {
4499
+ .ui.vertical.labeled.fa.buttons .button:first-child > .fa {
5101
4500
  border-radius: 0em;
5102
4501
  border-top-left-radius: 0.25em;
5103
4502
  }
5104
- .ui.vertical.labeled.icon.buttons .button:last-child > .icon {
4503
+ .ui.vertical.labeled.fa.buttons .button:last-child > .fa {
5105
4504
  border-radius: 0em;
5106
4505
  border-bottom-left-radius: 0.25em;
5107
4506
  }
5108
- .ui.right.labeled.icon.button {
4507
+ .ui.right.labeled.fa.button {
5109
4508
  padding-left: 1.4em !important;
5110
4509
  padding-right: 4em !important;
5111
4510
  }
5112
- .ui.left.fluid.labeled.icon.button,
5113
- .ui.right.fluid.labeled.icon.button {
4511
+ .ui.left.fluid.labeled.fa.button,
4512
+ .ui.right.fluid.labeled.fa.button {
5114
4513
  padding-left: 1.4em !important;
5115
4514
  padding-right: 1.4em !important;
5116
4515
  }
5117
- .ui.right.labeled.icon.button .icon {
4516
+ .ui.right.labeled.fa.button .fa {
5118
4517
  left: auto;
5119
4518
  right: 0em;
5120
4519
  border-radius: 0em 0.25em 0.25em 0em;
@@ -5456,6 +4855,24 @@ i.massive.basic.icon {
5456
4855
  background-color: #DA683B;
5457
4856
  color: #FFFFFF;
5458
4857
  }
4858
+ /*--- yellow ---*/
4859
+ .ui.yellow.buttons .button,
4860
+ .ui.yellow.button {
4861
+ background-color: #ffcc00;
4862
+ color: #FFFFFF;
4863
+ }
4864
+ .ui.yellow.buttons .button:hover,
4865
+ .ui.yellow.button:hover,
4866
+ .ui.yellow.buttons .active.button,
4867
+ .ui.yellow.button.active {
4868
+ background-color: #f4cb35;
4869
+ color: #FFFFFF;
4870
+ }
4871
+ .ui.yellow.buttons .button:active,
4872
+ .ui.yellow.button:active {
4873
+ background-color: #f4cb35;
4874
+ color: #FFFFFF;
4875
+ }
5459
4876
  /*--- Blue ---*/
5460
4877
  .ui.blue.buttons .button,
5461
4878
  .ui.blue.button {
@@ -5477,19 +4894,19 @@ i.massive.basic.icon {
5477
4894
  /*--- Purple ---*/
5478
4895
  .ui.purple.buttons .button,
5479
4896
  .ui.purple.button {
5480
- background-color: #564F8A;
4897
+ background-color: #171f43;
5481
4898
  color: #FFFFFF;
5482
4899
  }
5483
4900
  .ui.purple.buttons .button:hover,
5484
4901
  .ui.purple.button:hover,
5485
4902
  .ui.purple.buttons .active.button,
5486
4903
  .ui.purple.button.active {
5487
- background-color: #3E3773;
4904
+ background-color: #1d2856;
5488
4905
  color: #FFFFFF;
5489
4906
  }
5490
4907
  .ui.purple.buttons .button:active,
5491
4908
  .ui.purple.button:active {
5492
- background-color: #2E2860;
4909
+ background-color: #1d2856;
5493
4910
  color: #FFFFFF;
5494
4911
  }
5495
4912
  /*--- Teal ---*/
@@ -5718,7 +5135,7 @@ i.massive.basic.icon {
5718
5135
  /*--------------
5719
5136
  Icon
5720
5137
  ---------------*/
5721
- .ui.divider > .icon {
5138
+ .ui.divider > .fa {
5722
5139
  margin: 0em;
5723
5140
  font-size: 1rem;
5724
5141
  vertical-align: middle;
@@ -5794,12 +5211,12 @@ i.massive.basic.icon {
5794
5211
  line-height: 1.2;
5795
5212
  color: rgba(0, 0, 0, 0.5);
5796
5213
  }
5797
- .ui.header .icon {
5214
+ .ui.header .fa {
5798
5215
  display: table-cell;
5799
5216
  vertical-align: middle;
5800
5217
  padding-right: 0.5em;
5801
5218
  }
5802
- .ui.header .icon:only-child {
5219
+ .ui.header .fa:only-child {
5803
5220
  display: inline-block;
5804
5221
  vertical-align: baseline;
5805
5222
  }
@@ -5807,7 +5224,7 @@ i.massive.basic.icon {
5807
5224
  display: inline-block;
5808
5225
  vertical-align: top;
5809
5226
  }
5810
- .ui.header .icon + .content {
5227
+ .ui.header .fa + .content {
5811
5228
  padding-left: 0.5em;
5812
5229
  display: table-cell;
5813
5230
  }
@@ -5870,28 +5287,28 @@ h5.ui.header {
5870
5287
  /*-------------------
5871
5288
  Icon
5872
5289
  --------------------*/
5873
- .ui.icon.header {
5290
+ .ui.fa.header {
5874
5291
  display: inline-block;
5875
5292
  text-align: center;
5876
5293
  }
5877
- .ui.icon.header .icon {
5294
+ .ui.fa.header .fa {
5878
5295
  float: none;
5879
5296
  display: block;
5880
5297
  font-size: 3em;
5881
5298
  margin: 0em auto 0.2em;
5882
5299
  padding: 0em;
5883
5300
  }
5884
- .ui.icon.header .content {
5301
+ .ui.fa.header .content {
5885
5302
  display: block;
5886
5303
  }
5887
- .ui.icon.header .circular.icon,
5888
- .ui.icon.header .square.icon {
5304
+ .ui.fa.header .circular.fa,
5305
+ .ui.fa.header .square.fa {
5889
5306
  font-size: 2em;
5890
5307
  }
5891
- .ui.block.icon.header .icon {
5308
+ .ui.block.fa.header .fa {
5892
5309
  margin-bottom: 0em;
5893
5310
  }
5894
- .ui.icon.header.aligned {
5311
+ .ui.fa.header.aligned {
5895
5312
  margin-left: auto;
5896
5313
  margin-right: auto;
5897
5314
  display: block;
@@ -5921,7 +5338,7 @@ h5.ui.header {
5921
5338
  color: #D95C5C !important;
5922
5339
  }
5923
5340
  .ui.purple.header {
5924
- color: #564F8A !important;
5341
+ color: #171f43 !important;
5925
5342
  }
5926
5343
  .ui.teal.header {
5927
5344
  color: #00B5AD !important;
@@ -5939,7 +5356,7 @@ h5.ui.header {
5939
5356
  border-bottom: 3px solid #D95C5C;
5940
5357
  }
5941
5358
  .ui.purple.dividing.header {
5942
- border-bottom: 3px solid #564F8A;
5359
+ border-bottom: 3px solid #171f43;
5943
5360
  }
5944
5361
  .ui.teal.dividing.header {
5945
5362
  border-bottom: 3px solid #00B5AD;
@@ -5973,7 +5390,7 @@ h5.ui.header {
5973
5390
  color: #FFFFFF !important;
5974
5391
  }
5975
5392
  .ui.inverted.purple.header {
5976
- background-color: #564F8A !important;
5393
+ background-color: #171f43 !important;
5977
5394
  color: #FFFFFF !important;
5978
5395
  }
5979
5396
  .ui.inverted.teal.header {
@@ -6033,7 +5450,7 @@ h5.ui.header {
6033
5450
  .ui.dividing.header .sub.header {
6034
5451
  padding-bottom: 0.5em;
6035
5452
  }
6036
- .ui.dividing.header .icon {
5453
+ .ui.dividing.header .fa {
6037
5454
  margin-bottom: 0.2em;
6038
5455
  }
6039
5456
  /*-------------------
@@ -6061,1189 +5478,1580 @@ h5.ui.header {
6061
5478
  border-radius: 0em 0em 0.3125em 0.3125em;
6062
5479
  }
6063
5480
 
6064
- /*
6065
- * # Semantic - Icon
6066
- * http://github.com/jlukic/semantic-ui/
6067
- *
6068
- *
6069
- * Copyright 2014 Contributors
6070
- * Released under the MIT license
6071
- * http://opensource.org/licenses/MIT
6072
- *
6073
- */
6074
5481
  /*!
6075
- * Font Awesome 3.2.1
6076
- * the iconic font designed for Bootstrap
6077
- * ------------------------------------------------------------------------------
6078
- * The full suite of pictographic icons, examples, and documentation can be
6079
- * found at http://fon.io. Stay up to date on Twitter at
6080
- * http://twitter.com/fon.
6081
- *
6082
- * License
6083
- * ------------------------------------------------------------------------------
6084
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
6085
- * http://scripts.sil.org/OFL
6086
-
6087
- /*******************************
6088
- Icon
6089
- *******************************/
5482
+ * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
5483
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
5484
+ */
5485
+ /* FONT PATH
5486
+ * -------------------------- */
6090
5487
  @font-face {
6091
- font-family: 'Icons';
6092
- src: url(icons.eot);
6093
- src: url(icons.eot?#iefix) format('embedded-opentype'), url(icons.svg#icons) format('svg'), url(icons.woff) format('woff'), url(icons.ttf) format('truetype');
6094
- font-style: normal;
6095
- font-weight: normal;
6096
- font-variant: normal;
6097
- text-decoration: inherit;
6098
- text-transform: none;
5488
+ font-family: 'FontAwesome';
5489
+ src: url('fontawesome-webfont.eot?v=4.1.0');
5490
+ src: url('fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
5491
+ font-weight: normal;
5492
+ font-style: normal;
5493
+ }
5494
+ .fa {
5495
+ display: inline-block;
5496
+ font-family: FontAwesome;
5497
+ font-style: normal;
5498
+ font-weight: normal;
5499
+ line-height: 1;
5500
+ -webkit-font-smoothing: antialiased;
5501
+ -moz-osx-font-smoothing: grayscale;
5502
+ }
5503
+ /* makes the font 33% larger relative to the icon container */
5504
+ .fa-lg {
5505
+ font-size: 1.33333333em;
5506
+ line-height: 0.75em;
5507
+ vertical-align: -15%;
5508
+ }
5509
+ .fa-2x {
5510
+ font-size: 2em;
5511
+ }
5512
+ .fa-3x {
5513
+ font-size: 3em;
5514
+ }
5515
+ .fa-4x {
5516
+ font-size: 4em;
5517
+ }
5518
+ .fa-5x {
5519
+ font-size: 5em;
5520
+ }
5521
+ .fa-fw {
5522
+ width: 1.28571429em;
5523
+ text-align: center;
5524
+ }
5525
+ .fa-ul {
5526
+ padding-left: 0;
5527
+ margin-left: 2.14285714em;
5528
+ list-style-type: none;
5529
+ }
5530
+ .fa-ul > li {
5531
+ position: relative;
5532
+ }
5533
+ .fa-li {
5534
+ position: absolute;
5535
+ left: -2.14285714em;
5536
+ width: 2.14285714em;
5537
+ top: 0.14285714em;
5538
+ text-align: center;
5539
+ }
5540
+ .fa-li.fa-lg {
5541
+ left: -1.85714286em;
5542
+ }
5543
+ .fa-border {
5544
+ padding: .2em .25em .15em;
5545
+ border: solid 0.08em #eeeeee;
5546
+ border-radius: .1em;
5547
+ }
5548
+ .pull-right {
5549
+ float: right;
5550
+ }
5551
+ .pull-left {
5552
+ float: left;
5553
+ }
5554
+ .fa.pull-left {
5555
+ margin-right: .3em;
5556
+ }
5557
+ .fa.pull-right {
5558
+ margin-left: .3em;
5559
+ }
5560
+ .fa-spin {
5561
+ -webkit-animation: spin 2s infinite linear;
5562
+ -moz-animation: spin 2s infinite linear;
5563
+ -o-animation: spin 2s infinite linear;
5564
+ animation: spin 2s infinite linear;
5565
+ }
5566
+ @-moz-keyframes spin {
5567
+ 0% {
5568
+ -moz-transform: rotate(0deg);
5569
+ }
5570
+ 100% {
5571
+ -moz-transform: rotate(359deg);
5572
+ }
5573
+ }
5574
+ @-webkit-keyframes spin {
5575
+ 0% {
5576
+ -webkit-transform: rotate(0deg);
5577
+ }
5578
+ 100% {
5579
+ -webkit-transform: rotate(359deg);
5580
+ }
5581
+ }
5582
+ @-o-keyframes spin {
5583
+ 0% {
5584
+ -o-transform: rotate(0deg);
5585
+ }
5586
+ 100% {
5587
+ -o-transform: rotate(359deg);
5588
+ }
5589
+ }
5590
+ @keyframes spin {
5591
+ 0% {
5592
+ -webkit-transform: rotate(0deg);
5593
+ transform: rotate(0deg);
5594
+ }
5595
+ 100% {
5596
+ -webkit-transform: rotate(359deg);
5597
+ transform: rotate(359deg);
5598
+ }
5599
+ }
5600
+ .fa-rotate-90 {
5601
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
5602
+ -webkit-transform: rotate(90deg);
5603
+ -moz-transform: rotate(90deg);
5604
+ -ms-transform: rotate(90deg);
5605
+ -o-transform: rotate(90deg);
5606
+ transform: rotate(90deg);
5607
+ }
5608
+ .fa-rotate-180 {
5609
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
5610
+ -webkit-transform: rotate(180deg);
5611
+ -moz-transform: rotate(180deg);
5612
+ -ms-transform: rotate(180deg);
5613
+ -o-transform: rotate(180deg);
5614
+ transform: rotate(180deg);
5615
+ }
5616
+ .fa-rotate-270 {
5617
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
5618
+ -webkit-transform: rotate(270deg);
5619
+ -moz-transform: rotate(270deg);
5620
+ -ms-transform: rotate(270deg);
5621
+ -o-transform: rotate(270deg);
5622
+ transform: rotate(270deg);
5623
+ }
5624
+ .fa-flip-horizontal {
5625
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
5626
+ -webkit-transform: scale(-1, 1);
5627
+ -moz-transform: scale(-1, 1);
5628
+ -ms-transform: scale(-1, 1);
5629
+ -o-transform: scale(-1, 1);
5630
+ transform: scale(-1, 1);
5631
+ }
5632
+ .fa-flip-vertical {
5633
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
5634
+ -webkit-transform: scale(1, -1);
5635
+ -moz-transform: scale(1, -1);
5636
+ -ms-transform: scale(1, -1);
5637
+ -o-transform: scale(1, -1);
5638
+ transform: scale(1, -1);
5639
+ }
5640
+ .fa-stack {
5641
+ position: relative;
5642
+ display: inline-block;
5643
+ width: 2em;
5644
+ height: 2em;
5645
+ line-height: 2em;
5646
+ vertical-align: middle;
5647
+ }
5648
+ .fa-stack-1x,
5649
+ .fa-stack-2x {
5650
+ position: absolute;
5651
+ left: 0;
5652
+ width: 100%;
5653
+ text-align: center;
5654
+ }
5655
+ .fa-stack-1x {
5656
+ line-height: inherit;
5657
+ }
5658
+ .fa-stack-2x {
5659
+ font-size: 2em;
5660
+ }
5661
+ .fa-inverse {
5662
+ color: #ffffff;
5663
+ }
5664
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
5665
+ readers do not read off random characters that represent icons */
5666
+ .fa-glass:before {
5667
+ content: "\f000";
5668
+ }
5669
+ .fa-music:before {
5670
+ content: "\f001";
5671
+ }
5672
+ .fa-search:before {
5673
+ content: "\f002";
5674
+ }
5675
+ .fa-envelope-o:before {
5676
+ content: "\f003";
5677
+ }
5678
+ .fa-heart:before {
5679
+ content: "\f004";
6099
5680
  }
6100
- i.icon {
6101
- display: inline-block;
6102
- opacity: 0.75;
6103
- margin: 0em 0.25em 0em 0em;
6104
- width: 1.23em;
6105
- height: 1em;
6106
- font-family: 'Icons';
6107
- font-style: normal;
6108
- line-height: 1;
6109
- font-weight: normal;
6110
- text-decoration: inherit;
6111
- text-align: center;
6112
- speak: none;
6113
- -webkit-box-sizing: border-box;
6114
- -moz-box-sizing: border-box;
6115
- -ms-box-sizing: border-box;
6116
- box-sizing: border-box;
5681
+ .fa-star:before {
5682
+ content: "\f005";
6117
5683
  }
6118
- i.icon.left:before {
6119
- content: "\f060";
5684
+ .fa-star-o:before {
5685
+ content: "\f006";
6120
5686
  }
6121
- i.icon.right:before {
6122
- content: "\f061";
5687
+ .fa-user:before {
5688
+ content: "\f007";
6123
5689
  }
6124
- i.icon.add.sign.box:before {
6125
- content: "\f0fe";
5690
+ .fa-film:before {
5691
+ content: "\f008";
6126
5692
  }
6127
- i.icon.add.sign:before {
6128
- content: "\f055";
5693
+ .fa-th-large:before {
5694
+ content: "\f009";
6129
5695
  }
6130
- i.icon.add:before {
6131
- content: "\f067";
5696
+ .fa-th:before {
5697
+ content: "\f00a";
6132
5698
  }
6133
- i.icon.adjust:before {
6134
- content: "\f042";
5699
+ .fa-th-list:before {
5700
+ content: "\f00b";
6135
5701
  }
6136
- i.icon.adn:before {
6137
- content: "\f170";
5702
+ .fa-check:before {
5703
+ content: "\f00c";
6138
5704
  }
6139
- i.icon.align.center:before {
6140
- content: "\f037";
5705
+ .fa-times:before {
5706
+ content: "\f00d";
6141
5707
  }
6142
- i.icon.align.justify:before {
6143
- content: "\f039";
5708
+ .fa-search-plus:before {
5709
+ content: "\f00e";
6144
5710
  }
6145
- i.icon.align.left:before {
6146
- content: "\f036";
5711
+ .fa-search-minus:before {
5712
+ content: "\f010";
6147
5713
  }
6148
- i.icon.align.right:before {
6149
- content: "\f038";
5714
+ .fa-power-off:before {
5715
+ content: "\f011";
6150
5716
  }
6151
- i.icon.ambulance:before {
6152
- content: "\f0f9";
5717
+ .fa-signal:before {
5718
+ content: "\f012";
6153
5719
  }
6154
- i.icon.anchor:before {
6155
- content: "\f13d";
5720
+ .fa-gear:before,
5721
+ .fa-cog:before {
5722
+ content: "\f013";
6156
5723
  }
6157
- i.icon.android:before {
6158
- content: "\f17b";
5724
+ .fa-trash-o:before {
5725
+ content: "\f014";
6159
5726
  }
6160
- i.icon.angle.down:before {
6161
- content: "\f107";
5727
+ .fa-home:before {
5728
+ content: "\f015";
6162
5729
  }
6163
- i.icon.angle.left:before {
6164
- content: "\f104";
5730
+ .fa-file-o:before {
5731
+ content: "\f016";
6165
5732
  }
6166
- i.icon.angle.right:before {
6167
- content: "\f105";
5733
+ .fa-clock-o:before {
5734
+ content: "\f017";
6168
5735
  }
6169
- i.icon.angle.up:before {
6170
- content: "\f106";
5736
+ .fa-road:before {
5737
+ content: "\f018";
6171
5738
  }
6172
- i.icon.apple:before {
6173
- content: "\f179";
5739
+ .fa-download:before {
5740
+ content: "\f019";
6174
5741
  }
6175
- i.icon.archive:before {
6176
- content: "\f187";
5742
+ .fa-arrow-circle-o-down:before {
5743
+ content: "\f01a";
6177
5744
  }
6178
- i.icon.arrow.down:before {
6179
- content: "\f078";
5745
+ .fa-arrow-circle-o-up:before {
5746
+ content: "\f01b";
6180
5747
  }
6181
- i.icon.arrow.left:before {
6182
- content: "\f053";
5748
+ .fa-inbox:before {
5749
+ content: "\f01c";
6183
5750
  }
6184
- i.icon.arrow.right:before {
6185
- content: "\f054";
5751
+ .fa-play-circle-o:before {
5752
+ content: "\f01d";
6186
5753
  }
6187
- i.icon.arrow.sign.down:before {
6188
- content: "\f13a";
5754
+ .fa-rotate-right:before,
5755
+ .fa-repeat:before {
5756
+ content: "\f01e";
6189
5757
  }
6190
- i.icon.arrow.sign.left:before {
6191
- content: "\f137";
5758
+ .fa-refresh:before {
5759
+ content: "\f021";
6192
5760
  }
6193
- i.icon.arrow.sign.right:before {
6194
- content: "\f138";
5761
+ .fa-list-alt:before {
5762
+ content: "\f022";
6195
5763
  }
6196
- i.icon.arrow.sign.up:before {
6197
- content: "\f139";
5764
+ .fa-lock:before {
5765
+ content: "\f023";
6198
5766
  }
6199
- i.icon.arrow.up:before {
6200
- content: "\f077";
5767
+ .fa-flag:before {
5768
+ content: "\f024";
6201
5769
  }
6202
- i.icon.asterisk:before {
6203
- content: "\f069";
5770
+ .fa-headphones:before {
5771
+ content: "\f025";
6204
5772
  }
6205
- i.icon.attachment:before {
6206
- content: "\f0c6";
5773
+ .fa-volume-off:before {
5774
+ content: "\f026";
6207
5775
  }
6208
- i.icon.attention:before {
6209
- content: "\f06a";
5776
+ .fa-volume-down:before {
5777
+ content: "\f027";
6210
5778
  }
6211
- i.icon.backward:before {
6212
- content: "\f04a";
5779
+ .fa-volume-up:before {
5780
+ content: "\f028";
6213
5781
  }
6214
- i.icon.ban.circle:before {
6215
- content: "\f05e";
5782
+ .fa-qrcode:before {
5783
+ content: "\f029";
6216
5784
  }
6217
- i.icon.bar.chart:before {
6218
- content: "\f080";
5785
+ .fa-barcode:before {
5786
+ content: "\f02a";
6219
5787
  }
6220
- i.icon.barcode:before {
6221
- content: "\f02a";
5788
+ .fa-tag:before {
5789
+ content: "\f02b";
6222
5790
  }
6223
- i.icon.beer:before {
6224
- content: "\f0fc";
5791
+ .fa-tags:before {
5792
+ content: "\f02c";
6225
5793
  }
6226
- i.icon.bell.outline:before {
6227
- content: "\f0a2";
5794
+ .fa-book:before {
5795
+ content: "\f02d";
6228
5796
  }
6229
- i.icon.bell:before {
6230
- content: "\f0f3";
5797
+ .fa-bookmark:before {
5798
+ content: "\f02e";
6231
5799
  }
6232
- i.icon.bitbucket.sign:before {
6233
- content: "\f172";
5800
+ .fa-print:before {
5801
+ content: "\f02f";
6234
5802
  }
6235
- i.icon.bitbucket:before {
6236
- content: "\f171";
5803
+ .fa-camera:before {
5804
+ content: "\f030";
6237
5805
  }
6238
- i.icon.bitcoin:before {
6239
- content: "\f15a";
5806
+ .fa-font:before {
5807
+ content: "\f031";
6240
5808
  }
6241
- i.icon.bold:before {
6242
- content: "\f032";
5809
+ .fa-bold:before {
5810
+ content: "\f032";
6243
5811
  }
6244
- i.icon.bolt:before {
6245
- content: "\f0e7";
5812
+ .fa-italic:before {
5813
+ content: "\f033";
6246
5814
  }
6247
- i.icon.book:before {
6248
- content: "\f02d";
5815
+ .fa-text-height:before {
5816
+ content: "\f034";
6249
5817
  }
6250
- i.icon.bookmark.empty:before {
6251
- content: "\f097";
5818
+ .fa-text-width:before {
5819
+ content: "\f035";
6252
5820
  }
6253
- i.icon.bookmark:before {
6254
- content: "\f02e";
5821
+ .fa-align-left:before {
5822
+ content: "\f036";
6255
5823
  }
6256
- i.icon.box.arrow.down:before {
6257
- content: "\f150";
5824
+ .fa-align-center:before {
5825
+ content: "\f037";
6258
5826
  }
6259
- /*rtl:ignore*/
6260
- i.icon.box.arrow.right:before {
6261
- content: "\f152";
5827
+ .fa-align-right:before {
5828
+ content: "\f038";
6262
5829
  }
6263
- i.icon.box.arrow.up:before {
6264
- content: "\f151";
5830
+ .fa-align-justify:before {
5831
+ content: "\f039";
6265
5832
  }
6266
- i.icon.briefcase:before {
6267
- content: "\f0b1";
5833
+ .fa-list:before {
5834
+ content: "\f03a";
6268
5835
  }
6269
- i.icon.browser:before {
6270
- content: "\f022";
5836
+ .fa-dedent:before,
5837
+ .fa-outdent:before {
5838
+ content: "\f03b";
6271
5839
  }
6272
- i.icon.bug:before {
6273
- content: "\f188";
5840
+ .fa-indent:before {
5841
+ content: "\f03c";
6274
5842
  }
6275
- i.icon.building:before {
6276
- content: "\f0f7";
5843
+ .fa-video-camera:before {
5844
+ content: "\f03d";
6277
5845
  }
6278
- i.icon.bullhorn:before {
6279
- content: "\f0a1";
5846
+ .fa-photo:before,
5847
+ .fa-image:before,
5848
+ .fa-picture-o:before {
5849
+ content: "\f03e";
6280
5850
  }
6281
- i.icon.bullseye:before {
6282
- content: "\f140";
5851
+ .fa-pencil:before {
5852
+ content: "\f040";
6283
5853
  }
6284
- i.icon.calendar.empty:before {
6285
- content: "\f133";
5854
+ .fa-map-marker:before {
5855
+ content: "\f041";
6286
5856
  }
6287
- i.icon.calendar:before {
6288
- content: "\f073";
5857
+ .fa-adjust:before {
5858
+ content: "\f042";
6289
5859
  }
6290
- i.icon.camera.retro:before {
6291
- content: "\f083";
5860
+ .fa-tint:before {
5861
+ content: "\f043";
6292
5862
  }
6293
- i.icon.camera:before {
6294
- content: "\f030";
5863
+ .fa-edit:before,
5864
+ .fa-pencil-square-o:before {
5865
+ content: "\f044";
6295
5866
  }
6296
- i.icon.triangle.down:before {
6297
- content: "\f0d7";
5867
+ .fa-share-square-o:before {
5868
+ content: "\f045";
6298
5869
  }
6299
- i.icon.triangle.left:before {
6300
- content: "\f0d9";
5870
+ .fa-check-square-o:before {
5871
+ content: "\f046";
6301
5872
  }
6302
- i.icon.triangle.right:before {
6303
- content: "\f0da";
5873
+ .fa-arrows:before {
5874
+ content: "\f047";
6304
5875
  }
6305
- i.icon.triangle.up:before {
6306
- content: "\f0d8";
5876
+ .fa-step-backward:before {
5877
+ content: "\f048";
6307
5878
  }
6308
- i.icon.cart:before {
6309
- content: "\f07a";
5879
+ .fa-fast-backward:before {
5880
+ content: "\f049";
6310
5881
  }
6311
- i.icon.certificate:before {
6312
- content: "\f0a3";
5882
+ .fa-backward:before {
5883
+ content: "\f04a";
6313
5884
  }
6314
- i.icon.chat.outline:before {
6315
- content: "\f0e6";
5885
+ .fa-play:before {
5886
+ content: "\f04b";
6316
5887
  }
6317
- i.icon.chat:before {
6318
- content: "\f086";
5888
+ .fa-pause:before {
5889
+ content: "\f04c";
6319
5890
  }
6320
- i.icon.checkbox.empty:before {
6321
- content: "\f096";
5891
+ .fa-stop:before {
5892
+ content: "\f04d";
6322
5893
  }
6323
- i.icon.checkbox.minus:before {
6324
- content: "\f147";
5894
+ .fa-forward:before {
5895
+ content: "\f04e";
6325
5896
  }
6326
- i.icon.checked.checkbox:before {
6327
- content: "\f046";
5897
+ .fa-fast-forward:before {
5898
+ content: "\f050";
6328
5899
  }
6329
- i.icon.checkmark.sign:before {
6330
- content: "\f14a";
5900
+ .fa-step-forward:before {
5901
+ content: "\f051";
6331
5902
  }
6332
- i.icon.checkmark:before {
6333
- content: "\f00c";
5903
+ .fa-eject:before {
5904
+ content: "\f052";
6334
5905
  }
6335
- i.icon.circle.blank:before {
6336
- content: "\f10c";
5906
+ .fa-chevron-left:before {
5907
+ content: "\f053";
6337
5908
  }
6338
- i.icon.circle.down:before {
6339
- content: "\f0ab";
5909
+ .fa-chevron-right:before {
5910
+ content: "\f054";
6340
5911
  }
6341
- i.icon.circle.left:before {
6342
- content: "\f0a8";
5912
+ .fa-plus-circle:before {
5913
+ content: "\f055";
6343
5914
  }
6344
- i.icon.circle.right:before {
6345
- content: "\f0a9";
5915
+ .fa-minus-circle:before {
5916
+ content: "\f056";
6346
5917
  }
6347
- i.icon.circle.up:before {
6348
- content: "\f0aa";
5918
+ .fa-times-circle:before {
5919
+ content: "\f057";
6349
5920
  }
6350
- i.icon.circle:before {
6351
- content: "\f111";
5921
+ .fa-check-circle:before {
5922
+ content: "\f058";
6352
5923
  }
6353
- i.icon.cloud.download:before {
6354
- content: "\f0ed";
5924
+ .fa-question-circle:before {
5925
+ content: "\f059";
6355
5926
  }
6356
- i.icon.cloud.upload:before {
6357
- content: "\f0ee";
5927
+ .fa-info-circle:before {
5928
+ content: "\f05a";
6358
5929
  }
6359
- i.icon.cloud:before {
6360
- content: "\f0c2";
5930
+ .fa-crosshairs:before {
5931
+ content: "\f05b";
6361
5932
  }
6362
- i.icon.code.fork:before {
6363
- content: "\f126";
5933
+ .fa-times-circle-o:before {
5934
+ content: "\f05c";
6364
5935
  }
6365
- i.icon.code:before {
6366
- content: "\f121";
5936
+ .fa-check-circle-o:before {
5937
+ content: "\f05d";
6367
5938
  }
6368
- i.icon.coffee:before {
6369
- content: "\f0f4";
5939
+ .fa-ban:before {
5940
+ content: "\f05e";
6370
5941
  }
6371
- i.icon.collapse:before {
6372
- content: "\f117";
5942
+ .fa-arrow-left:before {
5943
+ content: "\f060";
6373
5944
  }
6374
- i.icon.comment.outline:before {
6375
- content: "\f0e5";
5945
+ .fa-arrow-right:before {
5946
+ content: "\f061";
6376
5947
  }
6377
- i.icon.comment:before {
6378
- content: "\f075";
5948
+ .fa-arrow-up:before {
5949
+ content: "\f062";
6379
5950
  }
6380
- i.icon.copy:before {
6381
- content: "\f0c5";
5951
+ .fa-arrow-down:before {
5952
+ content: "\f063";
6382
5953
  }
6383
- i.icon.crop:before {
6384
- content: "\f125";
5954
+ .fa-mail-forward:before,
5955
+ .fa-share:before {
5956
+ content: "\f064";
6385
5957
  }
6386
- i.icon.css3:before {
6387
- content: "\f13c";
5958
+ .fa-expand:before {
5959
+ content: "\f065";
6388
5960
  }
6389
- i.icon.cut:before {
6390
- content: "\f0c4";
5961
+ .fa-compress:before {
5962
+ content: "\f066";
6391
5963
  }
6392
- i.icon.dashboard:before {
6393
- content: "\f0e4";
5964
+ .fa-plus:before {
5965
+ content: "\f067";
6394
5966
  }
6395
- i.icon.desktop:before {
6396
- content: "\f108";
5967
+ .fa-minus:before {
5968
+ content: "\f068";
6397
5969
  }
6398
- i.icon.doctor:before {
6399
- content: "\f0f0";
5970
+ .fa-asterisk:before {
5971
+ content: "\f069";
6400
5972
  }
6401
- i.icon.dollar:before {
6402
- content: "\f155";
5973
+ .fa-exclamation-circle:before {
5974
+ content: "\f06a";
6403
5975
  }
6404
- i.icon.double.angle.down:before {
6405
- content: "\f103";
5976
+ .fa-gift:before {
5977
+ content: "\f06b";
6406
5978
  }
6407
- i.icon.double.angle.left:before {
6408
- content: "\f100";
5979
+ .fa-leaf:before {
5980
+ content: "\f06c";
6409
5981
  }
6410
- i.icon.double.angle.right:before {
6411
- content: "\f101";
5982
+ .fa-fire:before {
5983
+ content: "\f06d";
6412
5984
  }
6413
- i.icon.double.angle.up:before {
6414
- content: "\f102";
5985
+ .fa-eye:before {
5986
+ content: "\f06e";
6415
5987
  }
6416
- i.icon.down:before {
6417
- content: "\f063";
5988
+ .fa-eye-slash:before {
5989
+ content: "\f070";
6418
5990
  }
6419
- i.icon.download.disk:before {
6420
- content: "\f019";
5991
+ .fa-warning:before,
5992
+ .fa-exclamation-triangle:before {
5993
+ content: "\f071";
6421
5994
  }
6422
- i.icon.download:before {
6423
- content: "\f01a";
5995
+ .fa-plane:before {
5996
+ content: "\f072";
6424
5997
  }
6425
- i.icon.dribbble:before {
6426
- content: "\f17d";
5998
+ .fa-calendar:before {
5999
+ content: "\f073";
6427
6000
  }
6428
- i.icon.dropbox:before {
6429
- content: "\f16b";
6001
+ .fa-random:before {
6002
+ content: "\f074";
6430
6003
  }
6431
- i.icon.edit.sign:before {
6432
- content: "\f14b";
6004
+ .fa-comment:before {
6005
+ content: "\f075";
6433
6006
  }
6434
- i.icon.edit:before {
6435
- content: "\f044";
6007
+ .fa-magnet:before {
6008
+ content: "\f076";
6436
6009
  }
6437
- i.icon.eject:before {
6438
- content: "\f052";
6010
+ .fa-chevron-up:before {
6011
+ content: "\f077";
6439
6012
  }
6440
- i.icon.ellipsis.horizontal:before {
6441
- content: "\f141";
6013
+ .fa-chevron-down:before {
6014
+ content: "\f078";
6442
6015
  }
6443
- i.icon.ellipsis.vertical:before {
6444
- content: "\f142";
6016
+ .fa-retweet:before {
6017
+ content: "\f079";
6445
6018
  }
6446
- i.icon.eraser:before {
6447
- content: "\f12d";
6019
+ .fa-shopping-cart:before {
6020
+ content: "\f07a";
6448
6021
  }
6449
- i.icon.euro:before {
6450
- content: "\f153";
6022
+ .fa-folder:before {
6023
+ content: "\f07b";
6451
6024
  }
6452
- i.icon.exchange:before {
6453
- content: "\f0ec";
6025
+ .fa-folder-open:before {
6026
+ content: "\f07c";
6454
6027
  }
6455
- i.icon.exclamation:before {
6456
- content: "\f12a";
6028
+ .fa-arrows-v:before {
6029
+ content: "\f07d";
6457
6030
  }
6458
- i.icon.expand:before {
6459
- content: "\f116";
6031
+ .fa-arrows-h:before {
6032
+ content: "\f07e";
6460
6033
  }
6461
- i.icon.external.url.sign:before {
6462
- content: "\f14c";
6034
+ .fa-bar-chart-o:before {
6035
+ content: "\f080";
6463
6036
  }
6464
- i.icon.external.url:before {
6465
- content: "\f08e";
6037
+ .fa-twitter-square:before {
6038
+ content: "\f081";
6466
6039
  }
6467
- i.icon.facebook.sign:before {
6468
- content: "\f082";
6040
+ .fa-facebook-square:before {
6041
+ content: "\f082";
6469
6042
  }
6470
- i.icon.facebook:before {
6471
- content: "\f09a";
6043
+ .fa-camera-retro:before {
6044
+ content: "\f083";
6472
6045
  }
6473
- i.icon.facetime.video:before {
6474
- content: "\f03d";
6046
+ .fa-key:before {
6047
+ content: "\f084";
6475
6048
  }
6476
- i.icon.fast.backward:before {
6477
- content: "\f049";
6049
+ .fa-gears:before,
6050
+ .fa-cogs:before {
6051
+ content: "\f085";
6478
6052
  }
6479
- i.icon.fast.forward:before {
6480
- content: "\f050";
6053
+ .fa-comments:before {
6054
+ content: "\f086";
6481
6055
  }
6482
- i.icon.female:before {
6483
- content: "\f182";
6056
+ .fa-thumbs-o-up:before {
6057
+ content: "\f087";
6484
6058
  }
6485
- i.icon.fighter.jet:before {
6486
- content: "\f0fb";
6059
+ .fa-thumbs-o-down:before {
6060
+ content: "\f088";
6487
6061
  }
6488
- i.icon.file.outline:before {
6489
- content: "\f016";
6062
+ .fa-star-half:before {
6063
+ content: "\f089";
6490
6064
  }
6491
- i.icon.file.text.outline:before {
6492
- content: "\f0f6";
6065
+ .fa-heart-o:before {
6066
+ content: "\f08a";
6493
6067
  }
6494
- i.icon.file.text:before {
6495
- content: "\f15c";
6068
+ .fa-sign-out:before {
6069
+ content: "\f08b";
6496
6070
  }
6497
- i.icon.file:before {
6498
- content: "\f15b";
6071
+ .fa-linkedin-square:before {
6072
+ content: "\f08c";
6499
6073
  }
6500
- i.icon.filter:before {
6501
- content: "\f0b0";
6074
+ .fa-thumb-tack:before {
6075
+ content: "\f08d";
6502
6076
  }
6503
- i.icon.fire.extinguisher:before {
6504
- content: "\f134";
6077
+ .fa-external-link:before {
6078
+ content: "\f08e";
6505
6079
  }
6506
- i.icon.fire:before {
6507
- content: "\f06d";
6080
+ .fa-sign-in:before {
6081
+ content: "\f090";
6508
6082
  }
6509
- i.icon.flag.checkered:before {
6510
- content: "\f11e";
6083
+ .fa-trophy:before {
6084
+ content: "\f091";
6511
6085
  }
6512
- i.icon.flag.empty:before {
6513
- content: "\f11d";
6086
+ .fa-github-square:before {
6087
+ content: "\f092";
6514
6088
  }
6515
- i.icon.flag:before {
6516
- content: "\f024";
6089
+ .fa-upload:before {
6090
+ content: "\f093";
6517
6091
  }
6518
- i.icon.flickr:before {
6519
- content: "\f16e";
6092
+ .fa-lemon-o:before {
6093
+ content: "\f094";
6520
6094
  }
6521
- i.icon.folder.open.outline:before {
6522
- content: "\f115";
6095
+ .fa-phone:before {
6096
+ content: "\f095";
6523
6097
  }
6524
- i.icon.folder.open:before {
6525
- content: "\f07c";
6098
+ .fa-square-o:before {
6099
+ content: "\f096";
6526
6100
  }
6527
- i.icon.folder.outline:before {
6528
- content: "\f114";
6101
+ .fa-bookmark-o:before {
6102
+ content: "\f097";
6529
6103
  }
6530
- i.icon.folder:before {
6531
- content: "\f07b";
6104
+ .fa-phone-square:before {
6105
+ content: "\f098";
6532
6106
  }
6533
- i.icon.font:before {
6534
- content: "\f031";
6107
+ .fa-twitter:before {
6108
+ content: "\f099";
6535
6109
  }
6536
- i.icon.food:before {
6537
- content: "\f0f5";
6110
+ .fa-facebook:before {
6111
+ content: "\f09a";
6538
6112
  }
6539
- i.icon.forward.mail:before {
6540
- content: "\f064";
6113
+ .fa-github:before {
6114
+ content: "\f09b";
6541
6115
  }
6542
- i.icon.forward:before {
6543
- content: "\f04e";
6116
+ .fa-unlock:before {
6117
+ content: "\f09c";
6544
6118
  }
6545
- i.icon.foursquare:before {
6546
- content: "\f180";
6119
+ .fa-credit-card:before {
6120
+ content: "\f09d";
6547
6121
  }
6548
- i.icon.frown:before {
6549
- content: "\f119";
6122
+ .fa-rss:before {
6123
+ content: "\f09e";
6550
6124
  }
6551
- i.icon.fullscreen:before {
6552
- content: "\f0b2";
6125
+ .fa-hdd-o:before {
6126
+ content: "\f0a0";
6553
6127
  }
6554
- i.icon.gamepad:before {
6555
- content: "\f11b";
6128
+ .fa-bullhorn:before {
6129
+ content: "\f0a1";
6556
6130
  }
6557
- i.icon.gift:before {
6558
- content: "\f06b";
6131
+ .fa-bell:before {
6132
+ content: "\f0f3";
6559
6133
  }
6560
- i.icon.github.alternate:before {
6561
- content: "\f09b";
6134
+ .fa-certificate:before {
6135
+ content: "\f0a3";
6562
6136
  }
6563
- i.icon.github.sign:before {
6564
- content: "\f092";
6137
+ .fa-hand-o-right:before {
6138
+ content: "\f0a4";
6565
6139
  }
6566
- i.icon.github:before {
6567
- content: "\f113";
6140
+ .fa-hand-o-left:before {
6141
+ content: "\f0a5";
6568
6142
  }
6569
- i.icon.gittip:before {
6570
- content: "\f184";
6143
+ .fa-hand-o-up:before {
6144
+ content: "\f0a6";
6571
6145
  }
6572
- i.icon.glass:before {
6573
- content: "\f000";
6146
+ .fa-hand-o-down:before {
6147
+ content: "\f0a7";
6574
6148
  }
6575
- i.icon.globe:before {
6576
- content: "\f0ac";
6149
+ .fa-arrow-circle-left:before {
6150
+ content: "\f0a8";
6577
6151
  }
6578
- i.icon.google.plus.sign:before {
6579
- content: "\f0d4";
6152
+ .fa-arrow-circle-right:before {
6153
+ content: "\f0a9";
6580
6154
  }
6581
- i.icon.google.plus:before {
6582
- content: "\f0d5";
6155
+ .fa-arrow-circle-up:before {
6156
+ content: "\f0aa";
6583
6157
  }
6584
- i.icon.h.sign:before {
6585
- content: "\f0fd";
6158
+ .fa-arrow-circle-down:before {
6159
+ content: "\f0ab";
6586
6160
  }
6587
- i.icon.hand.down:before {
6588
- content: "\f0a7";
6161
+ .fa-globe:before {
6162
+ content: "\f0ac";
6589
6163
  }
6590
- i.icon.hand.left:before {
6591
- content: "\f0a5";
6164
+ .fa-wrench:before {
6165
+ content: "\f0ad";
6592
6166
  }
6593
- i.icon.hand.right:before {
6594
- content: "\f0a4";
6167
+ .fa-tasks:before {
6168
+ content: "\f0ae";
6595
6169
  }
6596
- i.icon.hand.up:before {
6597
- content: "\f0a6";
6170
+ .fa-filter:before {
6171
+ content: "\f0b0";
6598
6172
  }
6599
- i.icon.hdd:before {
6600
- content: "\f0a0";
6173
+ .fa-briefcase:before {
6174
+ content: "\f0b1";
6601
6175
  }
6602
- i.icon.headphones:before {
6603
- content: "\f025";
6176
+ .fa-arrows-alt:before {
6177
+ content: "\f0b2";
6604
6178
  }
6605
- i.icon.heart.empty:before {
6606
- content: "\f08a";
6179
+ .fa-group:before,
6180
+ .fa-users:before {
6181
+ content: "\f0c0";
6607
6182
  }
6608
- i.icon.heart:before {
6609
- content: "\f004";
6183
+ .fa-chain:before,
6184
+ .fa-link:before {
6185
+ content: "\f0c1";
6610
6186
  }
6611
- i.icon.help:before {
6612
- content: "\f059";
6187
+ .fa-cloud:before {
6188
+ content: "\f0c2";
6613
6189
  }
6614
- i.icon.hide:before {
6615
- content: "\f070";
6190
+ .fa-flask:before {
6191
+ content: "\f0c3";
6616
6192
  }
6617
- i.icon.home:before {
6618
- content: "\f015";
6193
+ .fa-cut:before,
6194
+ .fa-scissors:before {
6195
+ content: "\f0c4";
6619
6196
  }
6620
- i.icon.hospital:before {
6621
- content: "\f0f8";
6197
+ .fa-copy:before,
6198
+ .fa-files-o:before {
6199
+ content: "\f0c5";
6622
6200
  }
6623
- i.icon.html5:before {
6624
- content: "\f13b";
6201
+ .fa-paperclip:before {
6202
+ content: "\f0c6";
6625
6203
  }
6626
- i.icon.inbox:before {
6627
- content: "\f01c";
6204
+ .fa-save:before,
6205
+ .fa-floppy-o:before {
6206
+ content: "\f0c7";
6628
6207
  }
6629
- i.icon.indent.left:before {
6630
- content: "\f03b";
6208
+ .fa-square:before {
6209
+ content: "\f0c8";
6631
6210
  }
6632
- i.icon.indent.right:before {
6633
- content: "\f03c";
6211
+ .fa-navicon:before,
6212
+ .fa-reorder:before,
6213
+ .fa-bars:before {
6214
+ content: "\f0c9";
6634
6215
  }
6635
- i.icon.info.letter:before {
6636
- content: "\f129";
6216
+ .fa-list-ul:before {
6217
+ content: "\f0ca";
6637
6218
  }
6638
- i.icon.info:before {
6639
- content: "\f05a";
6219
+ .fa-list-ol:before {
6220
+ content: "\f0cb";
6640
6221
  }
6641
- i.icon.instagram:before {
6642
- content: "\f16d";
6222
+ .fa-strikethrough:before {
6223
+ content: "\f0cc";
6643
6224
  }
6644
- i.icon.italic:before {
6645
- content: "\f033";
6225
+ .fa-underline:before {
6226
+ content: "\f0cd";
6646
6227
  }
6647
- i.icon.key:before {
6648
- content: "\f084";
6228
+ .fa-table:before {
6229
+ content: "\f0ce";
6649
6230
  }
6650
- i.icon.keyboard:before {
6651
- content: "\f11c";
6231
+ .fa-magic:before {
6232
+ content: "\f0d0";
6652
6233
  }
6653
- i.icon.lab:before {
6654
- content: "\f0c3";
6234
+ .fa-truck:before {
6235
+ content: "\f0d1";
6655
6236
  }
6656
- i.icon.laptop:before {
6657
- content: "\f109";
6237
+ .fa-pinterest:before {
6238
+ content: "\f0d2";
6658
6239
  }
6659
- i.icon.layout.block:before {
6660
- content: "\f009";
6240
+ .fa-pinterest-square:before {
6241
+ content: "\f0d3";
6661
6242
  }
6662
- i.icon.layout.column:before {
6663
- content: "\f0db";
6243
+ .fa-google-plus-square:before {
6244
+ content: "\f0d4";
6664
6245
  }
6665
- i.icon.layout.grid:before {
6666
- content: "\f00a";
6246
+ .fa-google-plus:before {
6247
+ content: "\f0d5";
6667
6248
  }
6668
- i.icon.layout.list:before {
6669
- content: "\f00b";
6249
+ .fa-money:before {
6250
+ content: "\f0d6";
6670
6251
  }
6671
- i.icon.leaf:before {
6672
- content: "\f06c";
6252
+ .fa-caret-down:before {
6253
+ content: "\f0d7";
6673
6254
  }
6674
- i.icon.legal:before {
6675
- content: "\f0e3";
6255
+ .fa-caret-up:before {
6256
+ content: "\f0d8";
6676
6257
  }
6677
- i.icon.lemon:before {
6678
- content: "\f094";
6258
+ .fa-caret-left:before {
6259
+ content: "\f0d9";
6679
6260
  }
6680
- i.icon.level.down:before {
6681
- content: "\f149";
6261
+ .fa-caret-right:before {
6262
+ content: "\f0da";
6682
6263
  }
6683
- i.icon.level.up:before {
6684
- content: "\f148";
6264
+ .fa-columns:before {
6265
+ content: "\f0db";
6685
6266
  }
6686
- i.icon.lightbulb:before {
6687
- content: "\f0eb";
6267
+ .fa-unsorted:before,
6268
+ .fa-sort:before {
6269
+ content: "\f0dc";
6688
6270
  }
6689
- i.icon.linkedin.sign:before {
6690
- content: "\f08c";
6271
+ .fa-sort-down:before,
6272
+ .fa-sort-desc:before {
6273
+ content: "\f0dd";
6691
6274
  }
6692
- i.icon.linkedin:before {
6693
- content: "\f0e1";
6275
+ .fa-sort-up:before,
6276
+ .fa-sort-asc:before {
6277
+ content: "\f0de";
6694
6278
  }
6695
- i.icon.linux:before {
6696
- content: "\f17c";
6279
+ .fa-envelope:before {
6280
+ content: "\f0e0";
6697
6281
  }
6698
- i.icon.list.ordered:before {
6699
- content: "\f0cb";
6282
+ .fa-linkedin:before {
6283
+ content: "\f0e1";
6700
6284
  }
6701
- i.icon.list.unordered:before {
6702
- content: "\f0ca";
6285
+ .fa-rotate-left:before,
6286
+ .fa-undo:before {
6287
+ content: "\f0e2";
6703
6288
  }
6704
- i.icon.list:before {
6705
- content: "\f03a";
6289
+ .fa-legal:before,
6290
+ .fa-gavel:before {
6291
+ content: "\f0e3";
6706
6292
  }
6707
- i.icon.loading:before {
6708
- content: "\f110";
6293
+ .fa-dashboard:before,
6294
+ .fa-tachometer:before {
6295
+ content: "\f0e4";
6709
6296
  }
6710
- i.icon.location:before {
6711
- content: "\f124";
6297
+ .fa-comment-o:before {
6298
+ content: "\f0e5";
6712
6299
  }
6713
- i.icon.lock:before {
6714
- content: "\f023";
6300
+ .fa-comments-o:before {
6301
+ content: "\f0e6";
6715
6302
  }
6716
- i.icon.long.arrow.down:before {
6717
- content: "\f175";
6303
+ .fa-flash:before,
6304
+ .fa-bolt:before {
6305
+ content: "\f0e7";
6718
6306
  }
6719
- i.icon.long.arrow.left:before {
6720
- content: "\f177";
6307
+ .fa-sitemap:before {
6308
+ content: "\f0e8";
6721
6309
  }
6722
- i.icon.long.arrow.right:before {
6723
- content: "\f178";
6310
+ .fa-umbrella:before {
6311
+ content: "\f0e9";
6724
6312
  }
6725
- i.icon.long.arrow.up:before {
6726
- content: "\f176";
6313
+ .fa-paste:before,
6314
+ .fa-clipboard:before {
6315
+ content: "\f0ea";
6727
6316
  }
6728
- i.icon.magic:before {
6729
- content: "\f0d0";
6317
+ .fa-lightbulb-o:before {
6318
+ content: "\f0eb";
6730
6319
  }
6731
- i.icon.magnet:before {
6732
- content: "\f076";
6320
+ .fa-exchange:before {
6321
+ content: "\f0ec";
6733
6322
  }
6734
- i.icon.mail.outline:before {
6735
- content: "\f003";
6323
+ .fa-cloud-download:before {
6324
+ content: "\f0ed";
6736
6325
  }
6737
- i.icon.mail.reply:before {
6738
- content: "\f112";
6326
+ .fa-cloud-upload:before {
6327
+ content: "\f0ee";
6739
6328
  }
6740
- i.icon.mail:before {
6741
- content: "\f0e0";
6329
+ .fa-user-md:before {
6330
+ content: "\f0f0";
6742
6331
  }
6743
- i.icon.male:before {
6744
- content: "\f183";
6332
+ .fa-stethoscope:before {
6333
+ content: "\f0f1";
6745
6334
  }
6746
- i.icon.map.marker:before {
6747
- content: "\f041";
6335
+ .fa-suitcase:before {
6336
+ content: "\f0f2";
6748
6337
  }
6749
- i.icon.map:before {
6750
- content: "\f14e";
6338
+ .fa-bell-o:before {
6339
+ content: "\f0a2";
6751
6340
  }
6752
- i.icon.maxcdn:before {
6753
- content: "\f136";
6341
+ .fa-coffee:before {
6342
+ content: "\f0f4";
6754
6343
  }
6755
- i.icon.medkit:before {
6756
- content: "\f0fa";
6344
+ .fa-cutlery:before {
6345
+ content: "\f0f5";
6757
6346
  }
6758
- i.icon.meh:before {
6759
- content: "\f11a";
6347
+ .fa-file-text-o:before {
6348
+ content: "\f0f6";
6760
6349
  }
6761
- i.icon.minus.sign.alternate:before {
6762
- content: "\f146";
6350
+ .fa-building-o:before {
6351
+ content: "\f0f7";
6763
6352
  }
6764
- i.icon.minus.sign:before {
6765
- content: "\f056";
6353
+ .fa-hospital-o:before {
6354
+ content: "\f0f8";
6766
6355
  }
6767
- i.icon.minus:before {
6768
- content: "\f068";
6356
+ .fa-ambulance:before {
6357
+ content: "\f0f9";
6769
6358
  }
6770
- i.icon.mobile:before {
6771
- content: "\f10b";
6359
+ .fa-medkit:before {
6360
+ content: "\f0fa";
6772
6361
  }
6773
- i.icon.money:before {
6774
- content: "\f0d6";
6362
+ .fa-fighter-jet:before {
6363
+ content: "\f0fb";
6775
6364
  }
6776
- i.icon.moon:before {
6777
- content: "\f186";
6365
+ .fa-beer:before {
6366
+ content: "\f0fc";
6778
6367
  }
6779
- i.icon.move:before {
6780
- content: "\f047";
6368
+ .fa-h-square:before {
6369
+ content: "\f0fd";
6781
6370
  }
6782
- i.icon.music:before {
6783
- content: "\f001";
6371
+ .fa-plus-square:before {
6372
+ content: "\f0fe";
6784
6373
  }
6785
- i.icon.mute:before {
6786
- content: "\f131";
6374
+ .fa-angle-double-left:before {
6375
+ content: "\f100";
6787
6376
  }
6788
- i.icon.off:before {
6789
- content: "\f011";
6377
+ .fa-angle-double-right:before {
6378
+ content: "\f101";
6790
6379
  }
6791
- i.icon.ok.circle:before {
6792
- content: "\f05d";
6380
+ .fa-angle-double-up:before {
6381
+ content: "\f102";
6793
6382
  }
6794
- i.icon.ok.sign:before {
6795
- content: "\f058";
6383
+ .fa-angle-double-down:before {
6384
+ content: "\f103";
6796
6385
  }
6797
- i.icon.paste:before {
6798
- content: "\f0ea";
6386
+ .fa-angle-left:before {
6387
+ content: "\f104";
6799
6388
  }
6800
- i.icon.pause:before {
6801
- content: "\f04c";
6389
+ .fa-angle-right:before {
6390
+ content: "\f105";
6802
6391
  }
6803
- i.icon.payment:before {
6804
- content: "\f09d";
6392
+ .fa-angle-up:before {
6393
+ content: "\f106";
6805
6394
  }
6806
- i.icon.pencil:before {
6807
- content: "\f040";
6395
+ .fa-angle-down:before {
6396
+ content: "\f107";
6808
6397
  }
6809
- i.icon.phone.sign:before {
6810
- content: "\f098";
6398
+ .fa-desktop:before {
6399
+ content: "\f108";
6811
6400
  }
6812
- i.icon.phone:before {
6813
- content: "\f095";
6401
+ .fa-laptop:before {
6402
+ content: "\f109";
6814
6403
  }
6815
- i.icon.photo:before {
6816
- content: "\f03e";
6404
+ .fa-tablet:before {
6405
+ content: "\f10a";
6817
6406
  }
6818
- i.icon.pin:before {
6819
- content: "\f08d";
6407
+ .fa-mobile-phone:before,
6408
+ .fa-mobile:before {
6409
+ content: "\f10b";
6820
6410
  }
6821
- i.icon.pinterest.sign:before {
6822
- content: "\f0d3";
6411
+ .fa-circle-o:before {
6412
+ content: "\f10c";
6823
6413
  }
6824
- i.icon.pinterest:before {
6825
- content: "\f0d2";
6414
+ .fa-quote-left:before {
6415
+ content: "\f10d";
6826
6416
  }
6827
- i.icon.plane:before {
6828
- content: "\f072";
6417
+ .fa-quote-right:before {
6418
+ content: "\f10e";
6829
6419
  }
6830
- i.icon.play.circle:before {
6831
- content: "\f01d";
6420
+ .fa-spinner:before {
6421
+ content: "\f110";
6832
6422
  }
6833
- i.icon.play.sign:before {
6834
- content: "\f144";
6423
+ .fa-circle:before {
6424
+ content: "\f111";
6835
6425
  }
6836
- i.icon.play:before {
6837
- content: "\f04b";
6426
+ .fa-mail-reply:before,
6427
+ .fa-reply:before {
6428
+ content: "\f112";
6838
6429
  }
6839
- i.icon.pound:before {
6840
- content: "\f154";
6430
+ .fa-github-alt:before {
6431
+ content: "\f113";
6841
6432
  }
6842
- i.icon.print:before {
6843
- content: "\f02f";
6433
+ .fa-folder-o:before {
6434
+ content: "\f114";
6844
6435
  }
6845
- i.icon.puzzle.piece:before {
6846
- content: "\f12e";
6436
+ .fa-folder-open-o:before {
6437
+ content: "\f115";
6847
6438
  }
6848
- i.icon.qr.code:before {
6849
- content: "\f029";
6439
+ .fa-smile-o:before {
6440
+ content: "\f118";
6850
6441
  }
6851
- i.icon.question:before {
6852
- content: "\f128";
6442
+ .fa-frown-o:before {
6443
+ content: "\f119";
6853
6444
  }
6854
- i.icon.quote.left:before {
6855
- content: "\f10d";
6445
+ .fa-meh-o:before {
6446
+ content: "\f11a";
6856
6447
  }
6857
- i.icon.quote.right:before {
6858
- content: "\f10e";
6448
+ .fa-gamepad:before {
6449
+ content: "\f11b";
6859
6450
  }
6860
- i.icon.refresh:before {
6861
- content: "\f021";
6451
+ .fa-keyboard-o:before {
6452
+ content: "\f11c";
6862
6453
  }
6863
- i.icon.remove.circle:before {
6864
- content: "\f05c";
6454
+ .fa-flag-o:before {
6455
+ content: "\f11d";
6865
6456
  }
6866
- i.icon.remove.sign:before {
6867
- content: "\f057";
6457
+ .fa-flag-checkered:before {
6458
+ content: "\f11e";
6868
6459
  }
6869
- i.icon.remove:before {
6870
- content: "\f00d";
6460
+ .fa-terminal:before {
6461
+ content: "\f120";
6871
6462
  }
6872
- i.icon.renren:before {
6873
- content: "\f18b";
6463
+ .fa-code:before {
6464
+ content: "\f121";
6874
6465
  }
6875
- i.icon.reorder:before {
6876
- content: "\f0c9";
6466
+ .fa-mail-reply-all:before,
6467
+ .fa-reply-all:before {
6468
+ content: "\f122";
6877
6469
  }
6878
- i.icon.repeat:before {
6879
- content: "\f01e";
6470
+ .fa-star-half-empty:before,
6471
+ .fa-star-half-full:before,
6472
+ .fa-star-half-o:before {
6473
+ content: "\f123";
6880
6474
  }
6881
- i.icon.reply.all.mail:before {
6882
- content: "\f122";
6475
+ .fa-location-arrow:before {
6476
+ content: "\f124";
6883
6477
  }
6884
- i.icon.resize.full:before {
6885
- content: "\f065";
6478
+ .fa-crop:before {
6479
+ content: "\f125";
6886
6480
  }
6887
- i.icon.resize.horizontal:before {
6888
- content: "\f07e";
6481
+ .fa-code-fork:before {
6482
+ content: "\f126";
6889
6483
  }
6890
- i.icon.resize.small:before {
6891
- content: "\f066";
6484
+ .fa-unlink:before,
6485
+ .fa-chain-broken:before {
6486
+ content: "\f127";
6892
6487
  }
6893
- i.icon.resize.vertical:before {
6894
- content: "\f07d";
6488
+ .fa-question:before {
6489
+ content: "\f128";
6895
6490
  }
6896
- i.icon.retweet:before {
6897
- content: "\f079";
6491
+ .fa-info:before {
6492
+ content: "\f129";
6898
6493
  }
6899
- i.icon.road:before {
6900
- content: "\f018";
6494
+ .fa-exclamation:before {
6495
+ content: "\f12a";
6901
6496
  }
6902
- i.icon.rocket:before {
6903
- content: "\f135";
6497
+ .fa-superscript:before {
6498
+ content: "\f12b";
6904
6499
  }
6905
- i.icon.rss.sign:before {
6906
- content: "\f143";
6500
+ .fa-subscript:before {
6501
+ content: "\f12c";
6907
6502
  }
6908
- i.icon.rss:before {
6909
- content: "\f09e";
6503
+ .fa-eraser:before {
6504
+ content: "\f12d";
6910
6505
  }
6911
- i.icon.rupee:before {
6912
- content: "\f156";
6506
+ .fa-puzzle-piece:before {
6507
+ content: "\f12e";
6913
6508
  }
6914
- i.icon.save:before {
6915
- content: "\f0c7";
6509
+ .fa-microphone:before {
6510
+ content: "\f130";
6916
6511
  }
6917
- i.icon.screenshot:before {
6918
- content: "\f05b";
6512
+ .fa-microphone-slash:before {
6513
+ content: "\f131";
6919
6514
  }
6920
- i.icon.search:before {
6921
- content: "\f002";
6515
+ .fa-shield:before {
6516
+ content: "\f132";
6922
6517
  }
6923
- i.icon.setting:before {
6924
- content: "\f013";
6518
+ .fa-calendar-o:before {
6519
+ content: "\f133";
6925
6520
  }
6926
- i.icon.settings:before {
6927
- content: "\f085";
6521
+ .fa-fire-extinguisher:before {
6522
+ content: "\f134";
6928
6523
  }
6929
- i.icon.share.sign:before {
6930
- content: "\f14d";
6524
+ .fa-rocket:before {
6525
+ content: "\f135";
6931
6526
  }
6932
- i.icon.share:before {
6933
- content: "\f045";
6527
+ .fa-maxcdn:before {
6528
+ content: "\f136";
6934
6529
  }
6935
- i.icon.shield:before {
6936
- content: "\f132";
6530
+ .fa-chevron-circle-left:before {
6531
+ content: "\f137";
6937
6532
  }
6938
- i.icon.shuffle:before {
6939
- content: "\f074";
6533
+ .fa-chevron-circle-right:before {
6534
+ content: "\f138";
6940
6535
  }
6941
- i.icon.sign.in:before {
6942
- content: "\f090";
6536
+ .fa-chevron-circle-up:before {
6537
+ content: "\f139";
6943
6538
  }
6944
- i.icon.sign.out:before {
6945
- content: "\f08b";
6539
+ .fa-chevron-circle-down:before {
6540
+ content: "\f13a";
6946
6541
  }
6947
- i.icon.sign:before {
6948
- content: "\f0c8";
6542
+ .fa-html5:before {
6543
+ content: "\f13b";
6949
6544
  }
6950
- i.icon.signal:before {
6951
- content: "\f012";
6545
+ .fa-css3:before {
6546
+ content: "\f13c";
6952
6547
  }
6953
- i.icon.sitemap:before {
6954
- content: "\f0e8";
6548
+ .fa-anchor:before {
6549
+ content: "\f13d";
6955
6550
  }
6956
- i.icon.skype:before {
6957
- content: "\f17e";
6551
+ .fa-unlock-alt:before {
6552
+ content: "\f13e";
6958
6553
  }
6959
- i.icon.smile:before {
6960
- content: "\f118";
6554
+ .fa-bullseye:before {
6555
+ content: "\f140";
6961
6556
  }
6962
- i.icon.sort.ascending:before {
6963
- content: "\f0de";
6557
+ .fa-ellipsis-h:before {
6558
+ content: "\f141";
6964
6559
  }
6965
- i.icon.sort.descending:before {
6966
- content: "\f0dd";
6560
+ .fa-ellipsis-v:before {
6561
+ content: "\f142";
6967
6562
  }
6968
- i.icon.sort.alphabet.descending:before {
6969
- content: "\f15e";
6563
+ .fa-rss-square:before {
6564
+ content: "\f143";
6970
6565
  }
6971
- i.icon.sort.alphabet:before {
6972
- content: "\f15d";
6566
+ .fa-play-circle:before {
6567
+ content: "\f144";
6973
6568
  }
6974
- i.icon.sort.attributes.descending:before {
6975
- content: "\f161";
6569
+ .fa-ticket:before {
6570
+ content: "\f145";
6976
6571
  }
6977
- i.icon.sort.attributes:before {
6978
- content: "\f160";
6572
+ .fa-minus-square:before {
6573
+ content: "\f146";
6979
6574
  }
6980
- i.icon.sort.order.descending:before {
6981
- content: "\f163";
6575
+ .fa-minus-square-o:before {
6576
+ content: "\f147";
6982
6577
  }
6983
- i.icon.sort.order:before {
6984
- content: "\f162";
6578
+ .fa-level-up:before {
6579
+ content: "\f148";
6985
6580
  }
6986
- i.icon.sort:before {
6987
- content: "\f0dc";
6581
+ .fa-level-down:before {
6582
+ content: "\f149";
6988
6583
  }
6989
- i.icon.stackexchange:before {
6990
- content: "\f16c";
6584
+ .fa-check-square:before {
6585
+ content: "\f14a";
6991
6586
  }
6992
- i.icon.star.empty:before {
6993
- content: "\f006";
6587
+ .fa-pencil-square:before {
6588
+ content: "\f14b";
6994
6589
  }
6995
- i.icon.star.half.empty:before {
6996
- content: "\f123";
6590
+ .fa-external-link-square:before {
6591
+ content: "\f14c";
6997
6592
  }
6998
- i.icon.star.half.full:before,
6999
- i.icon.star.half:before {
7000
- content: "\f089";
6593
+ .fa-share-square:before {
6594
+ content: "\f14d";
7001
6595
  }
7002
- i.icon.star:before {
7003
- content: "\f005";
6596
+ .fa-compass:before {
6597
+ content: "\f14e";
7004
6598
  }
7005
- i.icon.step.backward:before {
7006
- content: "\f048";
6599
+ .fa-toggle-down:before,
6600
+ .fa-caret-square-o-down:before {
6601
+ content: "\f150";
7007
6602
  }
7008
- i.icon.step.forward:before {
7009
- content: "\f051";
6603
+ .fa-toggle-up:before,
6604
+ .fa-caret-square-o-up:before {
6605
+ content: "\f151";
7010
6606
  }
7011
- i.icon.stethoscope:before {
7012
- content: "\f0f1";
6607
+ .fa-toggle-right:before,
6608
+ .fa-caret-square-o-right:before {
6609
+ content: "\f152";
7013
6610
  }
7014
- i.icon.stop:before {
7015
- content: "\f04d";
6611
+ .fa-euro:before,
6612
+ .fa-eur:before {
6613
+ content: "\f153";
7016
6614
  }
7017
- i.icon.strikethrough:before {
7018
- content: "\f0cc";
6615
+ .fa-gbp:before {
6616
+ content: "\f154";
7019
6617
  }
7020
- i.icon.subscript:before {
7021
- content: "\f12c";
6618
+ .fa-dollar:before,
6619
+ .fa-usd:before {
6620
+ content: "\f155";
7022
6621
  }
7023
- i.icon.suitcase:before {
7024
- content: "\f0f2";
6622
+ .fa-rupee:before,
6623
+ .fa-inr:before {
6624
+ content: "\f156";
7025
6625
  }
7026
- i.icon.sun:before {
7027
- content: "\f185";
6626
+ .fa-cny:before,
6627
+ .fa-rmb:before,
6628
+ .fa-yen:before,
6629
+ .fa-jpy:before {
6630
+ content: "\f157";
7028
6631
  }
7029
- i.icon.superscript:before {
7030
- content: "\f12b";
6632
+ .fa-ruble:before,
6633
+ .fa-rouble:before,
6634
+ .fa-rub:before {
6635
+ content: "\f158";
7031
6636
  }
7032
- i.icon.table:before {
7033
- content: "\f0ce";
6637
+ .fa-won:before,
6638
+ .fa-krw:before {
6639
+ content: "\f159";
7034
6640
  }
7035
- i.icon.tablet:before {
7036
- content: "\f10a";
6641
+ .fa-bitcoin:before,
6642
+ .fa-btc:before {
6643
+ content: "\f15a";
7037
6644
  }
7038
- i.icon.tag:before {
7039
- content: "\f02b";
6645
+ .fa-file:before {
6646
+ content: "\f15b";
7040
6647
  }
7041
- i.icon.tags:before {
7042
- content: "\f02c";
6648
+ .fa-file-text:before {
6649
+ content: "\f15c";
7043
6650
  }
7044
- i.icon.tasks:before {
7045
- content: "\f0ae";
6651
+ .fa-sort-alpha-asc:before {
6652
+ content: "\f15d";
7046
6653
  }
7047
- i.icon.terminal:before {
7048
- content: "\f120";
6654
+ .fa-sort-alpha-desc:before {
6655
+ content: "\f15e";
7049
6656
  }
7050
- i.icon.text.height:before {
7051
- content: "\f034";
6657
+ .fa-sort-amount-asc:before {
6658
+ content: "\f160";
7052
6659
  }
7053
- i.icon.text.width:before {
7054
- content: "\f035";
6660
+ .fa-sort-amount-desc:before {
6661
+ content: "\f161";
7055
6662
  }
7056
- i.icon.thumbs.down.outline:before {
7057
- content: "\f088";
6663
+ .fa-sort-numeric-asc:before {
6664
+ content: "\f162";
7058
6665
  }
7059
- i.icon.thumbs.down:before {
7060
- content: "\f165";
6666
+ .fa-sort-numeric-desc:before {
6667
+ content: "\f163";
7061
6668
  }
7062
- i.icon.thumbs.up.outline:before {
7063
- content: "\f087";
6669
+ .fa-thumbs-up:before {
6670
+ content: "\f164";
7064
6671
  }
7065
- i.icon.thumbs.up:before {
7066
- content: "\f164";
6672
+ .fa-thumbs-down:before {
6673
+ content: "\f165";
7067
6674
  }
7068
- i.icon.ticket:before {
7069
- content: "\f145";
6675
+ .fa-youtube-square:before {
6676
+ content: "\f166";
7070
6677
  }
7071
- i.icon.time:before {
7072
- content: "\f017";
6678
+ .fa-youtube:before {
6679
+ content: "\f167";
7073
6680
  }
7074
- i.icon.tint:before {
7075
- content: "\f043";
6681
+ .fa-xing:before {
6682
+ content: "\f168";
7076
6683
  }
7077
- i.icon.trash:before {
7078
- content: "\f014";
6684
+ .fa-xing-square:before {
6685
+ content: "\f169";
7079
6686
  }
7080
- i.icon.trello:before {
7081
- content: "\f181";
6687
+ .fa-youtube-play:before {
6688
+ content: "\f16a";
7082
6689
  }
7083
- i.icon.trophy:before {
7084
- content: "\f091";
6690
+ .fa-dropbox:before {
6691
+ content: "\f16b";
7085
6692
  }
7086
- i.icon.truck:before {
7087
- content: "\f0d1";
6693
+ .fa-stack-overflow:before {
6694
+ content: "\f16c";
7088
6695
  }
7089
- i.icon.tumblr.sign:before {
7090
- content: "\f174";
6696
+ .fa-instagram:before {
6697
+ content: "\f16d";
7091
6698
  }
7092
- i.icon.tumblr:before {
7093
- content: "\f173";
6699
+ .fa-flickr:before {
6700
+ content: "\f16e";
7094
6701
  }
7095
- i.icon.twitter.sign:before {
7096
- content: "\f081";
6702
+ .fa-adn:before {
6703
+ content: "\f170";
7097
6704
  }
7098
- i.icon.twitter:before {
7099
- content: "\f099";
6705
+ .fa-bitbucket:before {
6706
+ content: "\f171";
7100
6707
  }
7101
- i.icon.umbrella:before {
7102
- content: "\f0e9";
6708
+ .fa-bitbucket-square:before {
6709
+ content: "\f172";
7103
6710
  }
7104
- i.icon.underline:before {
7105
- content: "\f0cd";
6711
+ .fa-tumblr:before {
6712
+ content: "\f173";
7106
6713
  }
7107
- i.icon.undo:before {
7108
- content: "\f0e2";
6714
+ .fa-tumblr-square:before {
6715
+ content: "\f174";
7109
6716
  }
7110
- i.icon.unhide:before {
7111
- content: "\f06e";
6717
+ .fa-long-arrow-down:before {
6718
+ content: "\f175";
7112
6719
  }
7113
- i.icon.unlink:before {
7114
- content: "\f127";
6720
+ .fa-long-arrow-up:before {
6721
+ content: "\f176";
7115
6722
  }
7116
- i.icon.unlock.alternate:before {
7117
- content: "\f13e";
6723
+ .fa-long-arrow-left:before {
6724
+ content: "\f177";
7118
6725
  }
7119
- i.icon.unlock:before {
7120
- content: "\f09c";
6726
+ .fa-long-arrow-right:before {
6727
+ content: "\f178";
7121
6728
  }
7122
- i.icon.unmute:before {
7123
- content: "\f130";
6729
+ .fa-apple:before {
6730
+ content: "\f179";
7124
6731
  }
7125
- i.icon.up:before {
7126
- content: "\f062";
6732
+ .fa-windows:before {
6733
+ content: "\f17a";
7127
6734
  }
7128
- i.icon.upload.disk:before {
7129
- content: "\f093";
6735
+ .fa-android:before {
6736
+ content: "\f17b";
7130
6737
  }
7131
- i.icon.upload:before {
7132
- content: "\f01b";
6738
+ .fa-linux:before {
6739
+ content: "\f17c";
7133
6740
  }
7134
- i.icon.url:before {
7135
- content: "\f0c1";
6741
+ .fa-dribbble:before {
6742
+ content: "\f17d";
7136
6743
  }
7137
- i.icon.user:before {
7138
- content: "\f007";
6744
+ .fa-skype:before {
6745
+ content: "\f17e";
7139
6746
  }
7140
- i.icon.users:before {
7141
- content: "\f0c0";
6747
+ .fa-foursquare:before {
6748
+ content: "\f180";
7142
6749
  }
7143
- i.icon.video:before {
7144
- content: "\f008";
6750
+ .fa-trello:before {
6751
+ content: "\f181";
7145
6752
  }
7146
- i.icon.vk:before {
7147
- content: "\f189";
6753
+ .fa-female:before {
6754
+ content: "\f182";
7148
6755
  }
7149
- i.icon.volume.down:before {
7150
- content: "\f027";
6756
+ .fa-male:before {
6757
+ content: "\f183";
7151
6758
  }
7152
- i.icon.volume.off:before {
7153
- content: "\f026";
6759
+ .fa-gittip:before {
6760
+ content: "\f184";
7154
6761
  }
7155
- i.icon.volume.up:before {
7156
- content: "\f028";
6762
+ .fa-sun-o:before {
6763
+ content: "\f185";
7157
6764
  }
7158
- i.icon.warning:before {
7159
- content: "\f071";
6765
+ .fa-moon-o:before {
6766
+ content: "\f186";
7160
6767
  }
7161
- i.icon.weibo:before {
7162
- content: "\f18a";
6768
+ .fa-archive:before {
6769
+ content: "\f187";
7163
6770
  }
7164
- i.icon.windows:before {
7165
- content: "\f17a";
6771
+ .fa-bug:before {
6772
+ content: "\f188";
7166
6773
  }
7167
- i.icon.won:before {
7168
- content: "\f159";
6774
+ .fa-vk:before {
6775
+ content: "\f189";
7169
6776
  }
7170
- i.icon.wrench:before {
7171
- content: "\f0ad";
6777
+ .fa-weibo:before {
6778
+ content: "\f18a";
7172
6779
  }
7173
- i.icon.xing.sign:before {
7174
- content: "\f169";
6780
+ .fa-renren:before {
6781
+ content: "\f18b";
7175
6782
  }
7176
- i.icon.xing:before {
7177
- content: "\f168";
6783
+ .fa-pagelines:before {
6784
+ content: "\f18c";
7178
6785
  }
7179
- i.icon.yen:before {
7180
- content: "\f157";
6786
+ .fa-stack-exchange:before {
6787
+ content: "\f18d";
7181
6788
  }
7182
- i.icon.youtube.play:before {
7183
- content: "\f16a";
6789
+ .fa-arrow-circle-o-right:before {
6790
+ content: "\f18e";
7184
6791
  }
7185
- i.icon.youtube.sign:before {
7186
- content: "\f166";
6792
+ .fa-arrow-circle-o-left:before {
6793
+ content: "\f190";
7187
6794
  }
7188
- i.icon.youtube:before {
7189
- content: "\f167";
6795
+ .fa-toggle-left:before,
6796
+ .fa-caret-square-o-left:before {
6797
+ content: "\f191";
7190
6798
  }
7191
- i.icon.yuan:before {
7192
- content: "\f158";
6799
+ .fa-dot-circle-o:before {
6800
+ content: "\f192";
7193
6801
  }
7194
- i.icon.zoom.in:before {
7195
- content: "\f00e";
6802
+ .fa-wheelchair:before {
6803
+ content: "\f193";
7196
6804
  }
7197
- i.icon.zoom.out:before {
7198
- content: "\f010";
6805
+ .fa-vimeo-square:before {
6806
+ content: "\f194";
7199
6807
  }
7200
- /*--------------
7201
- Aliases
7202
- ---------------*/
7203
- i.icon.check:before {
7204
- content: "\f00c";
6808
+ .fa-turkish-lira:before,
6809
+ .fa-try:before {
6810
+ content: "\f195";
7205
6811
  }
7206
- i.icon.close:before {
7207
- content: "\f00d";
6812
+ .fa-plus-square-o:before {
6813
+ content: "\f196";
7208
6814
  }
7209
- i.icon.delete:before {
7210
- content: "\f00d";
6815
+ .fa-space-shuttle:before {
6816
+ content: "\f197";
7211
6817
  }
7212
- i.icon.like:before {
7213
- content: "\f004";
6818
+ .fa-slack:before {
6819
+ content: "\f198";
7214
6820
  }
7215
- i.icon.plus:before {
7216
- content: "\f067";
6821
+ .fa-envelope-square:before {
6822
+ content: "\f199";
7217
6823
  }
7218
- i.icon.signup:before {
7219
- content: "\f044";
6824
+ .fa-wordpress:before {
6825
+ content: "\f19a";
7220
6826
  }
7221
- /*--------------
7222
- Spacing Fix
7223
- ---------------*/
7224
- /* stars are usually consecutive */
7225
- i.icon.star {
7226
- width: auto;
7227
- margin: 0em;
6827
+ .fa-openid:before {
6828
+ content: "\f19b";
7228
6829
  }
7229
- /* left side icons */
7230
- i.icon.left {
7231
- width: auto;
7232
- margin: 0em 0.5em 0em 0em;
6830
+ .fa-institution:before,
6831
+ .fa-bank:before,
6832
+ .fa-university:before {
6833
+ content: "\f19c";
7233
6834
  }
7234
- /* right side icons */
7235
- i.icon.search,
7236
- i.icon.right {
7237
- width: auto;
7238
- margin: 0em 0em 0em 0.5em;
6835
+ .fa-mortar-board:before,
6836
+ .fa-graduation-cap:before {
6837
+ content: "\f19d";
7239
6838
  }
6839
+ .fa-yahoo:before {
6840
+ content: "\f19e";
6841
+ }
6842
+ .fa-google:before {
6843
+ content: "\f1a0";
6844
+ }
6845
+ .fa-reddit:before {
6846
+ content: "\f1a1";
6847
+ }
6848
+ .fa-reddit-square:before {
6849
+ content: "\f1a2";
6850
+ }
6851
+ .fa-stumbleupon-circle:before {
6852
+ content: "\f1a3";
6853
+ }
6854
+ .fa-stumbleupon:before {
6855
+ content: "\f1a4";
6856
+ }
6857
+ .fa-delicious:before {
6858
+ content: "\f1a5";
6859
+ }
6860
+ .fa-digg:before {
6861
+ content: "\f1a6";
6862
+ }
6863
+ .fa-pied-piper-square:before,
6864
+ .fa-pied-piper:before {
6865
+ content: "\f1a7";
6866
+ }
6867
+ .fa-pied-piper-alt:before {
6868
+ content: "\f1a8";
6869
+ }
6870
+ .fa-drupal:before {
6871
+ content: "\f1a9";
6872
+ }
6873
+ .fa-joomla:before {
6874
+ content: "\f1aa";
6875
+ }
6876
+ .fa-language:before {
6877
+ content: "\f1ab";
6878
+ }
6879
+ .fa-fax:before {
6880
+ content: "\f1ac";
6881
+ }
6882
+ .fa-building:before {
6883
+ content: "\f1ad";
6884
+ }
6885
+ .fa-child:before {
6886
+ content: "\f1ae";
6887
+ }
6888
+ .fa-paw:before {
6889
+ content: "\f1b0";
6890
+ }
6891
+ .fa-spoon:before {
6892
+ content: "\f1b1";
6893
+ }
6894
+ .fa-cube:before {
6895
+ content: "\f1b2";
6896
+ }
6897
+ .fa-cubes:before {
6898
+ content: "\f1b3";
6899
+ }
6900
+ .fa-behance:before {
6901
+ content: "\f1b4";
6902
+ }
6903
+ .fa-behance-square:before {
6904
+ content: "\f1b5";
6905
+ }
6906
+ .fa-steam:before {
6907
+ content: "\f1b6";
6908
+ }
6909
+ .fa-steam-square:before {
6910
+ content: "\f1b7";
6911
+ }
6912
+ .fa-recycle:before {
6913
+ content: "\f1b8";
6914
+ }
6915
+ .fa-automobile:before,
6916
+ .fa-car:before {
6917
+ content: "\f1b9";
6918
+ }
6919
+ .fa-cab:before,
6920
+ .fa-taxi:before {
6921
+ content: "\f1ba";
6922
+ }
6923
+ .fa-tree:before {
6924
+ content: "\f1bb";
6925
+ }
6926
+ .fa-spotify:before {
6927
+ content: "\f1bc";
6928
+ }
6929
+ .fa-deviantart:before {
6930
+ content: "\f1bd";
6931
+ }
6932
+ .fa-soundcloud:before {
6933
+ content: "\f1be";
6934
+ }
6935
+ .fa-database:before {
6936
+ content: "\f1c0";
6937
+ }
6938
+ .fa-file-pdf-o:before {
6939
+ content: "\f1c1";
6940
+ }
6941
+ .fa-file-word-o:before {
6942
+ content: "\f1c2";
6943
+ }
6944
+ .fa-file-excel-o:before {
6945
+ content: "\f1c3";
6946
+ }
6947
+ .fa-file-powerpoint-o:before {
6948
+ content: "\f1c4";
6949
+ }
6950
+ .fa-file-photo-o:before,
6951
+ .fa-file-picture-o:before,
6952
+ .fa-file-image-o:before {
6953
+ content: "\f1c5";
6954
+ }
6955
+ .fa-file-zip-o:before,
6956
+ .fa-file-archive-o:before {
6957
+ content: "\f1c6";
6958
+ }
6959
+ .fa-file-sound-o:before,
6960
+ .fa-file-audio-o:before {
6961
+ content: "\f1c7";
6962
+ }
6963
+ .fa-file-movie-o:before,
6964
+ .fa-file-video-o:before {
6965
+ content: "\f1c8";
6966
+ }
6967
+ .fa-file-code-o:before {
6968
+ content: "\f1c9";
6969
+ }
6970
+ .fa-vine:before {
6971
+ content: "\f1ca";
6972
+ }
6973
+ .fa-codepen:before {
6974
+ content: "\f1cb";
6975
+ }
6976
+ .fa-jsfiddle:before {
6977
+ content: "\f1cc";
6978
+ }
6979
+ .fa-life-bouy:before,
6980
+ .fa-life-saver:before,
6981
+ .fa-support:before,
6982
+ .fa-life-ring:before {
6983
+ content: "\f1cd";
6984
+ }
6985
+ .fa-circle-o-notch:before {
6986
+ content: "\f1ce";
6987
+ }
6988
+ .fa-ra:before,
6989
+ .fa-rebel:before {
6990
+ content: "\f1d0";
6991
+ }
6992
+ .fa-ge:before,
6993
+ .fa-empire:before {
6994
+ content: "\f1d1";
6995
+ }
6996
+ .fa-git-square:before {
6997
+ content: "\f1d2";
6998
+ }
6999
+ .fa-git:before {
7000
+ content: "\f1d3";
7001
+ }
7002
+ .fa-hacker-news:before {
7003
+ content: "\f1d4";
7004
+ }
7005
+ .fa-tencent-weibo:before {
7006
+ content: "\f1d5";
7007
+ }
7008
+ .fa-qq:before {
7009
+ content: "\f1d6";
7010
+ }
7011
+ .fa-wechat:before,
7012
+ .fa-weixin:before {
7013
+ content: "\f1d7";
7014
+ }
7015
+ .fa-send:before,
7016
+ .fa-paper-plane:before {
7017
+ content: "\f1d8";
7018
+ }
7019
+ .fa-send-o:before,
7020
+ .fa-paper-plane-o:before {
7021
+ content: "\f1d9";
7022
+ }
7023
+ .fa-history:before {
7024
+ content: "\f1da";
7025
+ }
7026
+ .fa-circle-thin:before {
7027
+ content: "\f1db";
7028
+ }
7029
+ .fa-header:before {
7030
+ content: "\f1dc";
7031
+ }
7032
+ .fa-paragraph:before {
7033
+ content: "\f1dd";
7034
+ }
7035
+ .fa-sliders:before {
7036
+ content: "\f1de";
7037
+ }
7038
+ .fa-share-alt:before {
7039
+ content: "\f1e0";
7040
+ }
7041
+ .fa-share-alt-square:before {
7042
+ content: "\f1e1";
7043
+ }
7044
+ .fa-bomb:before {
7045
+ content: "\f1e2";
7046
+ }
7047
+
7240
7048
  /*******************************
7241
7049
  Types
7242
7050
  *******************************/
7243
7051
  /*--------------
7244
7052
  Loading
7245
7053
  ---------------*/
7246
- i.icon.loading {
7054
+ i.fa.loading {
7247
7055
  -webkit-animation: icon-loading 2s linear infinite;
7248
7056
  -moz-animation: icon-loading 2s linear infinite;
7249
7057
  -ms-animation: icon-loading 2s linear infinite;
@@ -7296,16 +7104,16 @@ i.icon.loading {
7296
7104
  /*******************************
7297
7105
  States
7298
7106
  *******************************/
7299
- i.icon.hover {
7107
+ i.fa.hover {
7300
7108
  opacity: 1;
7301
7109
  }
7302
- i.icon.active {
7110
+ i.fa.active {
7303
7111
  opacity: 1;
7304
7112
  }
7305
- i.emphasized.icon {
7113
+ i.emphasized.fa {
7306
7114
  opacity: 1;
7307
7115
  }
7308
- i.icon.disabled {
7116
+ i.fa.disabled {
7309
7117
  opacity: 0.3;
7310
7118
  }
7311
7119
  /*******************************
@@ -7314,20 +7122,20 @@ i.icon.disabled {
7314
7122
  /*-------------------
7315
7123
  Link
7316
7124
  --------------------*/
7317
- i.link.icon {
7125
+ i.link.fa {
7318
7126
  cursor: pointer;
7319
7127
  opacity: 0.7;
7320
7128
  -webkit-transition: opacity 0.3s ease-out;
7321
7129
  -moz-transition: opacity 0.3s ease-out;
7322
7130
  transition: opacity 0.3s ease-out;
7323
7131
  }
7324
- i.link.icon:hover {
7132
+ i.link.fa:hover {
7325
7133
  opacity: 1 !important;
7326
7134
  }
7327
7135
  /*-------------------
7328
7136
  Circular
7329
7137
  --------------------*/
7330
- i.circular.icon {
7138
+ i.circular.fa {
7331
7139
  border-radius: 500em !important;
7332
7140
  padding: 0.5em 0.35em !important;
7333
7141
  -webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
@@ -7336,7 +7144,7 @@ i.circular.icon {
7336
7144
  width: 2em !important;
7337
7145
  height: 2em !important;
7338
7146
  }
7339
- i.circular.inverted.icon {
7147
+ i.circular.inverted.fa {
7340
7148
  border: none;
7341
7149
  -webkit-box-shadow: none;
7342
7150
  box-shadow: none;
@@ -7344,14 +7152,14 @@ i.circular.inverted.icon {
7344
7152
  /*-------------------
7345
7153
  Flipped
7346
7154
  --------------------*/
7347
- i.flipped.icon,
7348
- i.horizontally.flipped.icon {
7155
+ i.flipped.fa,
7156
+ i.horizontally.flipped.fa {
7349
7157
  -webkit-transform: scale(-1, 1);
7350
7158
  -moz-transform: scale(-1, 1);
7351
7159
  -ms-transform: scale(-1, 1);
7352
7160
  transform: scale(-1, 1);
7353
7161
  }
7354
- i.vertically.flipped.icon {
7162
+ i.vertically.flipped.fa {
7355
7163
  -webkit-transform: scale(1, -1);
7356
7164
  -moz-transform: scale(1, -1);
7357
7165
  -ms-transform: scale(1, -1);
@@ -7360,16 +7168,16 @@ i.vertically.flipped.icon {
7360
7168
  /*-------------------
7361
7169
  Rotated
7362
7170
  --------------------*/
7363
- i.rotated.icon,
7364
- i.right.rotated.icon,
7365
- i.clockwise.rotated.icon {
7171
+ i.rotated.fa,
7172
+ i.right.rotated.fa,
7173
+ i.clockwise.rotated.fa {
7366
7174
  -webkit-transform: rotate(90deg);
7367
7175
  -moz-transform: rotate(90deg);
7368
7176
  -ms-transform: rotate(90deg);
7369
7177
  transform: rotate(90deg);
7370
7178
  }
7371
- i.left.rotated.icon,
7372
- i.counterclockwise.rotated.icon {
7179
+ i.left.rotated.fa,
7180
+ i.counterclockwise.rotated.fa {
7373
7181
  -webkit-transform: rotate(-90deg);
7374
7182
  -moz-transform: rotate(-90deg);
7375
7183
  -ms-transform: rotate(-90deg);
@@ -7378,7 +7186,7 @@ i.counterclockwise.rotated.icon {
7378
7186
  /*-------------------
7379
7187
  Square
7380
7188
  --------------------*/
7381
- i.square.icon {
7189
+ i.square.fa {
7382
7190
  width: 2em;
7383
7191
  height: 2em;
7384
7192
  padding: 0.5em 0.35em !important;
@@ -7386,7 +7194,7 @@ i.square.icon {
7386
7194
  box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
7387
7195
  vertical-align: baseline;
7388
7196
  }
7389
- i.square.inverted.icon {
7197
+ i.square.inverted.fa {
7390
7198
  border: none;
7391
7199
  -webkit-box-shadow: none;
7392
7200
  box-shadow: none;
@@ -7394,7 +7202,7 @@ i.square.inverted.icon {
7394
7202
  /*-------------------
7395
7203
  Inverted
7396
7204
  --------------------*/
7397
- i.inverted.icon {
7205
+ i.inverted.fa {
7398
7206
  background-color: #222222;
7399
7207
  color: #FFFFFF;
7400
7208
  -moz-osx-font-smoothing: grayscale;
@@ -7402,80 +7210,87 @@ i.inverted.icon {
7402
7210
  /*-------------------
7403
7211
  Colors
7404
7212
  --------------------*/
7405
- i.blue.icon {
7213
+ i.blue.fa {
7406
7214
  color: #6ECFF5 !important;
7407
7215
  }
7408
- i.black.icon {
7216
+ i.black.fa {
7409
7217
  color: #5C6166 !important;
7410
7218
  }
7411
- i.green.icon {
7219
+ i.green.fa {
7412
7220
  color: #A1CF64 !important;
7413
7221
  }
7414
- i.red.icon {
7222
+ i.red.fa {
7415
7223
  color: #D95C5C !important;
7416
7224
  }
7417
- i.purple.icon {
7418
- color: #564F8A !important;
7225
+ i.purple.fa {
7226
+ color: #171f43 !important;
7419
7227
  }
7420
- i.orange.icon {
7228
+ i.orange.fa {
7421
7229
  color: #F05940 !important;
7422
7230
  }
7423
- i.teal.icon {
7231
+ i.yellow.fa {
7232
+ color: #ffcc00 !important;
7233
+ }
7234
+ i.teal.fa {
7424
7235
  color: #00B5AD !important;
7425
7236
  }
7426
7237
  /*-------------------
7427
7238
  Inverted Colors
7428
7239
  --------------------*/
7429
- i.inverted.black.icon {
7240
+ i.inverted.black.fa {
7430
7241
  background-color: #5C6166 !important;
7431
7242
  color: #FFFFFF !important;
7432
7243
  }
7433
- i.inverted.blue.icon {
7244
+ i.inverted.blue.fa {
7434
7245
  background-color: #6ECFF5 !important;
7435
7246
  color: #FFFFFF !important;
7436
7247
  }
7437
- i.inverted.green.icon {
7248
+ i.inverted.green.fa {
7438
7249
  background-color: #A1CF64 !important;
7439
7250
  color: #FFFFFF !important;
7440
7251
  }
7441
- i.inverted.red.icon {
7252
+ i.inverted.red.fa {
7442
7253
  background-color: #D95C5C !important;
7443
7254
  color: #FFFFFF !important;
7444
7255
  }
7445
- i.inverted.purple.icon {
7446
- background-color: #564F8A !important;
7256
+ i.inverted.purple.fa {
7257
+ background-color: #171f43 !important;
7447
7258
  color: #FFFFFF !important;
7448
7259
  }
7449
- i.inverted.orange.icon {
7260
+ i.inverted.orange.fa {
7450
7261
  background-color: #F05940 !important;
7451
7262
  color: #FFFFFF !important;
7452
7263
  }
7453
- i.inverted.teal.icon {
7264
+ i.inverted.yellow.fa {
7265
+ background-color: #ffcc00 !important;
7266
+ color: #FFFFFF !important;
7267
+ }
7268
+ i.inverted.teal.fa {
7454
7269
  background-color: #00B5AD !important;
7455
7270
  color: #FFFFFF !important;
7456
7271
  }
7457
7272
  /*-------------------
7458
7273
  Sizes
7459
7274
  --------------------*/
7460
- i.small.icon {
7275
+ i.small.fa {
7461
7276
  font-size: 0.875em;
7462
7277
  }
7463
- i.icon {
7278
+ i.fa {
7464
7279
  font-size: 1em;
7465
7280
  }
7466
- i.large.icon {
7281
+ i.large.fa {
7467
7282
  font-size: 1.5em;
7468
7283
  vertical-align: middle;
7469
7284
  }
7470
- i.big.icon {
7285
+ i.big.fa {
7471
7286
  font-size: 2em;
7472
7287
  vertical-align: middle;
7473
7288
  }
7474
- i.huge.icon {
7289
+ i.huge.fa {
7475
7290
  font-size: 4em;
7476
7291
  vertical-align: middle;
7477
7292
  }
7478
- i.massive.icon {
7293
+ i.massive.fa {
7479
7294
  font-size: 8em;
7480
7295
  vertical-align: middle;
7481
7296
  }
@@ -7692,11 +7507,11 @@ img.ui.image {
7692
7507
  /*--------------------
7693
7508
  Loading
7694
7509
  ---------------------*/
7695
- .ui.loading.input > .icon {
7510
+ .ui.loading.input > .fa {
7696
7511
  background: url(loader-mini.gif) no-repeat 50% 50%;
7697
7512
  }
7698
- .ui.loading.input > .icon:before,
7699
- .ui.loading.input > .icon:after {
7513
+ .ui.loading.input > .fa:before,
7514
+ .ui.loading.input > .fa:after {
7700
7515
  display: none;
7701
7516
  }
7702
7517
  /*--------------------
@@ -7749,7 +7564,7 @@ img.ui.image {
7749
7564
  /*--------------------
7750
7565
  Icon
7751
7566
  ---------------------*/
7752
- .ui.icon.input > .icon {
7567
+ .ui.fa.input > .fa {
7753
7568
  cursor: default;
7754
7569
  position: absolute;
7755
7570
  opacity: 0.5;
@@ -7769,32 +7584,32 @@ img.ui.image {
7769
7584
  -moz-transition: opacity 0.3s ease-out;
7770
7585
  transition: opacity 0.3s ease-out;
7771
7586
  }
7772
- .ui.icon.input > .link.icon {
7587
+ .ui.fa.input > .link.fa {
7773
7588
  cursor: pointer;
7774
7589
  }
7775
- .ui.icon.input input {
7590
+ .ui.fa.input input {
7776
7591
  padding-right: 3em !important;
7777
7592
  }
7778
- .ui.icon.input > .circular.icon {
7593
+ .ui.fa.input > .circular.fa {
7779
7594
  top: 0.35em;
7780
7595
  right: 0.5em;
7781
7596
  }
7782
7597
  /* Left Side */
7783
- .ui.left.icon.input > .icon {
7598
+ .ui.left.fa.input > .fa {
7784
7599
  right: auto;
7785
7600
  left: 1px;
7786
7601
  border-radius: 0.3125em 0em 0em 0.3125em;
7787
7602
  }
7788
- .ui.left.icon.input > .circular.icon {
7603
+ .ui.left.fa.input > .circular.fa {
7789
7604
  right: auto;
7790
7605
  left: 0.5em;
7791
7606
  }
7792
- .ui.left.icon.input > input {
7607
+ .ui.left.fa.input > input {
7793
7608
  padding-left: 3em !important;
7794
7609
  padding-right: 1.2em !important;
7795
7610
  }
7796
7611
  /* Focus */
7797
- .ui.icon.input > input:focus ~ .icon {
7612
+ .ui.fa.input > input:focus ~ .fa {
7798
7613
  opacity: 1;
7799
7614
  }
7800
7615
  /*--------------------
@@ -7811,10 +7626,10 @@ img.ui.image {
7811
7626
  padding-right: 2.5em !important;
7812
7627
  }
7813
7628
  /* Spacing with corner label */
7814
- .ui.labeled.icon.input:not(.left) > input {
7629
+ .ui.labeled.fa.input:not(.left) > input {
7815
7630
  padding-right: 3.25em !important;
7816
7631
  }
7817
- .ui.labeled.icon.input:not(.left) > .icon {
7632
+ .ui.labeled.fa.input:not(.left) > .fa {
7818
7633
  margin-right: 1.25em;
7819
7634
  }
7820
7635
  /*--------------------
@@ -7836,8 +7651,8 @@ img.ui.image {
7836
7651
  border-bottom-left-radius: 0px;
7837
7652
  white-space: nowrap;
7838
7653
  }
7839
- .ui.action.input > .button > .icon,
7840
- .ui.action.input > .buttons > .button > .icon {
7654
+ .ui.action.input > .button > .fa,
7655
+ .ui.action.input > .buttons > .button > .fa {
7841
7656
  display: inline;
7842
7657
  vertical-align: top;
7843
7658
  }
@@ -7944,11 +7759,11 @@ a.ui.label {
7944
7759
  opacity: 0.8;
7945
7760
  }
7946
7761
  /* Icon */
7947
- .ui.label .icon {
7762
+ .ui.label .fa {
7948
7763
  width: auto;
7949
7764
  }
7950
7765
  /* Removable label */
7951
- .ui.label .delete.icon {
7766
+ .ui.label .delete.fa {
7952
7767
  cursor: pointer;
7953
7768
  margin: 0em 0em 0em 0.5em;
7954
7769
  opacity: 0.7;
@@ -7959,7 +7774,7 @@ a.ui.label {
7959
7774
  transition: background 0.1s linear
7960
7775
  ;
7961
7776
  }
7962
- .ui.label .delete.icon:hover {
7777
+ .ui.label .delete.fa:hover {
7963
7778
  opacity: 0.99;
7964
7779
  }
7965
7780
  /*-------------------
@@ -8183,7 +7998,7 @@ a.ui.label:hover:before {
8183
7998
  -moz-transition: border-color 0.2s ease;
8184
7999
  transition: border-color 0.2s ease;
8185
8000
  }
8186
- .ui.corner.label .icon {
8001
+ .ui.corner.label .fa {
8187
8002
  font-size: 0.875em;
8188
8003
  margin: 0.5em 0em 0em 1.25em;
8189
8004
  }
@@ -8234,7 +8049,7 @@ a.ui.label:hover:before {
8234
8049
  border-left: 0em solid transparent;
8235
8050
  border-top-color: inherit;
8236
8051
  }
8237
- .ui.left.corner.label .icon {
8052
+ .ui.left.corner.label .fa {
8238
8053
  margin: 0.5em 0em 0em -1em;
8239
8054
  }
8240
8055
  .ui.left.corner.label .text {
@@ -8403,27 +8218,27 @@ a.ui.blue.label:hover:before {
8403
8218
  /*--- Purple ---*/
8404
8219
  .ui.purple.labels .label,
8405
8220
  .ui.purple.label {
8406
- background-color: #564F8A !important;
8407
- border-color: #564F8A !important;
8221
+ background-color: #171f43 !important;
8222
+ border-color: #171f43 !important;
8408
8223
  color: #FFFFFF !important;
8409
8224
  }
8410
8225
  .ui.labels .purple.label:before,
8411
8226
  .ui.purple.labels .label:before,
8412
8227
  .ui.purple.label:before {
8413
- background-color: #564F8A !important;
8228
+ background-color: #171f43 !important;
8414
8229
  }
8415
8230
  /* Hover */
8416
8231
  a.ui.purple.labels .label:hover,
8417
8232
  .ui.purple.labels a.label:hover,
8418
8233
  a.ui.purple.label:hover {
8419
- background-color: #3E3773 !important;
8420
- border-color: #3E3773 !important;
8234
+ background-color: #1d2856 !important;
8235
+ border-color: #1d2856 !important;
8421
8236
  color: #FFFFFF !important;
8422
8237
  }
8423
8238
  .ui.labels a.purple.label:hover:before,
8424
8239
  .ui.purple.labels a.label:hover:before,
8425
8240
  a.ui.purple.label:hover:before {
8426
- background-color: #3E3773 !important;
8241
+ background-color: #1d2856 !important;
8427
8242
  }
8428
8243
  /* Corner */
8429
8244
  .ui.purple.corner.label,
@@ -8432,7 +8247,7 @@ a.ui.purple.label:hover:before {
8432
8247
  }
8433
8248
  /* Ribbon */
8434
8249
  .ui.purple.ribbon.label {
8435
- border-color: #3E3773 !important;
8250
+ border-color: #1d2856 !important;
8436
8251
  }
8437
8252
  /*--- Orange ---*/
8438
8253
  .ui.orange.labels .label,
@@ -8468,6 +8283,40 @@ a.ui.orange.label:hover:before {
8468
8283
  .ui.orange.ribbon.label {
8469
8284
  border-color: #FF4121 !important;
8470
8285
  }
8286
+ /*--- yellow ---*/
8287
+ .ui.yellow.labels .label,
8288
+ .ui.yellow.label {
8289
+ background-color: #ffcc00 !important;
8290
+ border-color: #ffcc00 !important;
8291
+ color: #FFFFFF !important;
8292
+ }
8293
+ .ui.labels .yellow.label:before,
8294
+ .ui.yellow.labels .label:before,
8295
+ .ui.yellow.label:before {
8296
+ background-color: #ffcc00 !important;
8297
+ }
8298
+ /* Hover */
8299
+ a.ui.yellow.labels .label:hover,
8300
+ .ui.yellow.labels a.label:hover,
8301
+ a.ui.yellow.label:hover {
8302
+ background-color: #f4cb35 !important;
8303
+ border-color: #f4cb35 !important;
8304
+ color: #FFFFFF !important;
8305
+ }
8306
+ .ui.labels a.yellow.label:hover:before,
8307
+ .ui.yellow.labels a.label:hover:before,
8308
+ a.ui.yellow.label:hover:before {
8309
+ background-color: #f4cb35 !important;
8310
+ }
8311
+ /* Corner */
8312
+ .ui.yellow.corner.label,
8313
+ .ui.yellow.corner.label:hover {
8314
+ background-color: transparent !important;
8315
+ }
8316
+ /* Ribbon */
8317
+ .ui.yellow.ribbon.label {
8318
+ border-color: #f4cb35 !important;
8319
+ }
8471
8320
  /*--- Teal ---*/
8472
8321
  .ui.teal.labels .label,
8473
8322
  .ui.teal.label {
@@ -8971,7 +8820,7 @@ a.ui.teal.label:hover:before {
8971
8820
  background-color: #EF4D6D;
8972
8821
  }
8973
8822
  .ui.purple.progress .bar {
8974
- background-color: #564F8A;
8823
+ background-color: #171f43;
8975
8824
  }
8976
8825
  .ui.teal.progress .bar {
8977
8826
  background-color: #00B5AD;
@@ -9553,8 +9402,11 @@ a.ui.teal.label:hover:before {
9553
9402
  .ui.orange.segment {
9554
9403
  border-top: 0.2em solid #F05940;
9555
9404
  }
9405
+ .ui.yellow.segment {
9406
+ border-top: 0.2em solid #ffcc00;
9407
+ }
9556
9408
  .ui.purple.segment {
9557
- border-top: 0.2em solid #564F8A;
9409
+ border-top: 0.2em solid #171f43;
9558
9410
  }
9559
9411
  .ui.teal.segment {
9560
9412
  border-top: 0.2em solid #00B5AD;
@@ -9582,8 +9434,12 @@ a.ui.teal.label:hover:before {
9582
9434
  background-color: #F05940 !important;
9583
9435
  color: #FFFFFF !important;
9584
9436
  }
9437
+ .ui.inverted.yellow.segment {
9438
+ background-color: #ffcc00 !important;
9439
+ color: #FFFFFF !important;
9440
+ }
9585
9441
  .ui.inverted.purple.segment {
9586
- background-color: #564F8A !important;
9442
+ background-color: #171f43 !important;
9587
9443
  color: #FFFFFF !important;
9588
9444
  }
9589
9445
  .ui.inverted.teal.segment {
@@ -10038,8 +9894,8 @@ a.ui.teal.label:hover:before {
10038
9894
  padding: 1.3em 1em;
10039
9895
  }
10040
9896
  /* Arrow */
10041
- .ui.accordion .title .dropdown.icon,
10042
- .ui.accordion .accordion .title .dropdown.icon {
9897
+ .ui.accordion .title .dropdown.fa,
9898
+ .ui.accordion .accordion .title .dropdown.fa {
10043
9899
  display: inline-block;
10044
9900
  float: none;
10045
9901
  margin: 0em 0.5em 0em 0em;
@@ -10053,8 +9909,8 @@ a.ui.teal.label:hover:before {
10053
9909
  -ms-transform: rotate(0deg);
10054
9910
  transform: rotate(0deg);
10055
9911
  }
10056
- .ui.accordion .title .dropdown.icon:before,
10057
- .ui.accordion .accordion .title .dropdown.icon:before {
9912
+ .ui.accordion .title .dropdown.fa:before,
9913
+ .ui.accordion .accordion .title .dropdown.fa:before {
10058
9914
  content: '\f0da' /*rtl:'\f0d9'*/;
10059
9915
  }
10060
9916
  /*--------------
@@ -10118,8 +9974,8 @@ a.ui.teal.label:hover:before {
10118
9974
  background-color: rgba(0, 0, 0, 0.1);
10119
9975
  color: rgba(0, 0, 0, 0.8);
10120
9976
  }
10121
- .ui.accordion .active.title .dropdown.icon,
10122
- .ui.accordion .accordion .active.title .dropdown.icon {
9977
+ .ui.accordion .active.title .dropdown.fa,
9978
+ .ui.accordion .accordion .active.title .dropdown.fa {
10123
9979
  -webkit-transform: rotate(90deg);
10124
9980
  -moz-transform: rotate(90deg);
10125
9981
  -ms-transform: rotate(90deg);
@@ -10937,19 +10793,19 @@ body.ui.dimmed.dimmable > :not(.dimmer){
10937
10793
  /*--------------
10938
10794
  Icon
10939
10795
  ---------------*/
10940
- .ui.dropdown > .dropdown.icon {
10796
+ .ui.dropdown > .dropdown.fa {
10941
10797
  width: auto;
10942
10798
  margin: 0em 0em 0em 1em;
10943
10799
  }
10944
- .ui.dropdown > .dropdown.icon:before {
10800
+ .ui.dropdown > .dropdown.fa:before {
10945
10801
  content: "\f0d7";
10946
10802
  }
10947
- .ui.dropdown .menu .item .dropdown.icon {
10803
+ .ui.dropdown .menu .item .dropdown.fa {
10948
10804
  width: auto;
10949
10805
  float: right;
10950
10806
  margin: 0em 0em 0em 0.5em;
10951
10807
  }
10952
- .ui.dropdown .menu .item .dropdown.icon:before {
10808
+ .ui.dropdown .menu .item .dropdown.fa:before {
10953
10809
  content: "\f0da" /*rtl:"\f0d9"*/;
10954
10810
  }
10955
10811
  /*--------------
@@ -10995,7 +10851,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
10995
10851
  .ui.dropdown .menu .item:before {
10996
10852
  display: none;
10997
10853
  }
10998
- .ui.dropdown .menu .item .icon {
10854
+ .ui.dropdown .menu .item .fa {
10999
10855
  margin-right: 0.75em;
11000
10856
  }
11001
10857
  .ui.dropdown .menu .item:first-child {
@@ -11010,10 +10866,10 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11010
10866
  left: auto;
11011
10867
  right: 0px;
11012
10868
  }
11013
- .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
10869
+ .ui.vertical.menu .dropdown.item > .dropdown.fa:before {
11014
10870
  content: "\f0da" /*rtl:"\f0d9"*/;
11015
10871
  }
11016
- .ui.dropdown.icon.button > .dropdown.icon {
10872
+ .ui.dropdown.fa.button > .dropdown.fa {
11017
10873
  margin: 0em;
11018
10874
  }
11019
10875
  /*******************************
@@ -11168,7 +11024,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11168
11024
  .ui.selection.dropdown select {
11169
11025
  display: none;
11170
11026
  }
11171
- .ui.selection.dropdown > .dropdown.icon {
11027
+ .ui.selection.dropdown > .dropdown.fa {
11172
11028
  opacity: 0.7;
11173
11029
  margin: 0.2em 0em 0.2em 1.25em;
11174
11030
  -webkit-transition: opacity 0.2s ease-out;
@@ -11230,7 +11086,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11230
11086
  -webkit-box-shadow: 0px 1px 0px 1px #D3D3D3;
11231
11087
  box-shadow: 0px 1px 0px 1px #D3D3D3;
11232
11088
  }
11233
- .ui.selection.dropdown:hover > .dropdown.icon {
11089
+ .ui.selection.dropdown:hover > .dropdown.fa {
11234
11090
  opacity: 1;
11235
11091
  }
11236
11092
  .ui.selection.dropdown.error:hover {
@@ -11257,7 +11113,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11257
11113
  .ui.active.selection.dropdown {
11258
11114
  border-radius: 0.3125em 0.3125em 0em 0em !important;
11259
11115
  }
11260
- .ui.active.selection.dropdown > .dropdown.icon {
11116
+ .ui.active.selection.dropdown > .dropdown.fa {
11261
11117
  opacity: 1;
11262
11118
  }
11263
11119
  /*--------------
@@ -11266,7 +11122,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11266
11122
  .ui.fluid.dropdown {
11267
11123
  display: block;
11268
11124
  }
11269
- .ui.fluid.dropdown > .dropdown.icon {
11125
+ .ui.fluid.dropdown > .dropdown.fa {
11270
11126
  float: right;
11271
11127
  }
11272
11128
  /*--------------
@@ -11277,7 +11133,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11277
11133
  display: inline-block;
11278
11134
  color: inherit;
11279
11135
  }
11280
- .ui.inline.dropdown .dropdown.icon {
11136
+ .ui.inline.dropdown .dropdown.fa {
11281
11137
  margin: 0em 0.5em 0em 0.25em;
11282
11138
  }
11283
11139
  .ui.inline.dropdown .text {
@@ -11485,7 +11341,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
11485
11341
  vertical-align: top;
11486
11342
  }
11487
11343
  /*rtl:ignore*/
11488
- .ui.modal > .content > .left:not(.ui) > i.icon {
11344
+ .ui.modal > .content > .left:not(.ui) > i.fa {
11489
11345
  font-size: 8em;
11490
11346
  margin: 0em;
11491
11347
  }
@@ -11702,7 +11558,7 @@ a.ui.nag {
11702
11558
  margin: 0em 0.5em;
11703
11559
  color: #FFFFFF;
11704
11560
  }
11705
- .ui.nag > .close.icon {
11561
+ .ui.nag > .close.fa {
11706
11562
  cursor: pointer;
11707
11563
  opacity: 0.4;
11708
11564
  position: absolute;
@@ -12015,7 +11871,7 @@ a.ui.nag {
12015
11871
  height: 0;
12016
11872
  }
12017
11873
  /* Icon */
12018
- .ui.rating .icon {
11874
+ .ui.rating .fa {
12019
11875
  cursor: pointer;
12020
11876
  margin: 0em;
12021
11877
  width: 1em;
@@ -12025,7 +11881,7 @@ a.ui.nag {
12025
11881
  font-weight: normal;
12026
11882
  font-style: normal;
12027
11883
  }
12028
- .ui.rating .icon:before {
11884
+ .ui.rating .fa:before {
12029
11885
  content: "\2605";
12030
11886
  }
12031
11887
  /*******************************
@@ -12034,40 +11890,40 @@ a.ui.nag {
12034
11890
  /*-------------------
12035
11891
  Star
12036
11892
  --------------------*/
12037
- .ui.star.rating .icon {
11893
+ .ui.star.rating .fa {
12038
11894
  width: 1.2em;
12039
11895
  }
12040
11896
  /* Star */
12041
- .ui.star.rating .icon:before {
11897
+ .ui.star.rating .fa:before {
12042
11898
  content: '\f006';
12043
- font-family: 'Icons';
11899
+ font-family: 'FontAwesome';
12044
11900
  }
12045
11901
  /* Active Star */
12046
- .ui.star.rating .active.icon:before {
11902
+ .ui.star.rating .active.fa:before {
12047
11903
  content: '\f005';
12048
- font-family: 'Icons';
11904
+ font-family: 'FontAwesome';
12049
11905
  }
12050
11906
  /*-------------------
12051
11907
  Heart
12052
11908
  --------------------*/
12053
- .ui.heart.rating .icon {
11909
+ .ui.heart.rating .fa {
12054
11910
  width: 1.2em;
12055
11911
  }
12056
- .ui.heart.rating .icon:before {
11912
+ .ui.heart.rating .fa:before {
12057
11913
  content: '\f08a';
12058
- font-family: 'Icons';
11914
+ font-family: 'FontAwesome';
12059
11915
  }
12060
11916
  /* Active */
12061
- .ui.heart.rating .active.icon:before {
11917
+ .ui.heart.rating .active.fa:before {
12062
11918
  content: '\f004';
12063
- font-family: 'Icons';
11919
+ font-family: 'FontAwesome';
12064
11920
  }
12065
- .ui.heart.rating .active.icon {
11921
+ .ui.heart.rating .active.fa {
12066
11922
  color: #EF404A !important;
12067
11923
  }
12068
11924
  /* Hovered */
12069
- .ui.heart.rating .hover.icon,
12070
- .ui.heart.rating .active.hover.icon {
11925
+ .ui.heart.rating .hover.fa,
11926
+ .ui.heart.rating .active.hover.fa {
12071
11927
  color: #FF2733 !important;
12072
11928
  }
12073
11929
  /*******************************
@@ -12077,40 +11933,40 @@ a.ui.nag {
12077
11933
  Active
12078
11934
  --------------------*/
12079
11935
  /* disabled rating */
12080
- .ui.disabled.rating .icon {
11936
+ .ui.disabled.rating .fa {
12081
11937
  cursor: default;
12082
11938
  }
12083
11939
  /* active icons */
12084
- .ui.rating .active.icon {
11940
+ .ui.rating .active.fa {
12085
11941
  color: #FFCB08 !important;
12086
11942
  }
12087
11943
  /*-------------------
12088
11944
  Hover
12089
11945
  --------------------*/
12090
11946
  /* rating */
12091
- .ui.rating.hover .active.icon {
11947
+ .ui.rating.hover .active.fa {
12092
11948
  opacity: 0.5;
12093
11949
  }
12094
11950
  /* icon */
12095
- .ui.rating .icon.hover,
12096
- .ui.rating .icon.hover.active {
11951
+ .ui.rating .fa.hover,
11952
+ .ui.rating .fa.hover.active {
12097
11953
  opacity: 1;
12098
11954
  color: #FFB70A !important;
12099
11955
  }
12100
11956
  /*******************************
12101
11957
  Variations
12102
11958
  *******************************/
12103
- .ui.small.rating .icon {
11959
+ .ui.small.rating .fa {
12104
11960
  font-size: 0.75rem;
12105
11961
  }
12106
- .ui.rating .icon {
11962
+ .ui.rating .fa {
12107
11963
  font-size: 1rem;
12108
11964
  }
12109
- .ui.large.rating .icon {
11965
+ .ui.large.rating .fa {
12110
11966
  font-size: 1.5rem;
12111
11967
  vertical-align: middle;
12112
11968
  }
12113
- .ui.huge.rating .icon {
11969
+ .ui.huge.rating .fa {
12114
11970
  font-size: 2rem;
12115
11971
  vertical-align: middle;
12116
11972
  }
@@ -12280,11 +12136,11 @@ a.ui.nag {
12280
12136
  /*--------------
12281
12137
  Loading
12282
12138
  ---------------*/
12283
- .ui.search.loading .input .icon {
12139
+ .ui.search.loading .input .fa {
12284
12140
  background: url(loader-mini.gif) no-repeat 50% 50%;
12285
12141
  }
12286
- .ui.search.loading .input .icon:before,
12287
- .ui.search.loading .input .icon:after {
12142
+ .ui.search.loading .input .fa:before,
12143
+ .ui.search.loading .input .fa:after {
12288
12144
  display: none;
12289
12145
  }
12290
12146
  /*--------------
@@ -13971,7 +13827,7 @@ body.pushed.scrolling.ui.dimmable {
13971
13827
  -moz-transition: opacity 0.3s;
13972
13828
  transition: opacity 0.3s;
13973
13829
  }
13974
- .ui.video .play.icon:before {
13830
+ .ui.video .play.fa:before {
13975
13831
  position: absolute;
13976
13832
  top: 50%;
13977
13833
  left: 50%;
@@ -14233,7 +14089,7 @@ body.pushed.scrolling.ui.dimmable {
14233
14089
  vertical-align: top;
14234
14090
  text-align: left;
14235
14091
  }
14236
- .ui.feed .label .icon {
14092
+ .ui.feed .label .fa {
14237
14093
  font-size: 1.5em;
14238
14094
  padding: 0.5em;
14239
14095
  margin: 0em;
@@ -14293,7 +14149,7 @@ body.pushed.scrolling.ui.dimmable {
14293
14149
  .ui.small.feed .label img {
14294
14150
  width: 2.5em;
14295
14151
  }
14296
- .ui.small.feed .label .icon {
14152
+ .ui.small.feed .label .fa {
14297
14153
  font-size: 1.25em;
14298
14154
  }
14299
14155
  .ui.feed .event {
@@ -14449,7 +14305,7 @@ body.pushed.scrolling.ui.dimmable {
14449
14305
  .ui.items .item .star.label:hover::after {
14450
14306
  border-top-color: #F6EFC3;
14451
14307
  }
14452
- .ui.items .item .star.label:hover .icon {
14308
+ .ui.items .item .star.label:hover .fa {
14453
14309
  color: #ac9400;
14454
14310
  }
14455
14311
  /* active */
@@ -14459,7 +14315,7 @@ body.pushed.scrolling.ui.dimmable {
14459
14315
  .ui.items .item .star.label.active::after {
14460
14316
  border-top-color: #F6EFC3;
14461
14317
  }
14462
- .ui.items .item .star.label.active .icon {
14318
+ .ui.items .item .star.label.active .fa {
14463
14319
  color: #ac9400;
14464
14320
  }
14465
14321
  /*-----like----- */
@@ -14470,7 +14326,7 @@ body.pushed.scrolling.ui.dimmable {
14470
14326
  .ui.items .item .like.label.active::after {
14471
14327
  border-top-color: #F5E1E2;
14472
14328
  }
14473
- .ui.items .item .like.label:hover .icon {
14329
+ .ui.items .item .like.label:hover .fa {
14474
14330
  color: #ef404a;
14475
14331
  }
14476
14332
  /* active */
@@ -14480,7 +14336,7 @@ body.pushed.scrolling.ui.dimmable {
14480
14336
  .ui.items .item .like.label.active::after {
14481
14337
  border-top-color: #F5E1E2;
14482
14338
  }
14483
- .ui.items .item .like.label.active .icon {
14339
+ .ui.items .item .like.label.active .fa {
14484
14340
  color: #ef404a;
14485
14341
  }
14486
14342
  /*--------------
@@ -14539,7 +14395,7 @@ body.pushed.scrolling.ui.dimmable {
14539
14395
  border-bottom-color: #00B5AD !important;
14540
14396
  }
14541
14397
  .ui.items .item:nth-of-type(6n+6):hover {
14542
- border-bottom-color: #564F8A !important;
14398
+ border-bottom-color: #171f43 !important;
14543
14399
  }
14544
14400
  /*******************************
14545
14401
  Variations
@@ -14931,21 +14787,21 @@ ol.ui.list li,
14931
14787
  clear: both;
14932
14788
  }
14933
14789
  /* Icon */
14934
- .ui.list .item > .icon {
14790
+ .ui.list .item > .fa {
14935
14791
  display: block;
14936
14792
  float: left;
14937
14793
  margin: 0em 1em 0em 0em;
14938
14794
  padding: 0.1em 0em 0em 0em;
14939
14795
  }
14940
- .ui.list .item > .icon:only-child {
14796
+ .ui.list .item > .fa:only-child {
14941
14797
  display: inline-block;
14942
14798
  }
14943
- .ui.horizontal.list .item > .icon {
14799
+ .ui.horizontal.list .item > .fa {
14944
14800
  margin: 0em;
14945
14801
  padding: 0em 0.25em 0em 0em;
14946
14802
  }
14947
- .ui.horizontal.list .item > .icon,
14948
- .ui.horizontal.list .item > .icon + .content {
14803
+ .ui.horizontal.list .item > .fa,
14804
+ .ui.horizontal.list .item > .fa + .content {
14949
14805
  float: none;
14950
14806
  display: inline-block;
14951
14807
  }
@@ -14962,7 +14818,7 @@ ol.ui.list li,
14962
14818
  vertical-align: middle;
14963
14819
  line-height: 1.2em;
14964
14820
  }
14965
- .ui.list .item > .icon + .content {
14821
+ .ui.list .item > .fa + .content {
14966
14822
  display: table-cell;
14967
14823
  vertical-align: top;
14968
14824
  }
@@ -14970,7 +14826,7 @@ ol.ui.list li,
14970
14826
  .ui.list a {
14971
14827
  cursor: pointer;
14972
14828
  }
14973
- .ui.list a .icon {
14829
+ .ui.list a .fa {
14974
14830
  color: rgba(0, 0, 0, 0.6);
14975
14831
  -webkit-transition: color 0.2s ease;
14976
14832
  -moz-transition: color 0.2s ease;
@@ -15020,7 +14876,7 @@ ol.ui.list li,
15020
14876
  /*-------------------
15021
14877
  Hover
15022
14878
  --------------------*/
15023
- .ui.list a:hover .icon {
14879
+ .ui.list a:hover .fa {
15024
14880
  color: rgba(0, 0, 0, 0.8);
15025
14881
  }
15026
14882
  /*******************************
@@ -15029,7 +14885,7 @@ ol.ui.list li,
15029
14885
  /*-------------------
15030
14886
  Inverted
15031
14887
  --------------------*/
15032
- .ui.inverted.list a .icon {
14888
+ .ui.inverted.list a .fa {
15033
14889
  color: rgba(255, 255, 255, 0.6);
15034
14890
  }
15035
14891
  .ui.inverted.list .description {
@@ -15229,7 +15085,7 @@ ol.ui.horizontal.list li:before,
15229
15085
  border-top-width: 0px;
15230
15086
  }
15231
15087
  /* Sub Menu */
15232
- .ui.divided.list:not(.horizontal) .list:not(.icon) {
15088
+ .ui.divided.list:not(.horizontal) .list:not(.fa) {
15233
15089
  margin-left: -0.5em;
15234
15090
  margin-right: -0.5em;
15235
15091
  }