@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
package/styles/fabric.css CHANGED
@@ -495,6 +495,7 @@ ejs-calendar {
495
495
  max-width: 232px;
496
496
  min-width: 232px;
497
497
  padding: 0;
498
+ min-height: 220px;
498
499
  }
499
500
  .e-small.e-calendar.e-calendar-day-header-lg,
500
501
  .e-small .e-calendar.e-calendar-day-header-lg {
@@ -778,9 +779,9 @@ ejs-calendar {
778
779
  .e-calendar .e-content td:focus span.e-day,
779
780
  .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
780
781
  background-color: #deecf9;
782
+ color: #333;
781
783
  border: none;
782
784
  border-radius: 0;
783
- color: #333;
784
785
  }
785
786
  .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,
786
787
  .e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
@@ -839,6 +840,12 @@ ejs-calendar {
839
840
  content: "\e97f";
840
841
  }
841
842
 
843
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
844
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
845
+ content: "\e7fc";
846
+ font-family: "e-icons";
847
+ }
848
+
842
849
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
843
850
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
844
851
  display: -ms-flexbox;
@@ -991,6 +998,74 @@ ejs-calendar {
991
998
  top: 0 !important;
992
999
  }
993
1000
 
1001
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1002
+ .e-datetimepicker.e-popup-expand .e-model-header {
1003
+ height: 10%;
1004
+ padding: 2.5vh 2.5vw;
1005
+ display: -ms-flexbox;
1006
+ display: flex;
1007
+ -ms-flex-align: center;
1008
+ align-items: center;
1009
+ font-size: 3vh;
1010
+ border-bottom: none;
1011
+ }
1012
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1013
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1014
+ float: left;
1015
+ padding: 1vh 2vw;
1016
+ }
1017
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1018
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1019
+ padding: 1vh 2vw;
1020
+ text-transform: capitalize;
1021
+ }
1022
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1023
+ .e-datetimepicker.e-popup-expand .e-content {
1024
+ height: 90%;
1025
+ overflow: auto;
1026
+ }
1027
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1028
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1029
+ padding: 1vh 0;
1030
+ line-height: 5vh;
1031
+ }
1032
+ @media (max-device-width: 768px) {
1033
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1034
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1035
+ font-size: 14px;
1036
+ }
1037
+ }
1038
+ @media (min-device-width: 768px) {
1039
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1040
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1041
+ font-size: 24px;
1042
+ }
1043
+ }
1044
+
1045
+ @media screen and (orientation: landscape) {
1046
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1047
+ .e-datetimepicker.e-popup-expand .e-model-header {
1048
+ height: 15%;
1049
+ font-size: 2vw;
1050
+ }
1051
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1052
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1053
+ padding: 1vh 1vw;
1054
+ }
1055
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1056
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1057
+ padding: 1vh 1vw;
1058
+ }
1059
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1060
+ .e-datetimepicker.e-popup-expand .e-content {
1061
+ height: 85%;
1062
+ }
1063
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1064
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1065
+ padding: 1vh 0;
1066
+ line-height: 10vh;
1067
+ }
1068
+ }
994
1069
  /* stylelint-enable */
995
1070
  /*! timepicker theme */
996
1071
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -1041,6 +1116,16 @@ ejs-calendar {
1041
1116
  color: #333;
1042
1117
  }
1043
1118
 
1119
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
1120
+ .e-datetimepicker.e-popup-expand .e-model-header {
1121
+ background-color: #f8f8f8;
1122
+ color: #333;
1123
+ }
1124
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
1125
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1126
+ color: #333;
1127
+ }
1128
+
1044
1129
  /* stylelint-disable property-no-vendor-prefix */
1045
1130
  /*! calendar fabric theme variables */
1046
1131
  /*! component icons */
@@ -1092,6 +1177,11 @@ ejs-calendar {
1092
1177
  font-size: 18px;
1093
1178
  }
1094
1179
 
1180
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1181
+ content: "\e7fc";
1182
+ font-family: "e-icons";
1183
+ }
1184
+
1095
1185
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1096
1186
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
1097
1187
  display: -ms-flexbox;
@@ -1118,10 +1208,10 @@ ejs-calendar {
1118
1208
  z-index: 999;
1119
1209
  }
1120
1210
  .e-datepicker .e-model-header {
1121
- background-color: #0078d6;
1122
- color: #fff;
1211
+ background-color: #f8f8f8;
1212
+ color: #333;
1123
1213
  cursor: default;
1124
- display: none;
1214
+ display: block;
1125
1215
  padding: 10px 10px 10px 15px;
1126
1216
  }
1127
1217
  .e-datepicker .e-model-header .e-model-year {
@@ -1164,6 +1254,11 @@ ejs-calendar {
1164
1254
  top: 0 !important;
1165
1255
  left: 0 !important;
1166
1256
  }
1257
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1258
+ min-width: 100%;
1259
+ min-height: 100%;
1260
+ }
1261
+
1167
1262
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1168
1263
  background-size: 250px 33px;
1169
1264
  min-height: 33px;
@@ -1175,11 +1270,248 @@ ejs-calendar {
1175
1270
  min-height: 40px;
1176
1271
  }
1177
1272
 
1178
- @media screen and (orientation: landscape) and (max-height: 360px) {
1179
- .e-datepicker .e-calendar.e-device .e-month table tbody {
1180
- display: inline-block;
1181
- height: 150px;
1182
- overflow: auto;
1273
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
1274
+ border-radius: 0;
1275
+ }
1276
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1277
+ height: 15vh;
1278
+ }
1279
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1280
+ float: right;
1281
+ }
1282
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1283
+ height: 20vh;
1284
+ padding: 2vh 2vw;
1285
+ }
1286
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1287
+ margin: 12vh 0 0 0;
1288
+ }
1289
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1290
+ color: inherit;
1291
+ float: left;
1292
+ font-size: 18px;
1293
+ padding: 2px;
1294
+ }
1295
+ @media (min-device-width: 768px) {
1296
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1297
+ font-size: 24px;
1298
+ }
1299
+ }
1300
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1301
+ color: inherit;
1302
+ float: right;
1303
+ }
1304
+ @media (min-device-width: 768px) {
1305
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1306
+ font-size: 24px;
1307
+ }
1308
+ }
1309
+ .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 {
1310
+ font-size: 5vw;
1311
+ line-height: 6vw;
1312
+ }
1313
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1314
+ min-width: 100%;
1315
+ min-height: 100%;
1316
+ height: 100%;
1317
+ }
1318
+ .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 {
1319
+ height: 10vh;
1320
+ border-style: none;
1321
+ border-width: 0;
1322
+ border-color: #eaeaea;
1323
+ padding: 2vh 2vw;
1324
+ line-height: 5vh;
1325
+ }
1326
+ .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 {
1327
+ margin-left: 5vw;
1328
+ position: inherit;
1329
+ text-align: left;
1330
+ vertical-align: middle;
1331
+ width: 60vw;
1332
+ line-height: inherit;
1333
+ }
1334
+ @media (min-device-width: 768px) {
1335
+ .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 {
1336
+ font-size: 24px;
1337
+ }
1338
+ }
1339
+ .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 {
1340
+ margin-right: 0;
1341
+ }
1342
+ @media (min-device-width: 768px) {
1343
+ .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 {
1344
+ height: 34px;
1345
+ width: 34px;
1346
+ }
1347
+ }
1348
+ @media (min-device-width: 768px) {
1349
+ .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 {
1350
+ font-size: 24px;
1351
+ }
1352
+ }
1353
+ .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 {
1354
+ margin-right: 0;
1355
+ }
1356
+ @media (min-device-width: 768px) {
1357
+ .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 {
1358
+ font-size: 24px;
1359
+ }
1360
+ }
1361
+ .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 {
1362
+ float: right;
1363
+ }
1364
+ @media (min-device-width: 768px) {
1365
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
1366
+ font-size: 24px;
1367
+ height: 48px;
1368
+ }
1369
+ }
1370
+ @media (min-device-width: 768px) {
1371
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
1372
+ font-size: 24px;
1373
+ height: 64px;
1374
+ width: 64px;
1375
+ line-height: 64px;
1376
+ }
1377
+ }
1378
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1379
+ height: 85vh;
1380
+ }
1381
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1382
+ display: none;
1383
+ }
1384
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1385
+ display: block;
1386
+ padding: 5px 0;
1387
+ }
1388
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1389
+ height: 69vh;
1390
+ }
1391
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1392
+ height: 69vh;
1393
+ }
1394
+
1395
+ @media screen and (orientation: landscape) {
1396
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1397
+ height: 25vh;
1398
+ }
1399
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1400
+ float: right;
1401
+ }
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
+ overflow-y: auto;
1404
+ }
1405
+ }
1406
+ @media screen and (orientation: landscape) and (max-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: 50vh;
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, .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 {
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-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 {
1418
+ height: 60vh;
1419
+ }
1420
+ }
1421
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1422
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1423
+ padding: 10px 0;
1424
+ height: 10%;
1425
+ font-size: 24px;
1426
+ }
1427
+ }
1428
+ @media screen and (orientation: landscape) {
1429
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1430
+ width: 100%;
1431
+ }
1432
+ }
1433
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1434
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1435
+ height: 30vh;
1436
+ }
1437
+ }
1438
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1439
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1440
+ height: 25vh;
1441
+ }
1442
+ }
1443
+ @media screen and (orientation: landscape) {
1444
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1445
+ float: left;
1446
+ padding: 2px;
1447
+ }
1448
+ }
1449
+ @media screen and (orientation: landscape) {
1450
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1451
+ margin: 12vh 0 0 0;
1452
+ }
1453
+ }
1454
+ @media screen and (orientation: landscape) {
1455
+ .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 {
1456
+ font-size: 4vw;
1457
+ }
1458
+ }
1459
+ @media screen and (orientation: landscape) {
1460
+ .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 {
1461
+ margin-right: 0;
1462
+ }
1463
+ }
1464
+ @media screen and (orientation: landscape) and (max-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: 8vh;
1467
+ }
1468
+ }
1469
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1470
+ .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 {
1471
+ line-height: inherit;
1472
+ }
1473
+ }
1474
+ @media screen and (orientation: landscape) {
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
+ overflow-y: auto;
1477
+ }
1478
+ }
1479
+ @media screen and (orientation: landscape) and (max-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: 60vh;
1482
+ }
1483
+ }
1484
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1485
+ .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 {
1486
+ height: 65vh;
1487
+ }
1488
+ }
1489
+ @media screen and (orientation: landscape) {
1490
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1491
+ display: block;
1492
+ max-width: 100%;
1493
+ overflow: visible;
1494
+ }
1495
+ }
1496
+ @media screen and (orientation: landscape) {
1497
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1498
+ height: 70%;
1499
+ width: 100%;
1500
+ }
1501
+ }
1502
+ @media screen and (orientation: landscape) {
1503
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1504
+ display: table-row-group;
1505
+ }
1506
+ }
1507
+ @media screen and (orientation: landscape) and (max-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: 69vh;
1510
+ }
1511
+ }
1512
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1513
+ .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 {
1514
+ height: 65vh;
1183
1515
  }
1184
1516
  }
1185
1517
  /* stylelint-enable */
@@ -1265,6 +1597,15 @@ ejs-calendar {
1265
1597
  font-size: 18px;
1266
1598
  }
1267
1599
 
1600
+ .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 {
1601
+ content: "\e7fc";
1602
+ font-family: "e-icons";
1603
+ }
1604
+ .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 {
1605
+ content: "\e7ff";
1606
+ font-family: "e-icons";
1607
+ }
1608
+
1268
1609
  /*! daterangepicker layout */
1269
1610
  .e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1270
1611
  .e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
@@ -1837,6 +2178,13 @@ ejs-calendar {
1837
2178
  top: 0 !important;
1838
2179
  left: 0 !important;
1839
2180
  }
2181
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2182
+ min-height: 100%;
2183
+ min-width: 100%;
2184
+ height: 100%;
2185
+ width: 100%;
2186
+ }
2187
+
1840
2188
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1841
2189
  background-size: 250px 33px;
1842
2190
  min-height: 33px;
@@ -1848,11 +2196,338 @@ ejs-calendar {
1848
2196
  min-height: 40px;
1849
2197
  }
1850
2198
 
2199
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2200
+ min-height: 100%;
2201
+ min-width: 100%;
2202
+ height: 100%;
2203
+ width: 100%;
2204
+ }
2205
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2206
+ height: 20vh;
2207
+ padding: 2vh 2vw;
2208
+ margin: 0;
2209
+ color: #333;
2210
+ }
2211
+ @media (max-device-width: 768px) {
2212
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2213
+ font-size: 16px;
2214
+ }
2215
+ }
2216
+ @media (min-device-width: 768px) {
2217
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2218
+ font-size: 24px;
2219
+ }
2220
+ }
2221
+ .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 {
2222
+ float: right;
2223
+ }
2224
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2225
+ margin: 3vh 0 0 0;
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 {
2229
+ margin: 4vh 0 0 0;
2230
+ height: 60px;
2231
+ }
2232
+ }
2233
+ @media (min-device-width: 768px) {
2234
+ .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 {
2235
+ max-width: 280px;
2236
+ height: 60px;
2237
+ font-size: 18px;
2238
+ }
2239
+ }
2240
+ @media (min-device-width: 768px) {
2241
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2242
+ margin: 10px 0;
2243
+ font-size: 24px;
2244
+ }
2245
+ }
2246
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2247
+ min-width: 100%;
2248
+ width: 100%;
2249
+ padding: 0;
2250
+ overflow: unset;
2251
+ }
2252
+ @media (max-height: 600px) {
2253
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2254
+ min-height: 100%;
2255
+ height: 100%;
2256
+ }
2257
+ }
2258
+ @media (min-height: 600px) {
2259
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2260
+ min-height: 80vh;
2261
+ height: 80vh;
2262
+ }
2263
+ }
2264
+ .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 {
2265
+ height: 10vh;
2266
+ border-style: solid;
2267
+ border-width: 0 0 1px 0;
2268
+ border-color: rgba(0, 0, 0, 0.12);
2269
+ padding: 2vh 2vw;
2270
+ line-height: 5vh;
2271
+ }
2272
+ .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 {
2273
+ height: 36px;
2274
+ width: 36px;
2275
+ }
2276
+ .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 {
2277
+ padding: 10px;
2278
+ line-height: 1;
2279
+ }
2280
+ @media (min-device-width: 768px) {
2281
+ .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 {
2282
+ font-size: 24px;
2283
+ }
2284
+ }
2285
+ @media (max-height: 600px) {
2286
+ .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 {
2287
+ line-height: 8vh;
2288
+ }
2289
+ }
2290
+ @media (min-height: 600px) {
2291
+ .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 {
2292
+ line-height: inherit;
2293
+ }
2294
+ }
2295
+ @media (min-device-width: 768px) {
2296
+ .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 {
2297
+ font-size: 24px;
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 th {
2302
+ font-size: 24px;
2303
+ height: 48px;
2304
+ }
2305
+ }
2306
+ @media (min-device-width: 768px) {
2307
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
2308
+ font-size: 24px;
2309
+ height: 64px;
2310
+ width: 64px;
2311
+ line-height: 64px;
2312
+ }
2313
+ }
2314
+ .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 {
2315
+ border-radius: 0;
2316
+ }
2317
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2318
+ height: 100%;
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 {
2322
+ min-height: 78vh;
2323
+ height: 78vh;
2324
+ }
2325
+ }
2326
+ @media (max-height: 600px) {
2327
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2328
+ min-height: 78vh;
2329
+ height: 78vh;
2330
+ }
2331
+ }
2332
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
2333
+ display: block;
2334
+ }
2335
+ .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 {
2336
+ float: right;
2337
+ }
2338
+ @media (max-height: 600px) {
2339
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2340
+ min-height: 100%;
2341
+ height: 100%;
2342
+ }
2343
+ }
2344
+ @media (min-height: 600px) {
2345
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2346
+ min-height: 80vh;
2347
+ height: 80vh;
2348
+ }
2349
+ }
2350
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2351
+ margin: 0;
2352
+ }
2353
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2354
+ height: 69vh;
2355
+ }
2356
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2357
+ padding: 0 2vw;
2358
+ height: 69vh;
2359
+ border-spacing: unset;
2360
+ }
2361
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-footer {
2362
+ display: none;
2363
+ }
2364
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2365
+ max-height: 90%;
2366
+ height: 90%;
2367
+ }
2368
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul {
2369
+ height: 100%;
2370
+ }
2371
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2372
+ font-size: 16px;
2373
+ }
2374
+ @media (min-device-width: 768px) {
2375
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2376
+ font-size: 18px;
2377
+ }
2378
+ }
2379
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap {
2380
+ position: relative;
2381
+ height: 100%;
2382
+ }
2383
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2384
+ height: 10%;
2385
+ padding: 2.5vh 2.5vw;
2386
+ display: -ms-flexbox;
2387
+ display: flex;
2388
+ -ms-flex-align: center;
2389
+ align-items: center;
2390
+ font-size: 3vh;
2391
+ border-bottom: none;
2392
+ }
2393
+ @media (min-device-width: 768px) {
2394
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2395
+ font-size: 2vw;
2396
+ }
2397
+ }
2398
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2399
+ float: left;
2400
+ padding: 1vh 2vw;
2401
+ }
2402
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2403
+ padding: 1vh 2vw;
2404
+ text-transform: capitalize;
2405
+ }
2406
+
2407
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2408
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2409
+ height: 23vh;
2410
+ }
2411
+ }
2412
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2413
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2414
+ height: 20vh;
2415
+ }
2416
+ }
2417
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2418
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2419
+ min-height: 70vh;
2420
+ height: 70vh;
2421
+ }
2422
+ }
2423
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2424
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2425
+ min-height: 65%;
2426
+ height: 65%;
2427
+ }
2428
+ }
2429
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2430
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2431
+ min-height: 70vh;
2432
+ height: 70vh;
2433
+ }
2434
+ }
2435
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2436
+ .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 {
2437
+ height: 50vh;
2438
+ }
2439
+ }
1851
2440
  @media screen and (orientation: landscape) {
1852
- .e-daterangepicker .e-calendar.e-device .e-month table {
1853
- display: inline-block;
1854
- height: 150px;
1855
- overflow: auto;
2441
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2442
+ max-height: 85%;
2443
+ height: 85%;
2444
+ }
2445
+ }
2446
+ @media screen and (orientation: landscape) {
2447
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2448
+ height: 15%;
2449
+ font-size: 2vw;
2450
+ }
2451
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2452
+ padding: 1vh 1vw;
2453
+ }
2454
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2455
+ padding: 1vh 1vw;
2456
+ }
2457
+ }
2458
+ @media screen and (orientation: landscape) {
2459
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2460
+ width: 100%;
2461
+ }
2462
+ }
2463
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2464
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2465
+ height: 27vh;
2466
+ }
2467
+ }
2468
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2469
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2470
+ height: 25vh;
2471
+ }
2472
+ }
2473
+ @media screen and (orientation: landscape) {
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: 0;
2476
+ height: 38px;
2477
+ }
2478
+ }
2479
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2480
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2481
+ margin: 4vh 0 0 0;
2482
+ }
2483
+ }
2484
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2485
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2486
+ margin: 5vh 0 0 0;
2487
+ }
2488
+ }
2489
+ @media screen and (orientation: landscape) {
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: 5px 0;
2492
+ font-size: 20px;
2493
+ }
2494
+ }
2495
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2496
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2497
+ margin: 10px 0;
2498
+ font-size: 24px;
2499
+ }
2500
+ }
2501
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2502
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2503
+ min-height: 75vh;
2504
+ height: 75vh;
2505
+ }
2506
+ }
2507
+ @media screen and (orientation: landscape) {
2508
+ .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 {
2509
+ overflow-y: auto;
2510
+ }
2511
+ }
2512
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2513
+ .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 {
2514
+ height: 60vh;
2515
+ }
2516
+ }
2517
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2518
+ .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 {
2519
+ height: 65vh;
2520
+ }
2521
+ }
2522
+ @media screen and (orientation: landscape) {
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
+ display: table;
2525
+ border-spacing: unset;
2526
+ }
2527
+ }
2528
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2529
+ .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 {
2530
+ height: 65vh;
1856
2531
  }
1857
2532
  }
1858
2533
  .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 {
@@ -2062,6 +2737,14 @@ ejs-calendar {
2062
2737
  color: #fff;
2063
2738
  }
2064
2739
 
2740
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header {
2741
+ background-color: #f8f8f8;
2742
+ color: #333;
2743
+ }
2744
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header .e-popup-close {
2745
+ color: #333;
2746
+ }
2747
+
2065
2748
  /* stylelint-disable property-no-vendor-prefix */
2066
2749
  /*! component icons */
2067
2750
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -2196,12 +2879,10 @@ ejs-calendar {
2196
2879
  *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
2197
2880
  font-size: 14px;
2198
2881
  }
2199
-
2200
2882
  .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
2201
2883
  *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
2202
2884
  font-size: 18px;
2203
2885
  }
2204
-
2205
2886
  .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
2206
2887
  background-size: 250px 33px;
2207
2888
  min-height: 33px;
@@ -2213,6 +2894,14 @@ ejs-calendar {
2213
2894
  min-height: 40px;
2214
2895
  }
2215
2896
 
2897
+ .e-datetimepicker.e-popup-expand.e-popup {
2898
+ position: fixed;
2899
+ }
2900
+ .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
2901
+ position: relative;
2902
+ width: 100%;
2903
+ }
2904
+
2216
2905
  /*! datetimepicker theme */
2217
2906
  .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
2218
2907
  color: #333;