profoundjs 7.5.0 → 7.7.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 +1674 -1669
  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 +4239 -4188
  16. package/htdocs/profoundui/proddata/js/key_management.js +34 -34
  17. package/htdocs/profoundui/proddata/js/profoundai.js +27 -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 +1424 -1416
  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 -3
  54. package/profound.jse +1 -1
  55. package/setup/pjsdist.savf +0 -0
@@ -1,1669 +1,1674 @@
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
- }
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-label-right {
879
+ float: right;
880
+ margin-right: 15px;
881
+ }
882
+
883
+ .pui-wf-option .tooltiptext {
884
+ display: none;
885
+ max-height: 200px;
886
+ overflow: auto;
887
+ color: black;
888
+ background: white;
889
+ border: solid 1px black;
890
+ border-radius: 6px;
891
+ padding: 5px;
892
+
893
+ /* Position the tooltip */
894
+ position: fixed;
895
+ z-index: 1;
896
+ margin-left: 50px;
897
+ white-space: break-spaces;
898
+ }
899
+
900
+ .pui-wf-select-all-option .pui-wf-option-label {
901
+ font-size: 15px;
902
+ }
903
+
904
+ .pui-wf-single-selection-option .pui-wf-option-label {
905
+ margin-left: 15px;
906
+ }
907
+
908
+ .pui-wf-selected-option {
909
+ background-color: #008FFB;
910
+ }
911
+
912
+ .pui-wf-selected-option .pui-wf-option-label {
913
+ color: #fff;
914
+ }
915
+
916
+ .pui-wf-nothign-found {
917
+ font-size: 16px;
918
+ font-family: sans-serif;
919
+ font-weight: bold;
920
+ color: #666;
921
+ padding: 10px;
922
+ text-align: center;
923
+ }
924
+
925
+ .pui-wf-nothing-to-suggest {
926
+ font-size: 14px;
927
+ font-family: sans-serif;
928
+ color: #666;
929
+ padding: 10px;
930
+ text-align: center;
931
+ }
932
+
933
+ @-webkit-keyframes pui-wf-spin {
934
+ 0% {
935
+ -webkit-transform: rotate(0deg);
936
+ transform: rotate(0deg)
937
+ }
938
+
939
+ to {
940
+ -webkit-transform: rotate(1turn);
941
+ transform: rotate(1turn)
942
+ }
943
+ }
944
+
945
+ @keyframes pui-wf-spin {
946
+ 0% {
947
+ -webkit-transform: rotate(0deg);
948
+ transform: rotate(0deg)
949
+ }
950
+
951
+ to {
952
+ -webkit-transform: rotate(1turn);
953
+ transform: rotate(1turn)
954
+ }
955
+ }
956
+
957
+ .pui-wf-spin {
958
+ color: #ef8200;
959
+ margin-left: 0px;
960
+ -webkit-animation: pui-wf-spin 2s linear infinite;
961
+ animation: pui-wf-spin 2s linear infinite;
962
+ }
963
+
964
+ .pui-wf-and-box,
965
+ .pui-wf-or-box {
966
+ background-color: #eee;
967
+ border: 1px solid #ddd;
968
+ color: #333;
969
+ padding-top: 5px;
970
+ padding-bottom: 3px;
971
+ padding-left: 14px;
972
+ padding-right: 14px;
973
+ font-family: sans-serif;
974
+ font-size: 12px;
975
+ cursor: pointer;
976
+ margin-bottom: 3px;
977
+ }
978
+
979
+ .pui-wf-and-box {
980
+ margin-right: 0px;
981
+ border-top-left-radius: 3px;
982
+ border-bottom-left-radius: 3px;
983
+ }
984
+
985
+ .pui-wf-or-box {
986
+ margin-left: 0px;
987
+ margin-right: 10px;
988
+ border-top-right-radius: 3px;
989
+ border-bottom-right-radius: 3px;
990
+ }
991
+
992
+ .pui-wf-box-selected {
993
+ color: #fff;
994
+ background-color: #0078d6;
995
+ border: 1px solid #0078d6;
996
+ }
997
+
998
+ .pui-wf-andor-question {
999
+ border: 0px;
1000
+ background-color: transparent;
1001
+ }
1002
+
1003
+ .pui-wf-dialog-sizer {
1004
+ position: absolute;
1005
+ right: 3px;
1006
+ bottom: 3px;
1007
+ width: 12px;
1008
+ height: 12px;
1009
+ background-image: url(/profoundui/proddata/images/icons/sizer.png);
1010
+ cursor: nwse-resize;
1011
+ user-select: none;
1012
+ -moz-user-select: none;
1013
+ -webkit-user-select: none;
1014
+ -ms-user-select: none;
1015
+ }
1016
+
1017
+ .pui-wf-code-sizer {
1018
+ position: relative;
1019
+ left: calc(100% - 12px);
1020
+ bottom: 12px;
1021
+ width: 12px;
1022
+ height: 12px;
1023
+ background-image: url(/profoundui/proddata/images/icons/sizer.png);
1024
+ cursor: nwse-resize;
1025
+ user-select: none;
1026
+ -moz-user-select: none;
1027
+ -webkit-user-select: none;
1028
+ -ms-user-select: none;
1029
+ }
1030
+
1031
+ .pui-wf-collapse-icon {
1032
+ font-size: 15px;
1033
+ float: right;
1034
+ margin-right: 15px;
1035
+ }
1036
+
1037
+ .pui-wf-quoted {
1038
+ color: #ef8200;
1039
+ }
1040
+
1041
+ .pui-wf-selected-option .pui-wf-quoted {
1042
+ color: #fff;
1043
+ font-weight: normal;
1044
+ }
1045
+
1046
+ .pui-wf-column-values {}
1047
+
1048
+ .pui-wf-column-row {
1049
+ padding-top: 4px;
1050
+ padding-bottom: 5px;
1051
+ border-top: 1px solid #ccc;
1052
+ }
1053
+
1054
+ .pui-wf-column-row:first-child {
1055
+ border-top: none;
1056
+ }
1057
+
1058
+ .pui-wf-column-label {
1059
+ margin-top: 4px;
1060
+ float: left;
1061
+ width: 35%;
1062
+ font-weight: bold;
1063
+ font-size: 13px;
1064
+ overflow: hidden;
1065
+ text-overflow: ellipsis;
1066
+ white-space: nowrap;
1067
+ color: #666;
1068
+ border: 0px;
1069
+ }
1070
+
1071
+ .pui-wf-column-label.openapi-rows {
1072
+ width: 65%;
1073
+ }
1074
+
1075
+ .pui-wf-column-label::placeholder {
1076
+ color: #aaa;
1077
+ }
1078
+
1079
+ .pui-wf-column-label-indented {
1080
+ padding-left: 10px;
1081
+ width: calc(35% - 10px);
1082
+ }
1083
+
1084
+ .pui-wf-column-box {
1085
+ width: 65%;
1086
+ }
1087
+
1088
+ input[type=text].pui-wf-column-box,
1089
+ input[type=number].pui-wf-column-box {
1090
+ font-family: sans-serif;
1091
+ font-size: 15px;
1092
+ color: #666;
1093
+ border: none;
1094
+ border-bottom: 1px dashed #ccc;
1095
+ outline: none;
1096
+ width: 60%;
1097
+ padding-top: 2px;
1098
+ padding-bottom: 2px;
1099
+ }
1100
+
1101
+ input[type=text].pui-wf-column-box,
1102
+ input[type=number].pui-wf-column-box,openapi-field {
1103
+ width: 30%;
1104
+ }
1105
+
1106
+ .pui-wf-column-box input.pui-wf-multi-box {
1107
+ border-bottom: 1px dashed #ccc;
1108
+ }
1109
+
1110
+ .pui-wf-dynamic-wrap {
1111
+ display: flex;
1112
+ }
1113
+
1114
+ .pui-wf-insert-dynamic {
1115
+ display: block;
1116
+ margin-top: 1px;
1117
+ margin-left: 5%;
1118
+ width: 115px;
1119
+ font-family: sans-serif;
1120
+ font-size: 11px;
1121
+ font-weight: bold;
1122
+ color: #0B69B8;
1123
+ padding: 4px;
1124
+ cursor: pointer;
1125
+ border-radius: 3px;
1126
+ }
1127
+
1128
+ .pui-wf-insert-dynamic i {
1129
+ font-size: 12px;
1130
+ }
1131
+
1132
+ .pui-wf-insert-dynamic:hover {
1133
+ background-color: #0B69B8;
1134
+ color: white;
1135
+ }
1136
+
1137
+ .pui-wf-editor-insert-dynamic {
1138
+ margin-left: 5px;
1139
+ }
1140
+
1141
+ .pui-wf-editor-multi-div .pui-wf-popup {
1142
+ left: 15px;
1143
+ max-width: 500px;
1144
+ }
1145
+
1146
+ .pui-wf-insert-selected,
1147
+ .pui-wf-insert-selected:hover {
1148
+ background-color: rgb(25, 63, 94);
1149
+ color: #48a4dd;
1150
+ }
1151
+
1152
+
1153
+ .pui-wf-help-dialog {
1154
+ position: absolute;
1155
+ border: 1px;
1156
+ width: 500px;
1157
+ min-width: 320px;
1158
+ z-index: 10000;
1159
+ }
1160
+
1161
+ .pui-wf-help-dialog-header {
1162
+ background-color: #333333;
1163
+ cursor: move;
1164
+ height: 45px;
1165
+ border-top-left-radius: 5px;
1166
+ border-top-right-radius: 5px;
1167
+ }
1168
+
1169
+ .pui-wf-help-dialog-body {
1170
+ background-color: #f8f8f8;
1171
+ min-height: 150px;
1172
+ border-bottom-left-radius: 5px;
1173
+ border-bottom-right-radius: 5px;
1174
+ border-bottom: 1px solid #666;
1175
+ border-right: 1px solid #666;
1176
+ border-left: 1px solid #666;
1177
+ overflow-y: auto;
1178
+ user-select: none;
1179
+ -moz-user-select: none;
1180
+ -webkit-user-select: none;
1181
+ -ms-user-select: none;
1182
+ max-height: 400px;
1183
+ white-space: normal;
1184
+ padding: 10px;
1185
+ background-color: #fff;
1186
+ }
1187
+
1188
+ .pui-wf-help-dialog-body::-webkit-scrollbar {
1189
+ width: 7px;
1190
+ }
1191
+
1192
+ .pui-wf-help-dialog-body::-webkit-scrollbar-track {
1193
+ background: #f1f1f1;
1194
+ }
1195
+
1196
+ .pui-wf-help-dialog-body::-webkit-scrollbar-thumb {
1197
+ background: #888;
1198
+ }
1199
+
1200
+ .pui-wf-help-dialog-body::-webkit-scrollbar-thumb:hover {
1201
+ background: #555;
1202
+ }
1203
+
1204
+ .pui-wf-help-dialog-body h1 {
1205
+ padding-bottom: 10px;
1206
+ font-size: 20px;
1207
+ color: #ef8200;
1208
+ }
1209
+
1210
+ .pui-wf-help-dialog-body h2 {
1211
+ padding-top: 14px;
1212
+ padding-bottom: 8px;
1213
+ font-size: 17px;
1214
+ font-weight: normal;
1215
+ color: #ef8200;
1216
+ }
1217
+
1218
+ .pui-wf-help-dialog-body p {
1219
+ padding-bottom: 10px;
1220
+ }
1221
+
1222
+ .pui-wf-help-dialog-body ul {
1223
+ list-style: inside;
1224
+ padding-left: 20px;
1225
+ }
1226
+
1227
+ .pui-wf-help-dialog-body li {
1228
+ list-style: inside;
1229
+ padding-left: 20px;
1230
+ }
1231
+
1232
+ div.pui-wf-help-close {
1233
+ color: #999999;
1234
+ font-size: 20px;
1235
+ float: left;
1236
+ position: relative;
1237
+ top: 14px;
1238
+ left: calc(100% - 28px);
1239
+ cursor: pointer;
1240
+ }
1241
+
1242
+ div.pui-wf-help-close:hover {
1243
+ color: #ffffff;
1244
+ }
1245
+
1246
+ .pui-wf-help-header-text {
1247
+ color: #ffffff;
1248
+ font-family: sans-serif;
1249
+ font-size: 16px;
1250
+ position: absolute;
1251
+ left: 12px;
1252
+ top: 13px;
1253
+ }
1254
+
1255
+ .pui-wf-searching {
1256
+ font-size: 20px;
1257
+ margin-bottom: 5px;
1258
+ margin-left: -25px;
1259
+ vertical-align: bottom;
1260
+ }
1261
+
1262
+ .pui-wf-widget-preview {
1263
+ background: transparent;
1264
+ border: none;
1265
+ max-height: 200px;
1266
+ overflow: hidden;
1267
+ }
1268
+
1269
+ button.pui-wf-join-button {
1270
+ color: #555;
1271
+ background-color: #ddd;
1272
+ padding: 8px 8px;
1273
+ font-family: Sans-Serif;
1274
+ font-weight: bold;
1275
+ font-size: 13px;
1276
+ border-radius: 4px;
1277
+ border: 1px solid #555;
1278
+ box-shadow: none;
1279
+ cursor: pointer;
1280
+ outline: none;
1281
+ }
1282
+
1283
+ button.pui-wf-join-button:hover {
1284
+ background-color: #bbb;
1285
+ color: #333;
1286
+ }
1287
+
1288
+ button.pui-wf-elements-button {
1289
+ color: #555;
1290
+ background-color: #ddd;
1291
+ padding: 8px 8px;
1292
+ font-family: Sans-Serif;
1293
+ font-weight: bold;
1294
+ font-size: 13px;
1295
+ border-radius: 4px;
1296
+ border: 1px solid #555;
1297
+ box-shadow: none;
1298
+ cursor: pointer;
1299
+ outline: none;
1300
+ }
1301
+
1302
+ button.pui-wf-elements-button:hover {
1303
+ background-color: #bbb;
1304
+ color: #333;
1305
+ }
1306
+
1307
+ div.pui-wf-action[plugin-categ=client-side] {
1308
+ border: 1px solid #86c1eb;
1309
+ font-weight: normal;
1310
+ /* Default client-side color should be dark to stand out. */
1311
+ background-color: #0E68B7;
1312
+ color: #FFFFFF;
1313
+ }
1314
+
1315
+ div.pui-wf-action[plugin-name=terminate-routine],
1316
+ div.pui-wf-action[plugin-name=terminate-client-side] {
1317
+ background-color: transparent;
1318
+ border-color: transparent;
1319
+ color: #ff6666;
1320
+ }
1321
+
1322
+ div.pui-wf-action[plugin-categ=database] {
1323
+ border-color: #555;
1324
+ background-color: #aaddff;
1325
+ color: #555;
1326
+ }
1327
+
1328
+ div.pui-wf-action[plugin-categ=database] div.pui-wf-edit,
1329
+ div.pui-wf-action[plugin-categ=database] div.pui-wf-remove {
1330
+ color: #777;
1331
+ }
1332
+
1333
+ div.pui-wf-action[plugin-categ=database] div.pui-wf-edit:hover,
1334
+ div.pui-wf-action[plugin-categ=database] div.pui-wf-remove:hover {
1335
+ color: #ef8200;
1336
+ }
1337
+
1338
+ div.pui-wf-action[plugin-name=call-node-program],
1339
+ div.pui-wf-action[plugin-name=call-external-routine],
1340
+ div.pui-wf-action[plugin-name=call-internal-routine],
1341
+ div.pui-wf-action[plugin-name=call-rich-display],
1342
+ div.pui-wf-action[plugin-name=call-routine],
1343
+ div.pui-wf-action[plugin-name=show-screen],
1344
+ div.pui-wf-action[plugin-name=show-previous-screen],
1345
+ div.pui-wf-action[plugin-name=exit-program] {
1346
+ border-color: #999;
1347
+ background-color: #fffdcc;
1348
+ color: #666;
1349
+ }
1350
+
1351
+ div.pui-wf-disabled div.pui-wf-action-text {
1352
+ color: #999;
1353
+ text-decoration: line-through;
1354
+ }
1355
+
1356
+ /* Color of low-code step; the extra specificity allows the rule to take precedent over another rule
1357
+ using an attribute selector.*/
1358
+ div.pui-wf-action-bg-red, div.pui-wf-action-bg-red[plugin-categ] {
1359
+ background-color: #C52A00;
1360
+ color: #FFFFFF;
1361
+ }
1362
+ div.pui-wf-action-bg-blue, div.pui-wf-action-bg-blue[plugin-categ] {
1363
+ background-color: #0E68B7;
1364
+ color: #FFFFFF;
1365
+ }
1366
+ div.pui-wf-action-bg-orange, div.pui-wf-action-bg-orange[plugin-categ] {
1367
+ background-color: #F37820;
1368
+ color: #FFFFFF;
1369
+ }
1370
+ div.pui-wf-action-bg-green, div.pui-wf-action-bg-green[plugin-categ] {
1371
+ background-color: #075433;
1372
+ color: #FFFFFF;
1373
+ }
1374
+ div.pui-wf-action-bg-yellow, div.pui-wf-action-bg-yellow[plugin-categ] {
1375
+ background-color: #957F14;
1376
+ color: #FFFFFF;
1377
+ }
1378
+ div.pui-wf-action-bg-purple, div.pui-wf-action-bg-purple[plugin-categ] {
1379
+ background-color: #7570B3;
1380
+ color: #FFFFFF;
1381
+ }
1382
+ div.pui-wf-action-bg-white, div.pui-wf-action-bg-white[plugin-categ] {
1383
+ background-color: #FCFCFC;
1384
+ color: #86c1eb;
1385
+ }
1386
+ div.pui-wf-action-bg-gray, div.pui-wf-action-bg-gray[plugin-categ] {
1387
+ background-color: #6B6D72;
1388
+ color: #FFFFFF;
1389
+ }
1390
+ div.pui-wf-action-bg-black, div.pui-wf-action-bg-black[plugin-categ] {
1391
+ background-color: #393A3D;
1392
+ color: #FFFFFF;
1393
+ }
1394
+
1395
+ div.pui-wf-action-color-icon {
1396
+ border-radius: 16px;
1397
+ border: none;
1398
+ width: 16px;
1399
+ height: 16px;
1400
+ margin-left: 4px;
1401
+ box-sizing: border-box;
1402
+ }
1403
+
1404
+ div.pui-wf-action-color-icon.pui-wf-action-bg-white {
1405
+ border: solid 1px #333333;
1406
+ }
1407
+
1408
+ div.pui-wf-mask {
1409
+ position: absolute;
1410
+ top: 0;
1411
+ left: 0;
1412
+ z-index: 8900;
1413
+ background-color: #ccc;
1414
+ -moz-opacity: 0.35;
1415
+ opacity: .35;
1416
+ filter: alpha(opacity=35);
1417
+ width: 100%;
1418
+ height: 100%;
1419
+ transform: scale(1, 1);
1420
+ transform-origin: 0 0;
1421
+ margin: 0;
1422
+ padding: 0;
1423
+ }
1424
+
1425
+ .rpg-code-extractor.pui-wf-dialog {
1426
+ left: calc(50% - 500px);
1427
+ top: 100px;
1428
+ width: 1000px;
1429
+ height: 600px;
1430
+ z-index: 20002;
1431
+ }
1432
+
1433
+ .rpg-code-extractor .pui-wf-dialog-header,
1434
+ .rpg-code-extractor-errors .pui-wf-dialog-header {
1435
+ cursor: unset;
1436
+ }
1437
+
1438
+ .rpg-code-extractor .pui-wf-dialog-body {
1439
+ max-height: unset;
1440
+ }
1441
+
1442
+ .rpg-code-extractor .pui-wf-dialog-body div.info {
1443
+ white-space: normal;
1444
+ margin: 0px 50px 0px 50px;
1445
+ padding-top: 5px;
1446
+ }
1447
+
1448
+ .rpg-code-extractor .pui-wf-dialog-body div.info:nth-of-type(3) {
1449
+ background-color: #e9e9e9;
1450
+ padding: 5px;
1451
+ }
1452
+
1453
+ .rpg-code-extractor .pui-wf-dialog-body div.info p {
1454
+ margin: 0px 0px 5px 0px;
1455
+ }
1456
+
1457
+ .rpg-code-extractor .pui-wf-dialog-body div.info ul {
1458
+ list-style: unset;
1459
+ }
1460
+
1461
+ .rpg-code-extractor .pui-wf-dialog-body div.info li {
1462
+ margin: 0 0 0 15px;
1463
+ }
1464
+
1465
+ .rpg-code-extractor .pui-wf-code-editor {
1466
+ margin-top: 10px;
1467
+ height: 460px;
1468
+ }
1469
+
1470
+ .rpg-code-extractor-errors.pui-wf-dialog {
1471
+ left: calc(50% - 375px);
1472
+ top: 125px;
1473
+ width: 750px;
1474
+ z-index: 20003;
1475
+ }
1476
+
1477
+ .rpg-code-extractor-errors .pui-wf-dialog-header {
1478
+ background-color: darkred;
1479
+ }
1480
+
1481
+ .rpg-code-extractor-errors .pui-wf-description-box {
1482
+ background-color: unset;
1483
+ }
1484
+
1485
+ .rpg-code-extractor-errors .pui-wf-close {
1486
+ color: #ffffff;
1487
+ }
1488
+
1489
+ .rpg-code-extractor-errors .pui-wf-dialog-body {
1490
+ user-select: unset;
1491
+ }
1492
+
1493
+ .rpg-code-extractor-errors ul {
1494
+ list-style: disc;
1495
+ margin: 6px 5px;
1496
+ }
1497
+
1498
+ .rpg-code-extractor-errors li {
1499
+ margin: 2px 20px;
1500
+ }
1501
+
1502
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap {
1503
+ display: flex;
1504
+ justify-content: center;
1505
+ gap: 10px;
1506
+ margin-bottom: 10px;
1507
+ }
1508
+
1509
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save {
1510
+ margin-left: 0px;
1511
+ margin-bottom: 0px;
1512
+ }
1513
+
1514
+ /*.rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save.agree {
1515
+ margin-bottom: 3px;
1516
+ }*/
1517
+
1518
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap div.agree-wrap {
1519
+ display: flex;
1520
+ flex-direction: column;
1521
+ gap: 3px;
1522
+ }
1523
+
1524
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap label {
1525
+ display: block;
1526
+ align-self: center;
1527
+ cursor: pointer;
1528
+ }
1529
+
1530
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap label:hover {
1531
+ font-weight: bold;
1532
+ }
1533
+
1534
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save.cancel {
1535
+ color: white;
1536
+ background-color: #777777;
1537
+ font-size: 13px;
1538
+ }
1539
+
1540
+ .rpg-code-extractor .pui-wf-dialog-body div.button-wrap button.pui-wf-dialog-save.cancel:hover {
1541
+ background-color: black;
1542
+ }
1543
+
1544
+ .pui-wfdebug-cont {
1545
+ background-color: #1e1e1e;
1546
+ box-sizing: border-box;
1547
+ white-space: normal;
1548
+ }
1549
+
1550
+ .pui-wfdebug-cont svg {
1551
+ position: absolute;
1552
+ width: 100%;
1553
+ height: 100%;
1554
+ z-index: -1;
1555
+ min-height: 200px;
1556
+ min-width: 200px;
1557
+ }
1558
+ .pui-wfdebug-cont svg .pui-bkpt {
1559
+ display: none;
1560
+ }
1561
+ .pui-wfdebug-cont svg .pui-bkpt.hover {
1562
+ display: inline;
1563
+ fill: rgb(110,26,18);
1564
+ }
1565
+ .pui-wfdebug-cont svg .pui-bkpt.enabled {
1566
+ display: inline;
1567
+ fill: rgb(229,20,0);
1568
+ cursor: pointer;
1569
+ }
1570
+
1571
+ .pui-wfdebug-cont svg .pui-curstepind {
1572
+ fill: none;
1573
+ stroke: rgb(137,209,133);
1574
+ stroke-width: 3;
1575
+ }
1576
+ .pui-wfdebug-cont svg .pui-curstepind.pui-stack-top { stroke: rgb(229,187,0); }
1577
+
1578
+ .pui-wfdebug-cont.pui-vert .pui-wf-action {
1579
+ display: block;
1580
+ margin: 3px 0 2px 20px;
1581
+ }
1582
+
1583
+ .pui-wfdebug-cont .pui-wf-action {
1584
+ height: 38px;
1585
+ min-width: 55px;
1586
+ cursor: pointer;
1587
+ background: none;
1588
+ border-width: 2px;
1589
+ box-sizing: border-box;
1590
+ width: max-content;
1591
+ }
1592
+ .pui-wfdebug-cont.pui-vert .pui-wf-action:nth-of-type(1) { margin-top: 9px; }
1593
+
1594
+ .pui-wfdebug-cont .pui-wf-structure-start, .pui-wfdebug-cont .pui-wf-structure-end {
1595
+ height: 50px;
1596
+ cursor: unset;
1597
+ position: static;
1598
+ margin: 3px 0 3px 10px;
1599
+ box-sizing: border-box;
1600
+ }
1601
+
1602
+ .pui-wfdebug-cont.pui-vert .pui-wf-structure-start, .pui-wfdebug-cont.pui-vert .pui-wf-structure-end {
1603
+ height: 35px;
1604
+ margin: 2px 10px 0 10px;
1605
+ }
1606
+
1607
+ .pui-wfdebug-cont .pui-wf-structure-start {
1608
+ margin-right: 10px;
1609
+ }
1610
+ .pui-wfdebug-cont.pui-vert .pui-wf-structure-start {
1611
+ min-width: 110px;
1612
+ width: max-content;
1613
+ border-color: #c586c0;
1614
+ border-style: solid;
1615
+ border-width: 2px 2px 0 2px;
1616
+ border-top-right-radius: 25px;
1617
+ border-bottom-left-radius: 0px;
1618
+ margin-left: 20px;
1619
+ }
1620
+
1621
+ .pui-wfdebug-cont .pui-wf-structure-end {
1622
+ margin-left: 0;
1623
+ }
1624
+
1625
+ .pui-wfdebug-cont.pui-vert .pui-wf-structure-end {
1626
+ left: 0;
1627
+ border-color: #c586c0;
1628
+ border-style: solid;
1629
+ border-width: 0 2px 2px 2px;
1630
+ border-bottom-left-radius: 25px;
1631
+ border-bottom-right-radius: 25px;
1632
+ border-top-left-radius: 0px;
1633
+ border-top-right-radius: 0px;
1634
+ width: 110px;
1635
+ height: 20px;
1636
+ margin-left: 20px;
1637
+ }
1638
+ .pui-wfdebug-cont .pui-wf-action .pui-wf-action-text {
1639
+ height: calc(100% - 6px);
1640
+ width: max-content;
1641
+ margin: 0px;
1642
+ padding: 6px 6px 0px 6px;
1643
+ }
1644
+ /* Horizontal. */
1645
+ .pui-wfdebug-cont .pui-wf-structure-start .pui-wf-action-text {
1646
+ position: relative; /* let the borders be smaller by covering them with content*/
1647
+ padding: 11px 0 0 6px;
1648
+ height: 32px;
1649
+ margin: 0;
1650
+ }
1651
+ /* Vertical. */
1652
+ .pui-wfdebug-cont.pui-vert .pui-wf-structure-start .pui-wf-action-text {
1653
+ position: static;
1654
+ padding: 6px 6px 0 12px;
1655
+ margin: 0;
1656
+ height: calc(100% - 6px);
1657
+ width: max-content;
1658
+ }
1659
+ .pui-wfdebug-cont .pui-wf-structure-start .pui-wf-action-text::before { background-color: #1e1e1e; }
1660
+ .pui-wfdebug-cont .pui-wf-structure-start .pui-wf-action-text::after { background-color: #1e1e1e; }
1661
+
1662
+ .pui-wfdebug-cont div.pui-wf-arrow {
1663
+ margin: 20px 0 0 0;
1664
+ }
1665
+
1666
+ .pui-wfdebug-cont.pui-vert div.pui-wf-arrow {
1667
+ margin: 0 0 0 42px;
1668
+ display: block;
1669
+ }
1670
+
1671
+ .pui-wf-question-label-err-msg {
1672
+ color: red;
1673
+ font-style: italic;
1674
+ }