bootstrap_sb_admin_base_v2 0.1.1 → 0.2.0

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