@syncfusion/ej2-vue-pdfviewer 23.2.6 → 24.1.41

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