@syncfusion/ej2-react-pdfviewer 23.2.7 → 24.1.41

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