@syncfusion/ej2-schedule 26.2.14 → 27.1.48

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