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