@syncfusion/ej2-react-pdfviewer 25.2.6 → 26.1.35

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