@syncfusion/ej2-angular-pdfviewer 24.1.41-ngcc → 24.1.41

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