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