@syncfusion/ej2-react-pdfviewer 23.2.7 → 24.1.43

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 (38) hide show
  1. package/CHANGELOG.md +64 -116
  2. package/dist/ej2-react-pdfviewer.min.js +1 -1
  3. package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -3308
  6. package/styles/bootstrap.css +1 -3315
  7. package/styles/bootstrap4.css +1 -3645
  8. package/styles/bootstrap5-dark.css +1 -3618
  9. package/styles/bootstrap5.css +1 -3618
  10. package/styles/fabric-dark.css +1 -3316
  11. package/styles/fabric.css +1 -3329
  12. package/styles/fluent-dark.css +1 -3573
  13. package/styles/fluent.css +1 -3573
  14. package/styles/highcontrast-light.css +1 -3306
  15. package/styles/highcontrast.css +1 -3327
  16. package/styles/material-dark.css +1 -3309
  17. package/styles/material.css +1 -3316
  18. package/styles/material3-dark.css +1 -3495
  19. package/styles/material3.css +1 -3551
  20. package/styles/pdfviewer/bootstrap-dark.css +1 -3308
  21. package/styles/pdfviewer/bootstrap.css +1 -3315
  22. package/styles/pdfviewer/bootstrap4.css +1 -3645
  23. package/styles/pdfviewer/bootstrap5-dark.css +1 -3618
  24. package/styles/pdfviewer/bootstrap5.css +1 -3618
  25. package/styles/pdfviewer/fabric-dark.css +1 -3316
  26. package/styles/pdfviewer/fabric.css +1 -3329
  27. package/styles/pdfviewer/fluent-dark.css +1 -3573
  28. package/styles/pdfviewer/fluent.css +1 -3573
  29. package/styles/pdfviewer/highcontrast-light.css +1 -3306
  30. package/styles/pdfviewer/highcontrast.css +1 -3327
  31. package/styles/pdfviewer/material-dark.css +1 -3309
  32. package/styles/pdfviewer/material.css +1 -3316
  33. package/styles/pdfviewer/material3-dark.css +1 -3495
  34. package/styles/pdfviewer/material3.css +1 -3551
  35. package/styles/pdfviewer/tailwind-dark.css +1 -3353
  36. package/styles/pdfviewer/tailwind.css +1 -3354
  37. package/styles/tailwind-dark.css +1 -3353
  38. package/styles/tailwind.css +1 -3354
@@ -1,3316 +1 @@
1
- /*! PdfViewer's fabric theme override definitions and variables */
2
- .e-pdfviewer .e-pv-icon::before {
3
- font-family: "e-icons";
4
- }
5
- .e-pdfviewer .e-pv-icon-search::before {
6
- font-family: "e-icons";
7
- font-size: 12px;
8
- }
9
- .e-pdfviewer .e-pv-open-document-icon::before {
10
- content: "\ebdd";
11
- }
12
- .e-pdfviewer .e-pv-download-document-icon::before {
13
- content: "\ebe4";
14
- }
15
- .e-pdfviewer .e-pv-print-document-icon::before {
16
- content: "\ebf9";
17
- }
18
- .e-pdfviewer .e-pv-first-page-navigation-icon::before {
19
- content: "\ebde";
20
- }
21
- .e-pdfviewer .e-pv-previous-page-navigation-icon::before,
22
- .e-pdfviewer .e-pv-prev-search-icon::before {
23
- content: "\ebdf";
24
- }
25
- .e-pdfviewer .e-pv-next-page-navigation-icon::before,
26
- .e-pdfviewer .e-pv-next-search-icon::before {
27
- content: "\ebe0";
28
- }
29
- .e-pdfviewer .e-pv-last-page-navigation-icon::before {
30
- content: "\ebe1";
31
- }
32
- .e-pdfviewer .e-pv-zoom-out-icon::before {
33
- content: "\ebe2";
34
- line-height: 26px;
35
- }
36
- .e-pdfviewer .e-pv-zoom-in-icon::before {
37
- content: "\ebe3";
38
- line-height: 26px;
39
- }
40
- .e-pdfviewer .e-pv-thumbnail-view-icon::before {
41
- content: "\ec00";
42
- }
43
- .e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
44
- color: rgba(248, 248, 248, 0.2);
45
- content: "\ec00";
46
- }
47
- .e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
48
- color: #0074cc;
49
- content: "\ec00";
50
- }
51
- .e-pdfviewer .e-pv-bookmark-icon::before {
52
- content: "\ebe5";
53
- }
54
- .e-pdfviewer .e-pv-bookmark-disable-icon::before {
55
- color: rgba(248, 248, 248, 0.2);
56
- content: "\ebe5";
57
- }
58
- .e-pdfviewer .e-pv-bookmark-selection-icon::before {
59
- color: #0074cc;
60
- content: "\ebe5";
61
- }
62
- .e-pdfviewer .e-pv-title-close-icon::before,
63
- .e-pdfviewer .e-pv-annotation-tools-close-icon::before,
64
- .e-pdfviewer .e-pv-annotation-popup-close::before {
65
- content: "\ebe8";
66
- font-size: 12px;
67
- }
68
- .e-pdfviewer .e-pv-resize-icon::before {
69
- content: "\e84b";
70
- font-size: 10px;
71
- }
72
- .e-pdfviewer .e-pv-text-select-tool-icon::before {
73
- content: "\ebf6";
74
- }
75
- .e-pdfviewer .e-pv-pan-tool-icon::before {
76
- content: "\ebf3";
77
- }
78
- .e-pdfviewer .e-pv-text-search-icon::before {
79
- content: "\ebe6";
80
- }
81
- .e-pdfviewer .e-pv-search-icon::before {
82
- content: "\ebe6";
83
- font-family: "e-icons";
84
- }
85
- .e-pdfviewer .e-pv-search-close::before {
86
- content: "\ebe8";
87
- font-family: "e-icons";
88
- }
89
- .e-pdfviewer .e-pv-formdesigner-icon::before {
90
- content: "\e90c";
91
- }
92
- .e-pdfviewer .e-pv-annotation-icon::before {
93
- content: "\ebff";
94
- }
95
- .e-pdfviewer .e-pv-annotation-color-icon::before {
96
- content: "\ebf2";
97
- }
98
- .e-pdfviewer .e-pv-annotation-stroke-icon::before {
99
- content: "\e668";
100
- }
101
- .e-pdfviewer .e-pv-annotation-opacity-icon::before {
102
- content: "\ebf4";
103
- }
104
- .e-pdfviewer .e-pv-annotation-thickness-icon::before {
105
- content: "\ebfe";
106
- }
107
- .e-pdfviewer .e-pv-annotation-delete-icon::before {
108
- content: "\ebf5";
109
- }
110
- .e-pdfviewer .e-pv-undo-icon::before {
111
- content: "\ebed";
112
- }
113
- .e-pdfviewer .e-pv-redo-icon::before {
114
- content: "\ebfa";
115
- }
116
- .e-pdfviewer .e-pv-more-icon::before {
117
- content: "\ebef";
118
- }
119
- .e-pdfviewer .e-pv-backward-icon::before {
120
- content: "\e962";
121
- }
122
- .e-pdfviewer .e-pv-notification-icon {
123
- background-image: none;
124
- background-repeat: no-repeat;
125
- background-size: auto;
126
- height: auto;
127
- }
128
- .e-pdfviewer .e-pv-notification-icon-rtl {
129
- background-image: none;
130
- background-position: right;
131
- background-repeat: no-repeat;
132
- background-size: auto;
133
- height: auto;
134
- }
135
- .e-pdfviewer .e-pv-textbox-icon::before {
136
- content: "\e89f";
137
- }
138
- .e-pdfviewer .e-pv-password-icon::before {
139
- content: "\e91a";
140
- }
141
- .e-pdfviewer .e-pv-checkbox-icon::before {
142
- content: "\e90b";
143
- }
144
- .e-pdfviewer .e-pv-radiobutton-icon::before {
145
- content: "\e90f";
146
- }
147
- .e-pdfviewer .e-pv-dropdown-icon::before {
148
- content: "\e90e";
149
- }
150
- .e-pdfviewer .e-pv-listbox-icon::before {
151
- content: "\e89e";
152
- }
153
- .e-pdfviewer .e-pv-annotation-calibrate-icon::before {
154
- content: "\e678";
155
- }
156
- .e-pdfviewer .e-menu-item.e-menu-caret-icon {
157
- padding-left: 0;
158
- padding-top: 0;
159
- }
160
- .e-pdfviewer .e-pv-stamp.e-menu-wrapper ul .e-menu-item {
161
- padding-top: 0;
162
- }
163
- .e-pdfviewer .e-pv-annotation-stamp-container .e-menu-wrapper ul.e-menu:not(.e-vertical) {
164
- padding: 0 3px;
165
- }
166
-
167
- .e-pv-download-document-icon.e-menu-icon::before {
168
- content: "\ebe4";
169
- }
170
-
171
- .e-pv-bookmark-icon.e-menu-icon::before {
172
- content: "\ebe5";
173
- }
174
-
175
- .e-pv-highlight-icon::before {
176
- content: "\ebee";
177
- font-family: "e-icons";
178
- }
179
-
180
- .e-pv-underline-icon::before {
181
- content: "\ebf0";
182
- font-family: "e-icons";
183
- }
184
-
185
- .e-pv-strikethrough-icon::before {
186
- content: "\ebf1";
187
- font-family: "e-icons";
188
- }
189
-
190
- .e-pv-copy-icon::before {
191
- content: "\e70a";
192
- font-family: "e-icons";
193
- }
194
-
195
- .e-pv-stamp-icon::before {
196
- content: "\ec01";
197
- }
198
-
199
- .e-pv-shape-line-icon::before {
200
- content: "\e668";
201
- font-family: "e-icons";
202
- }
203
-
204
- .e-pv-shape-arrow-icon::before {
205
- content: "\e669";
206
- font-family: "e-icons";
207
- }
208
-
209
- .e-pv-shape-rectangle-icon::before {
210
- content: "\e670";
211
- font-family: "e-icons";
212
- }
213
-
214
- .e-pv-shape-circle-icon::before {
215
- content: "\e671";
216
- font-family: "e-icons";
217
- }
218
-
219
- .e-pv-shape-pentagon-icon::before {
220
- content: "\e672";
221
- font-family: "e-icons";
222
- }
223
-
224
- .e-pv-annotation-shape-icon::before {
225
- content: "\ebfc";
226
- }
227
-
228
- .e-pv-cut-icon::before {
229
- content: "\e33b";
230
- font-family: "e-icons";
231
- }
232
-
233
- .e-pv-paste-icon::before {
234
- content: "\e33d";
235
- font-family: "e-icons";
236
- }
237
-
238
- .e-pv-delete-icon::before {
239
- content: "\ebf5";
240
- font-family: "e-icons";
241
- }
242
-
243
- .e-pv-properties-fill-color-icon::before {
244
- content: "\ebf2";
245
- font-family: "e-icons";
246
- }
247
-
248
- .e-pv-properties-stroke-color-icon::before {
249
- content: "\e668";
250
- font-family: "e-icons";
251
- }
252
-
253
- .e-pv-comment-icon::before {
254
- content: "\e680";
255
- font-family: "e-icons";
256
- }
257
-
258
- .e-pv-property-icon::before {
259
- content: "\e199";
260
- font-family: "e-icons";
261
- }
262
-
263
- .e-pv-comment-selection-icon::before {
264
- color: #0074cc;
265
- content: "\e680";
266
- font-family: "e-icons";
267
- }
268
-
269
- .e-pv-comment-panel-icon::before {
270
- content: "\eb8b";
271
- font-family: "e-icons";
272
- }
273
-
274
- .e-pv-accepted-icon::before {
275
- color: #fff;
276
- content: "\e682";
277
- font-family: "e-icons";
278
- font-size: 14px;
279
- padding: 1px 1px 1px 4px;
280
- position: absolute;
281
- }
282
-
283
- .e-pv-rejected-icon::before {
284
- color: #fff;
285
- content: "\e683";
286
- font-family: "e-icons";
287
- font-size: 14px;
288
- padding: 2px 1px 1px 4px;
289
- position: absolute;
290
- }
291
-
292
- .e-pv-completed-icon::before {
293
- color: #fff;
294
- content: "\e614";
295
- font-family: "e-icons";
296
- font-size: 14px;
297
- padding: 2px 1px 1px 3.5px;
298
- position: absolute;
299
- }
300
-
301
- .e-pv-cancelled-icon::before {
302
- color: #fff;
303
- content: "\e60a";
304
- font-family: "e-icons";
305
- font-size: 14px;
306
- padding: 2px 1px 1px 3.5px;
307
- position: absolute;
308
- }
309
-
310
- .e-pv-scale-ratio-icon::before {
311
- content: "\e678";
312
- font-family: "e-icons";
313
- }
314
-
315
- .e-pv-calibrate-distance-icon::before {
316
- content: "\e673";
317
- font-family: "e-icons";
318
- }
319
-
320
- .e-pv-calibrate-perimeter-icon::before {
321
- content: "\e674";
322
- font-family: "e-icons";
323
- }
324
-
325
- .e-pv-calibrate-area-icon::before {
326
- content: "\e675";
327
- font-family: "e-icons";
328
- }
329
-
330
- .e-pv-calibrate-radius-icon::before {
331
- content: "\e676";
332
- font-family: "e-icons";
333
- }
334
-
335
- .e-pv-calibrate-volume-icon::before {
336
- content: "\e677";
337
- font-family: "e-icons";
338
- }
339
-
340
- .e-pv-freetext-icon::before {
341
- content: "\ebe7";
342
- font-family: "e-icons";
343
- }
344
-
345
- .e-pv-annotation-textalign-icon::before {
346
- content: "\ebeb";
347
- font-family: "e-icons";
348
- }
349
-
350
- .e-pv-annotation-textprop-icon::before {
351
- content: "\eb04";
352
- font-family: "e-icons";
353
- }
354
-
355
- .e-pv-annotation-textcolor-icon::before {
356
- content: "\e34c";
357
- font-family: "e-icons";
358
- }
359
-
360
- .e-pv-left-align-icon::before {
361
- content: "\ebeb";
362
- font-family: "e-icons";
363
- }
364
-
365
- .e-pv-right-align-icon::before {
366
- content: "\eb82";
367
- font-family: "e-icons";
368
- }
369
-
370
- .e-pv-center-align-icon::before {
371
- content: "\eb9e";
372
- font-family: "e-icons";
373
- }
374
-
375
- .e-pv-justfiy-align-icon::before {
376
- content: "\eb67";
377
- font-family: "e-icons";
378
- }
379
-
380
- .e-pv-bold-icon::before {
381
- content: "\eb77";
382
- font-family: "e-icons";
383
- }
384
-
385
- .e-pv-italic-icon::before {
386
- content: "\eb99";
387
- font-family: "e-icons";
388
- }
389
-
390
- .e-pv-strikeout-icon::before {
391
- content: "\eb7f";
392
- font-family: "e-icons";
393
- }
394
-
395
- .e-pv-underlinetext-icon::before {
396
- content: "\ebf0";
397
- font-family: "e-icons";
398
- }
399
-
400
- .e-pv-superscript-icon::before {
401
- content: "\e352";
402
- font-family: "e-icons";
403
- }
404
-
405
- .e-pv-subscript-icon::before {
406
- content: "\e357";
407
- font-family: "e-icons";
408
- }
409
-
410
- .e-pv-handwritten-icon::before {
411
- content: "\e739";
412
- font-family: "e-icons";
413
- }
414
-
415
- .e-pv-inkannotation-icon::before {
416
- content: "\ebec";
417
- font-family: "e-icons";
418
- }
419
-
420
- .e-pv-delete::before {
421
- content: "\eb00";
422
- font-family: "e-icons";
423
- }
424
-
425
- .e-pv-eye-icon::before {
426
- content: "\e345";
427
- cursor: pointer;
428
- font-family: "e-icons";
429
- font-size: 18px;
430
- padding: 7px;
431
- }
432
-
433
- .e-pv-eye-slash-icon::before {
434
- content: "\e721";
435
- cursor: pointer;
436
- font-family: "e-icons";
437
- font-size: 18px;
438
- padding: 7px;
439
- }
440
-
441
- /*! component layout */
442
- /* stylelint-disable property-no-vendor-prefix */
443
- .e-pdfviewer .e-pv-viewer-container {
444
- border-style: solid;
445
- border-width: 0;
446
- }
447
- .e-pdfviewer .e-pv-text-layer {
448
- position: absolute;
449
- top: 0;
450
- z-index: 2;
451
- }
452
- .e-pdfviewer .e-pv-annotation-canvas {
453
- left: 0;
454
- position: absolute;
455
- top: 0;
456
- }
457
- .e-pdfviewer .e-pv-text {
458
- background: transparent;
459
- color: transparent;
460
- line-height: normal;
461
- opacity: 0.6;
462
- position: absolute;
463
- }
464
- .e-pdfviewer .e-pv-search-text-highlight,
465
- .e-pdfviewer .e-pv-search-text-highlightother {
466
- line-height: normal;
467
- opacity: 0.6;
468
- position: absolute;
469
- }
470
- .e-pdfviewer .e-pv-hyperlink {
471
- z-index: 2;
472
- }
473
- .e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
474
- z-index: 1;
475
- }
476
- .e-pdfviewer .e-enable-text-selection {
477
- -ms-user-select: text;
478
- -webkit-user-select: text;
479
- user-select: text;
480
- }
481
- .e-pdfviewer .e-disable-text-selection {
482
- -ms-user-select: none;
483
- -webkit-user-select: none;
484
- user-select: none;
485
- }
486
- .e-pdfviewer .e-enable-text-selection .e-pv-text {
487
- display: inline-block;
488
- }
489
- .e-pdfviewer .e-disable-text-selection .e-pv-text {
490
- display: none;
491
- }
492
- .e-pdfviewer .e-pv-cursor {
493
- cursor: text;
494
- }
495
- .e-pdfviewer .e-pv-crosshair-cursor {
496
- cursor: crosshair;
497
- }
498
- .e-pdfviewer .e-pv-touch-select-drop {
499
- display: inline-block;
500
- height: 30px;
501
- position: absolute;
502
- width: 30px;
503
- z-index: 1000;
504
- }
505
- .e-pdfviewer .e-pv-touch-ellipse {
506
- background-color: #3088ed;
507
- border-bottom-left-radius: 50%;
508
- border-bottom-right-radius: 50%;
509
- border-color: #3088ed;
510
- border-style: solid;
511
- border-top-left-radius: 50%;
512
- border-width: 2px;
513
- height: 20px;
514
- margin: 0 0 0 9px;
515
- position: absolute;
516
- width: 20px;
517
- }
518
- .e-pdfviewer .e-pv-annotation-note {
519
- border-radius: 2px;
520
- cursor: auto;
521
- font-size: 14px;
522
- height: auto;
523
- max-width: 200px;
524
- min-height: 10px;
525
- min-width: 30px;
526
- overflow-wrap: break-word;
527
- padding: 5px;
528
- position: absolute;
529
- width: auto;
530
- z-index: 10000;
531
- }
532
- .e-pdfviewer .e-pv-annotation-note-author {
533
- border-bottom: 1px solid #000;
534
- font-weight: bold;
535
- }
536
- .e-pdfviewer .e-pv-annotation-popup-menu {
537
- cursor: auto;
538
- min-width: 396px;
539
- padding-bottom: 6px;
540
- position: absolute;
541
- width: auto;
542
- z-index: 10000;
543
- }
544
- .e-pdfviewer .e-pv-annotation-popup-header {
545
- height: auto;
546
- min-height: 29px;
547
- padding-top: 14px;
548
- }
549
- .e-pdfviewer .e-pv-annotation-popup-author {
550
- float: left;
551
- font-size: 16px;
552
- font-weight: bold;
553
- margin-left: 14px;
554
- }
555
- .e-pdfviewer .e-pv-annotation-popup-close {
556
- float: right;
557
- height: 20px;
558
- margin-right: 14px;
559
- width: 20px;
560
- }
561
- .e-pdfviewer .e-pv-annotation-modified-time {
562
- height: 14px;
563
- margin-left: 14px;
564
- padding-top: 8px;
565
- }
566
- .e-pdfviewer .e-pv-annotation-popup-note-container {
567
- height: auto;
568
- padding: 14px;
569
- width: auto;
570
- }
571
- .e-pdfviewer .e-pv-annotation-popup-content {
572
- background-color: #fff;
573
- border: 1px solid;
574
- font-size: 16px;
575
- min-height: 132.08px;
576
- overflow: hidden auto;
577
- width: 368px;
578
- }
579
- .e-pdfviewer .e-pv-properties-fill-color-icon,
580
- .e-pdfviewer .e-pv-properties-stroke-color-icon {
581
- border-bottom: 2px solid;
582
- }
583
- .e-pdfviewer .e-pv-drop {
584
- color: #3088ed;
585
- display: inline-block;
586
- height: 20px;
587
- position: absolute;
588
- width: 20px;
589
- z-index: 1000;
590
- }
591
- .e-pdfviewer .e-pv-droplet {
592
- background-color: #3088ed;
593
- border-bottom-left-radius: 50%;
594
- border-bottom-right-radius: 50%;
595
- border-color: #3088ed;
596
- border-style: solid;
597
- border-top-left-radius: 50%;
598
- border-width: 2px;
599
- height: 20px;
600
- margin: 0 0 0 9px;
601
- position: absolute;
602
- width: 20px;
603
- }
604
-
605
- /* stylelint-disable value-no-vendor-prefix */
606
- /* stylelint-disable property-no-vendor-prefix */
607
- .e-pv-viewer-container {
608
- border-color: #6f6c6c;
609
- height: calc(100% - 50px);
610
- overflow: auto;
611
- position: relative;
612
- -ms-touch-action: pan-x pan-y;
613
- touch-action: pan-x pan-y;
614
- background-color: #201f1f;
615
- }
616
-
617
- .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
618
- display: none;
619
- }
620
-
621
- input.e-pv-input-password::-ms-reveal {
622
- display: none;
623
- }
624
-
625
- .e-pv-page-container {
626
- margin: 0;
627
- padding: 0;
628
- -ms-touch-action: pan-x pan-y;
629
- touch-action: pan-x pan-y;
630
- }
631
-
632
- .e-pv-signaturehover {
633
- background-color: #333232;
634
- }
635
-
636
- .e-pv-mobilespanscroll-container {
637
- color: #dadada;
638
- font-family: Roboto-Regular;
639
- font-size: 14px;
640
- }
641
-
642
- .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
643
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
644
- .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
645
- .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
646
- .e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
647
- .e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
648
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
649
- .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
650
- .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
651
- .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
652
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
653
- .e-bigger .e-pv-icon-search,
654
- .e-pv-icon {
655
- font-size: 16px;
656
- }
657
-
658
- .e-pv-annotation-ink-container .e-pv-inkannotation-icon {
659
- font-size: 16px;
660
- }
661
-
662
- .e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret) {
663
- font-size: 16px;
664
- }
665
-
666
- .e-pv-mobilescroll-container {
667
- background-color: #201f1f;
668
- border: 1px solid #514f4f;
669
- border-radius: 56px 0 0 56px;
670
- line-height: 27px;
671
- position: absolute;
672
- text-align: center;
673
- }
674
-
675
- .e-pv-viewer-container .e-pv-page-div {
676
- border-color: #9a9a9a;
677
- border-style: solid;
678
- border-width: 1px;
679
- box-shadow: none;
680
- box-sizing: content-box;
681
- position: absolute;
682
- }
683
-
684
- .e-pv-toolbar,
685
- .e-pv-nav-toolbar,
686
- .e-pv-annotation-toolbar,
687
- .e-pv-formdesigner-toolbar {
688
- border: 1px solid #6f6c6c;
689
- border-radius: 0;
690
- border-width: 1px;
691
- }
692
-
693
- .e-pv-toolbar,
694
- .e-pv-annotation-toolbar,
695
- .e-pv-mobile-annotation-toolbar,
696
- .e-pv-formdesigner-toolbar {
697
- height: 52px;
698
- }
699
-
700
- .e-pv-nav-toolbar,
701
- .e-bigger .e-pv-toolbar,
702
- .e-pv-toolbar.e-pv-mobile-toolbar,
703
- .e-bigger .e-pv-annotation-toolbar,
704
- .e-pv-mobile-view .e-pv-annotation-toolbar {
705
- height: 52px;
706
- }
707
-
708
- .e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container {
709
- height: 50px;
710
- width: 81px;
711
- }
712
-
713
- .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
714
- display: block;
715
- padding-left: 10px;
716
- padding-right: 10px;
717
- width: auto;
718
- }
719
-
720
- .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
721
- .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
722
- display: none;
723
- }
724
-
725
- .e-pv-current-page-box.e-input-group.e-control-wrapper {
726
- height: 30px;
727
- margin-top: 0;
728
- width: 35px;
729
- }
730
-
731
- .e-pv-mobilepagenoscroll-container {
732
- background: #201f1f;
733
- border: 1px solid #514f4f;
734
- border-radius: 10px;
735
- padding: 6px;
736
- text-align: center;
737
- vertical-align: middle;
738
- }
739
-
740
- .e-pv-mobilecurrentpage-container {
741
- color: #dadada;
742
- display: block;
743
- font-family: Roboto-Regular;
744
- font-size: 24px;
745
- }
746
-
747
- .e-pv-mobiledashedline-container {
748
- color: #dadada;
749
- display: block;
750
- padding: 10px;
751
- }
752
-
753
- .e-pv-number-ofpages {
754
- width: 10%;
755
- }
756
-
757
- .e-dialog.e-pv-gotopage-popup {
758
- max-width: 500px;
759
- padding-left: 16px;
760
- padding-top: 16px;
761
- }
762
-
763
- .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
764
- background-color: transparent;
765
- }
766
-
767
- .e-pv-mobiletotalpage-container {
768
- color: #dadada;
769
- display: block;
770
- font-family: Roboto-Regular;
771
- font-size: 14px;
772
- }
773
-
774
- .e-pv-password-input {
775
- margin-top: 14px;
776
- }
777
-
778
- .e-pv-password-error {
779
- color: #ff5f5f;
780
- }
781
-
782
- .e-pv-corrupted-popup-header {
783
- color: #dadada;
784
- opacity: 0.87;
785
- }
786
-
787
- .e-pv-corrupted-popup-content {
788
- color: #dadada;
789
- font-size: 14px;
790
- line-height: 24px;
791
- margin-left: 0;
792
- opacity: 0.87;
793
- padding-top: 0;
794
- text-align: left;
795
- }
796
-
797
- .e-pv-corrupted-popup-content-rtl {
798
- color: #dadada;
799
- font-size: 14px;
800
- line-height: 24px;
801
- margin-right: 53px;
802
- opacity: 0.87;
803
- padding-top: 0;
804
- text-align: right;
805
- }
806
-
807
- .e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) {
808
- height: auto;
809
- margin-left: 1.5px;
810
- margin-right: 1.5px;
811
- padding-bottom: 0;
812
- padding-top: 0;
813
- }
814
-
815
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
816
- .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
817
- height: auto;
818
- margin-left: 1.5px;
819
- margin-right: 1.5px;
820
- }
821
-
822
- .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
823
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
824
- padding-bottom: 0;
825
- }
826
-
827
- .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
828
- .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
829
- padding-bottom: 0;
830
- }
831
-
832
- .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
833
- .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
834
- line-height: 26px;
835
- min-height: 26px;
836
- }
837
-
838
- .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
839
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
840
- .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
841
- border-right-width: 1px;
842
- height: 24px;
843
- margin-left: 5.5px;
844
- margin-right: 5.5px;
845
- }
846
-
847
- .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
848
- .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
849
- .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child {
850
- margin-left: 4px;
851
- }
852
-
853
- .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
854
- .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
855
- .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child {
856
- margin-right: 4px;
857
- }
858
-
859
- .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
860
- .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
861
- .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child {
862
- margin-right: 4px;
863
- }
864
-
865
- .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
866
- .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
867
- .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child {
868
- margin-left: 4px;
869
- }
870
-
871
- .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
872
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
873
- .e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
874
- .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
875
- height: 50px;
876
- min-width: 36px;
877
- width: 36px;
878
- }
879
-
880
- .e-pv-open-document-icon {
881
- font-size: 16px;
882
- height: 16px;
883
- line-height: 16px;
884
- width: 18px;
885
- }
886
-
887
- .e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon {
888
- line-height: 16px;
889
- }
890
-
891
- .e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon {
892
- line-height: 16px;
893
- }
894
-
895
- .e-pv-first-page-navigation-icon {
896
- line-height: 14px;
897
- }
898
-
899
- .e-pv-previous-page-navigation-icon {
900
- line-height: 14px;
901
- }
902
-
903
- .e-pv-next-page-navigation-icon {
904
- line-height: 14px;
905
- }
906
-
907
- .e-pv-last-page-navigation-icon {
908
- line-height: 14px;
909
- }
910
-
911
- .e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon,
912
- .e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon {
913
- line-height: 16px;
914
- }
915
-
916
- .e-pv-eye-slash-icon,
917
- .e-pv-eye-icon {
918
- margin-top: 3px;
919
- }
920
-
921
- .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
922
- padding-left: 8px;
923
- }
924
-
925
- .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon {
926
- margin-right: 2px;
927
- }
928
-
929
- .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
930
- margin: 0 2.5px;
931
- padding: 0;
932
- }
933
-
934
- .e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) {
935
- color: #dadada;
936
- cursor: default;
937
- font-size: 14px;
938
- margin-left: 1.5px;
939
- margin-right: 5.5px;
940
- min-width: unset;
941
- padding-bottom: 2px;
942
- padding-left: 0;
943
- position: relative;
944
- }
945
-
946
- .e-pv-total-page {
947
- color: #dadada;
948
- font-size: inherit;
949
- }
950
-
951
- .e-pv-total-page-ms {
952
- -ms-transform: translateY(-50%);
953
- margin: 0;
954
- position: absolute;
955
- top: 50%;
956
- transform: translateY(-50%);
957
- }
958
-
959
- .e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
960
- .e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
961
- .e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
962
- .e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
963
- background-color: transparent;
964
- border: 0;
965
- height: inherit;
966
- margin-top: -1px;
967
- padding: 0 0 0 3px;
968
- }
969
-
970
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
971
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
972
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
973
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
974
- background-color: transparent;
975
- border: 1px solid #0074cc;
976
- border-radius: 0;
977
- }
978
-
979
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
980
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
981
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
982
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
983
- color: inherit;
984
- }
985
-
986
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
987
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
988
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
989
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
990
- height: inherit;
991
- margin-top: 0;
992
- padding-bottom: 0;
993
- padding-top: 0;
994
- }
995
-
996
- .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
997
- .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
998
- .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
999
- .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
1000
- padding-left: 0;
1001
- }
1002
-
1003
- .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
1004
- .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
1005
- .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
1006
- .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
1007
- padding-right: 0;
1008
- }
1009
-
1010
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,
1011
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,
1012
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,
1013
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon {
1014
- background-color: transparent;
1015
- border-left: 0;
1016
- margin-bottom: 0;
1017
- margin-left: 0;
1018
- margin-top: 3px;
1019
- padding-right: 0;
1020
- }
1021
-
1022
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,
1023
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,
1024
- .e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,
1025
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,
1026
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control {
1027
- text-align: center;
1028
- }
1029
-
1030
- .e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open,
1031
- .e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open {
1032
- text-align: left;
1033
- }
1034
-
1035
- .e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,
1036
- .e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open {
1037
- text-align: right;
1038
- }
1039
-
1040
- .e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active,
1041
- .e-pv-zoom-drop-down-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active {
1042
- color: rgba(0, 116, 204, 0.87);
1043
- }
1044
-
1045
- .e-pv-zoom-drop-down.e-popup.e-popup-open,
1046
- .e-pv-zoom-drop-down-rtl.e-popup.e-popup-open {
1047
- min-height: 300px;
1048
- min-width: 110px;
1049
- }
1050
-
1051
- .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
1052
- border: 1px solid #6f6c6c;
1053
- border-radius: 0;
1054
- }
1055
-
1056
- .e-pv-zoom-drop-down.e-ddl.e-valid-input.e-input-focus,
1057
- .e-pv-zoom-drop-down-rtl.e-ddl.e-valid-input.e-input-focus {
1058
- box-shadow: none;
1059
- }
1060
-
1061
- .e-pv-password-popup.e-dialog .e-dlg-header,
1062
- .e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header,
1063
- .e-pv-notification-popup.e-dialog .e-dlg-header {
1064
- font-size: 21px;
1065
- font-weight: normal;
1066
- letter-spacing: -0.21px;
1067
- }
1068
-
1069
- .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
1070
- .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
1071
- .e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1072
- padding-top: 2px;
1073
- }
1074
-
1075
- .e-pv-password-popup.e-dialog {
1076
- height: 216px;
1077
- margin: 0 10px;
1078
- max-width: 425px;
1079
- }
1080
-
1081
- .e-pv-corrupted-popup.e-dialog {
1082
- height: 175px;
1083
- margin: 0 10px;
1084
- max-width: 346px;
1085
- }
1086
-
1087
- .e-pv-corrupted-popup.e-dialog .e-dlg-header-content,
1088
- .e-pv-notification-popup.e-dialog .e-dlg-header-content {
1089
- border-bottom: 0;
1090
- }
1091
-
1092
- .e-pv-corrupted-popup.e-dialog .e-footer-content,
1093
- .e-pv-notification-popup.e-dialog .e-footer-content {
1094
- border-top: 0;
1095
- }
1096
-
1097
- .e-pv-corrupted-popup.e-dialog .e-dlg-content {
1098
- padding-bottom: 0;
1099
- padding-top: 1px;
1100
- }
1101
-
1102
- .e-pv-password-popup.e-dialog span[id*=_prompt] {
1103
- font-size: 14px;
1104
- letter-spacing: -0.16px;
1105
- }
1106
-
1107
- .e-pv-password-popup.e-dialog .e-dlg-header-content {
1108
- border-bottom: 0;
1109
- }
1110
-
1111
- .e-pv-password-popup.e-dialog .e-footer-content {
1112
- border-top: 0;
1113
- }
1114
-
1115
- .e-pv-password-popup.e-dialog .e-dlg-content {
1116
- padding-bottom: 0;
1117
- padding-top: 1px;
1118
- }
1119
-
1120
- .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1121
- max-height: 30px;
1122
- padding-bottom: 5px;
1123
- }
1124
-
1125
- .e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1126
- padding-left: 0;
1127
- }
1128
-
1129
- .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1130
- padding-right: 0;
1131
- }
1132
-
1133
- .e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
1134
- .e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
1135
- .e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
1136
- .e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
1137
- transform: rotate(0deg);
1138
- }
1139
-
1140
- .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after,
1141
- .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before,
1142
- .e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after,
1143
- .e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before,
1144
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after,
1145
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before,
1146
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after,
1147
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before,
1148
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,
1149
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,
1150
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,
1151
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,
1152
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,
1153
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,
1154
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,
1155
- .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,
1156
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,
1157
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,
1158
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,
1159
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before {
1160
- background: none;
1161
- }
1162
-
1163
- .e-pv-sidebar-container {
1164
- background: #333232;
1165
- border-top: 1px solid #6f6c6c;
1166
- bottom: 0;
1167
- position: absolute;
1168
- top: 52px;
1169
- transition: transform 0.3s ease;
1170
- transition-duration: 200ms;
1171
- transition-timing-function: ease;
1172
- width: 250px;
1173
- z-index: 100;
1174
- }
1175
-
1176
- .e-pv-main-container {
1177
- height: 100%;
1178
- overflow: hidden;
1179
- position: relative;
1180
- width: 100%;
1181
- }
1182
-
1183
- .e-pv-viewer-main-container {
1184
- background-color: #201f1f;
1185
- bottom: 0;
1186
- left: 0;
1187
- position: absolute;
1188
- right: 0;
1189
- top: 0;
1190
- }
1191
-
1192
- .e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container {
1193
- min-width: 400px;
1194
- }
1195
-
1196
- .e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container {
1197
- min-height: 500px;
1198
- }
1199
-
1200
- .e-pv-sidebar-content-container {
1201
- border-top: 1px solid #6f6c6c;
1202
- display: none;
1203
- float: left;
1204
- height: calc(100% - 51px);
1205
- position: absolute;
1206
- transition-duration: 200ms;
1207
- transition-timing-function: ease;
1208
- width: 202px;
1209
- }
1210
-
1211
- .e-pv-sidebar-content-container.e-thumbnail {
1212
- height: 100%;
1213
- left: 1px;
1214
- position: unset;
1215
- }
1216
-
1217
- .e-pv-sidebar-title-container {
1218
- background: #333232;
1219
- border: 1px solid #6f6c6c;
1220
- border-width: 0 0 0 0;
1221
- height: 50px;
1222
- position: absolute;
1223
- top: 0;
1224
- width: 202px;
1225
- }
1226
-
1227
- .e-pv-sidebar-title {
1228
- color: #dadada;
1229
- font-size: 14px;
1230
- height: 16px;
1231
- margin: 0;
1232
- position: absolute;
1233
- text-align: left;
1234
- top: 15px;
1235
- }
1236
-
1237
- .e-pv-sidebar-title.e-left {
1238
- left: 8px;
1239
- width: 160px;
1240
- }
1241
-
1242
- .e-pv-sidebar-title.e-right {
1243
- right: 8px;
1244
- }
1245
-
1246
- .e-pv-sidebar-toolbar {
1247
- background: #333232;
1248
- border: 1px solid #6f6c6c;
1249
- border-width: 1px 0 1px 1px;
1250
- bottom: 0;
1251
- height: calc(100% - 51px);
1252
- position: absolute;
1253
- width: 47px;
1254
- z-index: 100;
1255
- }
1256
-
1257
- .e-pv-sidebar-content {
1258
- -webkit-overflow-scrolling: touch;
1259
- background: #333232;
1260
- bottom: 0;
1261
- overflow: auto;
1262
- overflow-x: hidden;
1263
- position: absolute;
1264
- top: 48px;
1265
- width: 202px;
1266
- z-index: 103;
1267
- }
1268
-
1269
- .e-pv-thumbnail-anchor-node:hover {
1270
- text-decoration: auto;
1271
- }
1272
-
1273
- .e-pv-sidebar-content.e-thumbnail {
1274
- top: 1px;
1275
- }
1276
-
1277
- .e-pv-sidebar-resizer {
1278
- background: #201f1f;
1279
- border: 1px solid #6f6c6c;
1280
- border-width: 0 1px 0 0;
1281
- color: #dadada;
1282
- cursor: ew-resize;
1283
- height: 100%;
1284
- position: absolute;
1285
- width: 8px;
1286
- z-index: 105;
1287
- }
1288
-
1289
- .e-pv-sidebar-content::-webkit-scrollbar {
1290
- width: 16px;
1291
- }
1292
-
1293
- .e-pv-sidebar-content::-webkit-scrollbar-track {
1294
- -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
1295
- background: #6f6c6c;
1296
- border: 1px solid #6f6c6c;
1297
- }
1298
-
1299
- .e-pv-sidebar-content::-webkit-scrollbar-thumb {
1300
- -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5);
1301
- background: #c1c1c1;
1302
- background-clip: content-box;
1303
- border: 4px solid transparent;
1304
- border-radius: 100px;
1305
- }
1306
-
1307
- .e-pv-thumbnail-view-button.e-btn {
1308
- background: transparent;
1309
- border: 0;
1310
- border-radius: 0;
1311
- box-shadow: none;
1312
- font-weight: 400;
1313
- height: 32px;
1314
- line-height: 1.1em;
1315
- margin: 8px;
1316
- outline: none;
1317
- padding: 10px;
1318
- width: 32px;
1319
- }
1320
-
1321
- .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1322
- .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1323
- background: #282727;
1324
- border: none;
1325
- border-radius: 0;
1326
- line-height: 1.1em;
1327
- padding: 10px;
1328
- }
1329
-
1330
- .e-pv-bookmark-button.e-btn {
1331
- background: transparent;
1332
- border: none;
1333
- box-shadow: none;
1334
- font-weight: 400;
1335
- height: 34px;
1336
- margin: 8px;
1337
- outline: none;
1338
- padding: 10px;
1339
- width: 34px;
1340
- }
1341
-
1342
- .e-pv-title-close-div.e-btn {
1343
- background: transparent;
1344
- border: none;
1345
- box-shadow: none;
1346
- height: 32px;
1347
- left: 170px;
1348
- padding: 0 18px 3px 0;
1349
- position: absolute;
1350
- right: 21px;
1351
- top: 11px;
1352
- width: 32px;
1353
- }
1354
-
1355
- .e-pv-sidebar-toolbar-splitter {
1356
- background: #514f4f;
1357
- bottom: 0;
1358
- height: calc(100% - 51px);
1359
- position: absolute;
1360
- width: 1px;
1361
- z-index: 104;
1362
- }
1363
-
1364
- .e-pv-sidebar-content-splitter {
1365
- background: #6f6c6c;
1366
- height: 1px;
1367
- position: absolute;
1368
- top: 47px;
1369
- width: 201px;
1370
- z-index: 104;
1371
- }
1372
-
1373
- .e-pv-thumbnail-view {
1374
- bottom: 0;
1375
- height: 50%;
1376
- padding: 8px 30px 0;
1377
- position: absolute;
1378
- top: 0;
1379
- }
1380
-
1381
- .e-pv-thumbnail {
1382
- height: 140px;
1383
- margin: 0 20px 40px;
1384
- width: 100px;
1385
- }
1386
-
1387
- .e-pv-thumbnail-number {
1388
- color: #dadada;
1389
- font-family: Roboto;
1390
- padding-left: 50px;
1391
- padding-right: 50px;
1392
- padding-top: 8px;
1393
- }
1394
-
1395
- .e-pv-thumbnail-selection-ring {
1396
- border-radius: 2px;
1397
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
1398
- padding: 6px;
1399
- }
1400
-
1401
- .e-pv-thumbnail-image {
1402
- background-clip: content-box;
1403
- background-color: #fff;
1404
- height: 126px;
1405
- width: 86px;
1406
- }
1407
-
1408
- .e-pv-thumbnail-hover {
1409
- border: 1px solid #514f4f;
1410
- border-radius: 2px;
1411
- box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
1412
- cursor: pointer;
1413
- padding: 5px;
1414
- }
1415
-
1416
- .e-pv-thumbnail-focus {
1417
- border: 2px solid #514f4f;
1418
- border-radius: 2px;
1419
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
1420
- cursor: pointer;
1421
- padding: 4px;
1422
- }
1423
-
1424
- .e-pv-thumbnail-selection {
1425
- border: 6px solid #0074cc;
1426
- border-radius: 2px;
1427
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
1428
- cursor: pointer;
1429
- padding: 0;
1430
- }
1431
-
1432
- .e-pv-thumbnail-row {
1433
- -ms-flex-wrap: wrap;
1434
- display: -ms-flexbox;
1435
- display: flex;
1436
- flex-wrap: wrap;
1437
- }
1438
-
1439
- .e-pv-thumbnail-row {
1440
- display: -ms-flexbox;
1441
- }
1442
-
1443
- .e-pv-thumbnail-column {
1444
- -ms-flex: 25%;
1445
- flex: 25%;
1446
- }
1447
-
1448
- .e-pv-thumbnail-column img {
1449
- display: block;
1450
- margin-left: auto;
1451
- margin-right: auto;
1452
- }
1453
-
1454
- .e-pv-bookmark-view {
1455
- height: 100%;
1456
- overflow: auto;
1457
- padding-top: 15px;
1458
- position: relative;
1459
- }
1460
-
1461
- div > .e-pv-bookmark-icon.e-pv-icon {
1462
- float: left;
1463
- font-size: 14px;
1464
- padding-left: 6px;
1465
- padding-right: 18px;
1466
- }
1467
-
1468
- .e-pv-bookmark-title {
1469
- padding-left: 40px;
1470
- }
1471
-
1472
- .e-pv-sidebar-bookmark-title {
1473
- color: rgba(0, 0, 0, 0.87);
1474
- font-family: Roboto-Regular;
1475
- font-size: 14px;
1476
- }
1477
-
1478
- .e-pv-bookmark-view::-webkit-scrollbar {
1479
- height: 16px;
1480
- width: 16px;
1481
- }
1482
-
1483
- .e-pv-bookmark-view::-webkit-scrollbar-track {
1484
- -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
1485
- background: #6f6c6c;
1486
- border: 1px solid #6f6c6c;
1487
- }
1488
-
1489
- .e-pv-bookmark-view::-webkit-scrollbar-thumb {
1490
- -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5);
1491
- background: #c1c1c1;
1492
- background-clip: content-box;
1493
- border: 4px solid transparent;
1494
- border-radius: 100px;
1495
- }
1496
-
1497
- .e-pv-bookmark-view > .e-ul {
1498
- height: inherit;
1499
- overflow: unset;
1500
- }
1501
-
1502
- .e-pv-bookmark-view .e-fullrow {
1503
- height: 34px;
1504
- }
1505
-
1506
- .e-pv-bookmark-view .e-icon-collapsible::before,
1507
- .e-pv-bookmark-view .e-icon-expandable::before {
1508
- display: inline-block;
1509
- height: 13px;
1510
- padding: 7px;
1511
- width: 13px;
1512
- }
1513
-
1514
- .e-pv-bookmark-view .e-list-item .e-ul {
1515
- padding-left: 32px;
1516
- }
1517
-
1518
- .e-pv-bookmark-view .e-ul {
1519
- padding: 0 0 0 16px;
1520
- }
1521
-
1522
- .e-pv-text::selection {
1523
- background: #247796;
1524
- }
1525
-
1526
- .e-pv-text .e-pv-maintaincontent {
1527
- background: #247796;
1528
- }
1529
-
1530
- .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1531
- .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1532
- .e-pv-mobile-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1533
- .e-pv-mobile-annotation-toolbar .e-dropdown-btn.e-btn,
1534
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn,
1535
- .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1536
- .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn,
1537
- .e-pv-shapes-toolbar .e-pv-tbar-btn,
1538
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
1539
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1540
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1541
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1542
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1543
- color: #dadada;
1544
- }
1545
-
1546
- .e-pv-mobile-annotation-toolbar .e-tbar-btn:hover {
1547
- background: #333232;
1548
- border-color: #333232;
1549
- }
1550
-
1551
- .e-pv-mobile-annotation-toolbar .e-tbar-btn:focus {
1552
- background: #333232;
1553
- border-color: #333232;
1554
- }
1555
-
1556
- .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav {
1557
- transform: skewX(-1deg) translateX(6px);
1558
- width: 56px;
1559
- }
1560
-
1561
- .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
1562
- font-size: 14px;
1563
- transform: skewX(4deg);
1564
- }
1565
-
1566
- .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
1567
- color: #dadada;
1568
- }
1569
-
1570
- .e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1571
- .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1572
- .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon,
1573
- .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1574
- .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon {
1575
- color: #f8f8f8;
1576
- }
1577
-
1578
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item {
1579
- height: inherit;
1580
- }
1581
-
1582
- .e-pv-print-popup-container {
1583
- height: 100%;
1584
- left: 0;
1585
- overflow: auto;
1586
- position: absolute;
1587
- top: 0;
1588
- width: 100%;
1589
- z-index: 2000;
1590
- }
1591
-
1592
- .e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show {
1593
- background-color: rgba(0, 0, 0, 0.3);
1594
- }
1595
-
1596
- .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
1597
- padding: 0 10px;
1598
- }
1599
-
1600
- .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
1601
- padding: 0 10px;
1602
- }
1603
-
1604
- .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1605
- .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1606
- .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1607
- .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1608
- .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select {
1609
- background: #282727;
1610
- border: 0;
1611
- border-radius: 0;
1612
- color: #38a9ff;
1613
- }
1614
-
1615
- .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1616
- color: #dadada;
1617
- }
1618
-
1619
- .e-pv-search-bar {
1620
- background-color: #333232;
1621
- border: 0 solid #4a4848;
1622
- border-radius: 0;
1623
- box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1624
- height: 114px;
1625
- padding: 24px 22.5px 26.5px 24px;
1626
- position: absolute;
1627
- width: 355px;
1628
- z-index: 105;
1629
- }
1630
-
1631
- .e-pv-search-input {
1632
- height: 30px;
1633
- width: 242px;
1634
- }
1635
-
1636
- .e-pv-search-input-mobile {
1637
- height: 30px;
1638
- }
1639
-
1640
- .e-pv-match-case-container {
1641
- margin-top: 17.5px;
1642
- }
1643
-
1644
- .e-pv-search-btn.e-btn {
1645
- background-color: transparent;
1646
- border: 0;
1647
- box-shadow: none;
1648
- height: 24px;
1649
- margin-top: -6px;
1650
- width: 24px;
1651
- }
1652
-
1653
- .e-pv-search-btn.e-btn:active {
1654
- background-color: transparent;
1655
- }
1656
-
1657
- .e-pv-search-bar:not(.e-rtl) .e-pv-prev-search {
1658
- margin-left: 10.5px;
1659
- }
1660
-
1661
- .e-pv-search-bar:not(.e-rtl) .e-pv-next-search {
1662
- margin-left: 8px;
1663
- }
1664
-
1665
- .e-pv-search-bar.e-rtl .e-pv-prev-search {
1666
- margin-right: 10.5px;
1667
- }
1668
-
1669
- .e-pv-search-bar.e-rtl .e-pv-next-search {
1670
- margin-right: 8px;
1671
- }
1672
-
1673
- .e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search {
1674
- padding-right: 5px;
1675
- }
1676
-
1677
- .e-pv-notification-popup {
1678
- height: 210px;
1679
- margin: 0 10px;
1680
- max-width: 346px;
1681
- }
1682
-
1683
- .e-pv-notification-popup.e-pv-notification-large-content {
1684
- height: 230px;
1685
- max-width: 368px;
1686
- }
1687
-
1688
- .e-pv-notification-popup .e-pv-notification-popup-content {
1689
- font-size: 14px;
1690
- }
1691
-
1692
- .e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon {
1693
- background: transparent;
1694
- }
1695
-
1696
- .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active {
1697
- background: #0074cc;
1698
- color: #fff;
1699
- }
1700
-
1701
- .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover {
1702
- color: #fff;
1703
- }
1704
-
1705
- .e-pv-bookmark-container {
1706
- background-color: #000;
1707
- border: 1px solid #6f6c6c;
1708
- }
1709
-
1710
- .e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item {
1711
- border-bottom: 1px solid #6f6c6c;
1712
- height: 48px;
1713
- }
1714
-
1715
- .e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child {
1716
- border-bottom-width: 0;
1717
- }
1718
-
1719
- .e-pv-bookmark-container .e-listview .e-list-text {
1720
- -ms-transform: translateY(-50%);
1721
- position: absolute;
1722
- top: 50%;
1723
- transform: translateY(-50%);
1724
- }
1725
-
1726
- .e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
1727
- color: #dadada;
1728
- }
1729
-
1730
- .e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt {
1731
- background-color: transparent;
1732
- border-width: 0;
1733
- box-shadow: none;
1734
- }
1735
-
1736
- .e-pv-bookmark-container .e-pv-bookmark-view {
1737
- padding-top: 0;
1738
- }
1739
-
1740
- .e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul {
1741
- padding-left: 0;
1742
- }
1743
-
1744
- .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
1745
- .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon {
1746
- border-bottom: 2px solid;
1747
- margin-top: 0;
1748
- padding-top: 5px;
1749
- vertical-align: initial;
1750
- }
1751
-
1752
- .e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon {
1753
- border-bottom: 2px solid;
1754
- margin-top: 0;
1755
- padding-top: 1px;
1756
- vertical-align: initial;
1757
- }
1758
-
1759
- .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
1760
- margin-top: 0;
1761
- padding-top: 7px;
1762
- vertical-align: initial;
1763
- }
1764
-
1765
- .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
1766
- .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
1767
- vertical-align: initial;
1768
- }
1769
-
1770
- .e-pv-annotation-opacity-popup-container,
1771
- .e-pv-annotation-thickness-popup-container {
1772
- background-color: #282727;
1773
- box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1774
- color: #dadada;
1775
- height: auto;
1776
- min-height: 48px;
1777
- padding: 16px;
1778
- width: auto;
1779
- }
1780
-
1781
- .e-pv-annotation-opacity-label,
1782
- .e-pv-annotation-opacity-indicator,
1783
- .e-pv-annotation-thickness-label,
1784
- .e-pv-annotation-thickness-indicator {
1785
- float: left;
1786
- font-family: inherit;
1787
- font-size: inherit;
1788
- }
1789
-
1790
- .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
1791
- .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
1792
- float: left;
1793
- height: auto;
1794
- margin-left: 11px;
1795
- margin-right: 10px;
1796
- }
1797
-
1798
- .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
1799
- .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
1800
- width: 172px;
1801
- }
1802
-
1803
- .e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
1804
- .e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
1805
- width: 115px;
1806
- }
1807
-
1808
- .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider,
1809
- .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider {
1810
- height: 16px;
1811
- }
1812
-
1813
- .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1814
- .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1815
- .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1816
- font-size: 12px;
1817
- }
1818
-
1819
- .e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1820
- .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1821
- .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1822
- font-size: 18px;
1823
- }
1824
-
1825
- .e-pv-annotation-color-container.e-icon-btn,
1826
- .e-pv-annotation-opacity-container.e-icon-btn,
1827
- .e-pv-annotation-stroke-container.e-icon-btn,
1828
- .e-pv-custom-annotation-thickness-container.e-icon-btn,
1829
- .e-pv-custom-annotation-opacity-container.e-icon-btn,
1830
- .e-pv-annotation-thickness-container.e-icon-btn,
1831
- .e-pv-annotation-textcolor-container.e-icon-btn,
1832
- .e-pv-annotation-textalign-container.e-icon-btn,
1833
- .e-pv-annotation-textprop-container.e-icon-btn {
1834
- height: 50px;
1835
- width: 56px;
1836
- }
1837
-
1838
- .e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
1839
- padding-top: 19px;
1840
- }
1841
-
1842
- .e-pv-shapes-toolbar {
1843
- box-shadow: none;
1844
- }
1845
-
1846
- .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1847
- padding: 4px;
1848
- }
1849
-
1850
- .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow {
1851
- margin-bottom: 0;
1852
- margin-left: 4px;
1853
- margin-right: 4px;
1854
- }
1855
-
1856
- .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
1857
- height: 32px;
1858
- width: 32px;
1859
- }
1860
-
1861
- .e-pv-annotation-thickness-slider-container {
1862
- margin-top: -6px;
1863
- }
1864
-
1865
- .e-pv-annotation-opacity-icon {
1866
- padding-top: 1px;
1867
- }
1868
-
1869
- .e-pv-annotation-color-container.e-btn,
1870
- .e-pv-annotation-opacity-container.e-btn,
1871
- .e-pv-annotation-stroke-container.e-btn,
1872
- .e-pv-annotation-thickness-container.e-btn,
1873
- .e-pv-annotation-shapes-container.e-btn,
1874
- .e-pv-annotation-calibrate-container.e-btn,
1875
- .e-pv-annotation-textcolor-container.e-btn,
1876
- .e-pv-annotation-textalign-container.e-btn,
1877
- .e-pv-annotation-textprop-container.e-btn,
1878
- .e-pv-annotation-handwritten-container.e-btn,
1879
- .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) {
1880
- background-color: #333232;
1881
- border-color: transparent;
1882
- }
1883
-
1884
- .e-pv-annotation-color-container.e-btn:hover,
1885
- .e-pv-annotation-opacity-container.e-btn:hover,
1886
- .e-pv-annotation-stroke-container.e-btn:hover,
1887
- .e-pv-annotation-thickness-container.e-btn:hover,
1888
- .e-pv-annotation-shapes-container.e-btn:hover,
1889
- .e-pv-annotation-calibrate-container.e-btn:hover,
1890
- .e-pv-annotation-textcolor-container.e-btn:hover,
1891
- .e-pv-annotation-textalign-container.e-btn:hover,
1892
- .e-pv-annotation-textprop-container.e-btn:hover,
1893
- .e-pv-annotation-handwritten-container.e-btn:hover,
1894
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
1895
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
1896
- .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
1897
- background-color: #414040;
1898
- border-color: #414040;
1899
- }
1900
-
1901
- .e-pv-annotation-color-container.e-btn:active,
1902
- .e-pv-annotation-opacity-container.e-btn:active,
1903
- .e-pv-annotation-stroke-container.e-btn:active,
1904
- .e-pv-annotation-thickness-container.e-btn:active,
1905
- .e-pv-annotation-shapes-container.e-btn:active,
1906
- .e-pv-annotation-calibrate-container.e-btn:active,
1907
- .e-pv-annotation-textcolor-container.e-btn:active,
1908
- .e-pv-annotation-textalign-container.e-btn:active,
1909
- .e-pv-annotation-textprop-container.e-btn:active,
1910
- .e-pv-annotation-handwritten-container.e-btn:active {
1911
- background-color: #514f4f;
1912
- border-color: #514f4f;
1913
- box-shadow: none;
1914
- color: #38a9ff;
1915
- }
1916
-
1917
- .e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover),
1918
- .e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover),
1919
- .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn.e-active:not(:hover),
1920
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) .e-caret {
1921
- background-color: #4a4848;
1922
- color: #dadada;
1923
- }
1924
-
1925
- .e-pv-annotation-color-container.e-dropdown-btn.e-btn,
1926
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
1927
- .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
1928
- .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
1929
- .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
1930
- .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
1931
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
1932
- .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
1933
- .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
1934
- line-height: 18px;
1935
- padding: 17px 8px;
1936
- }
1937
-
1938
- .e-pv-annotation-color-container.e-dropdown-btn.e-button,
1939
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
1940
- .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
1941
- .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
1942
- .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
1943
- .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
1944
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
1945
- .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
1946
- .e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
1947
- line-height: 18px;
1948
- padding: 17px 8px;
1949
- }
1950
-
1951
- .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
1952
- display: inline-block;
1953
- padding: 0 4px;
1954
- }
1955
-
1956
- .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-pv-submit .e-tbar-btn .e-tbar-btn-text.e-pv-submitform-text {
1957
- display: inline-block;
1958
- padding: 0 4px;
1959
- }
1960
-
1961
- .e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
1962
- .e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
1963
- height: 50px;
1964
- min-width: 50px;
1965
- }
1966
-
1967
- .e-pv-annotation-popup-menu {
1968
- background-color: #333232;
1969
- border-color: #6f6c6c;
1970
- color: #dadada;
1971
- }
1972
-
1973
- .e-pv-properties-window {
1974
- max-width: 436px;
1975
- }
1976
-
1977
- .e-pv-scale-ratio-window {
1978
- max-width: 436px;
1979
- }
1980
-
1981
- .e-pv-scale-ratio-dialog {
1982
- max-width: 514px;
1983
- }
1984
-
1985
- .e-pv-line-styles-content,
1986
- .e-pv-line-styles-item {
1987
- border-bottom-color: #000;
1988
- }
1989
-
1990
- .e-pv-line-styles-container:hover {
1991
- background-color: #333232;
1992
- }
1993
-
1994
- .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
1995
- .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
1996
- height: 32px;
1997
- line-height: 16px;
1998
- }
1999
-
2000
- .e-pv-properties-window .e-dlg-content {
2001
- padding-top: 6px;
2002
- }
2003
-
2004
- .e-pv-scale-ratio-text,
2005
- .e-pv-depth-text {
2006
- margin-bottom: 8px;
2007
- }
2008
-
2009
- .e-pv-properties-line-start-container,
2010
- .e-pv-properties-line-end-container,
2011
- .e-pv-properties-line-style-container,
2012
- .e-pv-properties-line-thickness-container,
2013
- .e-pv-properties-line-fill-color-container,
2014
- .e-pv-properties-line-stroke-color-container,
2015
- .e-pv-properties-line-leader-length-container {
2016
- float: left;
2017
- height: 52px;
2018
- margin-bottom: 16px;
2019
- }
2020
-
2021
- .e-pv-properties-line-opacity-container {
2022
- float: left;
2023
- height: auto;
2024
- width: 180px;
2025
- }
2026
-
2027
- .e-pv-scale-ratio-src-input-container,
2028
- .e-pv-scale-ratio-src-unit-container,
2029
- .e-pv-scale-ratio-dest-input-container,
2030
- .e-pv-scale-ratio-dest-unit-container,
2031
- .e-pv-depth-input-container,
2032
- .e-pv-depth-unit-container {
2033
- float: left;
2034
- height: 24px;
2035
- }
2036
-
2037
- .e-pv-scale-ratio-src-input-container,
2038
- .e-pv-scale-ratio-src-unit-container,
2039
- .e-pv-scale-ratio-dest-input-container,
2040
- .e-pv-scale-ratio-dest-unit-container {
2041
- margin-bottom: 24px;
2042
- }
2043
-
2044
- .e-pv-scale-ratio-src-unit-container,
2045
- .e-pv-scale-ratio-dest-unit-container,
2046
- .e-pv-depth-unit-container {
2047
- margin-left: 24px;
2048
- }
2049
-
2050
- .e-pv-scale-ratio-src-unit.e-btn,
2051
- .e-pv-scale-ratio-dest-unit.e-btn,
2052
- .e-pv-depth-unit.e-btn {
2053
- padding: 2px 20px;
2054
- }
2055
-
2056
- .e-pv-scale-unit-content {
2057
- float: left;
2058
- width: 33px;
2059
- }
2060
-
2061
- .e-pv-scale-ratio-src-unit .e-caret,
2062
- .e-pv-scale-ratio-dest-unit .e-caret,
2063
- .e-pv-depth-unit .e-caret {
2064
- margin-left: 91px;
2065
- margin-top: 10px;
2066
- }
2067
-
2068
- .e-pv-properties-line-opacity {
2069
- margin-top: -10px;
2070
- }
2071
-
2072
- .e-pv-properties-line-start-label,
2073
- .e-pv-properties-line-end-label,
2074
- .e-pv-properties-line-style-label,
2075
- .e-pv-properties-line-thickness-label,
2076
- .e-pv-properties-line-fill-color-label,
2077
- .e-pv-properties-line-stroke-color-label,
2078
- .e-pv-properties-line-opacity-label,
2079
- .e-pv-properties-line-leader-length-label {
2080
- margin-bottom: 8px;
2081
- font-size: 14px;
2082
- }
2083
-
2084
- .e-pv-properties-line-end-container,
2085
- .e-pv-properties-line-thickness-container {
2086
- margin-left: 24px;
2087
- }
2088
-
2089
- .e-pv-properties-line-leader-length-container {
2090
- margin-left: 21px;
2091
- }
2092
-
2093
- .e-pv-properties-line-stroke-color-container {
2094
- margin-left: 154px;
2095
- margin-right: 87px;
2096
- }
2097
-
2098
- .e-pv-properties-line-start,
2099
- .e-pv-properties-line-end,
2100
- .e-pv-properties-line-style,
2101
- .e-pv-properties-line-thickness,
2102
- .e-pv-properties-line-opacity,
2103
- .e-pv-properties-line-leader-length {
2104
- max-width: 180px;
2105
- }
2106
-
2107
- .e-pv-scale-ratio-src-input,
2108
- .e-pv-scale-ratio-dest-input,
2109
- .e-pv-depth-input {
2110
- max-width: 180px;
2111
- }
2112
-
2113
- .e-pv-properties-line-start,
2114
- .e-pv-properties-line-end,
2115
- .e-pv-properties-line-style {
2116
- width: 180px;
2117
- }
2118
-
2119
- .e-pv-scale-ratio-src-unit,
2120
- .e-pv-scale-ratio-dest-unit,
2121
- .e-pv-depth-unit {
2122
- width: 180px;
2123
- }
2124
-
2125
- .e-pv-line-styles-container {
2126
- line-height: 0;
2127
- padding: 17px;
2128
- }
2129
-
2130
- .e-pv-line-styles-item {
2131
- border-bottom-width: 2px;
2132
- box-sizing: border-box;
2133
- display: inline-block;
2134
- width: 100%;
2135
- }
2136
-
2137
- .e-pv-line-styles-content {
2138
- border-bottom-width: 2px;
2139
- display: inline-block;
2140
- width: 100%;
2141
- }
2142
-
2143
- .e-pv-properties-line-style-content {
2144
- float: left;
2145
- line-height: 16px;
2146
- width: 44px;
2147
- }
2148
-
2149
- .e-pv-properties-line-start.e-btn,
2150
- .e-pv-properties-line-end.e-btn {
2151
- height: 32px;
2152
- padding: 2px 20px;
2153
- }
2154
-
2155
- .e-pv-properties-line-style.e-btn {
2156
- height: 32px;
2157
- line-height: 0;
2158
- padding: 8px;
2159
- white-space: pre;
2160
- }
2161
-
2162
- .e-pv-properties-line-start.e-btn .e-caret,
2163
- .e-pv-properties-line-end.e-btn .e-caret {
2164
- display: inline;
2165
- line-height: 16px;
2166
- margin-left: 80px;
2167
- }
2168
-
2169
- .e-pv-line-styles-content-container {
2170
- float: left;
2171
- font-size: 0;
2172
- margin-right: 7.5px;
2173
- margin-top: 2.5px;
2174
- width: 138px;
2175
- }
2176
-
2177
- .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2178
- .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2179
- .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
2180
- .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul {
2181
- height: 32px;
2182
- width: 71px;
2183
- }
2184
-
2185
- .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2186
- .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2187
- .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
2188
- padding: 1px 8px 3px;
2189
- }
2190
-
2191
- .e-pv-annotation-shape-icon,
2192
- .e-pv-annotation-calibrate-icon,
2193
- .e-pv-handwritten-icon {
2194
- margin-right: 4px;
2195
- }
2196
-
2197
- .e-pv-properties-opacity-indicator {
2198
- margin-left: 153px;
2199
- }
2200
-
2201
- .e-pv-annotation-stamp-container .e-menu-parent.e-menu {
2202
- border-radius: 0;
2203
- }
2204
-
2205
- .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2206
- .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2207
- .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
2208
- .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item,
2209
- .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon,
2210
- .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret {
2211
- line-height: 32px;
2212
- }
2213
-
2214
- .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2215
- .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2216
- height: 50px;
2217
- line-height: 25px;
2218
- margin: 0;
2219
- padding: 0;
2220
- width: 36px;
2221
- }
2222
-
2223
- .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2224
- padding-top: 0;
2225
- }
2226
-
2227
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
2228
- width: 91px;
2229
- }
2230
-
2231
- .e-pv-toolbar.e-toolbar .e-tbar-btn > :first-child {
2232
- line-height: 26px;
2233
- min-height: 26px;
2234
- }
2235
-
2236
- .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus {
2237
- padding-left: 0;
2238
- }
2239
-
2240
- .e-bigger .e-pv-password-popup.e-dialog,
2241
- .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2242
- height: 245px;
2243
- }
2244
-
2245
- .e-bigger .e-pv-notification-popup.e-dialog,
2246
- .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
2247
- height: 224px;
2248
- }
2249
-
2250
- .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2251
- .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2252
- height: 243px;
2253
- }
2254
-
2255
- .e-bigger .e-pv-corrupted-popup.e-dialog,
2256
- .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
2257
- height: 216px;
2258
- }
2259
-
2260
- .e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2261
- .e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2262
- .e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2263
- .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
2264
- padding-top: 2px;
2265
- }
2266
-
2267
- .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2268
- .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2269
- top: 0;
2270
- }
2271
-
2272
- .e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2273
- padding-right: 12px;
2274
- }
2275
-
2276
- .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard,
2277
- .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard,
2278
- .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl input.e-input.e-control.e-keyboard,
2279
- .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl input.e-input.e-control.e-keyboard {
2280
- padding-left: 0;
2281
- padding-right: 12px;
2282
- }
2283
-
2284
- .e-pv-sidebar-content-container.e-left {
2285
- left: 47px;
2286
- }
2287
-
2288
- .e-pv-sidebar-content-container.e-right {
2289
- right: 47px;
2290
- }
2291
-
2292
- .e-pv-sidebar-toolbar-splitter.e-left {
2293
- left: 47px;
2294
- }
2295
-
2296
- .e-pv-sidebar-toolbar-splitter.e-right {
2297
- right: 47px;
2298
- }
2299
-
2300
- .e-pv-sidebar-resizer.e-left {
2301
- left: 202px;
2302
- }
2303
-
2304
- .e-pv-sidebar-resizer.e-right {
2305
- right: 202px;
2306
- }
2307
-
2308
- .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2309
- .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2310
- margin-right: 10px;
2311
- }
2312
-
2313
- div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2314
- float: left;
2315
- font-size: 14px;
2316
- padding-left: 1px;
2317
- padding-right: 1px;
2318
- position: absolute;
2319
- }
2320
-
2321
- .e-bigger .e-pv-properties-window {
2322
- max-width: 448px;
2323
- }
2324
-
2325
- .e-bigger .e-pv-scale-ratio-window {
2326
- max-width: 464px;
2327
- }
2328
-
2329
- .e-pdfviewer .e-treeview .e-list-item {
2330
- white-space: pre-wrap;
2331
- word-break: break-word;
2332
- }
2333
-
2334
- .e-pdfviewer .e-treeview .e-list-text {
2335
- width: 100%;
2336
- }
2337
-
2338
- .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible,
2339
- .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable,
2340
- .e-pdfviewer .e-treeview.e-fullrow-wrap .e-input,
2341
- .e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url {
2342
- margin-top: 3px;
2343
- position: absolute;
2344
- }
2345
-
2346
- .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide {
2347
- display: none;
2348
- }
2349
-
2350
- .e-pdfviewer .e-editable-inline {
2351
- padding: 7px 8px 42px;
2352
- }
2353
-
2354
- .e-pv-comment-textbox {
2355
- min-height: 22px;
2356
- }
2357
-
2358
- .e-pdfviewer .e-editable-value-wrapper {
2359
- color: rgba(218, 218, 218, 0.9);
2360
- line-height: normal;
2361
- min-height: 22px;
2362
- padding: 2px 8px 3px;
2363
- font-size: 14px;
2364
- }
2365
-
2366
- .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
2367
- color: rgba(218, 218, 218, 0.9);
2368
- font-size: 14px;
2369
- line-height: normal;
2370
- min-height: 24px;
2371
- padding: 2px 8px 3px 32px;
2372
- }
2373
-
2374
- .e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
2375
- float: right;
2376
- padding-bottom: 7px;
2377
- padding-top: 5px;
2378
- position: relative;
2379
- right: 8px;
2380
- }
2381
-
2382
- .e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons {
2383
- float: right;
2384
- padding-bottom: 7px;
2385
- padding-top: 5px;
2386
- position: relative;
2387
- right: 8px;
2388
- }
2389
-
2390
- .e-pv-comment-title-container {
2391
- height: 36px;
2392
- }
2393
-
2394
- .e-pv-reply-title-container {
2395
- height: 36px;
2396
- }
2397
-
2398
- .e-pv-more-options-button.e-btn {
2399
- background: transparent;
2400
- border: 0;
2401
- border-radius: 0;
2402
- box-shadow: none;
2403
- float: right;
2404
- padding: 5px 7px 1px 1px;
2405
- }
2406
-
2407
- .e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary,
2408
- .e-pdfviewer .e-editable-inline .e-btn.e-outline {
2409
- border-color: transparent;
2410
- }
2411
-
2412
- .e-pdfviewer .e-editable-inline .e-editable-form {
2413
- margin-bottom: 1px;
2414
- }
2415
-
2416
- .e-pdfviewer .e-editable-inline .e-clear-icon {
2417
- padding-right: 2px;
2418
- }
2419
-
2420
- .e-pdfviewer .e-btn-cancel {
2421
- font-size: 14px;
2422
- padding-left: 5px;
2423
- padding-right: 5px;
2424
- }
2425
-
2426
- .e-pdfviewer .e-btn-save {
2427
- font-size: 14px;
2428
- margin-right: 12px;
2429
- padding-left: 7px;
2430
- padding-right: 7px;
2431
- }
2432
-
2433
- .e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
2434
- background-color: #414040;
2435
- border-radius: 2px;
2436
- color: rgba(218, 218, 218, 0.6);
2437
- }
2438
-
2439
- .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
2440
- box-shadow: 0 0 0 8px #333232 inset;
2441
- padding: 8px;
2442
- }
2443
-
2444
- .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header {
2445
- line-height: 32px;
2446
- min-height: 32px;
2447
- }
2448
-
2449
- .e-contextmenu-wrapper .e-pv-context-menu .e-menu-item {
2450
- height: 38px;
2451
- }
2452
-
2453
- .e-pv-comment-panel {
2454
- background-color: #333232;
2455
- border: 1px solid #6f6c6c;
2456
- border-width: 1px 1px 0;
2457
- opacity: 1;
2458
- overflow: hidden;
2459
- position: absolute;
2460
- top: 57px;
2461
- width: 300px;
2462
- z-index: 100;
2463
- }
2464
-
2465
- .e-pv-comment-panel-title-container {
2466
- background-color: #333232;
2467
- border-style: double;
2468
- border-width: 0 1px 1px 0;
2469
- height: 45px;
2470
- position: relative;
2471
- border-color: #6f6c6c;
2472
- }
2473
-
2474
- .e-pv-comment-panel-title {
2475
- color: rgba(218, 218, 218, 0.9);
2476
- font-size: 14px;
2477
- left: 15px;
2478
- top: 14px;
2479
- position: absolute;
2480
- text-align: left;
2481
- }
2482
-
2483
- .e-pv-comment-panel-title-close-div.e-btn {
2484
- background: transparent;
2485
- border: none;
2486
- box-shadow: none;
2487
- height: 32px;
2488
- position: absolute;
2489
- right: 11px;
2490
- top: 5px;
2491
- width: 32px;
2492
- }
2493
-
2494
- .e-pv-title-close-icon {
2495
- color: rgba(218, 218, 218, 0.6);
2496
- }
2497
-
2498
- .e-pv-comments-panel-text {
2499
- font-size: 15px;
2500
- padding-left: 85px;
2501
- color: rgba(var(--color-sf-on-surface-variant));
2502
- }
2503
-
2504
- .e-pv-comments-content-container {
2505
- background-color: #333232;
2506
- border-color: #6f6c6c;
2507
- border-style: double;
2508
- border-width: 0 1px 1px 0;
2509
- height: calc(100% - 45px);
2510
- overflow: auto;
2511
- }
2512
-
2513
- .e-pv-comments-container {
2514
- background-color: #333232;
2515
- border-radius: 2px;
2516
- left: 7px;
2517
- right: 7px;
2518
- }
2519
-
2520
- .e-pv-comments-border {
2521
- border: 2px;
2522
- border-color: #6f6c6c;
2523
- border-radius: 4px;
2524
- border-style: groove;
2525
- }
2526
-
2527
- .e-pv-comment-title {
2528
- color: rgba(218, 218, 218, 0.6);
2529
- padding-left: 32px;
2530
- padding-top: 5px;
2531
- font-size: 14px;
2532
- max-width: 237px;
2533
- position: absolute;
2534
- }
2535
-
2536
- .e-pv-reply-title {
2537
- color: rgba(218, 218, 218, 0.6);
2538
- font-size: 14px;
2539
- max-width: 212px;
2540
- padding-left: 8px;
2541
- padding-top: 5px;
2542
- position: absolute;
2543
- }
2544
-
2545
- .e-pv-comments-hover {
2546
- background-color: #414040;
2547
- }
2548
-
2549
- .e-pv-comments-select {
2550
- background-color: #333232;
2551
- }
2552
-
2553
- .e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper {
2554
- color: #38a9ff;
2555
- }
2556
-
2557
- .e-pv-comments-leave {
2558
- background-color: #333232;
2559
- }
2560
-
2561
- .e-pdfviewer .e-accordion {
2562
- background-color: #333232;
2563
- border: transparent;
2564
- }
2565
-
2566
- .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp {
2567
- border: 0;
2568
- display: block;
2569
- }
2570
-
2571
- .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
2572
- padding-bottom: 6px;
2573
- padding-top: 17px;
2574
- }
2575
-
2576
- .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
2577
- margin-top: 0;
2578
- padding-left: 7px;
2579
- }
2580
-
2581
- .e-pdfviewer .e-inplaceeditor {
2582
- display: block;
2583
- }
2584
-
2585
- .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
2586
- display: none;
2587
- }
2588
-
2589
- .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2590
- border-bottom: 0;
2591
- word-break: break-word;
2592
- }
2593
-
2594
- .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
2595
- display: block;
2596
- }
2597
-
2598
- .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover {
2599
- background: transparent;
2600
- }
2601
-
2602
- .e-pdfviewer .e-inplaceeditor .e-editable-value-container {
2603
- background: transparent;
2604
- width: 229px;
2605
- }
2606
-
2607
- .e-pv-status-div {
2608
- height: 20px;
2609
- left: 8px;
2610
- position: relative;
2611
- width: 20px;
2612
- }
2613
-
2614
- .e-pv-status-container {
2615
- padding-bottom: 5px;
2616
- padding-top: 2px;
2617
- }
2618
-
2619
- .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
2620
- caret-color: #38a9ff;
2621
- }
2622
-
2623
- .e-pv-reply-div {
2624
- margin-top: 3px;
2625
- }
2626
-
2627
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
2628
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
2629
- background: #333232;
2630
- border: 1px solid #6f6c6c;
2631
- }
2632
-
2633
- .e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
2634
- .e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
2635
- background: #333232;
2636
- box-shadow: none;
2637
- }
2638
-
2639
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
2640
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
2641
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
2642
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
2643
- color: rgba(218, 218, 218, 0.6);
2644
- font-size: 14px;
2645
- }
2646
-
2647
- .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
2648
- background-size: 100%;
2649
- }
2650
-
2651
- .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
2652
- line-height: normal;
2653
- }
2654
-
2655
- .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2656
- margin-top: 10px;
2657
- padding-bottom: 1px;
2658
- }
2659
-
2660
- .e-pdfviewer .e-pv-signature-window .e-footer-content {
2661
- float: left;
2662
- }
2663
-
2664
- .e-pv-signature-dialog-height .e-pv-clearbtn {
2665
- float: left;
2666
- height: 30px;
2667
- min-height: 30px;
2668
- }
2669
-
2670
- .e-pv-signature-dialog-height .e-pv-cancelbtn {
2671
- height: 32px;
2672
- min-height: 32px;
2673
- }
2674
-
2675
- .e-pv-signature-dialog-height .e-pv-createbtn {
2676
- height: 30px;
2677
- min-height: 30px;
2678
- }
2679
-
2680
- .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2681
- float: left;
2682
- height: 49px;
2683
- min-height: 49px;
2684
- }
2685
-
2686
- .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2687
- height: 49px;
2688
- min-height: 49px;
2689
- }
2690
-
2691
- .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2692
- height: 49px;
2693
- min-height: 49px;
2694
- }
2695
-
2696
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2697
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2698
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2699
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2700
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2701
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2702
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2703
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
2704
- background: #bdbdbd;
2705
- border-color: #bdbdbd;
2706
- }
2707
-
2708
- .e-pv-comment-panel-resizer {
2709
- background: #201f1f;
2710
- border: 1px solid #6f6c6c;
2711
- border-width: 0 1px 0 0;
2712
- color: #dadada;
2713
- cursor: ew-resize;
2714
- height: 100%;
2715
- position: absolute;
2716
- width: 8px;
2717
- z-index: 105;
2718
- }
2719
-
2720
- .e-pv-comment-panel-resizer.e-left {
2721
- left: 300px;
2722
- }
2723
-
2724
- .e-pv-comment-panel-resizer.e-right {
2725
- right: 300px;
2726
- }
2727
-
2728
- .e-pv-align {
2729
- cursor: pointer;
2730
- float: right;
2731
- font-size: 20px;
2732
- margin-right: 16px;
2733
- margin-top: 10px;
2734
- }
2735
-
2736
- .e-pv-align-border {
2737
- border: 1px dotted #bdbdbd;
2738
- border-radius: 5px;
2739
- cursor: pointer;
2740
- display: inline-block;
2741
- width: 170px;
2742
- }
2743
-
2744
- .e-pv-font-sign {
2745
- border: 1px solid rgba(0, 0, 0, 0.87);
2746
- border-radius: 5px;
2747
- display: inline-block;
2748
- font-size: 13px;
2749
- height: 88px;
2750
- margin: 15px;
2751
- padding-top: 40px;
2752
- text-align: center;
2753
- width: 311px;
2754
- word-wrap: break-word;
2755
- }
2756
-
2757
- .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
2758
- color: #dadada;
2759
- }
2760
-
2761
- .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
2762
- .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
2763
- .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
2764
- color: #dadada;
2765
- }
2766
-
2767
- .e-pv-stamp-template-container .e-menu-container .e-menu {
2768
- background-color: #333232;
2769
- border-color: transparent;
2770
- }
2771
-
2772
- .e-pv-custom-annotation-thickness-container,
2773
- .e-pv-custom-annotation-opacity-container {
2774
- background-color: #333232;
2775
- border-color: transparent;
2776
- }
2777
-
2778
- .e-pdfviewer-signatureformfields.e-pv-signature-focus,
2779
- .e-pdfviewer-signatureformfields-signature.e-pv-signature-focus {
2780
- outline: #000 dotted 2px;
2781
- }
2782
-
2783
- .e-pv-checkbox-container {
2784
- -moz-user-select: none;
2785
- -ms-user-select: none;
2786
- -webkit-user-select: none;
2787
- cursor: pointer;
2788
- display: block;
2789
- margin-bottom: 0;
2790
- position: relative;
2791
- user-select: none;
2792
- }
2793
-
2794
- .e-pv-text-selection-none {
2795
- -ms-user-select: none;
2796
- -webkit-user-select: none;
2797
- user-select: none;
2798
- }
2799
-
2800
- .e-pv-checkbox-container input {
2801
- cursor: pointer;
2802
- height: 0;
2803
- opacity: 0;
2804
- position: absolute;
2805
- width: 0;
2806
- }
2807
-
2808
- .e-pv-checkbox-div {
2809
- border: 1px solid #303030;
2810
- display: inline;
2811
- height: 100%;
2812
- left: 0;
2813
- position: absolute;
2814
- text-align: center;
2815
- top: 0;
2816
- width: 100%;
2817
- }
2818
-
2819
- .e-pv-cb-checked {
2820
- border: solid #303030;
2821
- border-left-color: transparent;
2822
- border-top-color: transparent;
2823
- border-width: 3px;
2824
- position: absolute;
2825
- transform: rotate(45deg);
2826
- }
2827
-
2828
- .e-pv-cb-unchecked {
2829
- border: 1px;
2830
- border-width: 1px;
2831
- }
2832
-
2833
- .e-pv-radiobtn-container {
2834
- -moz-user-select: none;
2835
- -ms-user-select: none;
2836
- -webkit-user-select: none;
2837
- cursor: pointer;
2838
- display: block;
2839
- margin-bottom: 0;
2840
- position: relative;
2841
- user-select: none;
2842
- }
2843
-
2844
- .e-pv-radiobtn-container input {
2845
- cursor: pointer;
2846
- opacity: 0;
2847
- position: absolute;
2848
- }
2849
-
2850
- .e-pv-radiobtn-div {
2851
- border: 1px solid #303030;
2852
- border-radius: 50%;
2853
- height: 100%;
2854
- left: 0;
2855
- position: absolute;
2856
- top: 0;
2857
- width: 100%;
2858
- }
2859
-
2860
- .e-pv-radio-btn {
2861
- border: 0;
2862
- clip: rect(0 0 0 0);
2863
- height: 1px;
2864
- margin: -1px;
2865
- overflow: hidden;
2866
- padding: 0;
2867
- position: absolute;
2868
- width: 1px;
2869
- }
2870
-
2871
- .e-pv-radio-btn + span {
2872
- display: block;
2873
- }
2874
-
2875
- .e-pv-radio-btn + .e-pv-radiobtn-span::before {
2876
- content: "";
2877
- display: block;
2878
- height: inherit;
2879
- width: inherit;
2880
- }
2881
-
2882
- .e-pv-radio-btn:checked + .e-pv-radiobtn-span::before {
2883
- background: #303030;
2884
- border-radius: 50%;
2885
- }
2886
-
2887
- .e-pv-properties-text-edit-prop,
2888
- .e-pv-properties-visibility-style-prop,
2889
- .e-pv-properties-font-items-container {
2890
- display: -ms-flexbox;
2891
- display: flex;
2892
- -ms-flex-pack: space-evenly;
2893
- justify-content: space-evenly;
2894
- }
2895
-
2896
- .e-pv-properties-form-field-name-main-div,
2897
- .e-pv-properties-form-field-value-main-div {
2898
- padding-right: 15px;
2899
- }
2900
-
2901
- .e-pv-properties-form-field-name-main-div,
2902
- .e-pv-properties-form-field-tooltip-main-div,
2903
- .e-pv-properties-form-field-value-main-div,
2904
- .e-pv-properties-form-field-visibility-main-div {
2905
- width: 285px;
2906
- }
2907
-
2908
- .e-pv-properties-text-edit-prop {
2909
- padding-top: 20px;
2910
- }
2911
-
2912
- .e-pv-properties-visibility-style-prop {
2913
- padding-bottom: 10px;
2914
- padding-top: 20px;
2915
- }
2916
-
2917
- .e-pv-properties-checkbox-main-div-prop {
2918
- display: -ms-flexbox;
2919
- display: flex;
2920
- -ms-flex-direction: row;
2921
- flex-direction: row;
2922
- -ms-flex-pack: justify;
2923
- justify-content: space-between;
2924
- padding-top: 20px;
2925
- }
2926
-
2927
- .e-pv-bold-icon-div,
2928
- .e-pv-italic-icon-div,
2929
- .e-pv-strikeout-icon-div,
2930
- .e-pv-underlinetext-icon-div,
2931
- .e-pv-left-align-icon-div,
2932
- .e-pv-center-align-icon-div,
2933
- .e-pv-right-align-icon-div {
2934
- padding: 8px 8px;
2935
- }
2936
-
2937
- .e-pv-bold-icon-div:hover,
2938
- .e-pv-italic-icon-div:hover,
2939
- .e-pv-strikeout-icon-div:hover,
2940
- .e-pv-underlinetext-icon-div:hover,
2941
- .e-pv-left-align-icon-div:hover,
2942
- .e-pv-center-align-icon-div:hover,
2943
- .e-pv-right-align-icon-div:hover {
2944
- background-color: #414040;
2945
- border-color: #414040;
2946
- }
2947
-
2948
- .e-pv-bold-icon-div:active,
2949
- .e-pv-italic-icon-div:active,
2950
- .e-pv-strikeout-icon-div:active,
2951
- .e-pv-underlinetext-icon-div:active,
2952
- .e-pv-left-align-icon-div:active,
2953
- .e-pv-center-align-icon-div:active,
2954
- .e-pv-right-align-icon-div:active {
2955
- background-color: #bdbdbd;
2956
- border-color: #bdbdbd;
2957
- }
2958
-
2959
- .e-pv-properties-fill-color-style-prop,
2960
- .e-pv-properties-stroke-color-style-prop,
2961
- .e-pv-properties-stroke-thickness-style-prop {
2962
- padding: 12px 20px 12px 1px;
2963
- }
2964
-
2965
- .e-bigger .e-pv-properties-fill-color-style-prop,
2966
- .e-bigger .e-pv-properties-stroke-color-style-prop,
2967
- .e-bigger .e-pv-properties-stroke-thickness-style-prop {
2968
- padding: 12px 20px 12px 1px;
2969
- }
2970
-
2971
- .e-pv-formfield-fontcolor-icon,
2972
- .e-pv-formfield-strokecolor-icon,
2973
- .e-pv-formfield-strokethickness-icon {
2974
- background: #414040;
2975
- border-radius: 2px;
2976
- height: 44px;
2977
- margin-top: 8px;
2978
- width: 54px;
2979
- }
2980
-
2981
- .e-pv-properties-format-text-style-prop {
2982
- padding: 15px 15px 15px 1px;
2983
- }
2984
-
2985
- .e-pv-properties-font-family-container {
2986
- margin-right: 15px;
2987
- width: 165px;
2988
- }
2989
-
2990
- .e-pv-properties-font-size-container {
2991
- border-right-color: #6f6c6c;
2992
- border-right-style: solid;
2993
- border-right-width: 1px;
2994
- margin-right: 15px;
2995
- padding-right: 15px;
2996
- width: 99px;
2997
- }
2998
-
2999
- .e-pv-formfield-maxlength {
3000
- padding-left: 20px;
3001
- }
3002
-
3003
- .e-pv-left-align-icon-div,
3004
- .e-pv-center-align-icon-div,
3005
- .e-pv-right-align-icon-div {
3006
- padding-left: 6px;
3007
- }
3008
-
3009
- .e-pv-properties-font-color-container,
3010
- .e-pv-properties-color-container-style-prop {
3011
- display: -ms-flexbox;
3012
- display: flex;
3013
- padding-top: 20px;
3014
- }
3015
-
3016
- .e-pv-formfield-textcolor {
3017
- margin-right: 10px;
3018
- }
3019
-
3020
- .e-pv-formfield-maxlength-icon {
3021
- -ms-flex-align: center;
3022
- align-items: center;
3023
- display: -ms-flexbox;
3024
- display: flex;
3025
- padding-right: 14px;
3026
- }
3027
-
3028
- .e-pv-formfield-textcolor-icon {
3029
- background: #414040;
3030
- border-radius: 2px;
3031
- width: 46px;
3032
- }
3033
-
3034
- .e-pv-properties-formfield-maxlength-text-label,
3035
- .e-pv-formfield-maxlength {
3036
- padding-left: 1px;
3037
- width: 80px;
3038
- }
3039
-
3040
- .e-pv-formfield-maxlength-group {
3041
- display: -ms-flexbox;
3042
- display: flex;
3043
- padding-left: 85px;
3044
- }
3045
-
3046
- .e-pv-properties-form-field-list-add-div {
3047
- display: -ms-flexbox;
3048
- display: flex;
3049
- padding-bottom: 15px;
3050
- padding-top: 20px;
3051
- }
3052
-
3053
- .e-pv-properties-list-item-edit-prop {
3054
- margin-right: 15px;
3055
- width: 295px;
3056
- }
3057
-
3058
- .e-pv-properties-form-field-window {
3059
- max-width: 477px;
3060
- }
3061
-
3062
- .e-pv-properties-export-value-edit-prop {
3063
- width: 295px;
3064
- }
3065
-
3066
- .e-pv-properties-form-field-list-btn-div {
3067
- -ms-flex-align: center;
3068
- align-items: center;
3069
- display: -ms-flexbox;
3070
- display: flex;
3071
- height: 36px;
3072
- margin-top: 10px;
3073
- text-align: center;
3074
- }
3075
-
3076
- .e-pv-properties-form-field-export-value-main-div {
3077
- padding-bottom: 15px;
3078
- padding-top: 10px;
3079
- width: 335px;
3080
- }
3081
-
3082
- .e-pv-properties-form-field-group-btn-div {
3083
- display: -ms-grid;
3084
- display: grid;
3085
- }
3086
-
3087
- .e-pv-properties-form-field-option-dropdown-list-div {
3088
- padding-top: 10px;
3089
- }
3090
-
3091
- .e-pv-properties-form-field-btn-textarea-container {
3092
- display: -ms-flexbox;
3093
- display: flex;
3094
- width: 385px;
3095
- padding-top: 15px;
3096
- }
3097
-
3098
- .e-pv-properties-dropdown-btn {
3099
- -ms-flex-align: center;
3100
- align-items: center;
3101
- display: -ms-flexbox;
3102
- display: flex;
3103
- height: 36px;
3104
- text-align: center;
3105
- width: 75px;
3106
- }
3107
-
3108
- .e-pv-show-designer-name {
3109
- -ms-flex-align: center;
3110
- align-items: center;
3111
- color: #000;
3112
- display: -ms-grid;
3113
- display: grid;
3114
- height: 100%;
3115
- overflow: hidden;
3116
- text-align: center;
3117
- text-overflow: ellipsis;
3118
- white-space: nowrap;
3119
- width: 100%;
3120
- }
3121
-
3122
- .e-pv-formfield-li-element {
3123
- list-style: none;
3124
- padding-left: 10px;
3125
- }
3126
-
3127
- .e-pv-li-select {
3128
- background-color: #6f6c6c;
3129
- }
3130
-
3131
- .e-pv-formfield-li-element.e-pv-li-select {
3132
- background-color: #6f6c6c;
3133
- }
3134
-
3135
- .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3136
- background-color: #6f6c6c;
3137
- }
3138
-
3139
- .e-pv-form-designer-ul-list-items {
3140
- padding-left: 1px;
3141
- }
3142
-
3143
- .e-pv-form-field-property-header.e-dialog .e-dlg-header .e-dlg-header-content {
3144
- font-size: 20px;
3145
- font-weight: 500;
3146
- }
3147
-
3148
- .e-pv-form-field-property-header {
3149
- -ms-user-select: none;
3150
- -webkit-user-select: none;
3151
- color: #dadada;
3152
- display: block;
3153
- font-family: "Roboto";
3154
- font-size: 20px;
3155
- font-style: normal;
3156
- font-weight: 500;
3157
- line-height: 23px;
3158
- margin-top: 5px;
3159
- mix-blend-mode: normal;
3160
- opacity: 0.87;
3161
- overflow: hidden;
3162
- text-overflow: ellipsis;
3163
- user-select: none;
3164
- vertical-align: top;
3165
- white-space: nowrap;
3166
- width: 80%;
3167
- }
3168
-
3169
- .e-pv-form-field-property-header-general {
3170
- font-family: "Roboto";
3171
- font-size: 13px;
3172
- font-style: normal;
3173
- font-weight: 500;
3174
- line-height: 15px;
3175
- }
3176
-
3177
- .e-pv-properties-formfield-formatting {
3178
- color: #757575;
3179
- font-family: "Roboto";
3180
- font-size: 13px;
3181
- font-style: normal;
3182
- font-weight: normal;
3183
- height: 15px;
3184
- line-height: 15px;
3185
- width: 64px;
3186
- }
3187
-
3188
- .e-pv-properties-form-field-font-style {
3189
- background: #414040;
3190
- border-radius: 2px;
3191
- display: -ms-flexbox;
3192
- display: flex;
3193
- height: 36px;
3194
- -ms-flex-pack: space-evenly;
3195
- justify-content: space-evenly;
3196
- width: 154px;
3197
- }
3198
-
3199
- .e-pv-properties-form-field-font-align {
3200
- background: #414040;
3201
- border-radius: 2px;
3202
- display: -ms-flexbox;
3203
- display: flex;
3204
- height: 36px;
3205
- -ms-flex-pack: space-evenly;
3206
- justify-content: space-evenly;
3207
- margin-right: 15px;
3208
- width: 120px;
3209
- }
3210
-
3211
- .e-bigger .e-pv-properties-form-field-font-style {
3212
- background: #414040;
3213
- border-radius: 2px;
3214
- display: -ms-flexbox;
3215
- display: flex;
3216
- height: 36px;
3217
- -ms-flex-pack: space-evenly;
3218
- justify-content: space-evenly;
3219
- width: 154px;
3220
- }
3221
-
3222
- .e-bigger .e-pv-properties-form-field-font-align {
3223
- background: #414040;
3224
- border-radius: 2px;
3225
- display: -ms-flexbox;
3226
- display: flex;
3227
- height: 36px;
3228
- -ms-flex-pack: space-evenly;
3229
- justify-content: space-evenly;
3230
- margin-right: 15px;
3231
- width: 120px;
3232
- }
3233
-
3234
- .e-pv-properties-formfield-label {
3235
- color: #757575;
3236
- font-family: "Roboto";
3237
- font-size: 13px;
3238
- font-style: normal;
3239
- font-weight: normal;
3240
- height: 15px;
3241
- line-height: 15px;
3242
- }
3243
-
3244
- .e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
3245
- min-width: 20px;
3246
- }
3247
-
3248
- .e-pv-properties-form-field-window {
3249
- height: 544px;
3250
- }
3251
-
3252
- .e-pv-properties-header-spliter {
3253
- border-bottom-color: #dadada;
3254
- border-bottom-style: solid;
3255
- border-bottom-width: 0;
3256
- left: 0;
3257
- padding-top: 35px;
3258
- position: absolute;
3259
- width: 0;
3260
- }
3261
-
3262
- .e-pv-properties-bottom-spliter {
3263
- border-bottom-color: #dadada;
3264
- border-bottom-style: solid;
3265
- border-bottom-width: 0;
3266
- left: 0;
3267
- margin-bottom: 10px;
3268
- padding-top: 10px;
3269
- width: 0;
3270
- }
3271
-
3272
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
3273
- background-color: #333232;
3274
- padding: 0 7px;
3275
- }
3276
-
3277
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
3278
- padding: 0 7px;
3279
- }
3280
-
3281
- .e-dialog.e-pv-signature-dialog-height {
3282
- height: 580px;
3283
- }
3284
-
3285
- .e-dialog.e-pv-signature-dialog-blazor-height {
3286
- height: 580px;
3287
- }
3288
-
3289
- .e-pv-handwritten-signature-canvas {
3290
- height: 360px;
3291
- width: 697px;
3292
- }
3293
-
3294
- .e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
3295
- overflow: auto;
3296
- }
3297
-
3298
- .e-pv-canvas-signature {
3299
- width: 698px;
3300
- }
3301
-
3302
- .e-pv-canvas-signature-blazor {
3303
- width: 698px;
3304
- }
3305
-
3306
- .e-pv-font-appearance-style {
3307
- padding: 8px;
3308
- }
3309
-
3310
- .e-pv-font-appearance-style-blazor {
3311
- padding: 8px;
3312
- }
3313
-
3314
- .e-pv-toolbar-tooltip {
3315
- pointer-events: none;
3316
- }
1
+ @import '@syncfusion/ej2-pdfviewer/styles/pdfviewer/fabric-dark.css';