profoundjs 7.5.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 -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 +3794 -3782
  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 +1404 -1401
  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 +2 -2
  54. package/profound.jse +1 -1
  55. package/setup/pjsdist.savf +0 -0
@@ -1,563 +1,563 @@
1
-
2
- /* Context Menu on a Subfile right-click */
3
- #menuDiv {
4
- border: 2px dashed #CCCCCC;
5
- }
6
- .menu {
7
- background: #5588BB;
8
- }
9
- .menu TR {
10
- cursor: pointer;
11
- }
12
- .menu TD {
13
- font-family: Arial;
14
- font-size: 12px;
15
- color: white;
16
- }
17
- .menuHover TD {
18
- background: yellow;
19
- color: blue;
20
- }
21
-
22
-
23
- /* 5250 Menu Bar */
24
- .menu-bar:focus {
25
- background-color: white;
26
- color: black;
27
- }
28
- div.Default.menu-bar-pulldown {
29
- border-top: none;
30
- border-bottom: 2px solid red;
31
- border-left: 2px solid red;
32
- border-right: 2px solid red;
33
- }
34
- div.menu-bar-separator {
35
- position: absolute;
36
- border-top: none;
37
- border-top: 2px solid red; /* enable this for double-line separator bar */
38
- border-bottom: 2px solid red;
39
- border-left: none;
40
- border-right: none;
41
- height: 0px;
42
- left: 0px;
43
- }
44
- .pull-down-menu:focus {
45
- outline: auto;
46
- }
47
- .mnemonic {
48
- text-decoration: underline;
49
- }
50
-
51
- BODY {
52
- background-color: black;
53
- /* color: #00FF00; */
54
- font-family: Monospace;
55
- font-size: 13px;
56
- overflow: auto;
57
- }
58
-
59
-
60
- div {
61
- padding: 1px;
62
- z-index: 10;
63
- white-space: nowrap;
64
- }
65
-
66
- img {
67
- z-index: 10;
68
- }
69
-
70
-
71
-
72
- .hand {
73
- cursor: pointer;
74
- }
75
-
76
- .input {
77
- font-family: Monospace;
78
- font-size: 13px;
79
- background-color: black;
80
- border: 0px;
81
- z-index: 20;
82
- color: #00FF00;
83
- }
84
-
85
- /* Push Button */
86
- INPUT.button {
87
- color: #335588;
88
- font-weight: bold;
89
- }
90
-
91
-
92
- /* Selector Pen */
93
- .selpen {
94
-
95
- }
96
-
97
- .focusInp {
98
- font-family: Monospace;
99
- font-size: 13px;
100
- background-color: black;
101
- border: 0px;
102
- z-index: 20;
103
- color: #00FF00;
104
- }
105
-
106
-
107
- .label {
108
- text-align: right;
109
- color: white;
110
- }
111
-
112
- .heading {
113
- color: #105184;
114
- font-weight: bold;
115
- font-size: 20px
116
- }
117
-
118
- INPUT {
119
- font-family: Monospace;
120
- font-size: 13px;
121
- z-index: 20;
122
- }
123
-
124
- SELECT {
125
- z-index: 20;
126
- }
127
-
128
- BUTTON {
129
- z-index: 20;
130
- }
131
-
132
- TEXTAREA {
133
- z-index: 20;
134
- }
135
-
136
-
137
- DIV.Spaced {
138
- background-color: black;
139
- border-style: solid;
140
- border-top-width: 20px;
141
- border-bottom-width: 20px;
142
- border-right-width: 8px ;
143
- border-left-width: 8px;
144
- z-index: 30;
145
-
146
- }
147
-
148
- DIV.Default {
149
- border-color: white;
150
- background-color: #000000;
151
- border-style: solid;
152
- border-width: 2px;
153
- z-index: 30;
154
- }
155
-
156
- DIV.Default DIV.title {
157
- color: white;
158
- font-weight: bold;
159
- background-color: black;
160
- }
161
-
162
- .Title
163
- {
164
- vertical-align: text-top;
165
- background-color: black;
166
- z-index: 40;
167
- }
168
-
169
-
170
- A {
171
- text-decoration: none;
172
- border-bottom: 1px dotted #888888;
173
- }
174
- A:hover {
175
- border: 1px solid white;
176
- }
177
-
178
- .design a:hover {
179
- border-top-style: none;
180
- border-left-style: none;
181
- border-right-style: none;
182
- border-bottom: 1px dotted #888888;
183
- cursor: default;
184
- }
185
-
186
- .A20 A {
187
- color: lime;
188
- }
189
- .A3A A /*Blue*/
190
- {
191
- color: #8080FF;
192
- }
193
- .A22 A /*White*/
194
- {
195
- color: white;
196
- }
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
- /* Regular Green */
205
- .A20
206
- {
207
- color: lime;
208
-
209
- }
210
- .A21 /*Reverse Green*/
211
- {
212
- background-color: lime;
213
- color: black;
214
- }
215
- .A22 /*White*/
216
- {
217
- color: white;
218
- }
219
- .A23 /*Reverse White*/
220
- {
221
- color: black;
222
- background-color: white;
223
- }
224
- .A24 /*Green Underscore*/
225
- {
226
- color: lime;
227
- border-bottom: solid 1px lime;
228
- }
229
- .A25 /*Green Underscore Reverse*/
230
- {
231
- color: black;
232
- background-color: lime;
233
- border-bottom: solid 1px black;
234
- }
235
- .A26 /*White Underscore*/
236
- {
237
- color: white;
238
- border-bottom: solid 1px white;
239
- }
240
- INPUT.A27 /*Nondisplay Input*/
241
- {
242
- color: white;
243
- background-color: black;
244
- }
245
- DIV.A27 /*Nondisplay Output*/
246
- {
247
- visibility: hidden;
248
- }
249
- .A28 /*Red*/
250
- {
251
- color: red;
252
- }
253
- .A29 /*Reverse Red*/
254
- {
255
- color: black;
256
- background-color: red;
257
- }
258
- .A2B /* Red reverse image blink */
259
- {
260
- background-color: red;
261
- }
262
- .A2C /*Red Underscore*/
263
- {
264
- color: Red;
265
- border-bottom: solid 1px Red;
266
-
267
- }
268
- .A2D /*Red Underscore Reverse */
269
- {
270
- color: black;
271
- background-color: red;
272
- border-bottom: black;
273
-
274
- }
275
- DIV.A2F /*Nondisplay*/
276
- {
277
- visibility: hidden;
278
- }
279
- .A30 /*Turquise (Column Seperators)*/
280
- {
281
- color: aqua;
282
- border-bottom: thin dashed;
283
- }
284
- .A31 /*Turquise Reverse (Column Separators)*/
285
- {
286
- color: black;
287
- background-color: aqua;
288
- border-bottom: thin dashed;
289
- }
290
- .A32 /*Yellow (Column Separators)*/
291
- {
292
- color: yellow;
293
- border-bottom: thin dashed;
294
- }
295
- .A33 /*Yellow Reverse (Column Separators)*/
296
- {
297
- color: black;
298
- background-color: yellow;
299
- border-bottom: thin dashed;
300
- }
301
- .A34 /*Turquise Underscore*/
302
- {
303
- color: aqua;
304
- border-bottom: solid 1px aqua;
305
- }
306
- .A35 /*Turqouise Underscore Reverse*/
307
- {
308
- color: black;
309
- background-color: aqua;
310
- border-bottom: solid 1px black;
311
- }
312
- .A36 /*Yellow Underscore*/
313
- {
314
- color: yellow;
315
- border-bottom: solid 1px yellow;
316
- }
317
- .A37 /*Nondisplay*/
318
- {
319
- color: black;
320
- background-color: black;
321
- }
322
- .A38 /*Pink*/
323
- {
324
- color: fuchsia;
325
- }
326
- .A39 /*Pink Reverse*/
327
- {
328
- color: black;
329
- background-color: fuchsia;
330
- }
331
- .A3A /*Blue*/
332
- {
333
- color: #8080FF;
334
- }
335
- .A3B /*Blue Reverse */
336
- {
337
- color: black;
338
- background-color: #8080FF;
339
- }
340
- .A3C /*Pink Underscore*/
341
- {
342
- color: fuchsia;
343
- border-bottom: solid 1px fuchsia;
344
- }
345
- .A3D /*Pink Underscore Reverse*/
346
- {
347
- color: black;
348
- background-color: fuchsia;
349
- border-bottom: solid 1px black;
350
- }
351
- .A3E /*Blue Underscore*/
352
- {
353
- color: blue;
354
- border-bottom: solid 1px #8080FF;
355
- }
356
-
357
- .hide {
358
- visibility: hidden;
359
- }
360
-
361
- .upper {
362
- text-transform: uppercase;
363
- }
364
-
365
- .autocomplete-item {
366
-
367
- border-style: solid;
368
- border-width: 1px;
369
- border-color: #FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
370
- font-size: 10px;
371
- font-family: tahoma, arial, helvetica, sans-serif;
372
- color: #555555;
373
- background-color: #FFFFFF;
374
- cursor: pointer;
375
- margin: 0px;
376
- padding: 4px 4px 4px 4px;
377
- white-space: nowrap;
378
- overflow: hidden;
379
- text-align: left;
380
-
381
- }
382
-
383
- .autocomplete-selected {
384
-
385
- background-color: #DFE8F6;
386
- border: 1px dotted #A3BAE9 !important;
387
-
388
-
389
- }
390
-
391
- .autocomplete-col {
392
-
393
- overflow: hidden;
394
- white-space: nowrap;
395
- background-color: #FFFFFF;
396
-
397
- }
398
-
399
-
400
-
401
- .link1 A {
402
- font-family: Verdana;
403
- color: #009999;
404
- text-decoration: none;
405
- border-bottom: 1px dotted #888888;
406
- }
407
- .link1 A:hover {
408
- border: 1px solid #cccccc;
409
- }
410
-
411
- .link2 A {
412
- font-family: Arial;
413
- text-decoration: none;
414
- border-bottom: 1px dotted #c1b6b6;
415
- }
416
- .link2 A:hover {
417
- border: 1px solid #999999;
418
- font-weight: bold;
419
- font-size: 15px;
420
- color: white;
421
- background-color: #5588BB;
422
- }
423
-
424
-
425
- .link3 A {
426
- text-decoration: none;
427
- border-bottom: 1px dotted #c1b6b6;
428
- color: #333333;
429
- }
430
- .link3 A:hover {
431
- border: 2px solid #c23c00;
432
- background-color: #ffd7b2;
433
- }
434
-
435
- .link4 A {
436
- text-decoration: none;
437
- }
438
- .link4 A:hover {
439
- text-decoration: underline;
440
- }
441
-
442
- .link5 A {
443
- font-weight: bold;
444
- text-decoration: none;
445
- }
446
- .link5 A:hover {
447
- border-top: 1px dashed #4866d5;
448
- border-bottom: 1px dashed #4866d5;
449
- }
450
-
451
- .link6 A {
452
- font-family: Arial;
453
- font-size: 14px;
454
- color: blue;
455
- text-decoration: none;
456
- }
457
- .link6 A:hover {
458
- font-weight: bold;
459
- }
460
-
461
- #pui-break-messages {
462
- position: absolute;
463
- top: 0px;
464
- left: 0px;
465
- }
466
-
467
- #pui-break-messages div.msg-wrap {
468
- min-width: 250px;
469
- position: absolute;
470
- left: 10px;
471
- top: 10px;
472
- padding: 0px;
473
- border: solid 1px #777777;
474
- background-color: white;
475
- }
476
-
477
- #pui-break-messages div.msg-titlewrap {
478
- padding: 0px;
479
- background-color: black;
480
- color: white;
481
- }
482
-
483
- #pui-break-messages div.msg-titlewrap div.title { padding: 3px 0px 3px 10px; }
484
-
485
- #pui-break-messages div.msg-titlewrap div.closeImg {
486
- height: 16px;
487
- width: 16px;
488
- cursor: pointer;
489
- position:absolute;
490
- right: 3px;
491
- top: 3px;
492
- background-image: url("/profoundui/proddata/images/cross.png");
493
- }
494
-
495
- #pui-break-messages div.msg-body { padding: 15px; }
496
- /* Classic CSS Animation */
497
- .pui-classic-animation {
498
- position: absolute;
499
- display: block;
500
- top: 0px;
501
- left: 0px;
502
- width: 50px;
503
- height: 50px;
504
- z-index: 1001;
505
- }
506
-
507
- .pui-classic-animation:before {
508
- content: '';
509
- position: absolute;
510
- top: 5px;
511
- left: 5px;
512
- right: 5px;
513
- bottom: 5px;
514
- border-radius: 50%;
515
- border: 2.5px solid transparent;
516
- border-top-color: #FFFFFF;
517
- -webkit-animation: pui-spin 1s linear infinite;
518
- animation: pui-spin 1s linear infinite;
519
- }
520
-
521
- .pui-classic-animation:after {
522
- content: '';
523
- position: absolute;
524
- top: 10px;
525
- left: 10px;
526
- right: 10px;
527
- bottom: 10px;
528
- border-radius: 50%;
529
- border: 2.5px solid transparent;
530
- border-top-color: #FFFFFF;
531
- -webkit-animation: pui-spin 1.25s linear infinite;
532
- animation: pui-spin 1.25s linear infinite;
533
- }
534
-
535
- @-webkit-keyframes pui-spin {
536
- 0% {
537
- -webkit-transform: rotate(0deg);
538
- -ms-transform: rotate(0deg);
539
- -moz-animation: rotate(0deg);
540
- transform: rotate(0deg);
541
- }
542
- 100% {
543
- -webkit-transform: rotate(360deg);
544
- -ms-transform: rotate(360deg);
545
- -moz-animation: rotate(360deg);
546
- transform: rotate(360deg);
547
- }
548
- }
549
-
550
- @keyframes pui-spin {
551
- 0% {
552
- -webkit-transform: rotate(0deg);
553
- -ms-transform: rotate(0deg);
554
- -moz-animation: rotate(0deg);
555
- transform: rotate(0deg);
556
- }
557
- 100% {
558
- -webkit-transform: rotate(360deg);
559
- -ms-transform: rotate(360deg);
560
- -moz-animation: rotate(360deg);
561
- transform: rotate(360deg);
562
- }
1
+
2
+ /* Context Menu on a Subfile right-click */
3
+ #menuDiv {
4
+ border: 2px dashed #CCCCCC;
5
+ }
6
+ .menu {
7
+ background: #5588BB;
8
+ }
9
+ .menu TR {
10
+ cursor: pointer;
11
+ }
12
+ .menu TD {
13
+ font-family: Arial;
14
+ font-size: 12px;
15
+ color: white;
16
+ }
17
+ .menuHover TD {
18
+ background: yellow;
19
+ color: blue;
20
+ }
21
+
22
+
23
+ /* 5250 Menu Bar */
24
+ .menu-bar:focus {
25
+ background-color: white;
26
+ color: black;
27
+ }
28
+ div.Default.menu-bar-pulldown {
29
+ border-top: none;
30
+ border-bottom: 2px solid red;
31
+ border-left: 2px solid red;
32
+ border-right: 2px solid red;
33
+ }
34
+ div.menu-bar-separator {
35
+ position: absolute;
36
+ border-top: none;
37
+ border-top: 2px solid red; /* enable this for double-line separator bar */
38
+ border-bottom: 2px solid red;
39
+ border-left: none;
40
+ border-right: none;
41
+ height: 0px;
42
+ left: 0px;
43
+ }
44
+ .pull-down-menu:focus {
45
+ outline: auto;
46
+ }
47
+ .mnemonic {
48
+ text-decoration: underline;
49
+ }
50
+
51
+ BODY {
52
+ background-color: black;
53
+ /* color: #00FF00; */
54
+ font-family: Monospace;
55
+ font-size: 13px;
56
+ overflow: auto;
57
+ }
58
+
59
+
60
+ div {
61
+ padding: 1px;
62
+ z-index: 10;
63
+ white-space: nowrap;
64
+ }
65
+
66
+ img {
67
+ z-index: 10;
68
+ }
69
+
70
+
71
+
72
+ .hand {
73
+ cursor: pointer;
74
+ }
75
+
76
+ .input {
77
+ font-family: Monospace;
78
+ font-size: 13px;
79
+ background-color: black;
80
+ border: 0px;
81
+ z-index: 20;
82
+ color: #00FF00;
83
+ }
84
+
85
+ /* Push Button */
86
+ INPUT.button {
87
+ color: #335588;
88
+ font-weight: bold;
89
+ }
90
+
91
+
92
+ /* Selector Pen */
93
+ .selpen {
94
+
95
+ }
96
+
97
+ .focusInp {
98
+ font-family: Monospace;
99
+ font-size: 13px;
100
+ background-color: black;
101
+ border: 0px;
102
+ z-index: 20;
103
+ color: #00FF00;
104
+ }
105
+
106
+
107
+ .label {
108
+ text-align: right;
109
+ color: white;
110
+ }
111
+
112
+ .heading {
113
+ color: #105184;
114
+ font-weight: bold;
115
+ font-size: 20px
116
+ }
117
+
118
+ INPUT {
119
+ font-family: Monospace;
120
+ font-size: 13px;
121
+ z-index: 20;
122
+ }
123
+
124
+ SELECT {
125
+ z-index: 20;
126
+ }
127
+
128
+ BUTTON {
129
+ z-index: 20;
130
+ }
131
+
132
+ TEXTAREA {
133
+ z-index: 20;
134
+ }
135
+
136
+
137
+ DIV.Spaced {
138
+ background-color: black;
139
+ border-style: solid;
140
+ border-top-width: 20px;
141
+ border-bottom-width: 20px;
142
+ border-right-width: 8px ;
143
+ border-left-width: 8px;
144
+ z-index: 30;
145
+
146
+ }
147
+
148
+ DIV.Default {
149
+ border-color: white;
150
+ background-color: #000000;
151
+ border-style: solid;
152
+ border-width: 2px;
153
+ z-index: 30;
154
+ }
155
+
156
+ DIV.Default DIV.title {
157
+ color: white;
158
+ font-weight: bold;
159
+ background-color: black;
160
+ }
161
+
162
+ .Title
163
+ {
164
+ vertical-align: text-top;
165
+ background-color: black;
166
+ z-index: 40;
167
+ }
168
+
169
+
170
+ A {
171
+ text-decoration: none;
172
+ border-bottom: 1px dotted #888888;
173
+ }
174
+ A:hover {
175
+ border: 1px solid white;
176
+ }
177
+
178
+ .design a:hover {
179
+ border-top-style: none;
180
+ border-left-style: none;
181
+ border-right-style: none;
182
+ border-bottom: 1px dotted #888888;
183
+ cursor: default;
184
+ }
185
+
186
+ .A20 A {
187
+ color: lime;
188
+ }
189
+ .A3A A /*Blue*/
190
+ {
191
+ color: #8080FF;
192
+ }
193
+ .A22 A /*White*/
194
+ {
195
+ color: white;
196
+ }
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+ /* Regular Green */
205
+ .A20
206
+ {
207
+ color: lime;
208
+
209
+ }
210
+ .A21 /*Reverse Green*/
211
+ {
212
+ background-color: lime;
213
+ color: black;
214
+ }
215
+ .A22 /*White*/
216
+ {
217
+ color: white;
218
+ }
219
+ .A23 /*Reverse White*/
220
+ {
221
+ color: black;
222
+ background-color: white;
223
+ }
224
+ .A24 /*Green Underscore*/
225
+ {
226
+ color: lime;
227
+ border-bottom: solid 1px lime;
228
+ }
229
+ .A25 /*Green Underscore Reverse*/
230
+ {
231
+ color: black;
232
+ background-color: lime;
233
+ border-bottom: solid 1px black;
234
+ }
235
+ .A26 /*White Underscore*/
236
+ {
237
+ color: white;
238
+ border-bottom: solid 1px white;
239
+ }
240
+ INPUT.A27 /*Nondisplay Input*/
241
+ {
242
+ color: white;
243
+ background-color: black;
244
+ }
245
+ DIV.A27 /*Nondisplay Output*/
246
+ {
247
+ visibility: hidden;
248
+ }
249
+ .A28 /*Red*/
250
+ {
251
+ color: red;
252
+ }
253
+ .A29 /*Reverse Red*/
254
+ {
255
+ color: black;
256
+ background-color: red;
257
+ }
258
+ .A2B /* Red reverse image blink */
259
+ {
260
+ background-color: red;
261
+ }
262
+ .A2C /*Red Underscore*/
263
+ {
264
+ color: Red;
265
+ border-bottom: solid 1px Red;
266
+
267
+ }
268
+ .A2D /*Red Underscore Reverse */
269
+ {
270
+ color: black;
271
+ background-color: red;
272
+ border-bottom: black;
273
+
274
+ }
275
+ DIV.A2F /*Nondisplay*/
276
+ {
277
+ visibility: hidden;
278
+ }
279
+ .A30 /*Turquise (Column Seperators)*/
280
+ {
281
+ color: aqua;
282
+ border-bottom: thin dashed;
283
+ }
284
+ .A31 /*Turquise Reverse (Column Separators)*/
285
+ {
286
+ color: black;
287
+ background-color: aqua;
288
+ border-bottom: thin dashed;
289
+ }
290
+ .A32 /*Yellow (Column Separators)*/
291
+ {
292
+ color: yellow;
293
+ border-bottom: thin dashed;
294
+ }
295
+ .A33 /*Yellow Reverse (Column Separators)*/
296
+ {
297
+ color: black;
298
+ background-color: yellow;
299
+ border-bottom: thin dashed;
300
+ }
301
+ .A34 /*Turquise Underscore*/
302
+ {
303
+ color: aqua;
304
+ border-bottom: solid 1px aqua;
305
+ }
306
+ .A35 /*Turqouise Underscore Reverse*/
307
+ {
308
+ color: black;
309
+ background-color: aqua;
310
+ border-bottom: solid 1px black;
311
+ }
312
+ .A36 /*Yellow Underscore*/
313
+ {
314
+ color: yellow;
315
+ border-bottom: solid 1px yellow;
316
+ }
317
+ .A37 /*Nondisplay*/
318
+ {
319
+ color: black;
320
+ background-color: black;
321
+ }
322
+ .A38 /*Pink*/
323
+ {
324
+ color: fuchsia;
325
+ }
326
+ .A39 /*Pink Reverse*/
327
+ {
328
+ color: black;
329
+ background-color: fuchsia;
330
+ }
331
+ .A3A /*Blue*/
332
+ {
333
+ color: #8080FF;
334
+ }
335
+ .A3B /*Blue Reverse */
336
+ {
337
+ color: black;
338
+ background-color: #8080FF;
339
+ }
340
+ .A3C /*Pink Underscore*/
341
+ {
342
+ color: fuchsia;
343
+ border-bottom: solid 1px fuchsia;
344
+ }
345
+ .A3D /*Pink Underscore Reverse*/
346
+ {
347
+ color: black;
348
+ background-color: fuchsia;
349
+ border-bottom: solid 1px black;
350
+ }
351
+ .A3E /*Blue Underscore*/
352
+ {
353
+ color: blue;
354
+ border-bottom: solid 1px #8080FF;
355
+ }
356
+
357
+ .hide {
358
+ visibility: hidden;
359
+ }
360
+
361
+ .upper {
362
+ text-transform: uppercase;
363
+ }
364
+
365
+ .autocomplete-item {
366
+
367
+ border-style: solid;
368
+ border-width: 1px;
369
+ border-color: #FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
370
+ font-size: 10px;
371
+ font-family: tahoma, arial, helvetica, sans-serif;
372
+ color: #555555;
373
+ background-color: #FFFFFF;
374
+ cursor: pointer;
375
+ margin: 0px;
376
+ padding: 4px 4px 4px 4px;
377
+ white-space: nowrap;
378
+ overflow: hidden;
379
+ text-align: left;
380
+
381
+ }
382
+
383
+ .autocomplete-selected {
384
+
385
+ background-color: #DFE8F6;
386
+ border: 1px dotted #A3BAE9 !important;
387
+
388
+
389
+ }
390
+
391
+ .autocomplete-col {
392
+
393
+ overflow: hidden;
394
+ white-space: nowrap;
395
+ background-color: #FFFFFF;
396
+
397
+ }
398
+
399
+
400
+
401
+ .link1 A {
402
+ font-family: Verdana;
403
+ color: #009999;
404
+ text-decoration: none;
405
+ border-bottom: 1px dotted #888888;
406
+ }
407
+ .link1 A:hover {
408
+ border: 1px solid #cccccc;
409
+ }
410
+
411
+ .link2 A {
412
+ font-family: Arial;
413
+ text-decoration: none;
414
+ border-bottom: 1px dotted #c1b6b6;
415
+ }
416
+ .link2 A:hover {
417
+ border: 1px solid #999999;
418
+ font-weight: bold;
419
+ font-size: 15px;
420
+ color: white;
421
+ background-color: #5588BB;
422
+ }
423
+
424
+
425
+ .link3 A {
426
+ text-decoration: none;
427
+ border-bottom: 1px dotted #c1b6b6;
428
+ color: #333333;
429
+ }
430
+ .link3 A:hover {
431
+ border: 2px solid #c23c00;
432
+ background-color: #ffd7b2;
433
+ }
434
+
435
+ .link4 A {
436
+ text-decoration: none;
437
+ }
438
+ .link4 A:hover {
439
+ text-decoration: underline;
440
+ }
441
+
442
+ .link5 A {
443
+ font-weight: bold;
444
+ text-decoration: none;
445
+ }
446
+ .link5 A:hover {
447
+ border-top: 1px dashed #4866d5;
448
+ border-bottom: 1px dashed #4866d5;
449
+ }
450
+
451
+ .link6 A {
452
+ font-family: Arial;
453
+ font-size: 14px;
454
+ color: blue;
455
+ text-decoration: none;
456
+ }
457
+ .link6 A:hover {
458
+ font-weight: bold;
459
+ }
460
+
461
+ #pui-break-messages {
462
+ position: absolute;
463
+ top: 0px;
464
+ left: 0px;
465
+ }
466
+
467
+ #pui-break-messages div.msg-wrap {
468
+ min-width: 250px;
469
+ position: absolute;
470
+ left: 10px;
471
+ top: 10px;
472
+ padding: 0px;
473
+ border: solid 1px #777777;
474
+ background-color: white;
475
+ }
476
+
477
+ #pui-break-messages div.msg-titlewrap {
478
+ padding: 0px;
479
+ background-color: black;
480
+ color: white;
481
+ }
482
+
483
+ #pui-break-messages div.msg-titlewrap div.title { padding: 3px 0px 3px 10px; }
484
+
485
+ #pui-break-messages div.msg-titlewrap div.closeImg {
486
+ height: 16px;
487
+ width: 16px;
488
+ cursor: pointer;
489
+ position:absolute;
490
+ right: 3px;
491
+ top: 3px;
492
+ background-image: url("/profoundui/proddata/images/cross.png");
493
+ }
494
+
495
+ #pui-break-messages div.msg-body { padding: 15px; }
496
+ /* Classic CSS Animation */
497
+ .pui-classic-animation {
498
+ position: absolute;
499
+ display: block;
500
+ top: 0px;
501
+ left: 0px;
502
+ width: 50px;
503
+ height: 50px;
504
+ z-index: 1001;
505
+ }
506
+
507
+ .pui-classic-animation:before {
508
+ content: '';
509
+ position: absolute;
510
+ top: 5px;
511
+ left: 5px;
512
+ right: 5px;
513
+ bottom: 5px;
514
+ border-radius: 50%;
515
+ border: 2.5px solid transparent;
516
+ border-top-color: #FFFFFF;
517
+ -webkit-animation: pui-spin 1s linear infinite;
518
+ animation: pui-spin 1s linear infinite;
519
+ }
520
+
521
+ .pui-classic-animation:after {
522
+ content: '';
523
+ position: absolute;
524
+ top: 10px;
525
+ left: 10px;
526
+ right: 10px;
527
+ bottom: 10px;
528
+ border-radius: 50%;
529
+ border: 2.5px solid transparent;
530
+ border-top-color: #FFFFFF;
531
+ -webkit-animation: pui-spin 1.25s linear infinite;
532
+ animation: pui-spin 1.25s linear infinite;
533
+ }
534
+
535
+ @-webkit-keyframes pui-spin {
536
+ 0% {
537
+ -webkit-transform: rotate(0deg);
538
+ -ms-transform: rotate(0deg);
539
+ -moz-animation: rotate(0deg);
540
+ transform: rotate(0deg);
541
+ }
542
+ 100% {
543
+ -webkit-transform: rotate(360deg);
544
+ -ms-transform: rotate(360deg);
545
+ -moz-animation: rotate(360deg);
546
+ transform: rotate(360deg);
547
+ }
548
+ }
549
+
550
+ @keyframes pui-spin {
551
+ 0% {
552
+ -webkit-transform: rotate(0deg);
553
+ -ms-transform: rotate(0deg);
554
+ -moz-animation: rotate(0deg);
555
+ transform: rotate(0deg);
556
+ }
557
+ 100% {
558
+ -webkit-transform: rotate(360deg);
559
+ -ms-transform: rotate(360deg);
560
+ -moz-animation: rotate(360deg);
561
+ transform: rotate(360deg);
562
+ }
563
563
  }