dealpostools 2.0.5 → 2.0.7

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