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,1142 +1,1142 @@
1
- @import "pos_variable";
2
- @import "../../node_modules/bootstrap/scss/bootstrap";
3
- @import "light-bootstrap-dashboard";
4
-
5
- $fl_borderFocus: #1A73E8;
6
- $fl_border: #c8d3df;
7
- $fl_labelFocus: #3F8AEC;
8
- $fl_labelEmpty: #cccccc;
9
- $fl_label: #9DA2A6;
10
- $fl_input: #343434;
11
-
12
-
13
- .info-label-group {
14
- position: relative;
15
- margin-bottom: 1rem;
16
- min-height: 3.625rem;
17
- padding: .375rem .75rem;
18
- border: 1px solid $fl_border;
19
- border-radius: 0.25rem;
20
- display: flex;
21
- align-items: center;
22
-
23
- label {
24
- position: absolute;
25
- color: $fl_label;
26
- margin-bottom: 0;
27
- top: -0.5625rem;
28
- padding: 0 0.25rem;
29
- left: 0.5rem;
30
- background-color: white;
31
- }
32
-
33
- div {
34
- color: $fl_input;
35
- font-size: 0.875rem;
36
- }
37
-
38
- &.empty {
39
- label {
40
- position: static;
41
- padding: 0;
42
- font-size: 0.875rem;
43
- color: $fl_labelEmpty;
44
- }
45
- }
46
- }
47
-
48
-
49
-
50
- .form-label-group {
51
- position: relative;
52
- margin-bottom: 1rem;
53
-
54
- > {
55
-
56
- input {
57
- height: 3.625rem;
58
- padding: .75rem !important;
59
- color: $fl_input;
60
- font-size: 0.875rem;
61
- border-radius: 0.25rem !important;
62
-
63
- &:focus {
64
- border: solid 1.5px $fl_borderFocus !important;
65
- }
66
- }
67
-
68
- input.ng-invalid.ng-touched, input.invalid {
69
- border-color: #fb404b;
70
- }
71
-
72
- label {
73
- width: auto;
74
- position: absolute;
75
- top: 1.125rem;
76
- left: 0.75rem;
77
- display: block;
78
- margin-bottom: 0;
79
- /* Override default `<label>` margin */
80
- line-height: 1.5;
81
- color: $fl_labelEmpty;
82
- pointer-events: none;
83
- cursor: text;
84
- /* Match the input under the label */
85
- border: 1px solid transparent;
86
- border-radius: .25rem;
87
- transition: all .1s ease-in-out;
88
- font-size: 0.875rem;
89
- }
90
-
91
- textarea {
92
- padding: .75rem !important;
93
- color: $fl_input;
94
- resize: both;
95
- font-size: 0.875rem;
96
- border-radius: 0.25rem;
97
-
98
- ~ label {
99
- top: 0.75rem;
100
- }
101
-
102
- &:focus {
103
- border: solid 1.5px $fl_borderFocus;
104
-
105
- ~ label {
106
- top: 0.78125rem;
107
- }
108
- }
109
- }
110
-
111
- .select2-container {
112
- .select2-selection {
113
- height: 3.625rem !important;
114
- background: white;
115
- display: flex;
116
- align-items: center;
117
- justify-content: space-between;
118
- border-color: $fl_border;
119
- box-shadow: none;
120
- border-radius: 0.25rem !important;
121
- font-size: 0.875rem !important;
122
-
123
- .select2-selection__arrow {
124
- position: relative;
125
- top: -1px;
126
- }
127
- }
128
-
129
- .select2-selection__placeholder {
130
- padding-left: 0.25rem;
131
- }
132
- }
133
- }
134
-
135
- &.radio {
136
- height: 3.625rem;
137
- padding: .75rem;
138
- border-color: $fl_border !important;
139
-
140
- > label {
141
- top: -0.5625rem;
142
- font-size: 0.75rem;
143
- color: $fl_label;
144
- left: 0.5rem;
145
- padding: 0 0.25rem;
146
- background-color: white;
147
- }
148
-
149
- ul {
150
- padding-top: 10px;
151
- }
152
- }
153
-
154
- &.selected {
155
- label {
156
- top: -0.5rem;
157
- font-size: 0.75rem;
158
- color: $fl_label;
159
- left: 0.5rem;
160
- padding: 0 0.25rem;
161
- background-color: white;
162
- }
163
-
164
- .select2-selection__rendered {
165
- position: relative;
166
- display: flex !important;
167
- flex-direction: row-reverse;
168
- justify-content: space-between;
169
- width: 100%;
170
- padding-right: 0.25rem !important;
171
- padding-left: 0.75rem !important;
172
-
173
- .select2-selection__clear {
174
- float: none !important;
175
- }
176
- }
177
- }
178
- //use this class if allowClear is false
179
- &.flexRow {
180
- .select2-selection__rendered {
181
- flex-direction: row !important;
182
- }
183
- }
184
-
185
- &.multiple {
186
- .select2-selection__rendered {
187
- flex-direction: row !important;
188
- justify-content: initial;
189
- padding: 0 0.75rem !important;
190
- }
191
-
192
- .select2-container--focus {
193
- .select2-selection--multiple {
194
- border: solid 1.5px $fl_borderFocus !important;
195
- }
196
-
197
- .select2-search {
198
- margin-top: 0.75rem;
199
-
200
- ::placeholder {
201
- visibility: hidden;
202
- }
203
- }
204
-
205
- ~ label {
206
- top: -0.5rem;
207
- font-size: 0.75rem;
208
- color: $fl_labelFocus;
209
- left: 0.5rem;
210
- padding: 0 0.25rem;
211
- background-color: white;
212
- }
213
- }
214
-
215
- .select2-search__field {
216
- margin-top: 0 !important;
217
- }
218
-
219
- &.selected {
220
- .select2-search__field {
221
- margin-top: 0.3125rem !important;
222
- }
223
-
224
- .select2-selection__rendered {
225
- overflow: auto;
226
- }
227
-
228
- .select2-search {
229
- margin-top: 0;
230
- }
231
-
232
- label {
233
- top: -0.5rem;
234
- }
235
- }
236
- }
237
-
238
- > input, > textarea {
239
- &::placeholder {
240
- color: transparent;
241
- }
242
-
243
- &::-ms-input-placeholder {
244
- color: transparent;
245
- }
246
- }
247
-
248
- input, textarea {
249
- &:not(:placeholder-shown) {
250
- ~ label {
251
- background-color: white;
252
- font-size: 0.75rem !important;
253
- color: $fl_label;
254
- top: -10px !important;
255
- padding: 0 0.25rem;
256
- left: 0.5rem;
257
- }
258
-
259
- &:focus {
260
- ~ label {
261
- color: $fl_labelFocus;
262
- }
263
- }
264
- }
265
- }
266
-
267
-
268
-
269
-
270
- &.bottom {
271
- input {
272
- border-radius: 0rem;
273
- border-top: none;
274
- border-right: none;
275
- border-left: none;
276
- padding-left: 0.25rem;
277
- padding-right: 0.25rem;
278
-
279
- &:focus {
280
- border-top: none !important;
281
- border-right: none !important;
282
- border-left: none !important;
283
- }
284
- }
285
-
286
- label {
287
- padding-left: 0.1875rem;
288
- padding-right: 0.25rem;
289
- top: 6.5px;
290
- }
291
- }
292
- }
293
-
294
-
295
- .sidebar {
296
- z-index: 1021 !important;
297
- }
298
-
299
- .product-inventory {
300
- margin-bottom: 46px;
301
- height: calc(100% - 220px);
302
- overflow: auto;
303
- }
304
-
305
- .tooltip {
306
- pointer-events: none;
307
- }
308
-
309
-
310
- .sticky-top-thead {
311
- tr {
312
- border: none !important;
313
- }
314
-
315
- th {
316
- position: sticky;
317
- top: 60px;
318
- z-index: 1020;
319
- }
320
-
321
- th::after,
322
- th::before {
323
- content: '';
324
- position: absolute;
325
- left: 0;
326
- width: 100%;
327
- z-index: -1;
328
- }
329
-
330
- th:first-child::before {
331
- height: 100%;
332
- border-left: 1px solid #ddd;
333
- }
334
-
335
- th:last-child::after {
336
- height: 100%;
337
- border-right: 1px solid #ddd;
338
- }
339
-
340
- th::before {
341
- top: 0px;
342
- border-top: 1px solid #ddd;
343
- }
344
-
345
- th::after {
346
- bottom: -1px;
347
- border-bottom: 1px solid #ddd;
348
- }
349
- }
350
-
351
- .date-warning {
352
- background: repeating-linear-gradient(-60deg,#FCF3CF,#FCF3CF 15px,#F9E79F 15px,#F9E79F 30px) !important;
353
- }
354
-
355
- ul.ui-menu.ui-autocomplete {
356
- max-height: 250px;
357
- overflow-y: auto;
358
- }
359
-
360
- .fixed-top {
361
- background: white;
362
- }
363
-
364
- .w-0 {
365
- width: 0 !important;
366
- }
367
-
368
- .h1, .h2, .h3, .h4, .h5, .h6 {
369
- font-family: $font-family-base;
370
- font-weight: $font-weight-normal;
371
- }
372
-
373
- .text-primary {
374
- color: #0976b4 !important;
375
- }
376
-
377
- .text-danger {
378
- color: #fb404b !important;
379
- }
380
-
381
- .text-dark {
382
- color: #5e5e5e !important;
383
- }
384
-
385
- .text-success {
386
- color: #87cb16 !important;
387
- }
388
-
389
- .text-black {
390
- color: black !important;
391
- }
392
-
393
- .bg-low-danger {
394
- background-color: #f2dede !important;
395
- }
396
-
397
-
398
- .headings-font-family {
399
- font-family: $headings-font-family;
400
- }
401
-
402
- b,
403
- strong {
404
- font-weight: $headings-font-weight;
405
- }
406
-
407
- a:hover {
408
- text-decoration: none;
409
- }
410
- //custom more menu
411
- .sidebar .nav li .nav-link, body > .navbar-collapse .nav li .nav-link {
412
- padding: 10px 0 10px 10px !important;
413
- }
414
-
415
- html, body {
416
- height: 100%;
417
- }
418
-
419
- .sidebar-wrapper {
420
- max-height: calc(100% - 61px) !important;
421
- min-height: calc(100% - 61px) !important;
422
- scrollbar-width: thin;
423
- }
424
-
425
- .navbar .navbar-brand {
426
- white-space: nowrap;
427
- max-width: 24.75rem;
428
- overflow: hidden;
429
- text-overflow: ellipsis;
430
- text-transform: capitalize;
431
- }
432
-
433
- div#divSideMenu {
434
- position: absolute;
435
- right: 20px;
436
- top: 74px;
437
- }
438
-
439
- .dropdown-header {
440
- font-size: 0.6875rem !important;
441
- }
442
-
443
- .dropdown .dropdown-menu.show {
444
- top: 100% !important;
445
- transform: none !important;
446
- z-index: 10000;
447
- cursor: pointer;
448
-
449
- > div.d-flex {
450
- flex-direction: row !important;
451
- }
452
- }
453
-
454
- .pointer {
455
- cursor: pointer;
456
- }
457
-
458
-
459
- .dropdown.text-secondary a i:hover {
460
- color: #23CCEF !important;
461
- }
462
-
463
- .dropdown-menu-right {
464
- right: 0px !important;
465
- left: auto !important;
466
- }
467
-
468
- .sub-dropdown {
469
- margin-top: -34px;
470
- left: -160px;
471
- }
472
-
473
- .dropdown-item a {
474
- color: $color-contrast-dark;
475
- cursor: pointer;
476
- display: block;
477
- }
478
- /*Custom Action*/
479
- #action {
480
- margin-top: 59px; //mobile version only
481
- }
482
- /*action button*/
483
- .btn {
484
- font-size: 14px;
485
- }
486
-
487
- .btn-success {
488
- font-family: $head-font-family;
489
- color: $white !important;
490
- }
491
-
492
- .btn-outline-secondary {
493
- color: $body-color;
494
- }
495
-
496
- #action-button {
497
- > .btn, > .btn-group {
498
- margin-left: .625rem;
499
-
500
- .fas, .far {
501
- margin-right: .3125rem;
502
- }
503
- }
504
- }
505
- /*Table*/
506
- .table {
507
- thead th {
508
- text-transform: uppercase;
509
- border: none;
510
- vertical-align: middle;
511
- }
512
-
513
- thead tr {
514
- border: 1px solid #dddddd;
515
- }
516
-
517
-
518
- th, td {
519
- vertical-align: middle;
520
- line-height: 17px;
521
- }
522
- }
523
-
524
- p.special-TinyMCE > p {
525
- margin-bottom: .125rem !important;
526
- }
527
-
528
- small > p {
529
- margin-bottom: .125rem !important;
530
- }
531
- /*Zebra*/
532
- div.zebra {
533
- display: flex;
534
- border-collapse: collapse;
535
- }
536
-
537
- div.zebra > div {
538
- flex-flow: row wrap;
539
- }
540
-
541
- div.zebra > div > strong {
542
- display: block;
543
- border: 1px solid #525252;
544
- background-color: #545454;
545
- background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#888),color-stop(100%,#545454));
546
- background-image: -webkit-linear-gradient(#888,#545454);
547
- background-image: -moz-linear-gradient(#888,#545454);
548
- background-image: -o-linear-gradient(#888,#545454);
549
- background-image: linear-gradient(#888,#545454);
550
- -webkit-box-shadow: inset 0 2px 0 -1px rgba(255,255,255,0.2);
551
- -moz-box-shadow: inset 0 2px 0 -1px rgba(255,255,255,0.2);
552
- box-shadow: inset 0 2px 0 -1px rgba(255,255,255,0.2);
553
- text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
554
- height: 28px;
555
- border-bottom: 1px solid #333;
556
- padding: 2px 7px;
557
- color: white;
558
- font-weight: bold;
559
- }
560
-
561
- div.zebra > div > span {
562
- display: block;
563
- padding: 5px 7px;
564
- border: solid 1px #d8d8d8;
565
- font-weight: bold;
566
- }
567
-
568
- div.zebra > div > span.number {
569
- text-align: right;
570
- }
571
- /*grid*/
572
- .main-panel-content > .container-fluid {
573
- padding-top: 10px;
574
- }
575
- /*card*/
576
- .card {
577
- margin-bottom: 30px;
578
- }
579
-
580
- .card-header {
581
- border-bottom: none;
582
- padding-top: $card-spacer-x;
583
- padding-bottom: 0px;
584
- padding-left: $spacer * 9;
585
-
586
- h2, h3 {
587
- font-weight: $font-weight-light;
588
- color: $dark;
589
- margin: 0px;
590
-
591
- a {
592
- color: $dark;
593
- }
594
- }
595
-
596
-
597
- }
598
- /*Sorter*/
599
- .sortable {
600
- background-image: url(//res.cloudinary.com/pos/image/upload/POS/Images/Plugin/Tablesorter/arrow-black.png);
601
- cursor: pointer;
602
- background-position: top -36px right 5px;
603
- background-repeat: no-repeat;
604
- padding-right: 16px !important;
605
- outline: none;
606
- }
607
-
608
- .sortable-asc {
609
- background-position: top -7px right 5px;
610
- }
611
-
612
- .sortable-desc {
613
- background-position: top 18px right 5px;
614
- }
615
- /*Select 2*/
616
- .select2-container--default .select2-selection--single {
617
- height: 32px !important;
618
- border-radius: 2px !important;
619
- outline: 0;
620
- border-color: #B7B7B7;
621
- background-color: #fff;
622
- background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
623
- background: -webkit-linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
624
- background: -moz-linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
625
- background: -o-linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
626
- background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
627
- background-clip: padding-box;
628
- box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
629
- }
630
-
631
- .select2-container--default .select2-selection--single .select2-selection__rendered {
632
- padding-top: 2px;
633
- }
634
-
635
- .select2-container--default .select2-selection--single .select2-selection__clear {
636
- font-size: 16px;
637
- }
638
-
639
- .select2-results__option {
640
- padding: 6px 10px !important;
641
- }
642
-
643
- .select2-container--default .select2-selection--single .select2-selection__arrow b {
644
- margin-top: 0 !important;
645
- }
646
-
647
- .barcode_counter, .member_input {
648
- position: fixed;
649
- right: 10px;
650
- background: #ffffff;
651
- /* Old browsers */
652
- background: -moz-linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
653
- /* FF3.6+ */
654
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
655
- /* Chrome,Safari4+ */
656
- background: -webkit-linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
657
- /* Chrome10+,Safari5.1+ */
658
- background: -o-linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
659
- /* Opera 11.10+ */
660
- background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
661
- /* W3C */
662
- border: 1px solid #ddd;
663
- padding: 8px 10px;
664
- border-radius: 3px;
665
- }
666
-
667
- .barcode_counter input, .member_input input {
668
- padding: 4px 8px 3px 5px;
669
- border-radius: 3px;
670
- border: 1px solid #B7B7B7;
671
- background-repeat: no-repeat;
672
- background-position: 5px -211px;
673
- padding: 4px 5px 4px 35px;
674
- }
675
-
676
- .barcode_counter .icon, .member_input .icon {
677
- position: relative;
678
- left: 35px;
679
- vertical-align: middle;
680
- }
681
-
682
- .barcode_counter span, .member_input span {
683
- margin-right: 5px;
684
- color: #868686;
685
- left: 30px;
686
- position: relative;
687
- margin-left: -25px;
688
- }
689
-
690
- .barcode_counter {
691
- bottom: 20px;
692
- }
693
- /* Filter */
694
- search-box {
695
- .dropdown-menu {
696
- border-radius: 4px !important;
697
- margin: -5px 0 0 0 !important;
698
- padding: 10px;
699
-
700
- div.d-flex > div:not(:last-child) {
701
- margin-right: 10px;
702
- }
703
-
704
- div[container] {
705
- width: 200px;
706
-
707
- > div {
708
- margin: 0 0 12px 0;
709
-
710
- > h6 {
711
- margin-bottom: 5px;
712
- }
713
-
714
- > input, > select {
715
- width: 100%;
716
- padding: 7px 5px 6px 5px;
717
- border: solid 1px #ddd;
718
- }
719
-
720
- > input[datepicker] {
721
- width: 95px;
722
- }
723
-
724
- radioyesnob {
725
- ul {
726
- margin: 10px 0 0 0;
727
- }
728
- }
729
- }
730
- }
731
-
732
- .more {
733
- background-color: white;
734
- position: absolute;
735
- bottom: -15px;
736
- width: 5rem;
737
- }
738
- }
739
- }
740
-
741
- search-box .dropdown-menu div[container] > div > h6 {
742
- font-size: 12px;
743
- }
744
- /* More filter */
745
- .more {
746
- -moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.25);
747
- -webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.25);
748
- box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.25);
749
- -moz-border-radius: 0 0 5px 5px;
750
- -webkit-border-radius: 0 0 5px 5px;
751
- border-radius: 0 0 5px 5px;
752
- border: $border;
753
- padding: 0 15px 0 10px;
754
- color: #666;
755
- display: inline;
756
- height: 20px;
757
- font-size: 10px;
758
- text-transform: uppercase;
759
- text-decoration: none;
760
- width: auto;
761
- cursor: pointer;
762
- outline: none;
763
- }
764
- //custom toogle checkbox
765
- .checkbox_toggle {
766
- position: relative;
767
-
768
- span {
769
- color: #868686;
770
- display: inline-block;
771
- padding-right: 38px;
772
- }
773
-
774
- label {
775
- width: 32px;
776
- height: 18px;
777
- position: absolute;
778
- background-color: $gray-600;
779
- top: 0px;
780
- right: 0;
781
- border-radius: 50px;
782
- cursor: pointer;
783
- }
784
-
785
- input[type="checkbox"] {
786
- display: none;
787
-
788
- &:checked {
789
- + label {
790
- background-color: $green;
791
- }
792
-
793
- + label:after {
794
- left: 15px;
795
- }
796
- }
797
- }
798
-
799
- label:after {
800
- content: "";
801
- width: 16px;
802
- height: 16px;
803
- border-radius: 50%;
804
- position: absolute;
805
- top: 1px;
806
- left: 1px;
807
- transition: all 0.1s;
808
- background-color: $white;
809
- }
810
- }
811
- /*Date picker*/
812
- .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
813
- color: $body-color;
814
- cursor: pointer;
815
- }
816
- //input
817
- .form-control:focus {
818
- border: $input-border-width solid $input-border-color;
819
- }
820
-
821
- search-box .form-control {
822
- height: auto;
823
- }
824
-
825
- .input-group {
826
- > .input-group-prepend + input {
827
- border-left: none !important;
828
- padding-left: 0px;
829
- }
830
- }
831
- //modal
832
- .modal-header, .modal-footer, .modal-footer .btn {
833
- padding: 15px;
834
- }
835
-
836
- .modal-dialog {
837
- max-width: none;
838
- }
839
-
840
- .modal-content {
841
- width: auto;
842
- margin: auto;
843
- max-width: 850px;
844
- }
845
-
846
- .maxHeight .modal-body {
847
- max-height: 400px;
848
- overflow: auto;
849
- }
850
-
851
- .modal-body {
852
- strong {
853
- display: block;
854
- }
855
-
856
- .more {
857
- margin: 0;
858
- position: absolute;
859
- bottom: -20px;
860
- }
861
-
862
- input[type="text"], textarea, input[type="password"] {
863
- border: $modal-input-border;
864
- padding: $modal-input-padding;
865
- }
866
-
867
- table textarea {
868
- width: 330px;
869
- height: 90px;
870
- }
871
- }
872
- //cursor
873
- [data-toggle="modal"] {
874
- cursor: pointer;
875
- }
876
- //park-order
877
- .park-order {
878
- &:hover {
879
- .card-header {
880
- background-color: $green !important;
881
- }
882
- }
883
-
884
- .card {
885
- .card-header {
886
- background-color: #b1aaaa;
887
- }
888
- }
889
- }
890
- //loading
891
- /*overlay*/
892
- .loading-overlay {
893
- z-index: 9999;
894
- position: fixed;
895
- width: 100%;
896
- height: 100%;
897
- top: 0px;
898
- left: 0px;
899
- cursor: wait;
900
- }
901
-
902
- .loading-overlay {
903
- display: none;
904
- }
905
-
906
- .loading-block {
907
- z-index: 10000;
908
- position: fixed;
909
- padding: 50px;
910
- margin: 0px;
911
- width: 395px;
912
- top: 40%;
913
- left: 35%;
914
- text-align: center;
915
- color: rgb(0, 0, 0);
916
- border: 1px solid rgb(170, 170, 170);
917
- cursor: wait;
918
- box-shadow: rgb(136, 136, 136) 0px 0px 4px;
919
- opacity: 1;
920
- background-color: rgb(255, 255, 255);
921
- }
922
-
923
- small.h6 {
924
- line-height: 0,2;
925
- }
926
- /*num pad*/
927
- table.nmpd-grid {
928
- position: fixed;
929
- top: calc(50% - 150px);
930
- right: 10px;
931
- z-index: 10001;
932
- border-radius: 5px;
933
- padding: 5px;
934
- width: initial;
935
- background: #f4f4f4;
936
- border: $border;
937
- }
938
-
939
- .nmpd-grid td {
940
- padding: 3px;
941
- }
942
-
943
- .nmpd-grid a {
944
- border: none;
945
- background: $white;
946
- font-weight: $font-weight-normal;
947
- font-family: $head-font-family;
948
- color: $blue;
949
- font-size: 24px;
950
- text-align: center;
951
- vertical-align: middle;
952
- display: table-cell;
953
- height: 80px;
954
- width: 80px;
955
- }
956
-
957
- .nmpd-grid td[colspan] a {
958
- width: 166px;
959
- }
960
-
961
- .form-control[readonly] {
962
- background-color: white;
963
- }
964
-
965
- .form-control::-webkit-input-placeholder {
966
- color: #cccccc;
967
- }
968
-
969
- .form-control:-moz-placeholder {
970
- color: #cccccc;
971
- }
972
-
973
- .form-control::-moz-placeholder {
974
- color: #cccccc;
975
- }
976
-
977
- .tab-pane {
978
- margin-top: 1.5rem;
979
- }
980
-
981
- .strike {
982
- text-decoration: line-through;
983
- }
984
-
985
-
986
- @media (max-width: 468px) {
987
- .navbar .navbar-brand {
988
- white-space: nowrap;
989
- max-width: 7em;
990
- overflow: hidden;
991
- text-overflow: ellipsis;
992
- }
993
- }
994
-
995
- @media (max-width: 480px) {
996
- search-box {
997
- .dropdown-menu {
998
- margin: 0 !important;
999
- right: 0;
1000
- left: auto;
1001
- }
1002
- }
1003
-
1004
- .navbar.page-nav {
1005
- height: auto;
1006
- }
1007
-
1008
- img {
1009
- border: 1px solid #dee2e6 !important;
1010
- }
1011
- }
1012
-
1013
- @media (max-width: 656px) {
1014
- .dropdown .dropdown-menu.show {
1015
- > div.d-flex {
1016
- flex-direction: column !important;
1017
- }
1018
- }
1019
- }
1020
-
1021
- [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
1022
- display: none !important;
1023
- }
1024
-
1025
- .list-inline span {
1026
- display: inline-block;
1027
- bottom: 2px;
1028
- position: relative;
1029
- font-weight: normal;
1030
- }
1031
- //subscription
1032
- div.contactus > div {
1033
- background-image: url(//res.cloudinary.com/pos/image/upload/POS/Images/MySubscription/dialog_subscribe_icon.png);
1034
- background-repeat: no-repeat;
1035
- padding-left: 100px;
1036
- height: 90px;
1037
- }
1038
-
1039
- .cursor {
1040
- cursor: pointer;
1041
- }
1042
-
1043
-
1044
- @media print {
1045
- html, body {
1046
- height: auto;
1047
- }
1048
-
1049
- body {
1050
- color: black !important;
1051
- }
1052
-
1053
- .loading-overlay {
1054
- display: none;
1055
- }
1056
-
1057
- #toast-container {
1058
- display: none;
1059
- }
1060
-
1061
- .text-dark {
1062
- color: black !important;
1063
- }
1064
-
1065
-
1066
- .sidebar, .navbar.page-nav, .d-lg-flex, a.text-dark {
1067
- display: none !important;
1068
- border-bottom: none !important;
1069
- }
1070
-
1071
- .loading-block {
1072
- display: none;
1073
- }
1074
-
1075
- .navbar .navbar-brand {
1076
- max-width: 50rem;
1077
- }
1078
-
1079
- .navbar .navbar-nav {
1080
- display: none;
1081
- }
1082
- }
1083
-
1084
- @media (max-width: 991px) {
1085
- /*Make scrollbar always visible on mobile menu*/
1086
- .sidebar-wrapper {
1087
- overflow-y: scroll !important;
1088
- }
1089
-
1090
- .sticky-top-thead th {
1091
- top: 0px;
1092
- }
1093
- }
1094
-
1095
- @media (pointer: coarse) {
1096
- /*Make scrollbar always visible on touchscreen device*/
1097
- .sidebar-wrapper {
1098
- overflow-y: scroll !important;
1099
- }
1100
- }
1101
-
1102
- @media(min-width:1366px) {
1103
- .navbar.page-nav {
1104
- height: 44px;
1105
- }
1106
- }
1107
-
1108
- input:focus, textarea:focus, select:focus {
1109
- outline: none !important;
1110
- }
1111
- //Over due
1112
- .over-due {
1113
- background: repeating-linear-gradient(-60deg, #f8d7da, #f8d7da 15px, #f5c6cb 15px, #f5c6cb 30px) !important;
1114
- }
1115
- //Over due today
1116
- .over-due-today {
1117
- background: repeating-linear-gradient(-60deg,#eae220,#eae233 15px,#eae586 15px,#eae580 30px) !important;
1118
- }
1119
-
1120
-
1121
-
1122
- @media print {
1123
-
1124
- .text-success, .text-info, .text-danger {
1125
- color: black !important;
1126
- }
1127
-
1128
- .border-top, .border-bottom {
1129
- border-color: #b3aaaa !important;
1130
- }
1131
- }
1132
- //toast
1133
- .toaster {
1134
- position: fixed;
1135
- bottom: 20px;
1136
- right: 15px;
1137
- z-index: 1000000;
1138
- }
1139
-
1140
- .tooltip {
1141
- font-size: 12px;
1142
- }
1
+ @import "pos_variable";
2
+ @import "../../node_modules/bootstrap/scss/bootstrap";
3
+ @import "light-bootstrap-dashboard";
4
+
5
+ $fl_borderFocus: #1A73E8;
6
+ $fl_border: #c8d3df;
7
+ $fl_labelFocus: #3F8AEC;
8
+ $fl_labelEmpty: #cccccc;
9
+ $fl_label: #9DA2A6;
10
+ $fl_input: #343434;
11
+
12
+
13
+ .info-label-group {
14
+ position: relative;
15
+ margin-bottom: 1rem;
16
+ min-height: 3.625rem;
17
+ padding: .375rem .75rem;
18
+ border: 1px solid $fl_border;
19
+ border-radius: 0.25rem;
20
+ display: flex;
21
+ align-items: center;
22
+
23
+ label {
24
+ position: absolute;
25
+ color: $fl_label;
26
+ margin-bottom: 0;
27
+ top: -0.5625rem;
28
+ padding: 0 0.25rem;
29
+ left: 0.5rem;
30
+ background-color: white;
31
+ }
32
+
33
+ div {
34
+ color: $fl_input;
35
+ font-size: 0.875rem;
36
+ }
37
+
38
+ &.empty {
39
+ label {
40
+ position: static;
41
+ padding: 0;
42
+ font-size: 0.875rem;
43
+ color: $fl_labelEmpty;
44
+ }
45
+ }
46
+ }
47
+
48
+
49
+
50
+ .form-label-group {
51
+ position: relative;
52
+ margin-bottom: 1rem;
53
+
54
+ > {
55
+
56
+ input {
57
+ height: 3.625rem;
58
+ padding: .75rem !important;
59
+ color: $fl_input;
60
+ font-size: 0.875rem;
61
+ border-radius: 0.25rem !important;
62
+
63
+ &:focus {
64
+ border: solid 1.5px $fl_borderFocus !important;
65
+ }
66
+ }
67
+
68
+ input.ng-invalid.ng-touched, input.invalid {
69
+ border-color: #fb404b;
70
+ }
71
+
72
+ label {
73
+ width: auto;
74
+ position: absolute;
75
+ top: 1.125rem;
76
+ left: 0.75rem;
77
+ display: block;
78
+ margin-bottom: 0;
79
+ /* Override default `<label>` margin */
80
+ line-height: 1.5;
81
+ color: $fl_labelEmpty;
82
+ pointer-events: none;
83
+ cursor: text;
84
+ /* Match the input under the label */
85
+ border: 1px solid transparent;
86
+ border-radius: .25rem;
87
+ transition: all .1s ease-in-out;
88
+ font-size: 0.875rem;
89
+ }
90
+
91
+ textarea {
92
+ padding: .75rem !important;
93
+ color: $fl_input;
94
+ resize: both;
95
+ font-size: 0.875rem;
96
+ border-radius: 0.25rem;
97
+
98
+ ~ label {
99
+ top: 0.75rem;
100
+ }
101
+
102
+ &:focus {
103
+ border: solid 1.5px $fl_borderFocus;
104
+
105
+ ~ label {
106
+ top: 0.78125rem;
107
+ }
108
+ }
109
+ }
110
+
111
+ .select2-container {
112
+ .select2-selection {
113
+ height: 3.625rem !important;
114
+ background: white;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: space-between;
118
+ border-color: $fl_border;
119
+ box-shadow: none;
120
+ border-radius: 0.25rem !important;
121
+ font-size: 0.875rem !important;
122
+
123
+ .select2-selection__arrow {
124
+ position: relative;
125
+ top: -1px;
126
+ }
127
+ }
128
+
129
+ .select2-selection__placeholder {
130
+ padding-left: 0.25rem;
131
+ }
132
+ }
133
+ }
134
+
135
+ &.radio {
136
+ height: 3.625rem;
137
+ padding: .75rem;
138
+ border-color: $fl_border !important;
139
+
140
+ > label {
141
+ top: -0.5625rem;
142
+ font-size: 0.75rem;
143
+ color: $fl_label;
144
+ left: 0.5rem;
145
+ padding: 0 0.25rem;
146
+ background-color: white;
147
+ }
148
+
149
+ ul {
150
+ padding-top: 10px;
151
+ }
152
+ }
153
+
154
+ &.selected {
155
+ label {
156
+ top: -0.5rem;
157
+ font-size: 0.75rem;
158
+ color: $fl_label;
159
+ left: 0.5rem;
160
+ padding: 0 0.25rem;
161
+ background-color: white;
162
+ }
163
+
164
+ .select2-selection__rendered {
165
+ position: relative;
166
+ display: flex !important;
167
+ flex-direction: row-reverse;
168
+ justify-content: space-between;
169
+ width: 100%;
170
+ padding-right: 0.25rem !important;
171
+ padding-left: 0.75rem !important;
172
+
173
+ .select2-selection__clear {
174
+ float: none !important;
175
+ }
176
+ }
177
+ }
178
+ //use this class if allowClear is false
179
+ &.flexRow {
180
+ .select2-selection__rendered {
181
+ flex-direction: row !important;
182
+ }
183
+ }
184
+
185
+ &.multiple {
186
+ .select2-selection__rendered {
187
+ flex-direction: row !important;
188
+ justify-content: initial;
189
+ padding: 0 0.75rem !important;
190
+ }
191
+
192
+ .select2-container--focus {
193
+ .select2-selection--multiple {
194
+ border: solid 1.5px $fl_borderFocus !important;
195
+ }
196
+
197
+ .select2-search {
198
+ margin-top: 0.75rem;
199
+
200
+ ::placeholder {
201
+ visibility: hidden;
202
+ }
203
+ }
204
+
205
+ ~ label {
206
+ top: -0.5rem;
207
+ font-size: 0.75rem;
208
+ color: $fl_labelFocus;
209
+ left: 0.5rem;
210
+ padding: 0 0.25rem;
211
+ background-color: white;
212
+ }
213
+ }
214
+
215
+ .select2-search__field {
216
+ margin-top: 0 !important;
217
+ }
218
+
219
+ &.selected {
220
+ .select2-search__field {
221
+ margin-top: 0.3125rem !important;
222
+ }
223
+
224
+ .select2-selection__rendered {
225
+ overflow: auto;
226
+ }
227
+
228
+ .select2-search {
229
+ margin-top: 0;
230
+ }
231
+
232
+ label {
233
+ top: -0.5rem;
234
+ }
235
+ }
236
+ }
237
+
238
+ > input, > textarea {
239
+ &::placeholder {
240
+ color: transparent;
241
+ }
242
+
243
+ &::-ms-input-placeholder {
244
+ color: transparent;
245
+ }
246
+ }
247
+
248
+ input, textarea {
249
+ &:not(:placeholder-shown) {
250
+ ~ label {
251
+ background-color: white;
252
+ font-size: 0.75rem !important;
253
+ color: $fl_label;
254
+ top: -10px !important;
255
+ padding: 0 0.25rem;
256
+ left: 0.5rem;
257
+ }
258
+
259
+ &:focus {
260
+ ~ label {
261
+ color: $fl_labelFocus;
262
+ }
263
+ }
264
+ }
265
+ }
266
+
267
+
268
+
269
+
270
+ &.bottom {
271
+ input {
272
+ border-radius: 0rem;
273
+ border-top: none;
274
+ border-right: none;
275
+ border-left: none;
276
+ padding-left: 0.25rem;
277
+ padding-right: 0.25rem;
278
+
279
+ &:focus {
280
+ border-top: none !important;
281
+ border-right: none !important;
282
+ border-left: none !important;
283
+ }
284
+ }
285
+
286
+ label {
287
+ padding-left: 0.1875rem;
288
+ padding-right: 0.25rem;
289
+ top: 6.5px;
290
+ }
291
+ }
292
+ }
293
+
294
+
295
+ .sidebar {
296
+ z-index: 1021 !important;
297
+ }
298
+
299
+ .product-inventory {
300
+ margin-bottom: 46px;
301
+ height: calc(100% - 220px);
302
+ overflow: auto;
303
+ }
304
+
305
+ .tooltip {
306
+ pointer-events: none;
307
+ }
308
+
309
+
310
+ .sticky-top-thead {
311
+ tr {
312
+ border: none !important;
313
+ }
314
+
315
+ th {
316
+ position: sticky;
317
+ top: 60px;
318
+ z-index: 1020;
319
+ }
320
+
321
+ th::after,
322
+ th::before {
323
+ content: '';
324
+ position: absolute;
325
+ left: 0;
326
+ width: 100%;
327
+ z-index: -1;
328
+ }
329
+
330
+ th:first-child::before {
331
+ height: 100%;
332
+ border-left: 1px solid #ddd;
333
+ }
334
+
335
+ th:last-child::after {
336
+ height: 100%;
337
+ border-right: 1px solid #ddd;
338
+ }
339
+
340
+ th::before {
341
+ top: 0px;
342
+ border-top: 1px solid #ddd;
343
+ }
344
+
345
+ th::after {
346
+ bottom: -1px;
347
+ border-bottom: 1px solid #ddd;
348
+ }
349
+ }
350
+
351
+ .date-warning {
352
+ background: repeating-linear-gradient(-60deg,#FCF3CF,#FCF3CF 15px,#F9E79F 15px,#F9E79F 30px) !important;
353
+ }
354
+
355
+ ul.ui-menu.ui-autocomplete {
356
+ max-height: 250px;
357
+ overflow-y: auto;
358
+ }
359
+
360
+ .fixed-top {
361
+ background: white;
362
+ }
363
+
364
+ .w-0 {
365
+ width: 0 !important;
366
+ }
367
+
368
+ .h1, .h2, .h3, .h4, .h5, .h6 {
369
+ font-family: $font-family-base;
370
+ font-weight: $font-weight-normal;
371
+ }
372
+
373
+ .text-primary {
374
+ color: #0976b4 !important;
375
+ }
376
+
377
+ .text-danger {
378
+ color: #fb404b !important;
379
+ }
380
+
381
+ .text-dark {
382
+ color: #5e5e5e !important;
383
+ }
384
+
385
+ .text-success {
386
+ color: #87cb16 !important;
387
+ }
388
+
389
+ .text-black {
390
+ color: black !important;
391
+ }
392
+
393
+ .bg-low-danger {
394
+ background-color: #f2dede !important;
395
+ }
396
+
397
+
398
+ .headings-font-family {
399
+ font-family: $headings-font-family;
400
+ }
401
+
402
+ b,
403
+ strong {
404
+ font-weight: $headings-font-weight;
405
+ }
406
+
407
+ a:hover {
408
+ text-decoration: none;
409
+ }
410
+ //custom more menu
411
+ .sidebar .nav li .nav-link, body > .navbar-collapse .nav li .nav-link {
412
+ padding: 10px 0 10px 10px !important;
413
+ }
414
+
415
+ html, body {
416
+ height: 100%;
417
+ }
418
+
419
+ .sidebar-wrapper {
420
+ max-height: calc(100% - 61px) !important;
421
+ min-height: calc(100% - 61px) !important;
422
+ scrollbar-width: thin;
423
+ }
424
+
425
+ .navbar .navbar-brand {
426
+ white-space: nowrap;
427
+ max-width: 24.75rem;
428
+ overflow: hidden;
429
+ text-overflow: ellipsis;
430
+ text-transform: capitalize;
431
+ }
432
+
433
+ div#divSideMenu {
434
+ position: absolute;
435
+ right: 20px;
436
+ top: 74px;
437
+ }
438
+
439
+ .dropdown-header {
440
+ font-size: 0.6875rem !important;
441
+ }
442
+
443
+ .dropdown .dropdown-menu.show {
444
+ top: 100% !important;
445
+ transform: none !important;
446
+ z-index: 10000;
447
+ cursor: pointer;
448
+
449
+ > div.d-flex {
450
+ flex-direction: row !important;
451
+ }
452
+ }
453
+
454
+ .pointer {
455
+ cursor: pointer;
456
+ }
457
+
458
+
459
+ .dropdown.text-secondary a i:hover {
460
+ color: #23CCEF !important;
461
+ }
462
+
463
+ .dropdown-menu-right {
464
+ right: 0px !important;
465
+ left: auto !important;
466
+ }
467
+
468
+ .sub-dropdown {
469
+ margin-top: -34px;
470
+ left: -160px;
471
+ }
472
+
473
+ .dropdown-item a {
474
+ color: $color-contrast-dark;
475
+ cursor: pointer;
476
+ display: block;
477
+ }
478
+ /*Custom Action*/
479
+ #action {
480
+ margin-top: 59px; //mobile version only
481
+ }
482
+ /*action button*/
483
+ .btn {
484
+ font-size: 14px;
485
+ }
486
+
487
+ .btn-success {
488
+ font-family: $head-font-family;
489
+ color: $white !important;
490
+ }
491
+
492
+ .btn-outline-secondary {
493
+ color: $body-color;
494
+ }
495
+
496
+ #action-button {
497
+ > .btn, > .btn-group {
498
+ margin-left: .625rem;
499
+
500
+ .fas, .far {
501
+ margin-right: .3125rem;
502
+ }
503
+ }
504
+ }
505
+ /*Table*/
506
+ .table {
507
+ thead th {
508
+ text-transform: uppercase;
509
+ border: none;
510
+ vertical-align: middle;
511
+ }
512
+
513
+ thead tr {
514
+ border: 1px solid #dddddd;
515
+ }
516
+
517
+
518
+ th, td {
519
+ vertical-align: middle;
520
+ line-height: 17px;
521
+ }
522
+ }
523
+
524
+ p.special-TinyMCE > p {
525
+ margin-bottom: .125rem !important;
526
+ }
527
+
528
+ small > p {
529
+ margin-bottom: .125rem !important;
530
+ }
531
+ /*Zebra*/
532
+ div.zebra {
533
+ display: flex;
534
+ border-collapse: collapse;
535
+ }
536
+
537
+ div.zebra > div {
538
+ flex-flow: row wrap;
539
+ }
540
+
541
+ div.zebra > div > strong {
542
+ display: block;
543
+ border: 1px solid #525252;
544
+ background-color: #545454;
545
+ background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#888),color-stop(100%,#545454));
546
+ background-image: -webkit-linear-gradient(#888,#545454);
547
+ background-image: -moz-linear-gradient(#888,#545454);
548
+ background-image: -o-linear-gradient(#888,#545454);
549
+ background-image: linear-gradient(#888,#545454);
550
+ -webkit-box-shadow: inset 0 2px 0 -1px rgba(255,255,255,0.2);
551
+ -moz-box-shadow: inset 0 2px 0 -1px rgba(255,255,255,0.2);
552
+ box-shadow: inset 0 2px 0 -1px rgba(255,255,255,0.2);
553
+ text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
554
+ height: 28px;
555
+ border-bottom: 1px solid #333;
556
+ padding: 2px 7px;
557
+ color: white;
558
+ font-weight: bold;
559
+ }
560
+
561
+ div.zebra > div > span {
562
+ display: block;
563
+ padding: 5px 7px;
564
+ border: solid 1px #d8d8d8;
565
+ font-weight: bold;
566
+ }
567
+
568
+ div.zebra > div > span.number {
569
+ text-align: right;
570
+ }
571
+ /*grid*/
572
+ .main-panel-content > .container-fluid {
573
+ padding-top: 10px;
574
+ }
575
+ /*card*/
576
+ .card {
577
+ margin-bottom: 30px;
578
+ }
579
+
580
+ .card-header {
581
+ border-bottom: none;
582
+ padding-top: $card-spacer-x;
583
+ padding-bottom: 0px;
584
+ padding-left: $spacer * 9;
585
+
586
+ h2, h3 {
587
+ font-weight: $font-weight-light;
588
+ color: $dark;
589
+ margin: 0px;
590
+
591
+ a {
592
+ color: $dark;
593
+ }
594
+ }
595
+
596
+
597
+ }
598
+ /*Sorter*/
599
+ .sortable {
600
+ background-image: url(//res.cloudinary.com/pos/image/upload/POS/Images/Plugin/Tablesorter/arrow-black.png);
601
+ cursor: pointer;
602
+ background-position: top -36px right 5px;
603
+ background-repeat: no-repeat;
604
+ padding-right: 16px !important;
605
+ outline: none;
606
+ }
607
+
608
+ .sortable-asc {
609
+ background-position: top -7px right 5px;
610
+ }
611
+
612
+ .sortable-desc {
613
+ background-position: top 18px right 5px;
614
+ }
615
+ /*Select 2*/
616
+ .select2-container--default .select2-selection--single {
617
+ height: 32px !important;
618
+ border-radius: 2px !important;
619
+ outline: 0;
620
+ border-color: #B7B7B7;
621
+ background-color: #fff;
622
+ background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
623
+ background: -webkit-linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
624
+ background: -moz-linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
625
+ background: -o-linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
626
+ background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
627
+ background-clip: padding-box;
628
+ box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
629
+ }
630
+
631
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
632
+ padding-top: 2px;
633
+ }
634
+
635
+ .select2-container--default .select2-selection--single .select2-selection__clear {
636
+ font-size: 16px;
637
+ }
638
+
639
+ .select2-results__option {
640
+ padding: 6px 10px !important;
641
+ }
642
+
643
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
644
+ margin-top: 0 !important;
645
+ }
646
+
647
+ .barcode_counter, .member_input {
648
+ position: fixed;
649
+ right: 10px;
650
+ background: #ffffff;
651
+ /* Old browsers */
652
+ background: -moz-linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
653
+ /* FF3.6+ */
654
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
655
+ /* Chrome,Safari4+ */
656
+ background: -webkit-linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
657
+ /* Chrome10+,Safari5.1+ */
658
+ background: -o-linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
659
+ /* Opera 11.10+ */
660
+ background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
661
+ /* W3C */
662
+ border: 1px solid #ddd;
663
+ padding: 8px 10px;
664
+ border-radius: 3px;
665
+ }
666
+
667
+ .barcode_counter input, .member_input input {
668
+ padding: 4px 8px 3px 5px;
669
+ border-radius: 3px;
670
+ border: 1px solid #B7B7B7;
671
+ background-repeat: no-repeat;
672
+ background-position: 5px -211px;
673
+ padding: 4px 5px 4px 35px;
674
+ }
675
+
676
+ .barcode_counter .icon, .member_input .icon {
677
+ position: relative;
678
+ left: 35px;
679
+ vertical-align: middle;
680
+ }
681
+
682
+ .barcode_counter span, .member_input span {
683
+ margin-right: 5px;
684
+ color: #868686;
685
+ left: 30px;
686
+ position: relative;
687
+ margin-left: -25px;
688
+ }
689
+
690
+ .barcode_counter {
691
+ bottom: 20px;
692
+ }
693
+ /* Filter */
694
+ search-box {
695
+ .dropdown-menu {
696
+ border-radius: 4px !important;
697
+ margin: -5px 0 0 0 !important;
698
+ padding: 10px;
699
+
700
+ div.d-flex > div:not(:last-child) {
701
+ margin-right: 10px;
702
+ }
703
+
704
+ div[container] {
705
+ width: 200px;
706
+
707
+ > div {
708
+ margin: 0 0 12px 0;
709
+
710
+ > h6 {
711
+ margin-bottom: 5px;
712
+ }
713
+
714
+ > input, > select {
715
+ width: 100%;
716
+ padding: 7px 5px 6px 5px;
717
+ border: solid 1px #ddd;
718
+ }
719
+
720
+ > input[datepicker] {
721
+ width: 95px;
722
+ }
723
+
724
+ radioyesnob {
725
+ ul {
726
+ margin: 10px 0 0 0;
727
+ }
728
+ }
729
+ }
730
+ }
731
+
732
+ .more {
733
+ background-color: white;
734
+ position: absolute;
735
+ bottom: -15px;
736
+ width: 5rem;
737
+ }
738
+ }
739
+ }
740
+
741
+ search-box .dropdown-menu div[container] > div > h6 {
742
+ font-size: 12px;
743
+ }
744
+ /* More filter */
745
+ .more {
746
+ -moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.25);
747
+ -webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.25);
748
+ box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.25);
749
+ -moz-border-radius: 0 0 5px 5px;
750
+ -webkit-border-radius: 0 0 5px 5px;
751
+ border-radius: 0 0 5px 5px;
752
+ border: $border;
753
+ padding: 0 15px 0 10px;
754
+ color: #666;
755
+ display: inline;
756
+ height: 20px;
757
+ font-size: 10px;
758
+ text-transform: uppercase;
759
+ text-decoration: none;
760
+ width: auto;
761
+ cursor: pointer;
762
+ outline: none;
763
+ }
764
+ //custom toogle checkbox
765
+ .checkbox_toggle {
766
+ position: relative;
767
+
768
+ span {
769
+ color: #868686;
770
+ display: inline-block;
771
+ padding-right: 38px;
772
+ }
773
+
774
+ label {
775
+ width: 32px;
776
+ height: 18px;
777
+ position: absolute;
778
+ background-color: $gray-600;
779
+ top: 0px;
780
+ right: 0;
781
+ border-radius: 50px;
782
+ cursor: pointer;
783
+ }
784
+
785
+ input[type="checkbox"] {
786
+ display: none;
787
+
788
+ &:checked {
789
+ + label {
790
+ background-color: $green;
791
+ }
792
+
793
+ + label:after {
794
+ left: 15px;
795
+ }
796
+ }
797
+ }
798
+
799
+ label:after {
800
+ content: "";
801
+ width: 16px;
802
+ height: 16px;
803
+ border-radius: 50%;
804
+ position: absolute;
805
+ top: 1px;
806
+ left: 1px;
807
+ transition: all 0.1s;
808
+ background-color: $white;
809
+ }
810
+ }
811
+ /*Date picker*/
812
+ .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
813
+ color: $body-color;
814
+ cursor: pointer;
815
+ }
816
+ //input
817
+ .form-control:focus {
818
+ border: $input-border-width solid $input-border-color;
819
+ }
820
+
821
+ search-box .form-control {
822
+ height: auto;
823
+ }
824
+
825
+ .input-group {
826
+ > .input-group-prepend + input {
827
+ border-left: none !important;
828
+ padding-left: 0px;
829
+ }
830
+ }
831
+ //modal
832
+ .modal-header, .modal-footer, .modal-footer .btn {
833
+ padding: 15px;
834
+ }
835
+
836
+ .modal-dialog {
837
+ max-width: none;
838
+ }
839
+
840
+ .modal-content {
841
+ width: auto;
842
+ margin: auto;
843
+ max-width: 850px;
844
+ }
845
+
846
+ .maxHeight .modal-body {
847
+ max-height: 400px;
848
+ overflow: auto;
849
+ }
850
+
851
+ .modal-body {
852
+ strong {
853
+ display: block;
854
+ }
855
+
856
+ .more {
857
+ margin: 0;
858
+ position: absolute;
859
+ bottom: -20px;
860
+ }
861
+
862
+ input[type="text"], textarea, input[type="password"] {
863
+ border: $modal-input-border;
864
+ padding: $modal-input-padding;
865
+ }
866
+
867
+ table textarea {
868
+ width: 330px;
869
+ height: 90px;
870
+ }
871
+ }
872
+ //cursor
873
+ [data-toggle="modal"] {
874
+ cursor: pointer;
875
+ }
876
+ //park-order
877
+ .park-order {
878
+ &:hover {
879
+ .card-header {
880
+ background-color: $green !important;
881
+ }
882
+ }
883
+
884
+ .card {
885
+ .card-header {
886
+ background-color: #b1aaaa;
887
+ }
888
+ }
889
+ }
890
+ //loading
891
+ /*overlay*/
892
+ .loading-overlay {
893
+ z-index: 9999;
894
+ position: fixed;
895
+ width: 100%;
896
+ height: 100%;
897
+ top: 0px;
898
+ left: 0px;
899
+ cursor: wait;
900
+ }
901
+
902
+ .loading-overlay {
903
+ display: none;
904
+ }
905
+
906
+ .loading-block {
907
+ z-index: 10000;
908
+ position: fixed;
909
+ padding: 50px;
910
+ margin: 0px;
911
+ width: 395px;
912
+ top: 40%;
913
+ left: 35%;
914
+ text-align: center;
915
+ color: rgb(0, 0, 0);
916
+ border: 1px solid rgb(170, 170, 170);
917
+ cursor: wait;
918
+ box-shadow: rgb(136, 136, 136) 0px 0px 4px;
919
+ opacity: 1;
920
+ background-color: rgb(255, 255, 255);
921
+ }
922
+
923
+ small.h6 {
924
+ line-height: 0,2;
925
+ }
926
+ /*num pad*/
927
+ table.nmpd-grid {
928
+ position: fixed;
929
+ top: calc(50% - 150px);
930
+ right: 10px;
931
+ z-index: 10001;
932
+ border-radius: 5px;
933
+ padding: 5px;
934
+ width: initial;
935
+ background: #f4f4f4;
936
+ border: $border;
937
+ }
938
+
939
+ .nmpd-grid td {
940
+ padding: 3px;
941
+ }
942
+
943
+ .nmpd-grid a {
944
+ border: none;
945
+ background: $white;
946
+ font-weight: $font-weight-normal;
947
+ font-family: $head-font-family;
948
+ color: $blue;
949
+ font-size: 24px;
950
+ text-align: center;
951
+ vertical-align: middle;
952
+ display: table-cell;
953
+ height: 80px;
954
+ width: 80px;
955
+ }
956
+
957
+ .nmpd-grid td[colspan] a {
958
+ width: 166px;
959
+ }
960
+
961
+ .form-control[readonly] {
962
+ background-color: white;
963
+ }
964
+
965
+ .form-control::-webkit-input-placeholder {
966
+ color: #cccccc;
967
+ }
968
+
969
+ .form-control:-moz-placeholder {
970
+ color: #cccccc;
971
+ }
972
+
973
+ .form-control::-moz-placeholder {
974
+ color: #cccccc;
975
+ }
976
+
977
+ .tab-pane {
978
+ margin-top: 1.5rem;
979
+ }
980
+
981
+ .strike {
982
+ text-decoration: line-through;
983
+ }
984
+
985
+
986
+ @media (max-width: 468px) {
987
+ .navbar .navbar-brand {
988
+ white-space: nowrap;
989
+ max-width: 7em;
990
+ overflow: hidden;
991
+ text-overflow: ellipsis;
992
+ }
993
+ }
994
+
995
+ @media (max-width: 480px) {
996
+ search-box {
997
+ .dropdown-menu {
998
+ margin: 0 !important;
999
+ right: 0;
1000
+ left: auto;
1001
+ }
1002
+ }
1003
+
1004
+ .navbar.page-nav {
1005
+ height: auto;
1006
+ }
1007
+
1008
+ img {
1009
+ border: 1px solid #dee2e6 !important;
1010
+ }
1011
+ }
1012
+
1013
+ @media (max-width: 656px) {
1014
+ .dropdown .dropdown-menu.show {
1015
+ > div.d-flex {
1016
+ flex-direction: column !important;
1017
+ }
1018
+ }
1019
+ }
1020
+
1021
+ [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
1022
+ display: none !important;
1023
+ }
1024
+
1025
+ .list-inline span {
1026
+ display: inline-block;
1027
+ bottom: 2px;
1028
+ position: relative;
1029
+ font-weight: normal;
1030
+ }
1031
+ //subscription
1032
+ div.contactus > div {
1033
+ background-image: url(//res.cloudinary.com/pos/image/upload/POS/Images/MySubscription/dialog_subscribe_icon.png);
1034
+ background-repeat: no-repeat;
1035
+ padding-left: 100px;
1036
+ height: 90px;
1037
+ }
1038
+
1039
+ .cursor {
1040
+ cursor: pointer;
1041
+ }
1042
+
1043
+
1044
+ @media print {
1045
+ html, body {
1046
+ height: auto;
1047
+ }
1048
+
1049
+ body {
1050
+ color: black !important;
1051
+ }
1052
+
1053
+ .loading-overlay {
1054
+ display: none;
1055
+ }
1056
+
1057
+ #toast-container {
1058
+ display: none;
1059
+ }
1060
+
1061
+ .text-dark {
1062
+ color: black !important;
1063
+ }
1064
+
1065
+
1066
+ .sidebar, .navbar.page-nav, .d-lg-flex, a.text-dark {
1067
+ display: none !important;
1068
+ border-bottom: none !important;
1069
+ }
1070
+
1071
+ .loading-block {
1072
+ display: none;
1073
+ }
1074
+
1075
+ .navbar .navbar-brand {
1076
+ max-width: 50rem;
1077
+ }
1078
+
1079
+ .navbar .navbar-nav {
1080
+ display: none;
1081
+ }
1082
+ }
1083
+
1084
+ @media (max-width: 991px) {
1085
+ /*Make scrollbar always visible on mobile menu*/
1086
+ .sidebar-wrapper {
1087
+ overflow-y: scroll !important;
1088
+ }
1089
+
1090
+ .sticky-top-thead th {
1091
+ top: 0px;
1092
+ }
1093
+ }
1094
+
1095
+ @media (pointer: coarse) {
1096
+ /*Make scrollbar always visible on touchscreen device*/
1097
+ .sidebar-wrapper {
1098
+ overflow-y: scroll !important;
1099
+ }
1100
+ }
1101
+
1102
+ @media(min-width:1366px) {
1103
+ .navbar.page-nav {
1104
+ height: 44px;
1105
+ }
1106
+ }
1107
+
1108
+ input:focus, textarea:focus, select:focus {
1109
+ outline: none !important;
1110
+ }
1111
+ //Over due
1112
+ .over-due {
1113
+ background: repeating-linear-gradient(-60deg, #f8d7da, #f8d7da 15px, #f5c6cb 15px, #f5c6cb 30px) !important;
1114
+ }
1115
+ //Over due today
1116
+ .over-due-today {
1117
+ background: repeating-linear-gradient(-60deg,#eae220,#eae233 15px,#eae586 15px,#eae580 30px) !important;
1118
+ }
1119
+
1120
+
1121
+
1122
+ @media print {
1123
+
1124
+ .text-success, .text-info, .text-danger {
1125
+ color: black !important;
1126
+ }
1127
+
1128
+ .border-top, .border-bottom {
1129
+ border-color: #b3aaaa !important;
1130
+ }
1131
+ }
1132
+ //toast
1133
+ .toaster {
1134
+ position: fixed;
1135
+ bottom: 20px;
1136
+ right: 15px;
1137
+ z-index: 1000000;
1138
+ }
1139
+
1140
+ .tooltip {
1141
+ font-size: 12px;
1142
+ }