@syncfusion/ej2-angular-schedule 20.2.40-ngcc → 20.2.43

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