@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
@@ -541,6 +541,7 @@ ejs-calendar {
541
541
  max-width: 200px;
542
542
  min-width: 200px;
543
543
  padding: 0;
544
+ min-height: 220px;
544
545
  }
545
546
  .e-small.e-calendar .e-footer-container,
546
547
  .e-small .e-calendar .e-footer-container {
@@ -852,9 +853,9 @@ ejs-calendar {
852
853
  .e-calendar .e-content td:focus span.e-day,
853
854
  .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
854
855
  background-color: #f3f4f6;
856
+ color: #374151;
855
857
  border: none;
856
858
  border-radius: 4px;
857
- color: #374151;
858
859
  }
859
860
  .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,
860
861
  .e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
@@ -937,6 +938,12 @@ ejs-calendar {
937
938
  content: "\e705";
938
939
  }
939
940
 
941
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
942
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
943
+ content: "\e7e7";
944
+ font-family: "e-icons";
945
+ }
946
+
940
947
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
941
948
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
942
949
  display: -ms-flexbox;
@@ -1089,6 +1096,74 @@ ejs-calendar {
1089
1096
  top: 0 !important;
1090
1097
  }
1091
1098
 
1099
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1100
+ .e-datetimepicker.e-popup-expand .e-model-header {
1101
+ height: 10%;
1102
+ padding: 2.5vh 2.5vw;
1103
+ display: -ms-flexbox;
1104
+ display: flex;
1105
+ -ms-flex-align: center;
1106
+ align-items: center;
1107
+ font-size: 3vh;
1108
+ border-bottom: none;
1109
+ }
1110
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1111
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1112
+ float: left;
1113
+ padding: 1vh 2vw;
1114
+ }
1115
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1116
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1117
+ padding: 1vh 2vw;
1118
+ text-transform: capitalize;
1119
+ }
1120
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1121
+ .e-datetimepicker.e-popup-expand .e-content {
1122
+ height: 90%;
1123
+ overflow: auto;
1124
+ }
1125
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1126
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1127
+ padding: 1vh 0;
1128
+ line-height: 5vh;
1129
+ }
1130
+ @media (max-device-width: 768px) {
1131
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1132
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1133
+ font-size: 14px;
1134
+ }
1135
+ }
1136
+ @media (min-device-width: 768px) {
1137
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1138
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1139
+ font-size: 24px;
1140
+ }
1141
+ }
1142
+
1143
+ @media screen and (orientation: landscape) {
1144
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1145
+ .e-datetimepicker.e-popup-expand .e-model-header {
1146
+ height: 15%;
1147
+ font-size: 2vw;
1148
+ }
1149
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1150
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1151
+ padding: 1vh 1vw;
1152
+ }
1153
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1154
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1155
+ padding: 1vh 1vw;
1156
+ }
1157
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1158
+ .e-datetimepicker.e-popup-expand .e-content {
1159
+ height: 85%;
1160
+ }
1161
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1162
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1163
+ padding: 1vh 0;
1164
+ line-height: 10vh;
1165
+ }
1166
+ }
1092
1167
  /* stylelint-enable */
1093
1168
  /*! timepicker theme */
1094
1169
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -1139,6 +1214,16 @@ ejs-calendar {
1139
1214
  color: #111827;
1140
1215
  }
1141
1216
 
1217
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
1218
+ .e-datetimepicker.e-popup-expand .e-model-header {
1219
+ background-color: #f9fafb;
1220
+ color: #374151;
1221
+ }
1222
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
1223
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1224
+ color: #374151;
1225
+ }
1226
+
1142
1227
  /* stylelint-disable property-no-vendor-prefix */
1143
1228
  /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
1144
1229
  /*! component icons */
@@ -1194,6 +1279,17 @@ ejs-calendar {
1194
1279
  font-size: 20px;
1195
1280
  }
1196
1281
 
1282
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1283
+ content: "\e7e7";
1284
+ font-family: "e-icons";
1285
+ }
1286
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
1287
+ content: "\e748";
1288
+ }
1289
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
1290
+ content: "\e765";
1291
+ }
1292
+
1197
1293
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1198
1294
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
1199
1295
  display: -ms-flexbox;
@@ -1271,6 +1367,11 @@ ejs-calendar {
1271
1367
  top: 0 !important;
1272
1368
  left: 0 !important;
1273
1369
  }
1370
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1371
+ min-width: 100%;
1372
+ min-height: 100%;
1373
+ }
1374
+
1274
1375
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1275
1376
  background-size: 250px 33px;
1276
1377
  min-height: 33px;
@@ -1282,11 +1383,248 @@ ejs-calendar {
1282
1383
  min-height: 40px;
1283
1384
  }
1284
1385
 
1285
- @media screen and (orientation: landscape) and (max-height: 360px) {
1286
- .e-datepicker .e-calendar.e-device .e-month table tbody {
1287
- display: inline-block;
1288
- height: 130px;
1289
- overflow: auto;
1386
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
1387
+ border-radius: 0;
1388
+ }
1389
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1390
+ height: 15vh;
1391
+ }
1392
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1393
+ float: right;
1394
+ }
1395
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1396
+ height: 20vh;
1397
+ padding: 2vh 2vw;
1398
+ }
1399
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1400
+ margin: 12vh 0 0 0;
1401
+ }
1402
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1403
+ color: inherit;
1404
+ float: left;
1405
+ font-size: 18px;
1406
+ padding: 2px;
1407
+ }
1408
+ @media (min-device-width: 768px) {
1409
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1410
+ font-size: 24px;
1411
+ }
1412
+ }
1413
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1414
+ color: inherit;
1415
+ float: right;
1416
+ }
1417
+ @media (min-device-width: 768px) {
1418
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1419
+ font-size: 24px;
1420
+ }
1421
+ }
1422
+ .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 {
1423
+ font-size: 5vw;
1424
+ line-height: 6vw;
1425
+ }
1426
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1427
+ min-width: 100%;
1428
+ min-height: 100%;
1429
+ height: 100%;
1430
+ }
1431
+ .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 {
1432
+ height: 10vh;
1433
+ border-style: none;
1434
+ border-width: 0;
1435
+ border-color: #e5e7eb;
1436
+ padding: 2vh 2vw;
1437
+ line-height: 5vh;
1438
+ }
1439
+ .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 {
1440
+ margin-left: 18vw;
1441
+ position: absolute;
1442
+ text-align: center;
1443
+ vertical-align: middle;
1444
+ width: 50vw;
1445
+ line-height: inherit;
1446
+ }
1447
+ @media (min-device-width: 768px) {
1448
+ .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 {
1449
+ font-size: 24px;
1450
+ }
1451
+ }
1452
+ .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 {
1453
+ margin-right: 75vw;
1454
+ }
1455
+ @media (min-device-width: 768px) {
1456
+ .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 {
1457
+ height: 34px;
1458
+ width: 34px;
1459
+ }
1460
+ }
1461
+ @media (min-device-width: 768px) {
1462
+ .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 {
1463
+ font-size: 24px;
1464
+ }
1465
+ }
1466
+ .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 {
1467
+ margin-right: 0;
1468
+ }
1469
+ @media (min-device-width: 768px) {
1470
+ .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 {
1471
+ font-size: 24px;
1472
+ }
1473
+ }
1474
+ .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 {
1475
+ float: none;
1476
+ }
1477
+ @media (min-device-width: 768px) {
1478
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
1479
+ font-size: 24px;
1480
+ height: 48px;
1481
+ }
1482
+ }
1483
+ @media (min-device-width: 768px) {
1484
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
1485
+ font-size: 24px;
1486
+ height: 64px;
1487
+ width: 64px;
1488
+ line-height: 64px;
1489
+ }
1490
+ }
1491
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1492
+ height: 85vh;
1493
+ }
1494
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1495
+ display: none;
1496
+ }
1497
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1498
+ display: block;
1499
+ padding: 5px 0;
1500
+ }
1501
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1502
+ height: 69vh;
1503
+ }
1504
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1505
+ height: 69vh;
1506
+ }
1507
+
1508
+ @media screen and (orientation: landscape) {
1509
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1510
+ height: 25vh;
1511
+ }
1512
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1513
+ float: right;
1514
+ }
1515
+ .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 {
1516
+ overflow-y: auto;
1517
+ }
1518
+ }
1519
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1520
+ .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 {
1521
+ height: 50vh;
1522
+ }
1523
+ }
1524
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1525
+ .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 {
1526
+ height: 60vh;
1527
+ }
1528
+ }
1529
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1530
+ .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 {
1531
+ height: 60vh;
1532
+ }
1533
+ }
1534
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1535
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1536
+ padding: 10px 0;
1537
+ height: 10%;
1538
+ font-size: 24px;
1539
+ }
1540
+ }
1541
+ @media screen and (orientation: landscape) {
1542
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1543
+ width: 100%;
1544
+ }
1545
+ }
1546
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1547
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1548
+ height: 30vh;
1549
+ }
1550
+ }
1551
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1552
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1553
+ height: 25vh;
1554
+ }
1555
+ }
1556
+ @media screen and (orientation: landscape) {
1557
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1558
+ float: left;
1559
+ padding: 2px;
1560
+ }
1561
+ }
1562
+ @media screen and (orientation: landscape) {
1563
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1564
+ margin: 12vh 0 0 0;
1565
+ }
1566
+ }
1567
+ @media screen and (orientation: landscape) {
1568
+ .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 {
1569
+ font-size: 4vw;
1570
+ }
1571
+ }
1572
+ @media screen and (orientation: landscape) {
1573
+ .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 {
1574
+ margin-right: 85vw;
1575
+ }
1576
+ }
1577
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1578
+ .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 {
1579
+ line-height: 8vh;
1580
+ }
1581
+ }
1582
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1583
+ .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 {
1584
+ line-height: inherit;
1585
+ }
1586
+ }
1587
+ @media screen and (orientation: landscape) {
1588
+ .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 {
1589
+ overflow-y: auto;
1590
+ }
1591
+ }
1592
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1593
+ .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 {
1594
+ height: 60vh;
1595
+ }
1596
+ }
1597
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1598
+ .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 {
1599
+ height: 65vh;
1600
+ }
1601
+ }
1602
+ @media screen and (orientation: landscape) {
1603
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1604
+ display: block;
1605
+ max-width: 100%;
1606
+ overflow: visible;
1607
+ }
1608
+ }
1609
+ @media screen and (orientation: landscape) {
1610
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1611
+ height: 70%;
1612
+ width: 100%;
1613
+ }
1614
+ }
1615
+ @media screen and (orientation: landscape) {
1616
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1617
+ display: table-row-group;
1618
+ }
1619
+ }
1620
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1621
+ .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 {
1622
+ height: 69vh;
1623
+ }
1624
+ }
1625
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1626
+ .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 {
1627
+ height: 65vh;
1290
1628
  }
1291
1629
  }
1292
1630
  /* stylelint-enable */
@@ -1386,6 +1724,15 @@ ejs-calendar {
1386
1724
  font-size: 18px;
1387
1725
  }
1388
1726
 
1727
+ .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 {
1728
+ content: "\e7e7";
1729
+ font-family: "e-icons";
1730
+ }
1731
+ .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 {
1732
+ content: "\e774";
1733
+ font-family: "e-icons";
1734
+ }
1735
+
1389
1736
  /*! daterangepicker layout */
1390
1737
  .e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1391
1738
  .e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
@@ -1982,6 +2329,13 @@ ejs-calendar {
1982
2329
  top: 0 !important;
1983
2330
  left: 0 !important;
1984
2331
  }
2332
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2333
+ min-height: 100%;
2334
+ min-width: 100%;
2335
+ height: 100%;
2336
+ width: 100%;
2337
+ }
2338
+
1985
2339
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1986
2340
  background-size: 250px 33px;
1987
2341
  min-height: 33px;
@@ -1993,11 +2347,338 @@ ejs-calendar {
1993
2347
  min-height: 40px;
1994
2348
  }
1995
2349
 
2350
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2351
+ min-height: 100%;
2352
+ min-width: 100%;
2353
+ height: 100%;
2354
+ width: 100%;
2355
+ }
2356
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2357
+ height: 20vh;
2358
+ padding: 2vh 2vw;
2359
+ margin: 0;
2360
+ color: #374151;
2361
+ }
2362
+ @media (max-device-width: 768px) {
2363
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2364
+ font-size: 16px;
2365
+ }
2366
+ }
2367
+ @media (min-device-width: 768px) {
2368
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2369
+ font-size: 24px;
2370
+ }
2371
+ }
2372
+ .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 {
2373
+ float: right;
2374
+ }
2375
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2376
+ margin: 3vh 0 0 0;
2377
+ }
2378
+ @media (min-device-width: 768px) {
2379
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2380
+ margin: 4vh 0 0 0;
2381
+ height: 60px;
2382
+ }
2383
+ }
2384
+ @media (min-device-width: 768px) {
2385
+ .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 {
2386
+ max-width: 280px;
2387
+ height: 60px;
2388
+ font-size: 18px;
2389
+ }
2390
+ }
2391
+ @media (min-device-width: 768px) {
2392
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2393
+ margin: 10px 0;
2394
+ font-size: 24px;
2395
+ }
2396
+ }
2397
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2398
+ min-width: 100%;
2399
+ width: 100%;
2400
+ padding: 0;
2401
+ overflow: unset;
2402
+ }
2403
+ @media (max-height: 600px) {
2404
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2405
+ min-height: 100%;
2406
+ height: 100%;
2407
+ }
2408
+ }
2409
+ @media (min-height: 600px) {
2410
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2411
+ min-height: 80vh;
2412
+ height: 80vh;
2413
+ }
2414
+ }
2415
+ .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 {
2416
+ height: 10vh;
2417
+ border-style: solid;
2418
+ border-width: 0 0 1px 0;
2419
+ border-color: #e5e7eb;
2420
+ padding: 2vh 2vw;
2421
+ line-height: 5vh;
2422
+ }
2423
+ .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 {
2424
+ height: 36px;
2425
+ width: 36px;
2426
+ }
2427
+ .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 {
2428
+ padding: 10px;
2429
+ line-height: 1;
2430
+ }
2431
+ @media (min-device-width: 768px) {
2432
+ .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 {
2433
+ font-size: 24px;
2434
+ }
2435
+ }
2436
+ @media (max-height: 600px) {
2437
+ .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 {
2438
+ line-height: 8vh;
2439
+ }
2440
+ }
2441
+ @media (min-height: 600px) {
2442
+ .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 {
2443
+ line-height: inherit;
2444
+ }
2445
+ }
2446
+ @media (min-device-width: 768px) {
2447
+ .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 {
2448
+ font-size: 24px;
2449
+ }
2450
+ }
2451
+ @media (min-device-width: 768px) {
2452
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
2453
+ font-size: 24px;
2454
+ height: 48px;
2455
+ }
2456
+ }
2457
+ @media (min-device-width: 768px) {
2458
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
2459
+ font-size: 24px;
2460
+ height: 64px;
2461
+ width: 64px;
2462
+ line-height: 64px;
2463
+ }
2464
+ }
2465
+ .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 {
2466
+ border-radius: 0;
2467
+ }
2468
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2469
+ height: 100%;
2470
+ }
2471
+ @media (max-height: 600px) {
2472
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2473
+ min-height: 78vh;
2474
+ height: 78vh;
2475
+ }
2476
+ }
2477
+ @media (max-height: 600px) {
2478
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2479
+ min-height: 78vh;
2480
+ height: 78vh;
2481
+ }
2482
+ }
2483
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
2484
+ display: block;
2485
+ }
2486
+ .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 {
2487
+ float: right;
2488
+ }
2489
+ @media (max-height: 600px) {
2490
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2491
+ min-height: 100%;
2492
+ height: 100%;
2493
+ }
2494
+ }
2495
+ @media (min-height: 600px) {
2496
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2497
+ min-height: 80vh;
2498
+ height: 80vh;
2499
+ }
2500
+ }
2501
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2502
+ margin: 0;
2503
+ }
2504
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2505
+ height: 69vh;
2506
+ }
2507
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2508
+ padding: 0 2vw;
2509
+ height: 69vh;
2510
+ border-spacing: unset;
2511
+ }
2512
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-footer {
2513
+ display: none;
2514
+ }
2515
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2516
+ max-height: 90%;
2517
+ height: 90%;
2518
+ }
2519
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul {
2520
+ height: 100%;
2521
+ }
2522
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2523
+ font-size: 16px;
2524
+ }
2525
+ @media (min-device-width: 768px) {
2526
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2527
+ font-size: 18px;
2528
+ }
2529
+ }
2530
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap {
2531
+ position: relative;
2532
+ height: 100%;
2533
+ }
2534
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2535
+ height: 10%;
2536
+ padding: 2.5vh 2.5vw;
2537
+ display: -ms-flexbox;
2538
+ display: flex;
2539
+ -ms-flex-align: center;
2540
+ align-items: center;
2541
+ font-size: 3vh;
2542
+ border-bottom: none;
2543
+ }
2544
+ @media (min-device-width: 768px) {
2545
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2546
+ font-size: 2vw;
2547
+ }
2548
+ }
2549
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2550
+ float: left;
2551
+ padding: 1vh 2vw;
2552
+ }
2553
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2554
+ padding: 1vh 2vw;
2555
+ text-transform: capitalize;
2556
+ }
2557
+
2558
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2559
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2560
+ height: 23vh;
2561
+ }
2562
+ }
2563
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2564
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2565
+ height: 20vh;
2566
+ }
2567
+ }
2568
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2569
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2570
+ min-height: 70vh;
2571
+ height: 70vh;
2572
+ }
2573
+ }
2574
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2575
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2576
+ min-height: 65%;
2577
+ height: 65%;
2578
+ }
2579
+ }
2580
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2581
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2582
+ min-height: 70vh;
2583
+ height: 70vh;
2584
+ }
2585
+ }
2586
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2587
+ .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 {
2588
+ height: 50vh;
2589
+ }
2590
+ }
2591
+ @media screen and (orientation: landscape) {
2592
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2593
+ max-height: 85%;
2594
+ height: 85%;
2595
+ }
2596
+ }
2597
+ @media screen and (orientation: landscape) {
2598
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2599
+ height: 15%;
2600
+ font-size: 2vw;
2601
+ }
2602
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2603
+ padding: 1vh 1vw;
2604
+ }
2605
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2606
+ padding: 1vh 1vw;
2607
+ }
2608
+ }
2609
+ @media screen and (orientation: landscape) {
2610
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2611
+ width: 100%;
2612
+ }
2613
+ }
2614
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2615
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2616
+ height: 27vh;
2617
+ }
2618
+ }
2619
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2620
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2621
+ height: 25vh;
2622
+ }
2623
+ }
2624
+ @media screen and (orientation: landscape) {
2625
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2626
+ margin: 0;
2627
+ height: 38px;
2628
+ }
2629
+ }
2630
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2631
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2632
+ margin: 4vh 0 0 0;
2633
+ }
2634
+ }
2635
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2636
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2637
+ margin: 5vh 0 0 0;
2638
+ }
2639
+ }
2640
+ @media screen and (orientation: landscape) {
2641
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2642
+ margin: 5px 0;
2643
+ font-size: 20px;
2644
+ }
2645
+ }
2646
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2647
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2648
+ margin: 10px 0;
2649
+ font-size: 24px;
2650
+ }
2651
+ }
2652
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2653
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2654
+ min-height: 75vh;
2655
+ height: 75vh;
2656
+ }
2657
+ }
2658
+ @media screen and (orientation: landscape) {
2659
+ .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 {
2660
+ overflow-y: auto;
2661
+ }
2662
+ }
2663
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2664
+ .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 {
2665
+ height: 60vh;
2666
+ }
2667
+ }
2668
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2669
+ .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 {
2670
+ height: 65vh;
2671
+ }
2672
+ }
1996
2673
  @media screen and (orientation: landscape) {
1997
- .e-daterangepicker .e-calendar.e-device .e-month table {
1998
- display: inline-block;
1999
- height: 130px;
2000
- overflow: auto;
2674
+ .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 {
2675
+ display: table;
2676
+ border-spacing: unset;
2677
+ }
2678
+ }
2679
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2680
+ .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 {
2681
+ height: 65vh;
2001
2682
  }
2002
2683
  }
2003
2684
  .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 {
@@ -2194,6 +2875,14 @@ ejs-calendar {
2194
2875
  color: #fff;
2195
2876
  }
2196
2877
 
2878
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header {
2879
+ background-color: #f9fafb;
2880
+ color: #374151;
2881
+ }
2882
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header .e-popup-close {
2883
+ color: #374151;
2884
+ }
2885
+
2197
2886
  /* stylelint-disable property-no-vendor-prefix */
2198
2887
  /* stylelint-disable-line no-empty-source */
2199
2888
  /*! component icons */
@@ -2329,12 +3018,10 @@ ejs-calendar {
2329
3018
  *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
2330
3019
  font-size: 14px;
2331
3020
  }
2332
-
2333
3021
  .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
2334
3022
  *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
2335
3023
  font-size: 16px;
2336
3024
  }
2337
-
2338
3025
  .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
2339
3026
  background-size: 250px 33px;
2340
3027
  min-height: 33px;
@@ -2346,6 +3033,14 @@ ejs-calendar {
2346
3033
  min-height: 40px;
2347
3034
  }
2348
3035
 
3036
+ .e-datetimepicker.e-popup-expand.e-popup {
3037
+ position: fixed;
3038
+ }
3039
+ .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
3040
+ position: relative;
3041
+ width: 100%;
3042
+ }
3043
+
2349
3044
  /*! datetimepicker theme */
2350
3045
  .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
2351
3046
  color: #111827;