@syncfusion/ej2-react-pdfviewer 26.1.42 → 26.2.4

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