@syncfusion/ej2-vue-pdfviewer 25.2.7 → 26.1.38

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