@syncfusion/ej2-react-pdfviewer 25.2.7 → 26.1.38

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 (45) hide show
  1. package/dist/ej2-react-pdfviewer.min.js +2 -2
  2. package/dist/ej2-react-pdfviewer.umd.min.js +2 -2
  3. package/dist/ej2-react-pdfviewer.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-react-pdfviewer.es2015.js +4 -4
  5. package/dist/es6/ej2-react-pdfviewer.es2015.js.map +1 -1
  6. package/package.json +9 -9
  7. package/styles/bootstrap-dark.css +3713 -1
  8. package/styles/bootstrap.css +3722 -1
  9. package/styles/bootstrap4.css +4063 -1
  10. package/styles/bootstrap5-dark.css +4073 -1
  11. package/styles/bootstrap5.css +4073 -1
  12. package/styles/fabric-dark.css +3721 -1
  13. package/styles/fabric.css +3736 -1
  14. package/styles/fluent-dark.css +3998 -1
  15. package/styles/fluent.css +3998 -1
  16. package/styles/fluent2.css +5062 -0
  17. package/styles/fluent2.scss +1 -0
  18. package/styles/highcontrast-light.css +3711 -1
  19. package/styles/highcontrast.css +3732 -1
  20. package/styles/material-dark.css +3714 -1
  21. package/styles/material.css +3721 -1
  22. package/styles/material3-dark.css +4005 -1
  23. package/styles/material3.css +4117 -1
  24. package/styles/pdfviewer/bootstrap-dark.css +3713 -1
  25. package/styles/pdfviewer/bootstrap.css +3722 -1
  26. package/styles/pdfviewer/bootstrap4.css +4063 -1
  27. package/styles/pdfviewer/bootstrap5-dark.css +4073 -1
  28. package/styles/pdfviewer/bootstrap5.css +4073 -1
  29. package/styles/pdfviewer/fabric-dark.css +3721 -1
  30. package/styles/pdfviewer/fabric.css +3736 -1
  31. package/styles/pdfviewer/fluent-dark.css +3998 -1
  32. package/styles/pdfviewer/fluent.css +3998 -1
  33. package/styles/pdfviewer/fluent2.css +5062 -0
  34. package/styles/pdfviewer/fluent2.scss +1 -0
  35. package/styles/pdfviewer/highcontrast-light.css +3711 -1
  36. package/styles/pdfviewer/highcontrast.css +3732 -1
  37. package/styles/pdfviewer/material-dark.css +3714 -1
  38. package/styles/pdfviewer/material.css +3721 -1
  39. package/styles/pdfviewer/material3-dark.css +4005 -1
  40. package/styles/pdfviewer/material3.css +4117 -1
  41. package/styles/pdfviewer/tailwind-dark.css +3764 -1
  42. package/styles/pdfviewer/tailwind.css +3765 -1
  43. package/styles/tailwind-dark.css +3764 -1
  44. package/styles/tailwind.css +3765 -1
  45. package/CHANGELOG.md +0 -2546
@@ -1 +1,4063 @@
1
- @import '@syncfusion/ej2-pdfviewer/styles/bootstrap4.css';
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
+ background: #545b62;
1705
+ border: 1px solid #545b62;
1706
+ border-radius: 4px;
1707
+ color: #fff;
1708
+ line-height: 1em;
1709
+ padding: 7px;
1710
+ }
1711
+
1712
+ .e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
1713
+ background: #545b62;
1714
+ border: 1px solid #545b62;
1715
+ border-radius: 4px;
1716
+ color: #fff;
1717
+ line-height: 1em;
1718
+ padding: 7px;
1719
+ }
1720
+
1721
+ .e-bigger .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1722
+ .e-bigger .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1723
+ padding: 9px;
1724
+ }
1725
+
1726
+ .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn {
1727
+ margin: 8px 4px 4px 3px;
1728
+ }
1729
+
1730
+ .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1731
+ line-height: 1;
1732
+ margin: 4px 4px 4px 3px;
1733
+ }
1734
+
1735
+ .e-bigger .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn {
1736
+ margin: 8px 8px 4px 8px;
1737
+ }
1738
+
1739
+ .e-bigger .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1740
+ line-height: 1em;
1741
+ margin: 4px 8px 8px;
1742
+ }
1743
+
1744
+ .e-bigger .e-pv-bookmark-button.e-btn {
1745
+ line-height: 1;
1746
+ }
1747
+
1748
+ .e-pv-bookmark-button.e-btn {
1749
+ background: transparent;
1750
+ border: none;
1751
+ -webkit-box-shadow: none;
1752
+ box-shadow: none;
1753
+ font-weight: 400;
1754
+ height: 32px;
1755
+ margin: 4px 4px 4px 3px;
1756
+ outline: none;
1757
+ padding: 4px;
1758
+ width: 32px;
1759
+ }
1760
+
1761
+ .e-bigger .e-pv-bookmark-button.e-btn {
1762
+ height: 38px;
1763
+ margin: 4px 8px 8px;
1764
+ padding: 7px;
1765
+ width: 38px;
1766
+ }
1767
+
1768
+ .e-pv-title-close-div.e-btn {
1769
+ background: transparent;
1770
+ border: 1px solid transparent;
1771
+ -webkit-box-shadow: none;
1772
+ box-shadow: none;
1773
+ color: #495057;
1774
+ height: 38px;
1775
+ left: 170px;
1776
+ padding: 0 7px 1px 0;
1777
+ position: absolute;
1778
+ right: 21px;
1779
+ top: 1px;
1780
+ width: 32px;
1781
+ }
1782
+
1783
+ .e-bigger .e-pv-title-close-div.e-btn {
1784
+ top: 5px;
1785
+ }
1786
+
1787
+ .e-pv-sidebar-toolbar-splitter {
1788
+ background: #ced4da;
1789
+ bottom: 0;
1790
+ height: calc(100% - 41px);
1791
+ position: absolute;
1792
+ width: 1px;
1793
+ z-index: 104;
1794
+ }
1795
+
1796
+ .e-pv-sidebar-content-splitter {
1797
+ background: #dee2e6;
1798
+ height: 1px;
1799
+ position: absolute;
1800
+ top: 41px;
1801
+ width: 201px;
1802
+ z-index: 104;
1803
+ }
1804
+
1805
+ .e-bigger .e-pv-sidebar-content-splitter {
1806
+ top: 47px;
1807
+ }
1808
+
1809
+ .e-pv-thumbnail-view {
1810
+ bottom: 0;
1811
+ height: 50%;
1812
+ padding: 8px 30px 0;
1813
+ position: absolute;
1814
+ top: 0;
1815
+ }
1816
+
1817
+ .e-pv-thumbnail {
1818
+ height: 140px;
1819
+ margin: 0 20px 40px;
1820
+ width: 100px;
1821
+ }
1822
+
1823
+ .e-pv-thumbnail-number {
1824
+ color: #212529;
1825
+ font-family: Roboto;
1826
+ padding-top: 8px;
1827
+ text-align: center;
1828
+ }
1829
+
1830
+ .e-pv-thumbnail-selection-ring {
1831
+ border-radius: 2px;
1832
+ -webkit-box-shadow: 0 0 3px 0 #dee2e6;
1833
+ box-shadow: 0 0 3px 0 #dee2e6;
1834
+ padding: 3px;
1835
+ }
1836
+
1837
+ .e-pv-thumbnail-image {
1838
+ background-clip: content-box;
1839
+ background-color: #fff;
1840
+ height: 126px;
1841
+ width: 94px;
1842
+ }
1843
+
1844
+ .e-pv-thumbnail-hover {
1845
+ border: 1px solid #adb5bd;
1846
+ border-radius: 2px;
1847
+ -webkit-box-shadow: 0 0 4px 0 #adb5bd;
1848
+ box-shadow: 0 0 4px 0 #adb5bd;
1849
+ cursor: pointer;
1850
+ padding: 2px;
1851
+ }
1852
+
1853
+ .e-pv-thumbnail-focus {
1854
+ border: 2px solid #007bff;
1855
+ border-radius: 2px;
1856
+ -webkit-box-shadow: 0 0 4px 0 rgba(248, 249, 250, 0.25);
1857
+ box-shadow: 0 0 4px 0 rgba(248, 249, 250, 0.25);
1858
+ cursor: pointer;
1859
+ padding: 2px;
1860
+ }
1861
+
1862
+ .e-pv-thumbnail-selection {
1863
+ border: 2px solid #007bff;
1864
+ border-radius: 2px;
1865
+ -webkit-box-shadow: 0 0 4px 0 rgba(248, 249, 250, 0.25);
1866
+ box-shadow: 0 0 4px 0 rgba(248, 249, 250, 0.25);
1867
+ cursor: pointer;
1868
+ padding: 1px;
1869
+ }
1870
+
1871
+ .e-pv-thumbnail-row {
1872
+ -ms-flex-wrap: wrap;
1873
+ display: -webkit-box;
1874
+ display: -ms-flexbox;
1875
+ display: flex;
1876
+ flex-wrap: wrap;
1877
+ }
1878
+
1879
+ .e-pv-thumbnail-row {
1880
+ display: -ms-flexbox;
1881
+ }
1882
+
1883
+ .e-pv-thumbnail-column {
1884
+ -ms-flex: 25%;
1885
+ -webkit-box-flex: 25%;
1886
+ flex: 25%;
1887
+ }
1888
+
1889
+ .e-pv-thumbnail-column img {
1890
+ display: block;
1891
+ margin-left: auto;
1892
+ margin-right: auto;
1893
+ }
1894
+
1895
+ .e-pv-bookmark-view {
1896
+ height: 100%;
1897
+ overflow: auto;
1898
+ padding-top: 15px;
1899
+ position: relative;
1900
+ }
1901
+
1902
+ div > .e-pv-bookmark-icon.e-pv-icon {
1903
+ float: left;
1904
+ font-size: 14px;
1905
+ padding-left: 6px;
1906
+ padding-right: 18px;
1907
+ }
1908
+
1909
+ .e-pv-bookmark-title {
1910
+ padding-left: 40px;
1911
+ }
1912
+
1913
+ .e-bigger div > .e-pv-bookmark-icon.e-pv-icon {
1914
+ font-size: 18px;
1915
+ }
1916
+
1917
+ .e-pv-sidebar-bookmark-title {
1918
+ color: rgba(0, 0, 0, 0.87);
1919
+ font-family: Roboto-Regular;
1920
+ font-size: 14px;
1921
+ }
1922
+
1923
+ .e-pv-bookmark-view::-webkit-scrollbar {
1924
+ height: 16px;
1925
+ width: 16px;
1926
+ }
1927
+
1928
+ .e-pv-bookmark-view::-webkit-scrollbar-track {
1929
+ -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
1930
+ background: #f8f9fa;
1931
+ border: 1px solid #dee2e6;
1932
+ }
1933
+
1934
+ .e-pv-bookmark-view::-webkit-scrollbar-thumb {
1935
+ -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5);
1936
+ background: #adb5bd;
1937
+ background-clip: content-box;
1938
+ border: 4px solid transparent;
1939
+ border-radius: 100px;
1940
+ }
1941
+
1942
+ .e-pv-bookmark-view > .e-ul {
1943
+ height: inherit;
1944
+ overflow: unset;
1945
+ }
1946
+
1947
+ .e-pv-bookmark-view .e-fullrow {
1948
+ height: 34px;
1949
+ }
1950
+
1951
+ .e-pv-bookmark-view .e-icon-collapsible::before,
1952
+ .e-pv-bookmark-view .e-icon-expandable::before {
1953
+ display: inline-block;
1954
+ height: 13px;
1955
+ padding: 7px;
1956
+ width: 13px;
1957
+ }
1958
+
1959
+ .e-pv-bookmark-view .e-list-item .e-ul {
1960
+ padding-left: 32px;
1961
+ }
1962
+
1963
+ .e-pv-bookmark-view .e-ul {
1964
+ padding: 0 0 0 16px;
1965
+ }
1966
+
1967
+ .e-pv-text::-moz-selection {
1968
+ background: #007bff;
1969
+ }
1970
+
1971
+ .e-pv-text::selection,
1972
+ .e-pv-text .e-pv-maintaincontent {
1973
+ background: #007bff;
1974
+ }
1975
+
1976
+ .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1977
+ .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1978
+ .e-pv-mobile-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1979
+ .e-pv-mobile-annotation-toolbar .e-dropdown-btn.e-btn,
1980
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn,
1981
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
1982
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn,
1983
+ .e-pv-shapes-toolbar .e-pv-tbar-btn,
1984
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
1985
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1986
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1987
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1988
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1989
+ color: #495057;
1990
+ }
1991
+
1992
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn:hover,
1993
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn:focus {
1994
+ background: #f8f9fa;
1995
+ border-color: #f8f9fa;
1996
+ }
1997
+
1998
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav {
1999
+ -webkit-transform: skewX(-1deg) translateX(6px);
2000
+ transform: skewX(-1deg) translateX(6px);
2001
+ width: 56px;
2002
+ }
2003
+
2004
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
2005
+ font-size: 14px;
2006
+ -webkit-transform: skewX(4deg);
2007
+ transform: skewX(4deg);
2008
+ }
2009
+
2010
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow,
2011
+ .e-pv-sidebar-toolbar .e-pv-tbar-btn {
2012
+ color: #495057;
2013
+ }
2014
+
2015
+ .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,
2016
+ .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,
2017
+ .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover:focus,
2018
+ .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover:focus,
2019
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover,
2020
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover .e-caret,
2021
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,
2022
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:hover,
2023
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:hover .e-caret,
2024
+ .e-pv-shapes-toolbar .e-pv-tbar-btn:hover,
2025
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover,
2026
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:hover,
2027
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
2028
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
2029
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
2030
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
2031
+ .e-pv-shapes-toolbar .e-pv-tbar-btn:focus,
2032
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:focus,
2033
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,
2034
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,
2035
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,
2036
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover {
2037
+ color: #fff;
2038
+ }
2039
+
2040
+ .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
2041
+ .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
2042
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
2043
+ color: #fff;
2044
+ }
2045
+
2046
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item:hover .e-menu-icon,
2047
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover .e-menu-icon,
2048
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover .e-caret {
2049
+ color: #fff;
2050
+ }
2051
+
2052
+ .e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
2053
+ .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
2054
+ .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon,
2055
+ .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
2056
+ .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon {
2057
+ color: #495057;
2058
+ }
2059
+
2060
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item {
2061
+ height: inherit;
2062
+ }
2063
+
2064
+ .e-pv-properties-line-start.e-btn:not(:hover),
2065
+ .e-pv-properties-line-end.e-btn:not(:hover),
2066
+ .e-pv-properties-line-style.e-btn:not(:hover),
2067
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:not(:hover),
2068
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:not(:hover),
2069
+ .e-pv-properties-line-start.e-btn:not(:focus),
2070
+ .e-pv-properties-line-end.e-btn:not(:focus),
2071
+ .e-pv-properties-line-style.e-btn:not(:focus),
2072
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:not(:focus),
2073
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:not(:focus),
2074
+ .e-pv-properties-line-start.e-btn:not(:active),
2075
+ .e-pv-properties-line-end.e-btn:not(:active),
2076
+ .e-pv-properties-line-style.e-btn:not(:active),
2077
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:not(:active),
2078
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:not(:active) {
2079
+ background-color: #f8f9fa;
2080
+ color: #6c757d;
2081
+ }
2082
+
2083
+ .e-pv-properties-line-start.e-btn:hover,
2084
+ .e-pv-properties-line-end.e-btn:hover,
2085
+ .e-pv-properties-line-style.e-btn:hover,
2086
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:hover,
2087
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:hover {
2088
+ background-color: #5a6268;
2089
+ color: #fff;
2090
+ }
2091
+
2092
+ .e-pv-toolbar .e-pv-zoom-drop-down-container .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon:hover {
2093
+ background-color: #6c757d;
2094
+ color: #fff;
2095
+ }
2096
+
2097
+ .e-pv-print-popup-container {
2098
+ height: 100%;
2099
+ left: 0;
2100
+ overflow: auto;
2101
+ position: absolute;
2102
+ top: 0;
2103
+ width: 100%;
2104
+ z-index: 2000;
2105
+ }
2106
+
2107
+ .e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show {
2108
+ background-color: rgba(0, 0, 0, 0.3);
2109
+ }
2110
+
2111
+ .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
2112
+ padding: 0 12px 0 15px;
2113
+ }
2114
+
2115
+ .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
2116
+ padding: 0 12px 0 15px;
2117
+ }
2118
+
2119
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
2120
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
2121
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
2122
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
2123
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select {
2124
+ background: #545b62;
2125
+ border: 1px solid #f8f9fa;
2126
+ border-radius: 4px;
2127
+ color: #fff;
2128
+ }
2129
+
2130
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
2131
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
2132
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
2133
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,
2134
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons {
2135
+ color: #fff;
2136
+ }
2137
+
2138
+ .e-pv-search-bar {
2139
+ background-color: #f8f9fa;
2140
+ border: 1px solid #dee2e6;
2141
+ border-radius: 4px;
2142
+ -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
2143
+ box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
2144
+ height: 92px;
2145
+ padding: 14px;
2146
+ position: absolute;
2147
+ width: 394px;
2148
+ z-index: 105;
2149
+ }
2150
+
2151
+ .e-bigger .e-pv-search-bar {
2152
+ height: 106px;
2153
+ padding: 16px;
2154
+ width: 410px;
2155
+ }
2156
+
2157
+ .e-pv-search-input {
2158
+ height: 31px;
2159
+ width: 282px;
2160
+ }
2161
+
2162
+ .e-bigger .e-pv-search-input {
2163
+ height: 39px;
2164
+ }
2165
+
2166
+ .e-pv-search-input-mobile {
2167
+ height: 31px;
2168
+ }
2169
+
2170
+ .e-pv-match-case-container {
2171
+ margin-top: 14px;
2172
+ }
2173
+
2174
+ .e-bigger .e-pv-match-case-container {
2175
+ margin-top: 16px;
2176
+ }
2177
+
2178
+ .e-pv-search-btn.e-btn {
2179
+ background-color: transparent;
2180
+ color: #495057;
2181
+ border: 0;
2182
+ -webkit-box-shadow: none;
2183
+ box-shadow: none;
2184
+ height: 32px;
2185
+ margin-top: 0;
2186
+ width: 32px;
2187
+ }
2188
+
2189
+ .e-bigger .e-pv-search-btn.e-btn {
2190
+ height: 38px;
2191
+ padding: 2px;
2192
+ width: 38px;
2193
+ }
2194
+
2195
+ .e-pv-search-btn.e-btn:active {
2196
+ background-color: transparent;
2197
+ background-color: #545b62;
2198
+ color: #fff;
2199
+ }
2200
+
2201
+ .e-pv-search-btn.e-btn:hover:not(:disabled),
2202
+ .e-pv-sidebar-toolbar .e-pv-tbar-btn:hover:not(:disabled) {
2203
+ background-color: #545b62;
2204
+ color: #fff;
2205
+ }
2206
+
2207
+ .e-pv-search-btn.e-btn:disabled {
2208
+ color: rgba(73, 80, 87, 0.4);
2209
+ }
2210
+
2211
+ .e-pv-search-bar:not(.e-rtl) .e-pv-prev-search {
2212
+ margin-left: 9px;
2213
+ }
2214
+
2215
+ .e-pv-search-bar:not(.e-rtl) .e-pv-next-search {
2216
+ margin-left: 8px;
2217
+ }
2218
+
2219
+ .e-pv-search-bar.e-rtl .e-pv-prev-search {
2220
+ margin-right: 9px;
2221
+ }
2222
+
2223
+ .e-pv-search-bar.e-rtl .e-pv-next-search {
2224
+ margin-right: 8px;
2225
+ }
2226
+
2227
+ .e-pv-notification-popup {
2228
+ height: 185px;
2229
+ margin: 0 10px;
2230
+ max-width: 380px;
2231
+ }
2232
+
2233
+ .e-pv-notification-popup.e-pv-notification-large-content {
2234
+ height: 205px;
2235
+ max-width: 384px;
2236
+ }
2237
+
2238
+ .e-pv-notification-popup .e-pv-notification-popup-content {
2239
+ font-size: 14px;
2240
+ }
2241
+
2242
+ .e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon {
2243
+ background: transparent;
2244
+ }
2245
+
2246
+ .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active {
2247
+ background: #f8f9fa;
2248
+ color: #495057;
2249
+ }
2250
+
2251
+ .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover {
2252
+ color: #212529;
2253
+ }
2254
+
2255
+ .e-pv-bookmark-container {
2256
+ background-color: #f8f9fa;
2257
+ border: 1px solid #f8f9fa;
2258
+ }
2259
+
2260
+ .e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item {
2261
+ border-bottom: 1px solid #f8f9fa;
2262
+ height: 48px;
2263
+ }
2264
+
2265
+ .e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child {
2266
+ border-bottom-width: 0;
2267
+ }
2268
+
2269
+ .e-pv-bookmark-container .e-listview .e-list-text {
2270
+ -ms-transform: translateY(-50%);
2271
+ position: absolute;
2272
+ top: 50%;
2273
+ -webkit-transform: translateY(-50%);
2274
+ transform: translateY(-50%);
2275
+ }
2276
+
2277
+ .e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
2278
+ color: #f8f9fa;
2279
+ }
2280
+
2281
+ .e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt {
2282
+ background-color: transparent;
2283
+ border-width: 0;
2284
+ -webkit-box-shadow: none;
2285
+ box-shadow: none;
2286
+ }
2287
+
2288
+ .e-pv-bookmark-container .e-pv-bookmark-view {
2289
+ padding-top: 0;
2290
+ }
2291
+
2292
+ .e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul {
2293
+ padding-left: 0;
2294
+ }
2295
+
2296
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
2297
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon {
2298
+ border-bottom: 2px solid;
2299
+ margin-top: 0;
2300
+ padding-top: 5px;
2301
+ vertical-align: initial;
2302
+ }
2303
+
2304
+ .e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon {
2305
+ border-bottom: 2px solid;
2306
+ margin-top: 0;
2307
+ padding-top: 1px;
2308
+ vertical-align: initial;
2309
+ }
2310
+
2311
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
2312
+ margin-top: 0;
2313
+ padding-top: 7px;
2314
+ vertical-align: initial;
2315
+ }
2316
+
2317
+ .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
2318
+ .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
2319
+ vertical-align: initial;
2320
+ }
2321
+
2322
+ .e-pv-annotation-opacity-popup-container,
2323
+ .e-pv-annotation-thickness-popup-container {
2324
+ background-color: #fff;
2325
+ -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
2326
+ box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
2327
+ color: #212529;
2328
+ height: auto;
2329
+ min-height: 58px;
2330
+ padding: 23px;
2331
+ width: auto;
2332
+ }
2333
+
2334
+ .e-pv-annotation-opacity-label,
2335
+ .e-pv-annotation-opacity-indicator,
2336
+ .e-pv-annotation-thickness-label,
2337
+ .e-pv-annotation-thickness-indicator {
2338
+ float: left;
2339
+ font-family: inherit;
2340
+ font-size: inherit;
2341
+ }
2342
+
2343
+ .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
2344
+ .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
2345
+ float: left;
2346
+ height: auto;
2347
+ margin-left: 9px;
2348
+ margin-right: 9px;
2349
+ }
2350
+
2351
+ .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
2352
+ .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
2353
+ width: 174px;
2354
+ }
2355
+
2356
+ .e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
2357
+ .e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
2358
+ width: 130px;
2359
+ }
2360
+
2361
+ .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider,
2362
+ .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider {
2363
+ height: 16px;
2364
+ }
2365
+
2366
+ .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,
2367
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
2368
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
2369
+ font-size: 12px;
2370
+ }
2371
+
2372
+ .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,
2373
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
2374
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
2375
+ font-size: 18px;
2376
+ }
2377
+
2378
+ .e-pv-annotation-color-container.e-icon-btn,
2379
+ .e-pv-annotation-opacity-container.e-icon-btn,
2380
+ .e-pv-annotation-stroke-container.e-icon-btn,
2381
+ .e-pv-custom-annotation-thickness-container.e-icon-btn,
2382
+ .e-pv-custom-annotation-opacity-container.e-icon-btn,
2383
+ .e-pv-annotation-thickness-container.e-icon-btn,
2384
+ .e-pv-annotation-textcolor-container.e-icon-btn,
2385
+ .e-pv-annotation-textalign-container.e-icon-btn,
2386
+ .e-pv-annotation-textprop-container.e-icon-btn {
2387
+ height: 32px;
2388
+ width: 54px;
2389
+ }
2390
+
2391
+ .e-bigger .e-pv-annotation-color-container.e-icon-btn,
2392
+ .e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
2393
+ .e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
2394
+ .e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
2395
+ .e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
2396
+ .e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
2397
+ .e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
2398
+ .e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
2399
+ .e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
2400
+ white-space: nowrap;
2401
+ }
2402
+
2403
+ .e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
2404
+ padding-top: 9px;
2405
+ }
2406
+
2407
+ .e-pv-shapes-toolbar {
2408
+ -webkit-box-shadow: none;
2409
+ box-shadow: none;
2410
+ }
2411
+
2412
+ .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2413
+ padding: 4px;
2414
+ }
2415
+
2416
+ .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow {
2417
+ margin-bottom: 0;
2418
+ margin-left: 4px;
2419
+ margin-right: 4px;
2420
+ }
2421
+
2422
+ .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2423
+ height: 32px;
2424
+ width: 32px;
2425
+ }
2426
+
2427
+ .e-pv-organize-total-page-button {
2428
+ float: left;
2429
+ font-weight: normal;
2430
+ color: #212529;
2431
+ font-size: 12;
2432
+ }
2433
+
2434
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2435
+ background-color: transparent;
2436
+ background: transparent;
2437
+ color: #212529;
2438
+ cursor: default;
2439
+ }
2440
+
2441
+ .e-pv-annotation-thickness-slider-container {
2442
+ margin-top: -6px;
2443
+ }
2444
+
2445
+ .e-pv-organize-image {
2446
+ width: calc(100% - 4px);
2447
+ height: calc(100% - 4px);
2448
+ border: 1px solid #dee2e6;
2449
+ pointer-events: none;
2450
+ }
2451
+
2452
+ .e-pv-annotation-opacity-icon {
2453
+ padding-top: 1px;
2454
+ }
2455
+
2456
+ .e-pv-annotation-color-container.e-btn,
2457
+ .e-pv-annotation-opacity-container.e-btn,
2458
+ .e-pv-annotation-stroke-container.e-btn,
2459
+ .e-pv-annotation-thickness-container.e-btn,
2460
+ .e-pv-annotation-shapes-container.e-btn,
2461
+ .e-pv-annotation-calibrate-container.e-btn,
2462
+ .e-pv-annotation-textcolor-container.e-btn,
2463
+ .e-pv-annotation-textalign-container.e-btn,
2464
+ .e-pv-annotation-textprop-container.e-btn,
2465
+ .e-pv-annotation-handwritten-container.e-btn,
2466
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) {
2467
+ background-color: #f8f9fa;
2468
+ border-color: transparent;
2469
+ }
2470
+
2471
+ .e-pv-annotation-color-container.e-btn:hover,
2472
+ .e-pv-annotation-opacity-container.e-btn:hover,
2473
+ .e-pv-annotation-stroke-container.e-btn:hover,
2474
+ .e-pv-annotation-thickness-container.e-btn:hover,
2475
+ .e-pv-annotation-shapes-container.e-btn:hover,
2476
+ .e-pv-annotation-calibrate-container.e-btn:hover,
2477
+ .e-pv-annotation-textcolor-container.e-btn:hover,
2478
+ .e-pv-annotation-textalign-container.e-btn:hover,
2479
+ .e-pv-annotation-textprop-container.e-btn:hover,
2480
+ .e-pv-annotation-handwritten-container.e-btn:hover,
2481
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
2482
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
2483
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
2484
+ background-color: #545b62;
2485
+ border-color: #545b62;
2486
+ }
2487
+
2488
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
2489
+ background-color: #545b62;
2490
+ border-color: #545b62;
2491
+ outline: none;
2492
+ color: #fff;
2493
+ }
2494
+
2495
+ .e-pv-annotation-color-container.e-btn:focus,
2496
+ .e-pv-annotation-opacity-container.e-btn:focus,
2497
+ .e-pv-annotation-stroke-container.e-btn:focus,
2498
+ .e-pv-annotation-thickness-container.e-btn:focus,
2499
+ .e-pv-annotation-shapes-container.e-btn:focus,
2500
+ .e-pv-annotation-calibrate-container.e-btn:focus,
2501
+ .e-pv-annotation-textcolor-container.e-btn:focus,
2502
+ .e-pv-annotation-textalign-container.e-btn:focus,
2503
+ .e-pv-annotation-handwritten-container.e-btn:focus,
2504
+ .e-pv-annotation-textprop-container.e-btn:focus {
2505
+ background-color: #545b62;
2506
+ border-color: #545b62;
2507
+ outline: none;
2508
+ }
2509
+
2510
+ .e-pv-annotation-color-container.e-btn:active,
2511
+ .e-pv-annotation-opacity-container.e-btn:active,
2512
+ .e-pv-annotation-stroke-container.e-btn:active,
2513
+ .e-pv-annotation-thickness-container.e-btn:active,
2514
+ .e-pv-annotation-shapes-container.e-btn:active,
2515
+ .e-pv-annotation-calibrate-container.e-btn:active,
2516
+ .e-pv-annotation-textcolor-container.e-btn:active,
2517
+ .e-pv-annotation-textalign-container.e-btn:active,
2518
+ .e-pv-annotation-textprop-container.e-btn:active,
2519
+ .e-pv-annotation-handwritten-container.e-btn:active {
2520
+ background-color: #545b62;
2521
+ border-color: #545b62;
2522
+ -webkit-box-shadow: none;
2523
+ box-shadow: none;
2524
+ color: #fff;
2525
+ }
2526
+
2527
+ .e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover),
2528
+ .e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover),
2529
+ .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn.e-active:not(:hover),
2530
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) .e-caret {
2531
+ background-color: #fff;
2532
+ color: #495057;
2533
+ }
2534
+
2535
+ .e-pv-annotation-color-container.e-dropdown-btn.e-btn,
2536
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
2537
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
2538
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
2539
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
2540
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
2541
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
2542
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
2543
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
2544
+ line-height: 16px;
2545
+ padding: 7px 8px;
2546
+ }
2547
+
2548
+ .e-pv-annotation-color-container.e-dropdown-btn.e-button,
2549
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
2550
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
2551
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
2552
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
2553
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
2554
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
2555
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
2556
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
2557
+ line-height: 16px;
2558
+ padding: 7px 8px;
2559
+ }
2560
+
2561
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
2562
+ display: inline-block;
2563
+ padding: 0 4px;
2564
+ }
2565
+
2566
+ .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 {
2567
+ display: inline-block;
2568
+ padding: 0 4px;
2569
+ }
2570
+
2571
+ .e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
2572
+ .e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
2573
+ height: 38px;
2574
+ min-width: 38px;
2575
+ }
2576
+
2577
+ .e-pv-annotation-popup-menu {
2578
+ background-color: #f8f9fa;
2579
+ border-color: #dee2e6;
2580
+ color: #212529;
2581
+ }
2582
+
2583
+ .e-pv-properties-window {
2584
+ max-width: 417px;
2585
+ }
2586
+
2587
+ .e-pv-scale-ratio-window {
2588
+ max-width: 420px;
2589
+ }
2590
+
2591
+ .e-pv-scale-ratio-dialog {
2592
+ max-width: 488px;
2593
+ }
2594
+
2595
+ .e-pv-line-styles-content,
2596
+ .e-pv-line-styles-item {
2597
+ border-bottom-color: #000;
2598
+ }
2599
+
2600
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
2601
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
2602
+ height: 36px;
2603
+ line-height: 16px;
2604
+ }
2605
+
2606
+ .e-pv-properties-window .e-dlg-content {
2607
+ padding-top: 6px;
2608
+ }
2609
+
2610
+ .e-pv-scale-ratio-text,
2611
+ .e-pv-depth-text {
2612
+ margin-bottom: 8px;
2613
+ }
2614
+
2615
+ .e-pv-properties-line-start-container,
2616
+ .e-pv-properties-line-end-container,
2617
+ .e-pv-properties-line-style-container,
2618
+ .e-pv-properties-line-thickness-container,
2619
+ .e-pv-properties-line-fill-color-container,
2620
+ .e-pv-properties-line-stroke-color-container,
2621
+ .e-pv-properties-line-leader-length-container {
2622
+ float: left;
2623
+ height: 52px;
2624
+ margin-bottom: 16px;
2625
+ }
2626
+
2627
+ .e-pv-properties-line-opacity-container {
2628
+ float: left;
2629
+ height: auto;
2630
+ width: 180px;
2631
+ }
2632
+
2633
+ .e-pv-scale-ratio-src-input-container,
2634
+ .e-pv-scale-ratio-src-unit-container,
2635
+ .e-pv-scale-ratio-dest-input-container,
2636
+ .e-pv-scale-ratio-dest-unit-container,
2637
+ .e-pv-depth-input-container,
2638
+ .e-pv-depth-unit-container {
2639
+ float: left;
2640
+ height: 24px;
2641
+ }
2642
+
2643
+ .e-bigger .e-pv-scale-ratio-src-input-container,
2644
+ .e-bigger .e-pv-scale-ratio-src-unit-container,
2645
+ .e-bigger .e-pv-scale-ratio-dest-input-container,
2646
+ .e-bigger .e-pv-scale-ratio-dest-unit-container,
2647
+ .e-bigger .e-pv-depth-input-container,
2648
+ .e-bigger .e-pv-depth-unit-container {
2649
+ float: left;
2650
+ height: 40px;
2651
+ width: 45%;
2652
+ }
2653
+
2654
+ .e-pv-scale-ratio-src-input-container,
2655
+ .e-pv-scale-ratio-src-unit-container,
2656
+ .e-pv-scale-ratio-dest-input-container,
2657
+ .e-pv-scale-ratio-dest-unit-container {
2658
+ margin-bottom: 24px;
2659
+ }
2660
+
2661
+ .e-pv-scale-ratio-src-unit-container,
2662
+ .e-pv-scale-ratio-dest-unit-container,
2663
+ .e-pv-depth-unit-container {
2664
+ margin-left: 24px;
2665
+ }
2666
+
2667
+ .e-pv-scale-ratio-src-unit.e-btn,
2668
+ .e-pv-scale-ratio-dest-unit.e-btn,
2669
+ .e-pv-depth-unit.e-btn {
2670
+ padding: 4px 8px;
2671
+ }
2672
+
2673
+ .e-pv-scale-unit-content {
2674
+ float: left;
2675
+ width: 33px;
2676
+ }
2677
+
2678
+ .e-pv-scale-ratio-src-unit .e-caret,
2679
+ .e-pv-scale-ratio-dest-unit .e-caret,
2680
+ .e-pv-depth-unit .e-caret {
2681
+ margin-left: 98px;
2682
+ margin-top: 7px;
2683
+ }
2684
+
2685
+ .e-pv-properties-line-opacity {
2686
+ margin-top: -10px;
2687
+ }
2688
+
2689
+ .e-pv-properties-line-start-label,
2690
+ .e-pv-properties-line-end-label,
2691
+ .e-pv-properties-line-style-label,
2692
+ .e-pv-properties-line-thickness-label,
2693
+ .e-pv-properties-line-fill-color-label,
2694
+ .e-pv-properties-line-stroke-color-label,
2695
+ .e-pv-properties-line-opacity-label,
2696
+ .e-pv-properties-line-leader-length-label {
2697
+ font-size: 14px;
2698
+ margin-bottom: 8px;
2699
+ }
2700
+
2701
+ .e-pv-properties-line-end-container,
2702
+ .e-pv-properties-line-thickness-container {
2703
+ margin-left: 24px;
2704
+ }
2705
+
2706
+ .e-pv-properties-line-leader-length-container {
2707
+ margin-left: 15px;
2708
+ }
2709
+
2710
+ .e-pv-properties-line-stroke-color-container {
2711
+ margin-left: 150px !important; /* stylelint-disable-line declaration-no-important */
2712
+ margin-right: 87px;
2713
+ }
2714
+
2715
+ .e-pv-properties-line-start,
2716
+ .e-pv-properties-line-end,
2717
+ .e-pv-properties-line-style,
2718
+ .e-pv-properties-line-thickness,
2719
+ .e-pv-properties-line-opacity,
2720
+ .e-pv-properties-line-leader-length {
2721
+ max-width: 180px;
2722
+ }
2723
+
2724
+ .e-pv-scale-ratio-src-input,
2725
+ .e-pv-scale-ratio-dest-input,
2726
+ .e-pv-depth-input {
2727
+ max-width: 180px;
2728
+ }
2729
+
2730
+ .e-pv-properties-line-start,
2731
+ .e-pv-properties-line-end,
2732
+ .e-pv-properties-line-style {
2733
+ width: 180px;
2734
+ }
2735
+
2736
+ .e-pv-scale-ratio-src-unit,
2737
+ .e-pv-scale-ratio-dest-unit,
2738
+ .e-pv-depth-unit {
2739
+ width: 180px;
2740
+ }
2741
+
2742
+ .e-pv-line-styles-container {
2743
+ line-height: 0;
2744
+ padding: 17px;
2745
+ }
2746
+
2747
+ .e-pv-line-styles-item {
2748
+ -webkit-box-sizing: border-box;
2749
+ box-sizing: border-box;
2750
+ }
2751
+
2752
+ .e-pv-line-styles-content,
2753
+ .e-pv-line-styles-item {
2754
+ border-bottom-width: 2px;
2755
+ display: inline-block;
2756
+ width: 100%;
2757
+ }
2758
+
2759
+ .e-pv-properties-line-style-content {
2760
+ float: left;
2761
+ line-height: 16px;
2762
+ width: 44px;
2763
+ }
2764
+
2765
+ .e-pv-properties-line-start.e-btn,
2766
+ .e-pv-properties-line-end.e-btn {
2767
+ height: 32px;
2768
+ padding: 0 12px;
2769
+ }
2770
+
2771
+ .e-pv-properties-line-style.e-btn {
2772
+ height: 32px;
2773
+ line-height: 0;
2774
+ padding: 8px;
2775
+ white-space: pre;
2776
+ }
2777
+
2778
+ .e-pv-properties-line-start.e-btn .e-caret,
2779
+ .e-pv-properties-line-end.e-btn .e-caret {
2780
+ display: block;
2781
+ line-height: 16px;
2782
+ margin-left: 143px;
2783
+ }
2784
+
2785
+ .e-pv-line-styles-content-container {
2786
+ float: left;
2787
+ font-size: 0;
2788
+ margin-right: 7.5px;
2789
+ margin-top: 2.5px;
2790
+ width: 138px;
2791
+ }
2792
+
2793
+ .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2794
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2795
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
2796
+ .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul {
2797
+ height: 36px;
2798
+ width: 69px;
2799
+ }
2800
+
2801
+ .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2802
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2803
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
2804
+ padding: 1px 8px 3px;
2805
+ }
2806
+
2807
+ .e-pv-annotation-shape-icon,
2808
+ .e-pv-annotation-calibrate-icon,
2809
+ .e-pv-handwritten-icon {
2810
+ margin-right: 4px;
2811
+ }
2812
+
2813
+ .e-pv-properties-opacity-indicator {
2814
+ margin-left: 153px;
2815
+ }
2816
+
2817
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu {
2818
+ border-radius: 2px;
2819
+ }
2820
+
2821
+ .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2822
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2823
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
2824
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item,
2825
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon,
2826
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret {
2827
+ line-height: 36px;
2828
+ }
2829
+
2830
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2831
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2832
+ height: 38px;
2833
+ line-height: 27px;
2834
+ margin: 0;
2835
+ padding: 1px 2.5px;
2836
+ width: 38px;
2837
+ }
2838
+
2839
+ .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2840
+ padding-top: 3px;
2841
+ }
2842
+
2843
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
2844
+ width: 105px;
2845
+ }
2846
+
2847
+ .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
2848
+ .e-bigger .e-toolbar.e-pv-annotation-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2849
+ padding-left: 4px;
2850
+ padding-right: 4px;
2851
+ }
2852
+
2853
+ .e-pv-toolbar.e-toolbar .e-tbar-btn > :first-child {
2854
+ line-height: 26px;
2855
+ min-height: 26px;
2856
+ }
2857
+
2858
+ .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus {
2859
+ padding-left: 1.5px;
2860
+ }
2861
+
2862
+ .e-bigger .e-pv-password-popup.e-dialog,
2863
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2864
+ height: 225px;
2865
+ }
2866
+
2867
+ .e-bigger .e-pv-notification-popup.e-dialog,
2868
+ .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
2869
+ height: 217px;
2870
+ }
2871
+
2872
+ .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2873
+ .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2874
+ height: 235px;
2875
+ }
2876
+
2877
+ .e-bigger .e-pv-corrupted-popup.e-dialog,
2878
+ .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
2879
+ height: 185px;
2880
+ }
2881
+
2882
+ .e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2883
+ .e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2884
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2885
+ .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
2886
+ padding-top: 0;
2887
+ }
2888
+
2889
+ .e-pv-zoom-drop-down-container .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
2890
+ .e-pv-zoom-drop-down-container .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
2891
+ color: #495057;
2892
+ }
2893
+
2894
+ .e-pv-fontfamily-container .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
2895
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
2896
+ color: #495057;
2897
+ }
2898
+
2899
+ .e-pv-fontsize-container .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
2900
+ .e-pv-fontsize-container .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
2901
+ color: #495057;
2902
+ }
2903
+
2904
+ .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2905
+ .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2906
+ top: 0;
2907
+ }
2908
+
2909
+ .e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2910
+ padding-right: 12px;
2911
+ }
2912
+
2913
+ .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,
2914
+ .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,
2915
+ .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,
2916
+ .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 {
2917
+ padding-left: 0;
2918
+ padding-right: 12px;
2919
+ }
2920
+
2921
+ .e-bigger .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
2922
+ .e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
2923
+ .e-bigger .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child {
2924
+ margin-left: 4px;
2925
+ }
2926
+
2927
+ .e-bigger .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
2928
+ .e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
2929
+ .e-bigger .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child {
2930
+ margin-right: 4px;
2931
+ }
2932
+
2933
+ .e-bigger .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
2934
+ .e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
2935
+ .e-bigger .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child {
2936
+ margin-right: 4px;
2937
+ }
2938
+
2939
+ .e-bigger .e-pv-search-bar {
2940
+ top: 52px;
2941
+ }
2942
+
2943
+ .e-pv-sidebar-content-container.e-left {
2944
+ left: 41px;
2945
+ }
2946
+
2947
+ .e-pv-sidebar-content-container.e-right {
2948
+ right: 41px;
2949
+ }
2950
+
2951
+ .e-bigger .e-pv-sidebar-content-container.e-left {
2952
+ left: 57px;
2953
+ }
2954
+
2955
+ .e-bigger .e-pv-sidebar-content-container.e-right {
2956
+ right: 57px;
2957
+ }
2958
+
2959
+ .e-pv-sidebar-toolbar-splitter.e-left {
2960
+ left: 47px;
2961
+ }
2962
+
2963
+ .e-pv-sidebar-toolbar-splitter.e-right {
2964
+ right: 47px;
2965
+ }
2966
+
2967
+ .e-bigger .e-pv-sidebar-toolbar-splitter.e-left {
2968
+ left: 56px;
2969
+ }
2970
+
2971
+ .e-bigger .e-pv-sidebar-toolbar-splitter.e-right {
2972
+ right: 56px;
2973
+ }
2974
+
2975
+ .e-pv-sidebar-resizer.e-left {
2976
+ border-right: 1px solid #ced4da;
2977
+ left: 202px;
2978
+ }
2979
+
2980
+ .e-pv-sidebar-resizer.e-right {
2981
+ border-left: 1px solid #ced4da;
2982
+ right: 202px;
2983
+ }
2984
+
2985
+ .e-pdfviewer .e-checkbox-wrapper.e-pv-organize-select-all .e-frame + .e-label {
2986
+ font-size: 14px;
2987
+ }
2988
+
2989
+ .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2990
+ .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2991
+ margin-right: 10px;
2992
+ }
2993
+
2994
+ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2995
+ float: left;
2996
+ font-size: 14px;
2997
+ padding-left: 1px;
2998
+ padding-right: 1px;
2999
+ position: absolute;
3000
+ }
3001
+
3002
+ .e-bigger div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3003
+ font-size: 18px;
3004
+ }
3005
+
3006
+ .e-bigger .e-pv-properties-window {
3007
+ max-width: 425px;
3008
+ }
3009
+
3010
+ .e-bigger .e-pv-scale-ratio-window {
3011
+ max-width: 435px;
3012
+ }
3013
+
3014
+ .e-pdfviewer .e-treeview .e-list-item {
3015
+ word-break: break-word;
3016
+ white-space: pre-wrap;
3017
+ }
3018
+
3019
+ .e-pdfviewer .e-treeview .e-list-text {
3020
+ width: 100%;
3021
+ }
3022
+
3023
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible,
3024
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable,
3025
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-input,
3026
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url {
3027
+ margin-top: 3px;
3028
+ position: absolute;
3029
+ }
3030
+
3031
+ .e-pdfviewer .e-treeview .e-list-item.e-hover:not(.e-active) > .e-fullrow {
3032
+ background-color: #e9ecef;
3033
+ border-color: #e9ecef;
3034
+ }
3035
+
3036
+ .e-pdfviewer .e-editable-inline {
3037
+ padding: 7px 8px 42px;
3038
+ }
3039
+
3040
+ .e-pv-comment-textbox {
3041
+ min-height: 22px;
3042
+ }
3043
+
3044
+ .e-pdfviewer .e-editable-value-wrapper {
3045
+ color: rgba(33, 37, 41, 0.9);
3046
+ line-height: normal;
3047
+ min-height: 22px;
3048
+ padding: 2px 8px 3px;
3049
+ font-size: 14px;
3050
+ }
3051
+
3052
+ .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
3053
+ color: rgba(33, 37, 41, 0.9);
3054
+ font-size: 14px;
3055
+ line-height: normal;
3056
+ min-height: 24px;
3057
+ padding: 2px 8px 3px 32px;
3058
+ }
3059
+
3060
+ .e-pv-reply-div.e-pv-comments-leave.e-focused,
3061
+ .e-pv-comments-div.e-focused {
3062
+ border: #343a40;
3063
+ background: #e9ecef;
3064
+ }
3065
+
3066
+ .e-pdfviewer .e-inplaceeditor .e-editable-action-buttons,
3067
+ .e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons {
3068
+ float: right;
3069
+ padding-bottom: 7px;
3070
+ padding-top: 5px;
3071
+ position: relative;
3072
+ right: 8px;
3073
+ }
3074
+
3075
+ .e-pv-comment-title-container,
3076
+ .e-pv-reply-title-container {
3077
+ height: 36px;
3078
+ }
3079
+
3080
+ .e-pv-more-options-button.e-btn {
3081
+ background: transparent;
3082
+ border: 0;
3083
+ border-radius: 4px;
3084
+ -webkit-box-shadow: none;
3085
+ box-shadow: none;
3086
+ float: right;
3087
+ padding: 8px 7px 1px 1px;
3088
+ }
3089
+
3090
+ .e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary,
3091
+ .e-pdfviewer .e-editable-inline .e-btn.e-outline {
3092
+ border-color: transparent;
3093
+ }
3094
+
3095
+ .e-pdfviewer .e-editable-inline .e-editable-form {
3096
+ margin-bottom: 1px;
3097
+ }
3098
+
3099
+ .e-pdfviewer .e-editable-inline .e-clear-icon {
3100
+ padding-right: 2px;
3101
+ }
3102
+
3103
+ .e-pdfviewer .e-btn-cancel {
3104
+ font-size: 14px;
3105
+ padding-left: 5px;
3106
+ padding-right: 5px;
3107
+ }
3108
+
3109
+ .e-pdfviewer .e-btn-save {
3110
+ font-size: 14px;
3111
+ margin-right: 12px;
3112
+ padding-left: 7px;
3113
+ padding-right: 7px;
3114
+ }
3115
+
3116
+ .e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
3117
+ background-color: rgba(0, 0, 0, 0.12);
3118
+ border-radius: 2px;
3119
+ color: rgba(33, 37, 41, 0.6);
3120
+ }
3121
+
3122
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
3123
+ -webkit-box-shadow: 0 0 0 8px #f8f9fa inset;
3124
+ box-shadow: 0 0 0 8px #f8f9fa inset;
3125
+ padding: 8px;
3126
+ }
3127
+
3128
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header {
3129
+ line-height: 32px;
3130
+ min-height: 32px;
3131
+ }
3132
+
3133
+ .e-contextmenu-wrapper .e-pv-context-menu .e-menu-item {
3134
+ height: 38px;
3135
+ }
3136
+
3137
+ .e-pv-comment-panel {
3138
+ background-color: #f8f9fa;
3139
+ border: 1px solid #dee2e6;
3140
+ border-width: 1px 1px 0;
3141
+ opacity: 1;
3142
+ overflow: hidden;
3143
+ position: absolute;
3144
+ top: 57px;
3145
+ width: 300px;
3146
+ z-index: 100;
3147
+ }
3148
+
3149
+ .e-pv-comment-panel-title-container {
3150
+ background-color: #f8f9fa;
3151
+ border-style: double;
3152
+ border-width: 0 1px 1px 0;
3153
+ height: 45px;
3154
+ position: relative;
3155
+ border-color: #dee2e6;
3156
+ }
3157
+
3158
+ .e-pv-comment-panel-title {
3159
+ color: rgba(33, 37, 41, 0.9);
3160
+ font-size: 14px;
3161
+ left: 15px;
3162
+ top: 14px;
3163
+ position: absolute;
3164
+ text-align: left;
3165
+ }
3166
+
3167
+ .e-pv-comment-panel-title-close-div.e-btn {
3168
+ background: transparent;
3169
+ border: 1px solid transparent;
3170
+ -webkit-box-shadow: none;
3171
+ box-shadow: none;
3172
+ color: #495057;
3173
+ height: 38px;
3174
+ position: absolute;
3175
+ right: 11px;
3176
+ top: 5px;
3177
+ width: 32px;
3178
+ }
3179
+
3180
+ .e-pv-title-close-icon {
3181
+ color: rgba(33, 37, 41, 0.6);
3182
+ }
3183
+
3184
+ .e-pv-comments-panel-text {
3185
+ font-size: 15px;
3186
+ padding-left: 85px;
3187
+ color: rgba(var(--color-sf-on-surface-variant));
3188
+ }
3189
+
3190
+ .e-pv-comments-content-container {
3191
+ background-color: #f8f9fa;
3192
+ border-color: #dee2e6;
3193
+ border-style: double;
3194
+ border-width: 0 1px 1px 0;
3195
+ height: calc(100% - 45px);
3196
+ overflow: auto;
3197
+ }
3198
+
3199
+ .e-pv-comments-container {
3200
+ background-color: #f8f9fa;
3201
+ border-radius: 2px;
3202
+ left: 7px;
3203
+ right: 7px;
3204
+ }
3205
+
3206
+ .e-pv-comments-border {
3207
+ border: 2px;
3208
+ border-color: #f8f9fa;
3209
+ border-radius: 4px;
3210
+ border-style: groove;
3211
+ }
3212
+
3213
+ .e-pv-comment-title {
3214
+ color: rgba(33, 37, 41, 0.6);
3215
+ padding-left: 32px;
3216
+ padding-top: 7px;
3217
+ font-size: 14px;
3218
+ font-size: #495057;
3219
+ position: absolute;
3220
+ overflow: hidden;
3221
+ text-overflow: ellipsis;
3222
+ }
3223
+
3224
+ .e-pv-reply-title {
3225
+ color: rgba(33, 37, 41, 0.6);
3226
+ font-size: 14px;
3227
+ font-size: #495057;
3228
+ padding-left: 8px;
3229
+ padding-top: 7px;
3230
+ position: absolute;
3231
+ overflow: hidden;
3232
+ text-overflow: ellipsis;
3233
+ }
3234
+
3235
+ .e-pv-comments-hover {
3236
+ background-color: #e9ecef;
3237
+ }
3238
+
3239
+ .e-pv-comments-select {
3240
+ background-color: #f8f9fa;
3241
+ }
3242
+
3243
+ .e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper {
3244
+ color: rgba(33, 37, 41, 0.9);
3245
+ }
3246
+
3247
+ .e-pv-comments-leave {
3248
+ background-color: #f8f9fa;
3249
+ }
3250
+
3251
+ .e-pdfviewer .e-accordion {
3252
+ background-color: #f8f9fa;
3253
+ border: transparent;
3254
+ }
3255
+
3256
+ .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp {
3257
+ border: 0;
3258
+ display: block;
3259
+ }
3260
+
3261
+ .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
3262
+ padding-bottom: 6px;
3263
+ padding-top: 17px;
3264
+ }
3265
+
3266
+ .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
3267
+ margin-top: 0;
3268
+ padding-left: 7px;
3269
+ }
3270
+
3271
+ .e-pdfviewer .e-inplaceeditor,
3272
+ .e-pv-radio-btn + span,
3273
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
3274
+ display: block;
3275
+ }
3276
+
3277
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
3278
+ border-bottom: 0;
3279
+ word-break: break-word;
3280
+ }
3281
+
3282
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover {
3283
+ background: transparent;
3284
+ }
3285
+
3286
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-container {
3287
+ background: transparent;
3288
+ width: 229px;
3289
+ }
3290
+
3291
+ .e-pv-status-div {
3292
+ height: 20px;
3293
+ left: 8px;
3294
+ position: relative;
3295
+ width: 20px;
3296
+ }
3297
+
3298
+ .e-pv-status-container {
3299
+ padding-bottom: 5px;
3300
+ padding-top: 2px;
3301
+ }
3302
+
3303
+ .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
3304
+ caret-color: #007bff;
3305
+ }
3306
+
3307
+ .e-pv-reply-div {
3308
+ margin-top: 3px;
3309
+ }
3310
+
3311
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
3312
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
3313
+ background: #f8f9fa;
3314
+ border: 1px solid #dee2e6;
3315
+ }
3316
+
3317
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
3318
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
3319
+ background: #f8f9fa;
3320
+ -webkit-box-shadow: none;
3321
+ box-shadow: none;
3322
+ }
3323
+
3324
+ .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,
3325
+ .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,
3326
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
3327
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
3328
+ color: rgba(33, 37, 41, 0.6);
3329
+ font-size: 14px;
3330
+ }
3331
+
3332
+ .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
3333
+ background-size: 100%;
3334
+ }
3335
+
3336
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
3337
+ line-height: normal;
3338
+ }
3339
+
3340
+ .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3341
+ padding-bottom: 1px;
3342
+ margin-top: 10px;
3343
+ }
3344
+
3345
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
3346
+ float: left;
3347
+ }
3348
+
3349
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
3350
+ float: left;
3351
+ height: 30px;
3352
+ min-height: 30px;
3353
+ }
3354
+
3355
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
3356
+ height: 32px;
3357
+ min-height: 32px;
3358
+ }
3359
+
3360
+ .e-pv-signature-dialog-height .e-pv-createbtn {
3361
+ height: 30px;
3362
+ min-height: 30px;
3363
+ }
3364
+
3365
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
3366
+ float: left;
3367
+ height: 49px;
3368
+ min-height: 49px;
3369
+ }
3370
+
3371
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn,
3372
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
3373
+ height: 49px;
3374
+ min-height: 49px;
3375
+ }
3376
+
3377
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3378
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3379
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3380
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3381
+ .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,
3382
+ .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,
3383
+ .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,
3384
+ .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 {
3385
+ background: #bdbdbd;
3386
+ border-color: #bdbdbd;
3387
+ }
3388
+
3389
+ .e-pv-comment-panel-resizer.e-left {
3390
+ border-left: 1px solid #ced4da;
3391
+ left: 300px;
3392
+ }
3393
+
3394
+ .e-pv-comment-panel-resizer.e-right {
3395
+ border-right: 1px solid #ced4da;
3396
+ right: 300px;
3397
+ }
3398
+
3399
+ .e-pv-align {
3400
+ cursor: pointer;
3401
+ float: right;
3402
+ font-size: 20px;
3403
+ margin-right: 16px;
3404
+ margin-top: 14px;
3405
+ }
3406
+
3407
+ .e-pv-align-border {
3408
+ border: 1px dotted #bdbdbd;
3409
+ border-radius: 5px;
3410
+ cursor: pointer;
3411
+ display: inline-block;
3412
+ width: 170px;
3413
+ }
3414
+
3415
+ .e-pv-font-sign {
3416
+ border: 1px solid rgba(0, 0, 0, 0.87);
3417
+ border-radius: 5px;
3418
+ display: inline-block;
3419
+ font-size: 13px;
3420
+ padding-top: 40px;
3421
+ text-align: center;
3422
+ word-wrap: break-word;
3423
+ height: 88px;
3424
+ width: 311px;
3425
+ margin: 15px;
3426
+ }
3427
+
3428
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
3429
+ color: #495057;
3430
+ }
3431
+
3432
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
3433
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
3434
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
3435
+ border-radius: 4px;
3436
+ color: #495057;
3437
+ }
3438
+
3439
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover,
3440
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected {
3441
+ background: #545b62;
3442
+ }
3443
+
3444
+ .e-pv-custom-annotation-stamp-container.e-menu-wrapper ul,
3445
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul {
3446
+ background-color: #f8f9fa;
3447
+ }
3448
+
3449
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused:hover .e-menu-icon,
3450
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused:hover .e-caret,
3451
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover .e-menu-icon,
3452
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover .e-caret,
3453
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon,
3454
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
3455
+ color: #fff;
3456
+ }
3457
+
3458
+ .e-pv-stamp-template-container .e-menu-container .e-menu {
3459
+ background-color: #f8f9fa;
3460
+ border-color: transparent;
3461
+ }
3462
+
3463
+ .e-pv-custom-annotation-stamp-container.e-menu-container .e-ul .e-menu-item.e-selected,
3464
+ .e-pv-custom-annotation-stamp-container.e-menu-container.e-menu-container .e-ul .e-menu-item.e-focused {
3465
+ background-color: #007bff;
3466
+ color: #fff;
3467
+ outline: 0 solid #007bff;
3468
+ outline-offset: 0;
3469
+ }
3470
+
3471
+ .e-pv-custom-annotation-thickness-container,
3472
+ .e-pv-custom-annotation-opacity-container {
3473
+ background-color: #f8f9fa;
3474
+ border-color: transparent;
3475
+ }
3476
+
3477
+ .e-pdfviewer-signatureformfields.e-pv-signature-focus,
3478
+ .e-pdfviewer-signatureformfields-signature.e-pv-signature-focus {
3479
+ outline: #000 dotted 2px;
3480
+ }
3481
+
3482
+ .e-pv-checkbox-container,
3483
+ .e-pv-radiobtn-container {
3484
+ -moz-user-select: none;
3485
+ -ms-user-select: none;
3486
+ -webkit-user-select: none;
3487
+ cursor: pointer;
3488
+ display: block;
3489
+ margin-bottom: 0;
3490
+ position: relative;
3491
+ user-select: none;
3492
+ }
3493
+
3494
+ .e-pv-text-selection-none {
3495
+ -moz-user-select: none;
3496
+ -ms-user-select: none;
3497
+ -webkit-user-select: none;
3498
+ user-select: none;
3499
+ }
3500
+
3501
+ .e-pv-checkbox-container input {
3502
+ cursor: pointer;
3503
+ height: 0;
3504
+ opacity: 0;
3505
+ position: absolute;
3506
+ width: 0;
3507
+ }
3508
+
3509
+ .e-pv-checkbox-div {
3510
+ border: 1px solid #303030;
3511
+ display: inline;
3512
+ height: 100%;
3513
+ left: 0;
3514
+ position: absolute;
3515
+ text-align: center;
3516
+ top: 0;
3517
+ width: 100%;
3518
+ }
3519
+
3520
+ .e-pv-cb-checked {
3521
+ border: solid #303030;
3522
+ border-left-color: transparent;
3523
+ border-top-color: transparent;
3524
+ border-width: 3px;
3525
+ position: absolute;
3526
+ -webkit-transform: rotate(45deg);
3527
+ transform: rotate(45deg);
3528
+ }
3529
+
3530
+ .e-pv-cb-unchecked {
3531
+ border: 1px;
3532
+ border-width: 1px;
3533
+ }
3534
+
3535
+ .e-pv-radiobtn-container input {
3536
+ cursor: pointer;
3537
+ opacity: 0;
3538
+ position: absolute;
3539
+ }
3540
+
3541
+ .e-pv-radiobtn-div {
3542
+ border: 1px solid #303030;
3543
+ border-radius: 50%;
3544
+ height: 100%;
3545
+ left: 0;
3546
+ position: absolute;
3547
+ top: 0;
3548
+ width: 100%;
3549
+ }
3550
+
3551
+ .e-pv-radio-btn {
3552
+ border: 0;
3553
+ clip: rect(0 0 0 0);
3554
+ height: 1px;
3555
+ margin: -1px;
3556
+ overflow: hidden;
3557
+ padding: 0;
3558
+ position: absolute;
3559
+ width: 1px;
3560
+ }
3561
+
3562
+ .e-pv-radio-btn + .e-pv-radiobtn-span::before {
3563
+ content: "";
3564
+ display: block;
3565
+ height: inherit;
3566
+ width: inherit;
3567
+ }
3568
+
3569
+ .e-pv-radio-btn:checked + .e-pv-radiobtn-span::before {
3570
+ background: #303030;
3571
+ border-radius: 50%;
3572
+ }
3573
+
3574
+ .e-pv-properties-text-edit-prop,
3575
+ .e-pv-properties-visibility-style-prop,
3576
+ .e-pv-properties-font-items-container {
3577
+ display: -webkit-box;
3578
+ display: -ms-flexbox;
3579
+ display: flex;
3580
+ -webkit-box-pack: space-evenly;
3581
+ -ms-flex-pack: space-evenly;
3582
+ justify-content: space-evenly;
3583
+ }
3584
+
3585
+ .e-pv-properties-form-field-name-main-div,
3586
+ .e-pv-properties-form-field-value-main-div {
3587
+ padding-right: 15px;
3588
+ }
3589
+
3590
+ .e-pv-properties-form-field-name-main-div,
3591
+ .e-pv-properties-form-field-tooltip-main-div,
3592
+ .e-pv-properties-form-field-value-main-div,
3593
+ .e-pv-properties-form-field-visibility-main-div {
3594
+ width: 285px;
3595
+ }
3596
+
3597
+ .e-pv-properties-text-edit-prop {
3598
+ padding-top: 20px;
3599
+ }
3600
+
3601
+ .e-pv-properties-visibility-style-prop {
3602
+ padding-bottom: 10px;
3603
+ padding-top: 20px;
3604
+ }
3605
+
3606
+ .e-pv-properties-checkbox-main-div-prop {
3607
+ display: -webkit-box;
3608
+ display: -ms-flexbox;
3609
+ display: flex;
3610
+ -webkit-box-orient: horizontal;
3611
+ -webkit-box-direction: normal;
3612
+ -ms-flex-direction: row;
3613
+ flex-direction: row;
3614
+ -webkit-box-pack: justify;
3615
+ -ms-flex-pack: justify;
3616
+ justify-content: space-between;
3617
+ padding-top: 20px;
3618
+ }
3619
+
3620
+ .e-pv-bold-icon-div,
3621
+ .e-pv-italic-icon-div,
3622
+ .e-pv-strikeout-icon-div,
3623
+ .e-pv-underlinetext-icon-div,
3624
+ .e-pv-left-align-icon-div,
3625
+ .e-pv-center-align-icon-div,
3626
+ .e-pv-right-align-icon-div {
3627
+ padding: 8px 8px;
3628
+ }
3629
+
3630
+ .e-pv-bold-icon-div:hover,
3631
+ .e-pv-italic-icon-div:hover,
3632
+ .e-pv-strikeout-icon-div:hover,
3633
+ .e-pv-underlinetext-icon-div:hover,
3634
+ .e-pv-left-align-icon-div:hover,
3635
+ .e-pv-center-align-icon-div:hover,
3636
+ .e-pv-right-align-icon-div:hover {
3637
+ background-color: #545b62;
3638
+ border-color: #545b62;
3639
+ }
3640
+
3641
+ .e-pv-bold-icon-div:active,
3642
+ .e-pv-italic-icon-div:active,
3643
+ .e-pv-strikeout-icon-div:active,
3644
+ .e-pv-underlinetext-icon-div:active,
3645
+ .e-pv-left-align-icon-div:active,
3646
+ .e-pv-center-align-icon-div:active,
3647
+ .e-pv-right-align-icon-div:active {
3648
+ background-color: #bdbdbd;
3649
+ border-color: #bdbdbd;
3650
+ }
3651
+
3652
+ .e-pv-properties-fill-color-style-prop,
3653
+ .e-pv-properties-stroke-color-style-prop,
3654
+ .e-pv-properties-stroke-thickness-style-prop,
3655
+ .e-bigger .e-pv-properties-fill-color-style-prop,
3656
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
3657
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
3658
+ padding: 12px 20px 12px 1px;
3659
+ }
3660
+
3661
+ .e-pv-formfield-fontcolor-icon,
3662
+ .e-pv-formfield-strokecolor-icon,
3663
+ .e-pv-formfield-strokethickness-icon {
3664
+ color: #000;
3665
+ background: #eee;
3666
+ border-radius: 2px;
3667
+ height: 44px;
3668
+ margin-top: 8px;
3669
+ width: 54px;
3670
+ }
3671
+
3672
+ .e-pv-properties-format-text-style-prop {
3673
+ padding: 15px 15px 15px 1px;
3674
+ }
3675
+
3676
+ .e-pv-properties-font-family-container {
3677
+ margin-right: 15px;
3678
+ width: 165px;
3679
+ }
3680
+
3681
+ .e-pv-properties-font-size-container {
3682
+ border-right-color: #f8f9fa;
3683
+ border-right-style: solid;
3684
+ border-right-width: 1px;
3685
+ margin-right: 15px;
3686
+ padding-right: 15px;
3687
+ width: 99px;
3688
+ }
3689
+
3690
+ .e-pv-formfield-maxlength {
3691
+ padding-left: 20px;
3692
+ }
3693
+
3694
+ .e-pv-left-align-icon-div,
3695
+ .e-pv-center-align-icon-div,
3696
+ .e-pv-right-align-icon-div {
3697
+ padding-left: 6px;
3698
+ }
3699
+
3700
+ .e-pv-properties-font-color-container,
3701
+ .e-pv-properties-color-container-style-prop {
3702
+ display: -webkit-box;
3703
+ display: -ms-flexbox;
3704
+ display: flex;
3705
+ padding-top: 20px;
3706
+ }
3707
+
3708
+ .e-pv-formfield-textcolor {
3709
+ margin-right: 10px;
3710
+ }
3711
+
3712
+ .e-pv-formfield-maxlength-icon {
3713
+ -webkit-box-align: center;
3714
+ -ms-flex-align: center;
3715
+ align-items: center;
3716
+ display: -webkit-box;
3717
+ display: -ms-flexbox;
3718
+ display: flex;
3719
+ padding-right: 14px;
3720
+ }
3721
+
3722
+ .e-pv-formfield-textcolor-icon {
3723
+ background: #eee;
3724
+ border-radius: 2px;
3725
+ width: 46px;
3726
+ color: #000;
3727
+ }
3728
+
3729
+ .e-pv-properties-formfield-maxlength-text-label,
3730
+ .e-pv-formfield-maxlength {
3731
+ padding-left: 1px;
3732
+ width: 77px;
3733
+ }
3734
+
3735
+ .e-pv-formfield-maxlength-group {
3736
+ display: -webkit-box;
3737
+ display: -ms-flexbox;
3738
+ display: flex;
3739
+ padding-left: 105px;
3740
+ }
3741
+
3742
+ .e-pv-properties-form-field-list-add-div {
3743
+ display: -webkit-box;
3744
+ display: -ms-flexbox;
3745
+ display: flex;
3746
+ padding-bottom: 15px;
3747
+ padding-top: 20px;
3748
+ }
3749
+
3750
+ .e-pv-properties-list-item-edit-prop {
3751
+ margin-right: 15px;
3752
+ width: 295px;
3753
+ }
3754
+
3755
+ .e-pv-properties-form-field-window {
3756
+ max-width: 477px;
3757
+ }
3758
+
3759
+ .e-pv-properties-export-value-edit-prop {
3760
+ width: 295px;
3761
+ }
3762
+
3763
+ .e-pv-properties-form-field-list-btn-div {
3764
+ -webkit-box-align: center;
3765
+ -ms-flex-align: center;
3766
+ align-items: center;
3767
+ display: -webkit-box;
3768
+ display: -ms-flexbox;
3769
+ display: flex;
3770
+ height: 36px;
3771
+ margin-top: 10px;
3772
+ text-align: center;
3773
+ }
3774
+
3775
+ .e-pv-properties-form-field-export-value-main-div {
3776
+ padding-bottom: 15px;
3777
+ padding-top: 10px;
3778
+ width: 335px;
3779
+ }
3780
+
3781
+ .e-pv-properties-form-field-group-btn-div {
3782
+ display: grid;
3783
+ }
3784
+
3785
+ .e-pv-properties-form-field-option-dropdown-list-div {
3786
+ padding-top: 10px;
3787
+ }
3788
+
3789
+ .e-pv-properties-form-field-btn-textarea-container {
3790
+ display: -webkit-box;
3791
+ display: -ms-flexbox;
3792
+ display: flex;
3793
+ width: 385px;
3794
+ padding-top: 15px;
3795
+ }
3796
+
3797
+ .e-pv-properties-dropdown-btn {
3798
+ -webkit-box-align: center;
3799
+ -ms-flex-align: center;
3800
+ align-items: center;
3801
+ display: -webkit-box;
3802
+ display: -ms-flexbox;
3803
+ display: flex;
3804
+ height: 36px;
3805
+ text-align: center;
3806
+ width: 75px;
3807
+ }
3808
+
3809
+ .e-pv-show-designer-name {
3810
+ -webkit-box-align: center;
3811
+ -ms-flex-align: center;
3812
+ align-items: center;
3813
+ color: #000;
3814
+ display: grid;
3815
+ height: 100%;
3816
+ overflow: hidden;
3817
+ text-align: center;
3818
+ text-overflow: ellipsis;
3819
+ white-space: nowrap;
3820
+ width: 100%;
3821
+ }
3822
+
3823
+ .e-pv-formfield-li-element {
3824
+ list-style: none;
3825
+ padding-left: 10px;
3826
+ }
3827
+
3828
+ .e-pv-li-select {
3829
+ background-color: #d3d3d3;
3830
+ }
3831
+
3832
+ .e-pv-formfield-li-element.e-pv-li-select {
3833
+ background-color: #d3d3d3;
3834
+ }
3835
+
3836
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3837
+ background-color: #d3d3d3;
3838
+ }
3839
+
3840
+ .e-pv-form-designer-ul-list-items {
3841
+ padding-left: 1px;
3842
+ }
3843
+
3844
+ .e-pv-form-field-property-header.e-dialog .e-dlg-header .e-dlg-header-content {
3845
+ font-size: 20px;
3846
+ font-weight: 500;
3847
+ }
3848
+
3849
+ .e-pv-form-field-property-header {
3850
+ -ms-user-select: none;
3851
+ -webkit-user-select: none;
3852
+ color: #000;
3853
+ display: block;
3854
+ font-family: "Roboto";
3855
+ font-size: 20px;
3856
+ font-style: normal;
3857
+ font-weight: 500;
3858
+ line-height: 23px;
3859
+ margin-top: 5px;
3860
+ mix-blend-mode: normal;
3861
+ opacity: 0.87;
3862
+ overflow: hidden;
3863
+ text-overflow: ellipsis;
3864
+ -moz-user-select: none;
3865
+ user-select: none;
3866
+ vertical-align: top;
3867
+ white-space: nowrap;
3868
+ width: 80%;
3869
+ }
3870
+
3871
+ .e-pv-form-field-property-header-general {
3872
+ font-family: "Roboto";
3873
+ font-size: 13px;
3874
+ font-style: normal;
3875
+ font-weight: 500;
3876
+ line-height: 15px;
3877
+ }
3878
+
3879
+ .e-pv-properties-formfield-formatting {
3880
+ color: #757575;
3881
+ font-family: "Roboto";
3882
+ font-size: 13px;
3883
+ font-style: normal;
3884
+ font-weight: normal;
3885
+ height: 15px;
3886
+ line-height: 15px;
3887
+ width: 64px;
3888
+ }
3889
+
3890
+ .e-pv-properties-form-field-font-style {
3891
+ background: #eee;
3892
+ border-radius: 2px;
3893
+ display: -webkit-box;
3894
+ display: -ms-flexbox;
3895
+ display: flex;
3896
+ height: 36px;
3897
+ width: 154px;
3898
+ -webkit-box-pack: space-evenly;
3899
+ -ms-flex-pack: space-evenly;
3900
+ justify-content: space-evenly;
3901
+ }
3902
+
3903
+ .e-pv-properties-form-field-font-align {
3904
+ background: #eee;
3905
+ border-radius: 2px;
3906
+ display: -webkit-box;
3907
+ display: -ms-flexbox;
3908
+ display: flex;
3909
+ height: 36px;
3910
+ width: 120px;
3911
+ -webkit-box-pack: space-evenly;
3912
+ -ms-flex-pack: space-evenly;
3913
+ justify-content: space-evenly;
3914
+ margin-right: 15px;
3915
+ }
3916
+
3917
+ .e-bigger .e-pv-properties-form-field-font-style {
3918
+ background: #eee;
3919
+ border-radius: 2px;
3920
+ display: -webkit-box;
3921
+ display: -ms-flexbox;
3922
+ display: flex;
3923
+ height: 36px;
3924
+ -webkit-box-pack: space-evenly;
3925
+ -ms-flex-pack: space-evenly;
3926
+ justify-content: space-evenly;
3927
+ width: 154px;
3928
+ }
3929
+
3930
+ .e-bigger .e-pv-properties-form-field-font-align {
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
+ margin-right: 15px;
3941
+ width: 120px;
3942
+ }
3943
+
3944
+ .e-pv-properties-formfield-label {
3945
+ color: #757575;
3946
+ font-family: "Roboto";
3947
+ font-size: 13px;
3948
+ font-style: normal;
3949
+ font-weight: normal;
3950
+ height: 15px;
3951
+ line-height: 15px;
3952
+ }
3953
+
3954
+ .e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
3955
+ min-width: 18px;
3956
+ }
3957
+
3958
+ .e-pv-properties-form-field-window {
3959
+ height: 544px;
3960
+ }
3961
+
3962
+ .e-pv-properties-header-spliter {
3963
+ border-bottom-color: #f8f9fa;
3964
+ border-bottom-style: solid;
3965
+ border-bottom-width: 0;
3966
+ left: 0;
3967
+ padding-top: 35px;
3968
+ position: absolute;
3969
+ width: 0;
3970
+ }
3971
+
3972
+ .e-pv-properties-bottom-spliter {
3973
+ border-bottom-color: #f8f9fa;
3974
+ border-bottom-style: solid;
3975
+ border-bottom-width: 0;
3976
+ left: 0;
3977
+ margin-bottom: 10px;
3978
+ padding-top: 10px;
3979
+ width: 0;
3980
+ }
3981
+
3982
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
3983
+ background-color: #f8f9fa;
3984
+ padding: 0 7px;
3985
+ }
3986
+
3987
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
3988
+ -webkit-box-pack: center;
3989
+ -ms-flex-pack: center;
3990
+ justify-content: center;
3991
+ padding: 0 7px;
3992
+ }
3993
+
3994
+ .e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
3995
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
3996
+ width: 1em !important; /* stylelint-disable-line declaration-no-important */
3997
+ line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
3998
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
3999
+ }
4000
+
4001
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover,
4002
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover .e-caret,
4003
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover:focus,
4004
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover:focus .e-caret {
4005
+ color: #fff;
4006
+ }
4007
+
4008
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
4009
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
4010
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:not(:hover) {
4011
+ color: #495057;
4012
+ }
4013
+
4014
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus,
4015
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret {
4016
+ color: #fff;
4017
+ }
4018
+
4019
+ .e-dialog.e-pv-signature-dialog-height {
4020
+ height: 535px;
4021
+ }
4022
+
4023
+ .e-dialog.e-pv-signature-dialog-blazor-height {
4024
+ height: 540px;
4025
+ }
4026
+
4027
+ .e-pv-handwritten-signature-canvas {
4028
+ height: 350px;
4029
+ width: 718px;
4030
+ }
4031
+
4032
+ .e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
4033
+ overflow: auto;
4034
+ }
4035
+
4036
+ .e-pv-canvas-signature {
4037
+ width: 718px;
4038
+ }
4039
+
4040
+ .e-pv-canvas-signature-blazor {
4041
+ width: 718px;
4042
+ }
4043
+
4044
+ .e-pv-font-appearance-style {
4045
+ padding: 15px;
4046
+ }
4047
+
4048
+ .e-pv-font-appearance-style-blazor {
4049
+ padding: 15px;
4050
+ }
4051
+
4052
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
4053
+ padding: 0 6px;
4054
+ width: 28px;
4055
+ }
4056
+
4057
+ .e-pv-toolbar-tooltip {
4058
+ pointer-events: none;
4059
+ }
4060
+
4061
+ .e-pv-notification {
4062
+ background-color: #007bff;
4063
+ }