@syncfusion/ej2-react-pdfviewer 26.1.42 → 26.2.5

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