@syncfusion/ej2-react-pdfviewer 23.2.7 → 24.1.43

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