@syncfusion/ej2-vue-schedule 20.1.52 → 20.1.55

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