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

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