@syncfusion/ej2-vue-pdfviewer 23.2.7 → 24.1.43

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