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

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