marketplacepos 2.5.1 → 2.5.2

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 (45) hide show
  1. package/Marketplace/397.9488b7c2d948b1be.js +1 -0
  2. package/Marketplace/assets/bootstrap_light.scss +1142 -1142
  3. package/Marketplace/assets/floatingLabel.scss +187 -187
  4. package/Marketplace/assets/lbd/_alerts.scss +90 -90
  5. package/Marketplace/assets/lbd/_bootstrap-switch.scss +128 -128
  6. package/Marketplace/assets/lbd/_buttons.scss +132 -132
  7. package/Marketplace/assets/lbd/_cards.scss +256 -256
  8. package/Marketplace/assets/lbd/_chartist.scss +229 -229
  9. package/Marketplace/assets/lbd/_checkbox-radio-switch.scss +140 -140
  10. package/Marketplace/assets/lbd/_dropdown.scss +137 -137
  11. package/Marketplace/assets/lbd/_footers.scss +75 -75
  12. package/Marketplace/assets/lbd/_inputs.scss +141 -141
  13. package/Marketplace/assets/lbd/_misc.scss +120 -120
  14. package/Marketplace/assets/lbd/_mixins.scss +8 -8
  15. package/Marketplace/assets/lbd/_navbars.scss +235 -235
  16. package/Marketplace/assets/lbd/_partial-nucleo-icons.scss +574 -574
  17. package/Marketplace/assets/lbd/_responsive.scss +482 -482
  18. package/Marketplace/assets/lbd/_sidebar-and-main-panel.scss +333 -333
  19. package/Marketplace/assets/lbd/_tables.scss +88 -88
  20. package/Marketplace/assets/lbd/_typography.scss +91 -91
  21. package/Marketplace/assets/lbd/_variables.scss +272 -272
  22. package/Marketplace/assets/lbd/mixins/_buttons.scss +69 -69
  23. package/Marketplace/assets/lbd/mixins/_cards.scss +8 -8
  24. package/Marketplace/assets/lbd/mixins/_chartist.scss +87 -87
  25. package/Marketplace/assets/lbd/mixins/_icons.scss +12 -12
  26. package/Marketplace/assets/lbd/mixins/_inputs.scss +1 -1
  27. package/Marketplace/assets/lbd/mixins/_labels.scss +20 -20
  28. package/Marketplace/assets/lbd/mixins/_morphing-buttons.scss +33 -33
  29. package/Marketplace/assets/lbd/mixins/_navbars.scss +11 -11
  30. package/Marketplace/assets/lbd/mixins/_social-buttons.scss +42 -42
  31. package/Marketplace/assets/lbd/mixins/_tabs.scss +3 -3
  32. package/Marketplace/assets/lbd/mixins/_transparency.scss +19 -19
  33. package/Marketplace/assets/lbd/mixins/_vendor-prefixes.scss +211 -211
  34. package/Marketplace/assets/lbd/plugins/_animate.scss +227 -227
  35. package/Marketplace/assets/lbd/plugins/_datetime-picker.scss +463 -463
  36. package/Marketplace/assets/light-bootstrap-dashboard.scss +32 -32
  37. package/Marketplace/assets/pos_variable.scss +83 -83
  38. package/Marketplace/assets/sitemap.json +39 -39
  39. package/Marketplace/assets/stepper-custom.scss +32 -32
  40. package/Marketplace/assets/variables-custom.scss +190 -190
  41. package/Marketplace/assets/version-adjustment-v5.scss +286 -286
  42. package/Marketplace/index.html +2 -2
  43. package/Marketplace/{runtime.de37a7d67f4eed9c.js → runtime.6d4d6c7e2c139e6c.js} +1 -1
  44. package/package.json +1 -1
  45. package/Marketplace/397.5ae6b1775c69cdc2.js +0 -1
@@ -1,574 +1,574 @@
1
- /*--------------------------------
2
-
3
- nucleo-icons Web Font - built using nucleoapp.com
4
- License - nucleoapp.com/license/
5
-
6
- -------------------------------- */
7
- @font-face {
8
- font-family: 'nucleo-icons';
9
- src: url('../fonts/nucleo-icons.eot');
10
- src: url('../fonts/nucleo-icons.eot') format('embedded-opentype'), url('../fonts/nucleo-icons.woff2') format('woff2'), url('../fonts/nucleo-icons.woff') format('woff'), url('../fonts/nucleo-icons.ttf') format('truetype'), url('../fonts/nucleo-icons.svg') format('svg');
11
- font-weight: normal;
12
- font-style: normal;
13
- }
14
- /*------------------------
15
- base class definition
16
- -------------------------*/
17
- .nc-icon {
18
- display: inline-block;
19
- font: normal normal normal 14px/1 'nucleo-icons';
20
- font-size: inherit;
21
- speak: none;
22
- text-transform: none;
23
- /* Better Font Rendering */
24
- -webkit-font-smoothing: antialiased;
25
- -moz-osx-font-smoothing: grayscale;
26
- }
27
- /*------------------------
28
- change icon size
29
- -------------------------*/
30
- .nc-icon.lg {
31
- font-size: 1.33333333em;
32
- vertical-align: -16%;
33
- }
34
- .nc-icon.x2 {
35
- font-size: 2em;
36
- }
37
- .nc-icon.x3 {
38
- font-size: 3em;
39
- }
40
- /*----------------------------------
41
- add a square/circle background
42
- -----------------------------------*/
43
- .nc-icon.square,
44
- .nc-icon.circle {
45
- padding: 0.33333333em;
46
- vertical-align: -16%;
47
- background-color: #eee;
48
- }
49
- .nc-icon.circle {
50
- border-radius: 50%;
51
- }
52
- /*------------------------
53
- list icons
54
- -------------------------*/
55
- .nc-icon-ul {
56
- padding-left: 0;
57
- margin-left: 2.14285714em;
58
- list-style-type: none;
59
- }
60
- .nc-icon-ul > li {
61
- position: relative;
62
- }
63
- .nc-icon-ul > li > .nc-icon {
64
- position: absolute;
65
- left: -1.57142857em;
66
- top: 0.14285714em;
67
- text-align: center;
68
- }
69
- .nc-icon-ul > li > .nc-icon.lg {
70
- top: 0;
71
- left: -1.35714286em;
72
- }
73
- .nc-icon-ul > li > .nc-icon.circle,
74
- .nc-icon-ul > li > .nc-icon.square {
75
- top: -0.19047619em;
76
- left: -1.9047619em;
77
- }
78
-
79
- .all-icons{
80
- .font-icon-list{
81
- .font-icon-detail i{
82
- font-size: 32px;
83
- }
84
- }
85
- }
86
- /*------------------------
87
- spinning icons
88
- -------------------------*/
89
- .nc-icon.spin {
90
- -webkit-animation: nc-icon-spin 2s infinite linear;
91
- -moz-animation: nc-icon-spin 2s infinite linear;
92
- animation: nc-icon-spin 2s infinite linear;
93
- }
94
- @-webkit-keyframes nc-icon-spin {
95
- 0% {
96
- -webkit-transform: rotate(0deg);
97
- }
98
- 100% {
99
- -webkit-transform: rotate(360deg);
100
- }
101
- }
102
- @-moz-keyframes nc-icon-spin {
103
- 0% {
104
- -moz-transform: rotate(0deg);
105
- }
106
- 100% {
107
- -moz-transform: rotate(360deg);
108
- }
109
- }
110
- @keyframes nc-icon-spin {
111
- 0% {
112
- -webkit-transform: rotate(0deg);
113
- -moz-transform: rotate(0deg);
114
- -ms-transform: rotate(0deg);
115
- -o-transform: rotate(0deg);
116
- transform: rotate(0deg);
117
- }
118
- 100% {
119
- -webkit-transform: rotate(360deg);
120
- -moz-transform: rotate(360deg);
121
- -ms-transform: rotate(360deg);
122
- -o-transform: rotate(360deg);
123
- transform: rotate(360deg);
124
- }
125
- }
126
- /*------------------------
127
- rotated/flipped icons
128
- -------------------------*/
129
- .nc-icon.rotate-90 {
130
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
131
- -webkit-transform: rotate(90deg);
132
- -moz-transform: rotate(90deg);
133
- -ms-transform: rotate(90deg);
134
- -o-transform: rotate(90deg);
135
- transform: rotate(90deg);
136
- }
137
- .nc-icon.rotate-180 {
138
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
139
- -webkit-transform: rotate(180deg);
140
- -moz-transform: rotate(180deg);
141
- -ms-transform: rotate(180deg);
142
- -o-transform: rotate(180deg);
143
- transform: rotate(180deg);
144
- }
145
- .nc-icon.rotate-270 {
146
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
147
- -webkit-transform: rotate(270deg);
148
- -moz-transform: rotate(270deg);
149
- -ms-transform: rotate(270deg);
150
- -o-transform: rotate(270deg);
151
- transform: rotate(270deg);
152
- }
153
- .nc-icon.flip-y {
154
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
155
- -webkit-transform: scale(-1, 1);
156
- -moz-transform: scale(-1, 1);
157
- -ms-transform: scale(-1, 1);
158
- -o-transform: scale(-1, 1);
159
- transform: scale(-1, 1);
160
- }
161
- .nc-icon.flip-x {
162
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
163
- -webkit-transform: scale(1, -1);
164
- -moz-transform: scale(1, -1);
165
- -ms-transform: scale(1, -1);
166
- -o-transform: scale(1, -1);
167
- transform: scale(1, -1);
168
- }
169
- /*------------------------
170
- font icons
171
- -------------------------*/
172
-
173
- .nc-air-baloon::before {
174
- content: "\ea01";
175
- }
176
-
177
- .nc-album-2::before {
178
- content: "\ea02";
179
- }
180
-
181
- .nc-alien-33::before {
182
- content: "\ea03";
183
- }
184
-
185
- .nc-align-center::before {
186
- content: "\ea04";
187
- }
188
-
189
- .nc-align-left-2::before {
190
- content: "\ea05";
191
- }
192
-
193
- .nc-ambulance::before {
194
- content: "\ea06";
195
- }
196
-
197
- .nc-android::before {
198
- content: "\ea07";
199
- }
200
-
201
- .nc-app::before {
202
- content: "\ea08";
203
- }
204
-
205
- .nc-apple::before {
206
- content: "\ea09";
207
- }
208
-
209
- .nc-atom::before {
210
- content: "\ea0a";
211
- }
212
-
213
- .nc-attach-87::before {
214
- content: "\ea0b";
215
- }
216
-
217
- .nc-audio-92::before {
218
- content: "\ea0c";
219
- }
220
-
221
- .nc-backpack::before {
222
- content: "\ea0d";
223
- }
224
-
225
- .nc-badge::before {
226
- content: "\ea0e";
227
- }
228
-
229
- .nc-bag::before {
230
- content: "\ea0f";
231
- }
232
-
233
- .nc-bank::before {
234
- content: "\ea10";
235
- }
236
-
237
- .nc-battery-81::before {
238
- content: "\ea11";
239
- }
240
-
241
- .nc-bell-55::before {
242
- content: "\ea12";
243
- }
244
-
245
- .nc-bold::before {
246
- content: "\ea13";
247
- }
248
-
249
- .nc-bulb-63::before {
250
- content: "\ea14";
251
- }
252
-
253
- .nc-bullet-list-67::before {
254
- content: "\ea15";
255
- }
256
-
257
- .nc-bus-front-12::before {
258
- content: "\ea16";
259
- }
260
-
261
- .nc-button-pause::before {
262
- content: "\ea17";
263
- }
264
-
265
- .nc-button-play::before {
266
- content: "\ea18";
267
- }
268
-
269
- .nc-button-power::before {
270
- content: "\ea19";
271
- }
272
-
273
- .nc-camera-20::before {
274
- content: "\ea1a";
275
- }
276
-
277
- .nc-caps-small::before {
278
- content: "\ea1b";
279
- }
280
-
281
- .nc-cart-simple::before {
282
- content: "\ea1c";
283
- }
284
-
285
- .nc-cctv::before {
286
- content: "\ea1d";
287
- }
288
-
289
- .nc-chart-bar-32::before {
290
- content: "\ea1e";
291
- }
292
-
293
- .nc-chart-pie-35::before {
294
- content: "\ea1f";
295
- }
296
-
297
- .nc-chart-pie-36::before {
298
- content: "\ea20";
299
- }
300
-
301
- .nc-chart::before {
302
- content: "\ea21";
303
- }
304
-
305
- .nc-chat-round::before {
306
- content: "\ea22";
307
- }
308
-
309
- .nc-check-2::before {
310
- content: "\ea23";
311
- }
312
-
313
- .nc-circle-09::before {
314
- content: "\ea24";
315
- }
316
-
317
- .nc-circle::before {
318
- content: "\ea25";
319
- }
320
-
321
- .nc-cloud-download-93::before {
322
- content: "\ea26";
323
- }
324
-
325
- .nc-cloud-upload-94::before {
326
- content: "\ea27";
327
- }
328
-
329
- .nc-compass-05::before {
330
- content: "\ea28";
331
- }
332
-
333
- .nc-controller-modern::before {
334
- content: "\ea29";
335
- }
336
-
337
- .nc-credit-card::before {
338
- content: "\ea2a";
339
- }
340
-
341
- .nc-delivery-fast::before {
342
- content: "\ea2b";
343
- }
344
-
345
- .nc-email-83::before {
346
- content: "\ea2c";
347
- }
348
-
349
- .nc-email-85::before {
350
- content: "\ea2d";
351
- }
352
-
353
- .nc-explore-2::before {
354
- content: "\ea2e";
355
- }
356
-
357
- .nc-fav-remove::before {
358
- content: "\ea2f";
359
- }
360
-
361
- .nc-favourite-28::before {
362
- content: "\ea30";
363
- }
364
-
365
- .nc-globe-2::before {
366
- content: "\ea31";
367
- }
368
-
369
- .nc-grid-45::before {
370
- content: "\ea32";
371
- }
372
-
373
- .nc-headphones-2::before {
374
- content: "\ea33";
375
- }
376
-
377
- .nc-html5::before {
378
- content: "\ea34";
379
- }
380
-
381
- .nc-istanbul::before {
382
- content: "\ea35";
383
- }
384
-
385
- .nc-key-25::before {
386
- content: "\ea36";
387
- }
388
-
389
- .nc-layers-3::before {
390
- content: "\ea37";
391
- }
392
-
393
- .nc-light-3::before {
394
- content: "\ea38";
395
- }
396
-
397
- .nc-lock-circle-open::before {
398
- content: "\ea39";
399
- }
400
-
401
- .nc-map-big::before {
402
- content: "\ea3a";
403
- }
404
-
405
- .nc-mobile::before {
406
- content: "\ea3c";
407
- }
408
-
409
- .nc-money-coins::before {
410
- content: "\ea3b";
411
- }
412
-
413
- .nc-note-03::before {
414
- content: "\ea3d";
415
- }
416
-
417
- .nc-notes::before {
418
- content: "\ea3e";
419
- }
420
-
421
- .nc-notification-70::before {
422
- content: "\ea3f";
423
- }
424
-
425
- .nc-palette::before {
426
- content: "\ea40";
427
- }
428
-
429
- .nc-paper-2::before {
430
- content: "\ea41";
431
- }
432
-
433
- .nc-pin-3::before {
434
- content: "\ea42";
435
- }
436
-
437
- .nc-planet::before {
438
- content: "\ea43";
439
- }
440
-
441
- .nc-preferences-circle-rotate::before {
442
- content: "\ea44";
443
- }
444
-
445
- .nc-puzzle-10::before {
446
- content: "\ea45";
447
- }
448
-
449
- .nc-quote::before {
450
- content: "\ea46";
451
- }
452
-
453
- .nc-refresh-02::before {
454
- content: "\ea47";
455
- }
456
-
457
- .nc-ruler-pencil::before {
458
- content: "\ea48";
459
- }
460
-
461
- .nc-satisfied::before {
462
- content: "\ea49";
463
- }
464
-
465
- .nc-scissors::before {
466
- content: "\ea4a";
467
- }
468
-
469
- .nc-send::before {
470
- content: "\ea4b";
471
- }
472
-
473
- .nc-settings-90::before {
474
- content: "\ea4c";
475
- }
476
-
477
- .nc-settings-gear-64::before {
478
- content: "\ea4d";
479
- }
480
-
481
- .nc-settings-tool-66::before {
482
- content: "\ea4e";
483
- }
484
-
485
- .nc-simple-add::before {
486
- content: "\ea4f";
487
- }
488
-
489
- .nc-simple-delete::before {
490
- content: "\ea50";
491
- }
492
-
493
- .nc-simple-remove::before {
494
- content: "\ea51";
495
- }
496
-
497
- .nc-single-02::before {
498
- content: "\ea52";
499
- }
500
-
501
- .nc-single-copy-04::before {
502
- content: "\ea53";
503
- }
504
-
505
- .nc-spaceship::before {
506
- content: "\ea54";
507
- }
508
-
509
- .nc-square-pin::before {
510
- content: "\ea55";
511
- }
512
-
513
- .nc-stre-down::before {
514
- content: "\ea56";
515
- }
516
-
517
- .nc-stre-left::before {
518
- content: "\ea57";
519
- }
520
-
521
- .nc-stre-right::before {
522
- content: "\ea58";
523
- }
524
-
525
- .nc-stre-up::before {
526
- content: "\ea59";
527
- }
528
-
529
- .nc-sun-fog-29::before {
530
- content: "\ea5a";
531
- }
532
-
533
- .nc-support-17::before {
534
- content: "\ea5b";
535
- }
536
-
537
- .nc-tablet-2::before {
538
- content: "\ea5c";
539
- }
540
-
541
- .nc-tag-content::before {
542
- content: "\ea5d";
543
- }
544
-
545
- .nc-tap-01::before {
546
- content: "\ea5e";
547
- }
548
-
549
- .nc-time-alarm::before {
550
- content: "\ea5f";
551
- }
552
-
553
- .nc-tv-2::before {
554
- content: "\ea60";
555
- }
556
-
557
- .nc-umbrella-13::before {
558
- content: "\ea61";
559
- }
560
-
561
- .nc-vector::before {
562
- content: "\ea62";
563
- }
564
-
565
- .nc-watch-time::before {
566
- content: "\ea63";
567
- }
568
-
569
- .nc-zoom-split::before {
570
- content: "\ea64";
571
- }
572
-
573
-
574
- /* all icon font classes list here */
1
+ /*--------------------------------
2
+
3
+ nucleo-icons Web Font - built using nucleoapp.com
4
+ License - nucleoapp.com/license/
5
+
6
+ -------------------------------- */
7
+ @font-face {
8
+ font-family: 'nucleo-icons';
9
+ src: url('../fonts/nucleo-icons.eot');
10
+ src: url('../fonts/nucleo-icons.eot') format('embedded-opentype'), url('../fonts/nucleo-icons.woff2') format('woff2'), url('../fonts/nucleo-icons.woff') format('woff'), url('../fonts/nucleo-icons.ttf') format('truetype'), url('../fonts/nucleo-icons.svg') format('svg');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+ /*------------------------
15
+ base class definition
16
+ -------------------------*/
17
+ .nc-icon {
18
+ display: inline-block;
19
+ font: normal normal normal 14px/1 'nucleo-icons';
20
+ font-size: inherit;
21
+ speak: none;
22
+ text-transform: none;
23
+ /* Better Font Rendering */
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+ /*------------------------
28
+ change icon size
29
+ -------------------------*/
30
+ .nc-icon.lg {
31
+ font-size: 1.33333333em;
32
+ vertical-align: -16%;
33
+ }
34
+ .nc-icon.x2 {
35
+ font-size: 2em;
36
+ }
37
+ .nc-icon.x3 {
38
+ font-size: 3em;
39
+ }
40
+ /*----------------------------------
41
+ add a square/circle background
42
+ -----------------------------------*/
43
+ .nc-icon.square,
44
+ .nc-icon.circle {
45
+ padding: 0.33333333em;
46
+ vertical-align: -16%;
47
+ background-color: #eee;
48
+ }
49
+ .nc-icon.circle {
50
+ border-radius: 50%;
51
+ }
52
+ /*------------------------
53
+ list icons
54
+ -------------------------*/
55
+ .nc-icon-ul {
56
+ padding-left: 0;
57
+ margin-left: 2.14285714em;
58
+ list-style-type: none;
59
+ }
60
+ .nc-icon-ul > li {
61
+ position: relative;
62
+ }
63
+ .nc-icon-ul > li > .nc-icon {
64
+ position: absolute;
65
+ left: -1.57142857em;
66
+ top: 0.14285714em;
67
+ text-align: center;
68
+ }
69
+ .nc-icon-ul > li > .nc-icon.lg {
70
+ top: 0;
71
+ left: -1.35714286em;
72
+ }
73
+ .nc-icon-ul > li > .nc-icon.circle,
74
+ .nc-icon-ul > li > .nc-icon.square {
75
+ top: -0.19047619em;
76
+ left: -1.9047619em;
77
+ }
78
+
79
+ .all-icons{
80
+ .font-icon-list{
81
+ .font-icon-detail i{
82
+ font-size: 32px;
83
+ }
84
+ }
85
+ }
86
+ /*------------------------
87
+ spinning icons
88
+ -------------------------*/
89
+ .nc-icon.spin {
90
+ -webkit-animation: nc-icon-spin 2s infinite linear;
91
+ -moz-animation: nc-icon-spin 2s infinite linear;
92
+ animation: nc-icon-spin 2s infinite linear;
93
+ }
94
+ @-webkit-keyframes nc-icon-spin {
95
+ 0% {
96
+ -webkit-transform: rotate(0deg);
97
+ }
98
+ 100% {
99
+ -webkit-transform: rotate(360deg);
100
+ }
101
+ }
102
+ @-moz-keyframes nc-icon-spin {
103
+ 0% {
104
+ -moz-transform: rotate(0deg);
105
+ }
106
+ 100% {
107
+ -moz-transform: rotate(360deg);
108
+ }
109
+ }
110
+ @keyframes nc-icon-spin {
111
+ 0% {
112
+ -webkit-transform: rotate(0deg);
113
+ -moz-transform: rotate(0deg);
114
+ -ms-transform: rotate(0deg);
115
+ -o-transform: rotate(0deg);
116
+ transform: rotate(0deg);
117
+ }
118
+ 100% {
119
+ -webkit-transform: rotate(360deg);
120
+ -moz-transform: rotate(360deg);
121
+ -ms-transform: rotate(360deg);
122
+ -o-transform: rotate(360deg);
123
+ transform: rotate(360deg);
124
+ }
125
+ }
126
+ /*------------------------
127
+ rotated/flipped icons
128
+ -------------------------*/
129
+ .nc-icon.rotate-90 {
130
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
131
+ -webkit-transform: rotate(90deg);
132
+ -moz-transform: rotate(90deg);
133
+ -ms-transform: rotate(90deg);
134
+ -o-transform: rotate(90deg);
135
+ transform: rotate(90deg);
136
+ }
137
+ .nc-icon.rotate-180 {
138
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
139
+ -webkit-transform: rotate(180deg);
140
+ -moz-transform: rotate(180deg);
141
+ -ms-transform: rotate(180deg);
142
+ -o-transform: rotate(180deg);
143
+ transform: rotate(180deg);
144
+ }
145
+ .nc-icon.rotate-270 {
146
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
147
+ -webkit-transform: rotate(270deg);
148
+ -moz-transform: rotate(270deg);
149
+ -ms-transform: rotate(270deg);
150
+ -o-transform: rotate(270deg);
151
+ transform: rotate(270deg);
152
+ }
153
+ .nc-icon.flip-y {
154
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
155
+ -webkit-transform: scale(-1, 1);
156
+ -moz-transform: scale(-1, 1);
157
+ -ms-transform: scale(-1, 1);
158
+ -o-transform: scale(-1, 1);
159
+ transform: scale(-1, 1);
160
+ }
161
+ .nc-icon.flip-x {
162
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
163
+ -webkit-transform: scale(1, -1);
164
+ -moz-transform: scale(1, -1);
165
+ -ms-transform: scale(1, -1);
166
+ -o-transform: scale(1, -1);
167
+ transform: scale(1, -1);
168
+ }
169
+ /*------------------------
170
+ font icons
171
+ -------------------------*/
172
+
173
+ .nc-air-baloon::before {
174
+ content: "\ea01";
175
+ }
176
+
177
+ .nc-album-2::before {
178
+ content: "\ea02";
179
+ }
180
+
181
+ .nc-alien-33::before {
182
+ content: "\ea03";
183
+ }
184
+
185
+ .nc-align-center::before {
186
+ content: "\ea04";
187
+ }
188
+
189
+ .nc-align-left-2::before {
190
+ content: "\ea05";
191
+ }
192
+
193
+ .nc-ambulance::before {
194
+ content: "\ea06";
195
+ }
196
+
197
+ .nc-android::before {
198
+ content: "\ea07";
199
+ }
200
+
201
+ .nc-app::before {
202
+ content: "\ea08";
203
+ }
204
+
205
+ .nc-apple::before {
206
+ content: "\ea09";
207
+ }
208
+
209
+ .nc-atom::before {
210
+ content: "\ea0a";
211
+ }
212
+
213
+ .nc-attach-87::before {
214
+ content: "\ea0b";
215
+ }
216
+
217
+ .nc-audio-92::before {
218
+ content: "\ea0c";
219
+ }
220
+
221
+ .nc-backpack::before {
222
+ content: "\ea0d";
223
+ }
224
+
225
+ .nc-badge::before {
226
+ content: "\ea0e";
227
+ }
228
+
229
+ .nc-bag::before {
230
+ content: "\ea0f";
231
+ }
232
+
233
+ .nc-bank::before {
234
+ content: "\ea10";
235
+ }
236
+
237
+ .nc-battery-81::before {
238
+ content: "\ea11";
239
+ }
240
+
241
+ .nc-bell-55::before {
242
+ content: "\ea12";
243
+ }
244
+
245
+ .nc-bold::before {
246
+ content: "\ea13";
247
+ }
248
+
249
+ .nc-bulb-63::before {
250
+ content: "\ea14";
251
+ }
252
+
253
+ .nc-bullet-list-67::before {
254
+ content: "\ea15";
255
+ }
256
+
257
+ .nc-bus-front-12::before {
258
+ content: "\ea16";
259
+ }
260
+
261
+ .nc-button-pause::before {
262
+ content: "\ea17";
263
+ }
264
+
265
+ .nc-button-play::before {
266
+ content: "\ea18";
267
+ }
268
+
269
+ .nc-button-power::before {
270
+ content: "\ea19";
271
+ }
272
+
273
+ .nc-camera-20::before {
274
+ content: "\ea1a";
275
+ }
276
+
277
+ .nc-caps-small::before {
278
+ content: "\ea1b";
279
+ }
280
+
281
+ .nc-cart-simple::before {
282
+ content: "\ea1c";
283
+ }
284
+
285
+ .nc-cctv::before {
286
+ content: "\ea1d";
287
+ }
288
+
289
+ .nc-chart-bar-32::before {
290
+ content: "\ea1e";
291
+ }
292
+
293
+ .nc-chart-pie-35::before {
294
+ content: "\ea1f";
295
+ }
296
+
297
+ .nc-chart-pie-36::before {
298
+ content: "\ea20";
299
+ }
300
+
301
+ .nc-chart::before {
302
+ content: "\ea21";
303
+ }
304
+
305
+ .nc-chat-round::before {
306
+ content: "\ea22";
307
+ }
308
+
309
+ .nc-check-2::before {
310
+ content: "\ea23";
311
+ }
312
+
313
+ .nc-circle-09::before {
314
+ content: "\ea24";
315
+ }
316
+
317
+ .nc-circle::before {
318
+ content: "\ea25";
319
+ }
320
+
321
+ .nc-cloud-download-93::before {
322
+ content: "\ea26";
323
+ }
324
+
325
+ .nc-cloud-upload-94::before {
326
+ content: "\ea27";
327
+ }
328
+
329
+ .nc-compass-05::before {
330
+ content: "\ea28";
331
+ }
332
+
333
+ .nc-controller-modern::before {
334
+ content: "\ea29";
335
+ }
336
+
337
+ .nc-credit-card::before {
338
+ content: "\ea2a";
339
+ }
340
+
341
+ .nc-delivery-fast::before {
342
+ content: "\ea2b";
343
+ }
344
+
345
+ .nc-email-83::before {
346
+ content: "\ea2c";
347
+ }
348
+
349
+ .nc-email-85::before {
350
+ content: "\ea2d";
351
+ }
352
+
353
+ .nc-explore-2::before {
354
+ content: "\ea2e";
355
+ }
356
+
357
+ .nc-fav-remove::before {
358
+ content: "\ea2f";
359
+ }
360
+
361
+ .nc-favourite-28::before {
362
+ content: "\ea30";
363
+ }
364
+
365
+ .nc-globe-2::before {
366
+ content: "\ea31";
367
+ }
368
+
369
+ .nc-grid-45::before {
370
+ content: "\ea32";
371
+ }
372
+
373
+ .nc-headphones-2::before {
374
+ content: "\ea33";
375
+ }
376
+
377
+ .nc-html5::before {
378
+ content: "\ea34";
379
+ }
380
+
381
+ .nc-istanbul::before {
382
+ content: "\ea35";
383
+ }
384
+
385
+ .nc-key-25::before {
386
+ content: "\ea36";
387
+ }
388
+
389
+ .nc-layers-3::before {
390
+ content: "\ea37";
391
+ }
392
+
393
+ .nc-light-3::before {
394
+ content: "\ea38";
395
+ }
396
+
397
+ .nc-lock-circle-open::before {
398
+ content: "\ea39";
399
+ }
400
+
401
+ .nc-map-big::before {
402
+ content: "\ea3a";
403
+ }
404
+
405
+ .nc-mobile::before {
406
+ content: "\ea3c";
407
+ }
408
+
409
+ .nc-money-coins::before {
410
+ content: "\ea3b";
411
+ }
412
+
413
+ .nc-note-03::before {
414
+ content: "\ea3d";
415
+ }
416
+
417
+ .nc-notes::before {
418
+ content: "\ea3e";
419
+ }
420
+
421
+ .nc-notification-70::before {
422
+ content: "\ea3f";
423
+ }
424
+
425
+ .nc-palette::before {
426
+ content: "\ea40";
427
+ }
428
+
429
+ .nc-paper-2::before {
430
+ content: "\ea41";
431
+ }
432
+
433
+ .nc-pin-3::before {
434
+ content: "\ea42";
435
+ }
436
+
437
+ .nc-planet::before {
438
+ content: "\ea43";
439
+ }
440
+
441
+ .nc-preferences-circle-rotate::before {
442
+ content: "\ea44";
443
+ }
444
+
445
+ .nc-puzzle-10::before {
446
+ content: "\ea45";
447
+ }
448
+
449
+ .nc-quote::before {
450
+ content: "\ea46";
451
+ }
452
+
453
+ .nc-refresh-02::before {
454
+ content: "\ea47";
455
+ }
456
+
457
+ .nc-ruler-pencil::before {
458
+ content: "\ea48";
459
+ }
460
+
461
+ .nc-satisfied::before {
462
+ content: "\ea49";
463
+ }
464
+
465
+ .nc-scissors::before {
466
+ content: "\ea4a";
467
+ }
468
+
469
+ .nc-send::before {
470
+ content: "\ea4b";
471
+ }
472
+
473
+ .nc-settings-90::before {
474
+ content: "\ea4c";
475
+ }
476
+
477
+ .nc-settings-gear-64::before {
478
+ content: "\ea4d";
479
+ }
480
+
481
+ .nc-settings-tool-66::before {
482
+ content: "\ea4e";
483
+ }
484
+
485
+ .nc-simple-add::before {
486
+ content: "\ea4f";
487
+ }
488
+
489
+ .nc-simple-delete::before {
490
+ content: "\ea50";
491
+ }
492
+
493
+ .nc-simple-remove::before {
494
+ content: "\ea51";
495
+ }
496
+
497
+ .nc-single-02::before {
498
+ content: "\ea52";
499
+ }
500
+
501
+ .nc-single-copy-04::before {
502
+ content: "\ea53";
503
+ }
504
+
505
+ .nc-spaceship::before {
506
+ content: "\ea54";
507
+ }
508
+
509
+ .nc-square-pin::before {
510
+ content: "\ea55";
511
+ }
512
+
513
+ .nc-stre-down::before {
514
+ content: "\ea56";
515
+ }
516
+
517
+ .nc-stre-left::before {
518
+ content: "\ea57";
519
+ }
520
+
521
+ .nc-stre-right::before {
522
+ content: "\ea58";
523
+ }
524
+
525
+ .nc-stre-up::before {
526
+ content: "\ea59";
527
+ }
528
+
529
+ .nc-sun-fog-29::before {
530
+ content: "\ea5a";
531
+ }
532
+
533
+ .nc-support-17::before {
534
+ content: "\ea5b";
535
+ }
536
+
537
+ .nc-tablet-2::before {
538
+ content: "\ea5c";
539
+ }
540
+
541
+ .nc-tag-content::before {
542
+ content: "\ea5d";
543
+ }
544
+
545
+ .nc-tap-01::before {
546
+ content: "\ea5e";
547
+ }
548
+
549
+ .nc-time-alarm::before {
550
+ content: "\ea5f";
551
+ }
552
+
553
+ .nc-tv-2::before {
554
+ content: "\ea60";
555
+ }
556
+
557
+ .nc-umbrella-13::before {
558
+ content: "\ea61";
559
+ }
560
+
561
+ .nc-vector::before {
562
+ content: "\ea62";
563
+ }
564
+
565
+ .nc-watch-time::before {
566
+ content: "\ea63";
567
+ }
568
+
569
+ .nc-zoom-split::before {
570
+ content: "\ea64";
571
+ }
572
+
573
+
574
+ /* all icon font classes list here */