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