@syncfusion/ej2-vue-pdfviewer 25.2.6 → 26.1.35

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