@syncfusion/ej2-react-pdfviewer 21.2.9 → 22.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/CHANGELOG.md +18 -2
  2. package/README.md +1 -1
  3. package/dist/ej2-react-pdfviewer.min.js +1 -1
  4. package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +54 -10
  7. package/styles/bootstrap.css +54 -10
  8. package/styles/bootstrap4.css +54 -10
  9. package/styles/bootstrap5-dark.css +66 -16
  10. package/styles/bootstrap5.css +66 -16
  11. package/styles/fabric-dark.css +54 -10
  12. package/styles/fabric.css +54 -10
  13. package/styles/fluent-dark.css +66 -10
  14. package/styles/fluent.css +66 -10
  15. package/styles/highcontrast-light.css +54 -10
  16. package/styles/highcontrast.css +54 -10
  17. package/styles/material-dark.css +54 -10
  18. package/styles/material.css +54 -10
  19. package/styles/material3-dark.css +3482 -0
  20. package/styles/material3-dark.scss +2 -0
  21. package/styles/material3.css +3538 -0
  22. package/styles/material3.scss +2 -0
  23. package/styles/pdfviewer/bootstrap-dark.css +54 -10
  24. package/styles/pdfviewer/bootstrap.css +54 -10
  25. package/styles/pdfviewer/bootstrap4.css +54 -10
  26. package/styles/pdfviewer/bootstrap5-dark.css +66 -16
  27. package/styles/pdfviewer/bootstrap5.css +66 -16
  28. package/styles/pdfviewer/fabric-dark.css +54 -10
  29. package/styles/pdfviewer/fabric.css +54 -10
  30. package/styles/pdfviewer/fluent-dark.css +66 -10
  31. package/styles/pdfviewer/fluent.css +66 -10
  32. package/styles/pdfviewer/highcontrast-light.css +54 -10
  33. package/styles/pdfviewer/highcontrast.css +54 -10
  34. package/styles/pdfviewer/material-dark.css +54 -10
  35. package/styles/pdfviewer/material.css +54 -10
  36. package/styles/pdfviewer/material3-dark.css +3482 -0
  37. package/styles/pdfviewer/material3-dark.scss +2 -0
  38. package/styles/pdfviewer/material3.css +3538 -0
  39. package/styles/pdfviewer/material3.scss +2 -0
  40. package/styles/pdfviewer/tailwind-dark.css +57 -10
  41. package/styles/pdfviewer/tailwind.css +57 -10
  42. package/styles/tailwind-dark.css +57 -10
  43. package/styles/tailwind.css +57 -10
@@ -0,0 +1,3482 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 208, 188, 255;
6
+ --color-sf-primary-container: 79, 55, 139;
7
+ --color-sf-secondary: 204, 194, 220;
8
+ --color-sf-secondary-container: 74, 68, 88;
9
+ --color-sf-tertiary: 239, 184, 200;
10
+ --color-sf-tertiary-container: 99, 59, 72;
11
+ --color-sf-surface: 28, 27, 31;
12
+ --color-sf-surface-variant: 73, 69, 79;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 55, 30, 115;
15
+ --color-sf-on-primary-container: 234, 221, 255;
16
+ --color-sf-on-secondary: 51, 45, 65;
17
+ --color-sf-on-secondary-container: 232, 222, 248;
18
+ --color-sf-on-tertiary: 73, 37, 50;
19
+ --color-sf-on-tertiary-containe: 255, 216, 228;
20
+ --color-sf-on-surface: 230, 225, 229;
21
+ --color-sf-on-surface-variant: 202, 196, 208;
22
+ --color-sf-on-background: 230, 225, 229;
23
+ --color-sf-outline: 147, 143, 153;
24
+ --color-sf-outline-variant: 68, 71, 70;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 208, 188, 255;
27
+ --color-sf-inverse-surface: 230, 225, 229;
28
+ --color-sf-inverse-on-surface: 49, 48, 51;
29
+ --color-sf-inverse-primary: 103, 80, 164;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 242, 184, 181;
32
+ --color-sf-error-container: 140, 29, 24;
33
+ --color-sf-on-error: 96, 20, 16;
34
+ --color-sf-on-error-container: 249, 222, 220;
35
+ --color-sf-success: 83, 202, 23;
36
+ --color-sf-success-container: 22, 62, 2;
37
+ --color-sf-on-success: 13, 39, 0;
38
+ --color-sf-on-success-container: 183, 250, 150;
39
+ --color-sf-info: 71, 172, 251;
40
+ --color-sf-info-container: 0, 67, 120;
41
+ --color-sf-on-info: 0, 51, 91;
42
+ --color-sf-on-info-container: 173, 219, 255;
43
+ --color-sf-warning: 245, 180, 130;
44
+ --color-sf-warning-container: 123, 65, 0;
45
+ --color-sf-on-warning: 99, 52, 0;
46
+ --color-sf-on-warning-container: 255, 220, 193;
47
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
49
+ --color-sf-success-text: 0, 0, 0;
50
+ --color-sf-warning-text: 0, 0, 0;
51
+ --color-sf-info-text: 0, 0, 0;
52
+ --color-sf-danger-text: 0, 0, 0;
53
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
55
+ }
56
+
57
+ /*! PdfViewer's default definitions and variables */
58
+ .e-pdfviewer .e-pv-icon::before {
59
+ font-family: "e-icons";
60
+ }
61
+ .e-pdfviewer .e-pv-icon-search::before {
62
+ font-family: "e-icons";
63
+ font-size: 12px;
64
+ }
65
+ .e-pdfviewer .e-pv-open-document-icon::before {
66
+ content: "\e83c";
67
+ }
68
+ .e-pdfviewer .e-pv-download-document-icon::before {
69
+ content: "\e7a1";
70
+ }
71
+ .e-pdfviewer .e-pv-print-document-icon::before {
72
+ content: "\e75d";
73
+ }
74
+ .e-pdfviewer .e-pv-first-page-navigation-icon::before {
75
+ content: "\e833";
76
+ }
77
+ .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
78
+ content: "\e765";
79
+ }
80
+ .e-pdfviewer .e-pv-prev-search-icon::before {
81
+ color: var(--color-sf-on-surface-variant);
82
+ content: "\e765";
83
+ }
84
+ .e-pdfviewer .e-pv-next-page-navigation-icon::before {
85
+ content: "\e748";
86
+ }
87
+ .e-pdfviewer .e-pv-next-search-icon::before {
88
+ color: var(--color-sf-on-surface-variant);
89
+ content: "\e748";
90
+ }
91
+ .e-pdfviewer .e-pv-last-page-navigation-icon::before {
92
+ content: "\e818";
93
+ }
94
+ .e-pdfviewer .e-pv-zoom-out-icon::before {
95
+ content: "\e81b";
96
+ line-height: 26px;
97
+ }
98
+ .e-pdfviewer .e-pv-zoom-in-icon::before {
99
+ content: "\e768";
100
+ line-height: 26px;
101
+ }
102
+ .e-pdfviewer .e-pv-thumbnail-view-icon::before {
103
+ content: "\e79e";
104
+ }
105
+ .e-pdfviewer .e-pv-stamp-icon::before {
106
+ content: "\e717";
107
+ }
108
+ .e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
109
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
110
+ content: "\e79e";
111
+ }
112
+ .e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
113
+ color: rgba(var(--color-sf-on-surface));
114
+ content: "\e79e";
115
+ }
116
+ .e-pdfviewer .e-pv-bookmark-icon::before {
117
+ content: "\e750";
118
+ }
119
+ .e-pdfviewer .e-pv-bookmark-disable-icon::before {
120
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
121
+ content: "\e750";
122
+ }
123
+ .e-pdfviewer .e-pv-bookmark-selection-icon::before {
124
+ color: rgba(var(--color-sf-on-surface));
125
+ content: "\e750";
126
+ }
127
+ .e-pdfviewer .e-pv-title-close-icon::before,
128
+ .e-pdfviewer .e-pv-annotation-tools-close-icon::before,
129
+ .e-pdfviewer .e-pv-annotation-popup-close::before {
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,
1880
+ .e-pv-annotation-opacity-container,
1881
+ .e-pv-annotation-stroke-container,
1882
+ .e-pv-custom-annotation-thickness-container,
1883
+ .e-pv-custom-annotation-opacity-container,
1884
+ .e-pv-annotation-thickness-container,
1885
+ .e-pv-annotation-textcolor-container,
1886
+ .e-pv-annotation-textalign-container,
1887
+ .e-pv-annotation-textprop-container {
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-comment-panel-title-close-div.e-btn {
2541
+ background: transparent;
2542
+ border: none;
2543
+ box-shadow: none;
2544
+ height: 40px;
2545
+ position: absolute;
2546
+ width: 32px;
2547
+ padding: 12px 12px 12px 270px;
2548
+ }
2549
+
2550
+ .e-pv-comment-panel-title-container .e-pv-more-icon .e-pv-icon {
2551
+ font-size: 16px;
2552
+ }
2553
+
2554
+ .e-pv-title-close-icon {
2555
+ color: rgba(var(--color-sf-on-surface));
2556
+ }
2557
+
2558
+ .e-pv-comments-panel-text {
2559
+ font-size: 15px;
2560
+ padding-left: 85px;
2561
+ }
2562
+
2563
+ .e-pv-comments-content-container {
2564
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2565
+ border-color: rgba(var(--color-sf-outline-variant));
2566
+ border-style: double;
2567
+ border-width: 0 1px 1px 0;
2568
+ height: calc(100% - 45px);
2569
+ overflow: auto;
2570
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2571
+ }
2572
+
2573
+ .e-pv-comments-container {
2574
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2575
+ border-radius: 2px;
2576
+ left: 7px;
2577
+ right: 7px;
2578
+ }
2579
+
2580
+ .e-pv-comments-border {
2581
+ border: 2px;
2582
+ border-color: rgba(var(--color-sf-outline-variant));
2583
+ border-radius: 4px;
2584
+ border-style: groove;
2585
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2586
+ border-radius: 4px;
2587
+ }
2588
+
2589
+ .e-pv-comment-title {
2590
+ color: rgba(var(--color-sf-on-surface));
2591
+ padding-left: 32px;
2592
+ padding-top: 12px;
2593
+ font-size: 14px;
2594
+ font-size: 12px;
2595
+ padding-left: 40px;
2596
+ padding-top: 12px;
2597
+ padding-bottom: 30px;
2598
+ height: 18px;
2599
+ max-width: 237px;
2600
+ position: absolute;
2601
+ }
2602
+
2603
+ .e-pv-reply-title {
2604
+ color: rgba(var(--color-sf-on-surface));
2605
+ font-size: 14px;
2606
+ font-size: 12px;
2607
+ max-width: 212px;
2608
+ padding-left: 8px;
2609
+ padding-top: 12px;
2610
+ position: absolute;
2611
+ }
2612
+
2613
+ .e-pv-comments-hover {
2614
+ background-color: rgba(var(--color-sf-on-surface), 0.05);
2615
+ }
2616
+
2617
+ .e-pv-comments-select {
2618
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2619
+ }
2620
+
2621
+ .e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper {
2622
+ color: rgba(var(--color-sf-on-surface));
2623
+ }
2624
+
2625
+ .e-pv-comments-leave {
2626
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2627
+ }
2628
+
2629
+ .e-pdfviewer .e-accordion {
2630
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2631
+ border-radius: 0;
2632
+ border-width: 0;
2633
+ }
2634
+
2635
+ .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp {
2636
+ border: 0;
2637
+ }
2638
+
2639
+ .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
2640
+ padding-bottom: 6px;
2641
+ padding-top: 6px;
2642
+ }
2643
+
2644
+ .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
2645
+ margin-top: 0;
2646
+ padding-left: 7px;
2647
+ }
2648
+
2649
+ .e-pdfviewer .e-inplaceeditor {
2650
+ display: block;
2651
+ }
2652
+
2653
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
2654
+ display: none;
2655
+ }
2656
+
2657
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2658
+ border-bottom: 0;
2659
+ word-break: break-word;
2660
+ }
2661
+
2662
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-container .e-editable-value {
2663
+ font-size: 12px;
2664
+ }
2665
+
2666
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
2667
+ display: block;
2668
+ }
2669
+
2670
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover {
2671
+ background: transparent;
2672
+ }
2673
+
2674
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-container {
2675
+ background: transparent;
2676
+ width: 229px;
2677
+ }
2678
+
2679
+ .e-pv-status-div {
2680
+ height: 20px;
2681
+ left: 8px;
2682
+ position: relative;
2683
+ width: 20px;
2684
+ }
2685
+
2686
+ .e-pv-status-container {
2687
+ padding-bottom: 5px;
2688
+ padding-top: 2px;
2689
+ }
2690
+
2691
+ .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
2692
+ caret-color: rgba(var(--color-sf-on-surface));
2693
+ }
2694
+
2695
+ .e-pv-reply-div {
2696
+ margin-top: 3px;
2697
+ }
2698
+
2699
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
2700
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
2701
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2702
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2703
+ border-width: 1px 0;
2704
+ }
2705
+
2706
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
2707
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
2708
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2709
+ box-shadow: none;
2710
+ }
2711
+
2712
+ .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,
2713
+ .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,
2714
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
2715
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
2716
+ color: rgba(var(--color-sf-on-surface));
2717
+ font-size: 14px;
2718
+ font-weight: 400;
2719
+ letter-spacing: 0.24px;
2720
+ line-height: 20px;
2721
+ padding: 0 249px 9px 0;
2722
+ }
2723
+
2724
+ .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
2725
+ background-size: 100%;
2726
+ }
2727
+
2728
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
2729
+ line-height: normal;
2730
+ }
2731
+
2732
+ .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2733
+ margin-top: 10px;
2734
+ padding-bottom: 5px;
2735
+ margin-top: 12px;
2736
+ }
2737
+
2738
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2739
+ float: left;
2740
+ }
2741
+
2742
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2743
+ float: left;
2744
+ }
2745
+
2746
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2747
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2748
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2749
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2750
+ .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,
2751
+ .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,
2752
+ .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,
2753
+ .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 {
2754
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2755
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2756
+ }
2757
+
2758
+ .e-pv-comment-panel-resizer {
2759
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
2760
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2761
+ border-width: 0 0 0 1px;
2762
+ color: inherit;
2763
+ cursor: ew-resize;
2764
+ height: 100%;
2765
+ position: absolute;
2766
+ width: 8px;
2767
+ z-index: 105;
2768
+ }
2769
+
2770
+ .e-pv-comment-panel-resizer.e-left {
2771
+ left: 300px;
2772
+ }
2773
+
2774
+ .e-pv-comment-panel-resizer.e-right {
2775
+ right: 300px;
2776
+ }
2777
+
2778
+ .e-pv-align {
2779
+ cursor: pointer;
2780
+ float: right;
2781
+ font-size: 20px;
2782
+ margin-right: 16px;
2783
+ margin-top: 10px;
2784
+ }
2785
+
2786
+ .e-pv-align-border {
2787
+ 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));
2788
+ border-radius: 5px;
2789
+ cursor: pointer;
2790
+ display: inline-block;
2791
+ width: 170px;
2792
+ }
2793
+
2794
+ .e-pv-font-sign {
2795
+ border: 1px solid rgba(var(--color-sf-on-surface));
2796
+ border-radius: 5px;
2797
+ display: inline-block;
2798
+ font-size: 13px;
2799
+ height: 88px;
2800
+ margin: 15px;
2801
+ padding-top: 40px;
2802
+ text-align: center;
2803
+ width: 311px;
2804
+ word-wrap: break-word;
2805
+ border: 1px dashed rgba(var(--color-sf-primary));
2806
+ border-radius: 4px;
2807
+ background: var(--color-sf-surface);
2808
+ font-size: 24px;
2809
+ color: var(--color-sf-on-surface);
2810
+ font-weight: 400;
2811
+ }
2812
+
2813
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
2814
+ color: rgba(var(--color-sf-on-surface-variant));
2815
+ }
2816
+
2817
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
2818
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
2819
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
2820
+ color: rgba(var(--color-sf-on-surface-variant));
2821
+ }
2822
+
2823
+ .e-pv-stamp-template-container .e-menu-container .e-menu {
2824
+ background-color: transparent;
2825
+ border-color: transparent;
2826
+ }
2827
+
2828
+ .e-pv-custom-annotation-thickness-container,
2829
+ .e-pv-custom-annotation-opacity-container {
2830
+ background: transparent;
2831
+ border: transparent;
2832
+ }
2833
+
2834
+ .e-pdfviewer-signatureformfields.e-pv-signature-focus,
2835
+ .e-pdfviewer-signatureformfields-signature.e-pv-signature-focus {
2836
+ outline: rgba(var(--color-sf-black)) dotted 2px;
2837
+ }
2838
+
2839
+ .e-pv-checkbox-container {
2840
+ -moz-user-select: none;
2841
+ -ms-user-select: none;
2842
+ -webkit-user-select: none;
2843
+ cursor: pointer;
2844
+ display: block;
2845
+ margin-bottom: 0;
2846
+ position: relative;
2847
+ user-select: none;
2848
+ }
2849
+
2850
+ .e-pv-text-selection-none {
2851
+ -ms-user-select: none;
2852
+ -webkit-user-select: none;
2853
+ user-select: none;
2854
+ }
2855
+
2856
+ .e-pv-checkbox-container input {
2857
+ cursor: pointer;
2858
+ height: 0;
2859
+ opacity: 0;
2860
+ position: absolute;
2861
+ width: 0;
2862
+ }
2863
+
2864
+ .e-pv-checkbox-div {
2865
+ border: 1px solid rgba(var(--color-sf-black));
2866
+ display: inline;
2867
+ height: 100%;
2868
+ left: 0;
2869
+ position: absolute;
2870
+ text-align: center;
2871
+ top: 0;
2872
+ width: 100%;
2873
+ }
2874
+
2875
+ .e-pv-cb-checked {
2876
+ border: solid rgba(var(--color-sf-black));
2877
+ border-left-color: transparent;
2878
+ border-top-color: transparent;
2879
+ border-width: 3px;
2880
+ position: absolute;
2881
+ transform: rotate(45deg);
2882
+ }
2883
+
2884
+ .e-pv-cb-unchecked {
2885
+ border: 1px;
2886
+ border-width: 1px;
2887
+ }
2888
+
2889
+ .e-pv-radiobtn-container {
2890
+ -moz-user-select: none;
2891
+ -ms-user-select: none;
2892
+ -webkit-user-select: none;
2893
+ cursor: pointer;
2894
+ display: block;
2895
+ margin-bottom: 0;
2896
+ position: relative;
2897
+ user-select: none;
2898
+ }
2899
+
2900
+ .e-pv-radiobtn-container input {
2901
+ cursor: pointer;
2902
+ opacity: 0;
2903
+ position: absolute;
2904
+ }
2905
+
2906
+ .e-pv-radiobtn-div {
2907
+ border: 1px solid rgba(var(--color-sf-black));
2908
+ border-radius: 50%;
2909
+ height: 100%;
2910
+ left: 0;
2911
+ position: absolute;
2912
+ top: 0;
2913
+ width: 100%;
2914
+ }
2915
+
2916
+ .e-pv-radio-btn {
2917
+ border: 0;
2918
+ clip: rect(0 0 0 0);
2919
+ height: 1px;
2920
+ margin: -1px;
2921
+ overflow: hidden;
2922
+ padding: 0;
2923
+ position: absolute;
2924
+ width: 1px;
2925
+ }
2926
+
2927
+ .e-pv-radio-btn + span {
2928
+ display: block;
2929
+ }
2930
+
2931
+ .e-pv-radio-btn + .e-pv-radiobtn-span::before {
2932
+ content: "";
2933
+ display: block;
2934
+ height: inherit;
2935
+ width: inherit;
2936
+ }
2937
+
2938
+ .e-pv-radio-btn:checked + .e-pv-radiobtn-span::before {
2939
+ background: rgba(var(--color-sf-black));
2940
+ border-radius: 50%;
2941
+ }
2942
+
2943
+ .e-pv-properties-text-edit-prop,
2944
+ .e-pv-properties-visibility-style-prop,
2945
+ .e-pv-properties-font-items-container {
2946
+ display: -ms-flexbox;
2947
+ display: flex;
2948
+ -ms-flex-pack: space-evenly;
2949
+ justify-content: space-evenly;
2950
+ }
2951
+
2952
+ .e-pv-properties-form-field-name-main-div,
2953
+ .e-pv-properties-form-field-value-main-div {
2954
+ padding-right: 15px;
2955
+ }
2956
+
2957
+ .e-pv-properties-form-field-name-main-div,
2958
+ .e-pv-properties-form-field-tooltip-main-div,
2959
+ .e-pv-properties-form-field-value-main-div,
2960
+ .e-pv-properties-form-field-visibility-main-div {
2961
+ width: 285px;
2962
+ }
2963
+
2964
+ .e-pv-properties-text-edit-prop {
2965
+ padding-top: 20px;
2966
+ }
2967
+
2968
+ .e-pv-properties-visibility-style-prop {
2969
+ padding-top: 16px;
2970
+ }
2971
+
2972
+ .e-pv-properties-checkbox-main-div-prop {
2973
+ display: -ms-flexbox;
2974
+ display: flex;
2975
+ -ms-flex-direction: row;
2976
+ flex-direction: row;
2977
+ -ms-flex-pack: justify;
2978
+ justify-content: space-between;
2979
+ padding-top: 20px;
2980
+ }
2981
+
2982
+ .e-pv-bold-icon-div,
2983
+ .e-pv-italic-icon-div,
2984
+ .e-pv-strikeout-icon-div,
2985
+ .e-pv-underlinetext-icon-div,
2986
+ .e-pv-left-align-icon-div,
2987
+ .e-pv-center-align-icon-div,
2988
+ .e-pv-right-align-icon-div {
2989
+ padding: 4px 8px;
2990
+ }
2991
+
2992
+ .e-pv-bold-icon-div:hover,
2993
+ .e-pv-italic-icon-div:hover,
2994
+ .e-pv-strikeout-icon-div:hover,
2995
+ .e-pv-underlinetext-icon-div:hover,
2996
+ .e-pv-left-align-icon-div:hover,
2997
+ .e-pv-center-align-icon-div:hover,
2998
+ .e-pv-right-align-icon-div:hover {
2999
+ background: rgba(var(--color-sf-on-surface), 0.05);
3000
+ border: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
3001
+ }
3002
+
3003
+ .e-pv-bold-icon-div:active,
3004
+ .e-pv-italic-icon-div:active,
3005
+ .e-pv-strikeout-icon-div:active,
3006
+ .e-pv-underlinetext-icon-div:active,
3007
+ .e-pv-left-align-icon-div:active,
3008
+ .e-pv-center-align-icon-div:active,
3009
+ .e-pv-right-align-icon-div:active {
3010
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3011
+ border: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3012
+ }
3013
+
3014
+ .e-pv-properties-fill-color-style-prop,
3015
+ .e-pv-properties-stroke-color-style-prop,
3016
+ .e-pv-properties-stroke-thickness-style-prop {
3017
+ padding: 0 20px 12px 1px;
3018
+ }
3019
+
3020
+ .e-bigger .e-pv-properties-fill-color-style-prop,
3021
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
3022
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
3023
+ padding: 0 20px 12px 1px;
3024
+ }
3025
+
3026
+ .e-pv-formfield-fontcolor-icon,
3027
+ .e-pv-formfield-strokecolor-icon,
3028
+ .e-pv-formfield-strokethickness-icon {
3029
+ background: transparent;
3030
+ border-radius: 2px;
3031
+ height: 32px;
3032
+ margin-top: 8px;
3033
+ width: 54px;
3034
+ -ms-flex-line-pack: center;
3035
+ align-content: center;
3036
+ -ms-flex-align: center;
3037
+ align-items: center;
3038
+ box-shadow: none;
3039
+ display: -ms-flexbox;
3040
+ display: flex;
3041
+ -ms-flex-direction: row;
3042
+ flex-direction: row;
3043
+ -ms-flex-wrap: wrap;
3044
+ flex-wrap: wrap;
3045
+ width: 72px;
3046
+ height: 32px;
3047
+ border-bottom: 1px solid rgba(var(--color-sf-outline));
3048
+ box-sizing: border-box;
3049
+ padding-right: 16px;
3050
+ margin-top: 0;
3051
+ }
3052
+
3053
+ .e-pv-properties-format-text-style-prop {
3054
+ padding: 20px 15px 6px 0;
3055
+ }
3056
+
3057
+ .e-pv-properties-font-family-container {
3058
+ margin-right: 15px;
3059
+ width: 214px;
3060
+ height: 32px;
3061
+ margin-right: 12px;
3062
+ }
3063
+
3064
+ .e-pv-properties-font-size-container {
3065
+ border-right-color: transparent;
3066
+ height: 32px;
3067
+ border-bottom: 1px solid transparent;
3068
+ box-sizing: border-box;
3069
+ width: 76px;
3070
+ }
3071
+
3072
+ .e-pv-formfield-maxlength {
3073
+ padding-left: 20px;
3074
+ }
3075
+
3076
+ .e-pv-left-align-icon-div,
3077
+ .e-pv-center-align-icon-div,
3078
+ .e-pv-right-align-icon-div {
3079
+ padding-left: 6px;
3080
+ }
3081
+
3082
+ .e-pv-properties-font-color-container,
3083
+ .e-pv-properties-color-container-style-prop {
3084
+ display: -ms-flexbox;
3085
+ display: flex;
3086
+ padding-top: 20px;
3087
+ }
3088
+
3089
+ .e-pv-formfield-textcolor {
3090
+ margin-right: 10px;
3091
+ }
3092
+
3093
+ .e-pv-formfield-maxlength-icon {
3094
+ -ms-flex-align: center;
3095
+ align-items: center;
3096
+ display: -ms-flexbox;
3097
+ display: flex;
3098
+ padding-right: 14px;
3099
+ }
3100
+
3101
+ .e-pv-formfield-textcolor-icon {
3102
+ background: transparent;
3103
+ border-radius: 2px;
3104
+ width: inherit;
3105
+ display: -ms-flexbox;
3106
+ display: flex;
3107
+ width: 76px;
3108
+ border-bottom: 1px solid rgba(var(--color-sf-outline));
3109
+ box-shadow: none;
3110
+ }
3111
+
3112
+ .e-pv-properties-formfield-maxlength-text-label,
3113
+ .e-pv-formfield-maxlength {
3114
+ padding-left: 1px;
3115
+ width: 143px;
3116
+ height: 32px;
3117
+ }
3118
+
3119
+ .e-pv-formfield-maxlength-group {
3120
+ display: -ms-flexbox;
3121
+ display: flex;
3122
+ padding-left: 38px;
3123
+ }
3124
+
3125
+ .e-pv-properties-form-field-list-add-div {
3126
+ display: -ms-flexbox;
3127
+ display: flex;
3128
+ padding-bottom: 15px;
3129
+ padding-top: 20px;
3130
+ }
3131
+
3132
+ .e-pv-properties-list-item-edit-prop {
3133
+ margin-right: 15px;
3134
+ width: 295px;
3135
+ }
3136
+
3137
+ .e-pv-properties-form-field-window {
3138
+ max-width: 480px;
3139
+ }
3140
+
3141
+ .e-bigger .e-pv-properties-form-field-window {
3142
+ max-width: 490px;
3143
+ }
3144
+
3145
+ .e-pv-properties-export-value-edit-prop {
3146
+ width: 295px;
3147
+ }
3148
+
3149
+ .e-pv-properties-form-field-list-btn-div {
3150
+ -ms-flex-align: center;
3151
+ align-items: center;
3152
+ display: -ms-flexbox;
3153
+ display: flex;
3154
+ height: 36px;
3155
+ margin-top: 10px;
3156
+ text-align: center;
3157
+ }
3158
+
3159
+ .e-pv-properties-form-field-export-value-main-div {
3160
+ padding-bottom: 15px;
3161
+ padding-top: 10px;
3162
+ width: 335px;
3163
+ }
3164
+
3165
+ .e-pv-properties-form-field-group-btn-div {
3166
+ display: -ms-grid;
3167
+ display: grid;
3168
+ }
3169
+
3170
+ .e-pv-properties-form-field-option-dropdown-list-div {
3171
+ padding-top: 10px;
3172
+ }
3173
+
3174
+ .e-pv-properties-form-field-btn-textarea-container {
3175
+ display: -ms-flexbox;
3176
+ display: flex;
3177
+ width: 385px;
3178
+ padding-top: 15px;
3179
+ }
3180
+
3181
+ .e-pv-properties-dropdown-btn {
3182
+ -ms-flex-align: center;
3183
+ align-items: center;
3184
+ display: -ms-flexbox;
3185
+ display: flex;
3186
+ height: 36px;
3187
+ text-align: center;
3188
+ width: 75px;
3189
+ }
3190
+
3191
+ .e-pv-show-designer-name {
3192
+ -ms-flex-align: center;
3193
+ align-items: center;
3194
+ color: rgba(var(--color-sf-black));
3195
+ display: -ms-grid;
3196
+ display: grid;
3197
+ height: 100%;
3198
+ overflow: hidden;
3199
+ text-align: center;
3200
+ text-overflow: ellipsis;
3201
+ white-space: nowrap;
3202
+ width: 100%;
3203
+ }
3204
+
3205
+ .e-pv-formfield-li-element {
3206
+ list-style: none;
3207
+ padding-left: 10px;
3208
+ }
3209
+
3210
+ .e-pv-li-select {
3211
+ background-color: rgba(var(--color-sf-primary-container));
3212
+ }
3213
+
3214
+ .e-pv-formfield-li-element.e-pv-li-select {
3215
+ background-color: rgba(var(--color-sf-primary-container));
3216
+ }
3217
+
3218
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3219
+ background-color: rgba(var(--color-sf-on-surface), 0.05);
3220
+ }
3221
+
3222
+ .e-pv-formfield-li-element:focus {
3223
+ background-color: rgba(var(--color-sf-on-surface), 0.04);
3224
+ }
3225
+
3226
+ .e-pv-formfield-li-element:disabled {
3227
+ background-color: transparent;
3228
+ font-size: 14px;
3229
+ color: rgba(28, 31, 30, 0.38);
3230
+ }
3231
+
3232
+ .e-pv-form-designer-ul-list-items {
3233
+ padding-left: 1px;
3234
+ }
3235
+
3236
+ .e-pv-form-field-property-header.e-dialog .e-dlg-header .e-dlg-header-content {
3237
+ font-size: 16px;
3238
+ font-weight: 600;
3239
+ }
3240
+
3241
+ .e-pv-form-field-property-header {
3242
+ -ms-user-select: none;
3243
+ -webkit-user-select: none;
3244
+ color: rgba(var(--color-sf-on-surface));
3245
+ display: block;
3246
+ font-family: "Roboto";
3247
+ font-size: 16px;
3248
+ font-style: normal;
3249
+ font-weight: 600;
3250
+ line-height: 20px;
3251
+ margin-top: 5px;
3252
+ mix-blend-mode: normal;
3253
+ opacity: 1;
3254
+ overflow: hidden;
3255
+ text-overflow: ellipsis;
3256
+ user-select: none;
3257
+ vertical-align: top;
3258
+ white-space: nowrap;
3259
+ width: 80%;
3260
+ height: 20px;
3261
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3262
+ }
3263
+
3264
+ .e-pv-form-field-property-header-general {
3265
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3266
+ font-size: 12px;
3267
+ font-style: normal;
3268
+ font-weight: 600;
3269
+ line-height: 18px;
3270
+ }
3271
+
3272
+ .e-pv-properties-formfield-formatting {
3273
+ color: rgba(var(--color-sf-on-surface-variant));
3274
+ font-family: "Roboto";
3275
+ font-size: 12px;
3276
+ font-style: normal;
3277
+ font-weight: normal;
3278
+ height: 18px;
3279
+ line-height: 18px;
3280
+ width: 64px;
3281
+ }
3282
+
3283
+ .e-pv-properties-form-field-font-style {
3284
+ background: transparent;
3285
+ border-radius: 2px;
3286
+ display: -ms-flexbox;
3287
+ display: flex;
3288
+ height: 36px;
3289
+ -ms-flex-pack: space-evenly;
3290
+ justify-content: space-evenly;
3291
+ width: 154px;
3292
+ -ms-flex-align: center;
3293
+ align-items: center;
3294
+ border-bottom: 1px solid transparent;
3295
+ height: 32px;
3296
+ width: 128px;
3297
+ padding-left: 8px;
3298
+ padding-top: 10px;
3299
+ }
3300
+
3301
+ .e-pv-properties-form-field-font-align {
3302
+ background: transparent;
3303
+ border-radius: 4px;
3304
+ display: -ms-flexbox;
3305
+ display: flex;
3306
+ height: 36px;
3307
+ -ms-flex-pack: space-evenly;
3308
+ justify-content: space-evenly;
3309
+ margin-right: 15px;
3310
+ width: 120px;
3311
+ -ms-flex-align: center;
3312
+ align-items: center;
3313
+ height: 32px;
3314
+ width: 96px;
3315
+ padding-top: 8px;
3316
+ border: 1px solid transparent;
3317
+ }
3318
+
3319
+ .e-bigger .e-pv-properties-form-field-font-style {
3320
+ background: transparent;
3321
+ border-radius: 2px;
3322
+ display: -ms-flexbox;
3323
+ display: flex;
3324
+ height: 36px;
3325
+ -ms-flex-pack: space-evenly;
3326
+ justify-content: space-evenly;
3327
+ width: 154px;
3328
+ -ms-flex-align: center;
3329
+ align-items: center;
3330
+ border-bottom: 1px solid transparent;
3331
+ height: 32px;
3332
+ width: 128px;
3333
+ padding-left: 8px;
3334
+ padding-top: 20px;
3335
+ }
3336
+
3337
+ .e-bigger .e-pv-properties-form-field-font-align {
3338
+ background: transparent;
3339
+ border-radius: 4px;
3340
+ display: -ms-flexbox;
3341
+ display: flex;
3342
+ height: 36px;
3343
+ -ms-flex-pack: space-evenly;
3344
+ justify-content: space-evenly;
3345
+ margin-right: 15px;
3346
+ width: 120px;
3347
+ -ms-flex-align: center;
3348
+ align-items: center;
3349
+ height: 32px;
3350
+ width: 96px;
3351
+ border: 1px solid transparent;
3352
+ padding-top: 20px;
3353
+ }
3354
+
3355
+ .e-pv-properties-formfield-label {
3356
+ color: rgba(var(--color-sf-on-surface-variant));
3357
+ font-family: "Roboto";
3358
+ font-size: 12px;
3359
+ font-style: normal;
3360
+ font-weight: normal;
3361
+ height: 18px;
3362
+ line-height: 18px;
3363
+ font-size: 10px;
3364
+ font-weight: 400;
3365
+ line-height: 12px;
3366
+ height: 12px;
3367
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3368
+ }
3369
+
3370
+ .e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
3371
+ min-width: 16px;
3372
+ }
3373
+
3374
+ .e-pv-properties-form-field-window {
3375
+ height: 369px;
3376
+ }
3377
+
3378
+ .e-bigger .e-pv-properties-form-field-window {
3379
+ height: 565px;
3380
+ }
3381
+
3382
+ .e-pv-properties-header-spliter {
3383
+ border-bottom-color: rgba(var(--color-sf-outline-variant));
3384
+ border-bottom-style: solid;
3385
+ border-bottom-width: 1px;
3386
+ left: 0;
3387
+ padding-top: 38px;
3388
+ position: absolute;
3389
+ width: 100%;
3390
+ }
3391
+
3392
+ .e-bigger .e-pv-properties-header-spliter {
3393
+ border-bottom-color: rgba(var(--color-sf-outline-variant));
3394
+ border-bottom-style: solid;
3395
+ border-bottom-width: 1px;
3396
+ left: 0;
3397
+ padding-top: 48px;
3398
+ position: absolute;
3399
+ width: 100%;
3400
+ }
3401
+
3402
+ .e-pv-properties-bottom-spliter {
3403
+ border-bottom-color: rgba(var(--color-sf-outline-variant));
3404
+ border-bottom-style: solid;
3405
+ border-bottom-width: 1px;
3406
+ left: 0;
3407
+ margin-bottom: 10px;
3408
+ padding-top: 10px;
3409
+ width: 100%;
3410
+ margin-bottom: 0;
3411
+ padding-top: 0;
3412
+ border-width: 0;
3413
+ }
3414
+
3415
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
3416
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3417
+ padding: 0 7px;
3418
+ }
3419
+
3420
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
3421
+ padding: 0 7px;
3422
+ }
3423
+
3424
+ .e-dialog.e-pv-signature-dialog-height {
3425
+ height: 555px;
3426
+ min-height: 555px;
3427
+ }
3428
+
3429
+ .e-bigger .e-dialog.e-pv-signature-dialog-height {
3430
+ height: 627px;
3431
+ min-height: 591px;
3432
+ }
3433
+
3434
+ .e-bigger .e-pv-signature-dialog-height {
3435
+ min-height: 592px;
3436
+ }
3437
+
3438
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3439
+ height: 555px;
3440
+ min-height: 555px;
3441
+ }
3442
+
3443
+ .e-bigger .e-dialog.e-pv-signature-dialog-blazor-height {
3444
+ min-height: 590px;
3445
+ }
3446
+
3447
+ .e-pv-handwritten-signature-canvas {
3448
+ height: 366px;
3449
+ width: 712px;
3450
+ }
3451
+
3452
+ .e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
3453
+ overflow: auto;
3454
+ }
3455
+
3456
+ .e-pv-canvas-signature {
3457
+ width: 100%;
3458
+ width: 100%;
3459
+ max-width: 100%;
3460
+ }
3461
+
3462
+ .e-pv-canvas-signature-blazor {
3463
+ width: 100%;
3464
+ }
3465
+
3466
+ .e-pv-font-appearance-style {
3467
+ padding: 15px 8px;
3468
+ max-width: 100%;
3469
+ }
3470
+
3471
+ .e-pv-font-appearance-style-blazor {
3472
+ padding: 15px 8px;
3473
+ }
3474
+
3475
+ .e-pv-toolbar-tooltip {
3476
+ pointer-events: none;
3477
+ }
3478
+
3479
+ .e-pdfviewer .e-dropdown-btn,
3480
+ .e-pdfviewer .e-dropdown-btn.e-btn {
3481
+ box-shadow: none;
3482
+ }