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