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