@syncfusion/ej2-react-pdfviewer 23.2.6 → 24.1.41

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