@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
@@ -368,7 +368,7 @@ ejs-calendar {
368
368
  .e-bigger.e-calendar,
369
369
  *.e-bigger .e-calendar {
370
370
  max-width: 310px;
371
- min-width: 306px;
371
+ min-width: 300px;
372
372
  padding: 0;
373
373
  }
374
374
  .e-bigger.e-calendar.e-calendar-day-header-lg,
@@ -485,6 +485,7 @@ ejs-calendar {
485
485
  max-width: 262px;
486
486
  min-width: 256px;
487
487
  padding: 0;
488
+ min-height: 220px;
488
489
  }
489
490
  .e-small.e-calendar.e-calendar-day-header-lg,
490
491
  .e-small .e-calendar.e-calendar-day-header-lg {
@@ -768,9 +769,9 @@ ejs-calendar {
768
769
  .e-calendar .e-content td:focus span.e-day,
769
770
  .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
770
771
  background-color: #f2f4f6;
772
+ color: #212529;
771
773
  border: none;
772
774
  border-radius: 4px;
773
- color: #212529;
774
775
  }
775
776
  .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,
776
777
  .e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
@@ -829,6 +830,12 @@ ejs-calendar {
829
830
  content: "\e7c7";
830
831
  }
831
832
 
833
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
834
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
835
+ content: "\e745";
836
+ font-family: "e-icons";
837
+ }
838
+
832
839
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
833
840
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
834
841
  display: -ms-flexbox;
@@ -981,6 +988,74 @@ ejs-calendar {
981
988
  top: 0 !important;
982
989
  }
983
990
 
991
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
992
+ .e-datetimepicker.e-popup-expand .e-model-header {
993
+ height: 10%;
994
+ padding: 2.5vh 2.5vw;
995
+ display: -ms-flexbox;
996
+ display: flex;
997
+ -ms-flex-align: center;
998
+ align-items: center;
999
+ font-size: 3vh;
1000
+ border-bottom: none;
1001
+ }
1002
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1003
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1004
+ float: left;
1005
+ padding: 1vh 2vw;
1006
+ }
1007
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1008
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1009
+ padding: 1vh 2vw;
1010
+ text-transform: capitalize;
1011
+ }
1012
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1013
+ .e-datetimepicker.e-popup-expand .e-content {
1014
+ height: 90%;
1015
+ overflow: auto;
1016
+ }
1017
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1018
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1019
+ padding: 1vh 0;
1020
+ line-height: 5vh;
1021
+ }
1022
+ @media (max-device-width: 768px) {
1023
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1024
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1025
+ font-size: 14px;
1026
+ }
1027
+ }
1028
+ @media (min-device-width: 768px) {
1029
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1030
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1031
+ font-size: 24px;
1032
+ }
1033
+ }
1034
+
1035
+ @media screen and (orientation: landscape) {
1036
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1037
+ .e-datetimepicker.e-popup-expand .e-model-header {
1038
+ height: 15%;
1039
+ font-size: 2vw;
1040
+ }
1041
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1042
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1043
+ padding: 1vh 1vw;
1044
+ }
1045
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1046
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1047
+ padding: 1vh 1vw;
1048
+ }
1049
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1050
+ .e-datetimepicker.e-popup-expand .e-content {
1051
+ height: 85%;
1052
+ }
1053
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1054
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1055
+ padding: 1vh 0;
1056
+ line-height: 10vh;
1057
+ }
1058
+ }
984
1059
  /* stylelint-enable */
985
1060
  /*! timepicker theme */
986
1061
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -1033,6 +1108,16 @@ ejs-calendar {
1033
1108
  color: #212529;
1034
1109
  }
1035
1110
 
1111
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
1112
+ .e-datetimepicker.e-popup-expand .e-model-header {
1113
+ background-color: #fff;
1114
+ color: #212529;
1115
+ }
1116
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
1117
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1118
+ color: #212529;
1119
+ }
1120
+
1036
1121
  /* stylelint-disable property-no-vendor-prefix */
1037
1122
  /*! calendar bootstrap theme variables */
1038
1123
  /*! component icons */
@@ -1088,6 +1173,17 @@ ejs-calendar {
1088
1173
  font-size: 15px;
1089
1174
  }
1090
1175
 
1176
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1177
+ content: "\e745";
1178
+ font-family: "e-icons";
1179
+ }
1180
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
1181
+ content: "\e76a";
1182
+ }
1183
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
1184
+ content: "\e70d";
1185
+ }
1186
+
1091
1187
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1092
1188
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
1093
1189
  display: -ms-flexbox;
@@ -1114,10 +1210,10 @@ ejs-calendar {
1114
1210
  z-index: 999;
1115
1211
  }
1116
1212
  .e-datepicker .e-model-header {
1117
- background-color: transparent;
1118
- color: transparent;
1213
+ background-color: #fff;
1214
+ color: #212529;
1119
1215
  cursor: default;
1120
- display: none;
1216
+ display: block;
1121
1217
  padding: 10px 10px 10px 15px;
1122
1218
  }
1123
1219
  .e-datepicker .e-model-header .e-model-year {
@@ -1160,6 +1256,11 @@ ejs-calendar {
1160
1256
  top: 0 !important;
1161
1257
  left: 0 !important;
1162
1258
  }
1259
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1260
+ min-width: 100%;
1261
+ min-height: 100%;
1262
+ }
1263
+
1163
1264
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1164
1265
  background-size: 250px 33px;
1165
1266
  min-height: 33px;
@@ -1171,11 +1272,248 @@ ejs-calendar {
1171
1272
  min-height: 40px;
1172
1273
  }
1173
1274
 
1174
- @media screen and (orientation: landscape) and (max-height: 360px) {
1175
- .e-datepicker .e-calendar.e-device .e-month table tbody {
1176
- display: inline-block;
1177
- height: 150px;
1178
- overflow: auto;
1275
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
1276
+ border-radius: 0;
1277
+ }
1278
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1279
+ height: 15vh;
1280
+ }
1281
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1282
+ float: right;
1283
+ }
1284
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1285
+ height: 20vh;
1286
+ padding: 2vh 2vw;
1287
+ }
1288
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1289
+ margin: 12vh 0 0 0;
1290
+ }
1291
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1292
+ color: inherit;
1293
+ float: left;
1294
+ font-size: 16px;
1295
+ padding: 2px;
1296
+ }
1297
+ @media (min-device-width: 768px) {
1298
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1299
+ font-size: 24px;
1300
+ }
1301
+ }
1302
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1303
+ color: inherit;
1304
+ float: right;
1305
+ }
1306
+ @media (min-device-width: 768px) {
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1308
+ font-size: 24px;
1309
+ }
1310
+ }
1311
+ .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 {
1312
+ font-size: 5vw;
1313
+ line-height: 6vw;
1314
+ }
1315
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1316
+ min-width: 100%;
1317
+ min-height: 100%;
1318
+ height: 100%;
1319
+ }
1320
+ .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 {
1321
+ height: 10vh;
1322
+ border-style: solid;
1323
+ border-width: 1px 0;
1324
+ border-color: rgba(0, 0, 0, 0.15);
1325
+ padding: 2vh 2vw;
1326
+ line-height: 5vh;
1327
+ }
1328
+ .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 {
1329
+ margin-left: 18vw;
1330
+ position: absolute;
1331
+ text-align: center;
1332
+ vertical-align: middle;
1333
+ width: 50vw;
1334
+ line-height: inherit;
1335
+ }
1336
+ @media (min-device-width: 768px) {
1337
+ .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 {
1338
+ font-size: 24px;
1339
+ }
1340
+ }
1341
+ .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 {
1342
+ margin-right: 75vw;
1343
+ }
1344
+ @media (min-device-width: 768px) {
1345
+ .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 {
1346
+ height: 34px;
1347
+ width: 34px;
1348
+ }
1349
+ }
1350
+ @media (min-device-width: 768px) {
1351
+ .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 {
1352
+ font-size: 24px;
1353
+ }
1354
+ }
1355
+ .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 {
1356
+ margin-right: 0;
1357
+ }
1358
+ @media (min-device-width: 768px) {
1359
+ .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 {
1360
+ font-size: 24px;
1361
+ }
1362
+ }
1363
+ .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 {
1364
+ float: none;
1365
+ }
1366
+ @media (min-device-width: 768px) {
1367
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
1368
+ font-size: 24px;
1369
+ height: 48px;
1370
+ }
1371
+ }
1372
+ @media (min-device-width: 768px) {
1373
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
1374
+ font-size: 24px;
1375
+ height: 64px;
1376
+ width: 64px;
1377
+ line-height: 64px;
1378
+ }
1379
+ }
1380
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1381
+ height: 85vh;
1382
+ }
1383
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1384
+ display: none;
1385
+ }
1386
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1387
+ display: block;
1388
+ padding: 5px 0;
1389
+ }
1390
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1391
+ height: 69vh;
1392
+ }
1393
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1394
+ height: 69vh;
1395
+ }
1396
+
1397
+ @media screen and (orientation: landscape) {
1398
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1399
+ height: 25vh;
1400
+ }
1401
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1402
+ float: right;
1403
+ }
1404
+ .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 {
1405
+ overflow-y: auto;
1406
+ }
1407
+ }
1408
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1409
+ .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 {
1410
+ height: 50vh;
1411
+ }
1412
+ }
1413
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1414
+ .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 {
1415
+ height: 60vh;
1416
+ }
1417
+ }
1418
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1419
+ .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 {
1420
+ height: 60vh;
1421
+ }
1422
+ }
1423
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1424
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1425
+ padding: 10px 0;
1426
+ height: 10%;
1427
+ font-size: 24px;
1428
+ }
1429
+ }
1430
+ @media screen and (orientation: landscape) {
1431
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1432
+ width: 100%;
1433
+ }
1434
+ }
1435
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1436
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1437
+ height: 30vh;
1438
+ }
1439
+ }
1440
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1441
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1442
+ height: 25vh;
1443
+ }
1444
+ }
1445
+ @media screen and (orientation: landscape) {
1446
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1447
+ float: left;
1448
+ padding: 2px;
1449
+ }
1450
+ }
1451
+ @media screen and (orientation: landscape) {
1452
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1453
+ margin: 12vh 0 0 0;
1454
+ }
1455
+ }
1456
+ @media screen and (orientation: landscape) {
1457
+ .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 {
1458
+ font-size: 4vw;
1459
+ }
1460
+ }
1461
+ @media screen and (orientation: landscape) {
1462
+ .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 {
1463
+ margin-right: 80vw;
1464
+ }
1465
+ }
1466
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1467
+ .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 {
1468
+ line-height: 8vh;
1469
+ }
1470
+ }
1471
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1472
+ .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 {
1473
+ line-height: inherit;
1474
+ }
1475
+ }
1476
+ @media screen and (orientation: landscape) {
1477
+ .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 {
1478
+ overflow-y: auto;
1479
+ }
1480
+ }
1481
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1482
+ .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 {
1483
+ height: 60vh;
1484
+ }
1485
+ }
1486
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1487
+ .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 {
1488
+ height: 65vh;
1489
+ }
1490
+ }
1491
+ @media screen and (orientation: landscape) {
1492
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1493
+ display: block;
1494
+ max-width: 100%;
1495
+ overflow: visible;
1496
+ }
1497
+ }
1498
+ @media screen and (orientation: landscape) {
1499
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1500
+ height: 70%;
1501
+ width: 100%;
1502
+ }
1503
+ }
1504
+ @media screen and (orientation: landscape) {
1505
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1506
+ display: table-row-group;
1507
+ }
1508
+ }
1509
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1510
+ .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 {
1511
+ height: 69vh;
1512
+ }
1513
+ }
1514
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1515
+ .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 {
1516
+ height: 65vh;
1179
1517
  }
1180
1518
  }
1181
1519
  /* stylelint-enable */
@@ -1277,6 +1615,15 @@ ejs-calendar {
1277
1615
  font-size: 15px;
1278
1616
  }
1279
1617
 
1618
+ .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 {
1619
+ content: "\e745";
1620
+ font-family: "e-icons";
1621
+ }
1622
+ .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 {
1623
+ content: "\e718";
1624
+ font-family: "e-icons";
1625
+ }
1626
+
1280
1627
  /*! daterangepicker layout */
1281
1628
  .e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1282
1629
  .e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
@@ -1856,6 +2203,13 @@ ejs-calendar {
1856
2203
  top: 0 !important;
1857
2204
  left: 0 !important;
1858
2205
  }
2206
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2207
+ min-height: 100%;
2208
+ min-width: 100%;
2209
+ height: 100%;
2210
+ width: 100%;
2211
+ }
2212
+
1859
2213
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1860
2214
  background-size: 250px 33px;
1861
2215
  min-height: 33px;
@@ -1867,11 +2221,338 @@ ejs-calendar {
1867
2221
  min-height: 40px;
1868
2222
  }
1869
2223
 
2224
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2225
+ min-height: 100%;
2226
+ min-width: 100%;
2227
+ height: 100%;
2228
+ width: 100%;
2229
+ }
2230
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2231
+ height: 20vh;
2232
+ padding: 2vh 2vw;
2233
+ margin: 0;
2234
+ color: #212529;
2235
+ }
2236
+ @media (max-device-width: 768px) {
2237
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2238
+ font-size: 16px;
2239
+ }
2240
+ }
2241
+ @media (min-device-width: 768px) {
2242
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2243
+ font-size: 24px;
2244
+ }
2245
+ }
2246
+ .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 {
2247
+ float: right;
2248
+ }
2249
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2250
+ margin: 3vh 0 0 0;
2251
+ }
2252
+ @media (min-device-width: 768px) {
2253
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2254
+ margin: 4vh 0 0 0;
2255
+ height: 60px;
2256
+ }
2257
+ }
2258
+ @media (min-device-width: 768px) {
2259
+ .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 {
2260
+ max-width: 280px;
2261
+ height: 60px;
2262
+ font-size: 18px;
2263
+ }
2264
+ }
2265
+ @media (min-device-width: 768px) {
2266
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2267
+ margin: 10px 0;
2268
+ font-size: 24px;
2269
+ }
2270
+ }
2271
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2272
+ min-width: 100%;
2273
+ width: 100%;
2274
+ padding: 0;
2275
+ overflow: unset;
2276
+ }
2277
+ @media (max-height: 600px) {
2278
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2279
+ min-height: 100%;
2280
+ height: 100%;
2281
+ }
2282
+ }
2283
+ @media (min-height: 600px) {
2284
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2285
+ min-height: 80vh;
2286
+ height: 80vh;
2287
+ }
2288
+ }
2289
+ .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 {
2290
+ height: 10vh;
2291
+ border-style: solid;
2292
+ border-width: 0 0 1px 0;
2293
+ border-color: #e9ecef;
2294
+ padding: 2vh 2vw;
2295
+ line-height: 5vh;
2296
+ }
2297
+ .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 {
2298
+ height: 36px;
2299
+ width: 36px;
2300
+ }
2301
+ .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 {
2302
+ padding: 10px;
2303
+ line-height: 1;
2304
+ }
2305
+ @media (min-device-width: 768px) {
2306
+ .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 {
2307
+ font-size: 24px;
2308
+ }
2309
+ }
2310
+ @media (max-height: 600px) {
2311
+ .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 {
2312
+ line-height: 8vh;
2313
+ }
2314
+ }
2315
+ @media (min-height: 600px) {
2316
+ .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 {
2317
+ line-height: inherit;
2318
+ }
2319
+ }
2320
+ @media (min-device-width: 768px) {
2321
+ .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 {
2322
+ font-size: 24px;
2323
+ }
2324
+ }
2325
+ @media (min-device-width: 768px) {
2326
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
2327
+ font-size: 24px;
2328
+ height: 48px;
2329
+ }
2330
+ }
2331
+ @media (min-device-width: 768px) {
2332
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
2333
+ font-size: 24px;
2334
+ height: 64px;
2335
+ width: 64px;
2336
+ line-height: 64px;
2337
+ }
2338
+ }
2339
+ .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 {
2340
+ border-radius: 0;
2341
+ }
2342
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2343
+ height: 100%;
2344
+ }
2345
+ @media (max-height: 600px) {
2346
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2347
+ min-height: 78vh;
2348
+ height: 78vh;
2349
+ }
2350
+ }
2351
+ @media (max-height: 600px) {
2352
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2353
+ min-height: 78vh;
2354
+ height: 78vh;
2355
+ }
2356
+ }
2357
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
2358
+ display: block;
2359
+ }
2360
+ .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 {
2361
+ float: right;
2362
+ }
2363
+ @media (max-height: 600px) {
2364
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2365
+ min-height: 100%;
2366
+ height: 100%;
2367
+ }
2368
+ }
2369
+ @media (min-height: 600px) {
2370
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2371
+ min-height: 80vh;
2372
+ height: 80vh;
2373
+ }
2374
+ }
2375
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2376
+ margin: 0;
2377
+ }
2378
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2379
+ height: 69vh;
2380
+ }
2381
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2382
+ padding: 0 2vw;
2383
+ height: 69vh;
2384
+ border-spacing: unset;
2385
+ }
2386
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-footer {
2387
+ display: none;
2388
+ }
2389
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2390
+ max-height: 90%;
2391
+ height: 90%;
2392
+ }
2393
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul {
2394
+ height: 100%;
2395
+ }
2396
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2397
+ font-size: 16px;
2398
+ }
2399
+ @media (min-device-width: 768px) {
2400
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2401
+ font-size: 18px;
2402
+ }
2403
+ }
2404
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap {
2405
+ position: relative;
2406
+ height: 100%;
2407
+ }
2408
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2409
+ height: 10%;
2410
+ padding: 2.5vh 2.5vw;
2411
+ display: -ms-flexbox;
2412
+ display: flex;
2413
+ -ms-flex-align: center;
2414
+ align-items: center;
2415
+ font-size: 3vh;
2416
+ border-bottom: none;
2417
+ }
2418
+ @media (min-device-width: 768px) {
2419
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2420
+ font-size: 2vw;
2421
+ }
2422
+ }
2423
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2424
+ float: left;
2425
+ padding: 1vh 2vw;
2426
+ }
2427
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2428
+ padding: 1vh 2vw;
2429
+ text-transform: capitalize;
2430
+ }
2431
+
2432
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2433
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2434
+ height: 23vh;
2435
+ }
2436
+ }
2437
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2438
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2439
+ height: 20vh;
2440
+ }
2441
+ }
2442
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2443
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2444
+ min-height: 70vh;
2445
+ height: 70vh;
2446
+ }
2447
+ }
2448
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2449
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2450
+ min-height: 65%;
2451
+ height: 65%;
2452
+ }
2453
+ }
2454
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2455
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2456
+ min-height: 70vh;
2457
+ height: 70vh;
2458
+ }
2459
+ }
2460
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2461
+ .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 {
2462
+ height: 50vh;
2463
+ }
2464
+ }
2465
+ @media screen and (orientation: landscape) {
2466
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2467
+ max-height: 85%;
2468
+ height: 85%;
2469
+ }
2470
+ }
2471
+ @media screen and (orientation: landscape) {
2472
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2473
+ height: 15%;
2474
+ font-size: 2vw;
2475
+ }
2476
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2477
+ padding: 1vh 1vw;
2478
+ }
2479
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2480
+ padding: 1vh 1vw;
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 {
2485
+ width: 100%;
2486
+ }
2487
+ }
2488
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2489
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2490
+ height: 27vh;
2491
+ }
2492
+ }
2493
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2494
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2495
+ height: 25vh;
2496
+ }
2497
+ }
2498
+ @media screen and (orientation: landscape) {
2499
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2500
+ margin: 0;
2501
+ height: 38px;
2502
+ }
2503
+ }
2504
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2505
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2506
+ margin: 4vh 0 0 0;
2507
+ }
2508
+ }
2509
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2510
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2511
+ margin: 5vh 0 0 0;
2512
+ }
2513
+ }
2514
+ @media screen and (orientation: landscape) {
2515
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2516
+ margin: 5px 0;
2517
+ font-size: 20px;
2518
+ }
2519
+ }
2520
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2521
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2522
+ margin: 10px 0;
2523
+ font-size: 24px;
2524
+ }
2525
+ }
2526
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2527
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2528
+ min-height: 75vh;
2529
+ height: 75vh;
2530
+ }
2531
+ }
1870
2532
  @media screen and (orientation: landscape) {
1871
- .e-daterangepicker .e-calendar.e-device .e-month table {
1872
- display: inline-block;
1873
- height: 150px;
1874
- overflow: auto;
2533
+ .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 {
2534
+ overflow-y: auto;
2535
+ }
2536
+ }
2537
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2538
+ .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 {
2539
+ height: 60vh;
2540
+ }
2541
+ }
2542
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2543
+ .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 {
2544
+ height: 65vh;
2545
+ }
2546
+ }
2547
+ @media screen and (orientation: landscape) {
2548
+ .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 {
2549
+ display: table;
2550
+ border-spacing: unset;
2551
+ }
2552
+ }
2553
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2554
+ .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 {
2555
+ height: 65vh;
1875
2556
  }
1876
2557
  }
1877
2558
  .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 {
@@ -2084,6 +2765,14 @@ ejs-calendar {
2084
2765
  color: #fff;
2085
2766
  }
2086
2767
 
2768
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header {
2769
+ background-color: #fff;
2770
+ color: #212529;
2771
+ }
2772
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header .e-popup-close {
2773
+ color: #212529;
2774
+ }
2775
+
2087
2776
  /* stylelint-disable property-no-vendor-prefix */
2088
2777
  /*! component icons */
2089
2778
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -2218,12 +2907,10 @@ ejs-calendar {
2218
2907
  *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
2219
2908
  font-size: 12px;
2220
2909
  }
2221
-
2222
2910
  .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
2223
2911
  *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
2224
2912
  font-size: 15px;
2225
2913
  }
2226
-
2227
2914
  .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
2228
2915
  background-size: 250px 33px;
2229
2916
  min-height: 33px;
@@ -2235,6 +2922,14 @@ ejs-calendar {
2235
2922
  min-height: 40px;
2236
2923
  }
2237
2924
 
2925
+ .e-datetimepicker.e-popup-expand.e-popup {
2926
+ position: fixed;
2927
+ }
2928
+ .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
2929
+ position: relative;
2930
+ width: 100%;
2931
+ }
2932
+
2238
2933
  /*! datetimepicker theme */
2239
2934
  .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
2240
2935
  background: #545b62;