@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50

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 (245) hide show
  1. package/package.json +8 -8
  2. package/schematics/utils/lib-details.ts +2 -2
  3. package/styles/bootstrap-dark.css +190 -13
  4. package/styles/bootstrap.css +190 -13
  5. package/styles/bootstrap4.css +190 -13
  6. package/styles/bootstrap5-dark.css +192 -17
  7. package/styles/bootstrap5.css +192 -17
  8. package/styles/calendar/_all.scss +1 -1
  9. package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
  10. package/styles/calendar/_bootstrap-definition.scss +6 -6
  11. package/styles/calendar/_bootstrap4-definition.scss +5 -6
  12. package/styles/calendar/_bootstrap5-definition.scss +3 -29
  13. package/styles/calendar/_fabric-dark-definition.scss +1 -4
  14. package/styles/calendar/_fabric-definition.scss +0 -1
  15. package/styles/calendar/_fluent-definition.scss +4 -30
  16. package/styles/calendar/_fusionnew-definition.scss +3 -29
  17. package/styles/calendar/_highcontrast-light-definition.scss +1 -3
  18. package/styles/calendar/_layout.scss +95 -153
  19. package/styles/calendar/_material-dark-definition.scss +1 -3
  20. package/styles/calendar/_material3-definition.scss +3 -29
  21. package/styles/calendar/_tailwind-definition.scss +5 -27
  22. package/styles/calendar/_theme.scss +66 -111
  23. package/styles/calendar/bootstrap-dark.css +0 -1
  24. package/styles/calendar/bootstrap.css +0 -1
  25. package/styles/calendar/bootstrap4.css +0 -1
  26. package/styles/calendar/bootstrap5-dark.css +0 -1
  27. package/styles/calendar/bootstrap5.css +0 -1
  28. package/styles/calendar/fabric-dark.css +0 -1
  29. package/styles/calendar/fabric.css +0 -1
  30. package/styles/calendar/fluent-dark.css +0 -1
  31. package/styles/calendar/fluent.css +0 -1
  32. package/styles/calendar/highcontrast-light.css +0 -1
  33. package/styles/calendar/highcontrast.css +0 -1
  34. package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
  35. package/styles/calendar/icons/_bootstrap.scss +1 -2
  36. package/styles/calendar/icons/_bootstrap4.scss +1 -2
  37. package/styles/calendar/icons/_bootstrap5.scss +1 -2
  38. package/styles/calendar/icons/_fabric-dark.scss +1 -2
  39. package/styles/calendar/icons/_fabric.scss +1 -2
  40. package/styles/calendar/icons/_fluent.scss +1 -2
  41. package/styles/calendar/icons/_fusionnew.scss +1 -2
  42. package/styles/calendar/icons/_highcontrast-light.scss +1 -2
  43. package/styles/calendar/icons/_highcontrast.scss +1 -2
  44. package/styles/calendar/icons/_material-dark.scss +1 -2
  45. package/styles/calendar/icons/_material.scss +1 -2
  46. package/styles/calendar/icons/_material3.scss +1 -2
  47. package/styles/calendar/icons/_tailwind.scss +1 -2
  48. package/styles/calendar/material-dark.css +0 -1
  49. package/styles/calendar/material.css +0 -1
  50. package/styles/calendar/tailwind-dark.css +0 -2
  51. package/styles/calendar/tailwind.css +0 -2
  52. package/styles/datepicker/_all.scss +1 -1
  53. package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
  54. package/styles/datepicker/_bootstrap-definition.scss +0 -2
  55. package/styles/datepicker/_bootstrap4-definition.scss +0 -2
  56. package/styles/datepicker/_bootstrap5-definition.scss +1 -5
  57. package/styles/datepicker/_fabric-dark-definition.scss +0 -3
  58. package/styles/datepicker/_fabric-definition.scss +0 -2
  59. package/styles/datepicker/_fluent-definition.scss +1 -4
  60. package/styles/datepicker/_fusionnew-definition.scss +1 -5
  61. package/styles/datepicker/_highcontrast-definition.scss +0 -2
  62. package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
  63. package/styles/datepicker/_layout.scss +131 -6
  64. package/styles/datepicker/_material-dark-definition.scss +1 -4
  65. package/styles/datepicker/_material-definition.scss +0 -2
  66. package/styles/datepicker/_material3-definition.scss +1 -5
  67. package/styles/datepicker/_tailwind-definition.scss +1 -5
  68. package/styles/datepicker/_theme.scss +7 -7
  69. package/styles/datepicker/bootstrap-dark.css +79 -3
  70. package/styles/datepicker/bootstrap.css +79 -3
  71. package/styles/datepicker/bootstrap4.css +79 -3
  72. package/styles/datepicker/bootstrap5-dark.css +80 -4
  73. package/styles/datepicker/bootstrap5.css +80 -4
  74. package/styles/datepicker/fabric-dark.css +79 -3
  75. package/styles/datepicker/fabric.css +79 -3
  76. package/styles/datepicker/fluent-dark.css +80 -4
  77. package/styles/datepicker/fluent.css +80 -4
  78. package/styles/datepicker/highcontrast-light.css +79 -3
  79. package/styles/datepicker/highcontrast.css +79 -3
  80. package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
  81. package/styles/datepicker/icons/_bootstrap.scss +6 -7
  82. package/styles/datepicker/icons/_bootstrap4.scss +6 -7
  83. package/styles/datepicker/icons/_bootstrap5.scss +6 -7
  84. package/styles/datepicker/icons/_fabric-dark.scss +5 -6
  85. package/styles/datepicker/icons/_fabric.scss +6 -7
  86. package/styles/datepicker/icons/_fluent.scss +6 -7
  87. package/styles/datepicker/icons/_fusionnew.scss +6 -7
  88. package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
  89. package/styles/datepicker/icons/_highcontrast.scss +7 -7
  90. package/styles/datepicker/icons/_material-dark.scss +6 -7
  91. package/styles/datepicker/icons/_material.scss +6 -7
  92. package/styles/datepicker/icons/_material3.scss +6 -7
  93. package/styles/datepicker/icons/_tailwind.scss +6 -7
  94. package/styles/datepicker/material-dark.css +79 -3
  95. package/styles/datepicker/material.css +79 -3
  96. package/styles/datepicker/tailwind-dark.css +80 -4
  97. package/styles/datepicker/tailwind.css +80 -4
  98. package/styles/daterangepicker/_all.scss +1 -1
  99. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
  100. package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
  101. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
  102. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
  103. package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
  104. package/styles/daterangepicker/_fabric-definition.scss +1 -5
  105. package/styles/daterangepicker/_fluent-definition.scss +1 -6
  106. package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
  107. package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
  108. package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
  109. package/styles/daterangepicker/_layout.scss +207 -111
  110. package/styles/daterangepicker/_material-dark-definition.scss +1 -6
  111. package/styles/daterangepicker/_material-definition.scss +1 -6
  112. package/styles/daterangepicker/_material3-definition.scss +0 -6
  113. package/styles/daterangepicker/_tailwind-definition.scss +0 -5
  114. package/styles/daterangepicker/_theme.scss +27 -52
  115. package/styles/daterangepicker/bootstrap-dark.css +111 -3
  116. package/styles/daterangepicker/bootstrap.css +111 -3
  117. package/styles/daterangepicker/bootstrap4.css +111 -3
  118. package/styles/daterangepicker/bootstrap5-dark.css +112 -4
  119. package/styles/daterangepicker/bootstrap5.css +112 -4
  120. package/styles/daterangepicker/fabric-dark.css +111 -3
  121. package/styles/daterangepicker/fabric.css +111 -3
  122. package/styles/daterangepicker/fluent-dark.css +112 -4
  123. package/styles/daterangepicker/fluent.css +112 -4
  124. package/styles/daterangepicker/highcontrast-light.css +111 -3
  125. package/styles/daterangepicker/highcontrast.css +111 -3
  126. package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
  127. package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
  128. package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
  129. package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
  130. package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
  131. package/styles/daterangepicker/icons/_fabric.scss +8 -13
  132. package/styles/daterangepicker/icons/_fluent.scss +8 -13
  133. package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
  134. package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
  135. package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
  136. package/styles/daterangepicker/icons/_material-dark.scss +7 -13
  137. package/styles/daterangepicker/icons/_material.scss +7 -13
  138. package/styles/daterangepicker/icons/_material3.scss +8 -13
  139. package/styles/daterangepicker/icons/_tailwind.scss +8 -13
  140. package/styles/daterangepicker/material-dark.css +111 -3
  141. package/styles/daterangepicker/material.css +111 -3
  142. package/styles/daterangepicker/tailwind-dark.css +112 -5
  143. package/styles/daterangepicker/tailwind.css +112 -5
  144. package/styles/datetimepicker/_all.scss +1 -1
  145. package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
  146. package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
  147. package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
  148. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
  149. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
  150. package/styles/datetimepicker/_fabric-definition.scss +0 -4
  151. package/styles/datetimepicker/_fluent-definition.scss +3 -8
  152. package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
  153. package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
  154. package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
  155. package/styles/datetimepicker/_layout.scss +3 -2
  156. package/styles/datetimepicker/_material-dark-definition.scss +1 -6
  157. package/styles/datetimepicker/_material-definition.scss +0 -4
  158. package/styles/datetimepicker/_material3-definition.scss +0 -5
  159. package/styles/datetimepicker/_tailwind-definition.scss +0 -5
  160. package/styles/datetimepicker/_theme.scss +1 -2
  161. package/styles/datetimepicker/bootstrap-dark.css +0 -2
  162. package/styles/datetimepicker/bootstrap.css +0 -2
  163. package/styles/datetimepicker/bootstrap4.css +0 -2
  164. package/styles/datetimepicker/bootstrap5-dark.css +0 -3
  165. package/styles/datetimepicker/bootstrap5.css +0 -3
  166. package/styles/datetimepicker/fabric-dark.css +0 -2
  167. package/styles/datetimepicker/fabric.css +0 -2
  168. package/styles/datetimepicker/fluent-dark.css +0 -3
  169. package/styles/datetimepicker/fluent.css +0 -3
  170. package/styles/datetimepicker/highcontrast-light.css +0 -2
  171. package/styles/datetimepicker/highcontrast.css +0 -2
  172. package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
  173. package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
  174. package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
  175. package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
  176. package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
  177. package/styles/datetimepicker/icons/_fabric.scss +1 -1
  178. package/styles/datetimepicker/icons/_fluent.scss +1 -1
  179. package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
  180. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
  181. package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
  182. package/styles/datetimepicker/icons/_material-dark.scss +1 -1
  183. package/styles/datetimepicker/icons/_material.scss +0 -1
  184. package/styles/datetimepicker/icons/_material3.scss +1 -1
  185. package/styles/datetimepicker/icons/_tailwind.scss +1 -1
  186. package/styles/datetimepicker/material-dark.css +0 -2
  187. package/styles/datetimepicker/material.css +0 -2
  188. package/styles/datetimepicker/tailwind-dark.css +0 -3
  189. package/styles/datetimepicker/tailwind.css +0 -3
  190. package/styles/fabric-dark.css +190 -13
  191. package/styles/fabric.css +190 -13
  192. package/styles/fluent-dark.css +192 -17
  193. package/styles/fluent.css +192 -17
  194. package/styles/highcontrast-light.css +190 -13
  195. package/styles/highcontrast.css +190 -13
  196. package/styles/material-dark.css +190 -13
  197. package/styles/material.css +190 -13
  198. package/styles/tailwind-dark.css +192 -19
  199. package/styles/tailwind.css +192 -19
  200. package/styles/timepicker/_all.scss +1 -1
  201. package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
  202. package/styles/timepicker/_bootstrap-definition.scss +0 -4
  203. package/styles/timepicker/_bootstrap4-definition.scss +0 -5
  204. package/styles/timepicker/_bootstrap5-definition.scss +0 -5
  205. package/styles/timepicker/_fabric-dark-definition.scss +1 -6
  206. package/styles/timepicker/_fabric-definition.scss +0 -4
  207. package/styles/timepicker/_fluent-definition.scss +0 -5
  208. package/styles/timepicker/_fusionnew-definition.scss +0 -5
  209. package/styles/timepicker/_highcontrast-definition.scss +0 -4
  210. package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
  211. package/styles/timepicker/_layout.scss +5 -4
  212. package/styles/timepicker/_material-dark-definition.scss +1 -6
  213. package/styles/timepicker/_material-definition.scss +0 -4
  214. package/styles/timepicker/_material3-definition.scss +0 -5
  215. package/styles/timepicker/_tailwind-definition.scss +0 -5
  216. package/styles/timepicker/_theme.scss +1 -2
  217. package/styles/timepicker/bootstrap-dark.css +0 -4
  218. package/styles/timepicker/bootstrap.css +0 -4
  219. package/styles/timepicker/bootstrap4.css +0 -4
  220. package/styles/timepicker/bootstrap5-dark.css +0 -5
  221. package/styles/timepicker/bootstrap5.css +0 -5
  222. package/styles/timepicker/fabric-dark.css +0 -4
  223. package/styles/timepicker/fabric.css +0 -4
  224. package/styles/timepicker/fluent-dark.css +0 -5
  225. package/styles/timepicker/fluent.css +0 -5
  226. package/styles/timepicker/highcontrast-light.css +0 -4
  227. package/styles/timepicker/highcontrast.css +0 -4
  228. package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
  229. package/styles/timepicker/icons/_bootstrap.scss +2 -1
  230. package/styles/timepicker/icons/_bootstrap4.scss +2 -1
  231. package/styles/timepicker/icons/_bootstrap5.scss +2 -1
  232. package/styles/timepicker/icons/_fabric-dark.scss +2 -1
  233. package/styles/timepicker/icons/_fabric.scss +2 -1
  234. package/styles/timepicker/icons/_fluent.scss +2 -1
  235. package/styles/timepicker/icons/_fusionnew.scss +2 -1
  236. package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
  237. package/styles/timepicker/icons/_highcontrast.scss +2 -1
  238. package/styles/timepicker/icons/_material-dark.scss +2 -1
  239. package/styles/timepicker/icons/_material.scss +1 -1
  240. package/styles/timepicker/icons/_material3.scss +2 -1
  241. package/styles/timepicker/icons/_tailwind.scss +2 -1
  242. package/styles/timepicker/material-dark.css +0 -4
  243. package/styles/timepicker/material.css +0 -4
  244. package/styles/timepicker/tailwind-dark.css +0 -5
  245. package/styles/timepicker/tailwind.css +0 -5
@@ -37,7 +37,6 @@ ejs-calendar {
37
37
 
38
38
  .e-calendar,
39
39
  .e-bigger.e-small .e-calendar {
40
- /* stylelint-disable property-no-vendor-prefix */
41
40
  -webkit-tap-highlight-color: transparent;
42
41
  border-radius: 2px;
43
42
  display: block;
@@ -822,7 +821,6 @@ ejs-calendar {
822
821
  transform: scale(1);
823
822
  }
824
823
  }
825
- /* stylelint-disable property-no-vendor-prefix */
826
824
  @keyframes e-input-ripple {
827
825
  100% {
828
826
  opacity: 0;
@@ -871,7 +869,6 @@ ejs-calendar {
871
869
 
872
870
  .e-time-wrapper,
873
871
  *.e-control-wrapper.e-time-wrapper {
874
- /* stylelint-disable property-no-vendor-prefix */
875
872
  -webkit-tap-highlight-color: transparent;
876
873
  }
877
874
  .e-time-wrapper .e-time-icon.e-icons,
@@ -991,7 +988,6 @@ ejs-calendar {
991
988
  min-height: 40px;
992
989
  }
993
990
 
994
- /* stylelint-disable */
995
991
  .e-time-overflow {
996
992
  overflow: hidden;
997
993
  }
@@ -1019,7 +1015,6 @@ ejs-calendar {
1019
1015
  top: 0 !important;
1020
1016
  }
1021
1017
 
1022
- /* stylelint-enable */
1023
1018
  /*! timepicker theme */
1024
1019
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
1025
1020
  color: #00b0ff;
@@ -1069,7 +1064,6 @@ ejs-calendar {
1069
1064
  color: #000;
1070
1065
  }
1071
1066
 
1072
- /* stylelint-disable property-no-vendor-prefix */
1073
1067
  @keyframes e-input-ripple {
1074
1068
  100% {
1075
1069
  opacity: 0;
@@ -1206,7 +1200,6 @@ ejs-calendar {
1206
1200
  margin: 0;
1207
1201
  }
1208
1202
 
1209
- /* stylelint-disable */
1210
1203
  .e-date-overflow {
1211
1204
  overflow: hidden !important;
1212
1205
  }
@@ -1233,6 +1226,10 @@ ejs-calendar {
1233
1226
  top: 0 !important;
1234
1227
  left: 0 !important;
1235
1228
  }
1229
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1230
+ min-width: 100%;
1231
+ min-height: 100%;
1232
+ }
1236
1233
 
1237
1234
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1238
1235
  background-size: 250px 33px;
@@ -1245,7 +1242,40 @@ ejs-calendar {
1245
1242
  min-height: 40px;
1246
1243
  }
1247
1244
 
1248
- /* stylelint-enable */
1245
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1246
+ height: 15%;
1247
+ }
1248
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1249
+ float: right;
1250
+ margin-right: 10px;
1251
+ padding: 5px;
1252
+ }
1253
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1254
+ content: "\e932";
1255
+ font-family: "e-icons";
1256
+ color: rgb(255, 255, 255);
1257
+ }
1258
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1259
+ min-width: 100%;
1260
+ min-height: 100%;
1261
+ height: 100%;
1262
+ }
1263
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1264
+ height: 10%;
1265
+ }
1266
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1267
+ height: 85%;
1268
+ }
1269
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1270
+ height: 10%;
1271
+ }
1272
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1273
+ height: 80%;
1274
+ }
1275
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1276
+ height: 100%;
1277
+ }
1278
+
1249
1279
  @media screen and (orientation: landscape) and (max-height: 360px) {
1250
1280
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1251
1281
  display: inline-block;
@@ -1253,6 +1283,47 @@ ejs-calendar {
1253
1283
  overflow: auto;
1254
1284
  }
1255
1285
  }
1286
+ @media screen and (orientation: landscape) {
1287
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1288
+ float: left;
1289
+ height: 100%;
1290
+ width: 30%;
1291
+ }
1292
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1293
+ float: left;
1294
+ padding: 5px;
1295
+ }
1296
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1297
+ font-size: 35px;
1298
+ margin-top: 35%;
1299
+ }
1300
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
1301
+ display: block;
1302
+ font-size: 40px;
1303
+ margin-top: 10%;
1304
+ }
1305
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1306
+ height: 10%;
1307
+ }
1308
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1309
+ height: 75%;
1310
+ }
1311
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1312
+ display: -ms-flexbox;
1313
+ display: flex;
1314
+ }
1315
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1316
+ float: right;
1317
+ height: 90%;
1318
+ width: 70%;
1319
+ }
1320
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1321
+ display: table-row-group;
1322
+ }
1323
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
1324
+ height: 100%;
1325
+ }
1326
+ }
1256
1327
  .e-datepicker.e-popup-wrapper,
1257
1328
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1258
1329
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1285,7 +1356,6 @@ ejs-calendar {
1285
1356
  color: #00b0ff;
1286
1357
  }
1287
1358
 
1288
- /* stylelint-disable property-no-vendor-prefix */
1289
1359
  @keyframes e-input-ripple {
1290
1360
  100% {
1291
1361
  opacity: 0;
@@ -1923,7 +1993,6 @@ ejs-calendar {
1923
1993
  line-height: 26px;
1924
1994
  }
1925
1995
 
1926
- /* stylelint-disable */
1927
1996
  .e-range-overflow {
1928
1997
  overflow: hidden;
1929
1998
  }
@@ -1950,6 +2019,12 @@ ejs-calendar {
1950
2019
  top: 0 !important;
1951
2020
  left: 0 !important;
1952
2021
  }
2022
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2023
+ min-height: 100%;
2024
+ min-width: 100%;
2025
+ height: 100%;
2026
+ width: 100%;
2027
+ }
1953
2028
 
1954
2029
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1955
2030
  background-size: 250px 33px;
@@ -1962,7 +2037,111 @@ ejs-calendar {
1962
2037
  min-height: 40px;
1963
2038
  }
1964
2039
 
1965
- /* stylelint-enable */
2040
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2041
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2042
+ min-height: 100%;
2043
+ min-width: 100%;
2044
+ height: 100%;
2045
+ width: 100%;
2046
+ }
2047
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2048
+ height: 100%;
2049
+ }
2050
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2051
+ height: 78%;
2052
+ }
2053
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2054
+ height: 90%;
2055
+ }
2056
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2057
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2058
+ height: 10%;
2059
+ }
2060
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2061
+ margin: 0;
2062
+ }
2063
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2064
+ height: 90%;
2065
+ }
2066
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2067
+ height: 100%;
2068
+ border-spacing: 0px 30px;
2069
+ }
2070
+
2071
+ @media screen and (orientation: landscape) {
2072
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2073
+ float: left;
2074
+ height: 100%;
2075
+ border-right: 1.5px;
2076
+ border-color: black;
2077
+ width: 40%;
2078
+ margin: 0;
2079
+ display: block;
2080
+ background-color: #3f51b5;
2081
+ }
2082
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2083
+ height: 100%;
2084
+ width: 100%;
2085
+ }
2086
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2087
+ display: block;
2088
+ width: 100%;
2089
+ text-align: -webkit-center;
2090
+ }
2091
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2092
+ display: block;
2093
+ width: 100%;
2094
+ text-align: -webkit-center;
2095
+ margin-top: 20%;
2096
+ font-size: 20px;
2097
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2098
+ }
2099
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2100
+ font-size: 20px;
2101
+ margin-top: 60%;
2102
+ color: #fff;
2103
+ }
2104
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2105
+ width: 100%;
2106
+ text-align: -webkit-center;
2107
+ margin-top: 20%;
2108
+ font-size: 20px;
2109
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2110
+ }
2111
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2112
+ height: 82%;
2113
+ }
2114
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2115
+ height: 80%;
2116
+ }
2117
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2118
+ border-spacing: unset;
2119
+ }
2120
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2121
+ height: 20%;
2122
+ }
2123
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2124
+ width: 100%;
2125
+ }
2126
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2127
+ display: -ms-flexbox;
2128
+ display: flex;
2129
+ }
2130
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2131
+ border-radius: 0 40% 40% 0;
2132
+ }
2133
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2134
+ border-radius: 0 40% 40% 0;
2135
+ }
2136
+ }
2137
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2138
+ width: calc(100% - 80px);
2139
+ }
2140
+
2141
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2142
+ width: calc(100% - 110px);
2143
+ }
2144
+
1966
2145
  /*! daterangepicker theme */
1967
2146
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1968
2147
  color: #00b0ff;
@@ -2161,7 +2340,6 @@ ejs-calendar {
2161
2340
  color: #fff;
2162
2341
  }
2163
2342
 
2164
- /* stylelint-disable property-no-vendor-prefix */
2165
2343
  @keyframes e-input-ripple {
2166
2344
  100% {
2167
2345
  opacity: 0;
@@ -2221,7 +2399,6 @@ ejs-calendar {
2221
2399
  }
2222
2400
 
2223
2401
  .e-datetime-wrapper {
2224
- /* stylelint-disable property-no-vendor-prefix */
2225
2402
  -webkit-tap-highlight-color: transparent;
2226
2403
  }
2227
2404
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -38,7 +38,6 @@ ejs-calendar {
38
38
 
39
39
  .e-calendar,
40
40
  .e-bigger.e-small .e-calendar {
41
- /* stylelint-disable property-no-vendor-prefix */
42
41
  -webkit-tap-highlight-color: transparent;
43
42
  border-radius: 2px;
44
43
  display: block;
@@ -823,7 +822,6 @@ ejs-calendar {
823
822
  transform: scale(1);
824
823
  }
825
824
  }
826
- /* stylelint-disable property-no-vendor-prefix */
827
825
  @keyframes e-input-ripple {
828
826
  100% {
829
827
  opacity: 0;
@@ -880,7 +878,6 @@ ejs-calendar {
880
878
 
881
879
  .e-time-wrapper,
882
880
  *.e-control-wrapper.e-time-wrapper {
883
- /* stylelint-disable property-no-vendor-prefix */
884
881
  -webkit-tap-highlight-color: transparent;
885
882
  }
886
883
  .e-time-wrapper .e-time-icon.e-icons,
@@ -1000,7 +997,6 @@ ejs-calendar {
1000
997
  min-height: 40px;
1001
998
  }
1002
999
 
1003
- /* stylelint-disable */
1004
1000
  .e-time-overflow {
1005
1001
  overflow: hidden;
1006
1002
  }
@@ -1028,7 +1024,6 @@ ejs-calendar {
1028
1024
  top: 0 !important;
1029
1025
  }
1030
1026
 
1031
- /* stylelint-enable */
1032
1027
  /*! timepicker theme */
1033
1028
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
1034
1029
  color: #e3165b;
@@ -1078,7 +1073,6 @@ ejs-calendar {
1078
1073
  color: #000;
1079
1074
  }
1080
1075
 
1081
- /* stylelint-disable property-no-vendor-prefix */
1082
1076
  @keyframes e-input-ripple {
1083
1077
  100% {
1084
1078
  opacity: 0;
@@ -1224,7 +1218,6 @@ ejs-calendar {
1224
1218
  margin: 0;
1225
1219
  }
1226
1220
 
1227
- /* stylelint-disable */
1228
1221
  .e-date-overflow {
1229
1222
  overflow: hidden !important;
1230
1223
  }
@@ -1251,6 +1244,10 @@ ejs-calendar {
1251
1244
  top: 0 !important;
1252
1245
  left: 0 !important;
1253
1246
  }
1247
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1248
+ min-width: 100%;
1249
+ min-height: 100%;
1250
+ }
1254
1251
 
1255
1252
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1256
1253
  background-size: 250px 33px;
@@ -1263,7 +1260,40 @@ ejs-calendar {
1263
1260
  min-height: 40px;
1264
1261
  }
1265
1262
 
1266
- /* stylelint-enable */
1263
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1264
+ height: 15%;
1265
+ }
1266
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1267
+ float: right;
1268
+ margin-right: 10px;
1269
+ padding: 5px;
1270
+ }
1271
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1272
+ content: "\e932";
1273
+ font-family: "e-icons";
1274
+ color: rgb(255, 255, 255);
1275
+ }
1276
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1277
+ min-width: 100%;
1278
+ min-height: 100%;
1279
+ height: 100%;
1280
+ }
1281
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1282
+ height: 10%;
1283
+ }
1284
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1285
+ height: 85%;
1286
+ }
1287
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1288
+ height: 10%;
1289
+ }
1290
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1291
+ height: 80%;
1292
+ }
1293
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1294
+ height: 100%;
1295
+ }
1296
+
1267
1297
  @media screen and (orientation: landscape) and (max-height: 360px) {
1268
1298
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1269
1299
  display: inline-block;
@@ -1271,6 +1301,47 @@ ejs-calendar {
1271
1301
  overflow: auto;
1272
1302
  }
1273
1303
  }
1304
+ @media screen and (orientation: landscape) {
1305
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1306
+ float: left;
1307
+ height: 100%;
1308
+ width: 30%;
1309
+ }
1310
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1311
+ float: left;
1312
+ padding: 5px;
1313
+ }
1314
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1315
+ font-size: 35px;
1316
+ margin-top: 35%;
1317
+ }
1318
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
1319
+ display: block;
1320
+ font-size: 40px;
1321
+ margin-top: 10%;
1322
+ }
1323
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1324
+ height: 10%;
1325
+ }
1326
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1327
+ height: 75%;
1328
+ }
1329
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1330
+ display: -ms-flexbox;
1331
+ display: flex;
1332
+ }
1333
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1334
+ float: right;
1335
+ height: 90%;
1336
+ width: 70%;
1337
+ }
1338
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1339
+ display: table-row-group;
1340
+ }
1341
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
1342
+ height: 100%;
1343
+ }
1344
+ }
1274
1345
  .e-datepicker.e-popup-wrapper,
1275
1346
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1276
1347
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1303,7 +1374,6 @@ ejs-calendar {
1303
1374
  color: #e3165b;
1304
1375
  }
1305
1376
 
1306
- /* stylelint-disable property-no-vendor-prefix */
1307
1377
  @keyframes e-input-ripple {
1308
1378
  100% {
1309
1379
  opacity: 0;
@@ -1950,7 +2020,6 @@ ejs-calendar {
1950
2020
  line-height: 26px;
1951
2021
  }
1952
2022
 
1953
- /* stylelint-disable */
1954
2023
  .e-range-overflow {
1955
2024
  overflow: hidden;
1956
2025
  }
@@ -1977,6 +2046,12 @@ ejs-calendar {
1977
2046
  top: 0 !important;
1978
2047
  left: 0 !important;
1979
2048
  }
2049
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2050
+ min-height: 100%;
2051
+ min-width: 100%;
2052
+ height: 100%;
2053
+ width: 100%;
2054
+ }
1980
2055
 
1981
2056
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1982
2057
  background-size: 250px 33px;
@@ -1989,7 +2064,111 @@ ejs-calendar {
1989
2064
  min-height: 40px;
1990
2065
  }
1991
2066
 
1992
- /* stylelint-enable */
2067
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2068
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2069
+ min-height: 100%;
2070
+ min-width: 100%;
2071
+ height: 100%;
2072
+ width: 100%;
2073
+ }
2074
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2075
+ height: 100%;
2076
+ }
2077
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2078
+ height: 78%;
2079
+ }
2080
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2081
+ height: 90%;
2082
+ }
2083
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2084
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2085
+ height: 10%;
2086
+ }
2087
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2088
+ margin: 0;
2089
+ }
2090
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2091
+ height: 90%;
2092
+ }
2093
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2094
+ height: 100%;
2095
+ border-spacing: 0px 30px;
2096
+ }
2097
+
2098
+ @media screen and (orientation: landscape) {
2099
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2100
+ float: left;
2101
+ height: 100%;
2102
+ border-right: 1.5px;
2103
+ border-color: black;
2104
+ width: 40%;
2105
+ margin: 0;
2106
+ display: block;
2107
+ background-color: #3f51b5;
2108
+ }
2109
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2110
+ height: 100%;
2111
+ width: 100%;
2112
+ }
2113
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2114
+ display: block;
2115
+ width: 100%;
2116
+ text-align: -webkit-center;
2117
+ }
2118
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2119
+ display: block;
2120
+ width: 100%;
2121
+ text-align: -webkit-center;
2122
+ margin-top: 20%;
2123
+ font-size: 20px;
2124
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2125
+ }
2126
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2127
+ font-size: 20px;
2128
+ margin-top: 60%;
2129
+ color: #fff;
2130
+ }
2131
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2132
+ width: 100%;
2133
+ text-align: -webkit-center;
2134
+ margin-top: 20%;
2135
+ font-size: 20px;
2136
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2137
+ }
2138
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2139
+ height: 82%;
2140
+ }
2141
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2142
+ height: 80%;
2143
+ }
2144
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2145
+ border-spacing: unset;
2146
+ }
2147
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2148
+ height: 20%;
2149
+ }
2150
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2151
+ width: 100%;
2152
+ }
2153
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2154
+ display: -ms-flexbox;
2155
+ display: flex;
2156
+ }
2157
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2158
+ border-radius: 0 40% 40% 0;
2159
+ }
2160
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2161
+ border-radius: 0 40% 40% 0;
2162
+ }
2163
+ }
2164
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2165
+ width: calc(100% - 80px);
2166
+ }
2167
+
2168
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2169
+ width: calc(100% - 110px);
2170
+ }
2171
+
1993
2172
  /*! daterangepicker theme */
1994
2173
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1995
2174
  color: #e3165b;
@@ -2188,7 +2367,6 @@ ejs-calendar {
2188
2367
  color: #fff;
2189
2368
  }
2190
2369
 
2191
- /* stylelint-disable property-no-vendor-prefix */
2192
2370
  @keyframes e-input-ripple {
2193
2371
  100% {
2194
2372
  opacity: 0;
@@ -2265,7 +2443,6 @@ ejs-calendar {
2265
2443
  }
2266
2444
 
2267
2445
  .e-datetime-wrapper {
2268
- /* stylelint-disable property-no-vendor-prefix */
2269
2446
  -webkit-tap-highlight-color: transparent;
2270
2447
  }
2271
2448
  .e-datetime-wrapper .e-time-icon.e-icons::before {