@syncfusion/ej2-vue-schedule 20.1.50 → 20.1.56

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 (54) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +11 -2
  3. package/dist/es6/ej2-vue-schedule.es2015.js +1 -0
  4. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-schedule.es5.js +1 -0
  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 -8
  9. package/src/schedule/schedule.component.js +1 -0
  10. package/styles/bootstrap-dark.css +83 -968
  11. package/styles/bootstrap.css +83 -967
  12. package/styles/bootstrap4.css +83 -990
  13. package/styles/bootstrap5-dark.css +83 -988
  14. package/styles/bootstrap5.css +83 -988
  15. package/styles/fabric-dark.css +83 -968
  16. package/styles/fabric.css +83 -970
  17. package/styles/fluent-dark.css +83 -968
  18. package/styles/fluent.css +83 -968
  19. package/styles/highcontrast-light.css +83 -967
  20. package/styles/highcontrast.css +83 -972
  21. package/styles/material-dark.css +83 -967
  22. package/styles/material.css +83 -967
  23. package/styles/recurrence-editor/bootstrap-dark.css +6 -94
  24. package/styles/recurrence-editor/bootstrap.css +6 -94
  25. package/styles/recurrence-editor/bootstrap4.css +6 -94
  26. package/styles/recurrence-editor/bootstrap5-dark.css +6 -94
  27. package/styles/recurrence-editor/bootstrap5.css +6 -94
  28. package/styles/recurrence-editor/fabric-dark.css +6 -94
  29. package/styles/recurrence-editor/fabric.css +6 -94
  30. package/styles/recurrence-editor/fluent-dark.css +6 -94
  31. package/styles/recurrence-editor/fluent.css +6 -94
  32. package/styles/recurrence-editor/highcontrast-light.css +6 -94
  33. package/styles/recurrence-editor/highcontrast.css +6 -94
  34. package/styles/recurrence-editor/material-dark.css +6 -94
  35. package/styles/recurrence-editor/material.css +6 -94
  36. package/styles/recurrence-editor/tailwind-dark.css +6 -94
  37. package/styles/recurrence-editor/tailwind.css +6 -94
  38. package/styles/schedule/bootstrap-dark.css +78 -875
  39. package/styles/schedule/bootstrap.css +78 -874
  40. package/styles/schedule/bootstrap4.css +78 -897
  41. package/styles/schedule/bootstrap5-dark.css +78 -895
  42. package/styles/schedule/bootstrap5.css +78 -895
  43. package/styles/schedule/fabric-dark.css +78 -875
  44. package/styles/schedule/fabric.css +78 -877
  45. package/styles/schedule/fluent-dark.css +78 -875
  46. package/styles/schedule/fluent.css +78 -875
  47. package/styles/schedule/highcontrast-light.css +78 -874
  48. package/styles/schedule/highcontrast.css +78 -879
  49. package/styles/schedule/material-dark.css +78 -874
  50. package/styles/schedule/material.css +78 -874
  51. package/styles/schedule/tailwind-dark.css +78 -895
  52. package/styles/schedule/tailwind.css +78 -895
  53. package/styles/tailwind-dark.css +83 -988
  54. package/styles/tailwind.css +83 -988
@@ -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,76 +1411,59 @@
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;
@@ -1821,21 +1472,17 @@
1821
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,33 +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
-
1853
1498
  .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1854
1499
  background-color: rgba(0, 0, 0, 0.08);
1855
1500
  box-shadow: inset 0 0 0 8px #f8f9fa;
1856
1501
  }
1857
-
1858
1502
  .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1859
1503
  background-color: rgba(0, 0, 0, 0.08);
1860
1504
  }
1861
-
1862
1505
  .e-schedule .e-timeline-year-view .e-event-table {
1863
1506
  position: absolute;
1864
1507
  top: 0;
1865
1508
  }
1866
-
1867
1509
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1868
1510
  position: absolute;
1869
1511
  }
1870
-
1871
1512
  .e-schedule .e-timeline-year-view .e-event-table .e-inline-appointment {
1872
1513
  z-index: 1;
1873
1514
  }
1874
-
1875
1515
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment {
1876
1516
  background: #007bff;
1877
1517
  border: 1px solid #cce5ff;
@@ -1884,11 +1524,9 @@
1884
1524
  overflow: hidden;
1885
1525
  position: absolute;
1886
1526
  }
1887
-
1888
1527
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
1889
1528
  display: none;
1890
1529
  }
1891
-
1892
1530
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
1893
1531
  display: -ms-flexbox;
1894
1532
  display: flex;
@@ -1897,7 +1535,6 @@
1897
1535
  line-height: 20px;
1898
1536
  overflow: hidden;
1899
1537
  }
1900
-
1901
1538
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject {
1902
1539
  -ms-flex: auto;
1903
1540
  flex: auto;
@@ -1907,7 +1544,6 @@
1907
1544
  padding: 1px 2px;
1908
1545
  text-overflow: ellipsis;
1909
1546
  }
1910
-
1911
1547
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time,
1912
1548
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location {
1913
1549
  font-size: 11px;
@@ -1915,41 +1551,33 @@
1915
1551
  padding: 1.5px;
1916
1552
  text-overflow: ellipsis;
1917
1553
  }
1918
-
1919
1554
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable {
1920
1555
  display: none;
1921
1556
  }
1922
-
1923
1557
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1924
1558
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1925
1559
  line-height: 38px;
1926
1560
  padding: 0 5px;
1927
1561
  }
1928
-
1929
1562
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1930
1563
  display: block;
1931
1564
  }
1932
-
1933
1565
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1934
1566
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1935
1567
  font-size: 10px;
1936
1568
  line-height: 38px;
1937
1569
  padding-right: 7px;
1938
1570
  }
1939
-
1940
1571
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1941
1572
  padding-right: 5px;
1942
1573
  }
1943
-
1944
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 {
1945
1575
  border: 0;
1946
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);
1947
1577
  }
1948
-
1949
1578
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select {
1950
1579
  pointer-events: none;
1951
1580
  }
1952
-
1953
1581
  .e-schedule .e-timeline-year-view .e-event-table .e-more-indicator {
1954
1582
  color: #6c757d;
1955
1583
  cursor: pointer;
@@ -1960,53 +1588,44 @@
1960
1588
  position: absolute;
1961
1589
  text-overflow: ellipsis;
1962
1590
  }
1963
-
1964
1591
  .e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
1965
1592
  display: none;
1966
1593
  }
1967
-
1968
1594
  .e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
1969
1595
  text-decoration: underline;
1970
1596
  }
1971
-
1972
1597
  .e-schedule.e-device .e-year-view .e-month-calendar {
1973
1598
  max-width: 100%;
1974
1599
  min-width: 100%;
1975
1600
  }
1976
-
1977
1601
  .e-schedule .e-timeline-view .e-content-wrap,
1978
1602
  .e-schedule .e-timeline-view .e-content-table,
1979
1603
  .e-schedule .e-timeline-month-view .e-content-wrap,
1980
1604
  .e-schedule .e-timeline-month-view .e-content-table {
1981
1605
  height: 100%;
1982
1606
  }
1983
-
1984
1607
  .e-schedule .e-timeline-view .e-date-header-wrap,
1985
1608
  .e-schedule .e-timeline-month-view .e-date-header-wrap {
1986
1609
  font-size: 14px;
1987
1610
  overflow: hidden;
1988
1611
  position: relative;
1989
1612
  }
1990
-
1991
1613
  .e-schedule .e-timeline-view .e-event-table,
1992
1614
  .e-schedule .e-timeline-month-view .e-event-table {
1993
1615
  position: absolute;
1994
1616
  top: 0;
1995
1617
  }
1996
-
1997
1618
  .e-schedule .e-timeline-view .e-appointment-container.e-event-container,
1998
1619
  .e-schedule .e-timeline-month-view .e-appointment-container.e-event-container {
1999
1620
  height: 60px;
2000
1621
  position: relative;
2001
1622
  }
2002
-
2003
1623
  .e-schedule .e-timeline-view .e-date-header-wrap table col,
2004
1624
  .e-schedule .e-timeline-view .e-content-wrap table col,
2005
1625
  .e-schedule .e-timeline-month-view .e-date-header-wrap table col,
2006
1626
  .e-schedule .e-timeline-month-view .e-content-wrap table col {
2007
1627
  width: 50px;
2008
1628
  }
2009
-
2010
1629
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td,
2011
1630
  .e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
2012
1631
  height: 36px;
@@ -2015,43 +1634,35 @@
2015
1634
  text-overflow: ellipsis;
2016
1635
  white-space: nowrap;
2017
1636
  }
2018
-
2019
1637
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
2020
1638
  .e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
2021
1639
  overflow: inherit;
2022
1640
  }
2023
-
2024
1641
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
2025
1642
  .e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span {
2026
1643
  position: relative;
2027
1644
  }
2028
-
2029
1645
  .e-schedule .e-timeline-view .e-navigate:hover,
2030
1646
  .e-schedule .e-timeline-month-view .e-navigate:hover {
2031
1647
  cursor: pointer;
2032
1648
  text-decoration: underline;
2033
1649
  }
2034
-
2035
1650
  .e-schedule .e-timeline-view .e-navigate:focus,
2036
1651
  .e-schedule .e-timeline-month-view .e-navigate:focus {
2037
1652
  text-decoration: underline;
2038
1653
  }
2039
-
2040
1654
  .e-schedule .e-timeline-view .e-work-cells,
2041
1655
  .e-schedule .e-timeline-month-view .e-work-cells {
2042
1656
  height: 60px;
2043
1657
  }
2044
-
2045
1658
  .e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
2046
1659
  .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
2047
1660
  background-color: rgba(0, 0, 0, 0.08);
2048
1661
  }
2049
-
2050
1662
  .e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
2051
1663
  .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
2052
1664
  background-color: rgba(0, 0, 0, 0.08);
2053
1665
  }
2054
-
2055
1666
  .e-schedule .e-timeline-view .e-resource-text,
2056
1667
  .e-schedule .e-timeline-month-view .e-resource-text {
2057
1668
  color: #212529;
@@ -2060,7 +1671,6 @@
2060
1671
  padding: 4px 12px;
2061
1672
  text-overflow: ellipsis;
2062
1673
  }
2063
-
2064
1674
  .e-schedule .e-timeline-view .e-resource-left-td,
2065
1675
  .e-schedule .e-timeline-month-view .e-resource-left-td {
2066
1676
  background-color: #fff;
@@ -2071,7 +1681,6 @@
2071
1681
  vertical-align: middle;
2072
1682
  width: 224px;
2073
1683
  }
2074
-
2075
1684
  .e-schedule .e-timeline-view .e-resource-cells,
2076
1685
  .e-schedule .e-timeline-month-view .e-resource-cells {
2077
1686
  background-color: #f8f9fa;
@@ -2084,73 +1693,59 @@
2084
1693
  padding-right: 0;
2085
1694
  vertical-align: middle;
2086
1695
  }
2087
-
2088
1696
  .e-schedule .e-timeline-view .e-resource-cells:focus,
2089
1697
  .e-schedule .e-timeline-month-view .e-resource-cells:focus {
2090
1698
  background-color: #f2f4f6;
2091
1699
  }
2092
-
2093
1700
  .e-schedule .e-timeline-view .e-resource-column-wrap,
2094
1701
  .e-schedule .e-timeline-month-view .e-resource-column-wrap {
2095
1702
  overflow: hidden;
2096
1703
  position: relative;
2097
1704
  }
2098
-
2099
1705
  .e-schedule .e-timeline-view .e-resource-column-table,
2100
1706
  .e-schedule .e-timeline-month-view .e-resource-column-table {
2101
1707
  height: 100%;
2102
1708
  }
2103
-
2104
1709
  .e-schedule .e-timeline-view .e-auto-height,
2105
1710
  .e-schedule .e-timeline-month-view .e-auto-height {
2106
1711
  height: auto;
2107
1712
  }
2108
-
2109
- .e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,
2110
- .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2111
- .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,
2112
1714
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2113
1715
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,
2114
1716
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container {
2115
1717
  height: 42px;
2116
1718
  }
2117
-
2118
1719
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
2119
1720
  .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
2120
1721
  background-color: rgba(0, 0, 0, 0.08);
2121
1722
  box-shadow: inset 0 0 0 8px #f8f9fa;
2122
1723
  }
2123
-
2124
1724
  .e-schedule .e-timeline-view .e-resource-tree-icon,
2125
1725
  .e-schedule .e-timeline-month-view .e-resource-tree-icon {
2126
1726
  color: #212529;
2127
1727
  cursor: pointer;
2128
1728
  float: left;
2129
- font-family: 'e-icons';
1729
+ font-family: "e-icons";
2130
1730
  font-size: 12px;
2131
1731
  padding: 4px 7px;
2132
1732
  }
2133
-
2134
1733
  .e-schedule .e-timeline-view .e-resource-collapse,
2135
1734
  .e-schedule .e-timeline-month-view .e-resource-collapse {
2136
1735
  transform: rotate(90deg);
2137
1736
  }
2138
-
2139
1737
  .e-schedule .e-timeline-view .e-child-node,
2140
1738
  .e-schedule .e-timeline-month-view .e-child-node {
2141
1739
  background-color: #fff;
2142
1740
  }
2143
-
2144
1741
  .e-schedule .e-timeline-view .e-appointment-wrapper,
2145
1742
  .e-schedule .e-timeline-month-view .e-appointment-wrapper {
2146
1743
  position: absolute;
2147
1744
  }
2148
-
2149
1745
  .e-schedule .e-timeline-view .e-inline-appointment,
2150
1746
  .e-schedule .e-timeline-month-view .e-inline-appointment {
2151
1747
  z-index: 1;
2152
1748
  }
2153
-
2154
1749
  .e-schedule .e-timeline-view .e-appointment,
2155
1750
  .e-schedule .e-timeline-month-view .e-appointment {
2156
1751
  background: #007bff;
@@ -2164,7 +1759,6 @@
2164
1759
  overflow: hidden;
2165
1760
  position: absolute;
2166
1761
  }
2167
-
2168
1762
  .e-schedule .e-timeline-view .e-appointment .e-appointment-details,
2169
1763
  .e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
2170
1764
  display: -ms-flexbox;
@@ -2174,14 +1768,12 @@
2174
1768
  overflow: hidden;
2175
1769
  padding: 0 4px;
2176
1770
  }
2177
-
2178
1771
  .e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap,
2179
1772
  .e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap {
2180
1773
  -ms-flex: auto;
2181
1774
  flex: auto;
2182
1775
  overflow: hidden;
2183
1776
  }
2184
-
2185
1777
  .e-schedule .e-timeline-view .e-appointment .e-subject,
2186
1778
  .e-schedule .e-timeline-month-view .e-appointment .e-subject {
2187
1779
  font-size: 13px;
@@ -2193,7 +1785,6 @@
2193
1785
  padding-top: 4px;
2194
1786
  text-overflow: ellipsis;
2195
1787
  }
2196
-
2197
1788
  .e-schedule .e-timeline-view .e-appointment .e-time,
2198
1789
  .e-schedule .e-timeline-view .e-appointment .e-location,
2199
1790
  .e-schedule .e-timeline-month-view .e-appointment .e-time,
@@ -2203,18 +1794,15 @@
2203
1794
  padding-top: 1px;
2204
1795
  text-overflow: ellipsis;
2205
1796
  }
2206
-
2207
1797
  .e-schedule .e-timeline-view .e-appointment .e-time,
2208
1798
  .e-schedule .e-timeline-month-view .e-appointment .e-time {
2209
1799
  display: block;
2210
1800
  line-height: 1.4;
2211
1801
  }
2212
-
2213
1802
  .e-schedule .e-timeline-view .e-appointment .e-disable,
2214
1803
  .e-schedule .e-timeline-month-view .e-appointment .e-disable {
2215
1804
  display: none;
2216
1805
  }
2217
-
2218
1806
  .e-schedule .e-timeline-view .e-appointment .e-recurrence-icon,
2219
1807
  .e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon,
2220
1808
  .e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon,
@@ -2222,12 +1810,10 @@
2222
1810
  line-height: 38px;
2223
1811
  padding: 0 5px;
2224
1812
  }
2225
-
2226
1813
  .e-schedule .e-timeline-view .e-appointment .e-indicator,
2227
1814
  .e-schedule .e-timeline-month-view .e-appointment .e-indicator {
2228
1815
  display: block;
2229
1816
  }
2230
-
2231
1817
  .e-schedule .e-timeline-view .e-appointment .e-left-icon,
2232
1818
  .e-schedule .e-timeline-view .e-appointment .e-right-icon,
2233
1819
  .e-schedule .e-timeline-month-view .e-appointment .e-left-icon,
@@ -2236,24 +1822,20 @@
2236
1822
  line-height: 38px;
2237
1823
  padding-right: 7px;
2238
1824
  }
2239
-
2240
1825
  .e-schedule .e-timeline-view .e-appointment .e-right-icon,
2241
1826
  .e-schedule .e-timeline-month-view .e-appointment .e-right-icon {
2242
1827
  padding-right: 5px;
2243
1828
  }
2244
-
2245
1829
  .e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus,
2246
1830
  .e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,
2247
1831
  .e-schedule .e-timeline-month-view .e-appointment:focus {
2248
1832
  border: 0;
2249
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);
2250
1834
  }
2251
-
2252
1835
  .e-schedule .e-timeline-view .e-appointment.e-allow-select,
2253
1836
  .e-schedule .e-timeline-month-view .e-appointment.e-allow-select {
2254
1837
  pointer-events: none;
2255
1838
  }
2256
-
2257
1839
  .e-schedule .e-timeline-view .e-more-indicator,
2258
1840
  .e-schedule .e-timeline-month-view .e-more-indicator {
2259
1841
  color: #6c757d;
@@ -2265,150 +1847,122 @@
2265
1847
  position: absolute;
2266
1848
  text-overflow: ellipsis;
2267
1849
  }
2268
-
2269
1850
  .e-schedule .e-timeline-view .e-more-indicator:focus,
2270
1851
  .e-schedule .e-timeline-month-view .e-more-indicator:focus {
2271
1852
  text-decoration: underline;
2272
1853
  }
2273
-
2274
1854
  .e-schedule .e-timeline-view .e-navigate {
2275
1855
  font-size: 14px;
2276
1856
  }
2277
-
2278
1857
  .e-schedule .e-timeline-view .e-clone-time-indicator,
2279
1858
  .e-schedule .e-timeline-view .e-current-time {
2280
1859
  bottom: 0;
2281
1860
  position: absolute;
2282
1861
  }
2283
-
2284
1862
  .e-schedule .e-timeline-view .e-current-timeline {
2285
1863
  position: absolute;
2286
1864
  top: 0;
2287
1865
  }
2288
-
2289
1866
  .e-schedule .e-timeline-month-view .e-date-header-wrap table col,
2290
1867
  .e-schedule .e-timeline-month-view .e-content-wrap table col {
2291
1868
  width: 60px;
2292
1869
  }
2293
-
2294
1870
  .e-schedule .e-virtual-scroll .e-content-table {
2295
1871
  position: absolute;
2296
1872
  transform: translateY(0);
2297
1873
  }
2298
-
2299
1874
  .e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
2300
1875
  position: relative;
2301
1876
  }
2302
-
2303
1877
  .e-schedule .e-virtual-scroll .e-content-wrap.e-transition {
2304
1878
  transition: all 1000ms linear;
2305
1879
  }
2306
-
2307
1880
  .e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,
2308
1881
  .e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon,
2309
1882
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon,
2310
1883
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon {
2311
1884
  padding: 0 0 0 5px;
2312
1885
  }
2313
-
2314
1886
  .e-schedule.e-rtl .e-timeline-view .e-inline-appointment,
2315
1887
  .e-schedule.e-rtl .e-timeline-month-view .e-inline-appointment {
2316
1888
  z-index: 1;
2317
1889
  }
2318
-
2319
1890
  .e-schedule.e-rtl .e-timeline-view .e-resource-left-td,
2320
1891
  .e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td {
2321
1892
  border-width: 0 0 1px 1px;
2322
1893
  }
2323
-
2324
1894
  .e-schedule.e-rtl .e-timeline-view .e-resource-cells,
2325
1895
  .e-schedule.e-rtl .e-timeline-month-view .e-resource-cells {
2326
1896
  border-width: 0 0 1px 1px;
2327
1897
  padding-right: 15px;
2328
1898
  }
2329
-
2330
1899
  .e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon,
2331
1900
  .e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon {
2332
1901
  float: right;
2333
1902
  }
2334
-
2335
1903
  .e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap,
2336
1904
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2337
1905
  text-align: right;
2338
1906
  }
2339
-
2340
1907
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2341
1908
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2342
1909
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
2343
1910
  font-size: 14px;
2344
1911
  }
2345
-
2346
1912
  .e-schedule.e-device .e-month-view .e-date-header-wrap td,
2347
1913
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap td,
2348
1914
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td {
2349
1915
  border-left-width: 0;
2350
1916
  border-right-width: 0;
2351
1917
  }
2352
-
2353
1918
  .e-schedule.e-device .e-month-view .e-content-wrap,
2354
1919
  .e-schedule.e-device .e-timeline-view .e-content-wrap,
2355
1920
  .e-schedule.e-device .e-timeline-month-view .e-content-wrap {
2356
1921
  font-size: 15px;
2357
1922
  }
2358
-
2359
1923
  .e-schedule.e-device .e-month-view .e-date-header:hover,
2360
1924
  .e-schedule.e-device .e-timeline-view .e-date-header:hover,
2361
1925
  .e-schedule.e-device .e-timeline-month-view .e-date-header:hover {
2362
1926
  text-decoration: none;
2363
1927
  }
2364
-
2365
1928
  .e-schedule.e-device .e-month-view .e-more-indicator,
2366
1929
  .e-schedule.e-device .e-timeline-view .e-more-indicator,
2367
1930
  .e-schedule.e-device .e-timeline-month-view .e-more-indicator {
2368
1931
  font-size: 12px;
2369
1932
  }
2370
-
2371
1933
  .e-schedule.e-device .e-month-view .e-navigate:hover,
2372
1934
  .e-schedule.e-device .e-timeline-view .e-navigate:hover,
2373
1935
  .e-schedule.e-device .e-timeline-month-view .e-navigate:hover {
2374
1936
  text-decoration: none;
2375
1937
  }
2376
-
2377
1938
  .e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu {
2378
1939
  margin-top: 6px;
2379
1940
  }
2380
-
2381
1941
  .e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable {
2382
1942
  display: none;
2383
1943
  }
2384
-
2385
1944
  .e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
2386
1945
  margin-top: 4px;
2387
1946
  }
2388
-
2389
1947
  .e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
2390
1948
  border-right: 1px solid #dee2e6;
2391
1949
  height: 40px;
2392
1950
  padding-top: 8px;
2393
1951
  }
2394
-
2395
1952
  .e-schedule .e-month-agenda-view .e-wrapper-container {
2396
1953
  position: relative;
2397
1954
  }
2398
-
2399
1955
  .e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,
2400
1956
  .e-schedule .e-month-agenda-view .e-content-table {
2401
1957
  border-bottom: 1px solid #dee2e6;
2402
1958
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
2403
1959
  }
2404
-
2405
1960
  .e-schedule .e-month-agenda-view .e-resource-column {
2406
1961
  border-bottom: 1px solid #dee2e6;
2407
1962
  border-right: 1px solid #dee2e6;
2408
1963
  vertical-align: top;
2409
1964
  width: 75px;
2410
1965
  }
2411
-
2412
1966
  .e-schedule .e-month-agenda-view .e-resource-name {
2413
1967
  color: #212529;
2414
1968
  font-size: 14px;
@@ -2417,24 +1971,19 @@
2417
1971
  padding: 8px;
2418
1972
  text-overflow: ellipsis;
2419
1973
  }
2420
-
2421
1974
  .e-schedule .e-month-agenda-view .e-day-padding {
2422
1975
  padding-left: 8px;
2423
1976
  }
2424
-
2425
1977
  .e-schedule .e-month-agenda-view .e-day-border {
2426
1978
  border-bottom: 1px solid #dee2e6;
2427
1979
  }
2428
-
2429
1980
  .e-schedule .e-month-agenda-view .e-date-header-wrap {
2430
1981
  font-size: 14px;
2431
1982
  overflow: hidden;
2432
1983
  }
2433
-
2434
1984
  .e-schedule .e-month-agenda-view .e-content-wrap {
2435
1985
  font-size: 14px;
2436
1986
  }
2437
-
2438
1987
  .e-schedule .e-month-agenda-view .e-header-cells {
2439
1988
  cursor: default;
2440
1989
  font-weight: 400;
@@ -2442,21 +1991,17 @@
2442
1991
  padding: 5px;
2443
1992
  text-align: center;
2444
1993
  }
2445
-
2446
1994
  .e-schedule .e-month-agenda-view .e-work-cells {
2447
1995
  height: 40px;
2448
1996
  position: relative;
2449
1997
  vertical-align: top;
2450
1998
  }
2451
-
2452
1999
  .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
2453
2000
  background-color: rgba(0, 0, 0, 0.08);
2454
2001
  }
2455
-
2456
2002
  .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
2457
2003
  background-color: rgba(0, 0, 0, 0.08);
2458
2004
  }
2459
-
2460
2005
  .e-schedule .e-month-agenda-view .e-date-header {
2461
2006
  height: 24px;
2462
2007
  line-height: 24.5px;
@@ -2464,37 +2009,30 @@
2464
2009
  text-align: center;
2465
2010
  width: 24px;
2466
2011
  }
2467
-
2468
2012
  .e-schedule .e-month-agenda-view .e-appointment-container {
2469
2013
  min-height: 40px;
2470
2014
  }
2471
-
2472
2015
  .e-schedule .e-month-agenda-view .e-appointment-wrap {
2473
2016
  background-color: #fff;
2474
2017
  overflow: auto;
2475
2018
  padding: 0 8px;
2476
2019
  }
2477
-
2478
2020
  .e-schedule .e-month-agenda-view .e-appointment {
2479
2021
  border-left: 3px solid #007bff;
2480
2022
  border-right: 0;
2481
2023
  cursor: default;
2482
2024
  padding: 0 8px;
2483
2025
  }
2484
-
2485
2026
  .e-schedule .e-month-agenda-view .e-appointment:hover {
2486
2027
  background: #f2f4f6;
2487
2028
  }
2488
-
2489
2029
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2490
2030
  background: #e9ecef;
2491
2031
  }
2492
-
2493
2032
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2494
2033
  display: -ms-flexbox;
2495
2034
  display: flex;
2496
2035
  }
2497
-
2498
2036
  .e-schedule .e-month-agenda-view .e-subject {
2499
2037
  color: #212529;
2500
2038
  font-size: 14px;
@@ -2502,14 +2040,12 @@
2502
2040
  overflow: hidden;
2503
2041
  text-overflow: ellipsis;
2504
2042
  }
2505
-
2506
2043
  .e-schedule .e-month-agenda-view .e-recurrence-icon,
2507
2044
  .e-schedule .e-month-agenda-view .e-recurrence-edit-icon {
2508
2045
  color: #6c757d;
2509
2046
  line-height: 26px;
2510
2047
  padding: 0 10px;
2511
2048
  }
2512
-
2513
2049
  .e-schedule .e-month-agenda-view .e-date-time {
2514
2050
  color: #6c757d;
2515
2051
  font-size: 12px;
@@ -2517,7 +2053,6 @@
2517
2053
  overflow: hidden;
2518
2054
  text-overflow: ellipsis;
2519
2055
  }
2520
-
2521
2056
  .e-schedule .e-month-agenda-view .e-location {
2522
2057
  color: #6c757d;
2523
2058
  font-size: 12px;
@@ -2526,7 +2061,6 @@
2526
2061
  padding-left: 8px;
2527
2062
  text-overflow: ellipsis;
2528
2063
  }
2529
-
2530
2064
  .e-schedule .e-month-agenda-view .e-no-event {
2531
2065
  color: #6c757d;
2532
2066
  cursor: default;
@@ -2534,16 +2068,13 @@
2534
2068
  height: 100%;
2535
2069
  padding: 8px 4px;
2536
2070
  }
2537
-
2538
2071
  .e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view {
2539
2072
  padding: 10px 0;
2540
2073
  }
2541
-
2542
2074
  .e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view {
2543
2075
  margin: 0;
2544
2076
  padding: 0;
2545
2077
  }
2546
-
2547
2078
  .e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
2548
2079
  background: #007bff;
2549
2080
  border-radius: 50%;
@@ -2552,22 +2083,18 @@
2552
2083
  margin: 1px auto;
2553
2084
  width: 6px;
2554
2085
  }
2555
-
2556
2086
  .e-schedule.e-rtl .e-month-agenda-view .e-left-indent {
2557
2087
  border-left: 1px solid #dee2e6;
2558
2088
  border-right-width: 0;
2559
2089
  }
2560
-
2561
2090
  .e-schedule.e-rtl .e-month-agenda-view .e-week-number {
2562
2091
  border-left: 1px solid #dee2e6;
2563
2092
  border-right-width: 0;
2564
2093
  }
2565
-
2566
2094
  .e-schedule.e-rtl .e-month-agenda-view .e-appointment {
2567
2095
  border-left: 0;
2568
2096
  border-right: 3px solid #007bff;
2569
2097
  }
2570
-
2571
2098
  .e-schedule.e-rtl .e-month-agenda-view .e-resource-column {
2572
2099
  border-bottom: 1px solid #dee2e6;
2573
2100
  border-left: 1px solid #dee2e6;
@@ -2575,33 +2102,26 @@
2575
2102
  vertical-align: top;
2576
2103
  width: 75px;
2577
2104
  }
2578
-
2579
2105
  .e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
2580
2106
  white-space: normal;
2581
2107
  }
2582
-
2583
2108
  .e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
2584
2109
  padding-right: 8px;
2585
2110
  }
2586
-
2587
2111
  .e-schedule.e-device .e-month-agenda-view .e-date-header-wrap {
2588
2112
  font-size: 14px;
2589
2113
  }
2590
-
2591
2114
  .e-schedule.e-device .e-month-agenda-view .e-content-wrap {
2592
2115
  font-size: 15px;
2593
2116
  }
2594
-
2595
2117
  .e-schedule .e-agenda-view {
2596
2118
  background-color: #fff;
2597
2119
  }
2598
-
2599
2120
  .e-schedule .e-agenda-view .e-content-wrap table td:first-child,
2600
2121
  .e-schedule .e-agenda-view .e-date-column {
2601
2122
  vertical-align: top;
2602
2123
  width: 75px;
2603
2124
  }
2604
-
2605
2125
  .e-schedule .e-agenda-view .e-resource-column {
2606
2126
  border-bottom: 1px solid #dee2e6;
2607
2127
  border-right: 1px solid #dee2e6;
@@ -2609,85 +2129,67 @@
2609
2129
  vertical-align: top;
2610
2130
  width: 75px;
2611
2131
  }
2612
-
2613
2132
  .e-schedule .e-agenda-view .e-month-header {
2614
2133
  background: #007bff;
2615
2134
  height: 100px;
2616
2135
  padding-top: 12px;
2617
2136
  vertical-align: top;
2618
2137
  }
2619
-
2620
2138
  .e-schedule .e-agenda-view .e-month-header .e-date-header {
2621
2139
  color: #fff;
2622
2140
  font-size: 18px;
2623
2141
  }
2624
-
2625
2142
  .e-schedule .e-agenda-view .e-day-date-header {
2626
2143
  color: #212529;
2627
2144
  cursor: default;
2628
2145
  padding: 14px 20px 0 14px;
2629
2146
  }
2630
-
2631
2147
  .e-schedule .e-agenda-view .e-day-date-header .e-m-date {
2632
2148
  font-size: 18px;
2633
2149
  }
2634
-
2635
2150
  .e-schedule .e-agenda-view .e-day-date-header .e-m-day {
2636
2151
  font-size: 13px;
2637
2152
  }
2638
-
2639
2153
  .e-schedule .e-agenda-view .e-day-date-header.e-current-day {
2640
2154
  color: #007bff;
2641
2155
  }
2642
-
2643
2156
  .e-schedule .e-agenda-view .e-day-border {
2644
2157
  border-bottom: 1px solid #dee2e6;
2645
2158
  }
2646
-
2647
2159
  .e-schedule .e-agenda-view .e-date-border {
2648
2160
  border-bottom: 1px solid #dee2e6;
2649
2161
  border-right: 1px solid #dee2e6;
2650
2162
  }
2651
-
2652
2163
  .e-schedule .e-agenda-view .e-day-padding {
2653
2164
  padding-left: 8px;
2654
2165
  }
2655
-
2656
2166
  .e-schedule .e-agenda-view .e-date-header {
2657
2167
  font-size: 20px;
2658
2168
  }
2659
-
2660
2169
  .e-schedule .e-agenda-view .e-day-header {
2661
2170
  font-size: 12px;
2662
2171
  }
2663
-
2664
2172
  .e-schedule .e-agenda-view .e-subject-wrap {
2665
2173
  display: -ms-flexbox;
2666
2174
  display: flex;
2667
2175
  margin-bottom: 6px;
2668
2176
  }
2669
-
2670
2177
  .e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
2671
2178
  color: #212529;
2672
2179
  }
2673
-
2674
2180
  .e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time {
2675
2181
  color: #212529;
2676
2182
  }
2677
-
2678
2183
  .e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name {
2679
2184
  color: #212529;
2680
2185
  }
2681
-
2682
2186
  .e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon,
2683
2187
  .e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon {
2684
2188
  color: #212529;
2685
2189
  }
2686
-
2687
2190
  .e-schedule .e-agenda-view .e-active-appointment-agenda .e-location {
2688
2191
  color: #212529;
2689
2192
  }
2690
-
2691
2193
  .e-schedule .e-agenda-view .e-subject {
2692
2194
  color: #212529;
2693
2195
  font-size: 14px;
@@ -2695,7 +2197,6 @@
2695
2197
  overflow: hidden;
2696
2198
  text-overflow: ellipsis;
2697
2199
  }
2698
-
2699
2200
  .e-schedule .e-agenda-view .e-resource-name {
2700
2201
  color: #212529;
2701
2202
  font-size: 13px;
@@ -2704,14 +2205,12 @@
2704
2205
  padding: 8px;
2705
2206
  text-overflow: ellipsis;
2706
2207
  }
2707
-
2708
2208
  .e-schedule .e-agenda-view .e-recurrence-icon,
2709
2209
  .e-schedule .e-agenda-view .e-recurrence-edit-icon {
2710
2210
  color: #212529;
2711
2211
  line-height: 21px;
2712
2212
  padding: 0 10px;
2713
2213
  }
2714
-
2715
2214
  .e-schedule .e-agenda-view .e-date-time {
2716
2215
  color: #6c757d;
2717
2216
  font-size: 12px;
@@ -2719,7 +2218,6 @@
2719
2218
  overflow: hidden;
2720
2219
  text-overflow: ellipsis;
2721
2220
  }
2722
-
2723
2221
  .e-schedule .e-agenda-view .e-location {
2724
2222
  color: #6c757d;
2725
2223
  font-size: 12px;
@@ -2728,38 +2226,31 @@
2728
2226
  padding-left: 8px;
2729
2227
  text-overflow: ellipsis;
2730
2228
  }
2731
-
2732
2229
  .e-schedule .e-agenda-view .e-agenda-item {
2733
2230
  padding: 14px 0;
2734
2231
  }
2735
-
2736
2232
  .e-schedule .e-agenda-view .e-agenda-parent {
2737
2233
  margin: 0;
2738
2234
  padding: 0;
2739
2235
  }
2740
-
2741
2236
  .e-schedule .e-agenda-view .e-appointment {
2742
2237
  border-left: 3px solid #007bff;
2743
2238
  border-right: 0;
2744
2239
  cursor: default;
2745
2240
  padding: 0 14px;
2746
2241
  }
2747
-
2748
2242
  .e-schedule .e-agenda-view .e-appointment:hover {
2749
2243
  background: #f2f4f6;
2750
2244
  }
2751
-
2752
2245
  .e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus {
2753
2246
  background: #e9ecef;
2754
2247
  }
2755
-
2756
2248
  .e-schedule .e-agenda-view .e-appointment.e-template {
2757
2249
  display: -ms-inline-flexbox;
2758
2250
  display: inline-flex;
2759
2251
  -ms-flex-direction: row-reverse;
2760
2252
  flex-direction: row-reverse;
2761
2253
  }
2762
-
2763
2254
  .e-schedule .e-agenda-view .e-no-event {
2764
2255
  color: #6c757d;
2765
2256
  cursor: default;
@@ -2767,7 +2258,6 @@
2767
2258
  line-height: 52px;
2768
2259
  padding: 0 11px;
2769
2260
  }
2770
-
2771
2261
  .e-schedule .e-agenda-view .e-empty-event {
2772
2262
  color: #6c757d;
2773
2263
  cursor: default;
@@ -2775,12 +2265,10 @@
2775
2265
  line-height: 52px;
2776
2266
  padding: 0 11px;
2777
2267
  }
2778
-
2779
2268
  .e-schedule.e-device .e-agenda-view .e-m-date,
2780
2269
  .e-schedule.e-device .e-month-agenda-view .e-m-date {
2781
2270
  font-size: 20px;
2782
2271
  }
2783
-
2784
2272
  .e-schedule.e-device .e-agenda-view .e-resource-name,
2785
2273
  .e-schedule.e-device .e-agenda-view .e-m-day,
2786
2274
  .e-schedule.e-device .e-month-agenda-view .e-resource-name,
@@ -2788,12 +2276,10 @@
2788
2276
  color: #212529;
2789
2277
  font-size: 14px;
2790
2278
  }
2791
-
2792
2279
  .e-schedule.e-rtl .e-agenda-view .e-appointment {
2793
2280
  border-left: 0;
2794
2281
  border-right: 3px solid #007bff;
2795
2282
  }
2796
-
2797
2283
  .e-schedule.e-rtl .e-agenda-view .e-resource-column {
2798
2284
  border-bottom: 1px solid #dee2e6;
2799
2285
  border-left: 1px solid #dee2e6;
@@ -2801,15 +2287,12 @@
2801
2287
  vertical-align: top;
2802
2288
  width: 75px;
2803
2289
  }
2804
-
2805
2290
  .e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
2806
2291
  white-space: normal;
2807
2292
  }
2808
-
2809
2293
  .e-schedule.e-rtl .e-agenda-view .e-day-padding {
2810
2294
  padding-right: 8px;
2811
2295
  }
2812
-
2813
2296
  .e-schedule.e-rtl .e-agenda-view .e-date-border {
2814
2297
  border-bottom: 1px solid #dee2e6;
2815
2298
  border-left: 1px solid #dee2e6;
@@ -2825,61 +2308,50 @@
2825
2308
  height: 54px;
2826
2309
  min-height: 54px;
2827
2310
  }
2828
-
2829
2311
  .e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text,
2830
2312
  .e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
2831
2313
  font-size: 16px;
2832
2314
  }
2833
-
2834
2315
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text,
2835
2316
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text {
2836
2317
  font-size: 18px;
2837
2318
  }
2838
-
2839
2319
  .e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow,
2840
2320
  .e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow {
2841
2321
  font-size: 11px;
2842
2322
  }
2843
-
2844
2323
  .e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav,
2845
2324
  .e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav {
2846
2325
  min-height: 54px;
2847
2326
  min-width: 32px;
2848
2327
  z-index: 0;
2849
2328
  }
2850
-
2851
2329
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,
2852
2330
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text {
2853
2331
  line-height: inherit;
2854
2332
  }
2855
-
2856
2333
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items,
2857
2334
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items {
2858
2335
  min-height: 54px;
2859
2336
  }
2860
-
2861
2337
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item,
2862
2338
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
2863
2339
  min-height: 54px;
2864
2340
  }
2865
-
2866
2341
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
2867
2342
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2868
2343
  min-width: 34px;
2869
2344
  }
2870
-
2871
2345
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
2872
2346
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
2873
2347
  height: 28px;
2874
2348
  margin: 0;
2875
2349
  min-height: 20px;
2876
2350
  }
2877
-
2878
2351
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons,
2879
2352
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons {
2880
2353
  min-width: 24px;
2881
2354
  }
2882
-
2883
2355
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,
2884
2356
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
2885
2357
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,
@@ -2890,102 +2362,85 @@
2890
2362
  min-height: 38px;
2891
2363
  min-width: 34px;
2892
2364
  }
2893
-
2894
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,
2895
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,
2896
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,
2897
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 {
2898
2369
  padding: 2px 0 0;
2899
2370
  }
2900
-
2901
2371
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
2902
2372
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
2903
2373
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
2904
2374
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
2905
2375
  height: 25px;
2906
2376
  }
2907
-
2908
2377
  .e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,
2909
2378
  .e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
2910
2379
  font-size: 14px;
2911
2380
  }
2912
-
2913
2381
  .e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,
2914
2382
  .e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
2915
2383
  font-size: 14px;
2916
2384
  }
2917
-
2918
2385
  .e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date,
2919
2386
  .e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date {
2920
2387
  font-size: 20px;
2921
2388
  }
2922
-
2923
2389
  .e-bigger .e-schedule .e-vertical-view .e-resource-cells,
2924
2390
  .e-bigger.e-schedule .e-vertical-view .e-resource-cells {
2925
2391
  font-size: 14px;
2926
2392
  }
2927
-
2928
2393
  .e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td,
2929
2394
  .e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td {
2930
2395
  font-size: 13px;
2931
2396
  }
2932
-
2933
2397
  .e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator,
2934
2398
  .e-bigger .e-schedule .e-vertical-view .e-current-time,
2935
2399
  .e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator,
2936
2400
  .e-bigger.e-schedule .e-vertical-view .e-current-time {
2937
2401
  font-size: 13px;
2938
2402
  }
2939
-
2940
2403
  .e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,
2941
2404
  .e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
2942
2405
  font-size: 11px;
2943
2406
  }
2944
-
2945
2407
  .e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
2946
2408
  .e-bigger .e-schedule.e-device .e-vertical-view .e-current-time,
2947
2409
  .e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
2948
2410
  .e-bigger.e-schedule.e-device .e-vertical-view .e-current-time {
2949
2411
  font-size: 9px;
2950
2412
  }
2951
-
2952
2413
  .e-bigger .e-schedule.e-rtl .e-month-view .e-date-header,
2953
2414
  .e-bigger .e-schedule.e-rtl .e-month-agenda-view .e-date-header,
2954
2415
  .e-bigger.e-schedule.e-rtl .e-month-view .e-date-header,
2955
2416
  .e-bigger.e-schedule.e-rtl .e-month-agenda-view .e-date-header {
2956
2417
  margin: 8px 8px 0 0;
2957
2418
  }
2958
-
2959
2419
  .e-bigger .e-schedule .e-month-view .e-date-header,
2960
2420
  .e-bigger.e-schedule .e-month-view .e-date-header {
2961
2421
  line-height: 24px;
2962
2422
  margin: 8px 0 0 8px;
2963
2423
  }
2964
-
2965
2424
  .e-bigger .e-schedule .e-month-view .e-header-cells,
2966
2425
  .e-bigger.e-schedule .e-month-view .e-header-cells {
2967
2426
  line-height: 24px;
2968
2427
  padding: 10px 8px;
2969
2428
  height: 35px;
2970
2429
  }
2971
-
2972
2430
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2973
2431
  .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2974
2432
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2975
2433
  .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2976
2434
  font-size: 16px;
2977
2435
  }
2978
-
2979
2436
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
2980
2437
  .e-bigger.e-schedule .e-month-view .e-content-wrap {
2981
2438
  font-size: 16px;
2982
2439
  }
2983
-
2984
2440
  .e-bigger .e-schedule .e-month-view .e-m-date,
2985
2441
  .e-bigger.e-schedule .e-month-view .e-m-date {
2986
2442
  font-size: 20px;
2987
2443
  }
2988
-
2989
2444
  .e-bigger .e-schedule .e-month-view .e-resource-name,
2990
2445
  .e-bigger .e-schedule .e-month-view .e-m-day,
2991
2446
  .e-bigger.e-schedule .e-month-view .e-resource-name,
@@ -2996,23 +2451,18 @@
2996
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 {
2997
2452
  border: 1px solid rgba(0, 0, 0, 0.5);
2998
2453
  }
2999
-
3000
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 {
3001
2455
  border: 1px solid rgba(0, 0, 0, 0.5);
3002
2456
  }
3003
-
3004
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 {
3005
2458
  border: 1px solid rgba(0, 0, 0, 0.5);
3006
2459
  }
3007
-
3008
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 {
3009
2461
  border: 1px solid rgba(0, 0, 0, 0.5);
3010
2462
  }
3011
-
3012
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 {
3013
2464
  border: 1px solid rgba(0, 0, 0, 0.5);
3014
2465
  }
3015
-
3016
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,
3017
2467
  .e-schedule.e-multi-drag .e-timeline-month-view .e-appointment.e-appointment-border,
3018
2468
  .e-schedule.e-multi-drag .e-timeline-month-view .e-appointment:focus {
@@ -3041,7 +2491,6 @@
3041
2491
  .e-dialog.e-quick-dialog.e-following-events-dialog {
3042
2492
  width: 420px;
3043
2493
  }
3044
-
3045
2494
  @media screen and (max-width: 767px) {
3046
2495
  .e-dialog.e-quick-dialog.e-following-events-dialog {
3047
2496
  width: 289px;
@@ -3054,23 +2503,18 @@
3054
2503
  user-select: none;
3055
2504
  width: 320px;
3056
2505
  }
3057
-
3058
2506
  .e-dialog.e-quick-dialog .e-disable {
3059
2507
  display: none;
3060
2508
  }
3061
-
3062
2509
  .e-dialog.e-quick-dialog .e-dlg-header-content {
3063
2510
  border-bottom: none;
3064
2511
  }
3065
-
3066
2512
  .e-dialog.e-quick-dialog .e-footer-content {
3067
2513
  border-top: none;
3068
2514
  }
3069
-
3070
2515
  .e-dialog.e-quick-dialog .e-quick-dialog-cancel {
3071
2516
  box-shadow: none;
3072
2517
  }
3073
-
3074
2518
  .e-dialog.e-quick-dialog.e-rtl {
3075
2519
  text-align: right;
3076
2520
  }
@@ -3083,49 +2527,39 @@
3083
2527
  .e-schedule-dialog .e-disable {
3084
2528
  display: none;
3085
2529
  }
3086
-
3087
2530
  .e-schedule-dialog .e-icon-disable {
3088
- opacity: .5;
2531
+ opacity: 0.5;
3089
2532
  }
3090
-
3091
2533
  .e-schedule-dialog .e-dlg-header-content {
3092
2534
  padding-bottom: 8px;
3093
2535
  }
3094
-
3095
2536
  .e-schedule-dialog .e-dlg-content {
3096
2537
  padding-bottom: 12px;
3097
2538
  position: relative;
3098
2539
  }
3099
-
3100
2540
  .e-schedule-dialog .e-event-delete {
3101
2541
  float: left;
3102
2542
  }
3103
-
3104
2543
  .e-schedule-dialog .e-subject-container,
3105
2544
  .e-schedule-dialog .e-start-container,
3106
2545
  .e-schedule-dialog .e-description-label {
3107
2546
  padding-right: 8px;
3108
2547
  }
3109
-
3110
2548
  .e-schedule-dialog .e-start-time-zone-container {
3111
2549
  padding-left: 4px;
3112
2550
  padding-right: 8px;
3113
2551
  }
3114
-
3115
2552
  .e-schedule-dialog .e-location-container,
3116
2553
  .e-schedule-dialog .e-end-container {
3117
2554
  padding-left: 8px;
3118
2555
  }
3119
-
3120
2556
  .e-schedule-dialog .e-end-time-zone-container {
3121
2557
  padding-left: 8px;
3122
2558
  padding-right: 4px;
3123
2559
  }
3124
-
3125
2560
  .e-schedule-dialog .e-all-day-container {
3126
2561
  padding-right: 16px;
3127
2562
  }
3128
-
3129
2563
  .e-schedule-dialog .e-time-zone-row {
3130
2564
  display: -ms-flexbox;
3131
2565
  display: flex;
@@ -3133,27 +2567,23 @@
3133
2567
  margin-bottom: 0;
3134
2568
  overflow: hidden;
3135
2569
  padding-bottom: 0;
3136
- transition: .3s ease-in-out;
2570
+ transition: 0.3s ease-in-out;
3137
2571
  width: 100%;
3138
2572
  }
3139
-
3140
2573
  .e-schedule-dialog .e-time-zone-row .e-start-time-zone-container,
3141
2574
  .e-schedule-dialog .e-time-zone-row .e-end-time-zone-container {
3142
2575
  display: none;
3143
2576
  transform: translateY(-100%);
3144
2577
  }
3145
-
3146
2578
  .e-schedule-dialog .e-time-zone-row.e-enable {
3147
2579
  height: 60px;
3148
2580
  margin-bottom: 12px;
3149
2581
  }
3150
-
3151
2582
  .e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container,
3152
2583
  .e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container {
3153
2584
  display: block;
3154
2585
  transform: translateY(0);
3155
2586
  }
3156
-
3157
2587
  .e-schedule-dialog .e-title-location-row,
3158
2588
  .e-schedule-dialog .e-start-end-row,
3159
2589
  .e-schedule-dialog .e-start-input-container,
@@ -3163,12 +2593,10 @@
3163
2593
  padding-bottom: 14px;
3164
2594
  width: 100%;
3165
2595
  }
3166
-
3167
2596
  .e-schedule-dialog .e-resources {
3168
2597
  padding-bottom: 12px;
3169
2598
  width: 100%;
3170
2599
  }
3171
-
3172
2600
  .e-schedule-dialog .e-all-day-time-zone-row {
3173
2601
  display: -ms-flexbox;
3174
2602
  display: flex;
@@ -3176,7 +2604,6 @@
3176
2604
  padding-top: 0;
3177
2605
  width: 100%;
3178
2606
  }
3179
-
3180
2607
  .e-schedule-dialog .e-subject-container,
3181
2608
  .e-schedule-dialog .e-location-container,
3182
2609
  .e-schedule-dialog .e-start-container,
@@ -3185,54 +2612,44 @@
3185
2612
  .e-schedule-dialog .e-end-time-zone-container {
3186
2613
  width: 50%;
3187
2614
  }
3188
-
3189
2615
  .e-schedule-dialog .e-description,
3190
2616
  .e-schedule-dialog .e-float-input .e-description {
3191
2617
  height: 50px;
3192
2618
  resize: vertical;
3193
2619
  }
3194
-
3195
2620
  .e-schedule-dialog .e-repeat-container,
3196
2621
  .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
3197
2622
  display: none;
3198
2623
  }
3199
-
3200
2624
  .e-schedule-dialog .e-footer-content {
3201
2625
  margin-top: 4px;
3202
2626
  }
3203
-
3204
2627
  .e-schedule-dialog.e-rtl {
3205
2628
  text-align: right;
3206
2629
  }
3207
-
3208
2630
  .e-schedule-dialog.e-rtl .e-all-day-container {
3209
2631
  margin-left: 16px;
3210
2632
  margin-right: 0;
3211
2633
  }
3212
-
3213
2634
  .e-schedule-dialog.e-rtl .e-subject-container,
3214
2635
  .e-schedule-dialog.e-rtl .e-start-container,
3215
2636
  .e-schedule-dialog.e-rtl .e-description-label {
3216
2637
  padding-left: 8px;
3217
2638
  padding-right: 0;
3218
2639
  }
3219
-
3220
2640
  .e-schedule-dialog.e-rtl .e-start-time-zone-container {
3221
2641
  padding-left: 8px;
3222
2642
  padding-right: 4px;
3223
2643
  }
3224
-
3225
2644
  .e-schedule-dialog.e-rtl .e-location-container,
3226
2645
  .e-schedule-dialog.e-rtl .e-end-container {
3227
2646
  padding-left: 0;
3228
2647
  padding-right: 8px;
3229
2648
  }
3230
-
3231
2649
  .e-schedule-dialog.e-rtl .e-end-time-zone-container {
3232
2650
  padding-left: 4px;
3233
2651
  padding-right: 8px;
3234
2652
  }
3235
-
3236
2653
  .e-schedule-dialog.e-rtl .e-event-delete {
3237
2654
  float: right;
3238
2655
  }
@@ -3243,7 +2660,6 @@
3243
2660
  padding: 0 10px;
3244
2661
  text-indent: 10px;
3245
2662
  }
3246
-
3247
2663
  .e-ddl.e-popup .e-resource-template .e-resource-color {
3248
2664
  height: 14px;
3249
2665
  margin-top: 6px;
@@ -3253,64 +2669,52 @@
3253
2669
  .e-bigger .e-ddl.e-popup .e-resource-template {
3254
2670
  padding: 0 15px;
3255
2671
  }
3256
-
3257
2672
  .e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color {
3258
2673
  height: 16px;
3259
2674
  margin-top: 8px;
3260
2675
  width: 16px;
3261
2676
  }
3262
-
3263
2677
  .e-bigger .e-schedule-dialog .e-disable {
3264
2678
  display: none;
3265
2679
  }
3266
-
3267
2680
  .e-bigger .e-schedule-dialog .e-dlg-header-content {
3268
2681
  padding-bottom: 8px;
3269
2682
  }
3270
-
3271
2683
  .e-bigger .e-schedule-dialog .e-dlg-content {
3272
2684
  padding-bottom: 12px;
3273
2685
  position: relative;
3274
2686
  }
3275
-
3276
2687
  .e-bigger .e-schedule-dialog .e-event-cancel,
3277
2688
  .e-bigger .e-schedule-dialog .e-event-delete {
3278
2689
  border: none;
3279
2690
  box-shadow: none;
3280
2691
  }
3281
-
3282
2692
  .e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete {
3283
2693
  float: left;
3284
2694
  margin-left: 0;
3285
2695
  }
3286
-
3287
2696
  .e-bigger .e-schedule-dialog .e-subject-container,
3288
2697
  .e-bigger .e-schedule-dialog .e-start-container,
3289
2698
  .e-bigger .e-schedule-dialog .e-start-time-zone-container,
3290
2699
  .e-bigger .e-schedule-dialog .e-description-label {
3291
2700
  padding-right: 12px;
3292
2701
  }
3293
-
3294
2702
  .e-bigger .e-schedule-dialog .e-location-container,
3295
2703
  .e-bigger .e-schedule-dialog .e-end-container,
3296
2704
  .e-bigger .e-schedule-dialog .e-end-time-zone-container {
3297
2705
  padding-left: 12px;
3298
2706
  }
3299
-
3300
2707
  .e-bigger .e-schedule-dialog .e-all-day-container {
3301
2708
  padding-right: 16px;
3302
2709
  }
3303
-
3304
2710
  .e-bigger .e-schedule-dialog .e-time-zone-row {
3305
2711
  display: none;
3306
2712
  }
3307
-
3308
2713
  .e-bigger .e-schedule-dialog .e-time-zone-row.e-enable {
3309
2714
  display: -ms-flexbox;
3310
2715
  display: flex;
3311
2716
  height: 64px;
3312
2717
  }
3313
-
3314
2718
  .e-bigger .e-schedule-dialog .e-title-location-row,
3315
2719
  .e-bigger .e-schedule-dialog .e-start-end-row,
3316
2720
  .e-bigger .e-schedule-dialog .e-start-input-container,
@@ -3321,12 +2725,10 @@
3321
2725
  padding-bottom: 16px;
3322
2726
  width: 100%;
3323
2727
  }
3324
-
3325
2728
  .e-bigger .e-schedule-dialog .e-resources {
3326
2729
  padding-bottom: 12px;
3327
2730
  width: 100%;
3328
2731
  }
3329
-
3330
2732
  .e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
3331
2733
  display: -ms-flexbox;
3332
2734
  display: flex;
@@ -3334,7 +2736,6 @@
3334
2736
  padding-top: 0;
3335
2737
  width: 100%;
3336
2738
  }
3337
-
3338
2739
  .e-bigger .e-schedule-dialog .e-subject-container,
3339
2740
  .e-bigger .e-schedule-dialog .e-location-container,
3340
2741
  .e-bigger .e-schedule-dialog .e-start-container,
@@ -3343,7 +2744,6 @@
3343
2744
  .e-bigger .e-schedule-dialog .e-end-time-zone-container {
3344
2745
  width: 50%;
3345
2746
  }
3346
-
3347
2747
  .e-bigger .e-schedule-dialog .e-location-container,
3348
2748
  .e-bigger .e-schedule-dialog .e-end-container,
3349
2749
  .e-bigger .e-schedule-dialog .e-end-time-zone-container,
@@ -3354,29 +2754,24 @@
3354
2754
  .e-bigger .e-schedule-dialog .e-repeat-container {
3355
2755
  padding-top: 0;
3356
2756
  }
3357
-
3358
2757
  .e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
3359
2758
  padding-bottom: 16px;
3360
2759
  padding-top: 0;
3361
2760
  }
3362
-
3363
2761
  .e-bigger .e-schedule-dialog .e-description,
3364
2762
  .e-bigger .e-schedule-dialog .e-float-input .e-description {
3365
2763
  height: 50px;
3366
2764
  resize: vertical;
3367
2765
  }
3368
-
3369
2766
  .e-bigger .e-schedule-dialog .e-time-zone-row,
3370
2767
  .e-bigger .e-schedule-dialog .e-repeat-container,
3371
2768
  .e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
3372
2769
  display: none;
3373
2770
  }
3374
-
3375
2771
  .e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
3376
2772
  margin-left: 20px;
3377
2773
  margin-right: 0;
3378
2774
  }
3379
-
3380
2775
  .e-bigger .e-schedule-dialog.e-rtl .e-subject-container,
3381
2776
  .e-bigger .e-schedule-dialog.e-rtl .e-start-container,
3382
2777
  .e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container,
@@ -3384,14 +2779,12 @@
3384
2779
  padding-left: 12px;
3385
2780
  padding-right: 0;
3386
2781
  }
3387
-
3388
2782
  .e-bigger .e-schedule-dialog.e-rtl .e-location-container,
3389
2783
  .e-bigger .e-schedule-dialog.e-rtl .e-end-container,
3390
2784
  .e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container {
3391
2785
  padding-left: 0;
3392
2786
  padding-right: 12px;
3393
2787
  }
3394
-
3395
2788
  .e-bigger .e-schedule-dialog.e-rtl .e-event-delete {
3396
2789
  float: right;
3397
2790
  }
@@ -3400,13 +2793,11 @@
3400
2793
  .e-schedule-dialog.e-device .e-dlg-header * {
3401
2794
  width: 100%;
3402
2795
  }
3403
-
3404
2796
  .e-schedule-dialog.e-device .e-dlg-header-content {
3405
2797
  background: #fff;
3406
2798
  box-shadow: none;
3407
2799
  margin-bottom: 0;
3408
2800
  }
3409
-
3410
2801
  .e-schedule-dialog.e-device .e-title-location-row,
3411
2802
  .e-schedule-dialog.e-device .e-start-end-row,
3412
2803
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -3414,11 +2805,9 @@
3414
2805
  .e-schedule-dialog.e-device .e-end-input-container {
3415
2806
  display: inline;
3416
2807
  }
3417
-
3418
2808
  .e-schedule-dialog.e-device .e-time-zone-row.e-enable {
3419
2809
  display: inline;
3420
2810
  }
3421
-
3422
2811
  .e-schedule-dialog.e-device .e-subject-container,
3423
2812
  .e-schedule-dialog.e-device .e-location-container,
3424
2813
  .e-schedule-dialog.e-device .e-start-container,
@@ -3428,14 +2817,12 @@
3428
2817
  padding-left: 0;
3429
2818
  width: 100%;
3430
2819
  }
3431
-
3432
2820
  .e-schedule-dialog.e-device .e-subject-container,
3433
2821
  .e-schedule-dialog.e-device .e-start-container,
3434
2822
  .e-schedule-dialog.e-device .e-start-time-zone-container,
3435
2823
  .e-schedule-dialog.e-device .e-description-label {
3436
2824
  padding-right: 0;
3437
2825
  }
3438
-
3439
2826
  .e-schedule-dialog.e-device .e-location-container,
3440
2827
  .e-schedule-dialog.e-device .e-end-container,
3441
2828
  .e-schedule-dialog.e-device .e-end-time-zone-container,
@@ -3446,103 +2833,83 @@
3446
2833
  .e-schedule-dialog.e-device .e-repeat-container {
3447
2834
  padding-top: 20px;
3448
2835
  }
3449
-
3450
2836
  .e-schedule-dialog.e-device .e-all-day-time-zone-row {
3451
2837
  padding-top: 0;
3452
2838
  }
3453
-
3454
2839
  .e-schedule-dialog.e-device .e-resources {
3455
2840
  padding-bottom: 0;
3456
2841
  padding-top: 20px;
3457
2842
  }
3458
-
3459
2843
  .e-schedule-dialog.e-device .e-description,
3460
2844
  .e-schedule-dialog.e-device .e-float-input .e-description {
3461
2845
  height: 60px;
3462
2846
  resize: vertical;
3463
2847
  }
3464
-
3465
2848
  .e-schedule-dialog.e-device .e-all-day-time-zone-row {
3466
2849
  margin-top: 0;
3467
2850
  padding-bottom: 0;
3468
2851
  }
3469
-
3470
2852
  .e-schedule-dialog.e-device .e-repeat-parent-row {
3471
2853
  padding-top: 8px;
3472
2854
  }
3473
-
3474
2855
  .e-schedule-dialog.e-device .e-all-day-container {
3475
2856
  margin-right: 20px;
3476
2857
  }
3477
-
3478
2858
  .e-schedule-dialog.e-device .e-title-header {
3479
2859
  display: -ms-flexbox;
3480
2860
  display: flex;
3481
2861
  width: 100%;
3482
2862
  }
3483
-
3484
2863
  .e-schedule-dialog.e-device .e-save-icon,
3485
2864
  .e-schedule-dialog.e-device .e-back-icon,
3486
2865
  .e-schedule-dialog.e-device .e-forward-icon {
3487
2866
  cursor: pointer;
3488
2867
  line-height: normal;
3489
2868
  }
3490
-
3491
2869
  .e-schedule-dialog.e-device .e-save-icon {
3492
2870
  text-align: right;
3493
2871
  }
3494
-
3495
2872
  .e-schedule-dialog.e-device .e-time-zone-row,
3496
2873
  .e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable {
3497
2874
  display: none;
3498
2875
  }
3499
-
3500
2876
  .e-schedule-dialog.e-device .e-repeat-container {
3501
2877
  display: block;
3502
2878
  }
3503
-
3504
2879
  .e-schedule-dialog.e-device .e-icon-down-arrow {
3505
2880
  font-size: 11px;
3506
2881
  }
3507
-
3508
2882
  .e-schedule-dialog.e-device.e-rtl .e-save-icon {
3509
2883
  text-align: left;
3510
2884
  }
3511
-
3512
2885
  .e-schedule-dialog.e-device.e-rtl .e-all-day-container {
3513
2886
  margin-left: 20px;
3514
2887
  margin-right: 0;
3515
2888
  }
3516
-
3517
2889
  .e-schedule-dialog.e-device.e-rtl .e-subject-container,
3518
2890
  .e-schedule-dialog.e-device.e-rtl .e-start-container,
3519
2891
  .e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container,
3520
2892
  .e-schedule-dialog.e-device.e-rtl .e-description-label {
3521
2893
  padding-left: 0;
3522
2894
  }
3523
-
3524
2895
  .e-schedule-dialog.e-device.e-rtl .e-location-container,
3525
2896
  .e-schedule-dialog.e-device.e-rtl .e-end-container,
3526
2897
  .e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container,
3527
2898
  .e-schedule-dialog.e-device.e-rtl .e-all-day-container {
3528
2899
  padding-right: 0;
3529
2900
  }
3530
-
3531
2901
  .e-schedule-dialog.e-device .e-recurrence-container {
3532
2902
  position: relative;
3533
2903
  }
3534
-
3535
2904
  .e-schedule-dialog.e-device .e-recurrence-container.e-hide {
3536
2905
  display: none;
3537
2906
  }
3538
-
3539
2907
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button {
3540
2908
  border: 0;
3541
2909
  box-shadow: none;
3542
2910
  margin: -3px 5px;
3543
2911
  position: absolute;
3544
2912
  }
3545
-
3546
2913
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons {
3547
2914
  font-size: 12px;
3548
2915
  position: relative;
@@ -3564,24 +2931,20 @@
3564
2931
  width: 100%;
3565
2932
  border: 1px solid rgba(0, 0, 0, 0.2);
3566
2933
  }
3567
-
3568
2934
  .e-quick-popup-wrapper .e-hidden {
3569
2935
  display: none;
3570
2936
  }
3571
-
3572
2937
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper {
3573
2938
  position: absolute;
3574
2939
  right: 6px;
3575
2940
  top: 4px;
3576
2941
  padding: 2px 8px 0 0;
3577
2942
  }
3578
-
3579
2943
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
3580
2944
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
3581
2945
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close {
3582
2946
  color: rgba(33, 37, 41, 0.5);
3583
2947
  }
3584
-
3585
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,
3586
2949
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
3587
2950
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
@@ -3590,51 +2953,41 @@
3590
2953
  background: transparent;
3591
2954
  color: rgba(33, 37, 41, 0.75);
3592
2955
  }
3593
-
3594
2956
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,
3595
2957
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,
3596
2958
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
3597
2959
  font-size: 14px;
3598
2960
  }
3599
-
3600
2961
  .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
3601
2962
  padding: 28px 14px;
3602
2963
  }
3603
-
3604
2964
  .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table {
3605
2965
  width: 100%;
3606
2966
  }
3607
-
3608
2967
  .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
3609
2968
  margin-bottom: 4px;
3610
2969
  margin-top: 14px;
3611
2970
  }
3612
-
3613
2971
  .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
3614
2972
  font-size: 22px;
3615
2973
  height: 40px;
3616
2974
  }
3617
-
3618
2975
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
3619
2976
  padding: 6px 8px 0 0;
3620
2977
  }
3621
-
3622
2978
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
3623
2979
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete {
3624
2980
  display: none;
3625
2981
  }
3626
-
3627
2982
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
3628
2983
  position: relative;
3629
2984
  right: 2px;
3630
2985
  }
3631
-
3632
2986
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
3633
2987
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
3634
2988
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
3635
2989
  color: rgba(33, 37, 41, 0.5);
3636
2990
  }
3637
-
3638
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,
3639
2992
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
3640
2993
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
@@ -3643,29 +2996,24 @@
3643
2996
  background: transparent;
3644
2997
  color: rgba(33, 37, 41, 0.75);
3645
2998
  }
3646
-
3647
2999
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
3648
3000
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,
3649
3001
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon {
3650
3002
  font-size: 14px;
3651
3003
  }
3652
-
3653
3004
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover,
3654
3005
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover {
3655
3006
  background: none;
3656
3007
  }
3657
-
3658
3008
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon,
3659
3009
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon,
3660
3010
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon,
3661
3011
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon {
3662
- opacity: .5;
3012
+ opacity: 0.5;
3663
3013
  }
3664
-
3665
3014
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
3666
3015
  padding: 8px 14px;
3667
3016
  }
3668
-
3669
3017
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
3670
3018
  cursor: default;
3671
3019
  font-size: 20px;
@@ -3678,11 +3026,9 @@
3678
3026
  border-radius: 4px;
3679
3027
  padding: 8px;
3680
3028
  }
3681
-
3682
3029
  .e-quick-popup-wrapper .e-event-popup .e-popup-content {
3683
3030
  padding: 0 14px 24px 14px;
3684
3031
  }
3685
-
3686
3032
  .e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,
3687
3033
  .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper {
3688
3034
  display: -ms-flexbox;
@@ -3690,7 +3036,6 @@
3690
3036
  -ms-flex-pack: end;
3691
3037
  justify-content: flex-end;
3692
3038
  }
3693
-
3694
3039
  .e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit,
3695
3040
  .e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete,
3696
3041
  .e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close,
@@ -3700,7 +3045,6 @@
3700
3045
  background-color: transparent;
3701
3046
  border: 0;
3702
3047
  }
3703
-
3704
3048
  .e-quick-popup-wrapper .e-cell-popup .e-date-time,
3705
3049
  .e-quick-popup-wrapper .e-cell-popup .e-location,
3706
3050
  .e-quick-popup-wrapper .e-cell-popup .e-time-zone,
@@ -3716,7 +3060,6 @@
3716
3060
  display: flex;
3717
3061
  padding-top: 10px;
3718
3062
  }
3719
-
3720
3063
  .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
3721
3064
  .e-quick-popup-wrapper .e-cell-popup .e-location-icon,
3722
3065
  .e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon,
@@ -3733,7 +3076,6 @@
3733
3076
  font-size: 16px;
3734
3077
  padding: 2px 10px 0 0;
3735
3078
  }
3736
-
3737
3079
  .e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
3738
3080
  .e-quick-popup-wrapper .e-cell-popup .e-location-details,
3739
3081
  .e-quick-popup-wrapper .e-cell-popup .e-time-zone-details,
@@ -3748,52 +3090,42 @@
3748
3090
  cursor: default;
3749
3091
  font-size: 14px;
3750
3092
  }
3751
-
3752
3093
  .e-quick-popup-wrapper .e-popup-table td:last-child {
3753
3094
  padding-top: 0;
3754
3095
  }
3755
-
3756
3096
  .e-quick-popup-wrapper .e-popup-footer {
3757
3097
  display: block;
3758
3098
  padding: 0 14px 14px 0;
3759
3099
  text-align: right;
3760
3100
  }
3761
-
3762
3101
  .e-quick-popup-wrapper .e-popup-footer .e-event-edit {
3763
3102
  margin-right: 8px;
3764
3103
  }
3765
-
3766
3104
  .e-quick-popup-wrapper .e-popup-footer .e-event-edit,
3767
3105
  .e-quick-popup-wrapper .e-popup-footer .e-event-delete {
3768
3106
  right: auto;
3769
3107
  }
3770
-
3771
3108
  .e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
3772
3109
  .e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled {
3773
3110
  color: #fff;
3774
3111
  }
3775
-
3776
3112
  .e-quick-popup-wrapper .e-popup-footer .e-event-details {
3777
3113
  border: none;
3778
3114
  margin-right: 8px;
3779
3115
  right: auto;
3780
3116
  text-transform: capitalize;
3781
3117
  }
3782
-
3783
3118
  .e-quick-popup-wrapper.e-rtl {
3784
3119
  text-align: right;
3785
3120
  }
3786
-
3787
3121
  .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper {
3788
3122
  left: 6px;
3789
3123
  right: auto;
3790
3124
  }
3791
-
3792
3125
  .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
3793
3126
  padding: 8px 18px 8px 8px;
3794
3127
  text-align: left;
3795
3128
  }
3796
-
3797
3129
  .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3798
3130
  .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3799
3131
  .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
@@ -3801,27 +3133,21 @@
3801
3133
  .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3802
3134
  margin-right: 10px;
3803
3135
  }
3804
-
3805
3136
  .e-quick-popup-wrapper.e-rtl .e-event-details {
3806
3137
  margin-left: 8px;
3807
3138
  }
3808
-
3809
3139
  .e-quick-popup-wrapper.e-rtl .e-popup-footer {
3810
3140
  padding: 8px 8px 8px 18px;
3811
3141
  }
3812
-
3813
3142
  .e-quick-popup-wrapper.e-rtl .e-date-time-icon {
3814
3143
  padding: 0 0 0 13px;
3815
3144
  }
3816
-
3817
3145
  .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
3818
3146
  padding: 0 13px;
3819
3147
  }
3820
-
3821
3148
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3822
3149
  margin-left: 8px;
3823
3150
  }
3824
-
3825
3151
  .e-quick-popup-wrapper.e-device {
3826
3152
  bottom: 0;
3827
3153
  height: 100%;
@@ -3836,17 +3162,14 @@
3836
3162
  width: 100%;
3837
3163
  z-index: 1004;
3838
3164
  }
3839
-
3840
3165
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
3841
3166
  background-color: #fff;
3842
3167
  }
3843
-
3844
3168
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
3845
3169
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
3846
3170
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
3847
3171
  opacity: 1;
3848
3172
  }
3849
-
3850
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,
3851
3174
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
3852
3175
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
@@ -3854,40 +3177,33 @@
3854
3177
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
3855
3178
  background: none;
3856
3179
  }
3857
-
3858
3180
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,
3859
3181
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,
3860
3182
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round {
3861
3183
  height: 2.5em;
3862
3184
  width: 2.5em;
3863
3185
  }
3864
-
3865
3186
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit,
3866
3187
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete {
3867
3188
  display: block;
3868
3189
  }
3869
-
3870
3190
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close {
3871
3191
  margin-left: 0;
3872
3192
  margin-right: auto;
3873
3193
  -ms-flex-order: -1;
3874
3194
  order: -1;
3875
3195
  }
3876
-
3877
3196
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap {
3878
3197
  padding: 12px 24px;
3879
3198
  }
3880
-
3881
3199
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content {
3882
3200
  padding: 12px 24px;
3883
3201
  }
3884
-
3885
3202
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header {
3886
3203
  display: -ms-flexbox;
3887
3204
  display: flex;
3888
3205
  padding: 15px;
3889
3206
  }
3890
-
3891
3207
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
3892
3208
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
3893
3209
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
@@ -3898,7 +3214,6 @@
3898
3214
  background-color: #fff;
3899
3215
  color: rgba(33, 37, 41, 0.5);
3900
3216
  }
3901
-
3902
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,
3903
3218
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
3904
3219
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover,
@@ -3906,7 +3221,6 @@
3906
3221
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover {
3907
3222
  background: none;
3908
3223
  }
3909
-
3910
3224
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
3911
3225
  font-size: 15px;
3912
3226
  font-weight: 500;
@@ -3915,13 +3229,11 @@
3915
3229
  padding: 4px 5px;
3916
3230
  width: calc(100% - 95px);
3917
3231
  }
3918
-
3919
3232
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon,
3920
3233
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon,
3921
3234
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon {
3922
3235
  font-size: 14px;
3923
3236
  }
3924
-
3925
3237
  .e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close {
3926
3238
  margin-left: auto;
3927
3239
  margin-right: 0;
@@ -3930,51 +3242,41 @@
3930
3242
  .e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
3931
3243
  font-size: 24px;
3932
3244
  }
3933
-
3934
3245
  .e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
3935
3246
  padding: 30px 16px;
3936
3247
  }
3937
-
3938
3248
  .e-bigger .e-quick-popup-wrapper .e-popup-footer {
3939
3249
  padding: 0 16px 16px 0;
3940
3250
  }
3941
-
3942
3251
  .e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
3943
3252
  .e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
3944
3253
  padding-right: 10px;
3945
3254
  }
3946
-
3947
3255
  .e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
3948
3256
  font-size: 16px;
3949
3257
  }
3950
-
3951
3258
  .e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon {
3952
3259
  padding-right: 0;
3953
3260
  }
3954
-
3955
3261
  .e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
3956
3262
  padding-right: 13px;
3957
3263
  }
3958
-
3959
3264
  .e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
3960
3265
  .e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
3961
3266
  .e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
3962
3267
  height: 2em;
3963
3268
  width: 2em;
3964
3269
  }
3965
-
3966
3270
  .e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
3967
3271
  .e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
3968
3272
  .e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
3969
3273
  font-size: 14px;
3970
3274
  }
3971
-
3972
3275
  .e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
3973
3276
  .e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
3974
3277
  .e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
3975
3278
  font-size: 14px;
3976
3279
  }
3977
-
3978
3280
  .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
3979
3281
  padding: 0 5px 0 8px;
3980
3282
  }
@@ -3986,15 +3288,12 @@
3986
3288
  .e-bigger .e-agenda-view .e-subject {
3987
3289
  font-size: 16px;
3988
3290
  }
3989
-
3990
3291
  .e-bigger .e-agenda-view .e-date-time {
3991
3292
  font-size: 14px;
3992
3293
  }
3993
-
3994
3294
  .e-bigger .e-agenda-view .e-day-date-header .e-m-date {
3995
3295
  font-size: 20px;
3996
3296
  }
3997
-
3998
3297
  .e-bigger .e-agenda-view .e-day-date-header .e-m-day {
3999
3298
  font-size: 14px;
4000
3299
  }
@@ -4003,12 +3302,10 @@
4003
3302
  font-size: 14px;
4004
3303
  padding-left: 12px;
4005
3304
  }
4006
-
4007
3305
  .e-bigger .e-timeline-view .e-navigate {
4008
3306
  font-size: 16px;
4009
3307
  padding: 8px 0 8px 8px;
4010
3308
  }
4011
-
4012
3309
  .e-bigger .e-timeline-view .e-date-header-wrap table tbody td > span {
4013
3310
  font-size: 16px;
4014
3311
  padding: 8px 0 8px 8px;
@@ -4025,11 +3322,9 @@
4025
3322
  width: 100px;
4026
3323
  z-index: 9;
4027
3324
  }
4028
-
4029
3325
  .e-appointment.e-schedule-event-clone.e-drag-clone {
4030
3326
  cursor: move;
4031
3327
  }
4032
-
4033
3328
  .e-appointment.e-schedule-event-clone .e-recurrence-icon,
4034
3329
  .e-appointment.e-schedule-event-clone .e-recurrence-edit-icon,
4035
3330
  .e-appointment.e-schedule-event-clone .e-indicator.e-left-icon,
@@ -4038,7 +3333,6 @@
4038
3333
  .e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler {
4039
3334
  display: none;
4040
3335
  }
4041
-
4042
3336
  .e-appointment.e-schedule-event-clone .e-appointment-details {
4043
3337
  -ms-flex: auto;
4044
3338
  flex: auto;
@@ -4046,13 +3340,11 @@
4046
3340
  padding: 0 4px;
4047
3341
  text-align: left;
4048
3342
  }
4049
-
4050
3343
  .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
4051
3344
  -ms-flex: auto;
4052
3345
  flex: auto;
4053
3346
  overflow: hidden;
4054
3347
  }
4055
-
4056
3348
  .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
4057
3349
  font-size: 13px;
4058
3350
  font-weight: 500;
@@ -4063,22 +3355,18 @@
4063
3355
  padding-top: 4px;
4064
3356
  text-overflow: ellipsis;
4065
3357
  }
4066
-
4067
3358
  .e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
4068
3359
  font-size: 11px;
4069
3360
  overflow: hidden;
4070
3361
  padding-top: 1px;
4071
3362
  text-overflow: ellipsis;
4072
3363
  }
4073
-
4074
3364
  .e-appointment.e-schedule-event-clone .e-appointment-details .e-location {
4075
3365
  display: none;
4076
3366
  }
4077
-
4078
3367
  .e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject {
4079
3368
  padding: 3px 2px;
4080
3369
  }
4081
-
4082
3370
  .e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time {
4083
3371
  display: none;
4084
3372
  }
@@ -4086,7 +3374,6 @@
4086
3374
  .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
4087
3375
  padding: 3px 0 1px 4px;
4088
3376
  }
4089
-
4090
3377
  .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
4091
3378
  display: none;
4092
3379
  }
@@ -4105,25 +3392,21 @@
4105
3392
  padding: 12px 4px 14px;
4106
3393
  width: 225px;
4107
3394
  }
4108
-
4109
3395
  .e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
4110
3396
  .e-more-popup-wrapper .e-more-appointment-wrapper {
4111
3397
  margin: 0 4px;
4112
3398
  }
4113
-
4114
3399
  .e-bigger .e-more-popup-wrapper .e-more-event-popup,
4115
3400
  .e-more-popup-wrapper .e-more-event-popup {
4116
3401
  height: 100%;
4117
3402
  position: relative;
4118
3403
  width: 100%;
4119
3404
  }
4120
-
4121
3405
  .e-bigger .e-more-popup-wrapper .e-more-event-header,
4122
3406
  .e-more-popup-wrapper .e-more-event-header {
4123
3407
  height: 35px;
4124
3408
  margin: 0 8px 4px 14px;
4125
3409
  }
4126
-
4127
3410
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4128
3411
  .e-more-popup-wrapper .e-more-event-content {
4129
3412
  color: #212529;
@@ -4134,24 +3417,20 @@
4134
3417
  padding-right: 10px;
4135
3418
  padding: 10px 10px 0;
4136
3419
  }
4137
-
4138
3420
  .e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
4139
3421
  .e-more-popup-wrapper .e-more-event-content .e-appointment-border {
4140
3422
  border: 0;
4141
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);
4142
3424
  }
4143
-
4144
3425
  .e-bigger .e-more-popup-wrapper .e-more-event-date-header,
4145
3426
  .e-more-popup-wrapper .e-more-event-date-header {
4146
3427
  height: 100%;
4147
3428
  width: calc(100% - 25px);
4148
3429
  }
4149
-
4150
3430
  .e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
4151
3431
  .e-more-popup-wrapper .e-more-event-date-header .e-current-date {
4152
3432
  color: #007bff;
4153
3433
  }
4154
-
4155
3434
  .e-bigger .e-more-popup-wrapper .e-header-day,
4156
3435
  .e-more-popup-wrapper .e-header-day {
4157
3436
  color: #212529;
@@ -4159,7 +3438,6 @@
4159
3438
  line-height: 1;
4160
3439
  padding-bottom: 4px;
4161
3440
  }
4162
-
4163
3441
  .e-bigger .e-more-popup-wrapper .e-header-date,
4164
3442
  .e-more-popup-wrapper .e-header-date {
4165
3443
  color: #212529;
@@ -4167,18 +3445,15 @@
4167
3445
  line-height: 1;
4168
3446
  max-width: 15%;
4169
3447
  }
4170
-
4171
3448
  .e-bigger .e-more-popup-wrapper .e-header-date:hover,
4172
3449
  .e-more-popup-wrapper .e-header-date:hover {
4173
3450
  cursor: pointer;
4174
3451
  text-decoration: underline;
4175
3452
  }
4176
-
4177
3453
  .e-bigger .e-more-popup-wrapper .e-header-date:focus,
4178
3454
  .e-more-popup-wrapper .e-header-date:focus {
4179
3455
  text-decoration: underline;
4180
3456
  }
4181
-
4182
3457
  .e-bigger .e-more-popup-wrapper .e-more-event-close,
4183
3458
  .e-more-popup-wrapper .e-more-event-close {
4184
3459
  background-color: transparent;
@@ -4191,18 +3466,15 @@
4191
3466
  right: 6px;
4192
3467
  width: 25px;
4193
3468
  }
4194
-
4195
3469
  .e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
4196
3470
  .e-more-popup-wrapper .e-more-event-close .e-close-icon {
4197
3471
  font-size: 9px;
4198
3472
  font-size: 14px;
4199
3473
  }
4200
-
4201
3474
  .e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
4202
3475
  .e-more-popup-wrapper .e-more-event-close .e-btn-icon {
4203
3476
  margin-top: 3px;
4204
3477
  }
4205
-
4206
3478
  .e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
4207
3479
  .e-more-popup-wrapper .e-more-event-close:focus,
4208
3480
  .e-more-popup-wrapper .e-more-event-close:hover {
@@ -4210,7 +3482,6 @@
4210
3482
  border-radius: 50%;
4211
3483
  color: rgba(33, 37, 41, 0.75);
4212
3484
  }
4213
-
4214
3485
  .e-bigger .e-more-popup-wrapper .e-appointment,
4215
3486
  .e-more-popup-wrapper .e-appointment {
4216
3487
  background: #007bff;
@@ -4224,7 +3495,6 @@
4224
3495
  padding: 2px 0;
4225
3496
  width: 100%;
4226
3497
  }
4227
-
4228
3498
  .e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
4229
3499
  .e-more-popup-wrapper .e-appointment .e-subject {
4230
3500
  color: #fff;
@@ -4237,7 +3507,6 @@
4237
3507
  text-overflow: ellipsis;
4238
3508
  white-space: nowrap;
4239
3509
  }
4240
-
4241
3510
  .e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
4242
3511
  .e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
4243
3512
  .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
@@ -4245,14 +3514,12 @@
4245
3514
  line-height: 22px;
4246
3515
  padding: 0 2px;
4247
3516
  }
4248
-
4249
3517
  .e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
4250
3518
  .e-more-popup-wrapper .e-appointment.e-appointment-border,
4251
3519
  .e-more-popup-wrapper .e-appointment:focus {
4252
3520
  border: 0;
4253
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);
4254
3522
  }
4255
-
4256
3523
  .e-bigger .e-more-popup-wrapper.e-device,
4257
3524
  .e-more-popup-wrapper.e-device {
4258
3525
  bottom: 0;
@@ -4266,22 +3533,18 @@
4266
3533
  width: 100%;
4267
3534
  z-index: 1002;
4268
3535
  }
4269
-
4270
3536
  .e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
4271
3537
  .e-more-popup-wrapper.e-device .e-more-event-content {
4272
3538
  max-height: unset;
4273
3539
  }
4274
-
4275
3540
  .e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
4276
3541
  .e-more-popup-wrapper.e-rtl .e-header-date {
4277
3542
  padding-right: 10px;
4278
3543
  }
4279
-
4280
3544
  .e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
4281
3545
  .e-more-popup-wrapper.e-rtl .e-header-day {
4282
3546
  padding-right: 10px;
4283
3547
  }
4284
-
4285
3548
  .e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
4286
3549
  .e-more-popup-wrapper.e-rtl .e-more-event-close {
4287
3550
  left: 6px;
@@ -4293,27 +3556,22 @@
4293
3556
  background-color: #fff;
4294
3557
  border: 1px solid #dee2e6;
4295
3558
  }
4296
-
4297
3559
  .e-schedule .e-date-header-wrap {
4298
3560
  border-color: #dee2e6;
4299
3561
  border-style: solid;
4300
3562
  border-width: 0;
4301
3563
  position: relative;
4302
3564
  }
4303
-
4304
3565
  .e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
4305
3566
  .e-schedule .e-vertical-view .e-content-wrap table td:first-child {
4306
3567
  border-left-width: 0;
4307
3568
  }
4308
-
4309
3569
  .e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
4310
3570
  background-color: #fff;
4311
3571
  }
4312
-
4313
3572
  .e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
4314
3573
  background: #f2f4f6;
4315
3574
  }
4316
-
4317
3575
  .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
4318
3576
  background-color: #fff;
4319
3577
  border-color: #dee2e6;
@@ -4321,11 +3579,9 @@
4321
3579
  border-width: 0 1px 1px 0;
4322
3580
  color: #212529;
4323
3581
  }
4324
-
4325
3582
  .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells {
4326
3583
  border-bottom-width: 0;
4327
3584
  }
4328
-
4329
3585
  .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number {
4330
3586
  color: #6c757d;
4331
3587
  font-size: 14px;
@@ -4333,11 +3589,9 @@
4333
3589
  text-align: center;
4334
3590
  vertical-align: top;
4335
3591
  }
4336
-
4337
3592
  .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells {
4338
3593
  border-bottom-color: transparent;
4339
3594
  }
4340
-
4341
3595
  .e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
4342
3596
  background-color: #fff;
4343
3597
  border-color: #dee2e6;
@@ -4346,11 +3600,9 @@
4346
3600
  color: #212529;
4347
3601
  text-align: left;
4348
3602
  }
4349
-
4350
3603
  .e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
4351
3604
  border-bottom-width: 0;
4352
3605
  }
4353
-
4354
3606
  .e-schedule .e-vertical-view .e-time-cells-wrap table td {
4355
3607
  background-color: #fff;
4356
3608
  border-color: #dee2e6;
@@ -4359,23 +3611,18 @@
4359
3611
  color: #6c757d;
4360
3612
  color: #212529;
4361
3613
  }
4362
-
4363
3614
  .e-schedule .e-vertical-view .e-time-cells-wrap table td {
4364
3615
  border-bottom-color: transparent;
4365
3616
  }
4366
-
4367
3617
  .e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells {
4368
3618
  border-bottom-color: #dee2e6;
4369
3619
  }
4370
-
4371
3620
  .e-schedule .e-vertical-view .e-header-cells {
4372
3621
  background-color: #fff;
4373
3622
  }
4374
-
4375
3623
  .e-schedule .e-vertical-view .e-header-cells.e-current-day {
4376
3624
  color: #007bff;
4377
3625
  }
4378
-
4379
3626
  .e-schedule .e-vertical-view .e-work-cells {
4380
3627
  background-color: #f8f9fa;
4381
3628
  border-color: #dee2e6;
@@ -4383,68 +3630,53 @@
4383
3630
  border-width: 0 0 1px 1px;
4384
3631
  padding: 0;
4385
3632
  }
4386
-
4387
3633
  .e-schedule .e-vertical-view .e-work-cells:hover {
4388
3634
  background: #f2f4f6;
4389
3635
  color: #212529;
4390
3636
  }
4391
-
4392
3637
  .e-schedule .e-vertical-view .e-alternate-cells {
4393
3638
  border-bottom-style: dashed;
4394
3639
  }
4395
-
4396
3640
  .e-schedule .e-vertical-view .e-work-hours {
4397
3641
  background-color: #fff;
4398
3642
  }
4399
-
4400
3643
  .e-schedule .e-vertical-view .e-all-day-cells {
4401
3644
  background-color: #fff;
4402
3645
  }
4403
-
4404
3646
  .e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
4405
3647
  color: #007bff;
4406
3648
  }
4407
-
4408
3649
  .e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
4409
3650
  background-color: #e9ecef;
4410
3651
  color: #212529;
4411
3652
  }
4412
-
4413
3653
  .e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
4414
3654
  background-color: #e9ecef;
4415
3655
  }
4416
-
4417
3656
  .e-schedule .e-vertical-view .e-selected-cell {
4418
3657
  background-color: #e9ecef;
4419
3658
  color: #212529;
4420
3659
  }
4421
-
4422
3660
  .e-schedule .e-vertical-view .e-selected-cell:hover {
4423
3661
  background-color: #e9ecef;
4424
3662
  }
4425
-
4426
3663
  .e-schedule .e-vertical-view .e-clone-time-indicator,
4427
3664
  .e-schedule .e-vertical-view .e-current-time {
4428
3665
  color: #007bff;
4429
3666
  }
4430
-
4431
3667
  .e-schedule .e-vertical-view .e-current-timeline {
4432
3668
  border-top: 1px solid #007bff;
4433
3669
  }
4434
-
4435
3670
  .e-schedule .e-vertical-view .e-previous-timeline {
4436
3671
  border-top: 1px dotted #007bff;
4437
3672
  }
4438
-
4439
3673
  .e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells {
4440
3674
  border-bottom-width: 1px;
4441
3675
  }
4442
-
4443
3676
  .e-schedule .e-month-view .e-date-header-wrap table td:first-child,
4444
3677
  .e-schedule .e-month-view .e-content-wrap table td:first-child {
4445
3678
  border-left-width: 0;
4446
3679
  }
4447
-
4448
3680
  .e-schedule .e-month-view .e-date-header-wrap table td,
4449
3681
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td {
4450
3682
  background-color: #fff;
@@ -4454,12 +3686,10 @@
4454
3686
  color: #212529;
4455
3687
  text-align: left;
4456
3688
  }
4457
-
4458
3689
  .e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
4459
3690
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
4460
3691
  color: #007bff;
4461
3692
  }
4462
-
4463
3693
  .e-schedule .e-month-view .e-work-cells,
4464
3694
  .e-schedule .e-month-agenda-view .e-work-cells {
4465
3695
  background-color: #f8f9fa;
@@ -4469,23 +3699,19 @@
4469
3699
  color: #212529;
4470
3700
  padding: 0;
4471
3701
  }
4472
-
4473
3702
  .e-schedule .e-month-view .e-work-cells:hover,
4474
3703
  .e-schedule .e-month-agenda-view .e-work-cells:hover {
4475
3704
  background: #f2f4f6;
4476
3705
  color: #212529;
4477
3706
  }
4478
-
4479
3707
  .e-schedule .e-month-view .e-work-days,
4480
3708
  .e-schedule .e-month-agenda-view .e-work-days {
4481
3709
  background-color: #fff;
4482
3710
  }
4483
-
4484
3711
  .e-schedule .e-month-view .e-other-month,
4485
3712
  .e-schedule .e-month-agenda-view .e-other-month {
4486
3713
  color: #6c757d;
4487
3714
  }
4488
-
4489
3715
  .e-schedule .e-month-view .e-current-date .e-date-header,
4490
3716
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
4491
3717
  background-color: #007bff;
@@ -4493,48 +3719,39 @@
4493
3719
  color: #fff;
4494
3720
  width: 20px;
4495
3721
  }
4496
-
4497
3722
  .e-schedule .e-month-view .e-selected-cell,
4498
3723
  .e-schedule .e-month-agenda-view .e-selected-cell {
4499
3724
  background-color: #e9ecef;
4500
3725
  color: #212529;
4501
3726
  }
4502
-
4503
3727
  .e-schedule .e-month-view .e-selected-cell .e-more-indicator,
4504
3728
  .e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
4505
3729
  color: #212529;
4506
3730
  }
4507
-
4508
3731
  .e-schedule .e-month-view .e-selected-cell:hover,
4509
3732
  .e-schedule .e-month-agenda-view .e-selected-cell:hover {
4510
3733
  background-color: #e9ecef;
4511
3734
  }
4512
-
4513
3735
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td {
4514
3736
  border-width: 0 0 1px 0;
4515
3737
  text-align: center;
4516
3738
  }
4517
-
4518
3739
  .e-schedule .e-month-agenda-view .e-work-cells {
4519
3740
  border-width: 0;
4520
3741
  }
4521
-
4522
3742
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
4523
3743
  width: 24px;
4524
3744
  }
4525
-
4526
3745
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
4527
3746
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
4528
3747
  .e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child,
4529
3748
  .e-schedule .e-timeline-month-view .e-content-wrap table td:first-child {
4530
3749
  border-left-width: 0;
4531
3750
  }
4532
-
4533
3751
  .e-schedule .e-timeline-view .e-content-wrap table tr:last-child td,
4534
3752
  .e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td {
4535
3753
  border-bottom-width: 0;
4536
3754
  }
4537
-
4538
3755
  .e-schedule .e-timeline-view .e-date-header-wrap table td,
4539
3756
  .e-schedule .e-timeline-month-view .e-date-header-wrap table td {
4540
3757
  background-color: #fff;
@@ -4543,12 +3760,10 @@
4543
3760
  border-width: 0 0 1px 1px;
4544
3761
  color: #212529;
4545
3762
  }
4546
-
4547
3763
  .e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
4548
3764
  .e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
4549
3765
  color: #007bff;
4550
3766
  }
4551
-
4552
3767
  .e-schedule .e-timeline-view .e-work-cells,
4553
3768
  .e-schedule .e-timeline-month-view .e-work-cells {
4554
3769
  background-color: #f8f9fa;
@@ -4558,137 +3773,110 @@
4558
3773
  color: #212529;
4559
3774
  padding: 0;
4560
3775
  }
4561
-
4562
3776
  .e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
4563
3777
  .e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) {
4564
3778
  background: #f2f4f6;
4565
3779
  color: #212529;
4566
3780
  }
4567
-
4568
3781
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
4569
3782
  .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
4570
3783
  background-color: rgba(0, 0, 0, 0.08);
4571
3784
  }
4572
-
4573
3785
  .e-schedule .e-timeline-view .e-work-days,
4574
3786
  .e-schedule .e-timeline-month-view .e-work-days {
4575
3787
  background-color: #fff;
4576
3788
  }
4577
-
4578
3789
  .e-schedule .e-timeline-view .e-resource-group-cells,
4579
3790
  .e-schedule .e-timeline-month-view .e-resource-group-cells {
4580
3791
  background-color: #f8f9fa;
4581
3792
  }
4582
-
4583
3793
  .e-schedule .e-timeline-view .e-selected-cell,
4584
3794
  .e-schedule .e-timeline-month-view .e-selected-cell {
4585
3795
  background-color: #e9ecef;
4586
3796
  color: #212529;
4587
3797
  }
4588
-
4589
3798
  .e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
4590
3799
  .e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
4591
3800
  background-color: #e9ecef;
4592
3801
  }
4593
-
4594
3802
  .e-schedule .e-timeline-view .e-work-hours {
4595
3803
  background-color: #fff;
4596
3804
  }
4597
-
4598
3805
  .e-schedule .e-timeline-view .e-resource-group-cells {
4599
3806
  background-color: #f8f9fa;
4600
3807
  }
4601
-
4602
3808
  .e-schedule .e-timeline-view .e-selected-cell {
4603
3809
  background-color: #e9ecef;
4604
3810
  color: #212529;
4605
3811
  }
4606
-
4607
3812
  .e-schedule .e-timeline-view .e-selected-cell:hover {
4608
3813
  background-color: #e9ecef;
4609
3814
  }
4610
-
4611
3815
  .e-schedule .e-timeline-view .e-alternate-cells {
4612
3816
  border-left-style: dashed;
4613
3817
  }
4614
-
4615
3818
  .e-schedule .e-timeline-view .e-header-row .e-time-cells {
4616
3819
  border-left-width: 0;
4617
3820
  }
4618
-
4619
3821
  .e-schedule .e-timeline-view .e-clone-time-indicator,
4620
3822
  .e-schedule .e-timeline-view .e-current-time {
4621
3823
  color: #007bff;
4622
3824
  font-size: 12px;
4623
3825
  }
4624
-
4625
3826
  .e-schedule .e-timeline-view .e-current-timeline {
4626
3827
  border-left: 1px solid #007bff;
4627
3828
  }
4628
-
4629
3829
  .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
4630
3830
  .e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
4631
3831
  border-right-width: 0;
4632
3832
  }
4633
-
4634
3833
  .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
4635
3834
  .e-schedule.e-rtl .e-vertical-view .e-work-cells {
4636
3835
  border-width: 0 1px 1px 0;
4637
3836
  }
4638
-
4639
3837
  .e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells,
4640
3838
  .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells {
4641
3839
  border-bottom-width: 0;
4642
3840
  }
4643
-
4644
3841
  .e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td,
4645
3842
  .e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td {
4646
3843
  border-width: 0 0 1px 1px;
4647
3844
  }
4648
-
4649
3845
  .e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child,
4650
3846
  .e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child {
4651
3847
  border-right-width: 0;
4652
3848
  }
4653
-
4654
3849
  .e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
4655
3850
  border-width: 0 1px 1px 0;
4656
3851
  }
4657
-
4658
3852
  .e-schedule.e-rtl .e-month-view .e-work-cells,
4659
3853
  .e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
4660
3854
  border-width: 0 1px 1px 0;
4661
3855
  }
4662
-
4663
3856
  .e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
4664
3857
  border-width: 0;
4665
3858
  }
4666
-
4667
3859
  .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child,
4668
3860
  .e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child,
4669
3861
  .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child,
4670
3862
  .e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child {
4671
3863
  border-right-width: 0;
4672
3864
  }
4673
-
4674
3865
  .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child,
4675
3866
  .e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child,
4676
3867
  .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child,
4677
3868
  .e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child {
4678
3869
  border-left-width: 0;
4679
3870
  }
4680
-
4681
3871
  .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td,
4682
3872
  .e-schedule.e-rtl .e-timeline-view .e-content-wrap table td,
4683
3873
  .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td,
4684
3874
  .e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td {
4685
3875
  border-width: 0 1px 1px 0;
4686
3876
  }
4687
-
4688
3877
  .e-schedule.e-rtl .e-timeline-view .e-alternate-cells {
4689
3878
  border-right-style: dashed;
4690
3879
  }
4691
-
4692
3880
  .e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells {
4693
3881
  border-right-width: 0;
4694
3882
  }
@@ -4698,36 +3886,29 @@
4698
3886
  border-color: #fcdbe4;
4699
3887
  z-index: 1000;
4700
3888
  }
4701
-
4702
3889
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top {
4703
3890
  left: 44%;
4704
3891
  }
4705
-
4706
3892
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
4707
3893
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
4708
3894
  border-bottom: 8px solid #fcdbe4;
4709
3895
  color: #fcdbe4;
4710
3896
  }
4711
-
4712
3897
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
4713
3898
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
4714
3899
  border-top: 8px solid #fcdbe4;
4715
3900
  color: #fcdbe4;
4716
3901
  }
4717
-
4718
3902
  .e-tooltip-wrap.e-schedule-error .e-tip-content {
4719
3903
  padding: 3px 6px;
4720
3904
  }
4721
-
4722
3905
  .e-tooltip-wrap.e-schedule-error .e-tip-content {
4723
3906
  padding: 4px 8px 0;
4724
3907
  }
4725
-
4726
3908
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip {
4727
3909
  overflow: visible;
4728
3910
  }
4729
-
4730
3911
  .e-tooltip-wrap.e-schedule-error .e-tip-content,
4731
3912
  .e-tooltip-wrap.e-schedule-error .e-tip-content label {
4732
3913
  color: #dc3545;
4733
- }
3914
+ }