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