@syncfusion/ej2-vue-schedule 20.1.48 → 20.1.55

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