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

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