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