@syncfusion/ej2-react-pdfviewer 23.2.6 → 24.1.41

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