@syncfusion/ej2-vue-schedule 23.2.7 → 24.2.3

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