active_administration 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +2 -1
  4. data/active_administration.gemspec +2 -1
  5. data/app/assets/javascripts/active_administration/README.md +0 -0
  6. data/app/assets/javascripts/active_administration/metro-accordion.js +70 -0
  7. data/app/assets/javascripts/active_administration/metro-button-set.js +88 -0
  8. data/app/assets/javascripts/active_administration/metro-calendar.js +437 -0
  9. data/app/assets/javascripts/active_administration/metro-carousel.js +304 -0
  10. data/app/assets/javascripts/active_administration/metro-core.js +39 -0
  11. data/app/assets/javascripts/active_administration/metro-countdown.js +200 -0
  12. data/app/assets/javascripts/active_administration/metro-date-format.js +137 -0
  13. data/app/assets/javascripts/active_administration/metro-datepicker.js +138 -0
  14. data/app/assets/javascripts/active_administration/metro-dialog.js +221 -0
  15. data/app/assets/javascripts/active_administration/metro-drag-tile.js +46 -0
  16. data/app/assets/javascripts/active_administration/metro-dropdown.js +112 -0
  17. data/app/assets/javascripts/active_administration/metro-fluentmenu.js +57 -0
  18. data/app/assets/javascripts/active_administration/metro-global.js +4 -0
  19. data/app/assets/javascripts/active_administration/metro-hint.js +104 -0
  20. data/app/assets/javascripts/active_administration/metro-initiator.js +271 -0
  21. data/app/assets/javascripts/active_administration/metro-input-control.js +318 -0
  22. data/app/assets/javascripts/active_administration/metro-listview.js +53 -0
  23. data/app/assets/javascripts/active_administration/metro-live-tile.js +162 -0
  24. data/app/assets/javascripts/active_administration/metro-loader.js +46 -0
  25. data/app/assets/javascripts/active_administration/metro-locale.js +132 -0
  26. data/app/assets/javascripts/active_administration/metro-notify.js +120 -0
  27. data/app/assets/javascripts/active_administration/metro-panel.js +41 -0
  28. data/app/assets/javascripts/active_administration/metro-plugin-template.js +21 -0
  29. data/app/assets/javascripts/active_administration/metro-progressbar.js +97 -0
  30. data/app/assets/javascripts/active_administration/metro-pull.js +38 -0
  31. data/app/assets/javascripts/active_administration/metro-rating.js +99 -0
  32. data/app/assets/javascripts/active_administration/metro-scroll.js +756 -0
  33. data/app/assets/javascripts/active_administration/metro-slider.js +304 -0
  34. data/app/assets/javascripts/active_administration/metro-stepper.js +105 -0
  35. data/app/assets/javascripts/active_administration/metro-streamer.js +214 -0
  36. data/app/assets/javascripts/active_administration/metro-tab-control.js +96 -0
  37. data/app/assets/javascripts/active_administration/metro-table.js +74 -0
  38. data/app/assets/javascripts/active_administration/metro-tile-transform.js +65 -0
  39. data/app/assets/javascripts/active_administration/metro-times.js +190 -0
  40. data/app/assets/javascripts/active_administration/metro-touch-handler.js +65 -0
  41. data/app/assets/javascripts/active_administration/metro-treeview.js +64 -0
  42. data/app/assets/javascripts/active_administration/metro-wizard.js +148 -0
  43. data/app/assets/stylesheets/active_administration/accordion.less +64 -0
  44. data/app/assets/stylesheets/active_administration/balloon.less +88 -0
  45. data/app/assets/stylesheets/active_administration/breadcrumbs.less +118 -0
  46. data/app/assets/stylesheets/active_administration/buttons.less +383 -0
  47. data/app/assets/stylesheets/active_administration/calendar.less +123 -0
  48. data/app/assets/stylesheets/active_administration/carousel.less +118 -0
  49. data/app/assets/stylesheets/active_administration/colors.less +589 -0
  50. data/app/assets/stylesheets/active_administration/countdown.less +57 -0
  51. data/app/assets/stylesheets/active_administration/dataTables.less +134 -0
  52. data/app/assets/stylesheets/active_administration/fluent-menu.less +231 -0
  53. data/app/assets/stylesheets/active_administration/forms.less +414 -0
  54. data/app/assets/stylesheets/active_administration/funcs.less +178 -0
  55. data/app/assets/stylesheets/active_administration/grid.less +91 -0
  56. data/app/assets/stylesheets/active_administration/hint.less +120 -0
  57. data/app/assets/stylesheets/active_administration/iconFont-content.less +1353 -0
  58. data/app/assets/stylesheets/active_administration/iconFont.less +47 -0
  59. data/app/assets/stylesheets/active_administration/icons.less +10 -0
  60. data/app/assets/stylesheets/active_administration/images.less +75 -0
  61. data/app/assets/stylesheets/active_administration/layout.less +137 -0
  62. data/app/assets/stylesheets/active_administration/lists.less +258 -0
  63. data/app/assets/stylesheets/active_administration/menus.less +469 -0
  64. data/app/assets/stylesheets/active_administration/metro-bootstrap-responsive.less +300 -0
  65. data/app/assets/stylesheets/active_administration/metro-bootstrap.less +68 -0
  66. data/app/assets/stylesheets/active_administration/misc.less +72 -0
  67. data/app/assets/stylesheets/active_administration/navigation-bar.less +317 -0
  68. data/app/assets/stylesheets/active_administration/notice.less +52 -0
  69. data/app/assets/stylesheets/active_administration/notify.less +43 -0
  70. data/app/assets/stylesheets/active_administration/pagination.less +83 -0
  71. data/app/assets/stylesheets/active_administration/panels.less +38 -0
  72. data/app/assets/stylesheets/active_administration/progress-bar.less +25 -0
  73. data/app/assets/stylesheets/active_administration/rating.less +103 -0
  74. data/app/assets/stylesheets/active_administration/reset.less +219 -0
  75. data/app/assets/stylesheets/active_administration/scroll.less +141 -0
  76. data/app/assets/stylesheets/active_administration/sidebar.less +158 -0
  77. data/app/assets/stylesheets/active_administration/slider.less +106 -0
  78. data/app/assets/stylesheets/active_administration/stepper.less +80 -0
  79. data/app/assets/stylesheets/active_administration/streamer.less +250 -0
  80. data/app/assets/stylesheets/active_administration/tab-control.less +79 -0
  81. data/app/assets/stylesheets/active_administration/tables.less +170 -0
  82. data/app/assets/stylesheets/active_administration/tiles.less +599 -0
  83. data/app/assets/stylesheets/active_administration/transform.less +23 -0
  84. data/app/assets/stylesheets/active_administration/treeview.less +96 -0
  85. data/app/assets/stylesheets/active_administration/typography.less +382 -0
  86. data/app/assets/stylesheets/active_administration/utils.less +180 -0
  87. data/app/assets/stylesheets/active_administration/variables.less +250 -0
  88. data/app/assets/stylesheets/active_administration/window.less +225 -0
  89. data/app/assets/stylesheets/active_administration/wizard.less +53 -0
  90. data/lib/active_admin/version.rb +1 -1
  91. metadata +103 -10
@@ -0,0 +1,178 @@
1
+ // Text
2
+ .font-size(@size: 1.4rem){
3
+ font-size: @size;
4
+ }
5
+
6
+ .line-height(@size: 1.4rem){
7
+ line-height: @size;
8
+ }
9
+
10
+ .font-height(@size: 1.4rem) {
11
+ .font-size(@size);
12
+ .line-height(@size);
13
+ }
14
+
15
+ // Colors function
16
+ .set-bg-color (@color: transparent){background-color: @color !important;}
17
+ .set-fg-color (@color: transparent){color: @color !important;}
18
+ .set-ol-color (@color: transparent){outline-color: @color !important;}
19
+ .set-bd-color (@color: transparent){border-color: @color !important;}
20
+
21
+ .ribbed(@color: @white, @angle: -45deg, @size: 40px) {
22
+ background-color: @color !important;
23
+ background-image: -webkit-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
24
+ background-image: -moz-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
25
+ background-image: -ms-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
26
+ background-image: -o-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
27
+ background-image: linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
28
+ background-size: @size @size;
29
+ }
30
+
31
+ // Box
32
+ .size(@height, @width) {
33
+ width: @width;
34
+ height: @height;
35
+ }
36
+
37
+ .square(@size) {
38
+ .size(@size, @size);
39
+ }
40
+
41
+ .box-sizing(@type) {
42
+ -webkit-box-sizing: @type;
43
+ -moz-box-sizing: @type;
44
+ -ms-box-sizing: @type;
45
+ -o-box-sizing: @type;
46
+ box-sizing: @type;
47
+ }
48
+
49
+ .collapse (@collapce) {
50
+ border-collapse: @collapce;
51
+ }
52
+
53
+ // Columns
54
+ .column-gap (@gap) {
55
+ -moz-column-gap: @gap;
56
+ -webkit-column-gap: @gap;
57
+ -o-column-gap: @gap;
58
+ -ms-column-gap: @gap;
59
+ column-gap: @gap;
60
+ }
61
+
62
+ .columns (@columns) {
63
+ -moz-columns: @columns;
64
+ -webkit-columns: @columns;
65
+ -o-columns: @columns;
66
+ -ms-columns: @columns;
67
+ columns: @columns;
68
+ .column-gap(@unitSize);
69
+ }
70
+
71
+ // Grid functions
72
+ .spanX(@index){
73
+ width: @gridColumnSize * @index + @gridGutterSize * (@index - 1) !important;
74
+ }
75
+ .offsetX(@index){
76
+ margin-left: @gridColumnSize * @index + (@gridGutterSize * (@index));
77
+ &:not(:first-child){
78
+ margin-left: @gridColumnSize * @index + (@gridGutterSize * (@index + 1));
79
+ }
80
+ }
81
+
82
+ .fluid-spanX(@index){
83
+ width: @gridColumnSizeFluid * @index + (@gridGutterSizeFluid * (@index - 1)) !important;
84
+ }
85
+ .fluid-offsetX(@index){
86
+ margin-left: @gridColumnSizeFluid * @index + (@gridGutterSizeFluid * (@index));
87
+ &:not(:first-child){
88
+ margin-left: @gridColumnSizeFluid * @index + (@gridGutterSizeFluid * (@index + 1));
89
+ }
90
+ }
91
+
92
+ // Transform functions
93
+ .perspective(@perspective) {
94
+ -webkit-transform: perspective(@perspective);
95
+ -moz-transform: perspective(@perspective);
96
+ -ms-transform: perspective(@perspective);
97
+ -o-transform: perspective(@perspective);
98
+ transform: perspective(@perspective);
99
+ }
100
+ .rotate(@degrees) {
101
+ -webkit-transform: rotate(@degrees);
102
+ -moz-transform: rotate(@degrees);
103
+ -ms-transform: rotate(@degrees);
104
+ -o-transform: rotate(@degrees);
105
+ transform: rotate(@degrees);
106
+ }
107
+ .rotateX(@degrees) {
108
+ -webkit-transform: rotateX(@degrees);
109
+ -moz-transform: rotateX(@degrees);
110
+ -ms-transform: rotateX(@degrees);
111
+ -o-transform: rotateX(@degrees);
112
+ transform: rotateX(@degrees);
113
+ }
114
+ .rotateY(@degrees) {
115
+ -webkit-transform: rotateY(@degrees);
116
+ -moz-transform: rotateY(@degrees);
117
+ -ms-transform: rotateY(@degrees);
118
+ -o-transform: rotateY(@degrees);
119
+ transform: rotateY(@degrees);
120
+ }
121
+ .rotateZ(@degrees) {
122
+ -webkit-transform: rotateZ(@degrees);
123
+ -moz-transform: rotateZ(@degrees);
124
+ -ms-transform: rotateZ(@degrees);
125
+ -o-transform: rotateZ(@degrees);
126
+ transform: rotateZ(@degrees);
127
+ }
128
+ .scale(@ratio) {
129
+ -webkit-transform: scale(@ratio);
130
+ -moz-transform: scale(@ratio);
131
+ -ms-transform: scale(@ratio);
132
+ -o-transform: scale(@ratio);
133
+ transform: scale(@ratio);
134
+ }
135
+ .scaleX(@ratio) {
136
+ -webkit-transform: scaleX(@ratio);
137
+ -moz-transform: scaleX(@ratio);
138
+ -ms-transform: scaleX(@ratio);
139
+ -o-transform: scaleX(@ratio);
140
+ transform: scaleX(@ratio);
141
+ }
142
+ .scaleY(@ratio) {
143
+ -webkit-transform: scaleY(@ratio);
144
+ -moz-transform: scaleY(@ratio);
145
+ -ms-transform: scaleY(@ratio);
146
+ -o-transform: scaleY(@ratio);
147
+ transform: scaleY(@ratio);
148
+ }
149
+ .translate(@x: 0, @y: 0) {
150
+ -webkit-transform: translate(@x, @y);
151
+ -moz-transform: translate(@x, @y);
152
+ -ms-transform: translate(@x, @y);
153
+ -o-transform: translate(@x, @y);
154
+ transform: translate(@x, @y);
155
+ }
156
+ .skew(@x: 0, @y: 0) {
157
+ -webkit-transform: skew(@x, @y);
158
+ -moz-transform: skew(@x, @y);
159
+ -ms-transform: skew(@x, @y);
160
+ -o-transform: skew(@x, @y);
161
+ transform: skew(@x, @y);
162
+ }
163
+ .translate3d(@x: 0, @y: 0, @z: 0) {
164
+ -webkit-transform: translate(@x, @y, @z);
165
+ -moz-transform: translate(@x, @y, @z);
166
+ -ms-transform: translate(@x, @y, @z);
167
+ -o-transform: translate(@x, @y, @z);
168
+ transform: translate(@x, @y, @z);
169
+ }
170
+
171
+ .transformOrigin(@origin) {
172
+ -webkit-transform-origin: @origin;
173
+ -moz-transform-origin: @origin;
174
+ -ms-transform-origin: @origin;
175
+ -o-transform-origin: @origin;
176
+ transform-origin: @origin;
177
+ }
178
+
@@ -0,0 +1,91 @@
1
+ .span1, .size1 {.spanX(1)}
2
+ .span2, .size2 {.spanX(2)}
3
+ .span3, .size3 {.spanX(3)}
4
+ .span4, .size4 {.spanX(4)}
5
+ .span5, .size5 {.spanX(5)}
6
+ .span6, .size6 {.spanX(6)}
7
+ .span7, .size7 {.spanX(7)}
8
+ .span8, .size8 {.spanX(8)}
9
+ .span9, .size9 {.spanX(9)}
10
+ .span10, .size10 {.spanX(10)}
11
+ .span11, .size11 {.spanX(11)}
12
+ .span12, .size12 {.spanX(12)}
13
+
14
+ .offset1 {.offsetX(1) !important;}
15
+ .offset2 {.offsetX(2) !important;}
16
+ .offset3 {.offsetX(3) !important;}
17
+ .offset4 {.offsetX(4) !important;}
18
+ .offset5 {.offsetX(5) !important;}
19
+ .offset6 {.offsetX(6) !important;}
20
+ .offset7 {.offsetX(7) !important;}
21
+ .offset8 {.offsetX(8) !important;}
22
+ .offset9 {.offsetX(9) !important;}
23
+ .offset10 {.offsetX(10) !important;}
24
+ .offset11 {.offsetX(11) !important;}
25
+ .offset12 {.offsetX(12) !important;}
26
+
27
+ .grid {
28
+ margin-bottom: @gridGutterSize;
29
+
30
+ .row {
31
+ .clearfix;
32
+ display: block;
33
+ margin-top: @gridGutterSize;
34
+
35
+ [class*="span"] {
36
+ float: left;
37
+ min-height: 1px;
38
+ margin-left: @gridGutterSize;
39
+
40
+ &:first-child {
41
+ margin-left: 0;
42
+ }
43
+ }
44
+ }
45
+ }
46
+
47
+ .grid {
48
+ &.fluid {
49
+ width: 100%;
50
+ .row {
51
+ .span1 {.fluid-spanX(1)}
52
+ .span2 {.fluid-spanX(2)}
53
+ .span3 {.fluid-spanX(3)}
54
+ .span4 {.fluid-spanX(4)}
55
+ .span5 {.fluid-spanX(5)}
56
+ .span6 {.fluid-spanX(6)}
57
+ .span7 {.fluid-spanX(7)}
58
+ .span8 {.fluid-spanX(8)}
59
+ .span9 {.fluid-spanX(9)}
60
+ .span10 {.fluid-spanX(10)}
61
+ .span11 {.fluid-spanX(11)}
62
+ .span12 {.fluid-spanX(12)}
63
+
64
+ [class*="span"] {
65
+ margin-left: 2.127659%;
66
+ &:first-child {
67
+ margin-left: 0;
68
+ }
69
+ }
70
+
71
+ .offset1 {.fluid-offsetX(1) !important;}
72
+ .offset2 {.fluid-offsetX(2) !important;}
73
+ .offset3 {.fluid-offsetX(3) !important;}
74
+ .offset4 {.fluid-offsetX(4) !important;}
75
+ .offset5 {.fluid-offsetX(5) !important;}
76
+ .offset6 {.fluid-offsetX(6) !important;}
77
+ .offset7 {.fluid-offsetX(7) !important;}
78
+ .offset8 {.fluid-offsetX(8) !important;}
79
+ .offset9 {.fluid-offsetX(9) !important;}
80
+ .offset10 {.fluid-offsetX(10) !important;}
81
+ .offset11 {.fluid-offsetX(11) !important;}
82
+ .offset12 {.fluid-offsetX(12) !important;}
83
+ }
84
+ }
85
+ }
86
+
87
+ .grid {
88
+ &.compact {
89
+
90
+ }
91
+ }
@@ -0,0 +1,120 @@
1
+ p [data-hint]{
2
+ border-bottom: 1px #373737 dotted;
3
+ white-space: nowrap;
4
+ }
5
+
6
+ .hint {
7
+ position: fixed;
8
+ color: @dark;
9
+ padding: 10px;
10
+ #font > .sans;
11
+ font-size: 12px;
12
+ width: auto;
13
+ max-width: 220px;
14
+ margin-top: 10px;
15
+ z-index: @zindexTooltip;
16
+ display: none;
17
+ border: 1px solid;
18
+ border-color: lighten(#373737, 20%);
19
+
20
+ .hint-title, .hint-text {
21
+ color: inherit;
22
+ text-align: left;
23
+ }
24
+
25
+ .hint-title {
26
+ font-size: 1.2em;
27
+ font-weight: bold;
28
+ }
29
+
30
+ .hint-text {
31
+ }
32
+ }
33
+
34
+ // hint bottom
35
+
36
+ .hint {
37
+ &:before, &:after {
38
+ content: '';
39
+ position: absolute;
40
+ width: 0;
41
+ height: 0;
42
+ }
43
+ &:before {
44
+ z-index: 2;
45
+ }
46
+ &:after {
47
+ z-index: 1;
48
+ border-color: inherit;
49
+ }
50
+ }
51
+
52
+ .hint {
53
+ &.bottom {
54
+ &:before, &:after {
55
+ top: 1px;
56
+ left: 5px;
57
+ margin: -10px 0;
58
+ border-left: 5px solid transparent;
59
+ border-right: 5px solid transparent;
60
+ border-bottom: 10px solid @hintColor;
61
+ }
62
+
63
+ &:after {
64
+ top: 0;
65
+ border-bottom: 10px solid;
66
+ }
67
+ }
68
+
69
+ &.top {
70
+ &:before, &:after {
71
+ top: 100%;
72
+ margin-top: -1px;
73
+ left: 5px;
74
+ border-left: 5px solid transparent;
75
+ border-right: 5px solid transparent;
76
+ border-top: 10px solid @hintColor;
77
+ }
78
+
79
+ &:after {
80
+ margin-top: 1px;
81
+ border-top: 10px solid;
82
+ }
83
+ }
84
+
85
+ &.left {
86
+ &:before, &:after {
87
+ top: 5px;
88
+ left: 100%;
89
+ margin-left: -1px;
90
+ border-top: 5px solid transparent;
91
+ border-bottom: 5px solid transparent;
92
+ border-left: 10px solid @hintColor;
93
+ }
94
+
95
+ &:after {
96
+ margin-left: 0;
97
+ border-left: 10px solid;
98
+ }
99
+ }
100
+
101
+ &.right {
102
+ &:before, &:after {
103
+ top: 5px;
104
+ left: -9px;
105
+ margin: 0;
106
+ border-top: 5px solid transparent;
107
+ border-bottom: 5px solid transparent;
108
+ border-right: 10px solid @hintColor;
109
+ }
110
+
111
+ &:after {
112
+ left: -10px;
113
+ border-right: 10px solid;
114
+ }
115
+ }
116
+ }
117
+
118
+ .hint {
119
+ }
120
+
@@ -0,0 +1,1353 @@
1
+ .icon-newspaper:before {
2
+ content: "\e001";
3
+ }
4
+ .icon-pencil:before {
5
+ content: "\e002";
6
+ }
7
+ .icon-droplet:before {
8
+ content: "\e003";
9
+ }
10
+ .icon-pictures:before {
11
+ content: "\e004";
12
+ }
13
+ .icon-camera:before {
14
+ content: "\e005";
15
+ }
16
+ .icon-music:before {
17
+ content: "\e006";
18
+ }
19
+ .icon-film:before {
20
+ content: "\e007";
21
+ }
22
+ .icon-camera-2:before {
23
+ content: "\e008";
24
+ }
25
+ .icon-spades:before {
26
+ content: "\e009";
27
+ }
28
+ .icon-clubs:before {
29
+ content: "\e00a";
30
+ }
31
+ .icon-diamonds:before {
32
+ content: "\e00b";
33
+ }
34
+ .icon-broadcast:before {
35
+ content: "\e00c";
36
+ }
37
+ .icon-mic:before {
38
+ content: "\e00d";
39
+ }
40
+ .icon-book:before {
41
+ content: "\e00e";
42
+ }
43
+ .icon-file:before {
44
+ content: "\e00f";
45
+ }
46
+ .icon-new:before {
47
+ content: "\e010";
48
+ }
49
+ .icon-copy:before {
50
+ content: "\e011";
51
+ }
52
+ .icon-folder:before {
53
+ content: "\e012";
54
+ }
55
+ .icon-folder-2:before {
56
+ content: "\e013";
57
+ }
58
+ .icon-tag:before {
59
+ content: "\e014";
60
+ }
61
+ .icon-cart:before {
62
+ content: "\e015";
63
+ }
64
+ .icon-basket:before {
65
+ content: "\e016";
66
+ }
67
+ .icon-calculate:before {
68
+ content: "\e017";
69
+ }
70
+ .icon-support:before {
71
+ content: "\e018";
72
+ }
73
+ .icon-phone:before {
74
+ content: "\e019";
75
+ }
76
+ .icon-mail:before {
77
+ content: "\e01a";
78
+ }
79
+ .icon-location:before {
80
+ content: "\e01b";
81
+ }
82
+ .icon-compass:before {
83
+ content: "\e01c";
84
+ }
85
+ .icon-history:before {
86
+ content: "\e01d";
87
+ }
88
+ .icon-clock:before {
89
+ content: "\e01e";
90
+ }
91
+ .icon-bell:before {
92
+ content: "\e01f";
93
+ }
94
+ .icon-calendar:before {
95
+ content: "\e020";
96
+ }
97
+ .icon-printer:before {
98
+ content: "\e021";
99
+ }
100
+ .icon-mouse:before {
101
+ content: "\e022";
102
+ }
103
+ .icon-screen:before {
104
+ content: "\e023";
105
+ }
106
+ .icon-laptop:before {
107
+ content: "\e024";
108
+ }
109
+ .icon-mobile:before {
110
+ content: "\e025";
111
+ }
112
+ .icon-cabinet:before {
113
+ content: "\e026";
114
+ }
115
+ .icon-drawer:before {
116
+ content: "\e027";
117
+ }
118
+ .icon-drawer-2:before {
119
+ content: "\e028";
120
+ }
121
+ .icon-box:before {
122
+ content: "\e029";
123
+ }
124
+ .icon-box-add:before {
125
+ content: "\e02a";
126
+ }
127
+ .icon-box-remove:before {
128
+ content: "\e02b";
129
+ }
130
+ .icon-download:before {
131
+ content: "\e02c";
132
+ }
133
+ .icon-upload:before {
134
+ content: "\e02d";
135
+ }
136
+ .icon-database:before {
137
+ content: "\e02e";
138
+ }
139
+ .icon-flip:before {
140
+ content: "\e02f";
141
+ }
142
+ .icon-flip-2:before {
143
+ content: "\e030";
144
+ }
145
+ .icon-undo:before {
146
+ content: "\e031";
147
+ }
148
+ .icon-redo:before {
149
+ content: "\e032";
150
+ }
151
+ .icon-forward:before {
152
+ content: "\e033";
153
+ }
154
+ .icon-reply:before {
155
+ content: "\e034";
156
+ }
157
+ .icon-reply-2:before {
158
+ content: "\e035";
159
+ }
160
+ .icon-comments:before {
161
+ content: "\e036";
162
+ }
163
+ .icon-comments-2:before {
164
+ content: "\e037";
165
+ }
166
+ .icon-comments-3:before {
167
+ content: "\e038";
168
+ }
169
+ .icon-comments-4:before {
170
+ content: "\e039";
171
+ }
172
+ .icon-comments-5:before {
173
+ content: "\e03a";
174
+ }
175
+ .icon-user:before {
176
+ content: "\e03b";
177
+ }
178
+ .icon-user-2:before {
179
+ content: "\e03c";
180
+ }
181
+ .icon-user-3:before {
182
+ content: "\e03d";
183
+ }
184
+ .icon-busy:before {
185
+ content: "\e03e";
186
+ }
187
+ .icon-loading:before {
188
+ content: "\e03f";
189
+ }
190
+ .icon-loading-2:before {
191
+ content: "\e040";
192
+ }
193
+ .icon-search:before {
194
+ content: "\e041";
195
+ }
196
+ .icon-zoom-in:before {
197
+ content: "\e042";
198
+ }
199
+ .icon-zoom-out:before {
200
+ content: "\e043";
201
+ }
202
+ .icon-key:before {
203
+ content: "\e044";
204
+ }
205
+ .icon-key-2:before {
206
+ content: "\e045";
207
+ }
208
+ .icon-locked:before {
209
+ content: "\e046";
210
+ }
211
+ .icon-unlocked:before {
212
+ content: "\e047";
213
+ }
214
+ .icon-wrench:before {
215
+ content: "\e048";
216
+ }
217
+ .icon-equalizer:before {
218
+ content: "\e049";
219
+ }
220
+ .icon-cog:before {
221
+ content: "\e04a";
222
+ }
223
+ .icon-pie:before {
224
+ content: "\e04b";
225
+ }
226
+ .icon-bars:before {
227
+ content: "\e04c";
228
+ }
229
+ .icon-stats-up:before {
230
+ content: "\e04d";
231
+ }
232
+ .icon-gift:before {
233
+ content: "\e04e";
234
+ }
235
+ .icon-trophy:before {
236
+ content: "\e04f";
237
+ }
238
+ .icon-diamond:before {
239
+ content: "\e050";
240
+ }
241
+ .icon-coffee:before {
242
+ content: "\e051";
243
+ }
244
+ .icon-rocket:before {
245
+ content: "\e052";
246
+ }
247
+ .icon-meter-slow:before {
248
+ content: "\e053";
249
+ }
250
+ .icon-meter-medium:before {
251
+ content: "\e054";
252
+ }
253
+ .icon-meter-fast:before {
254
+ content: "\e055";
255
+ }
256
+ .icon-dashboard:before {
257
+ content: "\e056";
258
+ }
259
+ .icon-fire:before {
260
+ content: "\e057";
261
+ }
262
+ .icon-lab:before {
263
+ content: "\e058";
264
+ }
265
+ .icon-remove:before {
266
+ content: "\e059";
267
+ }
268
+ .icon-briefcase:before {
269
+ content: "\e05a";
270
+ }
271
+ .icon-briefcase-2:before {
272
+ content: "\e05b";
273
+ }
274
+ .icon-cars:before {
275
+ content: "\e05c";
276
+ }
277
+ .icon-bus:before {
278
+ content: "\e05d";
279
+ }
280
+ .icon-cube:before {
281
+ content: "\e05e";
282
+ }
283
+ .icon-cube-2:before {
284
+ content: "\e05f";
285
+ }
286
+ .icon-puzzle:before {
287
+ content: "\e060";
288
+ }
289
+ .icon-glasses:before {
290
+ content: "\e061";
291
+ }
292
+ .icon-glasses-2:before {
293
+ content: "\e062";
294
+ }
295
+ .icon-accessibility:before {
296
+ content: "\e063";
297
+ }
298
+ .icon-accessibility-2:before {
299
+ content: "\e064";
300
+ }
301
+ .icon-target:before {
302
+ content: "\e065";
303
+ }
304
+ .icon-target-2:before {
305
+ content: "\e066";
306
+ }
307
+ .icon-lightning:before {
308
+ content: "\e067";
309
+ }
310
+ .icon-power:before {
311
+ content: "\e068";
312
+ }
313
+ .icon-power-2:before {
314
+ content: "\e069";
315
+ }
316
+ .icon-clipboard:before {
317
+ content: "\e06a";
318
+ }
319
+ .icon-clipboard-2:before {
320
+ content: "\e06b";
321
+ }
322
+ .icon-playlist:before {
323
+ content: "\e06c";
324
+ }
325
+ .icon-grid-view:before {
326
+ content: "\e06d";
327
+ }
328
+ .icon-tree-view:before {
329
+ content: "\e06e";
330
+ }
331
+ .icon-cloud:before {
332
+ content: "\e06f";
333
+ }
334
+ .icon-cloud-2:before {
335
+ content: "\e070";
336
+ }
337
+ .icon-download-2:before {
338
+ content: "\e071";
339
+ }
340
+ .icon-upload-2:before {
341
+ content: "\e072";
342
+ }
343
+ .icon-upload-3:before {
344
+ content: "\e073";
345
+ }
346
+ .icon-link:before {
347
+ content: "\e074";
348
+ }
349
+ .icon-link-2:before {
350
+ content: "\e075";
351
+ }
352
+ .icon-flag:before {
353
+ content: "\e076";
354
+ }
355
+ .icon-flag-2:before {
356
+ content: "\e077";
357
+ }
358
+ .icon-attachment:before {
359
+ content: "\e078";
360
+ }
361
+ .icon-eye:before {
362
+ content: "\e079";
363
+ }
364
+ .icon-bookmark:before {
365
+ content: "\e07a";
366
+ }
367
+ .icon-bookmark-2:before {
368
+ content: "\e07b";
369
+ }
370
+ .icon-star:before {
371
+ content: "\e07c";
372
+ }
373
+ .icon-star-2:before {
374
+ content: "\e07d";
375
+ }
376
+ .icon-star-3:before {
377
+ content: "\e07e";
378
+ }
379
+ .icon-heart:before {
380
+ content: "\e07f";
381
+ }
382
+ .icon-heart-2:before {
383
+ content: "\e080";
384
+ }
385
+ .icon-thumbs-up:before {
386
+ content: "\e081";
387
+ }
388
+ .icon-thumbs-down:before {
389
+ content: "\e082";
390
+ }
391
+ .icon-plus:before {
392
+ content: "\e083";
393
+ }
394
+ .icon-minus:before {
395
+ content: "\e084";
396
+ }
397
+ .icon-help:before {
398
+ content: "\e085";
399
+ }
400
+ .icon-help-2:before {
401
+ content: "\e086";
402
+ }
403
+ .icon-blocked:before {
404
+ content: "\e087";
405
+ }
406
+ .icon-cancel:before {
407
+ content: "\e088";
408
+ }
409
+ .icon-cancel-2:before {
410
+ content: "\e089";
411
+ }
412
+ .icon-checkmark:before {
413
+ content: "\e08a";
414
+ }
415
+ .icon-minus-2:before {
416
+ content: "\e08b";
417
+ }
418
+ .icon-plus-2:before {
419
+ content: "\e08c";
420
+ }
421
+ .icon-enter:before {
422
+ content: "\e08d";
423
+ }
424
+ .icon-exit:before {
425
+ content: "\e08e";
426
+ }
427
+ .icon-loop:before {
428
+ content: "\e08f";
429
+ }
430
+ .icon-arrow-up-left:before {
431
+ content: "\e090";
432
+ }
433
+ .icon-arrow-up:before {
434
+ content: "\e091";
435
+ }
436
+ .icon-arrow-up-right:before {
437
+ content: "\e092";
438
+ }
439
+ .icon-arrow-right:before {
440
+ content: "\e093";
441
+ }
442
+ .icon-arrow-down-right:before {
443
+ content: "\e094";
444
+ }
445
+ .icon-arrow-down:before {
446
+ content: "\e095";
447
+ }
448
+ .icon-arrow-down-left:before {
449
+ content: "\e096";
450
+ }
451
+ .icon-arrow-left:before {
452
+ content: "\e097";
453
+ }
454
+ .icon-arrow-up-2:before {
455
+ content: "\e098";
456
+ }
457
+ .icon-arrow-right-2:before {
458
+ content: "\e099";
459
+ }
460
+ .icon-arrow-down-2:before {
461
+ content: "\e09a";
462
+ }
463
+ .icon-arrow-left-2:before {
464
+ content: "\e09b";
465
+ }
466
+ .icon-arrow-up-3:before {
467
+ content: "\e09c";
468
+ }
469
+ .icon-arrow-right-3:before {
470
+ content: "\e09d";
471
+ }
472
+ .icon-arrow-down-3:before {
473
+ content: "\e09e";
474
+ }
475
+ .icon-arrow-left-3:before {
476
+ content: "\e09f";
477
+ }
478
+ .icon-menu:before {
479
+ content: "\e0a0";
480
+ }
481
+ .icon-enter-2:before {
482
+ content: "\e0a1";
483
+ }
484
+ .icon-backspace:before {
485
+ content: "\e0a2";
486
+ }
487
+ .icon-backspace-2:before {
488
+ content: "\e0a3";
489
+ }
490
+ .icon-tab:before {
491
+ content: "\e0a4";
492
+ }
493
+ .icon-tab-2:before {
494
+ content: "\e0a5";
495
+ }
496
+ .icon-checkbox:before {
497
+ content: "\e0a6";
498
+ }
499
+ .icon-checkbox-unchecked:before {
500
+ content: "\e0a7";
501
+ }
502
+ .icon-checkbox-partial:before {
503
+ content: "\e0a8";
504
+ }
505
+ .icon-radio-checked:before {
506
+ content: "\e0a9";
507
+ }
508
+ .icon-radio-unchecked:before {
509
+ content: "\e0aa";
510
+ }
511
+ .icon-font:before {
512
+ content: "\e0ab";
513
+ }
514
+ .icon-paragraph-left:before {
515
+ content: "\e0ac";
516
+ }
517
+ .icon-paragraph-center:before {
518
+ content: "\e0ad";
519
+ }
520
+ .icon-paragraph-right:before {
521
+ content: "\e0ae";
522
+ }
523
+ .icon-paragraph-justify:before {
524
+ content: "\e0af";
525
+ }
526
+ .icon-left-to-right:before {
527
+ content: "\e0b0";
528
+ }
529
+ .icon-right-to-left:before {
530
+ content: "\e0b1";
531
+ }
532
+ .icon-share:before {
533
+ content: "\e0b2";
534
+ }
535
+ .icon-new-tab:before {
536
+ content: "\e0b3";
537
+ }
538
+ .icon-new-tab-2:before {
539
+ content: "\e0b4";
540
+ }
541
+ .icon-embed:before {
542
+ content: "\e0b5";
543
+ }
544
+ .icon-code:before {
545
+ content: "\e0b6";
546
+ }
547
+ .icon-bluetooth:before {
548
+ content: "\e0b7";
549
+ }
550
+ .icon-share-2:before {
551
+ content: "\e0b8";
552
+ }
553
+ .icon-share-3:before {
554
+ content: "\e0b9";
555
+ }
556
+ .icon-mail-2:before {
557
+ content: "\e0ba";
558
+ }
559
+ .icon-google:before {
560
+ content: "\e0bb";
561
+ }
562
+ .icon-google-plus:before {
563
+ content: "\e0bc";
564
+ }
565
+ .icon-google-drive:before {
566
+ content: "\e0bd";
567
+ }
568
+ .icon-facebook:before {
569
+ content: "\e0be";
570
+ }
571
+ .icon-instagram:before {
572
+ content: "\e0bf";
573
+ }
574
+ .icon-twitter:before {
575
+ content: "\e0c0";
576
+ }
577
+ .icon-feed:before {
578
+ content: "\e0c1";
579
+ }
580
+ .icon-youtube:before {
581
+ content: "\e0c2";
582
+ }
583
+ .icon-vimeo:before {
584
+ content: "\e0c3";
585
+ }
586
+ .icon-flickr:before {
587
+ content: "\e0c4";
588
+ }
589
+ .icon-picassa:before {
590
+ content: "\e0c5";
591
+ }
592
+ .icon-dribbble:before {
593
+ content: "\e0c6";
594
+ }
595
+ .icon-deviantart:before {
596
+ content: "\e0c7";
597
+ }
598
+ .icon-github:before {
599
+ content: "\e0c8";
600
+ }
601
+ .icon-github-2:before {
602
+ content: "\e0c9";
603
+ }
604
+ .icon-github-3:before {
605
+ content: "\e0ca";
606
+ }
607
+ .icon-github-4:before {
608
+ content: "\e0cb";
609
+ }
610
+ .icon-github-5:before {
611
+ content: "\e0cc";
612
+ }
613
+ .icon-git:before {
614
+ content: "\e0cd";
615
+ }
616
+ .icon-github-6:before {
617
+ content: "\e0ce";
618
+ }
619
+ .icon-wordpress:before {
620
+ content: "\e0cf";
621
+ }
622
+ .icon-joomla:before {
623
+ content: "\e0d0";
624
+ }
625
+ .icon-blogger:before {
626
+ content: "\e0d1";
627
+ }
628
+ .icon-tumblr:before {
629
+ content: "\e0d2";
630
+ }
631
+ .icon-yahoo:before {
632
+ content: "\e0d3";
633
+ }
634
+ .icon-amazon:before {
635
+ content: "\e0d4";
636
+ }
637
+ .icon-tux:before {
638
+ content: "\e0d5";
639
+ }
640
+ .icon-apple:before {
641
+ content: "\e0d6";
642
+ }
643
+ .icon-finder:before {
644
+ content: "\e0d7";
645
+ }
646
+ .icon-android:before {
647
+ content: "\e0d8";
648
+ }
649
+ .icon-windows:before {
650
+ content: "\e0d9";
651
+ }
652
+ .icon-soundcloud:before {
653
+ content: "\e0da";
654
+ }
655
+ .icon-skype:before {
656
+ content: "\e0db";
657
+ }
658
+ .icon-reddit:before {
659
+ content: "\e0dc";
660
+ }
661
+ .icon-linkedin:before {
662
+ content: "\e0dd";
663
+ }
664
+ .icon-lastfm:before {
665
+ content: "\e0de";
666
+ }
667
+ .icon-delicious:before {
668
+ content: "\e0df";
669
+ }
670
+ .icon-stumbleupon:before {
671
+ content: "\e0e0";
672
+ }
673
+ .icon-pinterest:before {
674
+ content: "\e0e1";
675
+ }
676
+ .icon-xing:before {
677
+ content: "\e0e2";
678
+ }
679
+ .icon-flattr:before {
680
+ content: "\e0e3";
681
+ }
682
+ .icon-foursquare:before {
683
+ content: "\e0e4";
684
+ }
685
+ .icon-paypal:before {
686
+ content: "\e0e5";
687
+ }
688
+ .icon-yelp:before {
689
+ content: "\e0e6";
690
+ }
691
+ .icon-libreoffice:before {
692
+ content: "\e0e7";
693
+ }
694
+ .icon-file-pdf:before {
695
+ content: "\e0e8";
696
+ }
697
+ .icon-file-openoffice:before {
698
+ content: "\e0e9";
699
+ }
700
+ .icon-file-word:before {
701
+ content: "\e0ea";
702
+ }
703
+ .icon-file-excel:before {
704
+ content: "\e0eb";
705
+ }
706
+ .icon-file-powerpoint:before {
707
+ content: "\e0ec";
708
+ }
709
+ .icon-file-zip:before {
710
+ content: "\e0ed";
711
+ }
712
+ .icon-file-xml:before {
713
+ content: "\e0ee";
714
+ }
715
+ .icon-file-css:before {
716
+ content: "\e0ef";
717
+ }
718
+ .icon-html5:before {
719
+ content: "\e0f0";
720
+ }
721
+ .icon-html5-2:before {
722
+ content: "\e0f1";
723
+ }
724
+ .icon-css3:before {
725
+ content: "\e0f2";
726
+ }
727
+ .icon-chrome:before {
728
+ content: "\e0f3";
729
+ }
730
+ .icon-firefox:before {
731
+ content: "\e0f4";
732
+ }
733
+ .icon-IE:before {
734
+ content: "\e0f5";
735
+ }
736
+ .icon-opera:before {
737
+ content: "\e0f6";
738
+ }
739
+ .icon-safari:before {
740
+ content: "\e0f7";
741
+ }
742
+ .icon-IcoMoon:before {
743
+ content: "\e0f8";
744
+ }
745
+ .icon-sunrise:before {
746
+ content: "\e0f9";
747
+ }
748
+ .icon-sun:before {
749
+ content: "\e0fa";
750
+ }
751
+ .icon-moon:before {
752
+ content: "\e0fb";
753
+ }
754
+ .icon-sun-2:before {
755
+ content: "\e0fc";
756
+ }
757
+ .icon-windy:before {
758
+ content: "\e0fd";
759
+ }
760
+ .icon-wind:before {
761
+ content: "\e0fe";
762
+ }
763
+ .icon-snowflake:before {
764
+ content: "\e0ff";
765
+ }
766
+ .icon-cloudy:before {
767
+ content: "\e100";
768
+ }
769
+ .icon-cloud-3:before {
770
+ content: "\e101";
771
+ }
772
+ .icon-weather:before {
773
+ content: "\e102";
774
+ }
775
+ .icon-weather-2:before {
776
+ content: "\e103";
777
+ }
778
+ .icon-weather-3:before {
779
+ content: "\e104";
780
+ }
781
+ .icon-lines:before {
782
+ content: "\e105";
783
+ }
784
+ .icon-cloud-4:before {
785
+ content: "\e106";
786
+ }
787
+ .icon-lightning-2:before {
788
+ content: "\e107";
789
+ }
790
+ .icon-lightning-3:before {
791
+ content: "\e108";
792
+ }
793
+ .icon-rainy:before {
794
+ content: "\e109";
795
+ }
796
+ .icon-rainy-2:before {
797
+ content: "\e10a";
798
+ }
799
+ .icon-windy-2:before {
800
+ content: "\e10b";
801
+ }
802
+ .icon-windy-3:before {
803
+ content: "\e10c";
804
+ }
805
+ .icon-snowy:before {
806
+ content: "\e10d";
807
+ }
808
+ .icon-snowy-2:before {
809
+ content: "\e10e";
810
+ }
811
+ .icon-snowy-3:before {
812
+ content: "\e10f";
813
+ }
814
+ .icon-weather-4:before {
815
+ content: "\e110";
816
+ }
817
+ .icon-cloudy-2:before {
818
+ content: "\e111";
819
+ }
820
+ .icon-cloud-5:before {
821
+ content: "\e112";
822
+ }
823
+ .icon-lightning-4:before {
824
+ content: "\e113";
825
+ }
826
+ .icon-sun-3:before {
827
+ content: "\e114";
828
+ }
829
+ .icon-moon-2:before {
830
+ content: "\e115";
831
+ }
832
+ .icon-cloudy-3:before {
833
+ content: "\e116";
834
+ }
835
+ .icon-cloud-6:before {
836
+ content: "\e117";
837
+ }
838
+ .icon-cloud-7:before {
839
+ content: "\e118";
840
+ }
841
+ .icon-lightning-5:before {
842
+ content: "\e119";
843
+ }
844
+ .icon-rainy-3:before {
845
+ content: "\e11a";
846
+ }
847
+ .icon-rainy-4:before {
848
+ content: "\e11b";
849
+ }
850
+ .icon-windy-4:before {
851
+ content: "\e11c";
852
+ }
853
+ .icon-windy-5:before {
854
+ content: "\e11d";
855
+ }
856
+ .icon-snowy-4:before {
857
+ content: "\e11e";
858
+ }
859
+ .icon-snowy-5:before {
860
+ content: "\e11f";
861
+ }
862
+ .icon-weather-5:before {
863
+ content: "\e120";
864
+ }
865
+ .icon-cloudy-4:before {
866
+ content: "\e121";
867
+ }
868
+ .icon-lightning-6:before {
869
+ content: "\e122";
870
+ }
871
+ .icon-thermometer:before {
872
+ content: "\e123";
873
+ }
874
+ .icon-compass-2:before {
875
+ content: "\e124";
876
+ }
877
+ .icon-none:before {
878
+ content: "\e125";
879
+ }
880
+ .icon-Celsius:before {
881
+ content: "\e126";
882
+ }
883
+ .icon-Fahrenheit:before {
884
+ content: "\e127";
885
+ }
886
+ .icon-forrst:before {
887
+ content: "\e128";
888
+ }
889
+ .icon-headphones:before {
890
+ content: "\e129";
891
+ }
892
+ .icon-bug:before {
893
+ content: "\e12a";
894
+ }
895
+ .icon-cart-2:before {
896
+ content: "\e12b";
897
+ }
898
+ .icon-earth:before {
899
+ content: "\e12c";
900
+ }
901
+ .icon-battery:before {
902
+ content: "\e12d";
903
+ }
904
+ .icon-list:before {
905
+ content: "\e12e";
906
+ }
907
+ .icon-grid:before {
908
+ content: "\e12f";
909
+ }
910
+ .icon-alarm:before {
911
+ content: "\e130";
912
+ }
913
+ .icon-location-2:before {
914
+ content: "\e131";
915
+ }
916
+ .icon-pointer:before {
917
+ content: "\e132";
918
+ }
919
+ .icon-diary:before {
920
+ content: "\e133";
921
+ }
922
+ .icon-eye-2:before {
923
+ content: "\e134";
924
+ }
925
+ .icon-console:before {
926
+ content: "\e135";
927
+ }
928
+ .icon-location-3:before {
929
+ content: "\e136";
930
+ }
931
+ .icon-move:before {
932
+ content: "\e137";
933
+ }
934
+ .icon-gift-2:before {
935
+ content: "\e138";
936
+ }
937
+ .icon-monitor:before {
938
+ content: "\e139";
939
+ }
940
+ .icon-mobile-2:before {
941
+ content: "\e13a";
942
+ }
943
+ .icon-switch:before {
944
+ content: "\e13b";
945
+ }
946
+ .icon-star-4:before {
947
+ content: "\e13c";
948
+ }
949
+ .icon-address-book:before {
950
+ content: "\e13d";
951
+ }
952
+ .icon-shit:before {
953
+ content: "\e13e";
954
+ }
955
+ .icon-cone:before {
956
+ content: "\e13f";
957
+ }
958
+ .icon-credit-card:before {
959
+ content: "\e140";
960
+ }
961
+ .icon-type:before {
962
+ content: "\e141";
963
+ }
964
+ .icon-volume:before {
965
+ content: "\e142";
966
+ }
967
+ .icon-volume-2:before {
968
+ content: "\e143";
969
+ }
970
+ .icon-locked-2:before {
971
+ content: "\e144";
972
+ }
973
+ .icon-warning:before {
974
+ content: "\e145";
975
+ }
976
+ .icon-info:before {
977
+ content: "\e146";
978
+ }
979
+ .icon-filter:before {
980
+ content: "\e147";
981
+ }
982
+ .icon-bookmark-3:before {
983
+ content: "\e148";
984
+ }
985
+ .icon-bookmark-4:before {
986
+ content: "\e149";
987
+ }
988
+ .icon-stats:before {
989
+ content: "\e14a";
990
+ }
991
+ .icon-compass-3:before {
992
+ content: "\e14b";
993
+ }
994
+ .icon-keyboard:before {
995
+ content: "\e14c";
996
+ }
997
+ .icon-award-fill:before {
998
+ content: "\e14d";
999
+ }
1000
+ .icon-award-stroke:before {
1001
+ content: "\e14e";
1002
+ }
1003
+ .icon-beaker-alt:before {
1004
+ content: "\e14f";
1005
+ }
1006
+ .icon-beaker:before {
1007
+ content: "\e150";
1008
+ }
1009
+ .icon-move-vertical:before {
1010
+ content: "\e151";
1011
+ }
1012
+ .icon-move-horizontal:before {
1013
+ content: "\e152";
1014
+ }
1015
+ .icon-steering-wheel:before {
1016
+ content: "\e153";
1017
+ }
1018
+ .icon-volume-3:before {
1019
+ content: "\e154";
1020
+ }
1021
+ .icon-volume-mute:before {
1022
+ content: "\e155";
1023
+ }
1024
+ .icon-play:before {
1025
+ content: "\e156";
1026
+ }
1027
+ .icon-pause:before {
1028
+ content: "\e157";
1029
+ }
1030
+ .icon-stop:before {
1031
+ content: "\e158";
1032
+ }
1033
+ .icon-eject:before {
1034
+ content: "\e159";
1035
+ }
1036
+ .icon-first:before {
1037
+ content: "\e15a";
1038
+ }
1039
+ .icon-last:before {
1040
+ content: "\e15b";
1041
+ }
1042
+ .icon-play-alt:before {
1043
+ content: "\e15c";
1044
+ }
1045
+ .icon-battery-charging:before {
1046
+ content: "\e160";
1047
+ }
1048
+ .icon-left-quote:before {
1049
+ content: "\e161";
1050
+ }
1051
+ .icon-right-quote:before {
1052
+ content: "\e162";
1053
+ }
1054
+ .icon-left-quote-alt:before {
1055
+ content: "\e163";
1056
+ }
1057
+ .icon-right-quote-alt:before {
1058
+ content: "\e164";
1059
+ }
1060
+ .icon-smiley:before {
1061
+ content: "\e165";
1062
+ }
1063
+ .icon-umbrella:before {
1064
+ content: "\e166";
1065
+ }
1066
+ .icon-info-2:before {
1067
+ content: "\e167";
1068
+ }
1069
+ .icon-chart-alt:before {
1070
+ content: "\e168";
1071
+ }
1072
+ .icon-at:before {
1073
+ content: "\e169";
1074
+ }
1075
+ .icon-hash:before {
1076
+ content: "\e16a";
1077
+ }
1078
+ .icon-pilcrow:before {
1079
+ content: "\e16b";
1080
+ }
1081
+ .icon-fullscreen-alt:before {
1082
+ content: "\e16c";
1083
+ }
1084
+ .icon-fullscreen-exit-alt:before {
1085
+ content: "\e16d";
1086
+ }
1087
+ .icon-layers-alt:before {
1088
+ content: "\e16e";
1089
+ }
1090
+ .icon-layers:before {
1091
+ content: "\e16f";
1092
+ }
1093
+ .icon-floppy:before {
1094
+ content: "\e170";
1095
+ }
1096
+ .icon-rainbow:before {
1097
+ content: "\e000";
1098
+ }
1099
+ .icon-air:before {
1100
+ content: "\e171";
1101
+ }
1102
+ .icon-home:before {
1103
+ content: "\e172";
1104
+ }
1105
+ .icon-spin:before {
1106
+ content: "\e173";
1107
+ }
1108
+ .icon-auction:before {
1109
+ content: "\e174";
1110
+ }
1111
+ .icon-dollar:before {
1112
+ content: "\e175";
1113
+ }
1114
+ .icon-dollar-2:before {
1115
+ content: "\e176";
1116
+ }
1117
+ .icon-coins:before {
1118
+ content: "\e177";
1119
+ }
1120
+ .icon-file-2:before {
1121
+ content: "\e186";
1122
+ }
1123
+ .icon-file-3:before {
1124
+ content: "\e187";
1125
+ }
1126
+ .icon-file-4:before {
1127
+ content: "\e188";
1128
+ }
1129
+ .icon-files:before {
1130
+ content: "\e189";
1131
+ }
1132
+ .icon-phone-2:before {
1133
+ content: "\e18a";
1134
+ }
1135
+ .icon-tablet:before {
1136
+ content: "\e18b";
1137
+ }
1138
+ .icon-monitor-2:before {
1139
+ content: "\e18c";
1140
+ }
1141
+ .icon-window:before {
1142
+ content: "\e18d";
1143
+ }
1144
+ .icon-tv:before {
1145
+ content: "\e18e";
1146
+ }
1147
+ .icon-camera-3:before {
1148
+ content: "\e18f";
1149
+ }
1150
+ .icon-image:before {
1151
+ content: "\e190";
1152
+ }
1153
+ .icon-open:before {
1154
+ content: "\e191";
1155
+ }
1156
+ .icon-sale:before {
1157
+ content: "\e192";
1158
+ }
1159
+ .icon-direction:before {
1160
+ content: "\e193";
1161
+ }
1162
+ .icon-medal:before {
1163
+ content: "\e194";
1164
+ }
1165
+ .icon-medal-2:before {
1166
+ content: "\e195";
1167
+ }
1168
+ .icon-satellite:before {
1169
+ content: "\e196";
1170
+ }
1171
+ .icon-discout:before {
1172
+ content: "\e197";
1173
+ }
1174
+ .icon-barcode:before {
1175
+ content: "\e198";
1176
+ }
1177
+ .icon-ticket:before {
1178
+ content: "\e199";
1179
+ }
1180
+ .icon-shipping:before {
1181
+ content: "\e19a";
1182
+ }
1183
+ .icon-globe:before {
1184
+ content: "\e19b";
1185
+ }
1186
+ .icon-anchor:before {
1187
+ content: "\e19c";
1188
+ }
1189
+ .icon-pop-out:before {
1190
+ content: "\e19d";
1191
+ }
1192
+ .icon-pop-in:before {
1193
+ content: "\e19e";
1194
+ }
1195
+ .icon-resize:before {
1196
+ content: "\e178";
1197
+ }
1198
+ .icon-battery-2:before {
1199
+ content: "\e179";
1200
+ }
1201
+ .icon-battery-3:before {
1202
+ content: "\e17a";
1203
+ }
1204
+ .icon-battery-4:before {
1205
+ content: "\e17b";
1206
+ }
1207
+ .icon-battery-5:before {
1208
+ content: "\e17c";
1209
+ }
1210
+ .icon-tools:before {
1211
+ content: "\e17d";
1212
+ }
1213
+ .icon-alarm-2:before {
1214
+ content: "\e17e";
1215
+ }
1216
+ .icon-alarm-cancel:before {
1217
+ content: "\e17f";
1218
+ }
1219
+ .icon-alarm-clock:before {
1220
+ content: "\e180";
1221
+ }
1222
+ .icon-chronometer:before {
1223
+ content: "\e181";
1224
+ }
1225
+ .icon-ruler:before {
1226
+ content: "\e182";
1227
+ }
1228
+ .icon-lamp:before {
1229
+ content: "\e183";
1230
+ }
1231
+ .icon-lamp-2:before {
1232
+ content: "\e184";
1233
+ }
1234
+ .icon-scissors:before {
1235
+ content: "\e185";
1236
+ }
1237
+ .icon-volume-4:before {
1238
+ content: "\e19f";
1239
+ }
1240
+ .icon-volume-5:before {
1241
+ content: "\e1a0";
1242
+ }
1243
+ .icon-volume-6:before {
1244
+ content: "\e1a1";
1245
+ }
1246
+ .icon-battery-full:before {
1247
+ content: "\e15f";
1248
+ }
1249
+ .icon-battery-empty:before {
1250
+ content: "\e15d";
1251
+ }
1252
+ .icon-battery-half:before {
1253
+ content: "\e15e";
1254
+ }
1255
+ .icon-zip:before {
1256
+ content: "\e1a2";
1257
+ }
1258
+ .icon-zip-2:before {
1259
+ content: "\e1a3";
1260
+ }
1261
+ .icon-play-2:before {
1262
+ content: "\e1a4";
1263
+ }
1264
+ .icon-pause-2:before {
1265
+ content: "\e1a5";
1266
+ }
1267
+ .icon-record:before {
1268
+ content: "\e1a6";
1269
+ }
1270
+ .icon-stop-2:before {
1271
+ content: "\e1a7";
1272
+ }
1273
+ .icon-next:before {
1274
+ content: "\e1a8";
1275
+ }
1276
+ .icon-previous:before {
1277
+ content: "\e1a9";
1278
+ }
1279
+ .icon-first-2:before {
1280
+ content: "\e1aa";
1281
+ }
1282
+ .icon-last-2:before {
1283
+ content: "\e1ab";
1284
+ }
1285
+ .icon-arrow-left-4:before {
1286
+ content: "\e1ac";
1287
+ }
1288
+ .icon-arrow-down-4:before {
1289
+ content: "\e1ad";
1290
+ }
1291
+ .icon-arrow-up-4:before {
1292
+ content: "\e1ae";
1293
+ }
1294
+ .icon-arrow-right-4:before {
1295
+ content: "\e1af";
1296
+ }
1297
+ .icon-arrow-left-5:before {
1298
+ content: "\e1b0";
1299
+ }
1300
+ .icon-arrow-down-5:before {
1301
+ content: "\e1b1";
1302
+ }
1303
+ .icon-arrow-up-5:before {
1304
+ content: "\e1b2";
1305
+ }
1306
+ .icon-arrow-right-5:before {
1307
+ content: "\e1b3";
1308
+ }
1309
+ .icon-cc:before {
1310
+ content: "\e1b4";
1311
+ }
1312
+ .icon-cc-by:before {
1313
+ content: "\e1b5";
1314
+ }
1315
+ .icon-cc-nc:before {
1316
+ content: "\e1b6";
1317
+ }
1318
+ .icon-cc-nc-eu:before {
1319
+ content: "\e1b7";
1320
+ }
1321
+ .icon-cc-nc-jp:before {
1322
+ content: "\e1b8";
1323
+ }
1324
+ .icon-cc-sa:before {
1325
+ content: "\e1b9";
1326
+ }
1327
+ .icon-cc-nd:before {
1328
+ content: "\e1ba";
1329
+ }
1330
+ .icon-cc-pd:before {
1331
+ content: "\e1bb";
1332
+ }
1333
+ .icon-cc-zero:before {
1334
+ content: "\e1bc";
1335
+ }
1336
+ .icon-cc-share:before {
1337
+ content: "\e1bd";
1338
+ }
1339
+ .icon-cc-share-2:before {
1340
+ content: "\e1be";
1341
+ }
1342
+ .icon-cycle:before {
1343
+ content: "\e1bf";
1344
+ }
1345
+ .icon-stop-3:before {
1346
+ content: "\e1c0";
1347
+ }
1348
+ .icon-stats-2:before {
1349
+ content: "\e1c1";
1350
+ }
1351
+ .icon-stats-3:before {
1352
+ content: "\e1c2";
1353
+ }