@syncfusion/ej2-react-schedule 26.1.41 → 26.2.4

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