@syncfusion/ej2-react-pdfviewer 25.2.7 → 26.1.35

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