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

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