@syncfusion/ej2-vue-schedule 25.2.6 → 26.1.35

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