totalum-api-sdk 2.0.21 → 2.0.23

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.
@@ -1,1522 +1,3 @@
1
- /*
2
- * App Global CSS
3
- * ----------------------------------------------------------------------------
4
- * Put style rules here that you want to apply globally. These styles are for
5
- * the entire app and not just one component. Additionally, this file can be
6
- * used as an entry point to import other CSS/Sass files to be included in the
7
- * output CSS.
8
- * For more information on global stylesheets, visit the documentation:
9
- * https://ionicframework.com/docs/layout/global-stylesheets
10
- */
11
-
12
- .tree-element {
13
- width: 100%;
14
- padding: 8px 0;
15
- padding-left: 8px;
16
- cursor: pointer;
17
- border-bottom: 1px solid gray;
18
- }
19
- .tree-element:hover {
20
- background: gray;
21
- }
22
-
23
- .aside {
24
- width: 300px;
25
- border-right: 1px solid gray;
26
- height: 100%;
27
- }
28
-
29
- .tree-aside {
30
- width: 300px;
31
- border-right: 1px solid gray;
32
- height: 100%;
33
- }
34
- .tree-aside-element {
35
- padding: 14px 12px;
36
- border-bottom: 1px solid gray;
37
- background: white;
38
- cursor: pointer;
39
- }
40
- .tree-aside-element:hover {
41
- background: rgb(217, 217, 217);
42
- }
43
-
44
- .row-expanded-tree-element {
45
- display: flex;
46
- align-items: center;
47
- padding: 2px 8px;
48
- padding-right: 12px;
49
- cursor: pointer;
50
- justify-content: flex-start;
51
- color: rgb(70, 70, 70);
52
- }
53
- .row-expanded-tree-element-title {
54
- max-width: 100%;
55
- white-space: nowrap;
56
- overflow: hidden;
57
- text-overflow: ellipsis;
58
- font-size: 13px;
59
- }
60
- .row-expanded-tree-element-left {
61
- width: 100%;
62
- display: flex;
63
- align-items: center;
64
- justify-content: flex-start;
65
- }
66
- .row-expanded-tree-element-left i {
67
- font-size: 13px;
68
- width: 28px !important;
69
- min-width: 28px !important;
70
- height: 30px !important;
71
- min-height: 30px !important;
72
- display: flex;
73
- align-items: center;
74
- justify-content: center;
75
- }
76
- .row-expanded-tree-element-left span {
77
- font-size: 13px;
78
- }
79
- .row-expanded-tree-element:hover {
80
- background: rgb(244, 244, 244);
81
- }
82
- .row-expanded-tree-element-selected {
83
- padding: 2px 8px;
84
- padding-right: 12px;
85
- cursor: pointer;
86
- background: rgb(244, 244, 244);
87
- }
88
- .row-expanded-tree-element-selected .row-expanded-tree-element-title {
89
- color: black;
90
- font-weight: bold;
91
- }
92
- .row-expanded-tree-element-selected-left span {
93
- font-weight: bold;
94
- }
95
-
96
- .tree-objtype-title {
97
- margin-top: 4px;
98
- margin-bottom: 4px;
99
- color: #2b2b2b;
100
- display: flex;
101
- justify-content: space-between;
102
- align-items: center;
103
- }
104
- .tree-objtype-title-left {
105
- display: flex;
106
- align-items: center;
107
- font-weight: 600;
108
- font-size: 13px;
109
- }
110
- .tree-objtype-title-left i {
111
- font-size: 14px;
112
- width: 24px;
113
- height: 24px;
114
- display: flex;
115
- align-items: center;
116
- justify-content: center;
117
- color: rgb(132, 133, 135);
118
- margin-right: 6px;
119
- }
120
- .tree-objtype-title-left-icon {
121
- font-size: 15.5px !important;
122
- margin-right: 0px !important;
123
- padding-top: 0px !important;
124
- color: rgb(159, 159, 159);
125
- background-image: linear-gradient(to bottom, rgb(178, 178, 178), rgb(155, 155, 155));
126
- -webkit-background-clip: text;
127
- -moz-background-clip: text;
128
- background-clip: text;
129
- color: transparent;
130
- margin-left: -4px;
131
- }
132
- .tree-objtype-title-right {
133
- display: flex;
134
- align-items: center;
135
- }
136
- .tree-objtype-title-right i {
137
- font-size: 16px;
138
- width: 24px;
139
- height: 24px;
140
- display: flex;
141
- align-items: center;
142
- justify-content: center;
143
- color: rgb(132, 133, 135);
144
- padding-top: 2px;
145
- border-radius: 4px;
146
- cursor: pointer;
147
- }
148
- .tree-objtype-title-right i:hover {
149
- background: #f4f4f4;
150
- }
151
-
152
- .no-elements-title {
153
- margin-bottom: 12px;
154
- }
155
-
156
- .padding-left-24 {
157
- padding-left: 24px !important;
158
- }
159
-
160
- .padding-left-48 {
161
- padding-left: 48px !important;
162
- }
163
-
164
- .padding-left-72 {
165
- padding-left: 72px !important;
166
- }
167
-
168
- .padding-left-96 {
169
- padding-left: 96px !important;
170
- }
171
-
172
- .padding-left-120 {
173
- padding-left: 120px !important;
174
- }
175
-
176
- .padding-left-144 {
177
- padding-left: 144px !important;
178
- }
179
-
180
- .padding-left-25 {
181
- padding-left: 28px !important;
182
- }
183
-
184
- .padding-left-50 {
185
- padding-left: 60px !important;
186
- }
187
-
188
- .padding-left-75 {
189
- padding-left: 93px !important;
190
- }
191
-
192
- .padding-left-100 {
193
- padding-left: 100px !important;
194
- }
195
-
196
- .padding-left-125 {
197
- padding-left: 125px !important;
198
- }
199
-
200
- .padding-left-150 {
201
- padding-left: 150px !important;
202
- }
203
-
204
- .padding-left-25-2 {
205
- padding-left: 28px !important;
206
- }
207
-
208
- .padding-left-50-2 {
209
- padding-left: 60px !important;
210
- }
211
-
212
- .padding-left-75-2 {
213
- padding-left: 93px !important;
214
- }
215
-
216
- .padding-left-100-2 {
217
- padding-left: 140px !important;
218
- }
219
-
220
- .padding-left-125-2 {
221
- padding-left: 115px !important;
222
- }
223
-
224
- .padding-left-150-2 {
225
- padding-left: 140px !important;
226
- }
227
-
228
- .table {
229
- position: relative;
230
- height: 100%;
231
- }
232
- .table-margin-top {
233
- margin-top: 70px;
234
- }
235
- .table-grid {
236
- margin: 0 16px;
237
- }
238
- .table-grid-header {
239
- position: relative;
240
- }
241
- .table-grid-header-delete-col {
242
- cursor: pointer;
243
- margin-top: 8px;
244
- margin-left: 3px;
245
- font-size: 18px;
246
- }
247
- .table-grid-header-editing-col {
248
- padding: 6px 8px;
249
- background: #D4D4D4;
250
- border-radius: 6px;
251
- color: black;
252
- display: flex;
253
- align-items: center;
254
- justify-content: space-between;
255
- cursor: pointer;
256
- }
257
- .table-grid-header-editing-col:hover {
258
- background: rgb(187, 187, 187);
259
- }
260
- .table-grid-header-editing-col ion-icon {
261
- font-size: 16px;
262
- color: #5C5C5C;
263
- margin-left: 8px;
264
- }
265
- .table-grid-header-editing-add-button {
266
- color: rgb(0, 140, 255);
267
- display: flex;
268
- align-items: center;
269
- border-radius: 6px;
270
- padding: 6px 8px;
271
- cursor: pointer;
272
- }
273
- .table-grid-header-editing-add-button:hover {
274
- background: rgb(219, 219, 219);
275
- }
276
- .table-grid-header-editing-add-button ion-icon {
277
- color: rgb(0, 140, 255);
278
- font-size: 16px;
279
- margin-right: 8px;
280
- }
281
- .table-grid-header-col {
282
- padding: 6px 8px;
283
- border-radius: 6px;
284
- }
285
- .table-grid-header-settings {
286
- position: absolute;
287
- right: 0px;
288
- top: 0;
289
- bottom: 0;
290
- margin: auto;
291
- font-size: 12px;
292
- }
293
- .table-bar {
294
- margin-bottom: 16px;
295
- padding: 0 16px;
296
- border-bottom: 1px solid #FAFAFA;
297
- position: fixed;
298
- top: 0;
299
- background: white;
300
- z-index: 100000;
301
- width: 100%;
302
- background: #f8f8f8;
303
- height: 55px;
304
- display: flex;
305
- align-items: center;
306
- justify-content: space-between;
307
- }
308
- .table-bar-title {
309
- font-size: 16px;
310
- font-weight: bold;
311
- }
312
- .table-bar-tools {
313
- display: flex;
314
- align-items: center;
315
- }
316
- .table-bar-tools-itemsperpage {
317
- display: flex;
318
- margin-right: 30px;
319
- }
320
- .table-bar-tools-itemsperpage-number {
321
- margin-left: 20px;
322
- color: gray;
323
- cursor: pointer;
324
- }
325
- .table-bar-tools-tool {
326
- display: flex;
327
- align-items: center;
328
- background: var(--button-background);
329
- padding: 9px;
330
- margin-left: 16px;
331
- border-radius: 6px;
332
- }
333
- .table-bar-tools-tool-title {
334
- margin-left: var(--margin-icon-text);
335
- color: var(--button-icon-color);
336
- white-space: nowrap;
337
- overflow: hidden;
338
- text-overflow: ellipsis;
339
- font-size: 13px;
340
- }
341
- .table-bar-tools-tool ion-icon {
342
- color: var(--button-icon-color);
343
- font-size: var(--button-icon-size);
344
- min-width: 22px;
345
- }
346
- .table-bar-tools .tool-searchbar {
347
- min-width: 250px;
348
- font-size: 13px;
349
- }
350
- .table-bar-tools .tool-searchbar ion-icon {
351
- margin-right: var(--margin-icon-text);
352
- }
353
- .table-bar-tools .tool-button {
354
- user-select: none;
355
- cursor: pointer;
356
- }
357
- .table-bar-tools .tool-button:hover {
358
- background: var(--button-background-active);
359
- }
360
- .table-bar-tools .tool-button-add-elements {
361
- max-width: 180px;
362
- }
363
- .table-bar-tools .tool-button-cancellable {
364
- display: flex;
365
- align-items: center;
366
- }
367
- .table-bar-tools .tool-button-cancellable .tool-button:last-child {
368
- margin-left: -4px;
369
- z-index: 100000;
370
- padding: 9px;
371
- }
372
- .table-bar-tools .tool-button-cancellable .tool-button:first-child {
373
- background: var(--button-bg-primary);
374
- z-index: 100020;
375
- }
376
- .table-bar-tools .tool-button-cancellable .tool-button:first-child ion-icon {
377
- color: white;
378
- }
379
-
380
- .table-form {
381
- margin-bottom: 16px;
382
- display: flex;
383
- width: 100%;
384
- margin: 0 16px;
385
- }
386
-
387
- .table-navbar {
388
- width: 100%;
389
- margin-bottom: 8px;
390
- display: flex;
391
- justify-content: space-between;
392
- align-items: center;
393
- }
394
- .table-navbar-tools {
395
- display: flex;
396
- }
397
- .table-navbar-tools-icon {
398
- margin-left: 20px;
399
- }
400
-
401
- ion-col {
402
- width: 290px;
403
- max-width: 290px;
404
- min-width: 290px;
405
- }
406
-
407
- ion-row {
408
- display: flex;
409
- flex-wrap: nowrap;
410
- }
411
-
412
- .sp-grid {
413
- width: 100%;
414
- padding: 0;
415
- padding-bottom: 110px;
416
- background: white;
417
- }
418
- .sp-grid .ion-row-container {
419
- position: relative;
420
- }
421
- .sp-grid .ion-row-container .rapid-editor-button {
422
- position: absolute;
423
- top: 6px;
424
- right: 12px;
425
- padding: 6px 12px;
426
- display: flex;
427
- align-items: center;
428
- justify-content: center;
429
- background: var(--button-bg-primary);
430
- border-radius: 6px;
431
- z-index: 100000;
432
- cursor: pointer;
433
- }
434
- .sp-grid .ion-row-container .rapid-editor-button:hover {
435
- background: var(--button-bg-primary-hover);
436
- }
437
- .sp-grid .ion-row-container .rapid-editor-button ion-icon {
438
- font-size: 20px;
439
- color: white;
440
- margin-right: 8px;
441
- }
442
- .sp-grid .ion-row-container .rapid-editor-button div {
443
- color: white;
444
- }
445
- .sp-grid .ion-row-container .rapid-editor-button-success {
446
- background: var(--button-bg-special);
447
- }
448
- .sp-grid .ion-row-container .rapid-editor-button-success-completed {
449
- display: flex;
450
- align-items: center;
451
- }
452
- .sp-grid .ion-row-container .rapid-editor-button-success-undo {
453
- display: none;
454
- }
455
- .sp-grid .ion-row-container .rapid-editor-button-success:hover {
456
- background: var(--button-background);
457
- }
458
- .sp-grid .ion-row-container .rapid-editor-button-success:hover .rapid-editor-button-success-completed {
459
- display: none;
460
- }
461
- .sp-grid .ion-row-container .rapid-editor-button-success:hover .rapid-editor-button-success-undo {
462
- display: flex;
463
- align-items: center;
464
- }
465
- .sp-grid .ion-row-container .rapid-editor-button-success:hover .rapid-editor-button-success-undo div {
466
- color: black;
467
- }
468
- .sp-grid .ion-row-container .rapid-editor-button-success:hover .rapid-editor-button-success-undo ion-icon {
469
- color: black;
470
- }
471
- .sp-grid .ion-row-container .rapid-editor-button-loading {
472
- background: white;
473
- }
474
- .sp-grid .ion-row-container .rapid-editor-button-loading ion-spinner {
475
- color: black;
476
- width: 16px;
477
- height: 20px;
478
- margin-right: 10px;
479
- }
480
- .sp-grid .ion-row-container .rapid-editor-button-loading div {
481
- color: black;
482
- }
483
- .sp-grid .ion-row-container .rapid-editor-button-loading:hover {
484
- background: white;
485
- }
486
- .sp-grid .ion-row-container .rapid-editor-button-error {
487
- background: var(--button-bg-error);
488
- }
489
- .sp-grid .ion-row-container .rapid-editor-button-error:hover {
490
- background: var(--button-bg-error);
491
- }
492
- .sp-grid ion-row {
493
- width: 100%;
494
- border-bottom: 1px solid #CDCDCD;
495
- display: flex;
496
- align-items: center;
497
- justify-content: flex-start;
498
- }
499
- .sp-grid ion-row.sp-grid-row-result {
500
- cursor: pointer;
501
- padding: 8px 0;
502
- }
503
- .sp-grid ion-row.sp-grid-row-result:hover {
504
- background: rgb(231, 231, 231);
505
- }
506
- .sp-grid ion-row.sp-grid-row-titles {
507
- /*position: sticky;
508
- top: 0;
509
- background: white;
510
- z-index: 100000;*/
511
- user-select: none;
512
- background: #F5F5F5;
513
- border-bottom: 1px solid #4A4A4A;
514
- }
515
- .sp-grid ion-row.sp-grid-row-titles:hover {
516
- background: #F5F5F5;
517
- }
518
- .sp-grid ion-col {
519
- text-align: center;
520
- display: flex;
521
- justify-content: center;
522
- font-family: "Inter", sans-serif;
523
- font-size: 15px;
524
- }
525
- .sp-grid ion-col .sp-grid-image {
526
- width: 50px;
527
- height: 50px;
528
- border-radius: 50%;
529
- background-size: cover;
530
- background-repeat: no-repeat;
531
- background-position: center;
532
- }
533
- .sp-grid ion-col.sp-grid-col-titles {
534
- color: #334D6E;
535
- }
536
- .sp-grid ion-col.sp-grid-col-result {
537
- white-space: nowrap;
538
- overflow: hidden;
539
- text-overflow: ellipsis;
540
- }
541
- .sp-grid-button {
542
- color: var(--preico-gold);
543
- font-weight: bold;
544
- font-family: "Poppins", sans-serif;
545
- font-size: 15px;
546
- user-select: none;
547
- cursor: pointer;
548
- }
549
- .sp-grid-button:hover {
550
- color: var(--preico-gold-dark);
551
- }
552
-
553
- .sp-grid-titles {
554
- padding: 0;
555
- }
556
-
557
- ion-col {
558
- width: 290px;
559
- max-width: 290px;
560
- min-width: 290px;
561
- }
562
-
563
- ion-row {
564
- display: flex;
565
- flex-wrap: nowrap;
566
- }
567
-
568
- .testing {
569
- width: 300px;
570
- margin: 64px;
571
- }
572
-
573
- .sp-button-base {
574
- padding: 14px 16px;
575
- border-radius: 6px;
576
- background: #EDEDED;
577
- color: #6D6D6D;
578
- }
579
- .sp-button-base ion-icon {
580
- font-size: 23px;
581
- }
582
- .sp-button-base:hover {
583
- background: #dfdfdf;
584
- }
585
-
586
- .sp-button-primary {
587
- background: var(--button-bg-primary);
588
- color: var(--header-font-color);
589
- border-radius: 6px;
590
- font-size: 14px;
591
- min-width: 111px;
592
- height: 42px;
593
- display: flex;
594
- align-items: center;
595
- justify-content: center;
596
- user-select: none;
597
- cursor: pointer;
598
- transition: 0.1s all ease;
599
- padding: 0 8px;
600
- }
601
- .sp-button-primary span {
602
- font-size: 13px;
603
- }
604
- .sp-button-primary-loader {
605
- display: flex;
606
- align-items: center;
607
- justify-content: center;
608
- }
609
- .sp-button-primary-loader ion-spinner {
610
- color: white;
611
- width: 25px;
612
- margin-right: 6px;
613
- }
614
- .sp-button-primary-loader span {
615
- margin-top: 2px;
616
- }
617
- .sp-button-primary:hover {
618
- background: var(--button-bg-primary-hover);
619
- }
620
- .sp-button-primary:disabled {
621
- background: var(--button-bg-primary-disabled);
622
- cursor: not-allowed;
623
- }
624
-
625
- .sp-button-special {
626
- background: var(--button-bg-special);
627
- color: var(--header-font-color);
628
- padding: 0 12px;
629
- border-radius: 6px;
630
- font-size: 13px;
631
- min-width: 111px;
632
- width: auto;
633
- height: 38px;
634
- display: flex;
635
- align-items: center;
636
- justify-content: center;
637
- user-select: none;
638
- transition: 0.1s all ease;
639
- }
640
- .sp-button-special-loader {
641
- display: flex;
642
- align-items: center;
643
- justify-content: center;
644
- }
645
- .sp-button-special-loader ion-spinner {
646
- color: white;
647
- width: 25px;
648
- margin-right: 6px;
649
- }
650
- .sp-button-special-loader span {
651
- margin-top: 2px;
652
- }
653
- .sp-button-special:hover {
654
- background: var(--button-bg-special-hover);
655
- }
656
- .sp-button-special:disabled {
657
- background: var(--button-bg-special-disabled);
658
- cursor: not-allowed;
659
- }
660
-
661
- .sp-button-clear {
662
- background: white;
663
- color: var(--button-bg-primary);
664
- border: 2px solid var(--button-bg-primary);
665
- padding: 14px 16px;
666
- border-radius: 6px;
667
- font-size: 14px;
668
- min-width: 130px;
669
- transition: 0.1s all ease;
670
- display: flex;
671
- align-items: center;
672
- justify-content: center;
673
- user-select: none;
674
- cursor: pointer;
675
- }
676
- .sp-button-clear:disabled {
677
- cursor: not-allowed;
678
- color: var(--button-bg-primary-disabled);
679
- border: 2px solid var(--button-bg-primary-disabled);
680
- }
681
- .sp-button-clear:hover {
682
- background: white;
683
- }
684
-
685
- .sp-buttons-toright {
686
- display: flex;
687
- justify-content: right;
688
- align-items: center;
689
- margin-top: 16px;
690
- }
691
- .sp-buttons-toright button {
692
- margin-right: 16px;
693
- }
694
-
695
- .sp-button-gray-base {
696
- display: flex;
697
- align-items: center;
698
- user-select: none;
699
- cursor: pointer;
700
- transition: 0.1s all ease;
701
- background: var(--button-background);
702
- padding: 13px;
703
- margin-left: 12px;
704
- border-radius: 6px;
705
- height: 42px;
706
- }
707
- .sp-button-gray-base-title {
708
- margin-left: var(--margin-icon-text);
709
- color: var(--button-icon-color);
710
- }
711
- .sp-button-gray-base ion-icon {
712
- color: var(--button-icon-color);
713
- font-size: var(--button-icon-size);
714
- }
715
- .sp-button-gray-base:hover {
716
- background: var(--button-background-active);
717
- }
718
-
719
- .sp-button-gray-base-2 {
720
- color: var(--button-icon-color);
721
- background: var(--button-background);
722
- padding: 6px 8px;
723
- border-radius: 6px;
724
- font-size: 16px;
725
- min-width: 130px;
726
- display: flex;
727
- align-items: center;
728
- justify-content: center;
729
- user-select: none;
730
- cursor: pointer;
731
- }
732
- .sp-button-gray-base-2:hover {
733
- background: var(--button-background-active);
734
- }
735
-
736
- .sp-button-clear-arrow-right {
737
- display: flex;
738
- align-items: center;
739
- user-select: none;
740
- cursor: pointer;
741
- background: none;
742
- padding: 8px 12px;
743
- }
744
- .sp-button-clear-arrow-right .button-text {
745
- text-transform: uppercase;
746
- font-size: 15px;
747
- color: #387CCC;
748
- font-weight: 500;
749
- }
750
- .sp-button-clear-arrow-right ion-icon {
751
- margin-left: 8px;
752
- font-size: 18px;
753
- color: #387CCC;
754
- }
755
- .sp-button-clear-arrow-right:hover {
756
- background: none;
757
- }
758
-
759
- .add-container {
760
- padding: 18px;
761
- border: 1px solid #F2F2F2;
762
- border-radius: 6px;
763
- margin-bottom: 24px;
764
- width: 100%;
765
- cursor: pointer;
766
- user-select: none;
767
- }
768
- .add-container-add {
769
- cursor: pointer;
770
- display: flex;
771
- align-items: center;
772
- justify-content: center;
773
- }
774
- .add-container-add-button {
775
- margin-right: 0;
776
- display: flex;
777
- justify-content: center;
778
- flex-wrap: wrap;
779
- }
780
- .add-container-add-button ion-icon {
781
- font-size: 40px;
782
- color: #898989;
783
- margin-bottom: 4px;
784
- }
785
- .add-container-add-button div {
786
- font-size: 16px;
787
- color: #898989;
788
- width: 100%;
789
- text-align: center;
790
- }
791
-
792
- .ion-button-clear {
793
- --padding-top: 0 !important;
794
- --padding-bottom: 0 !important;
795
- --padding-start: 0 !important;
796
- }
797
-
798
- .smart-input-vertical-wrapper {
799
- margin-bottom: 12px;
800
- }
801
-
802
- .smart-inputs-max-width .smart-input {
803
- max-width: 400px;
804
- }
805
-
806
- .smart-input-inline-wrapper {
807
- display: inline-block;
808
- }
809
- .smart-input-inline-wrapper .smart-input {
810
- width: 100%;
811
- }
812
-
813
- .smart-input {
814
- /*height: 48px;
815
- max-height: 48px;*/
816
- min-width: 300px;
817
- font-size: 13px;
818
- }
819
- .smart-input-top {
820
- margin-bottom: 5px;
821
- color: #3a3a3a;
822
- }
823
- .smart-input-bottom {
824
- border: 1px solid #d8d7d7;
825
- border-radius: 6px;
826
- padding: 1.5px 2px;
827
- position: relative;
828
- display: flex;
829
- align-items: center;
830
- }
831
- .smart-input-bottom:focus-within {
832
- border-color: var(--header-bg-color);
833
- }
834
- .smart-input-tag {
835
- font-weight: bold;
836
- margin-right: 12px;
837
- margin-left: 12px;
838
- }
839
- .smart-input-tag:first-child {
840
- font-weight: bold;
841
- margin-right: 12px;
842
- margin-left: 0;
843
- }
844
- .smart-input ion-input {
845
- width: auto;
846
- }
847
- .smart-input ion-select {
848
- width: 100%;
849
- --padding-start: 6px;
850
- }
851
- .smart-input-note {
852
- position: absolute;
853
- right: 0;
854
- bottom: -24px;
855
- z-index: 1000000;
856
- font-size: 14px;
857
- color: var(--font-color-lighter);
858
- }
859
- .smart-input-symbol {
860
- width: 20px;
861
- text-align: center;
862
- }
863
- .smart-input-button {
864
- padding-left: 4px;
865
- padding-right: 4px;
866
- display: flex;
867
- align-items: center;
868
- justify-content: center;
869
- }
870
- .smart-input-button ion-icon {
871
- color: var(--button-bg-primary);
872
- font-size: 17px;
873
- padding: 6px;
874
- border-radius: 6px;
875
- cursor: pointer;
876
- }
877
- .smart-input-button ion-icon:hover {
878
- background: rgba(56, 152, 204, 0.09);
879
- }
880
-
881
- .smart-input-large {
882
- max-width: 400px;
883
- min-width: 400px;
884
- }
885
- .smart-input-large ion-select {
886
- width: 100%;
887
- }
888
- .smart-input-large .smart-input-tag {
889
- width: 100% !important;
890
- }
891
-
892
- .smart-input-long {
893
- max-width: 400px;
894
- min-width: 400px;
895
- }
896
-
897
- .smart-input-checkbox {
898
- max-width: 300px;
899
- min-width: 200px;
900
- display: flex;
901
- justify-content: space-between;
902
- background: white;
903
- border: 1px solid #e4e4e4;
904
- border-radius: 6px;
905
- padding: 12.5px 14px;
906
- position: relative;
907
- display: flex;
908
- align-items: center;
909
- }
910
-
911
- .smart-input-objectReference {
912
- height: auto;
913
- max-height: none;
914
- }
915
-
916
- .smart-input-textarea {
917
- display: block;
918
- max-height: 500px;
919
- height: auto;
920
- }
921
- .smart-input-textarea-tag {
922
- width: 100%;
923
- margin-bottom: 4px;
924
- }
925
- .smart-input-textarea ion-textarea {
926
- --padding-start: 0px;
927
- overflow-y: auto;
928
- max-height: 300px;
929
- }
930
-
931
- .checkbox-selector-title {
932
- font-weight: bold;
933
- margin-bottom: 12px;
934
- font-size: 13px;
935
- }
936
- .checkbox-selector-group {
937
- display: flex;
938
- align-items: center;
939
- flex-wrap: wrap;
940
- }
941
-
942
- .group-checkbox {
943
- display: flex;
944
- align-items: center;
945
- padding: 4px 8px;
946
- cursor: pointer;
947
- }
948
- .group-checkbox-checkbox {
949
- margin-right: 12px;
950
- width: 22px;
951
- height: 22px;
952
- display: flex;
953
- align-items: center;
954
- }
955
- .group-checkbox-checkbox ion-checkbox::part(container) {
956
- width: 22px;
957
- height: 22px;
958
- padding: 4px;
959
- }
960
- .group-checkbox-checkbox-smaller {
961
- margin-right: 12px;
962
- width: 19px;
963
- height: 19px;
964
- display: flex;
965
- align-items: center;
966
- }
967
- .group-checkbox-checkbox-smaller ion-checkbox::part(container) {
968
- width: 19px;
969
- height: 19px;
970
- padding: 4px;
971
- }
972
- .group-checkbox-tag {
973
- font-size: 13px;
974
- }
975
-
976
- .element-reference-box {
977
- position: absolute;
978
- display: flex;
979
- align-items: center;
980
- width: 100%;
981
- max-width: 100%;
982
- height: 100%;
983
- background: #EDEDED;
984
- z-index: 100000000000000;
985
- pointer-events: none;
986
- }
987
- .element-reference-box-content {
988
- display: flex;
989
- align-items: center;
990
- }
991
- .element-reference-box-content-reference {
992
- max-width: 130px;
993
- display: flex;
994
- align-items: center;
995
- padding: 4px 6px;
996
- background: #D4D4D4;
997
- border-radius: 6px;
998
- cursor: pointer;
999
- }
1000
- .element-reference-box-content-reference-label {
1001
- margin-right: 2px;
1002
- max-width: 100%;
1003
- white-space: nowrap;
1004
- overflow: hidden;
1005
- text-overflow: ellipsis;
1006
- font-size: 13px;
1007
- }
1008
- .element-reference-box-content-reference-value {
1009
- font-size: 13px;
1010
- }
1011
- .element-reference-box-content-reference-delete {
1012
- display: flex;
1013
- align-items: center;
1014
- font-size: 20px;
1015
- pointer-events: all;
1016
- }
1017
-
1018
- .smart-input-fileselector {
1019
- max-width: inherit;
1020
- min-width: 250px;
1021
- }
1022
-
1023
- .smart-input-filebox {
1024
- height: 100%;
1025
- display: flex;
1026
- align-items: center;
1027
- justify-content: center;
1028
- border-radius: 6px;
1029
- position: relative;
1030
- }
1031
- .smart-input-filebox .element-reference-box {
1032
- left: 0;
1033
- max-width: 220px;
1034
- }
1035
- .smart-input-filebox .element-reference-box .element-reference-box-content-reference {
1036
- max-width: 220px;
1037
- }
1038
- .smart-input-filebox-placeholder {
1039
- max-width: 100%;
1040
- display: flex;
1041
- align-items: center;
1042
- color: var(--button-bg-primary);
1043
- white-space: nowrap;
1044
- overflow: hidden;
1045
- text-overflow: ellipsis;
1046
- }
1047
- .smart-input-filebox-placeholder ion-icon {
1048
- width: 20px;
1049
- min-width: 20px;
1050
- margin-right: 6px;
1051
- font-size: 20px;
1052
- }
1053
-
1054
- .smart-input-filebox {
1055
- height: 35px;
1056
- }
1057
- .smart-input-filebox-box {
1058
- display: flex;
1059
- align-items: center;
1060
- padding: 4px 6px;
1061
- background: #D4D4D4;
1062
- background: #bdd7f3;
1063
- border-radius: 6px;
1064
- color: #515151;
1065
- cursor: pointer;
1066
- position: relative;
1067
- height: 100%;
1068
- }
1069
- .smart-input-filebox-box-text {
1070
- white-space: nowrap;
1071
- overflow: hidden;
1072
- text-overflow: ellipsis;
1073
- max-width: 230px;
1074
- height: 100%;
1075
- display: flex;
1076
- align-items: center;
1077
- }
1078
- .smart-input-filebox-box ion-icon {
1079
- margin-right: 6px;
1080
- width: 20px;
1081
- min-width: 20px;
1082
- max-width: 20px;
1083
- }
1084
- .smart-input-filebox-box-delete {
1085
- position: absolute;
1086
- right: 0;
1087
- min-width: initial;
1088
- max-width: initial;
1089
- width: initial;
1090
- font-size: 25px;
1091
- padding-left: 4px;
1092
- background: #bdd7f3;
1093
- z-index: 100000000000000000000000000000000;
1094
- }
1095
-
1096
- .smart-input-objselectorwidth {
1097
- width: 100%;
1098
- }
1099
-
1100
- .sp-content-body {
1101
- width: 80%;
1102
- margin-left: 10%;
1103
- }
1104
-
1105
- .panel-aside {
1106
- margin-top: 16px;
1107
- width: 300px;
1108
- min-height: 400px;
1109
- border-right: 1px solid #e8e8e8;
1110
- }
1111
- .panel-aside-element {
1112
- width: 100%;
1113
- display: flex;
1114
- align-items: center;
1115
- cursor: pointer;
1116
- padding: 8px;
1117
- border-bottom: 1px solid #e8e8e8;
1118
- }
1119
- .panel-aside-element-left {
1120
- margin-right: 8px;
1121
- }
1122
- .panel-aside-element-img {
1123
- width: 40px;
1124
- border-radius: 50%;
1125
- }
1126
- .panel-aside-element-img img {
1127
- width: 100%;
1128
- }
1129
- .panel-aside-element-title {
1130
- color: var(--font-color);
1131
- font-weight: bold;
1132
- font-size: 15px;
1133
- }
1134
- .panel-aside-element-subtitle {
1135
- color: var(--font-color-lighter);
1136
- font-size: 15px;
1137
- }
1138
- .panel-aside-element:hover {
1139
- background: var(--element-bg-color-active);
1140
- }
1141
-
1142
- .modal-header {
1143
- width: 100%;
1144
- display: flex;
1145
- justify-content: space-between;
1146
- align-items: center;
1147
- background: white;
1148
- position: fixed;
1149
- top: 0;
1150
- z-index: 10000000000000;
1151
- padding: 16px;
1152
- }
1153
- .modal-header-title {
1154
- font-size: 15px;
1155
- font-weight: 600;
1156
- color: #000000;
1157
- margin: 0;
1158
- }
1159
- .modal-header-buttons {
1160
- display: flex;
1161
- align-items: center;
1162
- }
1163
- .modal-header-buttons button {
1164
- margin-left: 8px;
1165
- height: 42px;
1166
- }
1167
-
1168
- .modal-content {
1169
- margin-top: 82px;
1170
- }
1171
-
1172
- .aside-modal-header {
1173
- display: flex;
1174
- justify-content: space-between;
1175
- align-items: center;
1176
- }
1177
- .aside-modal-header-title {
1178
- font-size: 18px;
1179
- font-weight: bold;
1180
- }
1181
-
1182
- .types-accordion svg {
1183
- width: 8px !important;
1184
- }
1185
- .types-accordion ion-accordion {
1186
- width: 94%;
1187
- --background: gray!important;
1188
- }
1189
- .types-accordion ion-accordion ion-item {
1190
- --padding-top: 8px;
1191
- --padding-bottom: 8px;
1192
- }
1193
- .types-accordion ion-accordion ion-item ion-label {
1194
- font-size: 18px;
1195
- }
1196
- .types-accordion ion-accordion ion-item[slot=header] {
1197
- --background: rgba(245, 245, 245, 0.548)!important;
1198
- }
1199
-
1200
- .filter-secundary-btn {
1201
- padding-left: 10px;
1202
- cursor: pointer;
1203
- color: var(--header-bg-color);
1204
- }
1205
-
1206
- .small-padding {
1207
- padding: 6px;
1208
- }
1209
-
1210
- .text-red {
1211
- color: rgb(228, 65, 65);
1212
- }
1213
-
1214
- .sp-modal2 {
1215
- margin-top: 80px;
1216
- padding: 16px;
1217
- }
1218
- .sp-modal2-advanced-filters b {
1219
- font-size: 15px;
1220
- }
1221
- .sp-modal2-title {
1222
- font-weight: bold;
1223
- margin-bottom: 12px;
1224
- font-size: 15px;
1225
- }
1226
- .sp-modal2-title:first-child {
1227
- padding-bottom: 0;
1228
- }
1229
- .sp-modal2-subtitle {
1230
- color: var(--subtitle-font-color-darker);
1231
- margin-bottom: 24px;
1232
- line-height: 22px;
1233
- }
1234
- .sp-modal2-content {
1235
- margin-top: 24px;
1236
- }
1237
- .sp-modal2-content-section {
1238
- margin-bottom: 16px;
1239
- }
1240
- .sp-modal2-card {
1241
- border-radius: 6px;
1242
- box-shadow: 1px 1px 5px 1px rgba(241, 241, 241, 0.7);
1243
- margin-bottom: 16px;
1244
- }
1245
- .sp-modal2-card-title {
1246
- font-weight: 600;
1247
- font-size: 15px;
1248
- padding: 16px;
1249
- cursor: pointer;
1250
- user-select: none;
1251
- position: relative;
1252
- display: flex;
1253
- align-items: center;
1254
- }
1255
- .sp-modal2-card-title i {
1256
- margin-right: 8px;
1257
- color: rgb(70, 70, 70);
1258
- font-size: 20px;
1259
- }
1260
- .sp-modal2-card-title-tag {
1261
- position: absolute;
1262
- top: 7px;
1263
- left: 8px;
1264
- font-size: 14px;
1265
- color: var(--subtitle-font-color-darker);
1266
- display: flex;
1267
- align-items: center;
1268
- }
1269
- .sp-modal2-card-title-tag ion-icon {
1270
- margin-right: 4px;
1271
- }
1272
- .sp-modal2-card-title-buttons {
1273
- position: absolute;
1274
- top: 53%;
1275
- transform: translateY(-50%);
1276
- right: 18px;
1277
- display: flex;
1278
- align-items: center;
1279
- }
1280
- .sp-modal2-card-title-buttons-button {
1281
- margin-left: 8px;
1282
- color: var(--subtitle-font-color-darker);
1283
- font-size: 18px;
1284
- }
1285
- .sp-modal2-card-title-span {
1286
- color: var(--subtitle-font-color-darker);
1287
- }
1288
- .sp-modal2-card-title-withtag {
1289
- padding-top: 28px;
1290
- }
1291
- .sp-modal2-card-content {
1292
- padding: 16px;
1293
- }
1294
- .sp-modal2-card-title-collapsed {
1295
- margin-bottom: 0;
1296
- }
1297
- .sp-modal2-card-title-no-bottom {
1298
- margin-bottom: 0;
1299
- }
1300
- .sp-modal2-card-subtitle {
1301
- font-size: 16px;
1302
- color: var(--subtitle-font-color-darker);
1303
- line-height: 22px;
1304
- margin-bottom: 16px;
1305
- padding: 0 16px;
1306
- }
1307
- .sp-modal2-card-input {
1308
- margin-bottom: 20px;
1309
- }
1310
-
1311
- .checkbox-and-text {
1312
- display: flex;
1313
- align-items: center;
1314
- margin-bottom: 12px;
1315
- }
1316
- .checkbox-and-text ion-checkbox {
1317
- margin-right: 8px;
1318
- }
1319
-
1320
- .modtemplate-header {
1321
- width: 100%;
1322
- border-bottom: 1px solid rgb(226, 226, 226);
1323
- display: flex;
1324
- justify-content: space-between;
1325
- align-items: center;
1326
- padding: 6px 16px;
1327
- }
1328
- .modtemplate-header-left {
1329
- font-size: 18px;
1330
- }
1331
- .modtemplate-header-right {
1332
- width: 40px;
1333
- height: 40px;
1334
- display: flex;
1335
- justify-content: center;
1336
- align-items: center;
1337
- cursor: pointer;
1338
- }
1339
- .modtemplate-header-right ion-icon {
1340
- font-size: 20px;
1341
- }
1342
- .modtemplate-content {
1343
- padding: 16px;
1344
- height: 600px;
1345
- overflow-y: scroll;
1346
- }
1347
- .modtemplate-item1 {
1348
- width: 100%;
1349
- border: 1px solid rgb(226, 226, 226);
1350
- padding: 16px;
1351
- cursor: pointer;
1352
- border-radius: 6px;
1353
- margin-bottom: 16px;
1354
- }
1355
- .modtemplate-item1-header {
1356
- font-size: 18px;
1357
- font-weight: bold;
1358
- max-width: 500px;
1359
- }
1360
- .modtemplate-item1-properties {
1361
- display: flex;
1362
- align-items: flex-start;
1363
- margin-top: 16px;
1364
- }
1365
- .modtemplate-item1-property {
1366
- margin-right: 32px;
1367
- }
1368
- .modtemplate-item1-property-title {
1369
- font-size: 14px;
1370
- color: gray;
1371
- }
1372
- .modtemplate-item1-property-value {
1373
- font-size: 16px;
1374
- white-space: nowrap;
1375
- overflow: hidden;
1376
- text-overflow: ellipsis;
1377
- max-width: 250px;
1378
- }
1379
-
1380
- ion-alert.confirmation-alert {
1381
- --width: 150px;
1382
- z-index: 1000000000000000000000000000000000000000000000000000000000 !important;
1383
- --height: 100px;
1384
- }
1385
-
1386
- .confirmation-alert {
1387
- z-index: 1000000000000000000000000000000000000000000000000000000000;
1388
- }
1389
- .confirmation-alert .alert-wrapper {
1390
- --max-width: auto;
1391
- --width: 350px;
1392
- --height: auto;
1393
- padding: 8px;
1394
- }
1395
-
1396
- .alert-button-confirm {
1397
- background: var(--button-bg-primary) !important;
1398
- color: var(--header-font-color) !important;
1399
- padding: 16px !important;
1400
- border-radius: 6px !important;
1401
- font-size: 16px !important;
1402
- min-width: 130px !important;
1403
- margin: 10px !important;
1404
- display: flex !important;
1405
- align-items: center !important;
1406
- justify-content: center !important;
1407
- user-select: none !important;
1408
- }
1409
-
1410
- .alert-button-cancel {
1411
- background: white !important;
1412
- color: var(--button-bg-primary) !important;
1413
- border: 2px solid var(--button-bg-primary) !important;
1414
- padding: 16px !important;
1415
- border-radius: 6px !important;
1416
- font-size: 16px !important;
1417
- min-width: 130px !important;
1418
- margin: 10px !important;
1419
- display: flex !important;
1420
- align-items: center !important;
1421
- justify-content: center !important;
1422
- user-select: none !important;
1423
- }
1424
-
1425
- .mb-0 {
1426
- margin-bottom: 0 !important;
1427
- }
1428
-
1429
- .pt-16 {
1430
- padding-top: 16px !important;
1431
- }
1432
-
1433
- .tree-level {
1434
- list-style-type: none;
1435
- margin-left: 40px;
1436
- padding-left: 15px;
1437
- border-left: 2px solid #ddd;
1438
- width: 540px;
1439
- }
1440
-
1441
- .tree-level > li {
1442
- margin-top: 10px;
1443
- position: relative;
1444
- }
1445
-
1446
- .tree-level > li > div {
1447
- display: flex;
1448
- align-items: center;
1449
- background-color: #f5f5f5;
1450
- border-radius: 5px;
1451
- padding: 10px;
1452
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
1453
- transition: all 0.3s ease;
1454
- gap: 15px;
1455
- }
1456
-
1457
- .tree-level > li > div > * {
1458
- margin-right: 15px;
1459
- }
1460
-
1461
- .tree-level > li > div:hover {
1462
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
1463
- transform: translateY(-2px);
1464
- }
1465
-
1466
- .tree-add-button {
1467
- background-color: #3F51B5;
1468
- border: none;
1469
- border-radius: 3px;
1470
- color: white;
1471
- cursor: pointer;
1472
- font-size: 14px;
1473
- padding: 5px 15px;
1474
- text-align: center;
1475
- text-decoration: none;
1476
- display: inline-block;
1477
- transition-duration: 0.4s;
1478
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
1479
- margin-left: 10px;
1480
- }
1481
-
1482
- .tree-delete-button {
1483
- font-size: 18px;
1484
- color: red;
1485
- }
1486
-
1487
- .tree-delete-button:hover {
1488
- transform: scale(1.18);
1489
- }
1490
-
1491
- .tree-add-button:hover {
1492
- background-color: #303F9F;
1493
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
1494
- }
1495
-
1496
- .tree-add-button:active {
1497
- transform: scale(0.98);
1498
- }
1499
-
1500
- .tree-level select {
1501
- background-color: #f9f9f9;
1502
- border: 1px solid #ccc;
1503
- border-radius: 3px;
1504
- padding: 5px 10px;
1505
- font-size: 14px;
1506
- outline: none;
1507
- transition: border-color 0.3s ease;
1508
- }
1509
-
1510
- .tree-level select:hover {
1511
- border-color: #3F51B5;
1512
- }
1513
-
1514
- .type-label {
1515
- color: #696868;
1516
- font-size: 0.9em;
1517
- margin-right: 5px;
1518
- }
1519
-
1520
1
  :root {
1521
2
  --ds-white-font: white;
1522
3
  --ds-gray-font: #5B5B5B;
@@ -2368,7 +849,7 @@ ion-alert.confirmation-alert {
2368
849
  color: var(--ds-buttonsgroup-navigation-button-color);
2369
850
  }
2370
851
 
2371
- .ds-input-searchbar ion-input, .ds-input-primary-range ion-input, .ds-input-primary-content ion-textarea, .ds-input-primary-content ion-input, .ds-input-primary-content ion-select, .ds-input-primary-content input {
852
+ .ds-input-searchbar ion-input, .ds-input-primary-range ion-input, .ds-input-primary-content ion-textarea, .ds-input-primary-content ion-input, .ds-input-primary-content ion-select {
2372
853
  height: var(--ds-input-height);
2373
854
  font-size: var(--ds-input-font-size);
2374
855
  border-radius: var(--ds-input-border-radius);
@@ -2379,11 +860,11 @@ ion-alert.confirmation-alert {
2379
860
  font-family: var(--ds-input-font-family) !important;
2380
861
  transition: var(--ds-input-transition);
2381
862
  }
2382
- .ds-input-searchbar ion-input:focus-within, .ds-input-primary-range ion-input:focus-within, .ds-input-primary-content ion-textarea:focus-within, .ds-input-primary-content ion-input:focus-within, .ds-input-primary-content ion-select:focus-within, .ds-input-primary-content input:focus-within {
863
+ .ds-input-searchbar ion-input:focus-within, .ds-input-primary-range ion-input:focus-within, .ds-input-primary-content ion-textarea:focus-within, .ds-input-primary-content ion-input:focus-within, .ds-input-primary-content ion-select:focus-within {
2383
864
  box-shadow: 0 0 0 2px var(--ds-primary-color);
2384
865
  transition: 0.1s all ease;
2385
866
  }
2386
- .ds-input-searchbar ion-input:disabled, .ds-input-primary-range ion-input:disabled, .ds-input-primary-content ion-textarea:disabled, .ds-input-primary-content ion-input:disabled, .ds-input-primary-content ion-select:disabled, .ds-input-searchbar ion-input[disabled], .ds-input-primary-range ion-input[disabled], .ds-input-primary-content ion-textarea[disabled], .ds-input-primary-content ion-input[disabled], .ds-input-primary-content ion-select[disabled], .ds-input-primary-content input:disabled {
867
+ .ds-input-searchbar ion-input:disabled, .ds-input-primary-range ion-input:disabled, .ds-input-primary-content ion-textarea:disabled, .ds-input-primary-content ion-input:disabled, .ds-input-primary-content ion-select:disabled, .ds-input-searchbar ion-input[disabled], .ds-input-primary-range ion-input[disabled], .ds-input-primary-content ion-textarea[disabled], .ds-input-primary-content ion-input[disabled], .ds-input-primary-content ion-select[disabled] {
2387
868
  cursor: not-allowed;
2388
869
  pointer-events: none;
2389
870
  opacity: 0.4;
@@ -2521,15 +1002,6 @@ ion-alert.confirmation-alert {
2521
1002
  box-shadow: 0 0 0 2px var(--ds-primary-color);
2522
1003
  }
2523
1004
 
2524
- input {
2525
- border: none;
2526
- outline: none;
2527
- }
2528
-
2529
- .ds-input-primary:focus-within .ds-input-primary-content input {
2530
- box-shadow: 0 0 0 2px var(--ds-primary-color);
2531
- }
2532
-
2533
1005
  .ds-input-references {
2534
1006
  font-family: var(--ds-input-font-family) !important;
2535
1007
  }
@@ -2550,7 +1022,7 @@ input {
2550
1022
  .ds-input-references-buttons button:first-child {
2551
1023
  margin-right: 12px;
2552
1024
  }
2553
- .ds-input-searchbar ion-input, .ds-input-primary-content ion-input, .ds-input-primary-content ion-select, .ds-input-primary-content ion-textarea, .ds-input-primary-range ion-input, .ds-input-primary-content input {
1025
+ .ds-input-searchbar ion-input, .ds-input-primary-content ion-input, .ds-input-primary-content ion-select, .ds-input-primary-content ion-textarea, .ds-input-primary-range ion-input {
2554
1026
  height: var(--ds-input-height);
2555
1027
  font-size: var(--ds-input-font-size);
2556
1028
  border-radius: var(--ds-input-border-radius);
@@ -2561,11 +1033,11 @@ input {
2561
1033
  font-family: var(--ds-input-font-family) !important;
2562
1034
  transition: var(--ds-input-transition);
2563
1035
  }
2564
- .ds-input-searchbar ion-input:focus-within, .ds-input-primary-content ion-input:focus-within, .ds-input-primary-content ion-select:focus-within, .ds-input-primary-content ion-textarea:focus-within, .ds-input-primary-range ion-input:focus-within, .ds-input-primary-content input:focus-within {
1036
+ .ds-input-searchbar ion-input:focus-within, .ds-input-primary-content ion-input:focus-within, .ds-input-primary-content ion-select:focus-within, .ds-input-primary-content ion-textarea:focus-within, .ds-input-primary-range ion-input:focus-within {
2565
1037
  box-shadow: 0 0 0 2px var(--ds-primary-color);
2566
1038
  transition: 0.1s all ease;
2567
1039
  }
2568
- .ds-input-searchbar ion-input:disabled, .ds-input-primary-content ion-input:disabled, .ds-input-primary-content ion-select:disabled, .ds-input-primary-content ion-textarea:disabled, .ds-input-primary-range ion-input:disabled, .ds-input-searchbar ion-input[disabled], .ds-input-primary-content ion-input[disabled], .ds-input-primary-content ion-select[disabled], .ds-input-primary-content ion-textarea[disabled], .ds-input-primary-range ion-input[disabled], .ds-input-primary-content input:disabled {
1040
+ .ds-input-searchbar ion-input:disabled, .ds-input-primary-content ion-input:disabled, .ds-input-primary-content ion-select:disabled, .ds-input-primary-content ion-textarea:disabled, .ds-input-primary-range ion-input:disabled, .ds-input-searchbar ion-input[disabled], .ds-input-primary-content ion-input[disabled], .ds-input-primary-content ion-select[disabled], .ds-input-primary-content ion-textarea[disabled], .ds-input-primary-range ion-input[disabled] {
2569
1041
  cursor: not-allowed;
2570
1042
  pointer-events: none;
2571
1043
  opacity: 0.4;
@@ -2703,10 +1175,6 @@ input {
2703
1175
  box-shadow: 0 0 0 2px var(--ds-primary-color);
2704
1176
  }
2705
1177
 
2706
- .ds-input-primary:focus-within .ds-input-primary-content input {
2707
- box-shadow: 0 0 0 2px var(--ds-primary-color);
2708
- }
2709
-
2710
1178
  .ds-input-references {
2711
1179
  font-family: var(--ds-input-font-family) !important;
2712
1180
  }
@@ -3347,6 +1815,20 @@ ion-popover.ds-popover-primary {
3347
1815
  flex-direction: column;
3348
1816
  }
3349
1817
 
1818
+ @media screen and (max-width: 600px) {
1819
+ .ds-screen {
1820
+ padding-left: 4px;
1821
+ padding-right: 4px;
1822
+ padding-top: 3x;
1823
+ padding-bottom: 3px;
1824
+ }
1825
+ }
1826
+ @media screen and (max-width: 1000px) {
1827
+ .ds-screen-header {
1828
+ overflow: auto;
1829
+ min-height: 50px;
1830
+ }
1831
+ }
3350
1832
  .ds-screen-loader {
3351
1833
  width: 100%;
3352
1834
  display: flex;
@@ -3377,6 +1859,7 @@ ion-popover.ds-popover-primary {
3377
1859
  font-weight: bold;
3378
1860
  }
3379
1861
  .ds-screen-header-results-count {
1862
+ padding-left: 10px;
3380
1863
  font-family: var(--ds-screen-header-title-font-family);
3381
1864
  font-size: var(--ds-screen-header-results-count-font-size);
3382
1865
  color: var(--ds-screen-header-title-font-color);
@@ -3808,6 +2291,11 @@ ion-popover.ds-popover-primary {
3808
2291
  width: 3px;
3809
2292
  }
3810
2293
 
2294
+ @media screen and (max-width: 600px) {
2295
+ .ds-row-expanded {
2296
+ overflow: auto;
2297
+ }
2298
+ }
3811
2299
  .ds-row-expanded-aside {
3812
2300
  padding: var(--ds-row-expanded-aside-padding-vertical) var(--ds-row-expanded-aside-padding-horizontal);
3813
2301
  overflow-x: hidden;
@@ -3829,6 +2317,7 @@ ion-popover.ds-popover-primary {
3829
2317
  .ds-row-expanded-body {
3830
2318
  width: 100%;
3831
2319
  position: relative;
2320
+ min-width: 500px;
3832
2321
  }
3833
2322
  .ds-row-expanded-body .ds-header-basic {
3834
2323
  width: auto;
@@ -4240,7 +2729,7 @@ ion-popover.ds-popover-primary {
4240
2729
  width: 4px;
4241
2730
  }
4242
2731
 
4243
- .ds-card-withimage, .ds-card-kanban, .ds-card-gallery {
2732
+ .ds-card-statistic, .ds-card-withimage, .ds-card-kanban, .ds-card-gallery {
4244
2733
  background: var(--ds-card-background);
4245
2734
  border-radius: var(--ds-card-border-radius);
4246
2735
  box-shadow: var(--ds-card-box-shadow);
@@ -4342,6 +2831,50 @@ ion-popover.ds-popover-primary {
4342
2831
  height: var(--ds-card-image-height);
4343
2832
  }
4344
2833
 
2834
+ .ds-card-no-shadow {
2835
+ box-shadow: none !important;
2836
+ }
2837
+
2838
+ .ds-card-statistic {
2839
+ background: #f6f7f9;
2840
+ padding: 0 !important;
2841
+ display: inline-block;
2842
+ }
2843
+ .ds-card-statistic-content {
2844
+ display: flex;
2845
+ align-items: center;
2846
+ padding: var(--ds-card-padding);
2847
+ }
2848
+ .ds-card-statistic-left {
2849
+ display: flex;
2850
+ align-items: center;
2851
+ margin-right: var(--ds-modal-header-title-margin-right);
2852
+ }
2853
+ .ds-card-statistic-right-title {
2854
+ font-size: 16px;
2855
+ font-weight: bold;
2856
+ }
2857
+ .ds-card-statistic-right-subtitle {
2858
+ font-size: 14px;
2859
+ margin-bottom: 4px;
2860
+ }
2861
+
2862
+ .ds-icon-square-background {
2863
+ background: rgba(70, 113, 223, 0.2);
2864
+ border-radius: 12px;
2865
+ display: flex;
2866
+ justify-content: center;
2867
+ align-items: center;
2868
+ width: 36px;
2869
+ height: 36px;
2870
+ }
2871
+ .ds-icon-square-background ion-icon {
2872
+ color: rgb(70, 113, 223);
2873
+ font-size: 18px;
2874
+ min-width: 18px;
2875
+ width: 18px;
2876
+ }
2877
+
4345
2878
  .ds-card-p-title {
4346
2879
  font-size: var(--ds-global-font-size-large);
4347
2880
  color: var(--ds-black-font);
@@ -4532,244 +3065,5 @@ ion-popover.ds-popover-primary {
4532
3065
  min-width: 190px !important;
4533
3066
  }
4534
3067
  }
4535
- ::ng-deep ngs-code-editor {
4536
- font-family: "Inconsolata", monospace !important;
4537
- }
4538
-
4539
- ion-modal {
4540
- --height: 70%;
4541
- --width: 97%;
4542
- --border-radius: 16px;
4543
- --box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
4544
- z-index: 10000000 !important;
4545
- }
4546
-
4547
- .modal-too-much-elements {
4548
- --height: auto;
4549
- --width: 700px;
4550
- }
4551
-
4552
- .popover-template-import {
4553
- --width: 700px;
4554
- --height: auto;
4555
- }
4556
-
4557
- .modal-choose-plantilla {
4558
- --width: 1300px;
4559
- --height: 85%;
4560
- }
4561
-
4562
- .loader-import-template {
4563
- z-index: 10000000000000000000000000000000000 !important;
4564
- }
4565
-
4566
- .filter-modal {
4567
- --height: 100%;
4568
- --width: 24%;
4569
- --min-width: 400px;
4570
- align-items: start;
4571
- justify-content: end;
4572
- --backdrop-opacity: 0;
4573
- }
4574
-
4575
- ion-modal::part(backdrop) {
4576
- background: rgb(209, 213, 219);
4577
- opacity: 1;
4578
- }
4579
-
4580
- .filter-modal::part(backdrop) {
4581
- opacity: 0;
4582
- background: white;
4583
- }
4584
-
4585
- ion-modal ion-toolbar {
4586
- --background: rgb(14 116 144);
4587
- --color: white;
4588
- }
4589
-
4590
- .formulas-modal {
4591
- --height: 100%;
4592
- --width: 35%;
4593
- --border-radius: 16px;
4594
- --box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
4595
- --border-radius: 0;
4596
- align-items: start;
4597
- justify-content: end;
4598
- --backdrop-opacity: 0;
4599
- }
4600
-
4601
- .formulas-modal::part(backdrop) {
4602
- opacity: 0;
4603
- background: white;
4604
- }
4605
-
4606
- .header-buttons {
4607
- color: white;
4608
- }
4609
-
4610
- ion-modal.add-modal::part(content) {
4611
- --height: 70%;
4612
- position: absolute;
4613
- top: 5%;
4614
- --width: 50%;
4615
- border-radius: 25px;
4616
- display: block;
4617
- }
4618
-
4619
- ion-popover {
4620
- --backdrop-opacity: 0;
4621
- z-index: 200030000 !important;
4622
- }
4623
-
4624
- .popover-date-range {
4625
- --width: auto;
4626
- }
4627
-
4628
- .modal-object-selector {
4629
- --width: 600px;
4630
- --height: 550px;
4631
- }
4632
-
4633
- .modal-object-creator {
4634
- --height: 100%;
4635
- --width: 400px;
4636
- --min-width: 400px;
4637
- align-items: start;
4638
- justify-content: end;
4639
- background-color: transparent !important;
4640
- pointer-events: none !important;
4641
- }
4642
-
4643
- .modal-object-creator::part(backdrop) {
4644
- display: none !important;
4645
- }
4646
-
4647
- .modal-object-creator-2 {
4648
- margin-right: 40px;
4649
- }
4650
-
4651
- .modal-object-creator-3 {
4652
- margin-right: 80px;
4653
- }
4654
-
4655
- .modal-object-creator-4 {
4656
- margin-right: 120px;
4657
- }
4658
-
4659
- .modal-object-creator-5 {
4660
- margin-right: 160px;
4661
- }
4662
-
4663
- .modal-object-creator-6 {
4664
- margin-right: 200px;
4665
- }
4666
-
4667
- .modal-object-creator-7 {
4668
- margin-right: 240px;
4669
- }
4670
-
4671
- .modal-object-creator-8 {
4672
- margin-right: 280px;
4673
- }
4674
-
4675
- .modal-object-creator-9 {
4676
- margin-right: 320px;
4677
- }
4678
-
4679
- .modal-object-creator-10 {
4680
- margin-right: 360px;
4681
- }
4682
-
4683
- .modal-object-creator-11 {
4684
- margin-right: 400px;
4685
- }
4686
-
4687
- .modal-object-creator-12 {
4688
- margin-right: 440px;
4689
- }
4690
-
4691
- .modal-object-creator-13 {
4692
- margin-right: 500px;
4693
- }
4694
-
4695
- .statistics-modal {
4696
- --height: 100%;
4697
- --width: 20%;
4698
- --min-width: 400px;
4699
- align-items: start;
4700
- justify-content: end;
4701
- --backdrop-opacity: 0;
4702
- }
4703
-
4704
- .sp-loader-spinner {
4705
- position: absolute;
4706
- top: 50%;
4707
- left: 50%;
4708
- transform: translate(-50%, -50%);
4709
- display: flex;
4710
- flex-direction: column;
4711
- align-items: center;
4712
- }
4713
-
4714
- .data-values-modal {
4715
- --width: 90%!important;
4716
- }
4717
-
4718
- ion-toast.toast-success {
4719
- --background: #34a853;
4720
- --color: white;
4721
- --min-width: 800px;
4722
- }
4723
-
4724
- ion-toast.toast-success::part(message) {
4725
- font-size: 18px;
4726
- --color: white;
4727
- }
4728
-
4729
- ion-toast.toast-success::part(icon) {
4730
- font-size: 24px;
4731
- --color: white;
4732
- }
4733
-
4734
- ion-toast.toast-success::part(container) {
4735
- padding: 8px 8px;
4736
- }
4737
-
4738
- ion-toast.toast-success-little {
4739
- --background: #34a853;
4740
- --color: white;
4741
- --min-width: 800px;
4742
- }
4743
-
4744
- ion-toast.toast-success-little::part(message) {
4745
- font-size: 18px;
4746
- --color: white;
4747
- }
4748
-
4749
- ion-toast.toast-success-little::part(icon) {
4750
- font-size: 24px;
4751
- --color: white;
4752
- }
4753
-
4754
- ion-toast.toast-error-little {
4755
- --background: #ea4335;
4756
- --color: white;
4757
- --min-width: 800px;
4758
- }
4759
-
4760
- ion-toast.toast-error-little::part(message) {
4761
- font-size: 18px;
4762
- --color: white;
4763
- }
4764
-
4765
- ion-toast.toast-error-little::part(icon) {
4766
- font-size: 24px;
4767
- --color: white;
4768
- }
4769
-
4770
- .calendarDayItemsModal {
4771
- --height: 70%;
4772
- --width: 45%;
4773
- }
4774
3068
 
4775
- /*# sourceMappingURL=totalum-styles.css.map */
3069
+ /*# sourceMappingURL=totalum-design-system.css.map */