@syncfusion/ej2-react-pdfviewer 19.2.61 → 19.3.43

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