@syncfusion/ej2-vue-pdfviewer 26.1.42 → 26.2.4

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 (44) 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 +2 -8
  4. package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-pdfviewer.es5.js +2 -8
  6. package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
  7. package/package.json +8 -8
  8. package/src/pdfviewer/pdfviewer.component.js +2 -8
  9. package/styles/bootstrap-dark.css +1 -3724
  10. package/styles/bootstrap.css +1 -3733
  11. package/styles/bootstrap4.css +1 -4076
  12. package/styles/bootstrap5-dark.css +1 -4090
  13. package/styles/bootstrap5.css +1 -4090
  14. package/styles/fabric-dark.css +1 -3732
  15. package/styles/fabric.css +1 -3747
  16. package/styles/fluent-dark.css +1 -4011
  17. package/styles/fluent.css +1 -4011
  18. package/styles/fluent2.css +1 -5098
  19. package/styles/highcontrast-light.css +1 -3722
  20. package/styles/highcontrast.css +1 -3743
  21. package/styles/material-dark.css +1 -3725
  22. package/styles/material.css +1 -3732
  23. package/styles/material3-dark.css +1 -4013
  24. package/styles/material3.css +1 -4125
  25. package/styles/pdfviewer/bootstrap-dark.css +1 -3724
  26. package/styles/pdfviewer/bootstrap.css +1 -3733
  27. package/styles/pdfviewer/bootstrap4.css +1 -4076
  28. package/styles/pdfviewer/bootstrap5-dark.css +1 -4090
  29. package/styles/pdfviewer/bootstrap5.css +1 -4090
  30. package/styles/pdfviewer/fabric-dark.css +1 -3732
  31. package/styles/pdfviewer/fabric.css +1 -3747
  32. package/styles/pdfviewer/fluent-dark.css +1 -4011
  33. package/styles/pdfviewer/fluent.css +1 -4011
  34. package/styles/pdfviewer/fluent2.css +1 -5098
  35. package/styles/pdfviewer/highcontrast-light.css +1 -3722
  36. package/styles/pdfviewer/highcontrast.css +1 -3743
  37. package/styles/pdfviewer/material-dark.css +1 -3725
  38. package/styles/pdfviewer/material.css +1 -3732
  39. package/styles/pdfviewer/material3-dark.css +1 -4013
  40. package/styles/pdfviewer/material3.css +1 -4125
  41. package/styles/pdfviewer/tailwind-dark.css +1 -3775
  42. package/styles/pdfviewer/tailwind.css +1 -3776
  43. package/styles/tailwind-dark.css +1 -3775
  44. package/styles/tailwind.css +1 -3776
package/styles/fabric.css CHANGED
@@ -1,3747 +1 @@
1
- /*! PdfViewer's fabric theme override definitions and variables */
2
- .e-pdfviewer .e-pv-icon::before {
3
- font-family: "e-icons";
4
- }
5
- .e-pdfviewer .e-pv-icon-search::before {
6
- font-family: "e-icons";
7
- font-size: 12px;
8
- }
9
- .e-pdfviewer .e-pv-open-document-icon::before {
10
- content: "\ebdd";
11
- }
12
- .e-pdfviewer .e-pv-download-document-icon::before {
13
- content: "\ebe4";
14
- }
15
- .e-pdfviewer .e-pv-print-document-icon::before {
16
- content: "\ebf9";
17
- }
18
- .e-pdfviewer .e-pv-first-page-navigation-icon::before {
19
- content: "\ebde";
20
- }
21
- .e-pdfviewer .e-pv-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
- .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus {
1655
- background: #eaeaea;
1656
- border: none;
1657
- border-radius: 0;
1658
- line-height: 1.1em;
1659
- padding: 10px;
1660
- }
1661
-
1662
- .e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
1663
- background: #eaeaea;
1664
- border: none;
1665
- border-radius: 0;
1666
- line-height: 1.1em;
1667
- padding: 10px;
1668
- }
1669
-
1670
- .e-pv-bookmark-button.e-btn {
1671
- background: transparent;
1672
- border: none;
1673
- -webkit-box-shadow: none;
1674
- box-shadow: none;
1675
- font-weight: 400;
1676
- height: 34px;
1677
- margin: 8px;
1678
- outline: none;
1679
- padding: 10px;
1680
- width: 34px;
1681
- }
1682
-
1683
- .e-pv-title-close-div.e-btn {
1684
- background: transparent;
1685
- border: none;
1686
- -webkit-box-shadow: none;
1687
- box-shadow: none;
1688
- height: 32px;
1689
- left: 170px;
1690
- padding: 0 18px 3px 0;
1691
- position: absolute;
1692
- right: 21px;
1693
- top: 11px;
1694
- width: 32px;
1695
- }
1696
-
1697
- .e-pv-sidebar-toolbar-splitter {
1698
- background: #d0d0d0;
1699
- bottom: 0;
1700
- height: calc(100% - 51px);
1701
- position: absolute;
1702
- width: 1px;
1703
- z-index: 104;
1704
- }
1705
-
1706
- .e-pv-sidebar-content-splitter {
1707
- background: #d0d0d0;
1708
- height: 1px;
1709
- position: absolute;
1710
- top: 47px;
1711
- width: 201px;
1712
- z-index: 104;
1713
- }
1714
-
1715
- .e-pv-thumbnail-view {
1716
- bottom: 0;
1717
- height: 50%;
1718
- padding: 8px 30px 0;
1719
- position: absolute;
1720
- top: 0;
1721
- }
1722
-
1723
- .e-pv-thumbnail {
1724
- height: 140px;
1725
- margin: 0 20px 40px;
1726
- width: 100px;
1727
- }
1728
-
1729
- .e-pv-thumbnail-number {
1730
- color: #333;
1731
- font-family: Roboto;
1732
- padding-top: 8px;
1733
- text-align: center;
1734
- }
1735
-
1736
- .e-pv-thumbnail-selection-ring {
1737
- border-radius: 2px;
1738
- -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
1739
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
1740
- padding: 6px;
1741
- }
1742
-
1743
- .e-pv-thumbnail-image {
1744
- background-clip: content-box;
1745
- background-color: #fff;
1746
- height: 126px;
1747
- width: 86px;
1748
- }
1749
-
1750
- .e-pv-thumbnail-hover {
1751
- border: 1px solid #d0d0d0;
1752
- border-radius: 2px;
1753
- -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
1754
- box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
1755
- cursor: pointer;
1756
- padding: 5px;
1757
- }
1758
-
1759
- .e-pv-thumbnail-focus {
1760
- border: 2px solid #d0d0d0;
1761
- border-radius: 2px;
1762
- -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
1763
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
1764
- cursor: pointer;
1765
- padding: 4px;
1766
- }
1767
-
1768
- .e-pv-thumbnail-selection {
1769
- border: 6px solid #0078d6;
1770
- border-radius: 2px;
1771
- -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
1772
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
1773
- cursor: pointer;
1774
- padding: 0;
1775
- }
1776
-
1777
- .e-pv-thumbnail-row {
1778
- -ms-flex-wrap: wrap;
1779
- display: -webkit-box;
1780
- display: -ms-flexbox;
1781
- display: flex;
1782
- flex-wrap: wrap;
1783
- }
1784
-
1785
- .e-pv-thumbnail-row {
1786
- display: -ms-flexbox;
1787
- }
1788
-
1789
- .e-pv-thumbnail-column {
1790
- -ms-flex: 25%;
1791
- -webkit-box-flex: 25%;
1792
- flex: 25%;
1793
- }
1794
-
1795
- .e-pv-thumbnail-column img {
1796
- display: block;
1797
- margin-left: auto;
1798
- margin-right: auto;
1799
- }
1800
-
1801
- .e-pv-bookmark-view {
1802
- height: 100%;
1803
- overflow: auto;
1804
- padding-top: 15px;
1805
- position: relative;
1806
- }
1807
-
1808
- div > .e-pv-bookmark-icon.e-pv-icon {
1809
- float: left;
1810
- font-size: 14px;
1811
- padding-left: 6px;
1812
- padding-right: 18px;
1813
- }
1814
-
1815
- .e-pv-bookmark-title {
1816
- padding-left: 40px;
1817
- }
1818
-
1819
- .e-pv-sidebar-bookmark-title {
1820
- color: rgba(0, 0, 0, 0.87);
1821
- font-family: Roboto-Regular;
1822
- font-size: 14px;
1823
- }
1824
-
1825
- .e-pv-bookmark-view::-webkit-scrollbar {
1826
- height: 16px;
1827
- width: 16px;
1828
- }
1829
-
1830
- .e-pv-bookmark-view::-webkit-scrollbar-track {
1831
- -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
1832
- background: #fff;
1833
- border: 1px solid #e7e7e7;
1834
- }
1835
-
1836
- .e-pv-bookmark-view::-webkit-scrollbar-thumb {
1837
- -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5);
1838
- background: #c1c1c1;
1839
- background-clip: content-box;
1840
- border: 4px solid transparent;
1841
- border-radius: 100px;
1842
- }
1843
-
1844
- .e-pv-bookmark-view > .e-ul {
1845
- height: inherit;
1846
- overflow: unset;
1847
- }
1848
-
1849
- .e-pv-bookmark-view .e-fullrow {
1850
- height: 34px;
1851
- }
1852
-
1853
- .e-pv-bookmark-view .e-icon-collapsible::before,
1854
- .e-pv-bookmark-view .e-icon-expandable::before {
1855
- display: inline-block;
1856
- height: 13px;
1857
- padding: 7px;
1858
- width: 13px;
1859
- }
1860
-
1861
- .e-pv-bookmark-view .e-list-item .e-ul {
1862
- padding-left: 32px;
1863
- }
1864
-
1865
- .e-pv-bookmark-view .e-ul {
1866
- padding: 0 0 0 16px;
1867
- }
1868
-
1869
- .e-pv-text::-moz-selection {
1870
- background: #247796;
1871
- }
1872
-
1873
- .e-pv-text::selection,
1874
- .e-pv-text .e-pv-maintaincontent {
1875
- background: #247796;
1876
- }
1877
-
1878
- .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1879
- .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1880
- .e-pv-mobile-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1881
- .e-pv-mobile-annotation-toolbar .e-dropdown-btn.e-btn,
1882
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn,
1883
- .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1884
- .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn,
1885
- .e-pv-shapes-toolbar .e-pv-tbar-btn,
1886
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
1887
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1888
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1889
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1890
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
1891
- .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
1892
- .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
1893
- color: #000;
1894
- }
1895
-
1896
- .e-pv-mobile-annotation-toolbar .e-tbar-btn:hover,
1897
- .e-pv-mobile-annotation-toolbar .e-tbar-btn:focus {
1898
- background: #fff;
1899
- border-color: #fff;
1900
- }
1901
-
1902
- .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav {
1903
- -webkit-transform: skewX(-1deg) translateX(6px);
1904
- transform: skewX(-1deg) translateX(6px);
1905
- width: 56px;
1906
- }
1907
-
1908
- .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
1909
- font-size: 14px;
1910
- -webkit-transform: skewX(4deg);
1911
- transform: skewX(4deg);
1912
- }
1913
-
1914
- .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow,
1915
- .e-pv-sidebar-toolbar .e-pv-tbar-btn {
1916
- color: #000;
1917
- }
1918
-
1919
- .e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1920
- .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1921
- .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon,
1922
- .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
1923
- .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon {
1924
- color: #c8c8c8;
1925
- }
1926
-
1927
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item {
1928
- height: inherit;
1929
- }
1930
-
1931
- .e-pv-stamp.e-menu-wrapper ul .e-menu-item {
1932
- padding-top: 7px;
1933
- }
1934
-
1935
- .e-pv-print-popup-container {
1936
- height: 100%;
1937
- left: 0;
1938
- overflow: auto;
1939
- position: absolute;
1940
- top: 0;
1941
- width: 100%;
1942
- z-index: 2000;
1943
- }
1944
-
1945
- .e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show {
1946
- background-color: rgba(0, 0, 0, 0.3);
1947
- }
1948
-
1949
- .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
1950
- padding: 0 10px;
1951
- }
1952
-
1953
- .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
1954
- padding: 0 10px;
1955
- }
1956
-
1957
- .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1958
- .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1959
- .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1960
- .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
1961
- .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select {
1962
- background: #eaeaea;
1963
- border: 0;
1964
- border-radius: 0;
1965
- color: #0078d6;
1966
- }
1967
-
1968
- .e-pv-search-bar {
1969
- background-color: #fff;
1970
- border: 0 solid #dadada;
1971
- border-radius: 0;
1972
- -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1973
- box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1974
- height: 114px;
1975
- padding: 24px 22.5px 26.5px 24px;
1976
- position: absolute;
1977
- width: 355px;
1978
- z-index: 105;
1979
- }
1980
-
1981
- .e-pv-search-input {
1982
- height: 30px;
1983
- width: 242px;
1984
- }
1985
-
1986
- .e-pv-search-input-mobile {
1987
- height: 30px;
1988
- }
1989
-
1990
- .e-pv-match-case-container {
1991
- margin-top: 17.5px;
1992
- }
1993
-
1994
- .e-pv-search-btn.e-btn {
1995
- background-color: transparent;
1996
- border: 0;
1997
- -webkit-box-shadow: none;
1998
- box-shadow: none;
1999
- height: 24px;
2000
- margin-top: -6px;
2001
- width: 24px;
2002
- }
2003
-
2004
- .e-pv-search-btn.e-btn:active {
2005
- background-color: transparent;
2006
- }
2007
-
2008
- .e-pv-search-bar:not(.e-rtl) .e-pv-prev-search {
2009
- margin-left: 10.5px;
2010
- }
2011
-
2012
- .e-pv-search-bar:not(.e-rtl) .e-pv-next-search {
2013
- margin-left: 8px;
2014
- }
2015
-
2016
- .e-pv-search-bar.e-rtl .e-pv-prev-search {
2017
- margin-right: 10.5px;
2018
- }
2019
-
2020
- .e-pv-search-bar.e-rtl .e-pv-next-search {
2021
- margin-right: 8px;
2022
- }
2023
-
2024
- .e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search {
2025
- padding-right: 5px;
2026
- }
2027
-
2028
- .e-pv-notification-popup {
2029
- height: 198px;
2030
- margin: 0 10px;
2031
- max-width: 346px;
2032
- }
2033
-
2034
- .e-pv-notification-popup.e-pv-notification-large-content {
2035
- height: 218px;
2036
- max-width: 368px;
2037
- }
2038
-
2039
- .e-pv-notification-popup .e-pv-notification-popup-content {
2040
- font-size: 14px;
2041
- }
2042
-
2043
- .e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon {
2044
- background: transparent;
2045
- }
2046
-
2047
- .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active {
2048
- background: #0078d6;
2049
- color: #fff;
2050
- }
2051
-
2052
- .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover {
2053
- color: #000;
2054
- }
2055
-
2056
- .e-pv-bookmark-container {
2057
- background-color: #fff;
2058
- border: 1px solid #dadada;
2059
- }
2060
-
2061
- .e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item {
2062
- border-bottom: 1px solid #dadada;
2063
- height: 48px;
2064
- }
2065
-
2066
- .e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child {
2067
- border-bottom-width: 0;
2068
- }
2069
-
2070
- .e-pv-bookmark-container .e-listview .e-list-text {
2071
- -ms-transform: translateY(-50%);
2072
- position: absolute;
2073
- top: 50%;
2074
- -webkit-transform: translateY(-50%);
2075
- transform: translateY(-50%);
2076
- }
2077
-
2078
- .e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
2079
- color: #333;
2080
- }
2081
-
2082
- .e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt {
2083
- background-color: transparent;
2084
- border-width: 0;
2085
- -webkit-box-shadow: none;
2086
- box-shadow: none;
2087
- }
2088
-
2089
- .e-pv-bookmark-container .e-pv-bookmark-view {
2090
- padding-top: 0;
2091
- }
2092
-
2093
- .e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul {
2094
- padding-left: 0;
2095
- }
2096
-
2097
- .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
2098
- .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon {
2099
- border-bottom: 2px solid;
2100
- margin-top: 0;
2101
- padding-top: 5px;
2102
- vertical-align: initial;
2103
- }
2104
-
2105
- .e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon {
2106
- border-bottom: 2px solid;
2107
- margin-top: 0;
2108
- padding-top: 1px;
2109
- vertical-align: initial;
2110
- }
2111
-
2112
- .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
2113
- margin-top: 0;
2114
- padding-top: 7px;
2115
- padding-top: 5px;
2116
- vertical-align: initial;
2117
- }
2118
-
2119
- .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
2120
- .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
2121
- vertical-align: initial;
2122
- }
2123
-
2124
- .e-pv-annotation-thickness-popup-container-mobile,
2125
- .e-pv-annotation-opacity-popup-container-mobile {
2126
- background-color: #fff;
2127
- }
2128
-
2129
- .e-pv-annotation-opacity-popup-container,
2130
- .e-pv-annotation-thickness-popup-container {
2131
- background-color: #fff;
2132
- -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
2133
- box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
2134
- color: #333;
2135
- height: auto;
2136
- min-height: 48px;
2137
- padding: 16px;
2138
- width: auto;
2139
- }
2140
-
2141
- .e-pv-annotation-opacity-label,
2142
- .e-pv-annotation-opacity-indicator,
2143
- .e-pv-annotation-thickness-label,
2144
- .e-pv-annotation-thickness-indicator {
2145
- float: left;
2146
- font-family: inherit;
2147
- font-size: inherit;
2148
- }
2149
-
2150
- .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
2151
- .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
2152
- float: left;
2153
- height: auto;
2154
- margin-left: 11px;
2155
- margin-right: 10px;
2156
- }
2157
-
2158
- .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
2159
- .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
2160
- width: 172px;
2161
- }
2162
-
2163
- .e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
2164
- .e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
2165
- width: 115px;
2166
- }
2167
-
2168
- .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider,
2169
- .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider {
2170
- height: 16px;
2171
- }
2172
-
2173
- .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,
2174
- .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
2175
- .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
2176
- font-size: 12px;
2177
- }
2178
-
2179
- .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,
2180
- .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
2181
- .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
2182
- font-size: 18px;
2183
- }
2184
-
2185
- .e-pv-annotation-color-container.e-icon-btn,
2186
- .e-pv-annotation-opacity-container.e-icon-btn,
2187
- .e-pv-annotation-stroke-container.e-icon-btn,
2188
- .e-pv-custom-annotation-thickness-container.e-icon-btn,
2189
- .e-pv-custom-annotation-opacity-container.e-icon-btn,
2190
- .e-pv-annotation-thickness-container.e-icon-btn,
2191
- .e-pv-annotation-textcolor-container.e-icon-btn,
2192
- .e-pv-annotation-textalign-container.e-icon-btn,
2193
- .e-pv-annotation-textprop-container.e-icon-btn {
2194
- height: 50px;
2195
- width: 56px;
2196
- }
2197
-
2198
- .e-bigger .e-pv-annotation-color-container.e-icon-btn,
2199
- .e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
2200
- .e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
2201
- .e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
2202
- .e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
2203
- .e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
2204
- .e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
2205
- .e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
2206
- .e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
2207
- white-space: nowrap;
2208
- }
2209
-
2210
- .e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
2211
- padding-top: 19px;
2212
- }
2213
-
2214
- .e-pv-shapes-toolbar {
2215
- -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
2216
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
2217
- }
2218
-
2219
- .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2220
- padding: 4px;
2221
- }
2222
-
2223
- .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow {
2224
- margin-bottom: 0;
2225
- margin-left: 4px;
2226
- margin-right: 4px;
2227
- }
2228
-
2229
- .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2230
- height: 32px;
2231
- width: 32px;
2232
- }
2233
-
2234
- .e-pv-organize-total-page-button {
2235
- float: left;
2236
- font-weight: normal;
2237
- color: rgba(0, 0, 0, 0.87);
2238
- font-size: 12;
2239
- }
2240
-
2241
- .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2242
- background-color: transparent;
2243
- background: transparent;
2244
- color: rgba(0, 0, 0, 0.87);
2245
- cursor: default;
2246
- }
2247
-
2248
- .e-pv-annotation-thickness-slider-container {
2249
- margin-top: -6px;
2250
- }
2251
-
2252
- .e-pv-organize-image {
2253
- width: calc(100% - 12px);
2254
- height: calc(100% - 12px);
2255
- border: 1px solid #d0d0d0;
2256
- pointer-events: none;
2257
- }
2258
-
2259
- .e-pv-annotation-opacity-icon {
2260
- padding-top: 1px;
2261
- }
2262
-
2263
- .e-pv-annotation-color-container.e-btn,
2264
- .e-pv-annotation-opacity-container.e-btn,
2265
- .e-pv-annotation-stroke-container.e-btn,
2266
- .e-pv-annotation-thickness-container.e-btn,
2267
- .e-pv-annotation-shapes-container.e-btn,
2268
- .e-pv-annotation-calibrate-container.e-btn,
2269
- .e-pv-annotation-textcolor-container.e-btn,
2270
- .e-pv-annotation-textalign-container.e-btn,
2271
- .e-pv-annotation-textprop-container.e-btn,
2272
- .e-pv-annotation-handwritten-container.e-btn,
2273
- .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) {
2274
- background-color: #fff;
2275
- border-color: transparent;
2276
- }
2277
-
2278
- .e-pv-annotation-color-container.e-btn:hover,
2279
- .e-pv-annotation-opacity-container.e-btn:hover,
2280
- .e-pv-annotation-stroke-container.e-btn:hover,
2281
- .e-pv-annotation-thickness-container.e-btn:hover,
2282
- .e-pv-annotation-shapes-container.e-btn:hover,
2283
- .e-pv-annotation-calibrate-container.e-btn:hover,
2284
- .e-pv-annotation-textcolor-container.e-btn:hover,
2285
- .e-pv-annotation-textalign-container.e-btn:hover,
2286
- .e-pv-annotation-textprop-container.e-btn:hover,
2287
- .e-pv-annotation-handwritten-container.e-btn:hover,
2288
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
2289
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
2290
- .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
2291
- background-color: #f4f4f4;
2292
- border-color: transparent;
2293
- }
2294
-
2295
- .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
2296
- background-color: #f4f4f4;
2297
- border-color: transparent;
2298
- outline: none;
2299
- color: #0078d6;
2300
- }
2301
-
2302
- .e-pv-annotation-color-container.e-btn:focus,
2303
- .e-pv-annotation-opacity-container.e-btn:focus,
2304
- .e-pv-annotation-stroke-container.e-btn:focus,
2305
- .e-pv-annotation-thickness-container.e-btn:focus,
2306
- .e-pv-annotation-shapes-container.e-btn:focus,
2307
- .e-pv-annotation-calibrate-container.e-btn:focus,
2308
- .e-pv-annotation-textcolor-container.e-btn:focus,
2309
- .e-pv-annotation-textalign-container.e-btn:focus,
2310
- .e-pv-annotation-handwritten-container.e-btn:focus,
2311
- .e-pv-annotation-textprop-container.e-btn:focus {
2312
- background-color: #f4f4f4;
2313
- border-color: transparent;
2314
- outline: none;
2315
- }
2316
-
2317
- .e-pv-annotation-color-container.e-btn:active,
2318
- .e-pv-annotation-opacity-container.e-btn:active,
2319
- .e-pv-annotation-stroke-container.e-btn:active,
2320
- .e-pv-annotation-thickness-container.e-btn:active,
2321
- .e-pv-annotation-shapes-container.e-btn:active,
2322
- .e-pv-annotation-calibrate-container.e-btn:active,
2323
- .e-pv-annotation-textcolor-container.e-btn:active,
2324
- .e-pv-annotation-textalign-container.e-btn:active,
2325
- .e-pv-annotation-textprop-container.e-btn:active,
2326
- .e-pv-annotation-handwritten-container.e-btn:active {
2327
- background-color: #eaeaea;
2328
- border-color: transparent;
2329
- -webkit-box-shadow: none;
2330
- box-shadow: none;
2331
- color: #0078d6;
2332
- }
2333
-
2334
- .e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover),
2335
- .e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover),
2336
- .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn.e-active:not(:hover),
2337
- .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) .e-caret {
2338
- background-color: #dadada;
2339
- color: #000;
2340
- }
2341
-
2342
- .e-pv-annotation-color-container.e-dropdown-btn.e-btn,
2343
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
2344
- .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
2345
- .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
2346
- .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
2347
- .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
2348
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
2349
- .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
2350
- .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
2351
- line-height: 18px;
2352
- padding: 17px 8px;
2353
- }
2354
-
2355
- .e-pv-annotation-color-container.e-dropdown-btn.e-button,
2356
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
2357
- .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
2358
- .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
2359
- .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
2360
- .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
2361
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
2362
- .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
2363
- .e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
2364
- line-height: 18px;
2365
- padding: 17px 8px;
2366
- }
2367
-
2368
- .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
2369
- display: inline-block;
2370
- padding: 0 4px;
2371
- }
2372
-
2373
- .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 {
2374
- display: inline-block;
2375
- padding: 0 4px;
2376
- }
2377
-
2378
- .e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
2379
- .e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
2380
- height: 50px;
2381
- min-width: 50px;
2382
- }
2383
-
2384
- .e-pv-annotation-popup-menu {
2385
- background-color: #fff;
2386
- border-color: #fff;
2387
- color: rgba(0, 0, 0, 0.87);
2388
- }
2389
-
2390
- .e-pv-properties-window {
2391
- max-width: 436px;
2392
- }
2393
-
2394
- .e-pv-scale-ratio-window {
2395
- max-width: 436px;
2396
- }
2397
-
2398
- .e-pv-scale-ratio-dialog {
2399
- max-width: 514px;
2400
- }
2401
-
2402
- .e-pv-line-styles-content,
2403
- .e-pv-line-styles-item {
2404
- border-bottom-color: #000;
2405
- }
2406
-
2407
- .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
2408
- .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
2409
- height: 32px;
2410
- line-height: 16px;
2411
- }
2412
-
2413
- .e-pv-properties-window .e-dlg-content {
2414
- padding-top: 6px;
2415
- }
2416
-
2417
- .e-pv-scale-ratio-text,
2418
- .e-pv-depth-text {
2419
- margin-bottom: 8px;
2420
- }
2421
-
2422
- .e-pv-properties-line-start-container,
2423
- .e-pv-properties-line-end-container,
2424
- .e-pv-properties-line-style-container,
2425
- .e-pv-properties-line-thickness-container,
2426
- .e-pv-properties-line-fill-color-container,
2427
- .e-pv-properties-line-stroke-color-container,
2428
- .e-pv-properties-line-leader-length-container {
2429
- float: left;
2430
- height: 52px;
2431
- margin-bottom: 16px;
2432
- }
2433
-
2434
- .e-pv-properties-line-opacity-container {
2435
- float: left;
2436
- height: auto;
2437
- width: 180px;
2438
- }
2439
-
2440
- .e-pv-scale-ratio-src-input-container,
2441
- .e-pv-scale-ratio-src-unit-container,
2442
- .e-pv-scale-ratio-dest-input-container,
2443
- .e-pv-scale-ratio-dest-unit-container,
2444
- .e-pv-depth-input-container,
2445
- .e-pv-depth-unit-container {
2446
- float: left;
2447
- height: 24px;
2448
- }
2449
-
2450
- .e-bigger .e-pv-scale-ratio-src-input-container,
2451
- .e-bigger .e-pv-scale-ratio-src-unit-container,
2452
- .e-bigger .e-pv-scale-ratio-dest-input-container,
2453
- .e-bigger .e-pv-scale-ratio-dest-unit-container,
2454
- .e-bigger .e-pv-depth-input-container,
2455
- .e-bigger .e-pv-depth-unit-container {
2456
- float: left;
2457
- height: 40px;
2458
- width: 45%;
2459
- }
2460
-
2461
- .e-pv-scale-ratio-src-input-container,
2462
- .e-pv-scale-ratio-src-unit-container,
2463
- .e-pv-scale-ratio-dest-input-container,
2464
- .e-pv-scale-ratio-dest-unit-container {
2465
- margin-bottom: 24px;
2466
- }
2467
-
2468
- .e-pv-scale-ratio-src-unit-container,
2469
- .e-pv-scale-ratio-dest-unit-container,
2470
- .e-pv-depth-unit-container {
2471
- margin-left: 24px;
2472
- }
2473
-
2474
- .e-pv-scale-ratio-src-unit.e-btn,
2475
- .e-pv-scale-ratio-dest-unit.e-btn,
2476
- .e-pv-depth-unit.e-btn {
2477
- padding: 2px 20px;
2478
- }
2479
-
2480
- .e-pv-scale-unit-content {
2481
- float: left;
2482
- width: 33px;
2483
- }
2484
-
2485
- .e-pv-scale-ratio-src-unit .e-caret,
2486
- .e-pv-scale-ratio-dest-unit .e-caret,
2487
- .e-pv-depth-unit .e-caret {
2488
- margin-left: 91px;
2489
- margin-top: 10px;
2490
- }
2491
-
2492
- .e-pv-properties-line-opacity {
2493
- margin-top: -10px;
2494
- }
2495
-
2496
- .e-pv-properties-line-start-label,
2497
- .e-pv-properties-line-end-label,
2498
- .e-pv-properties-line-style-label,
2499
- .e-pv-properties-line-thickness-label,
2500
- .e-pv-properties-line-fill-color-label,
2501
- .e-pv-properties-line-stroke-color-label,
2502
- .e-pv-properties-line-opacity-label,
2503
- .e-pv-properties-line-leader-length-label {
2504
- font-size: 14px;
2505
- margin-bottom: 8px;
2506
- }
2507
-
2508
- .e-pv-properties-line-end-container,
2509
- .e-pv-properties-line-thickness-container {
2510
- margin-left: 24px;
2511
- }
2512
-
2513
- .e-pv-properties-line-leader-length-container {
2514
- margin-left: 21px;
2515
- }
2516
-
2517
- .e-pv-properties-line-stroke-color-container {
2518
- margin-left: 154px !important; /* stylelint-disable-line declaration-no-important */
2519
- margin-right: 87px;
2520
- }
2521
-
2522
- .e-pv-properties-line-start,
2523
- .e-pv-properties-line-end,
2524
- .e-pv-properties-line-style,
2525
- .e-pv-properties-line-thickness,
2526
- .e-pv-properties-line-opacity,
2527
- .e-pv-properties-line-leader-length {
2528
- max-width: 180px;
2529
- }
2530
-
2531
- .e-pv-scale-ratio-src-input,
2532
- .e-pv-scale-ratio-dest-input,
2533
- .e-pv-depth-input {
2534
- max-width: 180px;
2535
- }
2536
-
2537
- .e-pv-properties-line-start,
2538
- .e-pv-properties-line-end,
2539
- .e-pv-properties-line-style {
2540
- width: 180px;
2541
- }
2542
-
2543
- .e-pv-scale-ratio-src-unit,
2544
- .e-pv-scale-ratio-dest-unit,
2545
- .e-pv-depth-unit {
2546
- width: 180px;
2547
- }
2548
-
2549
- .e-pv-line-styles-container {
2550
- line-height: 0;
2551
- padding: 17px;
2552
- }
2553
-
2554
- .e-pv-line-styles-item {
2555
- -webkit-box-sizing: border-box;
2556
- box-sizing: border-box;
2557
- }
2558
-
2559
- .e-pv-line-styles-content,
2560
- .e-pv-line-styles-item {
2561
- border-bottom-width: 2px;
2562
- display: inline-block;
2563
- width: 100%;
2564
- }
2565
-
2566
- .e-pv-properties-line-style-content {
2567
- float: left;
2568
- line-height: 16px;
2569
- width: 44px;
2570
- }
2571
-
2572
- .e-pv-properties-line-start.e-btn,
2573
- .e-pv-properties-line-end.e-btn {
2574
- height: 32px;
2575
- padding: 2px 20px;
2576
- }
2577
-
2578
- .e-pv-properties-line-style.e-btn {
2579
- height: 32px;
2580
- line-height: 0;
2581
- padding: 8px;
2582
- white-space: pre;
2583
- }
2584
-
2585
- .e-pv-properties-line-start.e-btn .e-caret,
2586
- .e-pv-properties-line-end.e-btn .e-caret {
2587
- display: inline;
2588
- line-height: 16px;
2589
- margin-left: 80px;
2590
- }
2591
-
2592
- .e-pv-line-styles-content-container {
2593
- float: left;
2594
- font-size: 0;
2595
- margin-right: 7.5px;
2596
- margin-top: 2.5px;
2597
- width: 138px;
2598
- }
2599
-
2600
- .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2601
- .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2602
- .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
2603
- .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul {
2604
- height: 50px;
2605
- width: 71px;
2606
- }
2607
-
2608
- .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2609
- .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2610
- .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
2611
- padding: 1px 8px 3px;
2612
- }
2613
-
2614
- .e-pv-annotation-shape-icon,
2615
- .e-pv-annotation-calibrate-icon,
2616
- .e-pv-handwritten-icon {
2617
- margin-right: 4px;
2618
- }
2619
-
2620
- .e-pv-properties-opacity-indicator {
2621
- margin-left: 153px;
2622
- }
2623
-
2624
- .e-pv-annotation-stamp-container .e-menu-parent.e-menu {
2625
- border-radius: 0;
2626
- }
2627
-
2628
- .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2629
- .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2630
- .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
2631
- .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item,
2632
- .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon,
2633
- .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret {
2634
- line-height: 50px;
2635
- }
2636
-
2637
- .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2638
- .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2639
- height: 50px;
2640
- line-height: 25px;
2641
- margin: 0;
2642
- padding: 0;
2643
- width: 36px;
2644
- }
2645
-
2646
- .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2647
- padding-top: 0;
2648
- }
2649
-
2650
- .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
2651
- width: 91px;
2652
- }
2653
-
2654
- .e-pv-toolbar.e-toolbar .e-tbar-btn > :first-child {
2655
- line-height: 26px;
2656
- min-height: 26px;
2657
- }
2658
-
2659
- .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus {
2660
- padding-left: 0;
2661
- }
2662
-
2663
- .e-bigger .e-pv-password-popup.e-dialog,
2664
- .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2665
- height: 245px;
2666
- }
2667
-
2668
- .e-bigger .e-pv-notification-popup.e-dialog,
2669
- .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
2670
- height: 224px;
2671
- }
2672
-
2673
- .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2674
- .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2675
- height: 243px;
2676
- }
2677
-
2678
- .e-bigger .e-pv-corrupted-popup.e-dialog,
2679
- .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
2680
- height: 216px;
2681
- }
2682
-
2683
- .e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2684
- .e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2685
- .e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2686
- .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
2687
- padding-top: 2px;
2688
- }
2689
-
2690
- .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2691
- .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2692
- top: 0;
2693
- }
2694
-
2695
- .e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2696
- padding-right: 12px;
2697
- }
2698
-
2699
- .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,
2700
- .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,
2701
- .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,
2702
- .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 {
2703
- padding-left: 0;
2704
- padding-right: 12px;
2705
- }
2706
-
2707
- .e-pv-sidebar-content-container.e-left {
2708
- left: 47px;
2709
- }
2710
-
2711
- .e-pv-sidebar-content-container.e-right {
2712
- right: 47px;
2713
- }
2714
-
2715
- .e-pv-sidebar-toolbar-splitter.e-left {
2716
- left: 47px;
2717
- }
2718
-
2719
- .e-pv-sidebar-toolbar-splitter.e-right {
2720
- right: 47px;
2721
- }
2722
-
2723
- .e-pv-sidebar-resizer.e-left {
2724
- left: 202px;
2725
- }
2726
-
2727
- .e-pv-sidebar-resizer.e-right {
2728
- right: 202px;
2729
- }
2730
-
2731
- .e-pdfviewer .e-checkbox-wrapper.e-pv-organize-select-all .e-frame + .e-label {
2732
- font-size: 14px;
2733
- }
2734
-
2735
- .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2736
- .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2737
- margin-right: 10px;
2738
- }
2739
-
2740
- div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2741
- float: left;
2742
- font-size: 14px;
2743
- padding-left: 1px;
2744
- padding-right: 1px;
2745
- position: absolute;
2746
- }
2747
-
2748
- .e-bigger .e-pv-properties-window {
2749
- max-width: 448px;
2750
- }
2751
-
2752
- .e-bigger .e-pv-scale-ratio-window {
2753
- max-width: 464px;
2754
- }
2755
-
2756
- .e-pdfviewer .e-treeview .e-list-item {
2757
- word-break: break-word;
2758
- white-space: pre-wrap;
2759
- }
2760
-
2761
- .e-pdfviewer .e-treeview .e-list-text {
2762
- width: 100%;
2763
- }
2764
-
2765
- .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible,
2766
- .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable,
2767
- .e-pdfviewer .e-treeview.e-fullrow-wrap .e-input,
2768
- .e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url {
2769
- margin-top: 3px;
2770
- position: absolute;
2771
- }
2772
-
2773
- .e-pdfviewer .e-editable-inline {
2774
- padding: 7px 8px 42px;
2775
- }
2776
-
2777
- .e-pv-comment-textbox {
2778
- min-height: 22px;
2779
- }
2780
-
2781
- .e-pdfviewer .e-editable-value-wrapper {
2782
- color: rgba(51, 51, 51, 0.9);
2783
- line-height: normal;
2784
- min-height: 22px;
2785
- padding: 2px 8px 3px;
2786
- font-size: 14px;
2787
- }
2788
-
2789
- .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
2790
- color: rgba(51, 51, 51, 0.9);
2791
- font-size: 14px;
2792
- line-height: normal;
2793
- min-height: 24px;
2794
- padding: 2px 8px 3px 32px;
2795
- }
2796
-
2797
- .e-pv-reply-div.e-pv-comments-leave.e-focused,
2798
- .e-pv-comments-div.e-focused {
2799
- border: #666;
2800
- background: #f4f4f4;
2801
- }
2802
-
2803
- .e-pdfviewer .e-inplaceeditor .e-editable-action-buttons,
2804
- .e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons {
2805
- float: right;
2806
- padding-bottom: 7px;
2807
- padding-top: 5px;
2808
- position: relative;
2809
- right: 8px;
2810
- }
2811
-
2812
- .e-pv-comment-title-container,
2813
- .e-pv-reply-title-container {
2814
- height: 36px;
2815
- }
2816
-
2817
- .e-pv-more-options-button.e-btn {
2818
- background: transparent;
2819
- border: 0;
2820
- border-radius: 0;
2821
- -webkit-box-shadow: none;
2822
- box-shadow: none;
2823
- float: right;
2824
- padding: 5px 7px 1px 1px;
2825
- }
2826
-
2827
- .e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary,
2828
- .e-pdfviewer .e-editable-inline .e-btn.e-outline {
2829
- border-color: transparent;
2830
- }
2831
-
2832
- .e-pdfviewer .e-editable-inline .e-editable-form {
2833
- margin-bottom: 1px;
2834
- }
2835
-
2836
- .e-pdfviewer .e-editable-inline .e-clear-icon {
2837
- padding-right: 2px;
2838
- }
2839
-
2840
- .e-pdfviewer .e-btn-cancel {
2841
- font-size: 14px;
2842
- padding-left: 5px;
2843
- padding-right: 5px;
2844
- }
2845
-
2846
- .e-pdfviewer .e-btn-save {
2847
- font-size: 14px;
2848
- margin-right: 12px;
2849
- padding-left: 7px;
2850
- padding-right: 7px;
2851
- }
2852
-
2853
- .e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
2854
- background-color: #eaeaea;
2855
- border-radius: 2px;
2856
- color: rgba(51, 51, 51, 0.6);
2857
- }
2858
-
2859
- .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
2860
- -webkit-box-shadow: 0 0 0 8px #fff inset;
2861
- box-shadow: 0 0 0 8px #fff inset;
2862
- padding: 8px;
2863
- }
2864
-
2865
- .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header {
2866
- line-height: 32px;
2867
- min-height: 32px;
2868
- }
2869
-
2870
- .e-contextmenu-wrapper .e-pv-context-menu .e-menu-item {
2871
- height: 38px;
2872
- }
2873
-
2874
- .e-pv-comment-panel {
2875
- background-color: #fff;
2876
- border: 1px solid #d0d0d0;
2877
- border-width: 1px 1px 0;
2878
- opacity: 1;
2879
- overflow: hidden;
2880
- position: absolute;
2881
- top: 57px;
2882
- width: 300px;
2883
- z-index: 100;
2884
- }
2885
-
2886
- .e-pv-comment-panel-title-container {
2887
- background-color: #fff;
2888
- border-style: double;
2889
- border-width: 0 1px 1px 0;
2890
- height: 45px;
2891
- position: relative;
2892
- border-color: #adadad;
2893
- }
2894
-
2895
- .e-pv-comment-panel-title {
2896
- color: rgba(51, 51, 51, 0.9);
2897
- font-size: 14px;
2898
- left: 15px;
2899
- top: 14px;
2900
- position: absolute;
2901
- text-align: left;
2902
- }
2903
-
2904
- .e-pv-comment-panel-title-close-div.e-btn {
2905
- background: transparent;
2906
- border: none;
2907
- -webkit-box-shadow: none;
2908
- box-shadow: none;
2909
- height: 32px;
2910
- position: absolute;
2911
- right: 11px;
2912
- top: 5px;
2913
- width: 32px;
2914
- }
2915
-
2916
- .e-pv-title-close-icon {
2917
- color: rgba(51, 51, 51, 0.6);
2918
- }
2919
-
2920
- .e-pv-comments-panel-text {
2921
- font-size: 15px;
2922
- padding-left: 85px;
2923
- color: var(--color-sf-content-text-color-alt1);
2924
- }
2925
-
2926
- .e-pv-comments-content-container {
2927
- background-color: #fff;
2928
- border-color: #adadad;
2929
- border-style: double;
2930
- border-width: 0 1px 1px 0;
2931
- height: calc(100% - 45px);
2932
- overflow: auto;
2933
- }
2934
-
2935
- .e-pv-comments-container {
2936
- background-color: #fff;
2937
- border-radius: 2px;
2938
- left: 7px;
2939
- right: 7px;
2940
- }
2941
-
2942
- .e-pv-comments-border {
2943
- border: 2px;
2944
- border-color: rgb(209, 235, 255);
2945
- border-radius: 4px;
2946
- border-style: groove;
2947
- }
2948
-
2949
- .e-pv-comment-title {
2950
- color: rgba(51, 51, 51, 0.6);
2951
- padding-left: 32px;
2952
- padding-top: 5px;
2953
- font-size: 14px;
2954
- color: #666;
2955
- position: absolute;
2956
- overflow: hidden;
2957
- text-overflow: ellipsis;
2958
- }
2959
-
2960
- .e-pv-reply-title {
2961
- color: rgba(51, 51, 51, 0.6);
2962
- font-size: 14px;
2963
- color: #666;
2964
- padding-left: 8px;
2965
- padding-top: 5px;
2966
- position: absolute;
2967
- overflow: hidden;
2968
- text-overflow: ellipsis;
2969
- }
2970
-
2971
- .e-pv-comments-hover {
2972
- background-color: #f4f4f4;
2973
- }
2974
-
2975
- .e-pv-comments-select {
2976
- background-color: #fff;
2977
- }
2978
-
2979
- .e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper {
2980
- color: rgba(51, 51, 51, 0.9);
2981
- }
2982
-
2983
- .e-pv-comments-leave {
2984
- background-color: #fff;
2985
- }
2986
-
2987
- .e-pdfviewer .e-accordion {
2988
- background-color: #fff;
2989
- border: transparent;
2990
- }
2991
-
2992
- .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp {
2993
- border: 0;
2994
- display: block;
2995
- }
2996
-
2997
- .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
2998
- padding-bottom: 6px;
2999
- padding-top: 17px;
3000
- }
3001
-
3002
- .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
3003
- margin-top: -7px;
3004
- padding-left: 7px;
3005
- margin-top: -7px;
3006
- padding-left: 10px;
3007
- }
3008
-
3009
- .e-pdfviewer .e-inplaceeditor,
3010
- .e-pv-radio-btn + span,
3011
- .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
3012
- display: block;
3013
- }
3014
-
3015
- .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
3016
- border-bottom: 0;
3017
- word-break: break-word;
3018
- }
3019
-
3020
- .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover {
3021
- background: transparent;
3022
- }
3023
-
3024
- .e-pdfviewer .e-inplaceeditor .e-editable-value-container {
3025
- background: transparent;
3026
- width: 229px;
3027
- }
3028
-
3029
- .e-pv-status-div {
3030
- height: 20px;
3031
- left: 8px;
3032
- position: relative;
3033
- width: 20px;
3034
- }
3035
-
3036
- .e-pv-status-container {
3037
- padding-bottom: 5px;
3038
- padding-top: 2px;
3039
- }
3040
-
3041
- .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
3042
- caret-color: rgb(49, 80, 185);
3043
- }
3044
-
3045
- .e-pv-reply-div {
3046
- margin-top: 3px;
3047
- }
3048
-
3049
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
3050
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
3051
- background: #fff;
3052
- border: 1px solid #adadad;
3053
- }
3054
-
3055
- .e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
3056
- .e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
3057
- background: #fff;
3058
- -webkit-box-shadow: none;
3059
- box-shadow: none;
3060
- }
3061
-
3062
- .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,
3063
- .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,
3064
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
3065
- .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
3066
- color: rgba(51, 51, 51, 0.6);
3067
- font-size: 14px;
3068
- }
3069
-
3070
- .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
3071
- background-size: 100%;
3072
- }
3073
-
3074
- .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
3075
- line-height: normal;
3076
- }
3077
-
3078
- .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3079
- padding-bottom: 1px;
3080
- margin-top: 10px;
3081
- }
3082
-
3083
- .e-pdfviewer .e-pv-signature-window .e-footer-content {
3084
- float: left;
3085
- }
3086
-
3087
- .e-pv-signature-dialog-height .e-pv-clearbtn {
3088
- float: left;
3089
- height: 30px;
3090
- min-height: 30px;
3091
- }
3092
-
3093
- .e-pv-signature-dialog-height .e-pv-cancelbtn {
3094
- height: 32px;
3095
- min-height: 32px;
3096
- }
3097
-
3098
- .e-pv-signature-dialog-height .e-pv-createbtn {
3099
- height: 30px;
3100
- min-height: 30px;
3101
- }
3102
-
3103
- .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
3104
- float: left;
3105
- height: 49px;
3106
- min-height: 49px;
3107
- }
3108
-
3109
- .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn,
3110
- .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
3111
- height: 49px;
3112
- min-height: 49px;
3113
- }
3114
-
3115
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3116
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3117
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3118
- .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3119
- .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,
3120
- .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,
3121
- .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,
3122
- .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 {
3123
- background: #bdbdbd;
3124
- border-color: #bdbdbd;
3125
- }
3126
-
3127
- .e-pv-comment-panel-resizer.e-left {
3128
- left: 300px;
3129
- }
3130
-
3131
- .e-pv-comment-panel-resizer.e-right {
3132
- right: 300px;
3133
- }
3134
-
3135
- .e-pv-align {
3136
- cursor: pointer;
3137
- float: right;
3138
- font-size: 20px;
3139
- margin-right: 16px;
3140
- margin-top: 10px;
3141
- }
3142
-
3143
- .e-pv-align-border {
3144
- border: 1px dotted #bdbdbd;
3145
- border-radius: 5px;
3146
- cursor: pointer;
3147
- display: inline-block;
3148
- width: 170px;
3149
- }
3150
-
3151
- .e-pv-font-sign {
3152
- border: 1px solid rgba(0, 0, 0, 0.87);
3153
- border-radius: 5px;
3154
- display: inline-block;
3155
- font-size: 13px;
3156
- padding-top: 40px;
3157
- text-align: center;
3158
- word-wrap: break-word;
3159
- height: 88px;
3160
- width: 311px;
3161
- margin: 15px;
3162
- }
3163
-
3164
- .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
3165
- color: #000;
3166
- }
3167
-
3168
- .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
3169
- .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
3170
- .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
3171
- color: #000;
3172
- }
3173
-
3174
- .e-pv-stamp-template-container .e-menu-container .e-menu {
3175
- background-color: #fff;
3176
- border-color: transparent;
3177
- }
3178
-
3179
- .e-pv-custom-annotation-thickness-container,
3180
- .e-pv-custom-annotation-opacity-container {
3181
- background-color: #fff;
3182
- border-color: transparent;
3183
- }
3184
-
3185
- .e-pdfviewer-signatureformfields.e-pv-signature-focus,
3186
- .e-pdfviewer-signatureformfields-signature.e-pv-signature-focus {
3187
- outline: #000 dotted 2px;
3188
- }
3189
-
3190
- .e-pv-checkbox-container,
3191
- .e-pv-radiobtn-container {
3192
- -moz-user-select: none;
3193
- -ms-user-select: none;
3194
- -webkit-user-select: none;
3195
- cursor: pointer;
3196
- display: block;
3197
- margin-bottom: 0;
3198
- position: relative;
3199
- user-select: none;
3200
- }
3201
-
3202
- .e-pv-text-selection-none {
3203
- -moz-user-select: none;
3204
- -ms-user-select: none;
3205
- -webkit-user-select: none;
3206
- user-select: none;
3207
- }
3208
-
3209
- .e-pv-checkbox-container input {
3210
- cursor: pointer;
3211
- height: 0;
3212
- opacity: 0;
3213
- position: absolute;
3214
- width: 0;
3215
- }
3216
-
3217
- .e-pv-checkbox-div {
3218
- border: 1px solid #303030;
3219
- display: inline;
3220
- height: 100%;
3221
- left: 0;
3222
- position: absolute;
3223
- text-align: center;
3224
- top: 0;
3225
- width: 100%;
3226
- }
3227
-
3228
- .e-pv-cb-checked {
3229
- border: solid #303030;
3230
- border-left-color: transparent;
3231
- border-top-color: transparent;
3232
- border-width: 3px;
3233
- position: absolute;
3234
- -webkit-transform: rotate(45deg);
3235
- transform: rotate(45deg);
3236
- }
3237
-
3238
- .e-pv-cb-unchecked {
3239
- border: 1px;
3240
- border-width: 1px;
3241
- }
3242
-
3243
- .e-pv-radiobtn-container input {
3244
- cursor: pointer;
3245
- opacity: 0;
3246
- position: absolute;
3247
- }
3248
-
3249
- .e-pv-radiobtn-div {
3250
- border: 1px solid #303030;
3251
- border-radius: 50%;
3252
- height: 100%;
3253
- left: 0;
3254
- position: absolute;
3255
- top: 0;
3256
- width: 100%;
3257
- }
3258
-
3259
- .e-pv-radio-btn {
3260
- border: 0;
3261
- clip: rect(0 0 0 0);
3262
- height: 1px;
3263
- margin: -1px;
3264
- overflow: hidden;
3265
- padding: 0;
3266
- position: absolute;
3267
- width: 1px;
3268
- }
3269
-
3270
- .e-pv-radio-btn + .e-pv-radiobtn-span::before {
3271
- content: "";
3272
- display: block;
3273
- height: inherit;
3274
- width: inherit;
3275
- }
3276
-
3277
- .e-pv-radio-btn:checked + .e-pv-radiobtn-span::before {
3278
- background: #303030;
3279
- border-radius: 50%;
3280
- }
3281
-
3282
- .e-pv-properties-text-edit-prop,
3283
- .e-pv-properties-visibility-style-prop,
3284
- .e-pv-properties-font-items-container {
3285
- display: -webkit-box;
3286
- display: -ms-flexbox;
3287
- display: flex;
3288
- -webkit-box-pack: space-evenly;
3289
- -ms-flex-pack: space-evenly;
3290
- justify-content: space-evenly;
3291
- }
3292
-
3293
- .e-pv-properties-form-field-name-main-div,
3294
- .e-pv-properties-form-field-value-main-div {
3295
- padding-right: 15px;
3296
- }
3297
-
3298
- .e-pv-properties-form-field-name-main-div,
3299
- .e-pv-properties-form-field-tooltip-main-div,
3300
- .e-pv-properties-form-field-value-main-div,
3301
- .e-pv-properties-form-field-visibility-main-div {
3302
- width: 285px;
3303
- }
3304
-
3305
- .e-pv-properties-text-edit-prop {
3306
- padding-top: 20px;
3307
- }
3308
-
3309
- .e-pv-properties-visibility-style-prop {
3310
- padding-bottom: 10px;
3311
- padding-top: 20px;
3312
- }
3313
-
3314
- .e-pv-properties-checkbox-main-div-prop {
3315
- display: -webkit-box;
3316
- display: -ms-flexbox;
3317
- display: flex;
3318
- -webkit-box-orient: horizontal;
3319
- -webkit-box-direction: normal;
3320
- -ms-flex-direction: row;
3321
- flex-direction: row;
3322
- -webkit-box-pack: justify;
3323
- -ms-flex-pack: justify;
3324
- justify-content: space-between;
3325
- padding-top: 20px;
3326
- }
3327
-
3328
- .e-pv-bold-icon-div,
3329
- .e-pv-italic-icon-div,
3330
- .e-pv-strikeout-icon-div,
3331
- .e-pv-underlinetext-icon-div,
3332
- .e-pv-left-align-icon-div,
3333
- .e-pv-center-align-icon-div,
3334
- .e-pv-right-align-icon-div {
3335
- padding: 8px 8px;
3336
- }
3337
-
3338
- .e-pv-bold-icon-div:hover,
3339
- .e-pv-italic-icon-div:hover,
3340
- .e-pv-strikeout-icon-div:hover,
3341
- .e-pv-underlinetext-icon-div:hover,
3342
- .e-pv-left-align-icon-div:hover,
3343
- .e-pv-center-align-icon-div:hover,
3344
- .e-pv-right-align-icon-div:hover {
3345
- background-color: #f4f4f4;
3346
- border-color: transparent;
3347
- }
3348
-
3349
- .e-pv-bold-icon-div:active,
3350
- .e-pv-italic-icon-div:active,
3351
- .e-pv-strikeout-icon-div:active,
3352
- .e-pv-underlinetext-icon-div:active,
3353
- .e-pv-left-align-icon-div:active,
3354
- .e-pv-center-align-icon-div:active,
3355
- .e-pv-right-align-icon-div:active {
3356
- background-color: #bdbdbd;
3357
- border-color: #bdbdbd;
3358
- }
3359
-
3360
- .e-pv-properties-fill-color-style-prop,
3361
- .e-pv-properties-stroke-color-style-prop,
3362
- .e-pv-properties-stroke-thickness-style-prop,
3363
- .e-bigger .e-pv-properties-fill-color-style-prop,
3364
- .e-bigger .e-pv-properties-stroke-color-style-prop,
3365
- .e-bigger .e-pv-properties-stroke-thickness-style-prop {
3366
- padding: 12px 20px 12px 1px;
3367
- }
3368
-
3369
- .e-pv-formfield-fontcolor-icon,
3370
- .e-pv-formfield-strokecolor-icon,
3371
- .e-pv-formfield-strokethickness-icon {
3372
- background: #eaeaea;
3373
- border-radius: 2px;
3374
- height: 44px;
3375
- margin-top: 8px;
3376
- width: 54px;
3377
- }
3378
-
3379
- .e-pv-properties-format-text-style-prop {
3380
- padding: 15px 15px 15px 1px;
3381
- }
3382
-
3383
- .e-pv-properties-font-family-container {
3384
- margin-right: 15px;
3385
- width: 165px;
3386
- }
3387
-
3388
- .e-pv-properties-font-size-container {
3389
- border-right-color: rgb(209, 235, 255);
3390
- border-right-style: solid;
3391
- border-right-width: 1px;
3392
- margin-right: 15px;
3393
- padding-right: 15px;
3394
- width: 99px;
3395
- }
3396
-
3397
- .e-pv-formfield-maxlength {
3398
- padding-left: 20px;
3399
- }
3400
-
3401
- .e-pv-left-align-icon-div,
3402
- .e-pv-center-align-icon-div,
3403
- .e-pv-right-align-icon-div {
3404
- padding-left: 6px;
3405
- }
3406
-
3407
- .e-pv-properties-font-color-container,
3408
- .e-pv-properties-color-container-style-prop {
3409
- display: -webkit-box;
3410
- display: -ms-flexbox;
3411
- display: flex;
3412
- padding-top: 20px;
3413
- }
3414
-
3415
- .e-pv-formfield-textcolor {
3416
- margin-right: 10px;
3417
- }
3418
-
3419
- .e-pv-formfield-maxlength-icon {
3420
- -webkit-box-align: center;
3421
- -ms-flex-align: center;
3422
- align-items: center;
3423
- display: -webkit-box;
3424
- display: -ms-flexbox;
3425
- display: flex;
3426
- padding-right: 14px;
3427
- }
3428
-
3429
- .e-pv-formfield-textcolor-icon {
3430
- background: #eaeaea;
3431
- border-radius: 2px;
3432
- width: 46px;
3433
- }
3434
-
3435
- .e-pv-properties-formfield-maxlength-text-label,
3436
- .e-pv-formfield-maxlength {
3437
- padding-left: 1px;
3438
- width: 82px;
3439
- }
3440
-
3441
- .e-pv-formfield-maxlength-group {
3442
- display: -webkit-box;
3443
- display: -ms-flexbox;
3444
- display: flex;
3445
- padding-left: 85px;
3446
- }
3447
-
3448
- .e-pv-properties-form-field-list-add-div {
3449
- display: -webkit-box;
3450
- display: -ms-flexbox;
3451
- display: flex;
3452
- padding-bottom: 15px;
3453
- padding-top: 20px;
3454
- }
3455
-
3456
- .e-pv-properties-list-item-edit-prop {
3457
- margin-right: 15px;
3458
- width: 295px;
3459
- }
3460
-
3461
- .e-pv-properties-form-field-window {
3462
- max-width: 477px;
3463
- }
3464
-
3465
- .e-pv-properties-export-value-edit-prop {
3466
- width: 295px;
3467
- }
3468
-
3469
- .e-pv-properties-form-field-list-btn-div {
3470
- -webkit-box-align: center;
3471
- -ms-flex-align: center;
3472
- align-items: center;
3473
- display: -webkit-box;
3474
- display: -ms-flexbox;
3475
- display: flex;
3476
- height: 36px;
3477
- margin-top: 10px;
3478
- text-align: center;
3479
- }
3480
-
3481
- .e-pv-properties-form-field-export-value-main-div {
3482
- padding-bottom: 15px;
3483
- padding-top: 10px;
3484
- width: 335px;
3485
- }
3486
-
3487
- .e-pv-properties-form-field-group-btn-div {
3488
- display: grid;
3489
- -ms-flex-line-pack: justify;
3490
- align-content: space-between;
3491
- }
3492
-
3493
- .e-pv-properties-form-field-option-dropdown-list-div {
3494
- padding-top: 10px;
3495
- }
3496
-
3497
- .e-pv-properties-form-field-btn-textarea-container {
3498
- display: -webkit-box;
3499
- display: -ms-flexbox;
3500
- display: flex;
3501
- width: 385px;
3502
- padding-top: 15px;
3503
- }
3504
-
3505
- .e-pv-properties-dropdown-btn {
3506
- -webkit-box-align: center;
3507
- -ms-flex-align: center;
3508
- align-items: center;
3509
- display: -webkit-box;
3510
- display: -ms-flexbox;
3511
- display: flex;
3512
- height: 36px;
3513
- text-align: center;
3514
- width: 75px;
3515
- }
3516
-
3517
- .e-pv-show-designer-name {
3518
- -webkit-box-align: center;
3519
- -ms-flex-align: center;
3520
- align-items: center;
3521
- color: #000;
3522
- display: grid;
3523
- height: 100%;
3524
- overflow: hidden;
3525
- text-align: center;
3526
- text-overflow: ellipsis;
3527
- white-space: nowrap;
3528
- width: 100%;
3529
- }
3530
-
3531
- .e-pv-formfield-li-element {
3532
- list-style: none;
3533
- padding-left: 10px;
3534
- }
3535
-
3536
- .e-pv-li-select {
3537
- background-color: #c8c8c8;
3538
- }
3539
-
3540
- .e-pv-formfield-li-element.e-pv-li-select {
3541
- background-color: #c8c8c8;
3542
- }
3543
-
3544
- .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3545
- background-color: #c8c8c8;
3546
- }
3547
-
3548
- .e-pv-form-designer-ul-list-items {
3549
- padding-left: 1px;
3550
- }
3551
-
3552
- .e-pv-form-field-property-header.e-dialog .e-dlg-header .e-dlg-header-content {
3553
- font-size: 20px;
3554
- font-weight: 500;
3555
- }
3556
-
3557
- .e-pv-form-field-property-header {
3558
- -ms-user-select: none;
3559
- -webkit-user-select: none;
3560
- color: #333;
3561
- display: block;
3562
- font-family: "Roboto";
3563
- font-size: 20px;
3564
- font-style: normal;
3565
- font-weight: 500;
3566
- line-height: 23px;
3567
- margin-top: 5px;
3568
- mix-blend-mode: normal;
3569
- opacity: 0.87;
3570
- overflow: hidden;
3571
- text-overflow: ellipsis;
3572
- -moz-user-select: none;
3573
- user-select: none;
3574
- vertical-align: top;
3575
- white-space: nowrap;
3576
- width: 80%;
3577
- }
3578
-
3579
- .e-pv-form-field-property-header-general {
3580
- font-family: "Roboto";
3581
- font-size: 13px;
3582
- font-style: normal;
3583
- font-weight: 500;
3584
- line-height: 15px;
3585
- }
3586
-
3587
- .e-pv-properties-formfield-formatting {
3588
- color: #757575;
3589
- font-family: "Roboto";
3590
- font-size: 13px;
3591
- font-style: normal;
3592
- font-weight: normal;
3593
- height: 15px;
3594
- line-height: 15px;
3595
- width: 64px;
3596
- }
3597
-
3598
- .e-pv-properties-form-field-font-style {
3599
- background: #eaeaea;
3600
- border-radius: 2px;
3601
- display: -webkit-box;
3602
- display: -ms-flexbox;
3603
- display: flex;
3604
- height: 36px;
3605
- width: 154px;
3606
- -webkit-box-pack: space-evenly;
3607
- -ms-flex-pack: space-evenly;
3608
- justify-content: space-evenly;
3609
- }
3610
-
3611
- .e-pv-properties-form-field-font-align {
3612
- background: #eaeaea;
3613
- border-radius: 2px;
3614
- display: -webkit-box;
3615
- display: -ms-flexbox;
3616
- display: flex;
3617
- height: 36px;
3618
- width: 120px;
3619
- -webkit-box-pack: space-evenly;
3620
- -ms-flex-pack: space-evenly;
3621
- justify-content: space-evenly;
3622
- margin-right: 15px;
3623
- }
3624
-
3625
- .e-bigger .e-pv-properties-form-field-font-style {
3626
- background: #eaeaea;
3627
- border-radius: 2px;
3628
- display: -webkit-box;
3629
- display: -ms-flexbox;
3630
- display: flex;
3631
- height: 36px;
3632
- -webkit-box-pack: space-evenly;
3633
- -ms-flex-pack: space-evenly;
3634
- justify-content: space-evenly;
3635
- width: 154px;
3636
- }
3637
-
3638
- .e-bigger .e-pv-properties-form-field-font-align {
3639
- background: #eaeaea;
3640
- border-radius: 2px;
3641
- display: -webkit-box;
3642
- display: -ms-flexbox;
3643
- display: flex;
3644
- height: 36px;
3645
- -webkit-box-pack: space-evenly;
3646
- -ms-flex-pack: space-evenly;
3647
- justify-content: space-evenly;
3648
- margin-right: 15px;
3649
- width: 120px;
3650
- }
3651
-
3652
- .e-pv-properties-formfield-label {
3653
- color: #757575;
3654
- font-family: "Roboto";
3655
- font-size: 13px;
3656
- font-style: normal;
3657
- font-weight: normal;
3658
- height: 15px;
3659
- line-height: 15px;
3660
- }
3661
-
3662
- .e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
3663
- min-width: 20px;
3664
- }
3665
-
3666
- .e-pv-properties-form-field-window {
3667
- height: 544px;
3668
- }
3669
-
3670
- .e-pv-properties-header-spliter {
3671
- border-bottom-color: #333;
3672
- border-bottom-style: solid;
3673
- border-bottom-width: 0;
3674
- left: 0;
3675
- padding-top: 35px;
3676
- position: absolute;
3677
- width: 0;
3678
- }
3679
-
3680
- .e-pv-properties-bottom-spliter {
3681
- border-bottom-color: #333;
3682
- border-bottom-style: solid;
3683
- border-bottom-width: 0;
3684
- left: 0;
3685
- margin-bottom: 10px;
3686
- padding-top: 10px;
3687
- width: 0;
3688
- }
3689
-
3690
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
3691
- background-color: #fff;
3692
- padding: 0 7px;
3693
- }
3694
-
3695
- .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
3696
- -webkit-box-pack: center;
3697
- -ms-flex-pack: center;
3698
- justify-content: center;
3699
- padding: 0 7px;
3700
- }
3701
-
3702
- .e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
3703
- margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
3704
- width: 1em !important; /* stylelint-disable-line declaration-no-important */
3705
- line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
3706
- }
3707
-
3708
- .e-dialog.e-pv-signature-dialog-height {
3709
- height: 565px;
3710
- }
3711
-
3712
- .e-dialog.e-pv-signature-dialog-blazor-height {
3713
- height: 565px;
3714
- }
3715
-
3716
- .e-pv-handwritten-signature-canvas {
3717
- height: 355px;
3718
- width: 700px;
3719
- }
3720
-
3721
- .e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
3722
- overflow: auto;
3723
- }
3724
-
3725
- .e-pv-canvas-signature {
3726
- width: 700px;
3727
- }
3728
-
3729
- .e-pv-canvas-signature-blazor {
3730
- width: 700px;
3731
- }
3732
-
3733
- .e-pv-font-appearance-style {
3734
- padding: 8px;
3735
- }
3736
-
3737
- .e-pv-font-appearance-style-blazor {
3738
- padding: 8px;
3739
- }
3740
-
3741
- .e-pv-toolbar-tooltip {
3742
- pointer-events: none;
3743
- }
3744
-
3745
- .e-pv-notification {
3746
- background-color: #0078d6;
3747
- }
1
+ @import '@syncfusion/ej2-pdfviewer/styles/fabric.css';