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

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