@syncfusion/ej2-angular-schedule 20.3.57-ngcc → 20.3.57

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