@syncfusion/ej2-react-pdfviewer 21.2.9 → 22.1.34

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