@syncfusion/ej2-react-pdfviewer 26.1.42 → 26.2.4

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