@syncfusion/ej2-react-pdfviewer 23.2.7 → 24.1.41

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