@syncfusion/ej2-vue-pdfviewer 26.1.42 → 26.2.4

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