@syncfusion/ej2-vue-schedule 25.2.7 → 26.1.38

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