@syncfusion/ej2-vue-schedule 20.1.48 → 20.1.55

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