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

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