@syncfusion/ej2-vue-pdfviewer 26.1.42 → 26.2.5

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