hellfire 0.20.5 → 0.20.6

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.
@@ -0,0 +1,1809 @@
1
+ .popover-template .popover-template-header {
2
+ padding: 12px 20px 3px;
3
+ font-size: 12px;
4
+ color: #777;
5
+ border-top: 1px solid #e5e5e5;
6
+ margin-top: 9px;
7
+ }
8
+ .popover-template .popover-template-header:first-child {
9
+ border-top: none;
10
+ padding: 3px 20px;
11
+ margin-top: 0;
12
+ }
13
+ .popover-template .popover-template-icon {
14
+ display: inline-block;
15
+ width: 1.28571em;
16
+ height: 1em;
17
+ margin-right: 2px;
18
+ }
19
+ .popover-template .popover-template-icon svg {
20
+ vertical-align: middle;
21
+ }
22
+ .popover-template .popover-template-row,
23
+ .popover-template .popover-template-row-no-hover,
24
+ .popover-template .popover-template-row-match {
25
+ padding: 3px 20px;
26
+ font-size: 14px;
27
+ color: #53585f;
28
+ cursor: pointer;
29
+ white-space: nowrap;
30
+ }
31
+ .popover-template .popover-template-row-match {
32
+ color: #fff;
33
+ background: #7f8592;
34
+ }
35
+ .popover-template .popover-template-row:hover {
36
+ color: #fff;
37
+ background: #777777;
38
+ }
39
+
40
+ .paladin-wwwc .paladin-wwwc-item {
41
+ padding: 3px 20px;
42
+ font-size: 14px;
43
+ color: #53585f;
44
+ cursor: pointer;
45
+ white-space: nowrap;
46
+ }
47
+ .paladin-wwwc .paladin-wwwc-item:hover {
48
+ color: #fff;
49
+ background: #777777;
50
+ }
51
+ .paladin-wwwc .paladin-wwwc-item-prefix {
52
+ display: inline-block;
53
+ width: 50px;
54
+ }
55
+ .paladin-wwwc .paladin-wwwc-item-prefix svg {
56
+ width: 15px;
57
+ vertical-align: middle;
58
+ }
59
+ .paladin-wwwc .paladin-wwwc-item-label {
60
+ display: inline-block;
61
+ width: 55px;
62
+ white-space: nowrap;
63
+ text-overflow: ellipsis;
64
+ overflow-x: hidden;
65
+ vertical-align: top;
66
+ }
67
+ .paladin-wwwc .paladin-wwwc-item-value {
68
+ display: inline-block;
69
+ width: calc(100% - 100px);
70
+ text-align: right;
71
+ font-style: oblique;
72
+ }
73
+ .paladin-wwwc .paladin-wwwc-custom-icon {
74
+ display: inline-block;
75
+ width: 1.28571em;
76
+ height: 1em;
77
+ margin-right: 2px;
78
+ }
79
+ .paladin-wwwc .paladin-wwwc-custom-icon svg {
80
+ vertical-align: middle;
81
+ }
82
+ .paladin-wwwc-set-modal .paladin-wwwc-set-table {
83
+ border-collapse: collapse;
84
+ width: 100%;
85
+ }
86
+ .paladin-wwwc-set-modal .paladin-wwwc-set-table th,
87
+ .paladin-wwwc-set-modal .paladin-wwwc-set-table td {
88
+ padding: 16px 0;
89
+ text-align: center;
90
+ font-size: 14px;
91
+ }
92
+ .paladin-wwwc-set-modal .paladin-wwwc-set-table th {
93
+ background: #fafafa;
94
+ }
95
+ .paladin-wwwc-set-modal .paladin-wwwc-set-table th:last-child {
96
+ width: 250px;
97
+ }
98
+
99
+ .paladin-ipt {
100
+ box-sizing: border-box;
101
+ width: 100%;
102
+ height: 34px;
103
+ padding: 6px 12px;
104
+ background-color: transparent;
105
+ background-image: none;
106
+ border: 1px solid #ccc;
107
+ border-radius: 8px;
108
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
109
+ display: block;
110
+ font-size: 14px;
111
+ line-height: 1.42857;
112
+ color: #555;
113
+ }
114
+ .paladin-ipt:focus {
115
+ outline: none;
116
+ }
117
+
118
+ .paladin-row {
119
+ display: flex;
120
+ box-sizing: border-box;
121
+ flex-direction: row;
122
+ flex-wrap: wrap;
123
+ flex: 0 1 auto;
124
+ }
125
+
126
+ .paladin-col {
127
+ display: flex;
128
+ flex-direction: column;
129
+ box-sizing: border-box;
130
+ flex: 0 0 auto;
131
+ }
132
+ .paladin-col-1 {
133
+ flex-basis: 8.333333%;
134
+ max-width: 8.3333333%;
135
+ }
136
+ .paladin-col-2 {
137
+ flex-basis: 16.666666%;
138
+ max-width: 16.666666%;
139
+ }
140
+ .paladin-col-3 {
141
+ flex-basis: 25%;
142
+ max-width: 25%;
143
+ }
144
+ .paladin-col-4 {
145
+ flex-basis: 33.333333%;
146
+ max-width: 33.333333%;
147
+ }
148
+ .paladin-col-5 {
149
+ flex-basis: 41.666666%;
150
+ max-width: 41.666666%;
151
+ }
152
+ .paladin-col-6 {
153
+ flex-basis: 50%;
154
+ max-width: 50%;
155
+ }
156
+ .paladin-col-7 {
157
+ flex-basis: 58.333333%;
158
+ max-width: 58.333333%;
159
+ }
160
+ .paladin-col-8 {
161
+ flex-basis: 66.666666%;
162
+ max-width: 66.666666%;
163
+ }
164
+ .paladin-col-9 {
165
+ flex-basis: 75%;
166
+ max-width: 75%;
167
+ }
168
+ .paladin-col-10 {
169
+ flex-basis: 83.333333%;
170
+ max-width: 83.333333%;
171
+ }
172
+ .paladin-col-11 {
173
+ flex-basis: 91.666666%;
174
+ max-width: 91.666666%;
175
+ }
176
+ .paladin-col-12 {
177
+ flex-basis: 100%;
178
+ max-width: 100%;
179
+ }
180
+ .paladin-col-xs-1 {
181
+ flex-basis: 8.333333%;
182
+ max-width: 8.3333333%;
183
+ }
184
+ .paladin-col-xs-2 {
185
+ flex-basis: 16.666666%;
186
+ max-width: 16.666666%;
187
+ }
188
+ .paladin-col-xs-3 {
189
+ flex-basis: 25%;
190
+ max-width: 25%;
191
+ }
192
+ .paladin-col-xs-4 {
193
+ flex-basis: 33.333333%;
194
+ max-width: 33.333333%;
195
+ }
196
+ .paladin-col-xs-5 {
197
+ flex-basis: 41.666666%;
198
+ max-width: 41.666666%;
199
+ }
200
+ .paladin-col-xs-6 {
201
+ flex-basis: 50%;
202
+ max-width: 50%;
203
+ }
204
+ .paladin-col-xs-7 {
205
+ flex-basis: 58.333333%;
206
+ max-width: 58.333333%;
207
+ }
208
+ .paladin-col-xs-8 {
209
+ flex-basis: 66.666666%;
210
+ max-width: 66.666666%;
211
+ }
212
+ .paladin-col-xs-9 {
213
+ flex-basis: 75%;
214
+ max-width: 75%;
215
+ }
216
+ .paladin-col-xs-10 {
217
+ flex-basis: 83.333333%;
218
+ max-width: 83.333333%;
219
+ }
220
+ .paladin-col-xs-11 {
221
+ flex-basis: 91.666666%;
222
+ max-width: 91.666666%;
223
+ }
224
+ .paladin-col-xs-12 {
225
+ flex-basis: 100%;
226
+ max-width: 100%;
227
+ }
228
+ @media only screen and (min-width: 576px) {
229
+ .paladin-col-sm-1 {
230
+ flex-basis: 8.333333%;
231
+ max-width: 8.3333333%;
232
+ }
233
+ .paladin-col-sm-2 {
234
+ flex-basis: 16.666666%;
235
+ max-width: 16.666666%;
236
+ }
237
+ .paladin-col-sm-3 {
238
+ flex-basis: 25%;
239
+ max-width: 25%;
240
+ }
241
+ .paladin-col-sm-4 {
242
+ flex-basis: 33.333333%;
243
+ max-width: 33.333333%;
244
+ }
245
+ .paladin-col-sm-5 {
246
+ flex-basis: 41.666666%;
247
+ max-width: 41.666666%;
248
+ }
249
+ .paladin-col-sm-6 {
250
+ flex-basis: 50%;
251
+ max-width: 50%;
252
+ }
253
+ .paladin-col-sm-7 {
254
+ flex-basis: 58.333333%;
255
+ max-width: 58.333333%;
256
+ }
257
+ .paladin-col-sm-8 {
258
+ flex-basis: 66.666666%;
259
+ max-width: 66.666666%;
260
+ }
261
+ .paladin-col-sm-9 {
262
+ flex-basis: 75%;
263
+ max-width: 75%;
264
+ }
265
+ .paladin-col-sm-10 {
266
+ flex-basis: 83.333333%;
267
+ max-width: 83.333333%;
268
+ }
269
+ .paladin-col-sm-11 {
270
+ flex-basis: 91.666666%;
271
+ max-width: 91.666666%;
272
+ }
273
+ .paladin-col-sm-12 {
274
+ flex-basis: 100%;
275
+ max-width: 100%;
276
+ }
277
+ }
278
+
279
+ .paladin-modal {
280
+ position: fixed;
281
+ left: 0;
282
+ top: 0;
283
+ right: 0;
284
+ bottom: 0;
285
+ width: 100vw;
286
+ height: 100vh;
287
+ overflow: visible;
288
+ z-index: 99;
289
+ }
290
+ .paladin-modal svg {
291
+ width: 100%;
292
+ height: 100%;
293
+ }
294
+ .paladin-modal-backdrop {
295
+ position: absolute;
296
+ z-index: 1000;
297
+ width: 100%;
298
+ height: 100%;
299
+ background: rgba(0, 0, 0, 0.5);
300
+ }
301
+ .paladin-modal-wrapper {
302
+ position: absolute;
303
+ top: 0;
304
+ left: 0;
305
+ width: 100%;
306
+ height: 100%;
307
+ overflow-x: visible;
308
+ overflow-y: scroll;
309
+ z-index: 1001;
310
+ }
311
+ .paladin-modal-container {
312
+ position: absolute;
313
+ width: auto;
314
+ background: #ffffff;
315
+ top: 50%;
316
+ left: 50%;
317
+ transform: translate(-50%, -50%);
318
+ border-radius: 6px;
319
+ box-sizing: border-box;
320
+ z-index: 1001;
321
+ max-height: 100%;
322
+ overflow: hidden;
323
+ overflow-y: scroll;
324
+ }
325
+ @media (min-width: 768px) {
326
+ .paladin-modal-container {
327
+ width: 600px;
328
+ }
329
+ }
330
+ @media screen and (min-width: 992px) {
331
+ .paladin-modal-container {
332
+ width: 83.3333333%;
333
+ }
334
+ }
335
+ @media (max-width: 768px) {
336
+ .paladin-modal-container {
337
+ width: 95%;
338
+ }
339
+ }
340
+ .paladin-modal-header {
341
+ padding: 15px;
342
+ border-bottom: 1px solid #e5e5e5;
343
+ font-size: 18px;
344
+ font-weight: 500;
345
+ line-height: 1.42857;
346
+ margin: 0;
347
+ color: #727882;
348
+ position: relative;
349
+ }
350
+ .paladin-modal-close {
351
+ position: absolute;
352
+ right: 20px;
353
+ display: inline-block;
354
+ width: 15px;
355
+ height: 15px;
356
+ cursor: pointer;
357
+ }
358
+ .paladin-modal-body {
359
+ padding: 15px;
360
+ box-sizing: border-box;
361
+ }
362
+ .paladin-modal-footer {
363
+ padding: 15px;
364
+ text-align: right;
365
+ border-top: 1px solid #e5e5e5;
366
+ }
367
+ .paladin-modal-footer button {
368
+ margin-left: 4px;
369
+ }
370
+
371
+ .paladin-btn {
372
+ margin: 0;
373
+ display: inline-block;
374
+ font-weight: 400;
375
+ text-align: center;
376
+ vertical-align: middle;
377
+ touch-action: manipulation;
378
+ cursor: pointer;
379
+ background-image: none;
380
+ border: 1px solid transparent;
381
+ white-space: nowrap;
382
+ padding: 6px 12px;
383
+ font-size: 14px;
384
+ line-height: 1.42857;
385
+ border-radius: 4px;
386
+ -webkit-user-select: none;
387
+ -moz-user-select: none;
388
+ -ms-user-select: none;
389
+ user-select: none;
390
+ }
391
+ .paladin-btn-active {
392
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
393
+ }
394
+ .paladin-primary {
395
+ color: #fff;
396
+ background-color: #337ab7;
397
+ border-color: #2e6da4;
398
+ }
399
+ .paladin-success {
400
+ color: #fff;
401
+ background-color: #008b8b;
402
+ border-color: #007272;
403
+ }
404
+ .paladin-default {
405
+ color: #333;
406
+ background-color: #fff;
407
+ border-color: #ccc;
408
+ }
409
+ .paladin-default.paladin-btn-active {
410
+ color: #333;
411
+ background-color: #e6e6e6;
412
+ border-color: #adadad;
413
+ }
414
+ .paladin-info {
415
+ color: #fff;
416
+ background-color: #659bd2;
417
+ border-color: #518ecc;
418
+ }
419
+ .paladin-warning {
420
+ color: #fff;
421
+ background-color: #f0ad4e;
422
+ border-color: #eea236;
423
+ }
424
+ .paladin-danger {
425
+ color: #fff;
426
+ background-color: #d9534f;
427
+ border-color: #d43f3a;
428
+ }
429
+
430
+ .paladin-btn-group .paladin-btn:first-child:not(:last-child) {
431
+ border-bottom-right-radius: 0;
432
+ border-top-right-radius: 0;
433
+ }
434
+ .paladin-btn-group .paladin-btn:last-child:not(:first-child) {
435
+ border-bottom-left-radius: 0;
436
+ border-top-left-radius: 0;
437
+ }
438
+
439
+ .allow-select * {
440
+ -webkit-user-select: text !important;
441
+ -moz-user-select: text !important;
442
+ -ms-user-select: text !important;
443
+ user-select: text !important;
444
+ }
445
+ .paladin-table {
446
+ margin-top: 10px;
447
+ font-size: 14px;
448
+ color: #727882;
449
+ font-family: lucida console, monospace;
450
+ word-break: break-all;
451
+ }
452
+ .paladin-table .paladin-table-th {
453
+ background: #698b69;
454
+ color: #fff;
455
+ padding: 5px;
456
+ }
457
+ .paladin-table .paladin-tbody-row {
458
+ border-bottom: 1px solid lightgrey;
459
+ }
460
+ .paladin-table .paladin-tbody-row:hover .td {
461
+ background: #ddd;
462
+ color: inherit;
463
+ }
464
+ .paladin-table .paladin-tbody-row:nth-child(even) {
465
+ background: #eee;
466
+ color: inherit;
467
+ }
468
+ .paladin-table .paladin-tbody-td {
469
+ padding: 5px;
470
+ }
471
+ .paladin-table .paladin-key {
472
+ background-color: #7ac5cd;
473
+ color: white;
474
+ }
475
+ .paladin-table .paladin-childKey {
476
+ background-color: #49898F;
477
+ color: white;
478
+ }
479
+ .paladin-table .paladin-private {
480
+ color: orange;
481
+ }
482
+ .paladin-table .paladin-row-parent-icon {
483
+ display: inline-block;
484
+ background: #fff;
485
+ border-radius: 2px;
486
+ margin-right: 3px;
487
+ color: #00a4fe;
488
+ width: 16px;
489
+ height: 16px;
490
+ position: relative;
491
+ vertical-align: middle;
492
+ }
493
+ .paladin-table .paladin-row-parent-icon span {
494
+ position: absolute;
495
+ left: 50%;
496
+ top: 50%;
497
+ transform: translate(-50%, -51%);
498
+ display: inline-block;
499
+ width: 13px;
500
+ height: 13px;
501
+ line-height: 13px;
502
+ font-size: 13px;
503
+ text-align: center;
504
+ }
505
+
506
+ .paladin-imageTool {
507
+ background: #fff;
508
+ padding: 5px 0;
509
+ min-width: 185px;
510
+ max-width: 280px;
511
+ }
512
+ .paladin-imageTool .paladin-imageTool-header {
513
+ padding: 12px 20px 3px;
514
+ font-size: 12px;
515
+ color: #777;
516
+ border-top: 1px solid #e5e5e5;
517
+ margin-top: 9px;
518
+ clear: both;
519
+ }
520
+ .paladin-imageTool .paladin-imageTool-header:first-child {
521
+ border-top: none;
522
+ padding: 3px 20px;
523
+ margin-top: 0;
524
+ }
525
+ .paladin-imageTool .paladin-imageTool-icon {
526
+ display: inline-block;
527
+ width: 1.28571em;
528
+ height: 1em;
529
+ margin-right: 2px;
530
+ }
531
+ .paladin-imageTool .paladin-imageTool-icon svg {
532
+ vertical-align: middle;
533
+ }
534
+ .paladin-imageTool .paladin-imageTool-row {
535
+ padding: 3px 20px;
536
+ font-size: 14px;
537
+ color: #53585f;
538
+ cursor: pointer;
539
+ white-space: nowrap;
540
+ display: block;
541
+ clear: both;
542
+ overflow: hidden;
543
+ }
544
+ .paladin-imageTool .paladin-imageTool-row:hover {
545
+ color: #fff;
546
+ background: #777777;
547
+ }
548
+ .paladin-imageTool .paladin-imageTool-canvas {
549
+ float: right;
550
+ }
551
+ .paladin-imageTool .paladin-imageTool-text {
552
+ float: left;
553
+ }
554
+
555
+ .paladin-global-msg {
556
+ position: absolute;
557
+ top: 10px;
558
+ left: 50%;
559
+ transform: translateX(-50%);
560
+ z-index: 2;
561
+ padding: 5px 10px;
562
+ border-radius: 4px;
563
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
564
+ background: #ffffff;
565
+ color: #666;
566
+ font-size: 14px;
567
+ }
568
+ .paladin-global-msg svg {
569
+ vertical-align: middle;
570
+ width: 18px !important;
571
+ height: 18px !important;
572
+ margin-right: 5px;
573
+ }
574
+ .paladin-global-msg-error svg {
575
+ color: red;
576
+ }
577
+ .paladin-global-msg-info svg {
578
+ color: #00a4fe;
579
+ }
580
+ .paladin-global-msg-success svg {
581
+ color: #2FC761;
582
+ }
583
+
584
+ .popper-tooltip-arrow {
585
+ position: absolute;
586
+ width: 0;
587
+ height: 0;
588
+ border-width: 4px;
589
+ border-style: solid;
590
+ border-color: transparent #000 transparent transparent;
591
+ }
592
+ .popper-arrow {
593
+ position: absolute;
594
+ width: 0;
595
+ height: 0;
596
+ border-width: 10px;
597
+ border-style: solid;
598
+ border-color: transparent #fff transparent transparent;
599
+ }
600
+ .arrow-right {
601
+ left: 0;
602
+ transform: translateX(-100%);
603
+ }
604
+ .arrow-top {
605
+ bottom: 0;
606
+ transform: translateY(100%) rotate(-90deg);
607
+ }
608
+ .arrow-bottom {
609
+ top: 0;
610
+ transform: translateY(-100%) rotate(90deg);
611
+ }
612
+ .arrow-left {
613
+ right: 0;
614
+ transform: translateX(100%) rotate(180deg);
615
+ }
616
+
617
+ .paladin-cine-row {
618
+ padding: 3px 20px;
619
+ width: 100%;
620
+ height: 40px;
621
+ }
622
+ .paladin-cine-row .paladin-cine-label {
623
+ font-size: 12px;
624
+ color: #727882;
625
+ justify-content: center;
626
+ white-space: nowrap;
627
+ }
628
+ .paladin-cine-row .paladin-cine-input {
629
+ padding: 0 8px;
630
+ justify-content: center;
631
+ align-items: center;
632
+ }
633
+ .paladin-cine-row .paladin-cine-input input {
634
+ height: 20px;
635
+ padding: 0;
636
+ width: 80%;
637
+ }
638
+ .paladin-cine-row .paladin-cine-svg {
639
+ height: 100%;
640
+ }
641
+ .paladin-cine-row .paladin-cine-svg .paladin-row {
642
+ height: 20px;
643
+ }
644
+ .paladin-cine-row .paladin-cine-svg svg {
645
+ fill: #727882;
646
+ }
647
+ .paladin-cine-svg-play svg {
648
+ width: 12px !important;
649
+ height: 12px !important;
650
+ fill: #727882;
651
+ }
652
+
653
+ .paladin-tool-go-flatten {
654
+ cursor: pointer;
655
+ font-size: 12px;
656
+ height: 32px;
657
+ text-align: center;
658
+ border-bottom: 1px solid #fff;
659
+ background: #353535;
660
+ position: relative;
661
+ z-index: 999;
662
+ color: #fff;
663
+ }
664
+ .paladin-tool-go-flatten svg {
665
+ width: 7px !important;
666
+ color: #fff;
667
+ }
668
+ .paladin-tool-go-flatten:hover {
669
+ background: #d4d4d4;
670
+ }
671
+ .paladin-tool-go-flatten:hover svg {
672
+ color: #333;
673
+ }
674
+ .paladin-tool-go-line {
675
+ cursor: pointer;
676
+ position: absolute;
677
+ display: flex;
678
+ align-items: center;
679
+ justify-content: center;
680
+ right: 0;
681
+ margin-top: 6px;
682
+ height: 34px;
683
+ }
684
+ .paladin-tool-go-line .paladin-full-content {
685
+ width: 24px;
686
+ }
687
+ .paladin-tool-go-line svg {
688
+ width: 8px !important;
689
+ color: #fff;
690
+ }
691
+ .paladin-tool-go-line:hover {
692
+ background: #d4d4d4;
693
+ }
694
+ .paladin-tool-go-line:hover svg {
695
+ color: #333;
696
+ }
697
+ .paladin-tool-item {
698
+ background: #fff;
699
+ padding: 5px 0;
700
+ min-width: 160px;
701
+ max-width: 280px;
702
+ }
703
+ .paladin-tool-lg-content {
704
+ border-bottom: 1px solid #5b5b5b;
705
+ }
706
+ .paladin-tool-lg-content .paladin-tool-lg-item {
707
+ display: flex;
708
+ flex-direction: column;
709
+ box-sizing: border-box;
710
+ flex: 1;
711
+ border-top: 1px solid #5b5b5b;
712
+ color: #b0b0b0;
713
+ font-size: 12px;
714
+ text-align: center;
715
+ padding: 8px 10px;
716
+ cursor: pointer;
717
+ }
718
+ .paladin-tool-lg-content .paladin-tool-lg-item:last-child {
719
+ border-left: 1px solid #5b5b5b;
720
+ }
721
+ .paladin-tool-lg-content .paladin-tool-lg-item:hover {
722
+ color: #fff;
723
+ }
724
+ .paladin-tool-lg-content .paladin-tool-lg-item-active {
725
+ background: #0d5075;
726
+ color: #fff;
727
+ }
728
+ .paladin-tool-flatten-vertical-wrapper {
729
+ width: 228px;
730
+ height: 100%;
731
+ display: flex;
732
+ flex-direction: column;
733
+ }
734
+ .paladin-tool-flatten-vertical-wrapper .paladin-tool-nav-wrapper {
735
+ margin: 6px 2px;
736
+ }
737
+ .paladin-tool-flatten-vertical-wrapper .paladin-tool-nav {
738
+ cursor: pointer;
739
+ font-size: 13px;
740
+ color: #e2e2e2;
741
+ padding: 8px 10px;
742
+ border-top: 1px solid #5b5b5b;
743
+ border-bottom: 1px solid #5b5b5b;
744
+ border-left: 1px solid #5b5b5b;
745
+ }
746
+ .paladin-tool-flatten-vertical-wrapper .paladin-tool-qa {
747
+ cursor: pointer;
748
+ margin-left: 15px;
749
+ color: #e2e2e2;
750
+ }
751
+ .paladin-tool-flatten-vertical-wrapper .paladin-tool-qa svg {
752
+ width: 22px;
753
+ }
754
+ .paladin-tool-flatten-vertical-wrapper .paladin-tool-nav-active {
755
+ color: #c8c8c8;
756
+ background-color: #5b5b5b;
757
+ }
758
+ .paladin-tool-flatten-vertical-wrapper .paladin-tool-space-line {
759
+ border-top: 1px solid gray;
760
+ margin-top: 6px;
761
+ padding-top: 6px;
762
+ }
763
+ .paladin-tool-flatten-hor-wrapper {
764
+ position: relative;
765
+ z-index: 100;
766
+ width: 100%;
767
+ display: flex;
768
+ flex-direction: row;
769
+ }
770
+ .paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line {
771
+ display: flex;
772
+ flex-direction: column;
773
+ }
774
+ .paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content {
775
+ width: 24px;
776
+ height: 100%;
777
+ text-align: center;
778
+ line-height: 100%;
779
+ }
780
+ .paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content svg {
781
+ width: 10px !important;
782
+ color: #fff;
783
+ }
784
+ .paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content:hover {
785
+ background: #d4d4d4;
786
+ }
787
+ .paladin-tool-flatten-hor-wrapper .paladin-flatten-hor-go-line .paladin-flatten-hor-go-line-content:hover svg {
788
+ color: #333;
789
+ }
790
+ .paladin-tool-flatten-hor-wrapper .paladin-tool-nav-wrapper {
791
+ padding: 5px;
792
+ }
793
+ .paladin-tool-flatten-hor-wrapper .paladin-tool-nav {
794
+ cursor: pointer;
795
+ font-size: 13px;
796
+ color: #e2e2e2;
797
+ padding: 8px 10px;
798
+ border: 1px solid #5b5b5b;
799
+ margin-bottom: 5px;
800
+ text-align: center;
801
+ }
802
+ .paladin-tool-flatten-hor-wrapper .paladin-tool-qa {
803
+ cursor: pointer;
804
+ margin: 5px auto;
805
+ color: #e2e2e2;
806
+ }
807
+ .paladin-tool-flatten-hor-wrapper .paladin-tool-qa svg {
808
+ width: 20px;
809
+ }
810
+ .paladin-tool-flatten-hor-wrapper .paladin-tool-nav-active {
811
+ color: #c8c8c8;
812
+ background-color: #5b5b5b;
813
+ }
814
+ .paladin-tool-flatten-hor-wrapper .paladin-tool-lg-item {
815
+ border: 1px solid #5b5b5b;
816
+ }
817
+ .paladin-tool-space-line-3d {
818
+ border-top: 1px solid gray;
819
+ margin-top: 6px;
820
+ }
821
+ .paladin-tool-subtitle {
822
+ font-size: 12px;
823
+ color: gray;
824
+ padding: 4px 2px 3px 2px;
825
+ }
826
+ .paladin-hor-border {
827
+ border-right: 1px solid #666;
828
+ margin-right: 6px;
829
+ }
830
+ .paladin-hor-three-content {
831
+ position: relative;
832
+ padding-left: 13px;
833
+ }
834
+ .paladin-hor-three-content .paladin-hor-three-title {
835
+ position: absolute;
836
+ left: 0;
837
+ top: 2px;
838
+ width: 12px;
839
+ font-size: 12px;
840
+ word-break: break-all;
841
+ color: gray;
842
+ }
843
+
844
+ .paladin-setting-row {
845
+ margin-bottom: 10px;
846
+ }
847
+ .paladin-setting-row div {
848
+ padding: 0 10px;
849
+ box-sizing: border-box;
850
+ height: 33px;
851
+ }
852
+ .paladin-setting-row button {
853
+ width: 100%;
854
+ height: 100%;
855
+ }
856
+ .paladin-sort-container {
857
+ display: inline-block;
858
+ }
859
+ .paladin-sort-item {
860
+ box-sizing: border-box;
861
+ margin: 6px auto;
862
+ position: relative;
863
+ z-index: 1;
864
+ }
865
+ .paladin-sort-item svg {
866
+ width: 100%;
867
+ height: 100%;
868
+ fill: #727882;
869
+ }
870
+
871
+ .lightHoverStyle {
872
+ background-color: #d4d4d4;
873
+ color: #333;
874
+ }
875
+ .darkHoverStyle {
876
+ color: black !important;
877
+ background-color: #a4a4a4;
878
+ border-color: #8c8c8c;
879
+ }
880
+ .paladin-tool-button,
881
+ .paladin-tool-button-nohover {
882
+ text-align: center;
883
+ width: 64px;
884
+ height: 56px;
885
+ color: white;
886
+ line-height: 56px;
887
+ cursor: pointer;
888
+ }
889
+ .paladin-tool-button:active,
890
+ .paladin-tool-button-nohover:active {
891
+ background-color: #d4d4d4;
892
+ color: #333;
893
+ }
894
+ .paladin-show-more-button,
895
+ .paladin-show-more-button-nohover {
896
+ display: flex;
897
+ flex-direction: column;
898
+ width: 20px;
899
+ height: 56px;
900
+ line-height: 56px;
901
+ justify-content: center;
902
+ align-items: center;
903
+ color: white;
904
+ cursor: pointer;
905
+ }
906
+ .paladin-show-more-button:hover,
907
+ .paladin-tool-button:hover,
908
+ .paladin-more-active {
909
+ color: black !important;
910
+ background-color: #a4a4a4;
911
+ border-color: #8c8c8c;
912
+ }
913
+ .paladin-tool-active {
914
+ background-color: #d4d4d4;
915
+ color: #333;
916
+ }
917
+ .paladin-tool-active:hover {
918
+ background-color: #d4d4d4;
919
+ color: #333;
920
+ }
921
+ .paladin-dicomToolItem-text {
922
+ height: 100%;
923
+ display: inline-block;
924
+ }
925
+
926
+ .paladin-tool-item-plus {
927
+ width: 46px;
928
+ cursor: pointer;
929
+ display: flex;
930
+ flex-direction: column;
931
+ border: 1px solid #252525;
932
+ margin: 2px;
933
+ }
934
+ .paladin-tool-item-plus .paladin-tool-item-plus-label {
935
+ display: flex;
936
+ flex-direction: row;
937
+ font-size: 12px;
938
+ white-space: nowrap;
939
+ color: #c0c0c0;
940
+ margin-top: 5px;
941
+ overflow: hidden;
942
+ text-align: center;
943
+ word-break: break-all;
944
+ justify-content: center;
945
+ }
946
+ .paladin-tool-item-plus .paladin-tool-item-plus-icon {
947
+ display: flex;
948
+ flex-direction: row;
949
+ align-items: center;
950
+ justify-content: center;
951
+ }
952
+ .paladin-tool-item-plus .paladin-tool-item-plus-icon svg {
953
+ width: 22px;
954
+ height: 22px;
955
+ color: #c0c0c0;
956
+ }
957
+ .paladin-tool-item-plus .paladin-tool-item-plus-text {
958
+ color: #fff;
959
+ text-align: center;
960
+ font-size: 14px;
961
+ }
962
+ .paladin-tool-item-plus .paladin-tool-item-plus-more {
963
+ padding: 0 4px 0 3px;
964
+ height: 100%;
965
+ }
966
+ .paladin-tool-item-plus .paladin-tool-item-plus-more svg {
967
+ width: 7px;
968
+ color: #c0c0c0;
969
+ }
970
+ .paladin-tool-item-plus .paladin-tool-item-plus-more:hover {
971
+ background: #0d5075;
972
+ }
973
+ .paladin-tool-item-plus .paladin-tool-item-plus-main {
974
+ height: 100%;
975
+ padding: 6px 0 4px 0;
976
+ }
977
+ .paladin-tool-item-plus .paladin-tool-item-plus-main:hover {
978
+ background: #0d5075;
979
+ }
980
+ .paladin-tool-item-plus .paladin-tool-item-plus-main:hover .paladin-tool-item-plus-label {
981
+ color: #fff;
982
+ }
983
+ .paladin-tool-item-plus .paladin-tool-item-plus-main:hover .paladin-tool-item-plus-icon svg {
984
+ color: #fff;
985
+ }
986
+ .paladin-tool-item-plus .paladin-tool-item-plus-main-active {
987
+ background: #0d5075;
988
+ }
989
+ .paladin-tool-item-plus .paladin-tool-item-plus-main-active .paladin-tool-item-plus-label {
990
+ color: #fff;
991
+ }
992
+ .paladin-tool-item-plus .paladin-tool-item-plus-main-active .paladin-tool-item-plus-icon svg {
993
+ color: #fff;
994
+ }
995
+
996
+ .paladin-three-modal-wrapper {
997
+ font-size: 15px;
998
+ padding: 8px 10px 15px 10px;
999
+ color: #ccc;
1000
+ }
1001
+ .paladin-three-modal-wrapper .paladin-three-modal-wrapper-btn {
1002
+ margin-top: 15px;
1003
+ text-align: center;
1004
+ }
1005
+
1006
+ .paladin-thumb-content {
1007
+ position: relative;
1008
+ height: 66px;
1009
+ width: 66px;
1010
+ border-width: 1px;
1011
+ border-style: solid;
1012
+ cursor: pointer;
1013
+ }
1014
+ .paladin-thumb-content .paladin-thumb-bottom {
1015
+ white-space: nowrap;
1016
+ position: absolute;
1017
+ bottom: 0;
1018
+ left: 50%;
1019
+ transform: translateX(-50%);
1020
+ color: #faa80a;
1021
+ text-align: center;
1022
+ font-size: 14px;
1023
+ z-index: 2;
1024
+ }
1025
+ .paladin-thumb-content .paladin-thumb-mask {
1026
+ position: absolute;
1027
+ width: 100%;
1028
+ height: 100%;
1029
+ z-index: 1;
1030
+ }
1031
+ .paladin-thumb-content .paladin-thumb-process {
1032
+ position: absolute;
1033
+ z-index: 1;
1034
+ top: 0;
1035
+ height: 4px;
1036
+ width: 100%;
1037
+ background: #ffffff;
1038
+ overflow: hidden;
1039
+ }
1040
+ .paladin-thumb-content .paladin-thumb-process .paladin-thumb-process-inner {
1041
+ background: #faa80a;
1042
+ height: 100%;
1043
+ }
1044
+ .paladin-thumb-svg {
1045
+ cursor: pointer;
1046
+ justify-content: center;
1047
+ }
1048
+ .paladin-thumb-svg svg {
1049
+ fill: #fff;
1050
+ }
1051
+ .paladin-thumb-svg:hover {
1052
+ background-color: #616772;
1053
+ }
1054
+ .paladin-thumb-button {
1055
+ cursor: pointer;
1056
+ justify-content: center;
1057
+ padding: 0 15px;
1058
+ }
1059
+ .paladin-thumb-button svg {
1060
+ fill: #fff;
1061
+ }
1062
+ .paladin-thumb-button:hover {
1063
+ background-color: #616772;
1064
+ }
1065
+ .paladin-thumb-button svg {
1066
+ width: 11px !important;
1067
+ }
1068
+ .paladin-fresh-button {
1069
+ cursor: pointer;
1070
+ justify-content: center;
1071
+ padding: 0 25px;
1072
+ }
1073
+ .paladin-fresh-button svg {
1074
+ fill: #fff;
1075
+ }
1076
+ .paladin-fresh-button:hover {
1077
+ background-color: #616772;
1078
+ }
1079
+ .paladin-fresh-button svg {
1080
+ width: 15px !important;
1081
+ }
1082
+ .paladin-thumb-study {
1083
+ cursor: pointer;
1084
+ font-size: 14px;
1085
+ line-height: 40px;
1086
+ padding: 0 12px;
1087
+ color: #ffffff;
1088
+ }
1089
+ .paladin-thumb-viewport {
1090
+ width: 100%;
1091
+ height: 100%;
1092
+ position: relative;
1093
+ overflow: hidden;
1094
+ }
1095
+ .paladin-thumb-viewport h4,
1096
+ .paladin-thumb-viewport p {
1097
+ font-size: 10px;
1098
+ }
1099
+ .paladin-thumb-study-wrapper {
1100
+ border-bottom: 1px solid #727882;
1101
+ }
1102
+ .paladin-thumb-context-wrapper {
1103
+ padding: 4px 2px;
1104
+ }
1105
+
1106
+ .loadingIndicator {
1107
+ position: absolute;
1108
+ top: 0;
1109
+ background: black;
1110
+ opacity: 1;
1111
+ width: 100%;
1112
+ height: 100%;
1113
+ text-align: center;
1114
+ z-index: 1;
1115
+ display: flex;
1116
+ align-items: center;
1117
+ justify-content: center;
1118
+ }
1119
+ .loadingIndicator .lds-ring {
1120
+ color: #999;
1121
+ position: absolute;
1122
+ left: 0;
1123
+ right: 0;
1124
+ top: 0;
1125
+ bottom: 0;
1126
+ width: 40px;
1127
+ height: 40px;
1128
+ margin: auto;
1129
+ }
1130
+ .loadingIndicator .lds-ring div {
1131
+ box-sizing: border-box;
1132
+ display: block;
1133
+ position: absolute;
1134
+ width: 40px;
1135
+ height: 40px;
1136
+ border: 4px solid silver;
1137
+ border-radius: 50%;
1138
+ -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
1139
+ animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
1140
+ border-color: silver transparent transparent transparent;
1141
+ }
1142
+ .loadingIndicator .lds-ring div:nth-child(1) {
1143
+ -webkit-animation-delay: -0.45s;
1144
+ animation-delay: -0.45s;
1145
+ }
1146
+ .loadingIndicator .lds-ring div:nth-child(2) {
1147
+ -webkit-animation-delay: -0.3s;
1148
+ animation-delay: -0.3s;
1149
+ }
1150
+ .loadingIndicator .lds-ring div:nth-child(3) {
1151
+ -webkit-animation-delay: -0.15s;
1152
+ animation-delay: -0.15s;
1153
+ }
1154
+ @-webkit-keyframes lds-ring {
1155
+ 0% {
1156
+ transform: rotate(0deg);
1157
+ }
1158
+ 100% {
1159
+ transform: rotate(360deg);
1160
+ }
1161
+ }
1162
+ @keyframes lds-ring {
1163
+ 0% {
1164
+ transform: rotate(0deg);
1165
+ }
1166
+ 100% {
1167
+ transform: rotate(360deg);
1168
+ }
1169
+ }
1170
+ .loadingIndicator .loadingIndicator-retry {
1171
+ width: 40px;
1172
+ color: #999;
1173
+ margin: 0 auto;
1174
+ font-size: 14px;
1175
+ }
1176
+ .loadingIndicator .indicatorContents h4 {
1177
+ font-size: 18px;
1178
+ margin: 0 auto 10px 0;
1179
+ }
1180
+ .loadingIndicator .indicatorContents p {
1181
+ margin: 4px auto;
1182
+ color: #999;
1183
+ font-size: 14px;
1184
+ }
1185
+ .loadingIndicator .indicatorContents .loadingIndicator-retry {
1186
+ width: 40px;
1187
+ margin: 20px auto 0 auto;
1188
+ }
1189
+ .loadingIndicator .indicatorContents-mini h4 {
1190
+ color: #fff;
1191
+ font-size: 12px;
1192
+ margin: 5px 0 5px 0;
1193
+ }
1194
+ .loadingIndicator .indicatorContents-mini .loadingIndicator-retry {
1195
+ width: 20px;
1196
+ font-size: 12px;
1197
+ }
1198
+
1199
+ .paladin-dicom-layout {
1200
+ display: flex;
1201
+ flex-wrap: wrap;
1202
+ height: 100%;
1203
+ flex: 1;
1204
+ }
1205
+ .paladin-dicom-layout-warp {
1206
+ display: flex;
1207
+ flex: 1;
1208
+ width: 100%;
1209
+ height: 100%;
1210
+ position: absolute;
1211
+ top: 0;
1212
+ left: 0;
1213
+ right: 0;
1214
+ bottom: 0;
1215
+ }
1216
+
1217
+ .paladin-custom-scroll {
1218
+ cursor: pointer;
1219
+ background: #333333;
1220
+ position: relative;
1221
+ border-color: #727882;
1222
+ border-style: solid;
1223
+ border-width: 0;
1224
+ box-sizing: border-box;
1225
+ }
1226
+ .paladin-custom-scroll .paladin-custom-scroll-controller {
1227
+ position: absolute;
1228
+ width: 100%;
1229
+ height: 100%;
1230
+ }
1231
+ .paladin-custom-scroll .paladin-custom-scroll-controller .paladin-custom-scroll-box {
1232
+ position: absolute;
1233
+ top: 0;
1234
+ left: 0;
1235
+ height: 16px;
1236
+ width: 16px;
1237
+ background: rgba(91, 91, 91, 0.8);
1238
+ }
1239
+ .paladin-custom-scroll .paladin-custom-scroll-ctrl-up {
1240
+ width: 16px;
1241
+ height: 20px;
1242
+ background: #5b5b5b;
1243
+ position: absolute;
1244
+ top: 0;
1245
+ }
1246
+ .paladin-custom-scroll .paladin-custom-scroll-ctrl-up svg {
1247
+ color: #ccc;
1248
+ }
1249
+ .paladin-custom-scroll .paladin-custom-scroll-ctrl-down {
1250
+ width: 16px;
1251
+ height: 20px;
1252
+ background: #5b5b5b;
1253
+ position: absolute;
1254
+ bottom: 0;
1255
+ }
1256
+ .paladin-custom-scroll .paladin-custom-scroll-ctrl-down svg {
1257
+ color: #ccc;
1258
+ }
1259
+
1260
+ .paladin-aiTips-wrapper {
1261
+ width: 100%;
1262
+ height: 100%;
1263
+ }
1264
+ .paladin-aiTips-content {
1265
+ width: 1px;
1266
+ height: 100%;
1267
+ background: #ffff00;
1268
+ position: absolute;
1269
+ top: 0;
1270
+ }
1271
+
1272
+ .paladin-mpr-direaction-tip {
1273
+ position: absolute;
1274
+ top: 10px;
1275
+ left: 10px;
1276
+ z-index: 2;
1277
+ width: 10px;
1278
+ height: 10px;
1279
+ }
1280
+ .paladin-mpr-direaction-toggle-box {
1281
+ position: absolute;
1282
+ top: 10px;
1283
+ left: 10px;
1284
+ z-index: 2;
1285
+ cursor: pointer;
1286
+ }
1287
+ .paladin-mpr-direaction-toggle-box span {
1288
+ display: inline-block;
1289
+ padding: 3px;
1290
+ font-size: 12px;
1291
+ }
1292
+ .paladin-mpr-direaction-toggle-box .paladin-mpr-direaction-toggle {
1293
+ border: 1px solid #999;
1294
+ background: #000;
1295
+ }
1296
+ .paladin-mpr-direaction-toggle-box .paladin-mpr-direaction-toggle:last-child {
1297
+ border-left: none;
1298
+ }
1299
+ .paladin-mpr-direaction-toggle-box .paladin-mpr-direaction-toggle-active {
1300
+ background: #0d5075;
1301
+ }
1302
+ .rc-slider {
1303
+ background-color: transparent !important;
1304
+ }
1305
+ .paladin-viewport-wrapper {
1306
+ overflow: hidden;
1307
+ color: white;
1308
+ height: 100%;
1309
+ position: relative;
1310
+ }
1311
+ .cornerstone-canvas-container {
1312
+ box-sizing: border-box;
1313
+ width: 100%;
1314
+ position: relative;
1315
+ }
1316
+ .paladin-viewport-scroll-wrappper {
1317
+ width: 100%;
1318
+ left: 0;
1319
+ right: 0;
1320
+ bottom: 0;
1321
+ position: absolute;
1322
+ z-index: 1;
1323
+ height: 30px;
1324
+ }
1325
+ .paladin-viewport-scroll-inner {
1326
+ width: 40%;
1327
+ margin: 5px auto auto;
1328
+ }
1329
+ .paladin-viewport-scroll-mpr-wrappper {
1330
+ width: 100%;
1331
+ position: relative;
1332
+ z-index: 1;
1333
+ }
1334
+
1335
+ .rc-slider {
1336
+ position: relative;
1337
+ height: 14px;
1338
+ padding: 5px 0;
1339
+ width: 100%;
1340
+ border-radius: 6px;
1341
+ touch-action: none;
1342
+ box-sizing: border-box;
1343
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1344
+ }
1345
+ .rc-slider * {
1346
+ box-sizing: border-box;
1347
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1348
+ }
1349
+ .rc-slider-rail {
1350
+ position: absolute;
1351
+ width: 100%;
1352
+ background-color: #e9e9e9;
1353
+ height: 4px;
1354
+ border-radius: 6px;
1355
+ }
1356
+ .rc-slider-track {
1357
+ position: absolute;
1358
+ left: 0;
1359
+ height: 4px;
1360
+ border-radius: 6px;
1361
+ background-color: #abe2fb;
1362
+ }
1363
+ .rc-slider-handle {
1364
+ position: absolute;
1365
+ margin-left: -7px;
1366
+ margin-top: -5px;
1367
+ width: 14px;
1368
+ height: 14px;
1369
+ cursor: pointer;
1370
+ cursor: -webkit-grab;
1371
+ cursor: grab;
1372
+ border-radius: 50%;
1373
+ border: solid 2px #96dbfa;
1374
+ background-color: #fff;
1375
+ touch-action: pan-x;
1376
+ }
1377
+ .rc-slider-handle:hover {
1378
+ border-color: #57c5f7;
1379
+ }
1380
+ .rc-slider-handle:active {
1381
+ border-color: #57c5f7;
1382
+ box-shadow: 0 0 5px #57c5f7;
1383
+ cursor: -webkit-grabbing;
1384
+ cursor: grabbing;
1385
+ }
1386
+ .rc-slider-handle:focus {
1387
+ border-color: #57c5f7;
1388
+ box-shadow: 0 0 0 5px #96dbfa;
1389
+ outline: none;
1390
+ }
1391
+ .rc-slider-mark {
1392
+ position: absolute;
1393
+ top: 18px;
1394
+ left: 0;
1395
+ width: 100%;
1396
+ font-size: 12px;
1397
+ }
1398
+ .rc-slider-mark-text {
1399
+ position: absolute;
1400
+ display: inline-block;
1401
+ vertical-align: middle;
1402
+ text-align: center;
1403
+ cursor: pointer;
1404
+ color: #999;
1405
+ }
1406
+ .rc-slider-mark-text-active {
1407
+ color: #666;
1408
+ }
1409
+ .rc-slider-step {
1410
+ position: absolute;
1411
+ width: 100%;
1412
+ height: 4px;
1413
+ background: transparent;
1414
+ }
1415
+ .rc-slider-dot {
1416
+ position: absolute;
1417
+ bottom: -2px;
1418
+ margin-left: -4px;
1419
+ width: 8px;
1420
+ height: 8px;
1421
+ border: 2px solid #e9e9e9;
1422
+ background-color: #fff;
1423
+ cursor: pointer;
1424
+ border-radius: 50%;
1425
+ vertical-align: middle;
1426
+ }
1427
+ .rc-slider-dot-active {
1428
+ border-color: #96dbfa;
1429
+ }
1430
+ .rc-slider-disabled {
1431
+ background-color: #e9e9e9;
1432
+ }
1433
+ .rc-slider-disabled .rc-slider-track {
1434
+ background-color: #ccc;
1435
+ }
1436
+ .rc-slider-disabled .rc-slider-handle,
1437
+ .rc-slider-disabled .rc-slider-dot {
1438
+ border-color: #ccc;
1439
+ box-shadow: none;
1440
+ background-color: #fff;
1441
+ cursor: not-allowed;
1442
+ }
1443
+ .rc-slider-disabled .rc-slider-mark-text,
1444
+ .rc-slider-disabled .rc-slider-dot {
1445
+ cursor: not-allowed !important;
1446
+ }
1447
+ .rc-slider-vertical {
1448
+ width: 14px;
1449
+ height: 100%;
1450
+ padding: 0 5px;
1451
+ }
1452
+ .rc-slider-vertical .rc-slider-rail {
1453
+ height: 100%;
1454
+ width: 4px;
1455
+ }
1456
+ .rc-slider-vertical .rc-slider-track {
1457
+ left: 5px;
1458
+ bottom: 0;
1459
+ width: 4px;
1460
+ }
1461
+ .rc-slider-vertical .rc-slider-handle {
1462
+ margin-left: -5px;
1463
+ margin-bottom: -7px;
1464
+ touch-action: pan-y;
1465
+ }
1466
+ .rc-slider-vertical .rc-slider-mark {
1467
+ top: 0;
1468
+ left: 18px;
1469
+ height: 100%;
1470
+ }
1471
+ .rc-slider-vertical .rc-slider-step {
1472
+ height: 100%;
1473
+ width: 4px;
1474
+ }
1475
+ .rc-slider-vertical .rc-slider-dot {
1476
+ left: 2px;
1477
+ margin-bottom: -4px;
1478
+ }
1479
+ .rc-slider-vertical .rc-slider-dot:first-child {
1480
+ margin-bottom: -4px;
1481
+ }
1482
+ .rc-slider-vertical .rc-slider-dot:last-child {
1483
+ margin-bottom: -4px;
1484
+ }
1485
+ .rc-slider-tooltip-zoom-down-enter,
1486
+ .rc-slider-tooltip-zoom-down-appear {
1487
+ -webkit-animation-duration: .3s;
1488
+ animation-duration: .3s;
1489
+ -webkit-animation-fill-mode: both;
1490
+ animation-fill-mode: both;
1491
+ display: block !important;
1492
+ -webkit-animation-play-state: paused;
1493
+ animation-play-state: paused;
1494
+ }
1495
+ .rc-slider-tooltip-zoom-down-leave {
1496
+ -webkit-animation-duration: .3s;
1497
+ animation-duration: .3s;
1498
+ -webkit-animation-fill-mode: both;
1499
+ animation-fill-mode: both;
1500
+ display: block !important;
1501
+ -webkit-animation-play-state: paused;
1502
+ animation-play-state: paused;
1503
+ }
1504
+ .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
1505
+ .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
1506
+ -webkit-animation-name: rcSliderTooltipZoomDownIn;
1507
+ animation-name: rcSliderTooltipZoomDownIn;
1508
+ -webkit-animation-play-state: running;
1509
+ animation-play-state: running;
1510
+ }
1511
+ .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
1512
+ -webkit-animation-name: rcSliderTooltipZoomDownOut;
1513
+ animation-name: rcSliderTooltipZoomDownOut;
1514
+ -webkit-animation-play-state: running;
1515
+ animation-play-state: running;
1516
+ }
1517
+ .rc-slider-tooltip-zoom-down-enter,
1518
+ .rc-slider-tooltip-zoom-down-appear {
1519
+ transform: scale(0, 0);
1520
+ -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1521
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1522
+ }
1523
+ .rc-slider-tooltip-zoom-down-leave {
1524
+ -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1525
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1526
+ }
1527
+ @-webkit-keyframes rcSliderTooltipZoomDownIn {
1528
+ 0% {
1529
+ opacity: 0;
1530
+ transform-origin: 50% 100%;
1531
+ transform: scale(0, 0);
1532
+ }
1533
+ 100% {
1534
+ transform-origin: 50% 100%;
1535
+ transform: scale(1, 1);
1536
+ }
1537
+ }
1538
+ @keyframes rcSliderTooltipZoomDownIn {
1539
+ 0% {
1540
+ opacity: 0;
1541
+ transform-origin: 50% 100%;
1542
+ transform: scale(0, 0);
1543
+ }
1544
+ 100% {
1545
+ transform-origin: 50% 100%;
1546
+ transform: scale(1, 1);
1547
+ }
1548
+ }
1549
+ @-webkit-keyframes rcSliderTooltipZoomDownOut {
1550
+ 0% {
1551
+ transform-origin: 50% 100%;
1552
+ transform: scale(1, 1);
1553
+ }
1554
+ 100% {
1555
+ opacity: 0;
1556
+ transform-origin: 50% 100%;
1557
+ transform: scale(0, 0);
1558
+ }
1559
+ }
1560
+ @keyframes rcSliderTooltipZoomDownOut {
1561
+ 0% {
1562
+ transform-origin: 50% 100%;
1563
+ transform: scale(1, 1);
1564
+ }
1565
+ 100% {
1566
+ opacity: 0;
1567
+ transform-origin: 50% 100%;
1568
+ transform: scale(0, 0);
1569
+ }
1570
+ }
1571
+ .rc-slider-tooltip {
1572
+ position: absolute;
1573
+ left: -9999px;
1574
+ top: -9999px;
1575
+ visibility: visible;
1576
+ box-sizing: border-box;
1577
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1578
+ }
1579
+ .rc-slider-tooltip * {
1580
+ box-sizing: border-box;
1581
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1582
+ }
1583
+ .rc-slider-tooltip-hidden {
1584
+ display: none;
1585
+ }
1586
+ .rc-slider-tooltip-placement-top {
1587
+ padding: 4px 0 8px 0;
1588
+ }
1589
+ .rc-slider-tooltip-inner {
1590
+ padding: 6px 2px;
1591
+ min-width: 24px;
1592
+ height: 24px;
1593
+ font-size: 12px;
1594
+ line-height: 1;
1595
+ color: #fff;
1596
+ text-align: center;
1597
+ text-decoration: none;
1598
+ background-color: #6c6c6c;
1599
+ border-radius: 6px;
1600
+ box-shadow: 0 0 4px #d9d9d9;
1601
+ }
1602
+ .rc-slider-tooltip-arrow {
1603
+ position: absolute;
1604
+ width: 0;
1605
+ height: 0;
1606
+ border-color: transparent;
1607
+ border-style: solid;
1608
+ }
1609
+ .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
1610
+ bottom: 4px;
1611
+ left: 50%;
1612
+ margin-left: -4px;
1613
+ border-width: 4px 4px 0;
1614
+ border-top-color: #6c6c6c;
1615
+ }
1616
+
1617
+ .paladin-thickness-container {
1618
+ cursor: pointer;
1619
+ display: flex;
1620
+ justify-content: center;
1621
+ align-items: center;
1622
+ width: 90px;
1623
+ height: 16px;
1624
+ background-color: #505050;
1625
+ color: #888;
1626
+ font-size: 13px;
1627
+ }
1628
+ .paladin-thickness-selecter {
1629
+ padding: 5px 0;
1630
+ background-color: #333;
1631
+ color: #c8c8c8;
1632
+ font-size: 12px;
1633
+ }
1634
+ .paladin-thickness-selecter .paladin-thickness-select-item {
1635
+ padding: 3px 20px;
1636
+ cursor: pointer;
1637
+ }
1638
+ .paladin-thickness-selecter .paladin-thickness-select-item:hover {
1639
+ background-color: #fff;
1640
+ color: #000;
1641
+ }
1642
+ .paladin-thickness-selecter .paladin-thickness-select-mpr {
1643
+ border-bottom: 1px solid #ffffff;
1644
+ padding: 3px 20px 8px 20px;
1645
+ }
1646
+
1647
+ .paladin-dicom-scroll {
1648
+ display: flex;
1649
+ width: 16px;
1650
+ height: 100%;
1651
+ flex-shrink: 0;
1652
+ background: #333333;
1653
+ }
1654
+
1655
+ .paladin-dicom-layout {
1656
+ display: flex;
1657
+ flex-wrap: wrap;
1658
+ height: 100%;
1659
+ flex: 1;
1660
+ }
1661
+ .paladin-dicom-layout-warp {
1662
+ display: flex;
1663
+ flex: 1;
1664
+ width: 100%;
1665
+ height: 100%;
1666
+ position: absolute;
1667
+ top: 0;
1668
+ left: 0;
1669
+ right: 0;
1670
+ bottom: 0;
1671
+ }
1672
+
1673
+ .paladin-main-wrapper svg {
1674
+ width: 100%;
1675
+ height: 100%;
1676
+ }
1677
+ .paladin-main-wrapper span,
1678
+ .paladin-main-wrapper div {
1679
+ -webkit-user-select: none;
1680
+ -moz-user-select: none;
1681
+ -ms-user-select: none;
1682
+ user-select: none;
1683
+ }
1684
+ .paladin-main-wrapper .paladin-dicomView-dicomToolWrapper {
1685
+ background-color: #353535;
1686
+ z-index: 2;
1687
+ }
1688
+ .paladin-main-wrapper .paladin-dicomView-dicomThumbnailWrapper {
1689
+ background-color: #353535;
1690
+ border: 1px solid #727882;
1691
+ }
1692
+ .paladin-main-wrapper .paladin-dicomView-pcmobileWrapper {
1693
+ display: flex;
1694
+ flex-direction: column;
1695
+ flex: 1;
1696
+ width: 0;
1697
+ }
1698
+ button:focus {
1699
+ outline: none;
1700
+ }
1701
+ .paladin-flex {
1702
+ display: flex;
1703
+ }
1704
+ .paladin-flex-row {
1705
+ display: flex;
1706
+ box-sizing: border-box;
1707
+ flex-direction: row;
1708
+ flex-wrap: wrap;
1709
+ flex: 0 1 auto;
1710
+ }
1711
+ .paladin-flex-col {
1712
+ display: flex;
1713
+ flex-direction: column;
1714
+ box-sizing: border-box;
1715
+ flex: 0 0 auto;
1716
+ }
1717
+ .paladin-flex-center {
1718
+ justify-content: center;
1719
+ align-items: center;
1720
+ }
1721
+ .paladin-flex-end {
1722
+ justify-content: flex-end;
1723
+ }
1724
+ .paladin-flex-1 {
1725
+ flex: 1;
1726
+ }
1727
+ .paladin-full-content {
1728
+ width: 100%;
1729
+ height: 100%;
1730
+ }
1731
+ .paladin-full-height {
1732
+ height: 100%;
1733
+ }
1734
+ .paladin-full-width {
1735
+ width: 100%;
1736
+ }
1737
+ .paladin-text-center {
1738
+ text-align: center;
1739
+ }
1740
+
1741
+ .image-processing-container {
1742
+ position: absolute;
1743
+ width: 100%;
1744
+ height: 100%;
1745
+ text-align: center;
1746
+ background: black;
1747
+ display: flex;
1748
+ align-items: center;
1749
+ justify-content: space-around;
1750
+ flex-direction: column;
1751
+ z-index: 999;
1752
+ }
1753
+ .image-processing-container-content {
1754
+ cursor: pointer;
1755
+ }
1756
+ .image-processing-container-content svg {
1757
+ width: 50px;
1758
+ height: 50px;
1759
+ display: block;
1760
+ margin: 15px auto 0 auto;
1761
+ color: #999;
1762
+ }
1763
+ .paladin-three-wrapper {
1764
+ width: 100%;
1765
+ height: 100%;
1766
+ color: white;
1767
+ display: flex;
1768
+ }
1769
+ .paladin-three-horizontal-left {
1770
+ width: 66.6%;
1771
+ height: 100%;
1772
+ }
1773
+ .paladin-three-horizontal-right {
1774
+ width: 33.4%;
1775
+ height: 100%;
1776
+ display: flex;
1777
+ flex-direction: column;
1778
+ }
1779
+ .paladin-three-vertical-top {
1780
+ width: 100%;
1781
+ height: 66.6%;
1782
+ flex-direction: row;
1783
+ }
1784
+ .paladin-three-vertical-bottom {
1785
+ width: 100%;
1786
+ height: 33.4%;
1787
+ display: flex;
1788
+ flex-direction: row;
1789
+ }
1790
+ .paladin-three-height-50 {
1791
+ width: 100%;
1792
+ height: 50%;
1793
+ }
1794
+ .paladin-three-width-50 {
1795
+ width: 50%;
1796
+ height: 100%;
1797
+ }
1798
+ .paladin-three-height-33 {
1799
+ width: 100%;
1800
+ height: 33.333%;
1801
+ }
1802
+ .paladin-three-width-33 {
1803
+ height: 100%;
1804
+ width: 33.333%;
1805
+ }
1806
+ .paladin-three-relative {
1807
+ position: relative;
1808
+ }
1809
+