@syncfusion/ej2-angular-pdfviewer 24.1.41-ngcc → 24.1.41

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