@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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-calendars@*",
3
- "_id": "@syncfusion/ej2-angular-calendars@20.2.45",
3
+ "_id": "@syncfusion/ej2-angular-calendars@20.2.46",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-dAuDoyxNbJEaxYnubLy7BW7TvyzAvE3mUdFGsCmIAMhRObXvwaNVh+zJYibrz7f1xlaIqYejAALGMV/I3quDDA==",
5
+ "_integrity": "sha512-ofFak97LuiYRwY8Zi3qsFsvexN7bLN+VumOJSGkzo0LGh7/p23jMyUEeHWU9NzAqPADCSK9du7lSmkWFXIMh3Q==",
6
6
  "_location": "/@syncfusion/ej2-angular-calendars",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-20.2.45.tgz",
23
- "_shasum": "9cbaa090726236986908d764ef90033328511a86",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-20.2.46.tgz",
23
+ "_shasum": "82a9c327cc6e020e94561c7d4ca16221d1e84faa",
24
24
  "_spec": "@syncfusion/ej2-angular-calendars@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.2.46",
35
- "@syncfusion/ej2-base": "~20.2.46",
36
- "@syncfusion/ej2-calendars": "20.2.46",
34
+ "@syncfusion/ej2-angular-base": "~20.2.49",
35
+ "@syncfusion/ej2-base": "~20.2.48",
36
+ "@syncfusion/ej2-calendars": "20.2.50",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -108,5 +108,5 @@
108
108
  "schematics": "./schematics/collection.json",
109
109
  "sideEffects": false,
110
110
  "typings": "syncfusion-ej2-angular-calendars.d.ts",
111
- "version": "20.2.46"
111
+ "version": "20.2.50"
112
112
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-calendars';
2
- export const pkgVer = '^20.2.45';
2
+ export const pkgVer = '^20.2.46';
3
3
  export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4
- export const themeVer = '~20.2.45';
4
+ export const themeVer = '~20.2.46';
@@ -36,7 +36,6 @@ ejs-calendar {
36
36
 
37
37
  .e-calendar,
38
38
  .e-bigger.e-small .e-calendar {
39
- /* stylelint-disable property-no-vendor-prefix */
40
39
  -webkit-tap-highlight-color: transparent;
41
40
  border-radius: 4px;
42
41
  display: block;
@@ -820,7 +819,6 @@ ejs-calendar {
820
819
  transform: scale(1);
821
820
  }
822
821
  }
823
- /* stylelint-disable property-no-vendor-prefix */
824
822
  /*! component icons */
825
823
  .e-time-wrapper .e-time-icon.e-icons::before,
826
824
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -835,7 +833,6 @@ ejs-calendar {
835
833
 
836
834
  .e-time-wrapper,
837
835
  *.e-control-wrapper.e-time-wrapper {
838
- /* stylelint-disable property-no-vendor-prefix */
839
836
  -webkit-tap-highlight-color: transparent;
840
837
  }
841
838
  .e-time-wrapper .e-time-icon.e-icons,
@@ -951,7 +948,6 @@ ejs-calendar {
951
948
  min-height: 40px;
952
949
  }
953
950
 
954
- /* stylelint-disable */
955
951
  .e-time-overflow {
956
952
  overflow: hidden;
957
953
  }
@@ -979,7 +975,6 @@ ejs-calendar {
979
975
  top: 0 !important;
980
976
  }
981
977
 
982
- /* stylelint-enable */
983
978
  /*! timepicker theme */
984
979
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
985
980
  color: #fff;
@@ -1029,7 +1024,6 @@ ejs-calendar {
1029
1024
  color: #f0f0f0;
1030
1025
  }
1031
1026
 
1032
- /* stylelint-disable property-no-vendor-prefix */
1033
1027
  /*! component icons */
1034
1028
  .e-input-group-icon.e-date-icon,
1035
1029
  *.e-control-wrapper .e-input-group-icon.e-date-icon {
@@ -1124,7 +1118,6 @@ ejs-calendar {
1124
1118
  margin: 0;
1125
1119
  }
1126
1120
 
1127
- /* stylelint-disable */
1128
1121
  .e-date-overflow {
1129
1122
  overflow: hidden !important;
1130
1123
  }
@@ -1151,6 +1144,10 @@ ejs-calendar {
1151
1144
  top: 0 !important;
1152
1145
  left: 0 !important;
1153
1146
  }
1147
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1148
+ min-width: 100%;
1149
+ min-height: 100%;
1150
+ }
1154
1151
 
1155
1152
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1156
1153
  background-size: 250px 33px;
@@ -1163,7 +1160,40 @@ ejs-calendar {
1163
1160
  min-height: 40px;
1164
1161
  }
1165
1162
 
1166
- /* stylelint-enable */
1163
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1164
+ height: 15%;
1165
+ }
1166
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1167
+ float: right;
1168
+ margin-right: 10px;
1169
+ padding: 5px;
1170
+ }
1171
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1172
+ content: "\e932";
1173
+ font-family: "e-icons";
1174
+ color: rgb(255, 255, 255);
1175
+ }
1176
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1177
+ min-width: 100%;
1178
+ min-height: 100%;
1179
+ height: 100%;
1180
+ }
1181
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1182
+ height: 10%;
1183
+ }
1184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1185
+ height: 85%;
1186
+ }
1187
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1188
+ height: 10%;
1189
+ }
1190
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1191
+ height: 80%;
1192
+ }
1193
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1194
+ height: 100%;
1195
+ }
1196
+
1167
1197
  @media screen and (orientation: landscape) and (max-height: 360px) {
1168
1198
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1169
1199
  display: inline-block;
@@ -1171,6 +1201,47 @@ ejs-calendar {
1171
1201
  overflow: auto;
1172
1202
  }
1173
1203
  }
1204
+ @media screen and (orientation: landscape) {
1205
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1206
+ float: left;
1207
+ height: 100%;
1208
+ width: 30%;
1209
+ }
1210
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1211
+ float: left;
1212
+ padding: 5px;
1213
+ }
1214
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1215
+ font-size: 35px;
1216
+ margin-top: 35%;
1217
+ }
1218
+ .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 {
1219
+ display: block;
1220
+ font-size: 40px;
1221
+ margin-top: 10%;
1222
+ }
1223
+ .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 {
1224
+ height: 10%;
1225
+ }
1226
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1227
+ height: 75%;
1228
+ }
1229
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1230
+ display: -ms-flexbox;
1231
+ display: flex;
1232
+ }
1233
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1234
+ float: right;
1235
+ height: 90%;
1236
+ width: 70%;
1237
+ }
1238
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1239
+ display: table-row-group;
1240
+ }
1241
+ .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 {
1242
+ height: 100%;
1243
+ }
1244
+ }
1174
1245
  .e-datepicker.e-popup-wrapper,
1175
1246
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1176
1247
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1196,7 +1267,6 @@ ejs-calendar {
1196
1267
  border: none;
1197
1268
  }
1198
1269
 
1199
- /* stylelint-disable property-no-vendor-prefix */
1200
1270
  /*! component icons */
1201
1271
  .e-input-group-icon.e-range-icon,
1202
1272
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -1796,7 +1866,6 @@ ejs-calendar {
1796
1866
  line-height: 26px;
1797
1867
  }
1798
1868
 
1799
- /* stylelint-disable */
1800
1869
  .e-range-overflow {
1801
1870
  overflow: hidden;
1802
1871
  }
@@ -1823,6 +1892,12 @@ ejs-calendar {
1823
1892
  top: 0 !important;
1824
1893
  left: 0 !important;
1825
1894
  }
1895
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1896
+ min-height: 100%;
1897
+ min-width: 100%;
1898
+ height: 100%;
1899
+ width: 100%;
1900
+ }
1826
1901
 
1827
1902
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1828
1903
  background-size: 250px 33px;
@@ -1835,7 +1910,111 @@ ejs-calendar {
1835
1910
  min-height: 40px;
1836
1911
  }
1837
1912
 
1838
- /* stylelint-enable */
1913
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
1914
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
1915
+ min-height: 100%;
1916
+ min-width: 100%;
1917
+ height: 100%;
1918
+ width: 100%;
1919
+ }
1920
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1921
+ height: 100%;
1922
+ }
1923
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1924
+ height: 78%;
1925
+ }
1926
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1927
+ height: 90%;
1928
+ }
1929
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
1930
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1931
+ height: 10%;
1932
+ }
1933
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
1934
+ margin: 0;
1935
+ }
1936
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1937
+ height: 90%;
1938
+ }
1939
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1940
+ height: 100%;
1941
+ border-spacing: 0px 30px;
1942
+ }
1943
+
1944
+ @media screen and (orientation: landscape) {
1945
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1946
+ float: left;
1947
+ height: 100%;
1948
+ border-right: 1.5px;
1949
+ border-color: black;
1950
+ width: 40%;
1951
+ margin: 0;
1952
+ display: block;
1953
+ background-color: #3f51b5;
1954
+ }
1955
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1956
+ height: 100%;
1957
+ width: 100%;
1958
+ }
1959
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
1960
+ display: block;
1961
+ width: 100%;
1962
+ text-align: -webkit-center;
1963
+ }
1964
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
1965
+ display: block;
1966
+ width: 100%;
1967
+ text-align: -webkit-center;
1968
+ margin-top: 20%;
1969
+ font-size: 20px;
1970
+ 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);
1971
+ }
1972
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
1973
+ font-size: 20px;
1974
+ margin-top: 60%;
1975
+ color: #fff;
1976
+ }
1977
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
1978
+ width: 100%;
1979
+ text-align: -webkit-center;
1980
+ margin-top: 20%;
1981
+ font-size: 20px;
1982
+ 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);
1983
+ }
1984
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1985
+ height: 82%;
1986
+ }
1987
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1988
+ height: 80%;
1989
+ }
1990
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1991
+ border-spacing: unset;
1992
+ }
1993
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
1994
+ height: 20%;
1995
+ }
1996
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1997
+ width: 100%;
1998
+ }
1999
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2000
+ display: -ms-flexbox;
2001
+ display: flex;
2002
+ }
2003
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2004
+ border-radius: 0 40% 40% 0;
2005
+ }
2006
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2007
+ border-radius: 0 40% 40% 0;
2008
+ }
2009
+ }
2010
+ .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 {
2011
+ width: calc(100% - 80px);
2012
+ }
2013
+
2014
+ .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 {
2015
+ width: calc(100% - 110px);
2016
+ }
2017
+
1839
2018
  /*! daterangepicker theme */
1840
2019
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1841
2020
  color: #f0f0f0;
@@ -2034,7 +2213,6 @@ ejs-calendar {
2034
2213
  color: #fff;
2035
2214
  }
2036
2215
 
2037
- /* stylelint-disable property-no-vendor-prefix */
2038
2216
  /*! component icons */
2039
2217
  .e-datetime-wrapper .e-time-icon.e-icons::before {
2040
2218
  content: "\e93e";
@@ -2048,7 +2226,6 @@ ejs-calendar {
2048
2226
  }
2049
2227
 
2050
2228
  .e-datetime-wrapper {
2051
- /* stylelint-disable property-no-vendor-prefix */
2052
2229
  -webkit-tap-highlight-color: transparent;
2053
2230
  }
2054
2231
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -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: 4px;
43
42
  display: block;
@@ -821,7 +820,6 @@ ejs-calendar {
821
820
  transform: scale(1);
822
821
  }
823
822
  }
824
- /* stylelint-disable property-no-vendor-prefix */
825
823
  /*! component icons */
826
824
  .e-time-wrapper .e-time-icon.e-icons::before,
827
825
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -836,7 +834,6 @@ ejs-calendar {
836
834
 
837
835
  .e-time-wrapper,
838
836
  *.e-control-wrapper.e-time-wrapper {
839
- /* stylelint-disable property-no-vendor-prefix */
840
837
  -webkit-tap-highlight-color: transparent;
841
838
  }
842
839
  .e-time-wrapper .e-time-icon.e-icons,
@@ -952,7 +949,6 @@ ejs-calendar {
952
949
  min-height: 40px;
953
950
  }
954
951
 
955
- /* stylelint-disable */
956
952
  .e-time-overflow {
957
953
  overflow: hidden;
958
954
  }
@@ -980,7 +976,6 @@ ejs-calendar {
980
976
  top: 0 !important;
981
977
  }
982
978
 
983
- /* stylelint-enable */
984
979
  /*! timepicker theme */
985
980
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
986
981
  color: #333;
@@ -1030,7 +1025,6 @@ ejs-calendar {
1030
1025
  color: #333;
1031
1026
  }
1032
1027
 
1033
- /* stylelint-disable property-no-vendor-prefix */
1034
1028
  /*! calendar bootstrap theme variables */
1035
1029
  /*! component icons */
1036
1030
  .e-input-group-icon.e-date-icon,
@@ -1126,7 +1120,6 @@ ejs-calendar {
1126
1120
  margin: 0;
1127
1121
  }
1128
1122
 
1129
- /* stylelint-disable */
1130
1123
  .e-date-overflow {
1131
1124
  overflow: hidden !important;
1132
1125
  }
@@ -1153,6 +1146,10 @@ ejs-calendar {
1153
1146
  top: 0 !important;
1154
1147
  left: 0 !important;
1155
1148
  }
1149
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1150
+ min-width: 100%;
1151
+ min-height: 100%;
1152
+ }
1156
1153
 
1157
1154
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1158
1155
  background-size: 250px 33px;
@@ -1165,7 +1162,40 @@ ejs-calendar {
1165
1162
  min-height: 40px;
1166
1163
  }
1167
1164
 
1168
- /* stylelint-enable */
1165
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1166
+ height: 15%;
1167
+ }
1168
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1169
+ float: right;
1170
+ margin-right: 10px;
1171
+ padding: 5px;
1172
+ }
1173
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1174
+ content: "\e932";
1175
+ font-family: "e-icons";
1176
+ color: rgb(255, 255, 255);
1177
+ }
1178
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1179
+ min-width: 100%;
1180
+ min-height: 100%;
1181
+ height: 100%;
1182
+ }
1183
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1184
+ height: 10%;
1185
+ }
1186
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1187
+ height: 85%;
1188
+ }
1189
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1190
+ height: 10%;
1191
+ }
1192
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1193
+ height: 80%;
1194
+ }
1195
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1196
+ height: 100%;
1197
+ }
1198
+
1169
1199
  @media screen and (orientation: landscape) and (max-height: 360px) {
1170
1200
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1171
1201
  display: inline-block;
@@ -1173,6 +1203,47 @@ ejs-calendar {
1173
1203
  overflow: auto;
1174
1204
  }
1175
1205
  }
1206
+ @media screen and (orientation: landscape) {
1207
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1208
+ float: left;
1209
+ height: 100%;
1210
+ width: 30%;
1211
+ }
1212
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1213
+ float: left;
1214
+ padding: 5px;
1215
+ }
1216
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1217
+ font-size: 35px;
1218
+ margin-top: 35%;
1219
+ }
1220
+ .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 {
1221
+ display: block;
1222
+ font-size: 40px;
1223
+ margin-top: 10%;
1224
+ }
1225
+ .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 {
1226
+ height: 10%;
1227
+ }
1228
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1229
+ height: 75%;
1230
+ }
1231
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1232
+ display: -ms-flexbox;
1233
+ display: flex;
1234
+ }
1235
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1236
+ float: right;
1237
+ height: 90%;
1238
+ width: 70%;
1239
+ }
1240
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1241
+ display: table-row-group;
1242
+ }
1243
+ .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 {
1244
+ height: 100%;
1245
+ }
1246
+ }
1176
1247
  .e-datepicker.e-popup-wrapper,
1177
1248
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1178
1249
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1198,7 +1269,6 @@ ejs-calendar {
1198
1269
  border: none;
1199
1270
  }
1200
1271
 
1201
- /* stylelint-disable property-no-vendor-prefix */
1202
1272
  /*! calendar bootstrap theme variables */
1203
1273
  /*! component icons */
1204
1274
  .e-input-group-icon.e-range-icon,
@@ -1799,7 +1869,6 @@ ejs-calendar {
1799
1869
  line-height: 26px;
1800
1870
  }
1801
1871
 
1802
- /* stylelint-disable */
1803
1872
  .e-range-overflow {
1804
1873
  overflow: hidden;
1805
1874
  }
@@ -1826,6 +1895,12 @@ ejs-calendar {
1826
1895
  top: 0 !important;
1827
1896
  left: 0 !important;
1828
1897
  }
1898
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1899
+ min-height: 100%;
1900
+ min-width: 100%;
1901
+ height: 100%;
1902
+ width: 100%;
1903
+ }
1829
1904
 
1830
1905
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1831
1906
  background-size: 250px 33px;
@@ -1838,7 +1913,111 @@ ejs-calendar {
1838
1913
  min-height: 40px;
1839
1914
  }
1840
1915
 
1841
- /* stylelint-enable */
1916
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
1917
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
1918
+ min-height: 100%;
1919
+ min-width: 100%;
1920
+ height: 100%;
1921
+ width: 100%;
1922
+ }
1923
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1924
+ height: 100%;
1925
+ }
1926
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1927
+ height: 78%;
1928
+ }
1929
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1930
+ height: 90%;
1931
+ }
1932
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
1933
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1934
+ height: 10%;
1935
+ }
1936
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
1937
+ margin: 0;
1938
+ }
1939
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1940
+ height: 90%;
1941
+ }
1942
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1943
+ height: 100%;
1944
+ border-spacing: 0px 30px;
1945
+ }
1946
+
1947
+ @media screen and (orientation: landscape) {
1948
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1949
+ float: left;
1950
+ height: 100%;
1951
+ border-right: 1.5px;
1952
+ border-color: black;
1953
+ width: 40%;
1954
+ margin: 0;
1955
+ display: block;
1956
+ background-color: #3f51b5;
1957
+ }
1958
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1959
+ height: 100%;
1960
+ width: 100%;
1961
+ }
1962
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
1963
+ display: block;
1964
+ width: 100%;
1965
+ text-align: -webkit-center;
1966
+ }
1967
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
1968
+ display: block;
1969
+ width: 100%;
1970
+ text-align: -webkit-center;
1971
+ margin-top: 20%;
1972
+ font-size: 20px;
1973
+ 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);
1974
+ }
1975
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
1976
+ font-size: 20px;
1977
+ margin-top: 60%;
1978
+ color: #fff;
1979
+ }
1980
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
1981
+ width: 100%;
1982
+ text-align: -webkit-center;
1983
+ margin-top: 20%;
1984
+ font-size: 20px;
1985
+ 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);
1986
+ }
1987
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1988
+ height: 82%;
1989
+ }
1990
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1991
+ height: 80%;
1992
+ }
1993
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1994
+ border-spacing: unset;
1995
+ }
1996
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
1997
+ height: 20%;
1998
+ }
1999
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2000
+ width: 100%;
2001
+ }
2002
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2003
+ display: -ms-flexbox;
2004
+ display: flex;
2005
+ }
2006
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2007
+ border-radius: 0 40% 40% 0;
2008
+ }
2009
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2010
+ border-radius: 0 40% 40% 0;
2011
+ }
2012
+ }
2013
+ .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 {
2014
+ width: calc(100% - 80px);
2015
+ }
2016
+
2017
+ .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 {
2018
+ width: calc(100% - 110px);
2019
+ }
2020
+
1842
2021
  /*! daterangepicker theme */
1843
2022
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1844
2023
  color: #333;
@@ -2037,7 +2216,6 @@ ejs-calendar {
2037
2216
  color: #fff;
2038
2217
  }
2039
2218
 
2040
- /* stylelint-disable property-no-vendor-prefix */
2041
2219
  /*! component icons */
2042
2220
  .e-datetime-wrapper .e-time-icon.e-icons::before {
2043
2221
  content: "\e93e";
@@ -2051,7 +2229,6 @@ ejs-calendar {
2051
2229
  }
2052
2230
 
2053
2231
  .e-datetime-wrapper {
2054
- /* stylelint-disable property-no-vendor-prefix */
2055
2232
  -webkit-tap-highlight-color: transparent;
2056
2233
  }
2057
2234
  .e-datetime-wrapper .e-time-icon.e-icons::before {