@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
@@ -485,6 +485,7 @@ ejs-calendar {
485
485
  max-width: 232px;
486
486
  min-width: 232px;
487
487
  padding: 0;
488
+ min-height: 220px;
488
489
  }
489
490
  .e-small.e-calendar.e-calendar-day-header-lg,
490
491
  .e-small .e-calendar.e-calendar-day-header-lg {
@@ -768,9 +769,9 @@ ejs-calendar {
768
769
  .e-calendar .e-content td:focus span.e-day,
769
770
  .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
770
771
  background-color: #ccc;
772
+ color: #000;
771
773
  border: 1px dashed #000;
772
774
  border-radius: 0;
773
- color: #000;
774
775
  }
775
776
  .e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
776
777
  .e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
@@ -829,6 +830,12 @@ ejs-calendar {
829
830
  content: "\e97f";
830
831
  }
831
832
 
833
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
834
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
835
+ content: "\e7fc";
836
+ font-family: "e-icons";
837
+ }
838
+
832
839
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
833
840
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
834
841
  display: -ms-flexbox;
@@ -981,6 +988,74 @@ ejs-calendar {
981
988
  top: 0 !important;
982
989
  }
983
990
 
991
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
992
+ .e-datetimepicker.e-popup-expand .e-model-header {
993
+ height: 10%;
994
+ padding: 2.5vh 2.5vw;
995
+ display: -ms-flexbox;
996
+ display: flex;
997
+ -ms-flex-align: center;
998
+ align-items: center;
999
+ font-size: 3vh;
1000
+ border-bottom: 1px solid #757575;
1001
+ }
1002
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1003
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1004
+ float: left;
1005
+ padding: 1vh 2vw;
1006
+ }
1007
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1008
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1009
+ padding: 1vh 2vw;
1010
+ text-transform: capitalize;
1011
+ }
1012
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1013
+ .e-datetimepicker.e-popup-expand .e-content {
1014
+ height: 90%;
1015
+ overflow: auto;
1016
+ }
1017
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1018
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1019
+ padding: 1vh 0;
1020
+ line-height: 5vh;
1021
+ }
1022
+ @media (max-device-width: 768px) {
1023
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1024
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1025
+ font-size: 14px;
1026
+ }
1027
+ }
1028
+ @media (min-device-width: 768px) {
1029
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1030
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1031
+ font-size: 24px;
1032
+ }
1033
+ }
1034
+
1035
+ @media screen and (orientation: landscape) {
1036
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1037
+ .e-datetimepicker.e-popup-expand .e-model-header {
1038
+ height: 15%;
1039
+ font-size: 2vw;
1040
+ }
1041
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1042
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1043
+ padding: 1vh 1vw;
1044
+ }
1045
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1046
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1047
+ padding: 1vh 1vw;
1048
+ }
1049
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1050
+ .e-datetimepicker.e-popup-expand .e-content {
1051
+ height: 85%;
1052
+ }
1053
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1054
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1055
+ padding: 1vh 0;
1056
+ line-height: 10vh;
1057
+ }
1058
+ }
984
1059
  /* stylelint-enable */
985
1060
  /*! timepicker theme */
986
1061
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -1031,6 +1106,16 @@ ejs-calendar {
1031
1106
  color: #000;
1032
1107
  }
1033
1108
 
1109
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
1110
+ .e-datetimepicker.e-popup-expand .e-model-header {
1111
+ background-color: #fff;
1112
+ color: #000;
1113
+ }
1114
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
1115
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1116
+ color: #000;
1117
+ }
1118
+
1034
1119
  /* stylelint-disable property-no-vendor-prefix */
1035
1120
  /*! component icons */
1036
1121
  .e-input-group-icon.e-date-icon,
@@ -1081,6 +1166,17 @@ ejs-calendar {
1081
1166
  font-size: 18px;
1082
1167
  }
1083
1168
 
1169
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1170
+ content: "\e7fc";
1171
+ font-family: "e-icons";
1172
+ }
1173
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
1174
+ content: "\e85c";
1175
+ }
1176
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
1177
+ content: "\e98f";
1178
+ }
1179
+
1084
1180
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1085
1181
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
1086
1182
  display: -ms-flexbox;
@@ -1107,10 +1203,10 @@ ejs-calendar {
1107
1203
  z-index: 999;
1108
1204
  }
1109
1205
  .e-datepicker .e-model-header {
1110
- background-color: #23726c;
1206
+ background-color: #fff;
1111
1207
  color: #000;
1112
1208
  cursor: default;
1113
- display: none;
1209
+ display: block;
1114
1210
  padding: 10px 10px 10px 15px;
1115
1211
  }
1116
1212
  .e-datepicker .e-model-header .e-model-year {
@@ -1153,6 +1249,11 @@ ejs-calendar {
1153
1249
  top: 0 !important;
1154
1250
  left: 0 !important;
1155
1251
  }
1252
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1253
+ min-width: 100%;
1254
+ min-height: 100%;
1255
+ }
1256
+
1156
1257
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1157
1258
  background-size: 250px 33px;
1158
1259
  min-height: 33px;
@@ -1164,11 +1265,248 @@ ejs-calendar {
1164
1265
  min-height: 40px;
1165
1266
  }
1166
1267
 
1167
- @media screen and (orientation: landscape) and (max-height: 360px) {
1168
- .e-datepicker .e-calendar.e-device .e-month table tbody {
1169
- display: inline-block;
1170
- height: 150px;
1171
- overflow: auto;
1268
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
1269
+ border-radius: 0;
1270
+ }
1271
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1272
+ height: 15vh;
1273
+ }
1274
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1275
+ float: right;
1276
+ }
1277
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1278
+ height: 20vh;
1279
+ padding: 2vh 2vw;
1280
+ }
1281
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1282
+ margin: 12vh 0 0 0;
1283
+ }
1284
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1285
+ color: inherit;
1286
+ float: left;
1287
+ font-size: 18px;
1288
+ padding: 2px;
1289
+ }
1290
+ @media (min-device-width: 768px) {
1291
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1292
+ font-size: 24px;
1293
+ }
1294
+ }
1295
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1296
+ color: inherit;
1297
+ float: right;
1298
+ }
1299
+ @media (min-device-width: 768px) {
1300
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1301
+ font-size: 24px;
1302
+ }
1303
+ }
1304
+ .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 {
1305
+ font-size: 5vw;
1306
+ line-height: 6vw;
1307
+ }
1308
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1309
+ min-width: 100%;
1310
+ min-height: 100%;
1311
+ height: 100%;
1312
+ }
1313
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade {
1314
+ height: 10vh;
1315
+ border-style: solid;
1316
+ border-width: 1px 0;
1317
+ border-color: #757575;
1318
+ padding: 2vh 2vw;
1319
+ line-height: 5vh;
1320
+ }
1321
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1322
+ margin-left: 18vw;
1323
+ position: absolute;
1324
+ text-align: center;
1325
+ vertical-align: middle;
1326
+ width: 50vw;
1327
+ line-height: inherit;
1328
+ }
1329
+ @media (min-device-width: 768px) {
1330
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1331
+ font-size: 24px;
1332
+ }
1333
+ }
1334
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
1335
+ margin-right: 75vw;
1336
+ }
1337
+ @media (min-device-width: 768px) {
1338
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
1339
+ height: 34px;
1340
+ width: 34px;
1341
+ }
1342
+ }
1343
+ @media (min-device-width: 768px) {
1344
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
1345
+ font-size: 24px;
1346
+ }
1347
+ }
1348
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
1349
+ margin-right: 0;
1350
+ }
1351
+ @media (min-device-width: 768px) {
1352
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
1353
+ font-size: 24px;
1354
+ }
1355
+ }
1356
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
1357
+ float: none;
1358
+ }
1359
+ @media (min-device-width: 768px) {
1360
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
1361
+ font-size: 24px;
1362
+ height: 48px;
1363
+ }
1364
+ }
1365
+ @media (min-device-width: 768px) {
1366
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
1367
+ font-size: 24px;
1368
+ height: 64px;
1369
+ width: 64px;
1370
+ line-height: 64px;
1371
+ }
1372
+ }
1373
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1374
+ height: 85vh;
1375
+ }
1376
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1377
+ display: none;
1378
+ }
1379
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1380
+ display: block;
1381
+ padding: 5px 0;
1382
+ }
1383
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1384
+ height: 69vh;
1385
+ }
1386
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1387
+ height: 69vh;
1388
+ }
1389
+
1390
+ @media screen and (orientation: landscape) {
1391
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1392
+ height: 25vh;
1393
+ }
1394
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1395
+ float: right;
1396
+ }
1397
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
1398
+ overflow-y: auto;
1399
+ }
1400
+ }
1401
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1402
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
1403
+ height: 50vh;
1404
+ }
1405
+ }
1406
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1407
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
1408
+ height: 60vh;
1409
+ }
1410
+ }
1411
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1412
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade table {
1413
+ height: 60vh;
1414
+ }
1415
+ }
1416
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1417
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1418
+ padding: 10px 0;
1419
+ height: 10%;
1420
+ font-size: 24px;
1421
+ }
1422
+ }
1423
+ @media screen and (orientation: landscape) {
1424
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1425
+ width: 100%;
1426
+ }
1427
+ }
1428
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1429
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1430
+ height: 30vh;
1431
+ }
1432
+ }
1433
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1434
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1435
+ height: 25vh;
1436
+ }
1437
+ }
1438
+ @media screen and (orientation: landscape) {
1439
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1440
+ float: left;
1441
+ padding: 2px;
1442
+ }
1443
+ }
1444
+ @media screen and (orientation: landscape) {
1445
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1446
+ margin: 12vh 0 0 0;
1447
+ }
1448
+ }
1449
+ @media screen and (orientation: landscape) {
1450
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-day {
1451
+ font-size: 4vw;
1452
+ }
1453
+ }
1454
+ @media screen and (orientation: landscape) {
1455
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
1456
+ margin-right: 82vw;
1457
+ }
1458
+ }
1459
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1460
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1461
+ line-height: 8vh;
1462
+ }
1463
+ }
1464
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1465
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1466
+ line-height: inherit;
1467
+ }
1468
+ }
1469
+ @media screen and (orientation: landscape) {
1470
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
1471
+ overflow-y: auto;
1472
+ }
1473
+ }
1474
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1475
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
1476
+ height: 60vh;
1477
+ }
1478
+ }
1479
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1480
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
1481
+ height: 65vh;
1482
+ }
1483
+ }
1484
+ @media screen and (orientation: landscape) {
1485
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1486
+ display: block;
1487
+ max-width: 100%;
1488
+ overflow: visible;
1489
+ }
1490
+ }
1491
+ @media screen and (orientation: landscape) {
1492
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1493
+ height: 70%;
1494
+ width: 100%;
1495
+ }
1496
+ }
1497
+ @media screen and (orientation: landscape) {
1498
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1499
+ display: table-row-group;
1500
+ }
1501
+ }
1502
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1503
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
1504
+ height: 69vh;
1505
+ }
1506
+ }
1507
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1508
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
1509
+ height: 65vh;
1172
1510
  }
1173
1511
  }
1174
1512
  /* stylelint-enable */
@@ -1260,6 +1598,15 @@ ejs-calendar {
1260
1598
  font-size: 18px;
1261
1599
  }
1262
1600
 
1601
+ .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 {
1602
+ content: "\e7fc";
1603
+ font-family: "e-icons";
1604
+ }
1605
+ .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 {
1606
+ content: "\e7ff";
1607
+ font-family: "e-icons";
1608
+ }
1609
+
1263
1610
  /*! daterangepicker layout */
1264
1611
  .e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1265
1612
  .e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
@@ -1832,6 +2179,13 @@ ejs-calendar {
1832
2179
  top: 0 !important;
1833
2180
  left: 0 !important;
1834
2181
  }
2182
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2183
+ min-height: 100%;
2184
+ min-width: 100%;
2185
+ height: 100%;
2186
+ width: 100%;
2187
+ }
2188
+
1835
2189
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1836
2190
  background-size: 250px 33px;
1837
2191
  min-height: 33px;
@@ -1843,11 +2197,338 @@ ejs-calendar {
1843
2197
  min-height: 40px;
1844
2198
  }
1845
2199
 
2200
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2201
+ min-height: 100%;
2202
+ min-width: 100%;
2203
+ height: 100%;
2204
+ width: 100%;
2205
+ }
2206
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2207
+ height: 20vh;
2208
+ padding: 2vh 2vw;
2209
+ margin: 0;
2210
+ color: #000;
2211
+ }
2212
+ @media (max-device-width: 768px) {
2213
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2214
+ font-size: 16px;
2215
+ }
2216
+ }
2217
+ @media (min-device-width: 768px) {
2218
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2219
+ font-size: 24px;
2220
+ }
2221
+ }
2222
+ .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 {
2223
+ float: right;
2224
+ }
2225
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2226
+ margin: 3vh 0 0 0;
2227
+ }
2228
+ @media (min-device-width: 768px) {
2229
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2230
+ margin: 4vh 0 0 0;
2231
+ height: 60px;
2232
+ }
2233
+ }
2234
+ @media (min-device-width: 768px) {
2235
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-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 {
2236
+ max-width: 280px;
2237
+ height: 60px;
2238
+ font-size: 18px;
2239
+ }
2240
+ }
2241
+ @media (min-device-width: 768px) {
2242
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2243
+ margin: 10px 0;
2244
+ font-size: 24px;
2245
+ }
2246
+ }
2247
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2248
+ min-width: 100%;
2249
+ width: 100%;
2250
+ padding: 0;
2251
+ overflow: unset;
2252
+ }
2253
+ @media (max-height: 600px) {
2254
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2255
+ min-height: 100%;
2256
+ height: 100%;
2257
+ }
2258
+ }
2259
+ @media (min-height: 600px) {
2260
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2261
+ min-height: 80vh;
2262
+ height: 80vh;
2263
+ }
2264
+ }
2265
+ .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 {
2266
+ height: 10vh;
2267
+ border-style: solid;
2268
+ border-width: 0 0 1px 0;
2269
+ border-color: #757575;
2270
+ padding: 2vh 2vw;
2271
+ line-height: 5vh;
2272
+ }
2273
+ .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 {
2274
+ height: 36px;
2275
+ width: 36px;
2276
+ }
2277
+ .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 {
2278
+ padding: 10px;
2279
+ line-height: 1;
2280
+ }
2281
+ @media (min-device-width: 768px) {
2282
+ .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 {
2283
+ font-size: 24px;
2284
+ }
2285
+ }
2286
+ @media (max-height: 600px) {
2287
+ .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 {
2288
+ line-height: 8vh;
2289
+ }
2290
+ }
2291
+ @media (min-height: 600px) {
2292
+ .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 {
2293
+ line-height: inherit;
2294
+ }
2295
+ }
2296
+ @media (min-device-width: 768px) {
2297
+ .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 {
2298
+ font-size: 24px;
2299
+ }
2300
+ }
2301
+ @media (min-device-width: 768px) {
2302
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
2303
+ font-size: 24px;
2304
+ height: 48px;
2305
+ }
2306
+ }
2307
+ @media (min-device-width: 768px) {
2308
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
2309
+ font-size: 24px;
2310
+ height: 64px;
2311
+ width: 64px;
2312
+ line-height: 64px;
2313
+ }
2314
+ }
2315
+ .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 {
2316
+ border-radius: 0;
2317
+ }
2318
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2319
+ height: 100%;
2320
+ }
2321
+ @media (max-height: 600px) {
2322
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2323
+ min-height: 78vh;
2324
+ height: 78vh;
2325
+ }
2326
+ }
2327
+ @media (max-height: 600px) {
2328
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2329
+ min-height: 78vh;
2330
+ height: 78vh;
2331
+ }
2332
+ }
2333
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
2334
+ display: block;
2335
+ }
2336
+ .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 {
2337
+ float: right;
2338
+ }
2339
+ @media (max-height: 600px) {
2340
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2341
+ min-height: 100%;
2342
+ height: 100%;
2343
+ }
2344
+ }
2345
+ @media (min-height: 600px) {
2346
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2347
+ min-height: 80vh;
2348
+ height: 80vh;
2349
+ }
2350
+ }
2351
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2352
+ margin: 0;
2353
+ }
2354
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2355
+ height: 69vh;
2356
+ }
2357
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2358
+ padding: 0 2vw;
2359
+ height: 69vh;
2360
+ border-spacing: unset;
2361
+ }
2362
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-footer {
2363
+ display: none;
2364
+ }
2365
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2366
+ max-height: 90%;
2367
+ height: 90%;
2368
+ }
2369
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul {
2370
+ height: 100%;
2371
+ }
2372
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2373
+ font-size: 16px;
2374
+ }
2375
+ @media (min-device-width: 768px) {
2376
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2377
+ font-size: 18px;
2378
+ }
2379
+ }
2380
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap {
2381
+ position: relative;
2382
+ height: 100%;
2383
+ }
2384
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2385
+ height: 10%;
2386
+ padding: 2.5vh 2.5vw;
2387
+ display: -ms-flexbox;
2388
+ display: flex;
2389
+ -ms-flex-align: center;
2390
+ align-items: center;
2391
+ font-size: 3vh;
2392
+ border-bottom: none;
2393
+ }
2394
+ @media (min-device-width: 768px) {
2395
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2396
+ font-size: 2vw;
2397
+ }
2398
+ }
2399
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2400
+ float: left;
2401
+ padding: 1vh 2vw;
2402
+ }
2403
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2404
+ padding: 1vh 2vw;
2405
+ text-transform: capitalize;
2406
+ }
2407
+
2408
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2409
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2410
+ height: 23vh;
2411
+ }
2412
+ }
2413
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2414
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2415
+ height: 20vh;
2416
+ }
2417
+ }
2418
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2419
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2420
+ min-height: 70vh;
2421
+ height: 70vh;
2422
+ }
2423
+ }
2424
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2425
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2426
+ min-height: 65%;
2427
+ height: 65%;
2428
+ }
2429
+ }
2430
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2431
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2432
+ min-height: 70vh;
2433
+ height: 70vh;
2434
+ }
2435
+ }
2436
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2437
+ .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 {
2438
+ height: 50vh;
2439
+ }
2440
+ }
1846
2441
  @media screen and (orientation: landscape) {
1847
- .e-daterangepicker .e-calendar.e-device .e-month table {
1848
- display: inline-block;
1849
- height: 150px;
1850
- overflow: auto;
2442
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2443
+ max-height: 85%;
2444
+ height: 85%;
2445
+ }
2446
+ }
2447
+ @media screen and (orientation: landscape) {
2448
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2449
+ height: 15%;
2450
+ font-size: 2vw;
2451
+ }
2452
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2453
+ padding: 1vh 1vw;
2454
+ }
2455
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2456
+ padding: 1vh 1vw;
2457
+ }
2458
+ }
2459
+ @media screen and (orientation: landscape) {
2460
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2461
+ width: 100%;
2462
+ }
2463
+ }
2464
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2465
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2466
+ height: 27vh;
2467
+ }
2468
+ }
2469
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2470
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2471
+ height: 25vh;
2472
+ }
2473
+ }
2474
+ @media screen and (orientation: landscape) {
2475
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2476
+ margin: 0;
2477
+ height: 38px;
2478
+ }
2479
+ }
2480
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2481
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2482
+ margin: 4vh 0 0 0;
2483
+ }
2484
+ }
2485
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2486
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2487
+ margin: 5vh 0 0 0;
2488
+ }
2489
+ }
2490
+ @media screen and (orientation: landscape) {
2491
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2492
+ margin: 5px 0;
2493
+ font-size: 20px;
2494
+ }
2495
+ }
2496
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2497
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2498
+ margin: 10px 0;
2499
+ font-size: 24px;
2500
+ }
2501
+ }
2502
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2503
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2504
+ min-height: 75vh;
2505
+ height: 75vh;
2506
+ }
2507
+ }
2508
+ @media screen and (orientation: landscape) {
2509
+ .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 {
2510
+ overflow-y: auto;
2511
+ }
2512
+ }
2513
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2514
+ .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 {
2515
+ height: 60vh;
2516
+ }
2517
+ }
2518
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2519
+ .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 {
2520
+ height: 65vh;
2521
+ }
2522
+ }
2523
+ @media screen and (orientation: landscape) {
2524
+ .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 {
2525
+ display: table;
2526
+ border-spacing: unset;
2527
+ }
2528
+ }
2529
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2530
+ .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 {
2531
+ height: 65vh;
1851
2532
  }
1852
2533
  }
1853
2534
  .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 {
@@ -2057,6 +2738,14 @@ ejs-calendar {
2057
2738
  color: #fff;
2058
2739
  }
2059
2740
 
2741
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header {
2742
+ background-color: #fff;
2743
+ color: #000;
2744
+ }
2745
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header .e-popup-close {
2746
+ color: #000;
2747
+ }
2748
+
2060
2749
  /* stylelint-disable property-no-vendor-prefix */
2061
2750
  /*! component icons */
2062
2751
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -2191,12 +2880,10 @@ ejs-calendar {
2191
2880
  *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
2192
2881
  font-size: 14px;
2193
2882
  }
2194
-
2195
2883
  .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
2196
2884
  *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
2197
2885
  font-size: 18px;
2198
2886
  }
2199
-
2200
2887
  .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
2201
2888
  background-size: 250px 33px;
2202
2889
  min-height: 33px;
@@ -2208,6 +2895,14 @@ ejs-calendar {
2208
2895
  min-height: 40px;
2209
2896
  }
2210
2897
 
2898
+ .e-datetimepicker.e-popup-expand.e-popup {
2899
+ position: fixed;
2900
+ }
2901
+ .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
2902
+ position: relative;
2903
+ width: 100%;
2904
+ }
2905
+
2211
2906
  /*! datetimepicker theme */
2212
2907
  .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
2213
2908
  color: #000;