@syncfusion/ej2-angular-calendars 21.2.10-ngcc → 22.1.34-ngcc

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 (129) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +4 -4
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-calendars.js +4 -4
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -1
  5. package/CHANGELOG.md +7 -63
  6. package/dist/ej2-angular-calendars.umd.js +5 -5
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -1
  8. package/dist/ej2-angular-calendars.umd.min.js +2 -2
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
  10. package/ej2-angular-calendars.metadata.json +1 -1
  11. package/license +10 -0
  12. package/package.json +8 -8
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/styles/bootstrap-dark.css +715 -19
  17. package/styles/bootstrap.css +711 -15
  18. package/styles/bootstrap4.css +711 -16
  19. package/styles/bootstrap5-dark.css +708 -12
  20. package/styles/bootstrap5.css +708 -12
  21. package/styles/calendar/bootstrap-dark.css +3 -2
  22. package/styles/calendar/bootstrap.css +2 -1
  23. package/styles/calendar/bootstrap4.css +3 -2
  24. package/styles/calendar/bootstrap5-dark.css +2 -1
  25. package/styles/calendar/bootstrap5.css +2 -1
  26. package/styles/calendar/fabric-dark.css +2 -1
  27. package/styles/calendar/fabric.css +2 -1
  28. package/styles/calendar/fluent-dark.css +2 -1
  29. package/styles/calendar/fluent.css +2 -1
  30. package/styles/calendar/highcontrast-light.css +2 -1
  31. package/styles/calendar/highcontrast.css +2 -1
  32. package/styles/calendar/material-dark.css +2 -1
  33. package/styles/calendar/material.css +3 -2
  34. package/styles/calendar/material3-dark.css +895 -0
  35. package/styles/calendar/material3-dark.scss +2 -0
  36. package/styles/calendar/material3.css +951 -0
  37. package/styles/calendar/material3.scss +2 -0
  38. package/styles/calendar/tailwind-dark.css +2 -1
  39. package/styles/calendar/tailwind.css +2 -1
  40. package/styles/datepicker/bootstrap-dark.css +262 -8
  41. package/styles/datepicker/bootstrap.css +262 -8
  42. package/styles/datepicker/bootstrap4.css +261 -8
  43. package/styles/datepicker/bootstrap5-dark.css +259 -5
  44. package/styles/datepicker/bootstrap5.css +259 -5
  45. package/styles/datepicker/fabric-dark.css +255 -8
  46. package/styles/datepicker/fabric.css +255 -8
  47. package/styles/datepicker/fluent-dark.css +258 -5
  48. package/styles/datepicker/fluent.css +258 -5
  49. package/styles/datepicker/highcontrast-light.css +260 -7
  50. package/styles/datepicker/highcontrast.css +260 -7
  51. package/styles/datepicker/material-dark.css +252 -5
  52. package/styles/datepicker/material.css +204 -40
  53. package/styles/datepicker/material3-dark.css +510 -0
  54. package/styles/datepicker/material3-dark.scss +2 -0
  55. package/styles/datepicker/material3.css +566 -0
  56. package/styles/datepicker/material3.scss +2 -0
  57. package/styles/datepicker/tailwind-dark.css +258 -5
  58. package/styles/datepicker/tailwind.css +258 -5
  59. package/styles/daterangepicker/bootstrap-dark.css +358 -7
  60. package/styles/daterangepicker/bootstrap.css +355 -4
  61. package/styles/daterangepicker/bootstrap4.css +355 -4
  62. package/styles/daterangepicker/bootstrap5-dark.css +355 -4
  63. package/styles/daterangepicker/bootstrap5.css +355 -4
  64. package/styles/daterangepicker/fabric-dark.css +355 -4
  65. package/styles/daterangepicker/fabric.css +355 -4
  66. package/styles/daterangepicker/fluent-dark.css +356 -5
  67. package/styles/daterangepicker/fluent.css +356 -5
  68. package/styles/daterangepicker/highcontrast-light.css +355 -4
  69. package/styles/daterangepicker/highcontrast.css +355 -4
  70. package/styles/daterangepicker/material-dark.css +355 -4
  71. package/styles/daterangepicker/material.css +309 -70
  72. package/styles/daterangepicker/material3-dark.css +1330 -0
  73. package/styles/daterangepicker/material3-dark.scss +2 -0
  74. package/styles/daterangepicker/material3.css +1386 -0
  75. package/styles/daterangepicker/material3.scss +2 -0
  76. package/styles/daterangepicker/tailwind-dark.css +355 -4
  77. package/styles/daterangepicker/tailwind.css +355 -4
  78. package/styles/datetimepicker/bootstrap-dark.css +8 -2
  79. package/styles/datetimepicker/bootstrap.css +8 -2
  80. package/styles/datetimepicker/bootstrap4.css +8 -2
  81. package/styles/datetimepicker/bootstrap5-dark.css +8 -2
  82. package/styles/datetimepicker/bootstrap5.css +8 -2
  83. package/styles/datetimepicker/fabric-dark.css +8 -2
  84. package/styles/datetimepicker/fabric.css +8 -2
  85. package/styles/datetimepicker/fluent-dark.css +8 -2
  86. package/styles/datetimepicker/fluent.css +8 -2
  87. package/styles/datetimepicker/highcontrast-light.css +8 -2
  88. package/styles/datetimepicker/highcontrast.css +8 -2
  89. package/styles/datetimepicker/material-dark.css +8 -2
  90. package/styles/datetimepicker/material.css +8 -2
  91. package/styles/datetimepicker/material3-dark.css +283 -0
  92. package/styles/datetimepicker/material3-dark.scss +2 -0
  93. package/styles/datetimepicker/material3.css +339 -0
  94. package/styles/datetimepicker/material3.scss +2 -0
  95. package/styles/datetimepicker/tailwind-dark.css +8 -2
  96. package/styles/datetimepicker/tailwind.css +8 -2
  97. package/styles/fabric-dark.css +704 -15
  98. package/styles/fabric.css +704 -15
  99. package/styles/fluent-dark.css +708 -13
  100. package/styles/fluent.css +708 -13
  101. package/styles/highcontrast-light.css +709 -14
  102. package/styles/highcontrast.css +709 -14
  103. package/styles/material-dark.css +701 -12
  104. package/styles/material.css +608 -114
  105. package/styles/material3-dark.css +3403 -0
  106. package/styles/material3-dark.scss +6 -0
  107. package/styles/material3.css +3679 -0
  108. package/styles/material3.scss +6 -0
  109. package/styles/tailwind-dark.css +707 -12
  110. package/styles/tailwind.css +707 -12
  111. package/styles/timepicker/bootstrap-dark.css +84 -0
  112. package/styles/timepicker/bootstrap.css +84 -0
  113. package/styles/timepicker/bootstrap4.css +84 -0
  114. package/styles/timepicker/bootstrap5-dark.css +84 -0
  115. package/styles/timepicker/bootstrap5.css +84 -0
  116. package/styles/timepicker/fabric-dark.css +84 -0
  117. package/styles/timepicker/fabric.css +84 -0
  118. package/styles/timepicker/fluent-dark.css +84 -0
  119. package/styles/timepicker/fluent.css +84 -0
  120. package/styles/timepicker/highcontrast-light.css +84 -0
  121. package/styles/timepicker/highcontrast.css +84 -0
  122. package/styles/timepicker/material-dark.css +84 -0
  123. package/styles/timepicker/material.css +84 -0
  124. package/styles/timepicker/material3-dark.css +382 -0
  125. package/styles/timepicker/material3-dark.scss +2 -0
  126. package/styles/timepicker/material3.css +438 -0
  127. package/styles/timepicker/material3.scss +2 -0
  128. package/styles/timepicker/tailwind-dark.css +84 -0
  129. package/styles/timepicker/tailwind.css +84 -0
@@ -158,7 +158,7 @@ ejs-calendar {
158
158
  .e-calendar .e-content td.e-other-month > span.e-day, .e-calendar .e-content td.e-other-year > span.e-day,
159
159
  .e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day,
160
160
  .e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
161
- display: block;
161
+ display: inline-block;
162
162
  font-weight: normal;
163
163
  }
164
164
  .e-calendar .e-content tr.e-month-hide,
@@ -484,6 +484,7 @@ ejs-calendar {
484
484
  max-width: 262px;
485
485
  min-width: 256px;
486
486
  padding: 10px;
487
+ min-height: 220px;
487
488
  }
488
489
  .e-small.e-calendar.e-calendar-day-header-lg,
489
490
  .e-small .e-calendar.e-calendar-day-header-lg {
@@ -767,9 +768,9 @@ ejs-calendar {
767
768
  .e-calendar .e-content td:focus span.e-day,
768
769
  .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
769
770
  background-color: #484848;
771
+ color: #f0f0f0;
770
772
  border: none;
771
773
  border-radius: 4px;
772
- color: #f0f0f0;
773
774
  }
774
775
  .e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
775
776
  .e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
@@ -828,6 +829,12 @@ ejs-calendar {
828
829
  content: "\e93e";
829
830
  }
830
831
 
832
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
833
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
834
+ content: "\e7fc";
835
+ font-family: "e-icons";
836
+ }
837
+
831
838
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
832
839
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
833
840
  display: -ms-flexbox;
@@ -980,6 +987,74 @@ ejs-calendar {
980
987
  top: 0 !important;
981
988
  }
982
989
 
990
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
991
+ .e-datetimepicker.e-popup-expand .e-model-header {
992
+ height: 10%;
993
+ padding: 2.5vh 2.5vw;
994
+ display: -ms-flexbox;
995
+ display: flex;
996
+ -ms-flex-align: center;
997
+ align-items: center;
998
+ font-size: 3vh;
999
+ border-bottom: 1px solid #414141;
1000
+ }
1001
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1002
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1003
+ float: left;
1004
+ padding: 1vh 2vw;
1005
+ }
1006
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1007
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1008
+ padding: 1vh 2vw;
1009
+ text-transform: capitalize;
1010
+ }
1011
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1012
+ .e-datetimepicker.e-popup-expand .e-content {
1013
+ height: 90%;
1014
+ overflow: auto;
1015
+ }
1016
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1017
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1018
+ padding: 1vh 0;
1019
+ line-height: 5vh;
1020
+ }
1021
+ @media (max-device-width: 768px) {
1022
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1023
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1024
+ font-size: 14px;
1025
+ }
1026
+ }
1027
+ @media (min-device-width: 768px) {
1028
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1029
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1030
+ font-size: 24px;
1031
+ }
1032
+ }
1033
+
1034
+ @media screen and (orientation: landscape) {
1035
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1036
+ .e-datetimepicker.e-popup-expand .e-model-header {
1037
+ height: 15%;
1038
+ font-size: 2vw;
1039
+ }
1040
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1041
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1042
+ padding: 1vh 1vw;
1043
+ }
1044
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1045
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1046
+ padding: 1vh 1vw;
1047
+ }
1048
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1049
+ .e-datetimepicker.e-popup-expand .e-content {
1050
+ height: 85%;
1051
+ }
1052
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1053
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1054
+ padding: 1vh 0;
1055
+ line-height: 10vh;
1056
+ }
1057
+ }
983
1058
  /* stylelint-enable */
984
1059
  /*! timepicker theme */
985
1060
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -1030,6 +1105,16 @@ ejs-calendar {
1030
1105
  color: #f0f0f0;
1031
1106
  }
1032
1107
 
1108
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
1109
+ .e-datetimepicker.e-popup-expand .e-model-header {
1110
+ background-color: #2a2a2a;
1111
+ color: #f0f0f0;
1112
+ }
1113
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
1114
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1115
+ color: #f0f0f0;
1116
+ }
1117
+
1033
1118
  /* stylelint-disable property-no-vendor-prefix */
1034
1119
  /*! component icons */
1035
1120
  .e-input-group-icon.e-date-icon,
@@ -1080,6 +1165,17 @@ ejs-calendar {
1080
1165
  font-size: 18px;
1081
1166
  }
1082
1167
 
1168
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1169
+ content: "\e7fc";
1170
+ font-family: "e-icons";
1171
+ }
1172
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
1173
+ content: "\e913";
1174
+ }
1175
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
1176
+ content: "\e904";
1177
+ }
1178
+
1083
1179
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1084
1180
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
1085
1181
  display: -ms-flexbox;
@@ -1106,10 +1202,10 @@ ejs-calendar {
1106
1202
  z-index: 999;
1107
1203
  }
1108
1204
  .e-datepicker .e-model-header {
1109
- background-color: transparent;
1110
- color: transparent;
1205
+ background-color: #2a2a2a;
1206
+ color: #f0f0f0;
1111
1207
  cursor: default;
1112
- display: none;
1208
+ display: block;
1113
1209
  padding: 10px 10px 10px 15px;
1114
1210
  }
1115
1211
  .e-datepicker .e-model-header .e-model-year {
@@ -1152,6 +1248,11 @@ ejs-calendar {
1152
1248
  top: 0 !important;
1153
1249
  left: 0 !important;
1154
1250
  }
1251
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1252
+ min-width: 100%;
1253
+ min-height: 100%;
1254
+ }
1255
+
1155
1256
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1156
1257
  background-size: 250px 33px;
1157
1258
  min-height: 33px;
@@ -1163,11 +1264,249 @@ ejs-calendar {
1163
1264
  min-height: 40px;
1164
1265
  }
1165
1266
 
1166
- @media screen and (orientation: landscape) and (max-height: 360px) {
1167
- .e-datepicker .e-calendar.e-device .e-month table tbody {
1168
- display: inline-block;
1169
- height: 150px;
1170
- overflow: auto;
1267
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
1268
+ border-radius: 0;
1269
+ }
1270
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1271
+ height: 15vh;
1272
+ }
1273
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1274
+ float: right;
1275
+ }
1276
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1277
+ height: 20vh;
1278
+ padding: 2vh 2vw;
1279
+ }
1280
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1281
+ margin: 12vh 0 0 0;
1282
+ }
1283
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1284
+ color: inherit;
1285
+ float: left;
1286
+ font-size: 18px;
1287
+ padding: 2px;
1288
+ }
1289
+ @media (min-device-width: 768px) {
1290
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1291
+ font-size: 24px;
1292
+ }
1293
+ }
1294
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1295
+ color: inherit;
1296
+ float: right;
1297
+ }
1298
+ @media (min-device-width: 768px) {
1299
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1300
+ font-size: 24px;
1301
+ }
1302
+ }
1303
+ .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 {
1304
+ font-size: 5vw;
1305
+ line-height: 6vw;
1306
+ }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1308
+ min-width: 100%;
1309
+ min-height: 100%;
1310
+ height: 100%;
1311
+ padding: 0;
1312
+ }
1313
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade {
1314
+ height: 10vh;
1315
+ border-style: solid;
1316
+ border-width: 1px 0;
1317
+ border-color: #414141;
1318
+ padding: 2vh 2vw;
1319
+ line-height: 5vh;
1320
+ }
1321
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1322
+ margin-left: 18vw;
1323
+ position: absolute;
1324
+ text-align: center;
1325
+ vertical-align: middle;
1326
+ width: 50vw;
1327
+ line-height: inherit;
1328
+ }
1329
+ @media (min-device-width: 768px) {
1330
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1331
+ font-size: 24px;
1332
+ }
1333
+ }
1334
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
1335
+ margin-right: 75vw;
1336
+ }
1337
+ @media (min-device-width: 768px) {
1338
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
1339
+ height: 34px;
1340
+ width: 34px;
1341
+ }
1342
+ }
1343
+ @media (min-device-width: 768px) {
1344
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
1345
+ font-size: 24px;
1346
+ }
1347
+ }
1348
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
1349
+ margin-right: 0;
1350
+ }
1351
+ @media (min-device-width: 768px) {
1352
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
1353
+ font-size: 24px;
1354
+ }
1355
+ }
1356
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
1357
+ float: none;
1358
+ }
1359
+ @media (min-device-width: 768px) {
1360
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
1361
+ font-size: 24px;
1362
+ height: 48px;
1363
+ }
1364
+ }
1365
+ @media (min-device-width: 768px) {
1366
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
1367
+ font-size: 24px;
1368
+ height: 64px;
1369
+ width: 64px;
1370
+ line-height: 64px;
1371
+ }
1372
+ }
1373
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1374
+ height: 85vh;
1375
+ }
1376
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1377
+ display: none;
1378
+ }
1379
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1380
+ display: block;
1381
+ padding: 5px 0;
1382
+ }
1383
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1384
+ height: 69vh;
1385
+ }
1386
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1387
+ height: 69vh;
1388
+ }
1389
+
1390
+ @media screen and (orientation: landscape) {
1391
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1392
+ height: 25vh;
1393
+ }
1394
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1395
+ float: right;
1396
+ }
1397
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
1398
+ overflow-y: auto;
1399
+ }
1400
+ }
1401
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1402
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
1403
+ height: 50vh;
1404
+ }
1405
+ }
1406
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1407
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
1408
+ height: 60vh;
1409
+ }
1410
+ }
1411
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1412
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade table {
1413
+ height: 60vh;
1414
+ }
1415
+ }
1416
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1417
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1418
+ padding: 10px 0;
1419
+ height: 10%;
1420
+ font-size: 24px;
1421
+ }
1422
+ }
1423
+ @media screen and (orientation: landscape) {
1424
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1425
+ width: 100%;
1426
+ }
1427
+ }
1428
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1429
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1430
+ height: 30vh;
1431
+ }
1432
+ }
1433
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1434
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1435
+ height: 25vh;
1436
+ }
1437
+ }
1438
+ @media screen and (orientation: landscape) {
1439
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1440
+ float: left;
1441
+ padding: 2px;
1442
+ }
1443
+ }
1444
+ @media screen and (orientation: landscape) {
1445
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1446
+ margin: 12vh 0 0 0;
1447
+ }
1448
+ }
1449
+ @media screen and (orientation: landscape) {
1450
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-day {
1451
+ font-size: 4vw;
1452
+ }
1453
+ }
1454
+ @media screen and (orientation: landscape) {
1455
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
1456
+ margin-right: 80vw;
1457
+ }
1458
+ }
1459
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1460
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1461
+ line-height: 8vh;
1462
+ }
1463
+ }
1464
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1465
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1466
+ line-height: inherit;
1467
+ }
1468
+ }
1469
+ @media screen and (orientation: landscape) {
1470
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
1471
+ overflow-y: auto;
1472
+ }
1473
+ }
1474
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1475
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
1476
+ height: 60vh;
1477
+ }
1478
+ }
1479
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1480
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
1481
+ height: 65vh;
1482
+ }
1483
+ }
1484
+ @media screen and (orientation: landscape) {
1485
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1486
+ display: block;
1487
+ max-width: 100%;
1488
+ overflow: visible;
1489
+ }
1490
+ }
1491
+ @media screen and (orientation: landscape) {
1492
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1493
+ height: 70%;
1494
+ width: 100%;
1495
+ }
1496
+ }
1497
+ @media screen and (orientation: landscape) {
1498
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1499
+ display: table-row-group;
1500
+ }
1501
+ }
1502
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1503
+ .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 {
1504
+ height: 69vh;
1505
+ }
1506
+ }
1507
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1508
+ .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 {
1509
+ height: 65vh;
1171
1510
  }
1172
1511
  }
1173
1512
  /* stylelint-enable */
@@ -1252,6 +1591,15 @@ ejs-calendar {
1252
1591
  font-size: 18px;
1253
1592
  }
1254
1593
 
1594
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-range-header .e-popup-close::before, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-model-header .e-popup-close::before {
1595
+ content: "\e7fc";
1596
+ font-family: "e-icons";
1597
+ }
1598
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-range-header .e-apply::before, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-model-header .e-apply::before {
1599
+ content: "\e7ff";
1600
+ font-family: "e-icons";
1601
+ }
1602
+
1255
1603
  /*! daterangepicker layout */
1256
1604
  .e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1257
1605
  .e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
@@ -1751,8 +2099,8 @@ ejs-calendar {
1751
2099
  .e-bigger .e-daterangepicker.e-device.e-popup .e-range-header,
1752
2100
  *.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header,
1753
2101
  *.e-device.e-daterangepicker.e-device.e-popup .e-range-header {
1754
- margin: 20px 10px 0 10px;
1755
- padding: 0;
2102
+ margin: 0;
2103
+ padding: 20px 10px 1px 10px;
1756
2104
  }
1757
2105
  .e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
1758
2106
  *.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
@@ -1824,6 +2172,13 @@ ejs-calendar {
1824
2172
  top: 0 !important;
1825
2173
  left: 0 !important;
1826
2174
  }
2175
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2176
+ min-height: 100%;
2177
+ min-width: 100%;
2178
+ height: 100%;
2179
+ width: 100%;
2180
+ }
2181
+
1827
2182
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1828
2183
  background-size: 250px 33px;
1829
2184
  min-height: 33px;
@@ -1835,11 +2190,338 @@ ejs-calendar {
1835
2190
  min-height: 40px;
1836
2191
  }
1837
2192
 
2193
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2194
+ min-height: 100%;
2195
+ min-width: 100%;
2196
+ height: 100%;
2197
+ width: 100%;
2198
+ }
2199
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2200
+ height: 20vh;
2201
+ padding: 2vh 2vw;
2202
+ margin: 0;
2203
+ color: #f0f0f0;
2204
+ }
2205
+ @media (max-device-width: 768px) {
2206
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2207
+ font-size: 16px;
2208
+ }
2209
+ }
2210
+ @media (min-device-width: 768px) {
2211
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2212
+ font-size: 24px;
2213
+ }
2214
+ }
2215
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
2216
+ float: right;
2217
+ }
2218
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2219
+ margin: 3vh 0 0 0;
2220
+ }
2221
+ @media (min-device-width: 768px) {
2222
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2223
+ margin: 4vh 0 0 0;
2224
+ height: 60px;
2225
+ }
2226
+ }
2227
+ @media (min-device-width: 768px) {
2228
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end .e-start-btn, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end .e-end-btn {
2229
+ max-width: 280px;
2230
+ height: 60px;
2231
+ font-size: 18px;
2232
+ }
2233
+ }
2234
+ @media (min-device-width: 768px) {
2235
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2236
+ margin: 10px 0;
2237
+ font-size: 24px;
2238
+ }
2239
+ }
2240
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2241
+ min-width: 100%;
2242
+ width: 100%;
2243
+ padding: 0;
2244
+ overflow: unset;
2245
+ }
2246
+ @media (max-height: 600px) {
2247
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2248
+ min-height: 100%;
2249
+ height: 100%;
2250
+ }
2251
+ }
2252
+ @media (min-height: 600px) {
2253
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2254
+ min-height: 80vh;
2255
+ height: 80vh;
2256
+ }
2257
+ }
2258
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade {
2259
+ height: 10vh;
2260
+ border-style: solid;
2261
+ border-width: 0 0 1px 0;
2262
+ border-color: rgba(240, 240, 240, 0.12);
2263
+ padding: 2vh 2vw;
2264
+ line-height: 5vh;
2265
+ }
2266
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
2267
+ height: 36px;
2268
+ width: 36px;
2269
+ }
2270
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
2271
+ padding: 10px;
2272
+ line-height: 1;
2273
+ }
2274
+ @media (min-device-width: 768px) {
2275
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
2276
+ font-size: 24px;
2277
+ }
2278
+ }
2279
+ @media (max-height: 600px) {
2280
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
2281
+ line-height: 8vh;
2282
+ }
2283
+ }
2284
+ @media (min-height: 600px) {
2285
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
2286
+ line-height: inherit;
2287
+ }
2288
+ }
2289
+ @media (min-device-width: 768px) {
2290
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
2291
+ font-size: 24px;
2292
+ }
2293
+ }
2294
+ @media (min-device-width: 768px) {
2295
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
2296
+ font-size: 24px;
2297
+ height: 48px;
2298
+ }
2299
+ }
2300
+ @media (min-device-width: 768px) {
2301
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
2302
+ font-size: 24px;
2303
+ height: 64px;
2304
+ width: 64px;
2305
+ line-height: 64px;
2306
+ }
2307
+ }
2308
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover {
2309
+ border-radius: 0;
2310
+ }
2311
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2312
+ height: 100%;
2313
+ }
2314
+ @media (max-height: 600px) {
2315
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2316
+ min-height: 78vh;
2317
+ height: 78vh;
2318
+ }
2319
+ }
2320
+ @media (max-height: 600px) {
2321
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2322
+ min-height: 78vh;
2323
+ height: 78vh;
2324
+ }
2325
+ }
2326
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
2327
+ display: block;
2328
+ }
2329
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
2330
+ float: right;
2331
+ }
2332
+ @media (max-height: 600px) {
2333
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2334
+ min-height: 100%;
2335
+ height: 100%;
2336
+ }
2337
+ }
2338
+ @media (min-height: 600px) {
2339
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2340
+ min-height: 80vh;
2341
+ height: 80vh;
2342
+ }
2343
+ }
2344
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2345
+ margin: 0;
2346
+ }
2347
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2348
+ height: 69vh;
2349
+ }
2350
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2351
+ padding: 0 2vw;
2352
+ height: 69vh;
2353
+ border-spacing: unset;
2354
+ }
2355
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-footer {
2356
+ display: none;
2357
+ }
2358
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2359
+ max-height: 90%;
2360
+ height: 90%;
2361
+ }
2362
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul {
2363
+ height: 100%;
2364
+ }
2365
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2366
+ font-size: 16px;
2367
+ }
2368
+ @media (min-device-width: 768px) {
2369
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2370
+ font-size: 18px;
2371
+ }
2372
+ }
2373
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap {
2374
+ position: relative;
2375
+ height: 100%;
2376
+ }
2377
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2378
+ height: 10%;
2379
+ padding: 2.5vh 2.5vw;
2380
+ display: -ms-flexbox;
2381
+ display: flex;
2382
+ -ms-flex-align: center;
2383
+ align-items: center;
2384
+ font-size: 3vh;
2385
+ border-bottom: none;
2386
+ }
2387
+ @media (min-device-width: 768px) {
2388
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2389
+ font-size: 2vw;
2390
+ }
2391
+ }
2392
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2393
+ float: left;
2394
+ padding: 1vh 2vw;
2395
+ }
2396
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2397
+ padding: 1vh 2vw;
2398
+ text-transform: capitalize;
2399
+ }
2400
+
2401
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2402
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2403
+ height: 23vh;
2404
+ }
2405
+ }
2406
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2407
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2408
+ height: 20vh;
2409
+ }
2410
+ }
2411
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2412
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2413
+ min-height: 70vh;
2414
+ height: 70vh;
2415
+ }
2416
+ }
2417
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2418
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2419
+ min-height: 65%;
2420
+ height: 65%;
2421
+ }
2422
+ }
2423
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2424
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2425
+ min-height: 70vh;
2426
+ height: 70vh;
2427
+ }
2428
+ }
2429
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2430
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-decade {
2431
+ height: 50vh;
2432
+ }
2433
+ }
2434
+ @media screen and (orientation: landscape) {
2435
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2436
+ max-height: 85%;
2437
+ height: 85%;
2438
+ }
2439
+ }
2440
+ @media screen and (orientation: landscape) {
2441
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2442
+ height: 15%;
2443
+ font-size: 2vw;
2444
+ }
2445
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2446
+ padding: 1vh 1vw;
2447
+ }
2448
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2449
+ padding: 1vh 1vw;
2450
+ }
2451
+ }
1838
2452
  @media screen and (orientation: landscape) {
1839
- .e-daterangepicker .e-calendar.e-device .e-month table {
1840
- display: inline-block;
1841
- height: 150px;
1842
- overflow: auto;
2453
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2454
+ width: 100%;
2455
+ }
2456
+ }
2457
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2458
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2459
+ height: 27vh;
2460
+ }
2461
+ }
2462
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2463
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2464
+ height: 25vh;
2465
+ }
2466
+ }
2467
+ @media screen and (orientation: landscape) {
2468
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2469
+ margin: 0;
2470
+ height: 38px;
2471
+ }
2472
+ }
2473
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2474
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2475
+ margin: 4vh 0 0 0;
2476
+ }
2477
+ }
2478
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2479
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2480
+ margin: 5vh 0 0 0;
2481
+ }
2482
+ }
2483
+ @media screen and (orientation: landscape) {
2484
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2485
+ margin: 5px 0;
2486
+ font-size: 20px;
2487
+ }
2488
+ }
2489
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2490
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2491
+ margin: 10px 0;
2492
+ font-size: 24px;
2493
+ }
2494
+ }
2495
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2496
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2497
+ min-height: 75vh;
2498
+ height: 75vh;
2499
+ }
2500
+ }
2501
+ @media screen and (orientation: landscape) {
2502
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
2503
+ overflow-y: auto;
2504
+ }
2505
+ }
2506
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2507
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
2508
+ height: 60vh;
2509
+ }
2510
+ }
2511
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2512
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
2513
+ height: 65vh;
2514
+ }
2515
+ }
2516
+ @media screen and (orientation: landscape) {
2517
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade table {
2518
+ display: table;
2519
+ border-spacing: unset;
2520
+ }
2521
+ }
2522
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2523
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade table {
2524
+ height: 65vh;
1843
2525
  }
1844
2526
  }
1845
2527
  .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 {
@@ -2017,7 +2699,7 @@ ejs-calendar {
2017
2699
  .e-bigger .e-daterangepicker,
2018
2700
  *.e-bigger.e-daterangepicker,
2019
2701
  *.e-device.e-daterangepicker {
2020
- background-color: #6e6e6e;
2702
+ background-color: #2a2a2a;
2021
2703
  padding: 0;
2022
2704
  }
2023
2705
  .e-bigger .e-daterangepicker .e-calendar th,
@@ -2049,6 +2731,14 @@ ejs-calendar {
2049
2731
  color: #fff;
2050
2732
  }
2051
2733
 
2734
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header {
2735
+ background-color: #2a2a2a;
2736
+ color: #f0f0f0;
2737
+ }
2738
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header .e-popup-close {
2739
+ color: #f0f0f0;
2740
+ }
2741
+
2052
2742
  /* stylelint-disable property-no-vendor-prefix */
2053
2743
  /*! component icons */
2054
2744
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -2183,12 +2873,10 @@ ejs-calendar {
2183
2873
  *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
2184
2874
  font-size: 14px;
2185
2875
  }
2186
-
2187
2876
  .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
2188
2877
  *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
2189
2878
  font-size: 18px;
2190
2879
  }
2191
-
2192
2880
  .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
2193
2881
  background-size: 250px 33px;
2194
2882
  min-height: 33px;
@@ -2200,6 +2888,14 @@ ejs-calendar {
2200
2888
  min-height: 40px;
2201
2889
  }
2202
2890
 
2891
+ .e-datetimepicker.e-popup-expand.e-popup {
2892
+ position: fixed;
2893
+ }
2894
+ .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
2895
+ position: relative;
2896
+ width: 100%;
2897
+ }
2898
+
2203
2899
  /*! datetimepicker theme */
2204
2900
  .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
2205
2901
  color: #f0f0f0;