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