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

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