profoundjs 7.4.0 → 7.6.0

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 (55) hide show
  1. package/LICENSE.txt +27 -25
  2. package/htdocs/jszip/FileSaver.min.js +2 -2
  3. package/htdocs/profoundui/proddata/css/atrium.css +201 -201
  4. package/htdocs/profoundui/proddata/css/designer_respeditor.css +91 -91
  5. package/htdocs/profoundui/proddata/css/ipademulator.css +38 -38
  6. package/htdocs/profoundui/proddata/css/iphoneemulator.css +29 -29
  7. package/htdocs/profoundui/proddata/css/jumpstart.css +442 -442
  8. package/htdocs/profoundui/proddata/css/key_management.css +122 -122
  9. package/htdocs/profoundui/proddata/css/logic.css +1669 -1665
  10. package/htdocs/profoundui/proddata/css/markdown.css +754 -754
  11. package/htdocs/profoundui/proddata/css/profoundai.css +42 -0
  12. package/htdocs/profoundui/proddata/css/puisplash.css +186 -186
  13. package/htdocs/profoundui/proddata/css/qtips.css +32 -32
  14. package/htdocs/profoundui/proddata/html/genieframe.html +25 -25
  15. package/htdocs/profoundui/proddata/js/designer.js +4022 -4002
  16. package/htdocs/profoundui/proddata/js/key_management.js +34 -34
  17. package/htdocs/profoundui/proddata/js/profoundai.js +26 -0
  18. package/htdocs/profoundui/proddata/js/rich-display-react-component.js +45 -45
  19. package/htdocs/profoundui/proddata/js/rich-display-vue-component.js +28 -28
  20. package/htdocs/profoundui/proddata/js/runtime.js +1373 -1369
  21. package/htdocs/profoundui/proddata/js/soapclient.js +419 -419
  22. package/htdocs/profoundui/proddata/typings/profoundjs.d.ts +881 -881
  23. package/htdocs/profoundui/proddata/typings/profoundui.d.ts +388 -388
  24. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-gray.css +414 -414
  25. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-olive.css +623 -623
  26. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-slate.css +672 -672
  27. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-steel.css +10437 -10437
  28. package/htdocs/profoundui/userdata/css/atrium_banner.css +13 -13
  29. package/htdocs/profoundui/userdata/css/atrium_home.css +37 -37
  30. package/htdocs/profoundui/userdata/custom/themes/enhanced.js +104 -104
  31. package/htdocs/profoundui/userdata/custom/themes/hybrid.js +109 -109
  32. package/htdocs/profoundui/userdata/custom/themes/standard.js +68 -68
  33. package/htdocs/profoundui/userdata/custom/widgets/googlemaps.js +139 -139
  34. package/htdocs/profoundui/userdata/custom/widgets/listbox.js +37 -37
  35. package/htdocs/profoundui/userdata/custom/widgets/panel.js +74 -74
  36. package/htdocs/profoundui/userdata/custom/widgets/styled_button.js +71 -71
  37. package/htdocs/profoundui/userdata/custom/widgets/tabpanel.js +61 -61
  38. package/htdocs/profoundui/userdata/genie skins/Classic/Classic.css +562 -562
  39. package/htdocs/profoundui/userdata/genie skins/Classic/custom.js +3 -3
  40. package/htdocs/profoundui/userdata/genie skins/Gradient/Gradient.css +616 -616
  41. package/htdocs/profoundui/userdata/genie skins/Gradient/adjusted columns custom.js +83 -83
  42. package/htdocs/profoundui/userdata/genie skins/Gradient/custom.js +83 -83
  43. package/htdocs/profoundui/userdata/genie skins/Hybrid/Hybrid.css +616 -616
  44. package/htdocs/profoundui/userdata/genie skins/Hybrid/custom.js +330 -330
  45. package/htdocs/profoundui/userdata/genie skins/Plain/Plain.css +546 -546
  46. package/htdocs/profoundui/userdata/genie skins/Plain/custom.js +6 -6
  47. package/htdocs/profoundui/userdata/genie skins/Skyline/Skyline.css +753 -753
  48. package/htdocs/profoundui/userdata/genie skins/Skyline/adjusted columns custom.js +97 -97
  49. package/htdocs/profoundui/userdata/genie skins/Skyline/custom.js +97 -97
  50. package/htdocs/profoundui/userdata/genie skins/Tablet/Tablet.css +743 -743
  51. package/htdocs/profoundui/userdata/genie skins/Tablet/custom.js +153 -153
  52. package/htdocs/profoundui/userdata/samples/ordentry/OrdEntry.js +92 -92
  53. package/package.json +3 -2
  54. package/profound.jse +1 -1
  55. package/setup/pjsdist.savf +0 -0
@@ -1,1665 +1,1669 @@
1
- #_logic_routine_dialog .x-window-header-text {
2
- cursor: default;
3
- }
4
-
5
- #_logic_routine_dialog .x-window-header-text select {
6
- font-size: 15px;
7
- font-weight: normal;
8
- border: 1px solid #ddd;
9
- cursor: default;
10
- background: transparent;
11
- }
12
-
13
- .pui-wf-edit-name {
14
- font-size: 14px;
15
- cursor: pointer;
16
- color: #666;
17
- }
18
-
19
- .pui-wf-edit-name:hover {
20
- color: #ef8200;
21
- }
22
-
23
- .pui-wf-switch-to-code {
24
- font-size: 14px;
25
- cursor: pointer;
26
- color: #666;
27
- border: 1px solid #ffff;
28
- padding: 1px;
29
- }
30
-
31
- .pui-wf-switch-to-code:hover {
32
- color: #ef8200;
33
- }
34
-
35
- .pui-wf-collapse-all {
36
- font-size: 14px;
37
- cursor: pointer;
38
- color: #666;
39
- border: 1px solid #ffff;
40
- padding: 1px;
41
- }
42
-
43
- .pui-wf-collapse-all:hover {
44
- color: #ef8200;
45
- }
46
-
47
- .pui-wf-expand-all {
48
- font-size: 14px;
49
- cursor: pointer;
50
- color: #666;
51
- border: 1px solid #ffff;
52
- padding: 1px;
53
- }
54
-
55
- .pui-wf-expand-all:hover {
56
- color: #ef8200;
57
- }
58
-
59
-
60
- div.pui-wf-designer {
61
- white-space: normal;
62
- margin: 20px;
63
- }
64
-
65
- div.pui-wf-action {
66
- color: #86c1eb;
67
- font-weight: bold;
68
- display: inline-block;
69
- border: 1px solid #666666;
70
- border-radius: 10px;
71
- height: 100px;
72
- min-width: 55px;
73
- margin: 10px;
74
- background-color: #fcfcfc;
75
- cursor: move;
76
- white-space: normal;
77
- vertical-align: top;
78
- user-select: none;
79
- -moz-user-select: none;
80
- -webkit-user-select: none;
81
- -ms-user-select: none;
82
- }
83
-
84
- div.pui-wf-placeholder {
85
- display: inline-block;
86
- border: 2px dotted #009900;
87
- border-radius: 10px;
88
- height: 100px;
89
- min-width: 55px;
90
- margin: 10px;
91
- cursor: default;
92
- white-space: normal;
93
- vertical-align: top;
94
- user-select: none;
95
- -moz-user-select: none;
96
- -webkit-user-select: none;
97
- -ms-user-select: none;
98
- }
99
-
100
- div.pui-wf-structure-start {
101
- color: #c586c0;
102
- display: inline-block;
103
- border-top: 2px solid #c586c0;
104
- border-bottom: 2px solid #c586c0;
105
- border-left: 2px solid #c586c0;
106
- border-top-left-radius: 25px;
107
- border-bottom-left-radius: 25px;
108
- height: 140px;
109
- min-width: 55px;
110
- margin: 15px 15px -10px 15px;
111
- cursor: move;
112
- white-space: normal;
113
- vertical-align: top;
114
- user-select: none;
115
- -moz-user-select: none;
116
- -webkit-user-select: none;
117
- -ms-user-select: none;
118
- position: relative;
119
- top: -20px;
120
- }
121
-
122
- div.pui-wf-structure-start div.pui-wf-action-text:before {
123
- content: "";
124
- position: absolute;
125
- left: 27px;
126
- top: -5px;
127
- width: calc(100% - 27px);
128
- height: 10px;
129
- background-color: #fff;
130
- }
131
-
132
- div.pui-wf-structure-start div.pui-wf-action-text:after {
133
- content: "";
134
- position: absolute;
135
- left: 27px;
136
- top: calc(100% - 5px);
137
- width: calc(100% - 27px);
138
- height: 10px;
139
- background-color: #fff;
140
- }
141
-
142
- div.pui-wf-proxy div.pui-wf-action-text:before {
143
- background-color: transparent;
144
- }
145
-
146
- div.pui-wf-proxy div.pui-wf-action-text:after {
147
- background-color: transparent;
148
- }
149
-
150
- div.pui-wf-structure-start.pui-wf-proxy {
151
- border-top: 0px;
152
- border-bottom: 0px;
153
- }
154
-
155
- div.pui-wf-structure-start.pui-wf-proxy {
156
- border-top: 0px;
157
- border-bottom: 0px;
158
- }
159
-
160
-
161
- div.pui-wf-placeholder-start {
162
- display: inline-block;
163
- border-top: 0px;
164
- border-bottom: 0px;
165
- border-left: 2px dotted #009900;
166
- border-top-left-radius: 25px;
167
- border-bottom-left-radius: 25px;
168
- height: 140px;
169
- min-width: 55px;
170
- margin: 15px;
171
- cursor: default;
172
- white-space: normal;
173
- vertical-align: top;
174
- user-select: none;
175
- -moz-user-select: none;
176
- -webkit-user-select: none;
177
- -ms-user-select: none;
178
- position: relative;
179
- top: -21px;
180
- }
181
-
182
- div.pui-wf-structure-end {
183
- display: inline-block;
184
- border-top: 2px solid #c586c0;
185
- border-bottom: 2px solid #c586c0;
186
- border-right: 2px solid #c586c0;
187
- border-top-right-radius: 25px;
188
- border-bottom-right-radius: 25px;
189
- height: 140px;
190
- width: 25px;
191
- margin: 15px 15px -10px 15px;
192
- margin-right: 0px;
193
- cursor: move;
194
- white-space: normal;
195
- vertical-align: top;
196
- user-select: none;
197
- -moz-user-select: none;
198
- -webkit-user-select: none;
199
- -ms-user-select: none;
200
- position: relative;
201
- top: -20px;
202
- left: -25px;
203
- }
204
-
205
- div.pui-wf-placeholder-end {
206
- display: inline-block;
207
- border-top: 2px dotted #009900;
208
- border-bottom: 2px dotted #009900;
209
- border-right: 2px dotted #009900;
210
- border-top-right-radius: 25px;
211
- border-bottom-right-radius: 25px;
212
- height: 140px;
213
- width: 27px;
214
- margin: 15px;
215
- margin-left: -10px;
216
- cursor: default;
217
- white-space: normal;
218
- vertical-align: top;
219
- user-select: none;
220
- -moz-user-select: none;
221
- -webkit-user-select: none;
222
- -ms-user-select: none;
223
- position: relative;
224
- top: -21px;
225
- }
226
-
227
- div.pui-wf-placeholder-indicator {
228
- display: inline-block;
229
- margin: 5px;
230
- margin-top: 60px;
231
- font-size: 15px;
232
- color: #009900;
233
- cursor: default;
234
- white-space: normal;
235
- vertical-align: top;
236
- user-select: none;
237
- -moz-user-select: none;
238
- -webkit-user-select: none;
239
- -ms-user-select: none;
240
- position: relative;
241
- }
242
-
243
- div.pui-wf-placeholder-collapsed {
244
- display: inline-block;
245
- position: relative;
246
- vertical-align: top;
247
- top: -21px;
248
- }
249
-
250
- div.pui-wf-placeholder-collapsed div.pui-wf-placeholder-start {
251
- display: absolute;
252
- top: 0px;
253
- }
254
-
255
- div.pui-wf-placeholder-collapsed div.pui-wf-placeholder-end {
256
- display: absolute;
257
- top: 0px;
258
- }
259
-
260
- div.pui-wf-placeholder-collapsed div.pui-wf-placeholder-indicator {
261
- display: absolute;
262
- top: 21px;
263
- }
264
-
265
- div.pui-wf-level-2 {
266
- color: #69f;
267
- border-top-color: #69f;
268
- border-bottom-color: #69f;
269
- border-left-color: #69f;
270
- border-right-color: #69f;
271
- transform: scale(.96);
272
- }
273
-
274
- div.pui-wf-level-3 {
275
- color: #888;
276
- border-top-color: #888;
277
- border-bottom-color: #888;
278
- border-left-color: #888;
279
- border-right-color: #888;
280
- transform: scale(.93);
281
- }
282
-
283
- div.pui-wf-level-4 {
284
- color: #c96;
285
- border-top-color: #c96;
286
- border-bottom-color: #c96;
287
- border-left-color: #c96;
288
- border-right-color: #c96;
289
- transform: scale(.88);
290
- }
291
-
292
- div.pui-wf-level-5 {
293
- color: #aaa;
294
- border-top-color: #aaa;
295
- border-bottom-color: #aaa;
296
- border-left-color: #aaa;
297
- border-right-color: #aaa;
298
- transform: scale(.86);
299
- }
300
-
301
- div.pui-wf-action-addnew {
302
- background-color: #ffffff;
303
- border: 1px dashed #666666;
304
- color: #999999;
305
- cursor: pointer;
306
- }
307
-
308
- div.pui-wf-action-text {
309
- white-space: normal;
310
- text-align: center;
311
- font-family: sans-serif;
312
- font-size: 16px;
313
- line-height: 22px;
314
- height: 80px;
315
- width: 100%;
316
- margin-top: 40px;
317
- padding-right: 25px;
318
- }
319
-
320
- div.pui-wf-structure-start div.pui-wf-action-text {
321
- margin-top: 60px;
322
- }
323
-
324
- div.pui-wf-arrow {
325
- display: inline-block;
326
- margin: 5px;
327
- margin-top: 60px;
328
- font-size: 15px;
329
- color: #ef8200;
330
- cursor: default;
331
- user-select: none;
332
- -moz-user-select: none;
333
- -webkit-user-select: none;
334
- -ms-user-select: none;
335
- }
336
-
337
- div.pui-wf-comment {
338
- color: #999999;
339
- font-size: 15px;
340
- float: left;
341
- position: relative;
342
- top: -45px;
343
- left: calc(100% - 69px);
344
- cursor: pointer;
345
- visibility: visible;
346
- }
347
-
348
- div.pui-wf-comment-empty {
349
- visibility: hidden;
350
- }
351
-
352
- div.pui-wf-comment:hover {
353
- color: #ef8200;
354
- }
355
-
356
- div.pui-wf-edit {
357
- color: #999999;
358
- font-size: 15px;
359
- float: left;
360
- position: relative;
361
- top: -45px;
362
- left: calc(100% - 61px);
363
- cursor: pointer;
364
- }
365
-
366
- div.pui-wf-edit:hover {
367
- color: #ef8200;
368
- }
369
-
370
- div.pui-wf-remove {
371
- color: #999999;
372
- font-size: 15px;
373
- float: left;
374
- position: relative;
375
- top: -45px;
376
- left: calc(100% - 53px);
377
- cursor: pointer;
378
- }
379
-
380
- .pui-wf-remove:hover {
381
- color: #ef8200;
382
- }
383
-
384
- div.pui-wf-hide-show {
385
- color: #999999;
386
- font-size: 15px;
387
- float: left;
388
- position: relative;
389
- top: -7.5px;
390
- left: 35px;
391
- cursor: pointer;
392
- }
393
-
394
- .pui-wf-hide-show:hover {
395
- color: #ef8200;
396
- }
397
-
398
- div.pui-wf-collapsed-indicator {
399
- margin: 5px;
400
- margin-top: 60px;
401
- font-size: 15px;
402
- color: #999999;
403
- cursor: pointer;
404
- }
405
-
406
- .pui-wf-collapsed-indicator:hover {
407
- color: #ef8200;
408
- }
409
-
410
- div.pui-wf-hidden {
411
- display: none;
412
- }
413
-
414
- .pui-wf-dialog {
415
- position: absolute;
416
- border: 1px;
417
- width: 475px;
418
- min-width: 320px;
419
- z-index: 10000;
420
- }
421
-
422
- .pui-wf-dialog-header {
423
- background-color: #333333;
424
- cursor: move;
425
- height: 45px;
426
- border-top-left-radius: 5px;
427
- border-top-right-radius: 5px;
428
- }
429
-
430
- .pui-wf-description-box {
431
- margin-top: 9px;
432
- background-color: #333333;
433
- color: #ffffff;
434
- font-family: sans-serif;
435
- font-size: 16px;
436
- width: calc(100% - 110px);
437
- border: none;
438
- padding: 4px;
439
- position: absolute;
440
- left: 15px;
441
- }
442
-
443
- .pui-wf-description-box[placeholder] {
444
- text-overflow: ellipsis;
445
- }
446
-
447
- .pui-wf-description-box:focus {
448
- outline: none;
449
- border: 2px solid rgb(69, 152, 244);
450
- border-radius: 3px;
451
- color: #666;
452
- background-color: #fff;
453
- }
454
-
455
-
456
- .pui-wf-dialog-body {
457
- background-color: #f8f8f8;
458
- min-height: 150px;
459
- border-bottom-left-radius: 5px;
460
- border-bottom-right-radius: 5px;
461
- border-bottom: 1px solid #666;
462
- border-right: 1px solid #666;
463
- border-left: 1px solid #666;
464
- overflow-y: auto;
465
- user-select: none;
466
- -moz-user-select: none;
467
- -webkit-user-select: none;
468
- -ms-user-select: none;
469
- max-height: 500px;
470
- }
471
-
472
- .pui-wf-dialog-body::-webkit-scrollbar {
473
- width: 7px;
474
- }
475
-
476
- .pui-wf-dialog-body::-webkit-scrollbar-track {
477
- background: #f1f1f1;
478
- }
479
-
480
- .pui-wf-dialog-body::-webkit-scrollbar-thumb {
481
- background: #888;
482
- }
483
-
484
- .pui-wf-dialog-body::-webkit-scrollbar-thumb:hover {
485
- background: #555;
486
- }
487
-
488
- div.pui-wf-close {
489
- color: #999999;
490
- font-size: 20px;
491
- float: left;
492
- position: relative;
493
- top: 14px;
494
- left: calc(100% - 28px);
495
- cursor: pointer;
496
- }
497
-
498
- div.pui-wf-close:hover {
499
- color: #ffffff;
500
- }
501
-
502
- div.pui-wf-help {
503
- color: #999999;
504
- font-size: 17px;
505
- float: left;
506
- position: relative;
507
- top: 15px;
508
- left: calc(100% - 68px);
509
- cursor: pointer;
510
- }
511
-
512
- div.pui-wf-help:hover {
513
- color: #ffffff;
514
- }
515
-
516
- div.pui-wf-code {
517
- color: #999999;
518
- font-size: 17px;
519
- float: left;
520
- position: relative;
521
- top: 15px;
522
- left: calc(100% - 108px);
523
- cursor: pointer;
524
- }
525
-
526
- div.pui-wf-code:hover {
527
- color: #ffffff;
528
- }
529
-
530
- button.pui-wf-dialog-save {
531
- margin-top: 10px;
532
- margin-left: calc(50% - 150px);
533
- margin-bottom: 15px;
534
- width: 300px;
535
- color: white;
536
- background-color: #0B69B8;
537
- padding: 12px 18px;
538
- font-family: Sans-Serif;
539
- font-weight: 500;
540
- font-size: 15px;
541
- border-radius: 4px;
542
- border: none;
543
- box-shadow: none;
544
- cursor: pointer;
545
- outline: none;
546
- }
547
-
548
- button.pui-wf-dialog-save:hover {
549
- background-color: rgb(25, 63, 94);
550
- color: #48a4dd;
551
- }
552
-
553
- .pui-wf-question-label {
554
- padding-top: 15px;
555
- padding-bottom: 5px;
556
- margin-left: 5%;
557
- color: #555;
558
- font-family: sans-serif;
559
- font-weight: bold;
560
- font-size: 13px;
561
- user-select: none;
562
- }
563
-
564
- .pui-wf-optional {
565
- font-style: italic;
566
- font-weight: normal;
567
- font-size: 12px;
568
- }
569
-
570
- .pui-wf-dynamic-text {
571
- font-weight: normal;
572
- }
573
-
574
- .pui-wf-question,
575
- .operator-dropdown {
576
- font-family: sans-serif;
577
- border: 1px solid rgb(69, 152, 244);
578
- border-radius: 3px;
579
- font-size: 15px;
580
- color: #666;
581
- background-color: #fff;
582
- padding-left: 5px;
583
- padding-right: 5px;
584
- padding-top: 2px;
585
- padding-bottom: 2px;
586
- outline: none;
587
- box-sizing: border-box;
588
- -moz-box-sizing: border-box;
589
- -webkit-box-sizing: border-box;
590
- }
591
-
592
- .pui-wf-question {
593
- margin-left: 5%;
594
- width: 90%;
595
- }
596
-
597
- .pui-wf-textarea {
598
- height: 150px;
599
- resize: vertical;
600
- }
601
-
602
- .pui-wf-code-editor {
603
- height: 280px;
604
- background: transparent;
605
- border: 0px;
606
- padding: 0px;
607
- }
608
-
609
- .pui-wf-nodejs-view {
610
- height: 100%;
611
- width: 100%;
612
- background: transparent;
613
- border: 0px;
614
- padding: 0px;
615
- }
616
-
617
- .pui-wf-checkbox {
618
- height: 18px;
619
- float: right;
620
- position: relative;
621
- top: -21px;
622
- right: 5%;
623
- width: 20px;
624
- z-index: auto;
625
- background-color: transparent;
626
- }
627
-
628
- .pui-wf-i-checkbox {
629
- position: relative;
630
- left: -30%;
631
- height: 18px;
632
- width: 20px;
633
- }
634
-
635
- .button-generate-request {
636
- width: 100%;
637
- }
638
-
639
- .button-add-element {
640
- width: calc(35% - 10px);
641
- }
642
-
643
- .pui-wf-multi-div {
644
- padding-top: 0px;
645
- }
646
-
647
- .pui-wf-multi-box {
648
- width: calc(100% - 35px);
649
- font-family: sans-serif;
650
- font-size: 15px;
651
- border: 0;
652
- outline: none;
653
- color: #666;
654
- }
655
-
656
- .pui-wf-multi-box-openapi-default {
657
- width: calc(45% - 10px);
658
- }
659
-
660
- .pui-wf-multi-box-openapi-default.pui-wf-multi-box-wide {
661
- width: calc(45% + 5px);
662
- }
663
-
664
- .pui-wf-multi-box::placeholder {
665
- color: #888;
666
- }
667
-
668
- .pui-wf-multi-box-wide {
669
- width: calc(100% - 20px);
670
- }
671
-
672
- .pui-wf-multi-box-column-function {
673
- width: calc(50% - 18px);
674
- font-family: sans-serif;
675
- font-size: 15px;
676
- border: 1px solid #ccc;
677
- outline: none;
678
- color: #666;
679
- text-overflow: ellipsis;
680
- }
681
-
682
- .pui-wf-multi-box-column-function-no-left-border {
683
- border-left: 0;
684
- }
685
-
686
- .pui-wf-multi-box-column-function-wide {
687
- margin-right: 15px;
688
- }
689
-
690
- .pui-wf-multi-box-column-function-hidden {
691
- visibility: hidden;
692
- }
693
-
694
- .pui-wf-multi-box-column-alias {
695
- width: calc(50% - 18px);
696
- font-family: sans-serif;
697
- font-size: 15px;
698
- border: 1px solid #ccc;
699
- outline: none;
700
- color: #666;
701
- text-overflow: ellipsis;
702
- float: right;
703
- margin-right: 5px;
704
- }
705
-
706
- .pui-wf-multi-parm-info {
707
- display: inline-block;
708
- width: 28%;
709
- font-size: 13px;
710
- overflow: hidden;
711
- text-overflow: ellipsis;
712
- white-space: nowrap;
713
- color: #666;
714
- border: 0px;
715
- margin-bottom: -3px;
716
- }
717
-
718
- .pui-wf-multi-parm-info.required {
719
- font-weight: bold;
720
- }
721
-
722
- .pui-wf-multi-parm-value {
723
- width: calc(72% - 34px);
724
- border: none;
725
- border-bottom: 1px dashed #ccc;
726
- }
727
-
728
- .pui-wf-multi-parm-value-wide {
729
- width: calc(72% - 20px);
730
- }
731
-
732
- textarea.pui-wf-multi-box {
733
- margin-top: 2px;
734
- resize: vertical;
735
- height: 70px;
736
- }
737
-
738
- .pui-wf-multi-clear-icon {
739
- font-size: 12px;
740
- margin-top: 1px;
741
- margin-bottom: 3px;
742
- margin-left: 5px;
743
- margin-right: 2px;
744
- vertical-align: bottom;
745
- cursor: pointer;
746
- color: #888;
747
- transition: transform 0.25s;
748
- }
749
-
750
- .pui-wf-multi-clear-icon-hidden {
751
- visibility: hidden;
752
- }
753
-
754
- .pui-wf-multi-clear-icon:hover {
755
- color: rgb(69, 152, 244);
756
- }
757
-
758
- .pui-wf-multi-down-icon {
759
- font-size: 20px;
760
- margin-top: 1px;
761
- margin-left: 5px;
762
- vertical-align: bottom;
763
- cursor: pointer;
764
- color: rgb(69, 152, 244);
765
- transition: transform 0.25s;
766
- }
767
-
768
- .pui-wf-multi-down-icon-hidden {
769
- visibility: hidden;
770
- }
771
-
772
- .pui-wf-flipped {
773
- transform: rotate(180deg);
774
- }
775
-
776
- .pui-wf-popup {
777
- border: 1px solid #999;
778
- border-radius: 3px;
779
- background-color: white;
780
- max-height: 350px;
781
- position: absolute;
782
- left: calc(5% + 1px);
783
- width: calc(90% - 4px);
784
- z-index: 25;
785
- }
786
-
787
- .pui-wf-search {
788
- margin-left: 2px;
789
- border: 0px;
790
- border-bottom: 1px solid #ccc;
791
- width: calc(100% - 19px);
792
- padding: 8px;
793
- color: #333;
794
- outline: none;
795
- font-family: sans-serif;
796
- font-size: 15px;
797
- }
798
-
799
- .pui-wf-search:focus {
800
- border-bottom: 1px solid #ef8200;
801
- }
802
-
803
- .pui-wf-options {
804
- border-top: 1px solid #ccc;
805
- overflow-y: auto;
806
- overflow-x: hidden;
807
- }
808
-
809
- .pui-wf-group {
810
- padding-top: 20px;
811
- padding-left: 12px;
812
- padding-bottom: 10px;
813
- font-weight: bold;
814
- border-top: 1px solid #eee;
815
- }
816
-
817
- .pui-wf-option {
818
- padding-top: 10px;
819
- cursor: pointer;
820
- user-select: none;
821
- -moz-user-select: none;
822
- -webkit-user-select: none;
823
- -ms-user-select: none;
824
- }
825
-
826
- .pui-wf-option:hover {
827
- background-color: #ddd;
828
- }
829
-
830
- .pui-wf-option:hover .pui-wf-option-label {
831
- color: #333;
832
- }
833
-
834
- .pui-wf-group-option {
835
- padding-left: 10px;
836
- }
837
-
838
- .pui-wf-select-all-option {
839
- padding-top: 10px;
840
- cursor: pointer;
841
- user-select: none;
842
- -moz-user-select: none;
843
- -webkit-user-select: none;
844
- -ms-user-select: none;
845
- }
846
-
847
- .pui-wf-criteria-settings {
848
- padding: 10px;
849
- user-select: none;
850
- -moz-user-select: none;
851
- -webkit-user-select: none;
852
- -ms-user-select: none;
853
- }
854
-
855
- .pui-wf-option-checkbox {
856
- height: 20px;
857
- width: 45px;
858
- z-index: auto;
859
- }
860
-
861
- .pui-wf-single-selection-option .pui-wf-option-checkbox {
862
- display: none;
863
- }
864
-
865
- .pui-wf-option-label {
866
- font-family: sans-serif;
867
- font-size: 14px;
868
- display: inline-block;
869
- vertical-align: middle;
870
- height: 26px;
871
- color: #666;
872
- }
873
-
874
- .pui-wf-option-label.bold {
875
- font-weight: bold;
876
- }
877
-
878
- .pui-wf-option .tooltiptext {
879
- display: none;
880
- max-height: 200px;
881
- overflow: auto;
882
- color: black;
883
- background: white;
884
- border: solid 1px black;
885
- border-radius: 6px;
886
- padding: 5px;
887
-
888
- /* Position the tooltip */
889
- position: fixed;
890
- z-index: 1;
891
- margin-left: 50px;
892
- white-space: break-spaces;
893
- }
894
-
895
- .pui-wf-select-all-option .pui-wf-option-label {
896
- font-size: 15px;
897
- }
898
-
899
- .pui-wf-single-selection-option .pui-wf-option-label {
900
- margin-left: 15px;
901
- }
902
-
903
- .pui-wf-selected-option {
904
- background-color: #008FFB;
905
- }
906
-
907
- .pui-wf-selected-option .pui-wf-option-label {
908
- color: #fff;
909
- }
910
-
911
- .pui-wf-nothign-found {
912
- font-size: 16px;
913
- font-family: sans-serif;
914
- font-weight: bold;
915
- color: #666;
916
- padding: 10px;
917
- text-align: center;
918
- }
919
-
920
- .pui-wf-nothing-to-suggest {
921
- font-size: 14px;
922
- font-family: sans-serif;
923
- color: #666;
924
- padding: 10px;
925
- text-align: center;
926
- }
927
-
928
- @-webkit-keyframes pui-wf-spin {
929
- 0% {
930
- -webkit-transform: rotate(0deg);
931
- transform: rotate(0deg)
932
- }
933
-
934
- to {
935
- -webkit-transform: rotate(1turn);
936
- transform: rotate(1turn)
937
- }
938
- }
939
-
940
- @keyframes pui-wf-spin {
941
- 0% {
942
- -webkit-transform: rotate(0deg);
943
- transform: rotate(0deg)
944
- }
945
-
946
- to {
947
- -webkit-transform: rotate(1turn);
948
- transform: rotate(1turn)
949
- }
950
- }
951
-
952
- .pui-wf-spin {
953
- color: #ef8200;
954
- margin-left: 0px;
955
- -webkit-animation: pui-wf-spin 2s linear infinite;
956
- animation: pui-wf-spin 2s linear infinite;
957
- }
958
-
959
- .pui-wf-and-box,
960
- .pui-wf-or-box {
961
- background-color: #eee;
962
- border: 1px solid #ddd;
963
- color: #333;
964
- padding-top: 5px;
965
- padding-bottom: 3px;
966
- padding-left: 14px;
967
- padding-right: 14px;
968
- font-family: sans-serif;
969
- font-size: 12px;
970
- cursor: pointer;
971
- margin-bottom: 3px;
972
- }
973
-
974
- .pui-wf-and-box {
975
- margin-right: 0px;
976
- border-top-left-radius: 3px;
977
- border-bottom-left-radius: 3px;
978
- }
979
-
980
- .pui-wf-or-box {
981
- margin-left: 0px;
982
- margin-right: 10px;
983
- border-top-right-radius: 3px;
984
- border-bottom-right-radius: 3px;
985
- }
986
-
987
- .pui-wf-box-selected {
988
- color: #fff;
989
- background-color: #0078d6;
990
- border: 1px solid #0078d6;
991
- }
992
-
993
- .pui-wf-andor-question {
994
- border: 0px;
995
- background-color: transparent;
996
- }
997
-
998
- .pui-wf-dialog-sizer {
999
- position: absolute;
1000
- right: 3px;
1001
- bottom: 3px;
1002
- width: 12px;
1003
- height: 12px;
1004
- background-image: url(/profoundui/proddata/images/icons/sizer.png);
1005
- cursor: nwse-resize;
1006
- user-select: none;
1007
- -moz-user-select: none;
1008
- -webkit-user-select: none;
1009
- -ms-user-select: none;
1010
- }
1011
-
1012
- .pui-wf-code-sizer {
1013
- position: relative;
1014
- left: calc(100% - 12px);
1015
- bottom: 12px;
1016
- width: 12px;
1017
- height: 12px;
1018
- background-image: url(/profoundui/proddata/images/icons/sizer.png);
1019
- cursor: nwse-resize;
1020
- user-select: none;
1021
- -moz-user-select: none;
1022
- -webkit-user-select: none;
1023
- -ms-user-select: none;
1024
- }
1025
-
1026
- .pui-wf-collapse-icon {
1027
- font-size: 15px;
1028
- float: right;
1029
- margin-right: 15px;
1030
- }
1031
-
1032
- .pui-wf-quoted {
1033
- color: #ef8200;
1034
- }
1035
-
1036
- .pui-wf-selected-option .pui-wf-quoted {
1037
- color: #fff;
1038
- font-weight: normal;
1039
- }
1040
-
1041
- .pui-wf-column-values {}
1042
-
1043
- .pui-wf-column-row {
1044
- padding-top: 4px;
1045
- padding-bottom: 5px;
1046
- border-top: 1px solid #ccc;
1047
- }
1048
-
1049
- .pui-wf-column-row:first-child {
1050
- border-top: none;
1051
- }
1052
-
1053
- .pui-wf-column-label {
1054
- margin-top: 4px;
1055
- float: left;
1056
- width: 35%;
1057
- font-weight: bold;
1058
- font-size: 13px;
1059
- overflow: hidden;
1060
- text-overflow: ellipsis;
1061
- white-space: nowrap;
1062
- color: #666;
1063
- border: 0px;
1064
- }
1065
-
1066
- .pui-wf-column-label.openapi-rows {
1067
- width: 65%;
1068
- }
1069
-
1070
- .pui-wf-column-label::placeholder {
1071
- color: #aaa;
1072
- }
1073
-
1074
- .pui-wf-column-label-indented {
1075
- padding-left: 10px;
1076
- width: calc(35% - 10px);
1077
- }
1078
-
1079
- .pui-wf-column-box {
1080
- width: 65%;
1081
- }
1082
-
1083
- input[type=text].pui-wf-column-box,
1084
- input[type=number].pui-wf-column-box {
1085
- font-family: sans-serif;
1086
- font-size: 15px;
1087
- color: #666;
1088
- border: none;
1089
- border-bottom: 1px dashed #ccc;
1090
- outline: none;
1091
- width: 60%;
1092
- padding-top: 2px;
1093
- padding-bottom: 2px;
1094
- }
1095
-
1096
- input[type=text].pui-wf-column-box,
1097
- input[type=number].pui-wf-column-box,openapi-field {
1098
- width: 30%;
1099
- }
1100
-
1101
- .pui-wf-column-box input.pui-wf-multi-box {
1102
- border-bottom: 1px dashed #ccc;
1103
- }
1104
-
1105
- .pui-wf-insert-dynamic {
1106
- display: block;
1107
- margin-top: 1px;
1108
- margin-left: 5%;
1109
- width: 115px;
1110
- font-family: sans-serif;
1111
- font-size: 11px;
1112
- font-weight: bold;
1113
- color: #0B69B8;
1114
- padding: 4px;
1115
- cursor: pointer;
1116
- border-radius: 3px;
1117
- }
1118
-
1119
- .pui-wf-insert-dynamic i {
1120
- font-size: 12px;
1121
- }
1122
-
1123
- .pui-wf-insert-dynamic:hover {
1124
- background-color: #0B69B8;
1125
- color: white;
1126
- }
1127
-
1128
- .pui-wf-editor-insert-dynamic {
1129
- margin-left: 5px;
1130
- }
1131
-
1132
- .pui-wf-editor-multi-div .pui-wf-popup {
1133
- left: 15px;
1134
- max-width: 500px;
1135
- }
1136
-
1137
- .pui-wf-insert-selected,
1138
- .pui-wf-insert-selected:hover {
1139
- background-color: rgb(25, 63, 94);
1140
- color: #48a4dd;
1141
- }
1142
-
1143
-
1144
- .pui-wf-help-dialog {
1145
- position: absolute;
1146
- border: 1px;
1147
- width: 500px;
1148
- min-width: 320px;
1149
- z-index: 10000;
1150
- }
1151
-
1152
- .pui-wf-help-dialog-header {
1153
- background-color: #333333;
1154
- cursor: move;
1155
- height: 45px;
1156
- border-top-left-radius: 5px;
1157
- border-top-right-radius: 5px;
1158
- }
1159
-
1160
- .pui-wf-help-dialog-body {
1161
- background-color: #f8f8f8;
1162
- min-height: 150px;
1163
- border-bottom-left-radius: 5px;
1164
- border-bottom-right-radius: 5px;
1165
- border-bottom: 1px solid #666;
1166
- border-right: 1px solid #666;
1167
- border-left: 1px solid #666;
1168
- overflow-y: auto;
1169
- user-select: none;
1170
- -moz-user-select: none;
1171
- -webkit-user-select: none;
1172
- -ms-user-select: none;
1173
- max-height: 400px;
1174
- white-space: normal;
1175
- padding: 10px;
1176
- background-color: #fff;
1177
- }
1178
-
1179
- .pui-wf-help-dialog-body::-webkit-scrollbar {
1180
- width: 7px;
1181
- }
1182
-
1183
- .pui-wf-help-dialog-body::-webkit-scrollbar-track {
1184
- background: #f1f1f1;
1185
- }
1186
-
1187
- .pui-wf-help-dialog-body::-webkit-scrollbar-thumb {
1188
- background: #888;
1189
- }
1190
-
1191
- .pui-wf-help-dialog-body::-webkit-scrollbar-thumb:hover {
1192
- background: #555;
1193
- }
1194
-
1195
- .pui-wf-help-dialog-body h1 {
1196
- padding-bottom: 10px;
1197
- font-size: 20px;
1198
- color: #ef8200;
1199
- }
1200
-
1201
- .pui-wf-help-dialog-body h2 {
1202
- padding-top: 14px;
1203
- padding-bottom: 8px;
1204
- font-size: 17px;
1205
- font-weight: normal;
1206
- color: #ef8200;
1207
- }
1208
-
1209
- .pui-wf-help-dialog-body p {
1210
- padding-bottom: 10px;
1211
- }
1212
-
1213
- .pui-wf-help-dialog-body ul {
1214
- list-style: inside;
1215
- padding-left: 20px;
1216
- }
1217
-
1218
- .pui-wf-help-dialog-body li {
1219
- list-style: inside;
1220
- padding-left: 20px;
1221
- }
1222
-
1223
- div.pui-wf-help-close {
1224
- color: #999999;
1225
- font-size: 20px;
1226
- float: left;
1227
- position: relative;
1228
- top: 14px;
1229
- left: calc(100% - 28px);
1230
- cursor: pointer;
1231
- }
1232
-
1233
- div.pui-wf-help-close:hover {
1234
- color: #ffffff;
1235
- }
1236
-
1237
- .pui-wf-help-header-text {
1238
- color: #ffffff;
1239
- font-family: sans-serif;
1240
- font-size: 16px;
1241
- position: absolute;
1242
- left: 12px;
1243
- top: 13px;
1244
- }
1245
-
1246
- .pui-wf-searching {
1247
- font-size: 20px;
1248
- margin-bottom: 5px;
1249
- margin-left: -25px;
1250
- vertical-align: bottom;
1251
- }
1252
-
1253
- .pui-wf-widget-preview {
1254
- background: transparent;
1255
- border: none;
1256
- max-height: 200px;
1257
- overflow: hidden;
1258
- }
1259
-
1260
- button.pui-wf-join-button {
1261
- color: #555;
1262
- background-color: #ddd;
1263
- padding: 8px 8px;
1264
- font-family: Sans-Serif;
1265
- font-weight: bold;
1266
- font-size: 13px;
1267
- border-radius: 4px;
1268
- border: 1px solid #555;
1269
- box-shadow: none;
1270
- cursor: pointer;
1271
- outline: none;
1272
- }
1273
-
1274
- button.pui-wf-join-button:hover {
1275
- background-color: #bbb;
1276
- color: #333;
1277
- }
1278
-
1279
- button.pui-wf-elements-button {
1280
- color: #555;
1281
- background-color: #ddd;
1282
- padding: 8px 8px;
1283
- font-family: Sans-Serif;
1284
- font-weight: bold;
1285
- font-size: 13px;
1286
- border-radius: 4px;
1287
- border: 1px solid #555;
1288
- box-shadow: none;
1289
- cursor: pointer;
1290
- outline: none;
1291
- }
1292
-
1293
- button.pui-wf-elements-button:hover {
1294
- background-color: #bbb;
1295
- color: #333;
1296
- }
1297
-
1298
- div.pui-wf-action[plugin-categ=client-side] {
1299
- border: 1px solid #86c1eb;
1300
- font-weight: normal;
1301
- /* Default client-side color should be dark to stand out. */
1302
- background-color: #0E68B7;
1303
- color: #FFFFFF;
1304
- }
1305
-
1306
- div.pui-wf-action[plugin-name=terminate-routine],
1307
- div.pui-wf-action[plugin-name=terminate-client-side] {
1308
- background-color: transparent;
1309
- border-color: transparent;
1310
- color: #ff6666;
1311
- }
1312
-
1313
- div.pui-wf-action[plugin-categ=database] {
1314
- border-color: #555;
1315
- background-color: #aaddff;
1316
- color: #555;
1317
- }
1318
-
1319
- div.pui-wf-action[plugin-categ=database] div.pui-wf-edit,
1320
- div.pui-wf-action[plugin-categ=database] div.pui-wf-remove {
1321
- color: #777;
1322
- }
1323
-
1324
- div.pui-wf-action[plugin-categ=database] div.pui-wf-edit:hover,
1325
- div.pui-wf-action[plugin-categ=database] div.pui-wf-remove:hover {
1326
- color: #ef8200;
1327
- }
1328
-
1329
- div.pui-wf-action[plugin-name=call-node-program],
1330
- div.pui-wf-action[plugin-name=call-external-routine],
1331
- div.pui-wf-action[plugin-name=call-internal-routine],
1332
- div.pui-wf-action[plugin-name=call-rich-display],
1333
- div.pui-wf-action[plugin-name=call-routine],
1334
- div.pui-wf-action[plugin-name=show-screen],
1335
- div.pui-wf-action[plugin-name=show-previous-screen],
1336
- div.pui-wf-action[plugin-name=exit-program] {
1337
- border-color: #999;
1338
- background-color: #fffdcc;
1339
- color: #666;
1340
- }
1341
-
1342
- div.pui-wf-disabled div.pui-wf-action-text {
1343
- color: #999;
1344
- text-decoration: line-through;
1345
- }
1346
-
1347
- /* Color of low-code step; the extra specificity allows the rule to take precedent over another rule
1348
- using an attribute selector.*/
1349
- div.pui-wf-action-bg-red, div.pui-wf-action-bg-red[plugin-categ] {
1350
- background-color: #C52A00;
1351
- color: #FFFFFF;
1352
- }
1353
- div.pui-wf-action-bg-blue, div.pui-wf-action-bg-blue[plugin-categ] {
1354
- background-color: #0E68B7;
1355
- color: #FFFFFF;
1356
- }
1357
- div.pui-wf-action-bg-orange, div.pui-wf-action-bg-orange[plugin-categ] {
1358
- background-color: #F37820;
1359
- color: #FFFFFF;
1360
- }
1361
- div.pui-wf-action-bg-green, div.pui-wf-action-bg-green[plugin-categ] {
1362
- background-color: #075433;
1363
- color: #FFFFFF;
1364
- }
1365
- div.pui-wf-action-bg-yellow, div.pui-wf-action-bg-yellow[plugin-categ] {
1366
- background-color: #957F14;
1367
- color: #FFFFFF;
1368
- }
1369
- div.pui-wf-action-bg-purple, div.pui-wf-action-bg-purple[plugin-categ] {
1370
- background-color: #7570B3;
1371
- color: #FFFFFF;
1372
- }
1373
- div.pui-wf-action-bg-white, div.pui-wf-action-bg-white[plugin-categ] {
1374
- background-color: #FCFCFC;
1375
- color: #86c1eb;
1376
- }
1377
- div.pui-wf-action-bg-gray, div.pui-wf-action-bg-gray[plugin-categ] {
1378
- background-color: #6B6D72;
1379
- color: #FFFFFF;
1380
- }
1381
- div.pui-wf-action-bg-black, div.pui-wf-action-bg-black[plugin-categ] {
1382
- background-color: #393A3D;
1383
- color: #FFFFFF;
1384
- }
1385
-
1386
- div.pui-wf-action-color-icon {
1387
- border-radius: 16px;
1388
- border: none;
1389
- width: 16px;
1390
- height: 16px;
1391
- margin-left: 4px;
1392
- box-sizing: border-box;
1393
- }
1394
-
1395
- div.pui-wf-action-color-icon.pui-wf-action-bg-white {
1396
- border: solid 1px #333333;
1397
- }
1398
-
1399
- div.pui-wf-mask {
1400
- position: absolute;
1401
- top: 0;
1402
- left: 0;
1403
- z-index: 8900;
1404
- background-color: #ccc;
1405
- -moz-opacity: 0.35;
1406
- opacity: .35;
1407
- filter: alpha(opacity=35);
1408
- width: 100%;
1409
- height: 100%;
1410
- transform: scale(1, 1);
1411
- transform-origin: 0 0;
1412
- margin: 0;
1413
- padding: 0;
1414
- }
1415
-
1416
- .rpg-code-extractor.pui-wf-dialog {
1417
- left: calc(50% - 500px);
1418
- top: 100px;
1419
- width: 1000px;
1420
- height: 600px;
1421
- z-index: 20002;
1422
- }
1423
-
1424
- .rpg-code-extractor .pui-wf-dialog-header,
1425
- .rpg-code-extractor-errors .pui-wf-dialog-header {
1426
- cursor: unset;
1427
- }
1428
-
1429
- .rpg-code-extractor .pui-wf-dialog-body {
1430
- max-height: unset;
1431
- }
1432
-
1433
- .rpg-code-extractor .pui-wf-dialog-body div.info {
1434
- white-space: normal;
1435
- margin: 0px 50px 0px 50px;
1436
- padding-top: 5px;
1437
- }
1438
-
1439
- .rpg-code-extractor .pui-wf-dialog-body div.info:nth-of-type(3) {
1440
- background-color: #e9e9e9;
1441
- padding: 5px;
1442
- }
1443
-
1444
- .rpg-code-extractor .pui-wf-dialog-body div.info p {
1445
- margin: 0px 0px 5px 0px;
1446
- }
1447
-
1448
- .rpg-code-extractor .pui-wf-dialog-body div.info ul {
1449
- list-style: unset;
1450
- }
1451
-
1452
- .rpg-code-extractor .pui-wf-dialog-body div.info li {
1453
- margin: 0 0 0 15px;
1454
- }
1455
-
1456
- .rpg-code-extractor .pui-wf-code-editor {
1457
- margin-top: 10px;
1458
- height: 460px;
1459
- }
1460
-
1461
- .rpg-code-extractor-errors.pui-wf-dialog {
1462
- left: calc(50% - 375px);
1463
- top: 125px;
1464
- width: 750px;
1465
- z-index: 20003;
1466
- }
1467
-
1468
- .rpg-code-extractor-errors .pui-wf-dialog-header {
1469
- background-color: darkred;
1470
- }
1471
-
1472
- .rpg-code-extractor-errors .pui-wf-description-box {
1473
- background-color: unset;
1474
- }
1475
-
1476
- .rpg-code-extractor-errors .pui-wf-close {
1477
- color: #ffffff;
1478
- }
1479
-
1480
- .rpg-code-extractor-errors .pui-wf-dialog-body {
1481
- user-select: unset;
1482
- }
1483
-
1484
- .rpg-code-extractor-errors ul {
1485
- list-style: disc;
1486
- margin: 6px 5px;
1487
- }
1488
-
1489
- .rpg-code-extractor-errors li {
1490
- margin: 2px 20px;
1491
- }
1492
-
1493
- .rpg-code-extractor .pui-wf-dialog-body div.button-wrap {
1494
- display: flex;
1495
- justify-content: center;
1496
- gap: 10px;
1497
- margin-bottom: 10px;
1498
- }
1499
-
1500
- .rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save {
1501
- margin-left: 0px;
1502
- margin-bottom: 0px;
1503
- }
1504
-
1505
- /*.rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save.agree {
1506
- margin-bottom: 3px;
1507
- }*/
1508
-
1509
- .rpg-code-extractor .pui-wf-dialog-body div.button-wrap div.agree-wrap {
1510
- display: flex;
1511
- flex-direction: column;
1512
- gap: 3px;
1513
- }
1514
-
1515
- .rpg-code-extractor .pui-wf-dialog-body div.button-wrap label {
1516
- display: block;
1517
- align-self: center;
1518
- cursor: pointer;
1519
- }
1520
-
1521
- .rpg-code-extractor .pui-wf-dialog-body div.button-wrap label:hover {
1522
- font-weight: bold;
1523
- }
1524
-
1525
- .rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save.cancel {
1526
- color: white;
1527
- background-color: #777777;
1528
- font-size: 13px;
1529
- }
1530
-
1531
- .rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save.cancel:hover {
1532
- background-color: black;
1533
- }
1534
-
1535
- .pui-wfdebug-cont {
1536
- background-color: #1e1e1e;
1537
- box-sizing: border-box;
1538
- white-space: normal;
1539
- }
1540
-
1541
- .pui-wfdebug-cont svg {
1542
- position: absolute;
1543
- width: 100%;
1544
- height: 100%;
1545
- z-index: -1;
1546
- min-height: 200px;
1547
- min-width: 200px;
1548
- }
1549
- .pui-wfdebug-cont svg .pui-bkpt {
1550
- display: none;
1551
- }
1552
- .pui-wfdebug-cont svg .pui-bkpt.hover {
1553
- display: inline;
1554
- fill: rgb(110,26,18);
1555
- }
1556
- .pui-wfdebug-cont svg .pui-bkpt.enabled {
1557
- display: inline;
1558
- fill: rgb(229,20,0);
1559
- cursor: pointer;
1560
- }
1561
-
1562
- .pui-wfdebug-cont svg .pui-curstepind {
1563
- fill: none;
1564
- stroke: rgb(137,209,133);
1565
- stroke-width: 3;
1566
- }
1567
- .pui-wfdebug-cont svg .pui-curstepind.pui-stack-top { stroke: rgb(229,187,0); }
1568
-
1569
- .pui-wfdebug-cont.pui-vert .pui-wf-action {
1570
- display: block;
1571
- margin: 3px 0 2px 20px;
1572
- }
1573
-
1574
- .pui-wfdebug-cont .pui-wf-action {
1575
- height: 38px;
1576
- min-width: 55px;
1577
- cursor: pointer;
1578
- background: none;
1579
- border-width: 2px;
1580
- box-sizing: border-box;
1581
- width: max-content;
1582
- }
1583
- .pui-wfdebug-cont.pui-vert .pui-wf-action:nth-of-type(1) { margin-top: 9px; }
1584
-
1585
- .pui-wfdebug-cont .pui-wf-structure-start, .pui-wfdebug-cont .pui-wf-structure-end {
1586
- height: 50px;
1587
- cursor: unset;
1588
- position: static;
1589
- margin: 3px 0 3px 10px;
1590
- box-sizing: border-box;
1591
- }
1592
-
1593
- .pui-wfdebug-cont.pui-vert .pui-wf-structure-start, .pui-wfdebug-cont.pui-vert .pui-wf-structure-end {
1594
- height: 35px;
1595
- margin: 2px 10px 0 10px;
1596
- }
1597
-
1598
- .pui-wfdebug-cont .pui-wf-structure-start {
1599
- margin-right: 10px;
1600
- }
1601
- .pui-wfdebug-cont.pui-vert .pui-wf-structure-start {
1602
- min-width: 110px;
1603
- width: max-content;
1604
- border-color: #c586c0;
1605
- border-style: solid;
1606
- border-width: 2px 2px 0 2px;
1607
- border-top-right-radius: 25px;
1608
- border-bottom-left-radius: 0px;
1609
- margin-left: 20px;
1610
- }
1611
-
1612
- .pui-wfdebug-cont .pui-wf-structure-end {
1613
- margin-left: 0;
1614
- }
1615
-
1616
- .pui-wfdebug-cont.pui-vert .pui-wf-structure-end {
1617
- left: 0;
1618
- border-color: #c586c0;
1619
- border-style: solid;
1620
- border-width: 0 2px 2px 2px;
1621
- border-bottom-left-radius: 25px;
1622
- border-bottom-right-radius: 25px;
1623
- border-top-left-radius: 0px;
1624
- border-top-right-radius: 0px;
1625
- width: 110px;
1626
- height: 20px;
1627
- margin-left: 20px;
1628
- }
1629
- .pui-wfdebug-cont .pui-wf-action .pui-wf-action-text {
1630
- height: calc(100% - 6px);
1631
- width: max-content;
1632
- margin: 0px;
1633
- padding: 6px 6px 0px 6px;
1634
- }
1635
- /* Horizontal. */
1636
- .pui-wfdebug-cont .pui-wf-structure-start .pui-wf-action-text {
1637
- position: relative; /* let the borders be smaller by covering them with content*/
1638
- padding: 11px 0 0 6px;
1639
- height: 32px;
1640
- margin: 0;
1641
- }
1642
- /* Vertical. */
1643
- .pui-wfdebug-cont.pui-vert .pui-wf-structure-start .pui-wf-action-text {
1644
- position: static;
1645
- padding: 6px 6px 0 12px;
1646
- margin: 0;
1647
- height: calc(100% - 6px);
1648
- width: max-content;
1649
- }
1650
- .pui-wfdebug-cont .pui-wf-structure-start .pui-wf-action-text::before { background-color: #1e1e1e; }
1651
- .pui-wfdebug-cont .pui-wf-structure-start .pui-wf-action-text::after { background-color: #1e1e1e; }
1652
-
1653
- .pui-wfdebug-cont div.pui-wf-arrow {
1654
- margin: 20px 0 0 0;
1655
- }
1656
-
1657
- .pui-wfdebug-cont.pui-vert div.pui-wf-arrow {
1658
- margin: 0 0 0 42px;
1659
- display: block;
1660
- }
1661
-
1662
- .pui-wf-question-label-err-msg {
1663
- color: red;
1664
- font-style: italic;
1665
- }
1
+ #_logic_routine_dialog .x-window-header-text {
2
+ cursor: default;
3
+ }
4
+
5
+ #_logic_routine_dialog .x-window-header-text select {
6
+ font-size: 15px;
7
+ font-weight: normal;
8
+ border: 1px solid #ddd;
9
+ cursor: default;
10
+ background: transparent;
11
+ }
12
+
13
+ .pui-wf-edit-name {
14
+ font-size: 14px;
15
+ cursor: pointer;
16
+ color: #666;
17
+ }
18
+
19
+ .pui-wf-edit-name:hover {
20
+ color: #ef8200;
21
+ }
22
+
23
+ .pui-wf-switch-to-code {
24
+ font-size: 14px;
25
+ cursor: pointer;
26
+ color: #666;
27
+ border: 1px solid #ffff;
28
+ padding: 1px;
29
+ }
30
+
31
+ .pui-wf-switch-to-code:hover {
32
+ color: #ef8200;
33
+ }
34
+
35
+ .pui-wf-collapse-all {
36
+ font-size: 14px;
37
+ cursor: pointer;
38
+ color: #666;
39
+ border: 1px solid #ffff;
40
+ padding: 1px;
41
+ }
42
+
43
+ .pui-wf-collapse-all:hover {
44
+ color: #ef8200;
45
+ }
46
+
47
+ .pui-wf-expand-all {
48
+ font-size: 14px;
49
+ cursor: pointer;
50
+ color: #666;
51
+ border: 1px solid #ffff;
52
+ padding: 1px;
53
+ }
54
+
55
+ .pui-wf-expand-all:hover {
56
+ color: #ef8200;
57
+ }
58
+
59
+
60
+ div.pui-wf-designer {
61
+ white-space: normal;
62
+ margin: 20px;
63
+ }
64
+
65
+ div.pui-wf-action {
66
+ color: #86c1eb;
67
+ font-weight: bold;
68
+ display: inline-block;
69
+ border: 1px solid #666666;
70
+ border-radius: 10px;
71
+ height: 100px;
72
+ min-width: 55px;
73
+ margin: 10px;
74
+ background-color: #fcfcfc;
75
+ cursor: move;
76
+ white-space: normal;
77
+ vertical-align: top;
78
+ user-select: none;
79
+ -moz-user-select: none;
80
+ -webkit-user-select: none;
81
+ -ms-user-select: none;
82
+ }
83
+
84
+ div.pui-wf-placeholder {
85
+ display: inline-block;
86
+ border: 2px dotted #009900;
87
+ border-radius: 10px;
88
+ height: 100px;
89
+ min-width: 55px;
90
+ margin: 10px;
91
+ cursor: default;
92
+ white-space: normal;
93
+ vertical-align: top;
94
+ user-select: none;
95
+ -moz-user-select: none;
96
+ -webkit-user-select: none;
97
+ -ms-user-select: none;
98
+ }
99
+
100
+ div.pui-wf-structure-start {
101
+ color: #c586c0;
102
+ display: inline-block;
103
+ border-top: 2px solid #c586c0;
104
+ border-bottom: 2px solid #c586c0;
105
+ border-left: 2px solid #c586c0;
106
+ border-top-left-radius: 25px;
107
+ border-bottom-left-radius: 25px;
108
+ height: 140px;
109
+ min-width: 55px;
110
+ margin: 15px 15px -10px 15px;
111
+ cursor: move;
112
+ white-space: normal;
113
+ vertical-align: top;
114
+ user-select: none;
115
+ -moz-user-select: none;
116
+ -webkit-user-select: none;
117
+ -ms-user-select: none;
118
+ position: relative;
119
+ top: -20px;
120
+ }
121
+
122
+ div.pui-wf-structure-start div.pui-wf-action-text:before {
123
+ content: "";
124
+ position: absolute;
125
+ left: 27px;
126
+ top: -5px;
127
+ width: calc(100% - 27px);
128
+ height: 10px;
129
+ background-color: #fff;
130
+ }
131
+
132
+ div.pui-wf-structure-start div.pui-wf-action-text:after {
133
+ content: "";
134
+ position: absolute;
135
+ left: 27px;
136
+ top: calc(100% - 5px);
137
+ width: calc(100% - 27px);
138
+ height: 10px;
139
+ background-color: #fff;
140
+ }
141
+
142
+ div.pui-wf-proxy div.pui-wf-action-text:before {
143
+ background-color: transparent;
144
+ }
145
+
146
+ div.pui-wf-proxy div.pui-wf-action-text:after {
147
+ background-color: transparent;
148
+ }
149
+
150
+ div.pui-wf-structure-start.pui-wf-proxy {
151
+ border-top: 0px;
152
+ border-bottom: 0px;
153
+ }
154
+
155
+ div.pui-wf-structure-start.pui-wf-proxy {
156
+ border-top: 0px;
157
+ border-bottom: 0px;
158
+ }
159
+
160
+
161
+ div.pui-wf-placeholder-start {
162
+ display: inline-block;
163
+ border-top: 0px;
164
+ border-bottom: 0px;
165
+ border-left: 2px dotted #009900;
166
+ border-top-left-radius: 25px;
167
+ border-bottom-left-radius: 25px;
168
+ height: 140px;
169
+ min-width: 55px;
170
+ margin: 15px;
171
+ cursor: default;
172
+ white-space: normal;
173
+ vertical-align: top;
174
+ user-select: none;
175
+ -moz-user-select: none;
176
+ -webkit-user-select: none;
177
+ -ms-user-select: none;
178
+ position: relative;
179
+ top: -21px;
180
+ }
181
+
182
+ div.pui-wf-structure-end {
183
+ display: inline-block;
184
+ border-top: 2px solid #c586c0;
185
+ border-bottom: 2px solid #c586c0;
186
+ border-right: 2px solid #c586c0;
187
+ border-top-right-radius: 25px;
188
+ border-bottom-right-radius: 25px;
189
+ height: 140px;
190
+ width: 25px;
191
+ margin: 15px 15px -10px 15px;
192
+ margin-right: 0px;
193
+ cursor: move;
194
+ white-space: normal;
195
+ vertical-align: top;
196
+ user-select: none;
197
+ -moz-user-select: none;
198
+ -webkit-user-select: none;
199
+ -ms-user-select: none;
200
+ position: relative;
201
+ top: -20px;
202
+ left: -25px;
203
+ }
204
+
205
+ div.pui-wf-placeholder-end {
206
+ display: inline-block;
207
+ border-top: 2px dotted #009900;
208
+ border-bottom: 2px dotted #009900;
209
+ border-right: 2px dotted #009900;
210
+ border-top-right-radius: 25px;
211
+ border-bottom-right-radius: 25px;
212
+ height: 140px;
213
+ width: 27px;
214
+ margin: 15px;
215
+ margin-left: -10px;
216
+ cursor: default;
217
+ white-space: normal;
218
+ vertical-align: top;
219
+ user-select: none;
220
+ -moz-user-select: none;
221
+ -webkit-user-select: none;
222
+ -ms-user-select: none;
223
+ position: relative;
224
+ top: -21px;
225
+ }
226
+
227
+ div.pui-wf-placeholder-indicator {
228
+ display: inline-block;
229
+ margin: 5px;
230
+ margin-top: 60px;
231
+ font-size: 15px;
232
+ color: #009900;
233
+ cursor: default;
234
+ white-space: normal;
235
+ vertical-align: top;
236
+ user-select: none;
237
+ -moz-user-select: none;
238
+ -webkit-user-select: none;
239
+ -ms-user-select: none;
240
+ position: relative;
241
+ }
242
+
243
+ div.pui-wf-placeholder-collapsed {
244
+ display: inline-block;
245
+ position: relative;
246
+ vertical-align: top;
247
+ top: -21px;
248
+ }
249
+
250
+ div.pui-wf-placeholder-collapsed div.pui-wf-placeholder-start {
251
+ display: absolute;
252
+ top: 0px;
253
+ }
254
+
255
+ div.pui-wf-placeholder-collapsed div.pui-wf-placeholder-end {
256
+ display: absolute;
257
+ top: 0px;
258
+ }
259
+
260
+ div.pui-wf-placeholder-collapsed div.pui-wf-placeholder-indicator {
261
+ display: absolute;
262
+ top: 21px;
263
+ }
264
+
265
+ div.pui-wf-level-2 {
266
+ color: #69f;
267
+ border-top-color: #69f;
268
+ border-bottom-color: #69f;
269
+ border-left-color: #69f;
270
+ border-right-color: #69f;
271
+ transform: scale(.96);
272
+ }
273
+
274
+ div.pui-wf-level-3 {
275
+ color: #888;
276
+ border-top-color: #888;
277
+ border-bottom-color: #888;
278
+ border-left-color: #888;
279
+ border-right-color: #888;
280
+ transform: scale(.93);
281
+ }
282
+
283
+ div.pui-wf-level-4 {
284
+ color: #c96;
285
+ border-top-color: #c96;
286
+ border-bottom-color: #c96;
287
+ border-left-color: #c96;
288
+ border-right-color: #c96;
289
+ transform: scale(.88);
290
+ }
291
+
292
+ div.pui-wf-level-5 {
293
+ color: #aaa;
294
+ border-top-color: #aaa;
295
+ border-bottom-color: #aaa;
296
+ border-left-color: #aaa;
297
+ border-right-color: #aaa;
298
+ transform: scale(.86);
299
+ }
300
+
301
+ div.pui-wf-action-addnew {
302
+ background-color: #ffffff;
303
+ border: 1px dashed #666666;
304
+ color: #999999;
305
+ cursor: pointer;
306
+ }
307
+
308
+ div.pui-wf-action-text {
309
+ white-space: normal;
310
+ text-align: center;
311
+ font-family: sans-serif;
312
+ font-size: 16px;
313
+ line-height: 22px;
314
+ height: 80px;
315
+ width: 100%;
316
+ margin-top: 40px;
317
+ padding-right: 25px;
318
+ }
319
+
320
+ div.pui-wf-structure-start div.pui-wf-action-text {
321
+ margin-top: 60px;
322
+ }
323
+
324
+ div.pui-wf-arrow {
325
+ display: inline-block;
326
+ margin: 5px;
327
+ margin-top: 60px;
328
+ font-size: 15px;
329
+ color: #ef8200;
330
+ cursor: default;
331
+ user-select: none;
332
+ -moz-user-select: none;
333
+ -webkit-user-select: none;
334
+ -ms-user-select: none;
335
+ }
336
+
337
+ div.pui-wf-comment {
338
+ color: #999999;
339
+ font-size: 15px;
340
+ float: left;
341
+ position: relative;
342
+ top: -45px;
343
+ left: calc(100% - 69px);
344
+ cursor: pointer;
345
+ visibility: visible;
346
+ }
347
+
348
+ div.pui-wf-comment-empty {
349
+ visibility: hidden;
350
+ }
351
+
352
+ div.pui-wf-comment:hover {
353
+ color: #ef8200;
354
+ }
355
+
356
+ div.pui-wf-edit {
357
+ color: #999999;
358
+ font-size: 15px;
359
+ float: left;
360
+ position: relative;
361
+ top: -45px;
362
+ left: calc(100% - 61px);
363
+ cursor: pointer;
364
+ }
365
+
366
+ div.pui-wf-edit:hover {
367
+ color: #ef8200;
368
+ }
369
+
370
+ div.pui-wf-remove {
371
+ color: #999999;
372
+ font-size: 15px;
373
+ float: left;
374
+ position: relative;
375
+ top: -45px;
376
+ left: calc(100% - 53px);
377
+ cursor: pointer;
378
+ }
379
+
380
+ .pui-wf-remove:hover {
381
+ color: #ef8200;
382
+ }
383
+
384
+ div.pui-wf-hide-show {
385
+ color: #999999;
386
+ font-size: 15px;
387
+ float: left;
388
+ position: relative;
389
+ top: -7.5px;
390
+ left: 35px;
391
+ cursor: pointer;
392
+ }
393
+
394
+ .pui-wf-hide-show:hover {
395
+ color: #ef8200;
396
+ }
397
+
398
+ div.pui-wf-collapsed-indicator {
399
+ margin: 5px;
400
+ margin-top: 60px;
401
+ font-size: 15px;
402
+ color: #999999;
403
+ cursor: pointer;
404
+ }
405
+
406
+ .pui-wf-collapsed-indicator:hover {
407
+ color: #ef8200;
408
+ }
409
+
410
+ div.pui-wf-hidden {
411
+ display: none;
412
+ }
413
+
414
+ .pui-wf-dialog {
415
+ position: absolute;
416
+ border: 1px;
417
+ width: 475px;
418
+ min-width: 320px;
419
+ z-index: 10000;
420
+ }
421
+
422
+ .pui-wf-dialog-header {
423
+ background-color: #333333;
424
+ cursor: move;
425
+ height: 45px;
426
+ border-top-left-radius: 5px;
427
+ border-top-right-radius: 5px;
428
+ }
429
+
430
+ .pui-wf-description-box {
431
+ margin-top: 9px;
432
+ background-color: #333333;
433
+ color: #ffffff;
434
+ font-family: sans-serif;
435
+ font-size: 16px;
436
+ width: calc(100% - 110px);
437
+ border: none;
438
+ padding: 4px;
439
+ position: absolute;
440
+ left: 15px;
441
+ }
442
+
443
+ .pui-wf-description-box[placeholder] {
444
+ text-overflow: ellipsis;
445
+ }
446
+
447
+ .pui-wf-description-box:focus {
448
+ outline: none;
449
+ border: 2px solid rgb(69, 152, 244);
450
+ border-radius: 3px;
451
+ color: #666;
452
+ background-color: #fff;
453
+ }
454
+
455
+
456
+ .pui-wf-dialog-body {
457
+ background-color: #f8f8f8;
458
+ min-height: 150px;
459
+ border-bottom-left-radius: 5px;
460
+ border-bottom-right-radius: 5px;
461
+ border-bottom: 1px solid #666;
462
+ border-right: 1px solid #666;
463
+ border-left: 1px solid #666;
464
+ overflow-y: auto;
465
+ user-select: none;
466
+ -moz-user-select: none;
467
+ -webkit-user-select: none;
468
+ -ms-user-select: none;
469
+ max-height: 500px;
470
+ }
471
+
472
+ .pui-wf-dialog-body::-webkit-scrollbar {
473
+ width: 7px;
474
+ }
475
+
476
+ .pui-wf-dialog-body::-webkit-scrollbar-track {
477
+ background: #f1f1f1;
478
+ }
479
+
480
+ .pui-wf-dialog-body::-webkit-scrollbar-thumb {
481
+ background: #888;
482
+ }
483
+
484
+ .pui-wf-dialog-body::-webkit-scrollbar-thumb:hover {
485
+ background: #555;
486
+ }
487
+
488
+ div.pui-wf-close {
489
+ color: #999999;
490
+ font-size: 20px;
491
+ float: left;
492
+ position: relative;
493
+ top: 14px;
494
+ left: calc(100% - 28px);
495
+ cursor: pointer;
496
+ }
497
+
498
+ div.pui-wf-close:hover {
499
+ color: #ffffff;
500
+ }
501
+
502
+ div.pui-wf-help {
503
+ color: #999999;
504
+ font-size: 17px;
505
+ float: left;
506
+ position: relative;
507
+ top: 15px;
508
+ left: calc(100% - 68px);
509
+ cursor: pointer;
510
+ }
511
+
512
+ div.pui-wf-help:hover {
513
+ color: #ffffff;
514
+ }
515
+
516
+ div.pui-wf-code {
517
+ color: #999999;
518
+ font-size: 17px;
519
+ float: left;
520
+ position: relative;
521
+ top: 15px;
522
+ left: calc(100% - 108px);
523
+ cursor: pointer;
524
+ }
525
+
526
+ div.pui-wf-code:hover {
527
+ color: #ffffff;
528
+ }
529
+
530
+ button.pui-wf-dialog-save {
531
+ margin-top: 10px;
532
+ margin-left: calc(50% - 150px);
533
+ margin-bottom: 15px;
534
+ width: 300px;
535
+ color: white;
536
+ background-color: #0B69B8;
537
+ padding: 12px 18px;
538
+ font-family: Sans-Serif;
539
+ font-weight: 500;
540
+ font-size: 15px;
541
+ border-radius: 4px;
542
+ border: none;
543
+ box-shadow: none;
544
+ cursor: pointer;
545
+ outline: none;
546
+ }
547
+
548
+ button.pui-wf-dialog-save:hover {
549
+ background-color: rgb(25, 63, 94);
550
+ color: #48a4dd;
551
+ }
552
+
553
+ .pui-wf-question-label {
554
+ padding-top: 15px;
555
+ padding-bottom: 5px;
556
+ margin-left: 5%;
557
+ color: #555;
558
+ font-family: sans-serif;
559
+ font-weight: bold;
560
+ font-size: 13px;
561
+ user-select: none;
562
+ }
563
+
564
+ .pui-wf-optional {
565
+ font-style: italic;
566
+ font-weight: normal;
567
+ font-size: 12px;
568
+ }
569
+
570
+ .pui-wf-dynamic-text {
571
+ font-weight: normal;
572
+ }
573
+
574
+ .pui-wf-question,
575
+ .operator-dropdown {
576
+ font-family: sans-serif;
577
+ border: 1px solid rgb(69, 152, 244);
578
+ border-radius: 3px;
579
+ font-size: 15px;
580
+ color: #666;
581
+ background-color: #fff;
582
+ padding-left: 5px;
583
+ padding-right: 5px;
584
+ padding-top: 2px;
585
+ padding-bottom: 2px;
586
+ outline: none;
587
+ box-sizing: border-box;
588
+ -moz-box-sizing: border-box;
589
+ -webkit-box-sizing: border-box;
590
+ }
591
+
592
+ .pui-wf-question {
593
+ margin-left: 5%;
594
+ width: 90%;
595
+ }
596
+
597
+ .pui-wf-textarea {
598
+ height: 150px;
599
+ resize: vertical;
600
+ }
601
+
602
+ .pui-wf-code-editor {
603
+ height: 280px;
604
+ background: transparent;
605
+ border: 0px;
606
+ padding: 0px;
607
+ }
608
+
609
+ .pui-wf-nodejs-view {
610
+ height: 100%;
611
+ width: 100%;
612
+ background: transparent;
613
+ border: 0px;
614
+ padding: 0px;
615
+ }
616
+
617
+ .pui-wf-checkbox {
618
+ height: 18px;
619
+ float: right;
620
+ position: relative;
621
+ top: -21px;
622
+ right: 5%;
623
+ width: 20px;
624
+ z-index: auto;
625
+ background-color: transparent;
626
+ }
627
+
628
+ .pui-wf-i-checkbox {
629
+ position: relative;
630
+ left: -30%;
631
+ height: 18px;
632
+ width: 20px;
633
+ }
634
+
635
+ .button-generate-request {
636
+ width: 100%;
637
+ }
638
+
639
+ .button-add-element {
640
+ width: calc(35% - 10px);
641
+ }
642
+
643
+ .pui-wf-multi-div {
644
+ padding-top: 0px;
645
+ }
646
+
647
+ .pui-wf-multi-box {
648
+ width: calc(100% - 35px);
649
+ font-family: sans-serif;
650
+ font-size: 15px;
651
+ border: 0;
652
+ outline: none;
653
+ color: #666;
654
+ }
655
+
656
+ .pui-wf-multi-box-openapi-default {
657
+ width: calc(45% - 10px);
658
+ }
659
+
660
+ .pui-wf-multi-box-openapi-default.pui-wf-multi-box-wide {
661
+ width: calc(45% + 5px);
662
+ }
663
+
664
+ .pui-wf-multi-box::placeholder {
665
+ color: #888;
666
+ }
667
+
668
+ .pui-wf-multi-box-wide {
669
+ width: calc(100% - 20px);
670
+ }
671
+
672
+ .pui-wf-multi-box-column-function {
673
+ width: calc(50% - 18px);
674
+ font-family: sans-serif;
675
+ font-size: 15px;
676
+ border: 1px solid #ccc;
677
+ outline: none;
678
+ color: #666;
679
+ text-overflow: ellipsis;
680
+ }
681
+
682
+ .pui-wf-multi-box-column-function-no-left-border {
683
+ border-left: 0;
684
+ }
685
+
686
+ .pui-wf-multi-box-column-function-wide {
687
+ margin-right: 15px;
688
+ }
689
+
690
+ .pui-wf-multi-box-column-function-hidden {
691
+ visibility: hidden;
692
+ }
693
+
694
+ .pui-wf-multi-box-column-alias {
695
+ width: calc(50% - 18px);
696
+ font-family: sans-serif;
697
+ font-size: 15px;
698
+ border: 1px solid #ccc;
699
+ outline: none;
700
+ color: #666;
701
+ text-overflow: ellipsis;
702
+ float: right;
703
+ margin-right: 5px;
704
+ }
705
+
706
+ .pui-wf-multi-parm-info {
707
+ display: inline-block;
708
+ width: 28%;
709
+ font-size: 13px;
710
+ overflow: hidden;
711
+ text-overflow: ellipsis;
712
+ white-space: nowrap;
713
+ color: #666;
714
+ border: 0px;
715
+ margin-bottom: -3px;
716
+ }
717
+
718
+ .pui-wf-multi-parm-info.required {
719
+ font-weight: bold;
720
+ }
721
+
722
+ .pui-wf-multi-parm-value {
723
+ width: calc(72% - 34px);
724
+ border: none;
725
+ border-bottom: 1px dashed #ccc;
726
+ }
727
+
728
+ .pui-wf-multi-parm-value-wide {
729
+ width: calc(72% - 20px);
730
+ }
731
+
732
+ textarea.pui-wf-multi-box {
733
+ margin-top: 2px;
734
+ resize: vertical;
735
+ height: 70px;
736
+ }
737
+
738
+ .pui-wf-multi-clear-icon {
739
+ font-size: 12px;
740
+ margin-top: 1px;
741
+ margin-bottom: 3px;
742
+ margin-left: 5px;
743
+ margin-right: 2px;
744
+ vertical-align: bottom;
745
+ cursor: pointer;
746
+ color: #888;
747
+ transition: transform 0.25s;
748
+ }
749
+
750
+ .pui-wf-multi-clear-icon-hidden {
751
+ visibility: hidden;
752
+ }
753
+
754
+ .pui-wf-multi-clear-icon:hover {
755
+ color: rgb(69, 152, 244);
756
+ }
757
+
758
+ .pui-wf-multi-down-icon {
759
+ font-size: 20px;
760
+ margin-top: 1px;
761
+ margin-left: 5px;
762
+ vertical-align: bottom;
763
+ cursor: pointer;
764
+ color: rgb(69, 152, 244);
765
+ transition: transform 0.25s;
766
+ }
767
+
768
+ .pui-wf-multi-down-icon-hidden {
769
+ visibility: hidden;
770
+ }
771
+
772
+ .pui-wf-flipped {
773
+ transform: rotate(180deg);
774
+ }
775
+
776
+ .pui-wf-popup {
777
+ border: 1px solid #999;
778
+ border-radius: 3px;
779
+ background-color: white;
780
+ max-height: 350px;
781
+ position: absolute;
782
+ left: calc(5% + 1px);
783
+ width: calc(90% - 4px);
784
+ z-index: 25;
785
+ }
786
+
787
+ .pui-wf-search {
788
+ margin-left: 2px;
789
+ border: 0px;
790
+ border-bottom: 1px solid #ccc;
791
+ width: calc(100% - 19px);
792
+ padding: 8px;
793
+ color: #333;
794
+ outline: none;
795
+ font-family: sans-serif;
796
+ font-size: 15px;
797
+ }
798
+
799
+ .pui-wf-search:focus {
800
+ border-bottom: 1px solid #ef8200;
801
+ }
802
+
803
+ .pui-wf-options {
804
+ border-top: 1px solid #ccc;
805
+ overflow-y: auto;
806
+ overflow-x: hidden;
807
+ }
808
+
809
+ .pui-wf-group {
810
+ padding-top: 20px;
811
+ padding-left: 12px;
812
+ padding-bottom: 10px;
813
+ font-weight: bold;
814
+ border-top: 1px solid #eee;
815
+ }
816
+
817
+ .pui-wf-option {
818
+ padding-top: 10px;
819
+ cursor: pointer;
820
+ user-select: none;
821
+ -moz-user-select: none;
822
+ -webkit-user-select: none;
823
+ -ms-user-select: none;
824
+ }
825
+
826
+ .pui-wf-option:hover {
827
+ background-color: #ddd;
828
+ }
829
+
830
+ .pui-wf-option:hover .pui-wf-option-label {
831
+ color: #333;
832
+ }
833
+
834
+ .pui-wf-group-option {
835
+ padding-left: 10px;
836
+ }
837
+
838
+ .pui-wf-select-all-option {
839
+ padding-top: 10px;
840
+ cursor: pointer;
841
+ user-select: none;
842
+ -moz-user-select: none;
843
+ -webkit-user-select: none;
844
+ -ms-user-select: none;
845
+ }
846
+
847
+ .pui-wf-criteria-settings {
848
+ padding: 10px;
849
+ user-select: none;
850
+ -moz-user-select: none;
851
+ -webkit-user-select: none;
852
+ -ms-user-select: none;
853
+ }
854
+
855
+ .pui-wf-option-checkbox {
856
+ height: 20px;
857
+ width: 45px;
858
+ z-index: auto;
859
+ }
860
+
861
+ .pui-wf-single-selection-option .pui-wf-option-checkbox {
862
+ display: none;
863
+ }
864
+
865
+ .pui-wf-option-label {
866
+ font-family: sans-serif;
867
+ font-size: 14px;
868
+ display: inline-block;
869
+ vertical-align: middle;
870
+ height: 26px;
871
+ color: #666;
872
+ }
873
+
874
+ .pui-wf-option-label.bold {
875
+ font-weight: bold;
876
+ }
877
+
878
+ .pui-wf-option .tooltiptext {
879
+ display: none;
880
+ max-height: 200px;
881
+ overflow: auto;
882
+ color: black;
883
+ background: white;
884
+ border: solid 1px black;
885
+ border-radius: 6px;
886
+ padding: 5px;
887
+
888
+ /* Position the tooltip */
889
+ position: fixed;
890
+ z-index: 1;
891
+ margin-left: 50px;
892
+ white-space: break-spaces;
893
+ }
894
+
895
+ .pui-wf-select-all-option .pui-wf-option-label {
896
+ font-size: 15px;
897
+ }
898
+
899
+ .pui-wf-single-selection-option .pui-wf-option-label {
900
+ margin-left: 15px;
901
+ }
902
+
903
+ .pui-wf-selected-option {
904
+ background-color: #008FFB;
905
+ }
906
+
907
+ .pui-wf-selected-option .pui-wf-option-label {
908
+ color: #fff;
909
+ }
910
+
911
+ .pui-wf-nothign-found {
912
+ font-size: 16px;
913
+ font-family: sans-serif;
914
+ font-weight: bold;
915
+ color: #666;
916
+ padding: 10px;
917
+ text-align: center;
918
+ }
919
+
920
+ .pui-wf-nothing-to-suggest {
921
+ font-size: 14px;
922
+ font-family: sans-serif;
923
+ color: #666;
924
+ padding: 10px;
925
+ text-align: center;
926
+ }
927
+
928
+ @-webkit-keyframes pui-wf-spin {
929
+ 0% {
930
+ -webkit-transform: rotate(0deg);
931
+ transform: rotate(0deg)
932
+ }
933
+
934
+ to {
935
+ -webkit-transform: rotate(1turn);
936
+ transform: rotate(1turn)
937
+ }
938
+ }
939
+
940
+ @keyframes pui-wf-spin {
941
+ 0% {
942
+ -webkit-transform: rotate(0deg);
943
+ transform: rotate(0deg)
944
+ }
945
+
946
+ to {
947
+ -webkit-transform: rotate(1turn);
948
+ transform: rotate(1turn)
949
+ }
950
+ }
951
+
952
+ .pui-wf-spin {
953
+ color: #ef8200;
954
+ margin-left: 0px;
955
+ -webkit-animation: pui-wf-spin 2s linear infinite;
956
+ animation: pui-wf-spin 2s linear infinite;
957
+ }
958
+
959
+ .pui-wf-and-box,
960
+ .pui-wf-or-box {
961
+ background-color: #eee;
962
+ border: 1px solid #ddd;
963
+ color: #333;
964
+ padding-top: 5px;
965
+ padding-bottom: 3px;
966
+ padding-left: 14px;
967
+ padding-right: 14px;
968
+ font-family: sans-serif;
969
+ font-size: 12px;
970
+ cursor: pointer;
971
+ margin-bottom: 3px;
972
+ }
973
+
974
+ .pui-wf-and-box {
975
+ margin-right: 0px;
976
+ border-top-left-radius: 3px;
977
+ border-bottom-left-radius: 3px;
978
+ }
979
+
980
+ .pui-wf-or-box {
981
+ margin-left: 0px;
982
+ margin-right: 10px;
983
+ border-top-right-radius: 3px;
984
+ border-bottom-right-radius: 3px;
985
+ }
986
+
987
+ .pui-wf-box-selected {
988
+ color: #fff;
989
+ background-color: #0078d6;
990
+ border: 1px solid #0078d6;
991
+ }
992
+
993
+ .pui-wf-andor-question {
994
+ border: 0px;
995
+ background-color: transparent;
996
+ }
997
+
998
+ .pui-wf-dialog-sizer {
999
+ position: absolute;
1000
+ right: 3px;
1001
+ bottom: 3px;
1002
+ width: 12px;
1003
+ height: 12px;
1004
+ background-image: url(/profoundui/proddata/images/icons/sizer.png);
1005
+ cursor: nwse-resize;
1006
+ user-select: none;
1007
+ -moz-user-select: none;
1008
+ -webkit-user-select: none;
1009
+ -ms-user-select: none;
1010
+ }
1011
+
1012
+ .pui-wf-code-sizer {
1013
+ position: relative;
1014
+ left: calc(100% - 12px);
1015
+ bottom: 12px;
1016
+ width: 12px;
1017
+ height: 12px;
1018
+ background-image: url(/profoundui/proddata/images/icons/sizer.png);
1019
+ cursor: nwse-resize;
1020
+ user-select: none;
1021
+ -moz-user-select: none;
1022
+ -webkit-user-select: none;
1023
+ -ms-user-select: none;
1024
+ }
1025
+
1026
+ .pui-wf-collapse-icon {
1027
+ font-size: 15px;
1028
+ float: right;
1029
+ margin-right: 15px;
1030
+ }
1031
+
1032
+ .pui-wf-quoted {
1033
+ color: #ef8200;
1034
+ }
1035
+
1036
+ .pui-wf-selected-option .pui-wf-quoted {
1037
+ color: #fff;
1038
+ font-weight: normal;
1039
+ }
1040
+
1041
+ .pui-wf-column-values {}
1042
+
1043
+ .pui-wf-column-row {
1044
+ padding-top: 4px;
1045
+ padding-bottom: 5px;
1046
+ border-top: 1px solid #ccc;
1047
+ }
1048
+
1049
+ .pui-wf-column-row:first-child {
1050
+ border-top: none;
1051
+ }
1052
+
1053
+ .pui-wf-column-label {
1054
+ margin-top: 4px;
1055
+ float: left;
1056
+ width: 35%;
1057
+ font-weight: bold;
1058
+ font-size: 13px;
1059
+ overflow: hidden;
1060
+ text-overflow: ellipsis;
1061
+ white-space: nowrap;
1062
+ color: #666;
1063
+ border: 0px;
1064
+ }
1065
+
1066
+ .pui-wf-column-label.openapi-rows {
1067
+ width: 65%;
1068
+ }
1069
+
1070
+ .pui-wf-column-label::placeholder {
1071
+ color: #aaa;
1072
+ }
1073
+
1074
+ .pui-wf-column-label-indented {
1075
+ padding-left: 10px;
1076
+ width: calc(35% - 10px);
1077
+ }
1078
+
1079
+ .pui-wf-column-box {
1080
+ width: 65%;
1081
+ }
1082
+
1083
+ input[type=text].pui-wf-column-box,
1084
+ input[type=number].pui-wf-column-box {
1085
+ font-family: sans-serif;
1086
+ font-size: 15px;
1087
+ color: #666;
1088
+ border: none;
1089
+ border-bottom: 1px dashed #ccc;
1090
+ outline: none;
1091
+ width: 60%;
1092
+ padding-top: 2px;
1093
+ padding-bottom: 2px;
1094
+ }
1095
+
1096
+ input[type=text].pui-wf-column-box,
1097
+ input[type=number].pui-wf-column-box,openapi-field {
1098
+ width: 30%;
1099
+ }
1100
+
1101
+ .pui-wf-column-box input.pui-wf-multi-box {
1102
+ border-bottom: 1px dashed #ccc;
1103
+ }
1104
+
1105
+ .pui-wf-dynamic-wrap {
1106
+ display: flex;
1107
+ }
1108
+
1109
+ .pui-wf-insert-dynamic {
1110
+ display: block;
1111
+ margin-top: 1px;
1112
+ margin-left: 5%;
1113
+ width: 115px;
1114
+ font-family: sans-serif;
1115
+ font-size: 11px;
1116
+ font-weight: bold;
1117
+ color: #0B69B8;
1118
+ padding: 4px;
1119
+ cursor: pointer;
1120
+ border-radius: 3px;
1121
+ }
1122
+
1123
+ .pui-wf-insert-dynamic i {
1124
+ font-size: 12px;
1125
+ }
1126
+
1127
+ .pui-wf-insert-dynamic:hover {
1128
+ background-color: #0B69B8;
1129
+ color: white;
1130
+ }
1131
+
1132
+ .pui-wf-editor-insert-dynamic {
1133
+ margin-left: 5px;
1134
+ }
1135
+
1136
+ .pui-wf-editor-multi-div .pui-wf-popup {
1137
+ left: 15px;
1138
+ max-width: 500px;
1139
+ }
1140
+
1141
+ .pui-wf-insert-selected,
1142
+ .pui-wf-insert-selected:hover {
1143
+ background-color: rgb(25, 63, 94);
1144
+ color: #48a4dd;
1145
+ }
1146
+
1147
+
1148
+ .pui-wf-help-dialog {
1149
+ position: absolute;
1150
+ border: 1px;
1151
+ width: 500px;
1152
+ min-width: 320px;
1153
+ z-index: 10000;
1154
+ }
1155
+
1156
+ .pui-wf-help-dialog-header {
1157
+ background-color: #333333;
1158
+ cursor: move;
1159
+ height: 45px;
1160
+ border-top-left-radius: 5px;
1161
+ border-top-right-radius: 5px;
1162
+ }
1163
+
1164
+ .pui-wf-help-dialog-body {
1165
+ background-color: #f8f8f8;
1166
+ min-height: 150px;
1167
+ border-bottom-left-radius: 5px;
1168
+ border-bottom-right-radius: 5px;
1169
+ border-bottom: 1px solid #666;
1170
+ border-right: 1px solid #666;
1171
+ border-left: 1px solid #666;
1172
+ overflow-y: auto;
1173
+ user-select: none;
1174
+ -moz-user-select: none;
1175
+ -webkit-user-select: none;
1176
+ -ms-user-select: none;
1177
+ max-height: 400px;
1178
+ white-space: normal;
1179
+ padding: 10px;
1180
+ background-color: #fff;
1181
+ }
1182
+
1183
+ .pui-wf-help-dialog-body::-webkit-scrollbar {
1184
+ width: 7px;
1185
+ }
1186
+
1187
+ .pui-wf-help-dialog-body::-webkit-scrollbar-track {
1188
+ background: #f1f1f1;
1189
+ }
1190
+
1191
+ .pui-wf-help-dialog-body::-webkit-scrollbar-thumb {
1192
+ background: #888;
1193
+ }
1194
+
1195
+ .pui-wf-help-dialog-body::-webkit-scrollbar-thumb:hover {
1196
+ background: #555;
1197
+ }
1198
+
1199
+ .pui-wf-help-dialog-body h1 {
1200
+ padding-bottom: 10px;
1201
+ font-size: 20px;
1202
+ color: #ef8200;
1203
+ }
1204
+
1205
+ .pui-wf-help-dialog-body h2 {
1206
+ padding-top: 14px;
1207
+ padding-bottom: 8px;
1208
+ font-size: 17px;
1209
+ font-weight: normal;
1210
+ color: #ef8200;
1211
+ }
1212
+
1213
+ .pui-wf-help-dialog-body p {
1214
+ padding-bottom: 10px;
1215
+ }
1216
+
1217
+ .pui-wf-help-dialog-body ul {
1218
+ list-style: inside;
1219
+ padding-left: 20px;
1220
+ }
1221
+
1222
+ .pui-wf-help-dialog-body li {
1223
+ list-style: inside;
1224
+ padding-left: 20px;
1225
+ }
1226
+
1227
+ div.pui-wf-help-close {
1228
+ color: #999999;
1229
+ font-size: 20px;
1230
+ float: left;
1231
+ position: relative;
1232
+ top: 14px;
1233
+ left: calc(100% - 28px);
1234
+ cursor: pointer;
1235
+ }
1236
+
1237
+ div.pui-wf-help-close:hover {
1238
+ color: #ffffff;
1239
+ }
1240
+
1241
+ .pui-wf-help-header-text {
1242
+ color: #ffffff;
1243
+ font-family: sans-serif;
1244
+ font-size: 16px;
1245
+ position: absolute;
1246
+ left: 12px;
1247
+ top: 13px;
1248
+ }
1249
+
1250
+ .pui-wf-searching {
1251
+ font-size: 20px;
1252
+ margin-bottom: 5px;
1253
+ margin-left: -25px;
1254
+ vertical-align: bottom;
1255
+ }
1256
+
1257
+ .pui-wf-widget-preview {
1258
+ background: transparent;
1259
+ border: none;
1260
+ max-height: 200px;
1261
+ overflow: hidden;
1262
+ }
1263
+
1264
+ button.pui-wf-join-button {
1265
+ color: #555;
1266
+ background-color: #ddd;
1267
+ padding: 8px 8px;
1268
+ font-family: Sans-Serif;
1269
+ font-weight: bold;
1270
+ font-size: 13px;
1271
+ border-radius: 4px;
1272
+ border: 1px solid #555;
1273
+ box-shadow: none;
1274
+ cursor: pointer;
1275
+ outline: none;
1276
+ }
1277
+
1278
+ button.pui-wf-join-button:hover {
1279
+ background-color: #bbb;
1280
+ color: #333;
1281
+ }
1282
+
1283
+ button.pui-wf-elements-button {
1284
+ color: #555;
1285
+ background-color: #ddd;
1286
+ padding: 8px 8px;
1287
+ font-family: Sans-Serif;
1288
+ font-weight: bold;
1289
+ font-size: 13px;
1290
+ border-radius: 4px;
1291
+ border: 1px solid #555;
1292
+ box-shadow: none;
1293
+ cursor: pointer;
1294
+ outline: none;
1295
+ }
1296
+
1297
+ button.pui-wf-elements-button:hover {
1298
+ background-color: #bbb;
1299
+ color: #333;
1300
+ }
1301
+
1302
+ div.pui-wf-action[plugin-categ=client-side] {
1303
+ border: 1px solid #86c1eb;
1304
+ font-weight: normal;
1305
+ /* Default client-side color should be dark to stand out. */
1306
+ background-color: #0E68B7;
1307
+ color: #FFFFFF;
1308
+ }
1309
+
1310
+ div.pui-wf-action[plugin-name=terminate-routine],
1311
+ div.pui-wf-action[plugin-name=terminate-client-side] {
1312
+ background-color: transparent;
1313
+ border-color: transparent;
1314
+ color: #ff6666;
1315
+ }
1316
+
1317
+ div.pui-wf-action[plugin-categ=database] {
1318
+ border-color: #555;
1319
+ background-color: #aaddff;
1320
+ color: #555;
1321
+ }
1322
+
1323
+ div.pui-wf-action[plugin-categ=database] div.pui-wf-edit,
1324
+ div.pui-wf-action[plugin-categ=database] div.pui-wf-remove {
1325
+ color: #777;
1326
+ }
1327
+
1328
+ div.pui-wf-action[plugin-categ=database] div.pui-wf-edit:hover,
1329
+ div.pui-wf-action[plugin-categ=database] div.pui-wf-remove:hover {
1330
+ color: #ef8200;
1331
+ }
1332
+
1333
+ div.pui-wf-action[plugin-name=call-node-program],
1334
+ div.pui-wf-action[plugin-name=call-external-routine],
1335
+ div.pui-wf-action[plugin-name=call-internal-routine],
1336
+ div.pui-wf-action[plugin-name=call-rich-display],
1337
+ div.pui-wf-action[plugin-name=call-routine],
1338
+ div.pui-wf-action[plugin-name=show-screen],
1339
+ div.pui-wf-action[plugin-name=show-previous-screen],
1340
+ div.pui-wf-action[plugin-name=exit-program] {
1341
+ border-color: #999;
1342
+ background-color: #fffdcc;
1343
+ color: #666;
1344
+ }
1345
+
1346
+ div.pui-wf-disabled div.pui-wf-action-text {
1347
+ color: #999;
1348
+ text-decoration: line-through;
1349
+ }
1350
+
1351
+ /* Color of low-code step; the extra specificity allows the rule to take precedent over another rule
1352
+ using an attribute selector.*/
1353
+ div.pui-wf-action-bg-red, div.pui-wf-action-bg-red[plugin-categ] {
1354
+ background-color: #C52A00;
1355
+ color: #FFFFFF;
1356
+ }
1357
+ div.pui-wf-action-bg-blue, div.pui-wf-action-bg-blue[plugin-categ] {
1358
+ background-color: #0E68B7;
1359
+ color: #FFFFFF;
1360
+ }
1361
+ div.pui-wf-action-bg-orange, div.pui-wf-action-bg-orange[plugin-categ] {
1362
+ background-color: #F37820;
1363
+ color: #FFFFFF;
1364
+ }
1365
+ div.pui-wf-action-bg-green, div.pui-wf-action-bg-green[plugin-categ] {
1366
+ background-color: #075433;
1367
+ color: #FFFFFF;
1368
+ }
1369
+ div.pui-wf-action-bg-yellow, div.pui-wf-action-bg-yellow[plugin-categ] {
1370
+ background-color: #957F14;
1371
+ color: #FFFFFF;
1372
+ }
1373
+ div.pui-wf-action-bg-purple, div.pui-wf-action-bg-purple[plugin-categ] {
1374
+ background-color: #7570B3;
1375
+ color: #FFFFFF;
1376
+ }
1377
+ div.pui-wf-action-bg-white, div.pui-wf-action-bg-white[plugin-categ] {
1378
+ background-color: #FCFCFC;
1379
+ color: #86c1eb;
1380
+ }
1381
+ div.pui-wf-action-bg-gray, div.pui-wf-action-bg-gray[plugin-categ] {
1382
+ background-color: #6B6D72;
1383
+ color: #FFFFFF;
1384
+ }
1385
+ div.pui-wf-action-bg-black, div.pui-wf-action-bg-black[plugin-categ] {
1386
+ background-color: #393A3D;
1387
+ color: #FFFFFF;
1388
+ }
1389
+
1390
+ div.pui-wf-action-color-icon {
1391
+ border-radius: 16px;
1392
+ border: none;
1393
+ width: 16px;
1394
+ height: 16px;
1395
+ margin-left: 4px;
1396
+ box-sizing: border-box;
1397
+ }
1398
+
1399
+ div.pui-wf-action-color-icon.pui-wf-action-bg-white {
1400
+ border: solid 1px #333333;
1401
+ }
1402
+
1403
+ div.pui-wf-mask {
1404
+ position: absolute;
1405
+ top: 0;
1406
+ left: 0;
1407
+ z-index: 8900;
1408
+ background-color: #ccc;
1409
+ -moz-opacity: 0.35;
1410
+ opacity: .35;
1411
+ filter: alpha(opacity=35);
1412
+ width: 100%;
1413
+ height: 100%;
1414
+ transform: scale(1, 1);
1415
+ transform-origin: 0 0;
1416
+ margin: 0;
1417
+ padding: 0;
1418
+ }
1419
+
1420
+ .rpg-code-extractor.pui-wf-dialog {
1421
+ left: calc(50% - 500px);
1422
+ top: 100px;
1423
+ width: 1000px;
1424
+ height: 600px;
1425
+ z-index: 20002;
1426
+ }
1427
+
1428
+ .rpg-code-extractor .pui-wf-dialog-header,
1429
+ .rpg-code-extractor-errors .pui-wf-dialog-header {
1430
+ cursor: unset;
1431
+ }
1432
+
1433
+ .rpg-code-extractor .pui-wf-dialog-body {
1434
+ max-height: unset;
1435
+ }
1436
+
1437
+ .rpg-code-extractor .pui-wf-dialog-body div.info {
1438
+ white-space: normal;
1439
+ margin: 0px 50px 0px 50px;
1440
+ padding-top: 5px;
1441
+ }
1442
+
1443
+ .rpg-code-extractor .pui-wf-dialog-body div.info:nth-of-type(3) {
1444
+ background-color: #e9e9e9;
1445
+ padding: 5px;
1446
+ }
1447
+
1448
+ .rpg-code-extractor .pui-wf-dialog-body div.info p {
1449
+ margin: 0px 0px 5px 0px;
1450
+ }
1451
+
1452
+ .rpg-code-extractor .pui-wf-dialog-body div.info ul {
1453
+ list-style: unset;
1454
+ }
1455
+
1456
+ .rpg-code-extractor .pui-wf-dialog-body div.info li {
1457
+ margin: 0 0 0 15px;
1458
+ }
1459
+
1460
+ .rpg-code-extractor .pui-wf-code-editor {
1461
+ margin-top: 10px;
1462
+ height: 460px;
1463
+ }
1464
+
1465
+ .rpg-code-extractor-errors.pui-wf-dialog {
1466
+ left: calc(50% - 375px);
1467
+ top: 125px;
1468
+ width: 750px;
1469
+ z-index: 20003;
1470
+ }
1471
+
1472
+ .rpg-code-extractor-errors .pui-wf-dialog-header {
1473
+ background-color: darkred;
1474
+ }
1475
+
1476
+ .rpg-code-extractor-errors .pui-wf-description-box {
1477
+ background-color: unset;
1478
+ }
1479
+
1480
+ .rpg-code-extractor-errors .pui-wf-close {
1481
+ color: #ffffff;
1482
+ }
1483
+
1484
+ .rpg-code-extractor-errors .pui-wf-dialog-body {
1485
+ user-select: unset;
1486
+ }
1487
+
1488
+ .rpg-code-extractor-errors ul {
1489
+ list-style: disc;
1490
+ margin: 6px 5px;
1491
+ }
1492
+
1493
+ .rpg-code-extractor-errors li {
1494
+ margin: 2px 20px;
1495
+ }
1496
+
1497
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap {
1498
+ display: flex;
1499
+ justify-content: center;
1500
+ gap: 10px;
1501
+ margin-bottom: 10px;
1502
+ }
1503
+
1504
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save {
1505
+ margin-left: 0px;
1506
+ margin-bottom: 0px;
1507
+ }
1508
+
1509
+ /*.rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save.agree {
1510
+ margin-bottom: 3px;
1511
+ }*/
1512
+
1513
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap div.agree-wrap {
1514
+ display: flex;
1515
+ flex-direction: column;
1516
+ gap: 3px;
1517
+ }
1518
+
1519
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap label {
1520
+ display: block;
1521
+ align-self: center;
1522
+ cursor: pointer;
1523
+ }
1524
+
1525
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap label:hover {
1526
+ font-weight: bold;
1527
+ }
1528
+
1529
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save.cancel {
1530
+ color: white;
1531
+ background-color: #777777;
1532
+ font-size: 13px;
1533
+ }
1534
+
1535
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save.cancel:hover {
1536
+ background-color: black;
1537
+ }
1538
+
1539
+ .pui-wfdebug-cont {
1540
+ background-color: #1e1e1e;
1541
+ box-sizing: border-box;
1542
+ white-space: normal;
1543
+ }
1544
+
1545
+ .pui-wfdebug-cont svg {
1546
+ position: absolute;
1547
+ width: 100%;
1548
+ height: 100%;
1549
+ z-index: -1;
1550
+ min-height: 200px;
1551
+ min-width: 200px;
1552
+ }
1553
+ .pui-wfdebug-cont svg .pui-bkpt {
1554
+ display: none;
1555
+ }
1556
+ .pui-wfdebug-cont svg .pui-bkpt.hover {
1557
+ display: inline;
1558
+ fill: rgb(110,26,18);
1559
+ }
1560
+ .pui-wfdebug-cont svg .pui-bkpt.enabled {
1561
+ display: inline;
1562
+ fill: rgb(229,20,0);
1563
+ cursor: pointer;
1564
+ }
1565
+
1566
+ .pui-wfdebug-cont svg .pui-curstepind {
1567
+ fill: none;
1568
+ stroke: rgb(137,209,133);
1569
+ stroke-width: 3;
1570
+ }
1571
+ .pui-wfdebug-cont svg .pui-curstepind.pui-stack-top { stroke: rgb(229,187,0); }
1572
+
1573
+ .pui-wfdebug-cont.pui-vert .pui-wf-action {
1574
+ display: block;
1575
+ margin: 3px 0 2px 20px;
1576
+ }
1577
+
1578
+ .pui-wfdebug-cont .pui-wf-action {
1579
+ height: 38px;
1580
+ min-width: 55px;
1581
+ cursor: pointer;
1582
+ background: none;
1583
+ border-width: 2px;
1584
+ box-sizing: border-box;
1585
+ width: max-content;
1586
+ }
1587
+ .pui-wfdebug-cont.pui-vert .pui-wf-action:nth-of-type(1) { margin-top: 9px; }
1588
+
1589
+ .pui-wfdebug-cont .pui-wf-structure-start, .pui-wfdebug-cont .pui-wf-structure-end {
1590
+ height: 50px;
1591
+ cursor: unset;
1592
+ position: static;
1593
+ margin: 3px 0 3px 10px;
1594
+ box-sizing: border-box;
1595
+ }
1596
+
1597
+ .pui-wfdebug-cont.pui-vert .pui-wf-structure-start, .pui-wfdebug-cont.pui-vert .pui-wf-structure-end {
1598
+ height: 35px;
1599
+ margin: 2px 10px 0 10px;
1600
+ }
1601
+
1602
+ .pui-wfdebug-cont .pui-wf-structure-start {
1603
+ margin-right: 10px;
1604
+ }
1605
+ .pui-wfdebug-cont.pui-vert .pui-wf-structure-start {
1606
+ min-width: 110px;
1607
+ width: max-content;
1608
+ border-color: #c586c0;
1609
+ border-style: solid;
1610
+ border-width: 2px 2px 0 2px;
1611
+ border-top-right-radius: 25px;
1612
+ border-bottom-left-radius: 0px;
1613
+ margin-left: 20px;
1614
+ }
1615
+
1616
+ .pui-wfdebug-cont .pui-wf-structure-end {
1617
+ margin-left: 0;
1618
+ }
1619
+
1620
+ .pui-wfdebug-cont.pui-vert .pui-wf-structure-end {
1621
+ left: 0;
1622
+ border-color: #c586c0;
1623
+ border-style: solid;
1624
+ border-width: 0 2px 2px 2px;
1625
+ border-bottom-left-radius: 25px;
1626
+ border-bottom-right-radius: 25px;
1627
+ border-top-left-radius: 0px;
1628
+ border-top-right-radius: 0px;
1629
+ width: 110px;
1630
+ height: 20px;
1631
+ margin-left: 20px;
1632
+ }
1633
+ .pui-wfdebug-cont .pui-wf-action .pui-wf-action-text {
1634
+ height: calc(100% - 6px);
1635
+ width: max-content;
1636
+ margin: 0px;
1637
+ padding: 6px 6px 0px 6px;
1638
+ }
1639
+ /* Horizontal. */
1640
+ .pui-wfdebug-cont .pui-wf-structure-start .pui-wf-action-text {
1641
+ position: relative; /* let the borders be smaller by covering them with content*/
1642
+ padding: 11px 0 0 6px;
1643
+ height: 32px;
1644
+ margin: 0;
1645
+ }
1646
+ /* Vertical. */
1647
+ .pui-wfdebug-cont.pui-vert .pui-wf-structure-start .pui-wf-action-text {
1648
+ position: static;
1649
+ padding: 6px 6px 0 12px;
1650
+ margin: 0;
1651
+ height: calc(100% - 6px);
1652
+ width: max-content;
1653
+ }
1654
+ .pui-wfdebug-cont .pui-wf-structure-start .pui-wf-action-text::before { background-color: #1e1e1e; }
1655
+ .pui-wfdebug-cont .pui-wf-structure-start .pui-wf-action-text::after { background-color: #1e1e1e; }
1656
+
1657
+ .pui-wfdebug-cont div.pui-wf-arrow {
1658
+ margin: 20px 0 0 0;
1659
+ }
1660
+
1661
+ .pui-wfdebug-cont.pui-vert div.pui-wf-arrow {
1662
+ margin: 0 0 0 42px;
1663
+ display: block;
1664
+ }
1665
+
1666
+ .pui-wf-question-label-err-msg {
1667
+ color: red;
1668
+ font-style: italic;
1669
+ }