@syncfusion/ej2-vue-schedule 25.2.7 → 26.1.38

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