@syncfusion/ej2-calendars
Version:
A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.
1,621 lines (1,580 loc) • 134 kB
CSS
/*! calendar tailwind theme variables */
/*! component icons */
.e-calendar .e-header .e-date-icon-prev::before {
content: "\e776";
}
.e-calendar .e-header .e-date-icon-next::before {
content: "\e729";
}
/*! calendar layout */
ejs-calendar {
display: block;
}
.e-calendar.e-disabled .e-header .e-prev, .e-calendar.e-disabled .e-header .e-next {
cursor: default;
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-calendar.e-disabled .e-header .e-title {
cursor: default;
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-calendar.e-disabled .e-content td {
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-calendar.e-disabled .e-btn.e-today {
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-calendar {
/* stylelint-disable property-no-vendor-prefix */
-webkit-tap-highlight-color: transparent;
border-radius: 4px;
display: block;
overflow: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.e-calendar.e-rtl .e-header .e-title {
float: right;
text-align: right;
}
.e-calendar.e-rtl .e-header .e-icon-container {
float: left;
}
.e-calendar .e-header {
background: none;
display: table;
font-weight: 400;
position: relative;
text-align: center;
width: 100%;
}
.e-calendar .e-header button {
background: transparent;
border: 0;
margin-right: 0;
padding: 0;
text-decoration: none;
}
.e-calendar .e-header span {
cursor: pointer;
display: inline-block;
font-size: 20px;
font-weight: 400;
line-height: 16px;
padding: 0;
vertical-align: middle;
}
.e-calendar .e-header span.e-disabled {
cursor: default;
}
.e-calendar .e-week-header {
padding: 0 0 6px;
}
.e-calendar th {
cursor: default;
font-size: 12px;
font-weight: normal;
text-align: center;
}
.e-calendar .e-content .e-selected, .e-calendar .e-content .e-state-hover {
border-radius: 0;
}
.e-calendar .e-content span.e-day {
border-radius: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
overflow: hidden;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: middle;
}
.e-calendar .e-content th, .e-calendar .e-content td {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.e-calendar .e-content td.e-disabled {
opacity: 1;
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-calendar .e-content td {
cursor: pointer;
padding: 0;
text-align: center;
}
.e-calendar .e-content td.e-week-number {
color: #d1d5db;
font-size: 14px;
font-style: italic;
font-weight: 500;
}
.e-calendar .e-content td.e-overlay {
background: none;
width: initial;
}
.e-calendar .e-content table {
border-collapse: separate;
border-spacing: 0;
border-width: 0;
float: left;
margin: 0;
outline: 0;
padding: 0 8px 8px 8px;
table-layout: fixed;
width: 100%;
}
.e-calendar .e-content td.e-other-month > span.e-day, .e-calendar .e-content td.e-other-year > span.e-day {
display: inline-block;
font-weight: 400;
}
.e-calendar .e-content tr.e-month-hide {
display: none;
font-weight: 400;
}
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month, .e-calendar .e-content td.e-other-year {
pointer-events: initial;
-ms-touch-action: initial;
touch-action: initial;
}
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month.e-disabled, .e-calendar .e-content td.e-other-year.e-disabled {
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover {
background-color: #374151;
cursor: default;
}
.e-calendar .e-header .e-prev, .e-calendar .e-header .e-next {
border-radius: 4px;
display: inline-block;
font-size: 14px;
vertical-align: middle;
}
.e-calendar .e-header .e-title {
cursor: pointer;
display: inline-block;
float: left;
font-size: 16px;
font-weight: 500;
text-align: left;
padding: 0 5px;
border: none;
border-radius: 4px;
}
.e-calendar .e-header .e-title {
margin-left: 0;
}
.e-calendar .e-header .e-prev:hover, .e-calendar .e-header .e-next:hover {
cursor: pointer;
}
.e-calendar .e-header .e-prev.e-overlay, .e-calendar .e-header .e-next.e-overlay {
background: none;
}
.e-calendar .e-header.e-decade .e-title, .e-calendar .e-header.e-year .e-title {
margin-left: 0;
}
.e-calendar .e-header.e-decade .e-title {
cursor: default;
}
.e-calendar .e-header .e-icon-container {
display: inline-block;
float: right;
padding-top: 0;
}
.e-calendar .e-footer-container {
text-transform: uppercase;
}
.e-calendar {
border-spacing: 0;
max-width: 236px;
min-width: 236px;
padding: 0;
}
.e-calendar.e-calendar-day-header-lg {
max-width: 100%;
min-width: 540px;
}
.e-calendar.e-week-number {
min-width: 262px;
}
.e-calendar.e-week {
max-width: 294px;
min-width: 288px;
}
.e-calendar .e-header .e-title {
line-height: 24px;
}
.e-calendar.e-rtl .e-header .e-title {
text-align: right;
text-indent: 4px;
}
.e-calendar .e-header {
height: 24px;
}
.e-calendar .e-header.e-month {
padding: 8px 12px 6px 16px;
}
.e-calendar .e-header.e-year, .e-calendar .e-header.e-decade {
padding: 8px 12px 6px 16px;
}
.e-calendar th {
font-weight: 500;
height: 30px;
text-transform: uppercase;
}
.e-calendar .e-content .e-selected, .e-calendar .e-content .e-state-hover {
border-radius: 0;
}
.e-calendar .e-content span.e-day {
border: none;
font-size: 14px;
font-weight: 400;
height: 30px;
line-height: 30px;
width: 30px;
}
.e-calendar .e-content.e-month td.e-today span.e-day {
line-height: 30px;
}
.e-calendar .e-content.e-year table, .e-calendar .e-content.e-decade table {
border-spacing: 0;
padding: 0 8px 8px 8px;
}
.e-calendar .e-content.e-month td {
height: 30px;
padding: 0;
}
.e-calendar .e-content .tfooter > tr > td {
height: 36px;
line-height: 36px;
}
.e-calendar .e-content.e-year td, .e-calendar .e-content.e-decade td {
height: 50px;
padding: 0;
}
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day {
font-weight: 400;
height: 50px;
line-height: 50px;
width: 50px;
}
.e-calendar .e-header .e-icon-container .e-prev, .e-calendar .e-header .e-icon-container .e-next {
height: 24px;
width: 24px;
}
.e-calendar .e-header .e-icon-container .e-prev {
margin: 0 8px;
}
.e-calendar .e-footer-container {
background-color: rgb(27.323255814, 36.1372093023, 48.476744186);
border-top: none;
text-align: center;
cursor: default;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 8px 8px;
width: 100%;
}
.e-small.e-calendar,
.e-small .e-calendar {
max-width: 200px;
min-width: 200px;
padding: 0;
min-height: 220px;
}
.e-small.e-calendar .e-footer-container,
.e-small .e-calendar .e-footer-container {
padding: 4px;
}
.e-small.e-calendar.e-calendar-day-header-lg,
.e-small .e-calendar.e-calendar-day-header-lg {
max-width: 100%;
min-width: 540px;
}
.e-small.e-calendar .e-content span.e-day,
.e-small .e-calendar .e-content span.e-day {
font-size: 12px;
height: 26px;
line-height: 26px;
width: 26px;
}
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
line-height: 26px;
}
.e-small.e-calendar .e-content.e-month td,
.e-small .e-calendar .e-content.e-month td {
height: 26px;
}
.e-small.e-calendar .e-header,
.e-small .e-calendar .e-header {
height: 24px;
}
.e-small.e-calendar .e-header button span,
.e-small .e-calendar .e-header button span {
font-size: 18px;
padding: 0;
line-height: 14px;
}
.e-small.e-calendar .e-header .e-title,
.e-small .e-calendar .e-header .e-title {
font-size: 16px;
line-height: 24px;
}
.e-small.e-calendar .e-header.e-month, .e-small.e-calendar .e-header.e-year, .e-small.e-calendar .e-header.e-decade,
.e-small .e-calendar .e-header.e-month,
.e-small .e-calendar .e-header.e-year,
.e-small .e-calendar .e-header.e-decade {
padding: 8px 8px 6px 12px;
}
.e-small.e-calendar .e-content.e-month table, .e-small.e-calendar .e-content.e-year table, .e-small.e-calendar .e-content.e-decade table,
.e-small .e-calendar .e-content.e-month table,
.e-small .e-calendar .e-content.e-year table,
.e-small .e-calendar .e-content.e-decade table {
padding: 0 4px 4px 4px;
}
.e-small.e-calendar .e-header .e-icon-container .e-prev, .e-small.e-calendar .e-header .e-icon-container .e-next,
.e-small .e-calendar .e-header .e-icon-container .e-prev,
.e-small .e-calendar .e-header .e-icon-container .e-next {
height: 24px;
width: 24px;
}
.e-small.e-calendar .e-header .e-icon-container .e-prev,
.e-small .e-calendar .e-header .e-icon-container .e-prev {
margin: 0 8px;
}
.e-small.e-calendar th,
.e-small .e-calendar th {
font-size: 12px;
height: 24px;
}
.e-small.e-calendar .e-content.e-year td > span.e-day, .e-small.e-calendar .e-content.e-decade td > span.e-day,
.e-small .e-calendar .e-content.e-year td > span.e-day,
.e-small .e-calendar .e-content.e-decade td > span.e-day {
height: 42px;
line-height: 42px;
width: 42px;
}
.e-calendar .e-btn.e-today.e-flat.e-disabled, .e-calendar .e-btn.e-today.e-flat.e-disabled:hover, .e-calendar .e-btn.e-today.e-flat.e-disabled:active, .e-calendar .e-btn.e-today.e-flat.e-disabled:focus, .e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active {
background: rgb(27.323255814, 36.1372093023, 48.476744186);
border-color: rgba(0, 0, 0, 0.65);
-webkit-box-shadow: none;
box-shadow: none;
color: rgba(209, 213, 219, 0.65);
cursor: default;
opacity: 1;
outline: none;
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-content-placeholder.e-calendar.e-placeholder-calendar {
background-size: 250px 336px;
min-height: 336px;
}
.e-calendar {
background-color: #374151;
border: 1px solid #4b5563;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.e-calendar .e-date-icon-prev, .e-calendar .e-date-icon-next {
color: #d1d5db;
}
.e-calendar th {
border-bottom: 0;
color: #9ca3af;
}
.e-calendar .e-header {
border-bottom: 0;
}
.e-calendar .e-header a span {
border: none;
color: #d1d5db;
}
.e-calendar .e-header .e-title {
color: #d1d5db;
}
.e-calendar .e-header .e-title:hover {
background: none;
cursor: pointer;
text-decoration: none;
}
.e-calendar .e-header .e-title:focus {
-webkit-box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
background: none;
text-decoration: none;
}
.e-calendar .e-header .e-title:active {
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
background: none;
text-decoration: none;
}
.e-calendar .e-header .e-prev:hover > span, .e-calendar .e-header .e-next:hover > span {
border: #4b5563;
color: #d1d5db;
cursor: pointer;
}
.e-calendar .e-header .e-prev:hover, .e-calendar .e-header .e-next:hover {
background: transparent;
}
.e-calendar .e-header .e-prev:focus, .e-calendar .e-header .e-next:focus {
-webkit-box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
}
.e-calendar .e-header .e-prev:active, .e-calendar .e-header .e-next:active {
background: transparent;
color: #000;
}
.e-calendar .e-header button.e-prev:active span, .e-calendar .e-header button.e-next:active span {
border: none;
color: #9ca3af;
}
.e-calendar .e-header.e-decade .e-title {
color: #d1d5db;
cursor: default;
}
.e-calendar .e-header .e-next.e-disabled span, .e-calendar .e-header .e-prev.e-disabled span {
color: #6b7280;
font-weight: 400;
}
.e-calendar .e-header .e-next.e-disabled, .e-calendar .e-header .e-prev.e-disabled {
opacity: 1;
}
.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day {
color: #9ca3af;
}
.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day {
color: #000;
}
.e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day {
color: #6b7280;
}
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day {
background-color: rgb(15.7857142857, 180.1428571429, 205.2142857143);
}
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day {
background: none;
}
.e-calendar .e-content .e-week-number span {
color: #6b7280;
}
.e-calendar .e-content td.e-focused-date span.e-day, .e-calendar .e-content td.e-focused-date:hover span.e-day, .e-calendar .e-content td.e-focused-date:focus span.e-day {
background: #6b7280;
border: none;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-calendar .e-content td.e-focused-date:hover span.e-day {
background-color: #4b5563;
border: none;
border-radius: 4px;
color: #d1d5db;
}
.e-calendar .e-content td.e-today span.e-day, .e-calendar .e-content td.e-focused-date.e-today span.e-day {
background: none;
border: none;
border-radius: 4px;
-webkit-box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
color: #22d3ee;
}
.e-calendar .e-content td.e-focused-date.e-today span.e-day {
background: #4b5563;
border: none;
-webkit-box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
color: #d1d5db;
}
.e-calendar .e-content td.e-today:focus span.e-day, .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
background-color: #4b5563;
border: none;
border-radius: 4px;
color: #d1d5db;
}
.e-calendar .e-content td.e-today:hover span.e-day, .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
background-color: #4b5563;
border: none;
color: #d1d5db;
}
.e-calendar .e-content td.e-today.e-selected span.e-day {
background-color: #22d3ee;
border: none;
-webkit-box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
color: #000;
}
.e-calendar .e-content td.e-today.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
background: rgb(15.7857142857, 180.1428571429, 205.2142857143);
color: #000;
}
.e-calendar .e-content span {
color: #d1d5db;
}
.e-calendar .e-content .e-disabled span.e-day:hover {
background: none;
border: 0;
color: #6b7280;
}
.e-calendar .e-content .e-other-month:hover span.e-day {
color: #9ca3af;
}
.e-calendar .e-content .e-other-month span.e-day, .e-calendar .e-content .e-other-month.e-today span.e-day {
color: #9ca3af;
}
.e-calendar .e-content .e-other-month.e-today:hover span.e-day {
background-color: #4b5563;
color: #9ca3af;
}
.e-calendar .e-content thead {
background: none;
border-bottom: 0;
}
.e-calendar .e-content td:hover span.e-day, .e-calendar .e-content td:focus span.e-day {
background-color: #4b5563;
border: none;
border-radius: 4px;
color: #d1d5db;
}
.e-calendar .e-content td:focus span.e-day {
background-color: #4b5563;
color: #d1d5db;
border: none;
border-radius: 4px;
}
.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 {
background: none;
border: none;
color: #6b7280;
}
.e-calendar .e-content td.e-selected span.e-day {
background-color: #22d3ee;
color: #000;
border: none;
border-radius: 4px;
}
.e-calendar .e-content .e-footer {
color: #22d3ee;
}
.e-calendar.e-device .e-prev:hover, .e-calendar.e-device .e-next:hover, .e-calendar.e-device .e-prev:active, .e-calendar.e-device .e-next:active, .e-calendar.e-device .e-prev:focus, .e-calendar.e-device .e-next:focus {
background: none;
}
.e-calendar.e-device button.e-prev:active span, .e-calendar.e-device button.e-next:active span {
color: #d1d5db;
}
.e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover) {
-webkit-tap-highlight-color: transparent;
background-color: #22d3ee;
border-color: #22d3ee;
color: #000;
}
.e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary.e-disabled {
-webkit-tap-highlight-color: transparent;
background-color: #155e75;
border-color: #155e75;
color: #000;
}
.e-small.e-calendar .e-header .e-title,
.e-small .e-calendar .e-header .e-title {
color: #d1d5db;
}
.e-calendar.e-disabled .e-footer-container .e-btn.e-today.e-flat.e-primary {
-webkit-tap-highlight-color: transparent;
background-color: #155e75;
border-color: #155e75;
color: #000;
}
.e-calendar .e-zoomin {
-webkit-animation: animatezoom 0.3s;
animation: animatezoom 0.3s;
}
@-webkit-keyframes animatezoom {
from {
-webkit-transform: scale(0);
transform: scale(0);
}
to {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes animatezoom {
from {
-webkit-transform: scale(0);
transform: scale(0);
}
to {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.e-calendar .e-calendar-content-table .e-cell.e-focused-cell span.e-day {
-webkit-box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
border-radius: 4px;
}
.e-bigger.e-calendar,
*.e-bigger .e-calendar {
max-width: 292px;
min-width: 292px;
padding: 0;
}
.e-bigger.e-calendar.e-calendar-day-header-lg,
*.e-bigger .e-calendar.e-calendar-day-header-lg {
max-width: 100%;
min-width: 540px;
}
.e-bigger.e-calendar.e-week,
*.e-bigger .e-calendar.e-week {
max-width: 320px;
min-width: 314px;
}
.e-bigger.e-calendar.e-week-number,
*.e-bigger .e-calendar.e-week-number {
min-width: 325px;
}
.e-bigger.e-calendar .e-header .e-title,
*.e-bigger .e-calendar .e-header .e-title {
font-size: 18px;
line-height: 28px;
width: 60%;
}
.e-bigger.e-calendar.e-rtl .e-header .e-title,
*.e-bigger .e-calendar.e-rtl .e-header .e-title {
line-height: 28px;
text-indent: 6px;
}
.e-bigger.e-calendar .e-header,
*.e-bigger .e-calendar .e-header {
height: 28px;
padding: 16px 16px 8px 24px;
}
.e-bigger.e-calendar .e-header button,
*.e-bigger .e-calendar .e-header button {
margin-right: 0;
}
.e-bigger.e-calendar .e-header button span,
*.e-bigger .e-calendar .e-header button span {
font-size: 24px;
padding: 0;
}
.e-bigger.e-calendar .e-header.e-year, .e-bigger.e-calendar .e-header.e-decade,
*.e-bigger .e-calendar .e-header.e-year,
*.e-bigger .e-calendar .e-header.e-decade {
padding: 16px 16px 8px 24px;
}
.e-bigger.e-calendar th,
*.e-bigger .e-calendar th {
font-size: 14px;
height: 36px;
text-transform: uppercase;
}
.e-bigger.e-calendar .e-content.e-year span.e-day,
*.e-bigger .e-calendar .e-content.e-year span.e-day {
font-size: 16px;
font-weight: 400;
}
.e-bigger.e-calendar .e-content.e-month table,
*.e-bigger .e-calendar .e-content.e-month table {
padding: 0 16px 12px 16px;
}
.e-bigger.e-calendar .e-content.e-year table, .e-bigger.e-calendar .e-content.e-decade table,
*.e-bigger .e-calendar .e-content.e-year table,
*.e-bigger .e-calendar .e-content.e-decade table {
padding: 0 16px 16px;
}
.e-bigger.e-calendar .e-content .e-selected, .e-bigger.e-calendar .e-content .e-state-hover,
*.e-bigger .e-calendar .e-content .e-selected,
*.e-bigger .e-calendar .e-content .e-state-hover {
border-radius: 0;
}
.e-bigger.e-calendar .e-content span.e-day,
*.e-bigger .e-calendar .e-content span.e-day {
font-size: 16px;
height: 36px;
line-height: 36px;
width: 36px;
}
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
line-height: 36px;
}
.e-bigger.e-calendar .e-content.e-month td,
*.e-bigger .e-calendar .e-content.e-month td {
height: 0;
padding: 0;
}
.e-bigger.e-calendar .e-content.e-year td, .e-bigger.e-calendar .e-content.e-decade td,
*.e-bigger .e-calendar .e-content.e-year td,
*.e-bigger .e-calendar .e-content.e-decade td {
height: 60px;
padding: 0;
}
.e-bigger.e-calendar .e-content.e-year td > span.e-day, .e-bigger.e-calendar .e-content.e-decade td > span.e-day,
*.e-bigger .e-calendar .e-content.e-year td > span.e-day,
*.e-bigger .e-calendar .e-content.e-decade td > span.e-day {
height: 60px;
line-height: 60px;
width: 60px;
}
.e-bigger.e-calendar .e-header .e-icon-container .e-prev, .e-bigger.e-calendar .e-header .e-icon-container .e-next,
*.e-bigger .e-calendar .e-header .e-icon-container .e-prev,
*.e-bigger .e-calendar .e-header .e-icon-container .e-next {
height: 28px;
width: 28px;
}
.e-bigger.e-calendar .e-header .e-icon-container .e-prev,
*.e-bigger .e-calendar .e-header .e-icon-container .e-prev {
margin: 0 12px;
}
.e-bigger.e-calendar .e-footer-container,
*.e-bigger .e-calendar .e-footer-container {
border-top: none;
padding: 12px 16px;
}
.e-bigger .e-content-placeholder.e-calendar.e-placeholder-calendar,
.e-bigger.e-content-placeholder.e-calendar.e-placeholder-calendar {
background-size: 300px 392px;
min-height: 392px;
}
.e-bigger.e-small .e-calendar {
background-color: #374151;
border: 1px solid #4b5563;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.e-bigger.e-small .e-calendar .e-date-icon-prev, .e-bigger.e-small .e-calendar .e-date-icon-next {
color: #d1d5db;
}
.e-bigger.e-small .e-calendar th {
border-bottom: 0;
color: #9ca3af;
}
.e-bigger.e-small .e-calendar .e-header {
border-bottom: 0;
}
.e-bigger.e-small .e-calendar .e-header a span {
border: none;
color: #d1d5db;
}
.e-bigger.e-small .e-calendar .e-header .e-title {
color: #d1d5db;
}
.e-bigger.e-small .e-calendar .e-header .e-title:hover {
background: none;
cursor: pointer;
text-decoration: none;
}
.e-bigger.e-small .e-calendar .e-header .e-title:focus {
-webkit-box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
background: none;
text-decoration: none;
}
.e-bigger.e-small .e-calendar .e-header .e-title:active {
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
background: none;
text-decoration: none;
}
.e-bigger.e-small .e-calendar .e-header .e-prev:hover > span, .e-bigger.e-small .e-calendar .e-header .e-next:hover > span {
border: #4b5563;
color: #d1d5db;
cursor: pointer;
}
.e-bigger.e-small .e-calendar .e-header .e-prev:hover, .e-bigger.e-small .e-calendar .e-header .e-next:hover {
background: transparent;
}
.e-bigger.e-small .e-calendar .e-header .e-prev:focus, .e-bigger.e-small .e-calendar .e-header .e-next:focus {
-webkit-box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
box-shadow: 0 0 0 1px rgb(79.1344680851, 84.3114893617, 94.6655319149);
}
.e-bigger.e-small .e-calendar .e-header .e-prev:active, .e-bigger.e-small .e-calendar .e-header .e-next:active {
background: transparent;
color: #000;
}
.e-bigger.e-small .e-calendar .e-header button.e-prev:active span, .e-bigger.e-small .e-calendar .e-header button.e-next:active span {
border: none;
color: #9ca3af;
}
.e-bigger.e-small .e-calendar .e-header.e-decade .e-title {
color: #d1d5db;
cursor: default;
}
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span, .e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span {
color: #6b7280;
font-weight: 400;
}
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled, .e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled {
opacity: 1;
}
.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, .e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day {
color: #9ca3af;
}
.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, .e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day {
color: #000;
}
.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, .e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day {
color: #6b7280;
}
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day {
background-color: rgb(15.7857142857, 180.1428571429, 205.2142857143);
}
.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, .e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day {
background: none;
}
.e-bigger.e-small .e-calendar .e-content .e-week-number span {
color: #6b7280;
}
.e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day {
background: #6b7280;
border: none;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day {
background-color: #4b5563;
border: none;
border-radius: 4px;
color: #d1d5db;
}
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
background: none;
border: none;
border-radius: 4px;
-webkit-box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
color: #22d3ee;
}
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
background: #4b5563;
border: none;
-webkit-box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
color: #d1d5db;
}
.e-bigger.e-small .e-calendar .e-content td.e-today:focus span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
background-color: #4b5563;
border: none;
border-radius: 4px;
color: #d1d5db;
}
.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
background-color: #4b5563;
border: none;
color: #d1d5db;
}
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day {
background-color: #22d3ee;
border: none;
-webkit-box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
box-shadow: inset 1px 0 #22d3ee, inset 0 1px #22d3ee, inset -1px 0 #22d3ee, inset 0 -1px #22d3ee;
color: #000;
}
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
background-color: rgb(15.7857142857, 180.1428571429, 205.2142857143);
color: #000;
}
.e-bigger.e-small .e-calendar .e-content span {
color: #d1d5db;
}
.e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover {
background: none;
border: 0;
color: #6b7280;
}
.e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day {
color: #9ca3af;
}
.e-bigger.e-small .e-calendar .e-content .e-other-month span.e-day, .e-bigger.e-small .e-calendar .e-content .e-other-month.e-today span.e-day {
color: #9ca3af;
}
.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day {
background-color: #4b5563;
color: #9ca3af;
}
.e-bigger.e-small .e-calendar .e-content thead {
background: none;
border-bottom: 0;
}
.e-bigger.e-small .e-calendar .e-content td:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
background-color: #4b5563;
border: none;
border-radius: 4px;
color: #d1d5db;
}
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
background-color: #4b5563;
color: #d1d5db;
border: none;
border-radius: 4px;
}
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-disabled:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-disabled:focus span.e-day {
background: none;
border: none;
color: #6b7280;
}
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
background-color: #22d3ee;
color: #000;
border: none;
border-radius: 4px;
}
.e-bigger.e-small .e-calendar .e-content .e-footer {
color: #22d3ee;
}
.e-bigger.e-small .e-calendar.e-device .e-prev:hover, .e-bigger.e-small .e-calendar.e-device .e-next:hover, .e-bigger.e-small .e-calendar.e-device .e-prev:active, .e-bigger.e-small .e-calendar.e-device .e-next:active, .e-bigger.e-small .e-calendar.e-device .e-prev:focus, .e-bigger.e-small .e-calendar.e-device .e-next:focus {
background: none;
}
.e-bigger.e-small .e-calendar.e-device button.e-prev:active span, .e-bigger.e-small .e-calendar.e-device button.e-next:active span {
color: #d1d5db;
}
.e-bigger.e-small .e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover) {
-webkit-tap-highlight-color: transparent;
background-color: #22d3ee;
border-color: #22d3ee;
color: #000;
}
.e-bigger.e-small .e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary.e-disabled {
-webkit-tap-highlight-color: transparent;
background-color: #155e75;
border-color: #155e75;
color: #000;
}
.e-bigger.e-small .e-calendar {
/* stylelint-disable property-no-vendor-prefix */
-webkit-tap-highlight-color: transparent;
border-radius: 4px;
display: block;
overflow: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title {
float: right;
text-align: right;
}
.e-bigger.e-small .e-calendar.e-rtl .e-header .e-icon-container {
float: left;
}
.e-bigger.e-small .e-calendar .e-header {
background: none;
display: table;
font-weight: 400;
position: relative;
text-align: center;
width: 100%;
}
.e-bigger.e-small .e-calendar .e-header button {
background: transparent;
border: 0;
margin-right: 0;
padding: 0;
text-decoration: none;
}
.e-bigger.e-small .e-calendar .e-header span {
cursor: pointer;
display: inline-block;
font-size: 20px;
font-weight: 400;
line-height: 16px;
padding: 0;
vertical-align: middle;
}
.e-bigger.e-small .e-calendar .e-header span.e-disabled {
cursor: default;
}
.e-bigger.e-small .e-calendar .e-week-header {
padding: 0 0 6px;
}
.e-bigger.e-small .e-calendar th {
cursor: default;
font-size: 12px;
font-weight: normal;
text-align: center;
}
.e-bigger.e-small .e-calendar .e-content .e-selected, .e-bigger.e-small .e-calendar .e-content .e-state-hover {
border-radius: 0;
}
.e-bigger.e-small .e-calendar .e-content span.e-day {
border-radius: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
overflow: hidden;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: middle;
}
.e-bigger.e-small .e-calendar .e-content th, .e-bigger.e-small .e-calendar .e-content td {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.e-bigger.e-small .e-calendar .e-content td.e-disabled {
opacity: 1;
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-bigger.e-small .e-calendar .e-content td {
cursor: pointer;
padding: 0;
text-align: center;
}
.e-bigger.e-small .e-calendar .e-content td.e-week-number {
color: #d1d5db;
font-size: 14px;
font-style: italic;
font-weight: 500;
}
.e-bigger.e-small .e-calendar .e-content td.e-overlay {
background: none;
width: initial;
}
.e-bigger.e-small .e-calendar .e-content table {
border-collapse: separate;
border-spacing: 0;
border-width: 0;
float: left;
margin: 0;
outline: 0;
padding: 0 8px 8px 8px;
table-layout: fixed;
width: 100%;
}
.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
display: inline-block;
font-weight: 400;
}
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
display: none;
font-weight: 400;
}
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, .e-bigger.e-small .e-calendar .e-content td.e-other-month, .e-bigger.e-small .e-calendar .e-content td.e-other-year {
pointer-events: initial;
-ms-touch-action: initial;
touch-action: initial;
}
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, .e-bigger.e-small .e-calendar .e-content td.e-other-month.e-disabled, .e-bigger.e-small .e-calendar .e-content td.e-other-year.e-disabled {
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
background-color: #374151;
cursor: default;
}
.e-bigger.e-small .e-calendar .e-header .e-prev, .e-bigger.e-small .e-calendar .e-header .e-next {
border-radius: 4px;
display: inline-block;
font-size: 14px;
vertical-align: middle;
}
.e-bigger.e-small .e-calendar .e-header .e-title {
cursor: pointer;
display: inline-block;
float: left;
font-size: 16px;
font-weight: 500;
text-align: left;
padding: 0 5px;
border: none;
border-radius: 4px;
}
.e-bigger.e-small .e-calendar .e-header .e-title {
margin-left: 0;
}
.e-bigger.e-small .e-calendar .e-header .e-prev:hover, .e-bigger.e-small .e-calendar .e-header .e-next:hover {
cursor: pointer;
}
.e-bigger.e-small .e-calendar .e-header .e-prev.e-overlay, .e-bigger.e-small .e-calendar .e-header .e-next.e-overlay {
background: none;
}
.e-bigger.e-small .e-calendar .e-header.e-decade .e-title, .e-bigger.e-small .e-calendar .e-header.e-year .e-title {
margin-left: 0;
}
.e-bigger.e-small .e-calendar .e-header.e-decade .e-title {
cursor: default;
}
.e-bigger.e-small .e-calendar .e-header .e-icon-container {
display: inline-block;
float: right;
padding-top: 0;
}
.e-bigger.e-small .e-calendar .e-footer-container {
text-transform: uppercase;
}
.e-bigger.e-small .e-calendar {
border-spacing: 0;
max-width: 236px;
min-width: 236px;
padding: 0;
}
.e-bigger.e-small .e-calendar.e-calendar-day-header-lg {
max-width: 100%;
min-width: 540px;
}
.e-bigger.e-small .e-calendar.e-week-number {
min-width: 262px;
}
.e-bigger.e-small .e-calendar.e-week {
max-width: 294px;
min-width: 288px;
}
.e-bigger.e-small .e-calendar .e-header .e-title {
line-height: 24px;
}
.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title {
text-align: right;
text-indent: 4px;
}
.e-bigger.e-small .e-calendar .e-header {
height: 24px;
}
.e-bigger.e-small .e-calendar .e-header.e-month {
padding: 8px 12px 6px 16px;
}
.e-bigger.e-small .e-calendar .e-header.e-year, .e-bigger.e-small .e-calendar .e-header.e-decade {
padding: 8px 12px 6px 16px;
}
.e-bigger.e-small .e-calendar th {
font-weight: 500;
height: 30px;
text-transform: uppercase;
}
.e-bigger.e-small .e-calendar .e-content .e-selected, .e-bigger.e-small .e-calendar .e-content .e-state-hover {
border-radius: 0;
}
.e-bigger.e-small .e-calendar .e-content span.e-day {
border: none;
font-size: 14px;
font-weight: 400;
height: 30px;
line-height: 30px;
width: 30px;
}
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
line-height: 30px;
}
.e-bigger.e-small .e-calendar .e-content.e-year table, .e-bigger.e-small .e-calendar .e-content.e-decade table {
border-spacing: 0;
padding: 0 8px 8px 8px;
}
.e-bigger.e-small .e-calendar .e-content.e-month td {
height: 30px;
padding: 0;
}
.e-bigger.e-small .e-calendar .e-content .tfooter > tr > td {
height: 36px;
line-height: 36px;
}
.e-bigger.e-small .e-calendar .e-content.e-year td, .e-bigger.e-small .e-calendar .e-content.e-decade td {
height: 50px;
padding: 0;
}
.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, .e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day {
font-weight: 400;
height: 50px;
line-height: 50px;
width: 50px;
}
.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev, .e-bigger.e-small .e-calendar .e-header .e-icon-container .e-next {
height: 24px;
width: 24px;
}
.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev {
margin: 0 8px;
}
.e-bigger.e-small .e-calendar .e-footer-container {
background-color: rgb(27.323255814, 36.1372093023, 48.476744186);
border-top: none;
text-align: center;
cursor: default;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 8px 8px;
width: 100%;
}
.e-small.e-bigger.e-calendar,
.e-small.e-bigger .e-calendar {
max-width: 275px;
min-width: 275px;
}
.e-small.e-bigger.e-calendar .e-footer-container,
.e-small.e-bigger .e-calendar .e-footer-container {
padding: 10px 12px;
}
.e-small.e-bigger.e-calendar .e-content.e-year span.e-day,
.e-small.e-bigger .e-calendar .e-content.e-year span.e-day {
font-size: 14px;
}
.e-small.e-bigger.e-calendar .e-header.e-month, .e-small.e-bigger.e-calendar .e-header.e-year, .e-small.e-bigger.e-calendar .e-header.e-decade,
.e-small.e-bigger .e-calendar .e-header.e-month,
.e-small.e-bigger .e-calendar .e-header.e-year,
.e-small.e-bigger .e-calendar .e-header.e-decade {
padding: 8px 12px 6px 20px;
}
.e-small.e-bigger.e-calendar .e-header .e-icon-container .e-prev,
.e-small.e-bigger .e-calendar .e-header .e-icon-container .e-prev {
margin: 0 10px;
}
.e-small.e-bigger.e-calendar .e-content.e-month table,
.e-small.e-bigger .e-calendar .e-content.e-month table {
padding: 0 12px 12px 12px;
}
.e-small.e-bigger.e-calendar .e-content.e-year table, .e-small.e-bigger.e-calendar .e-content.e-decade table,
.e-small.e-bigger .e-calendar .e-content.e-year table,
.e-small.e-bigger .e-calendar .e-content.e-decade table {
padding: 0 12px 12px 12px;
}
.e-small.e-bigger.e-calendar th,
.e-small.e-bigger .e-calendar th {
height: 34px;
}
.e-small.e-bigger.e-calendar .e-content span.e-day,
.e-small.e-bigger .e-calendar .e-content span.e-day {
height: 34px;
line-height: 34px;
width: 34px;
}
.e-small.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
.e-small.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
line-height: 34px;
}
.e-small.e-bigger.e-calendar .e-content.e-month td,
.e-small.e-bigger .e-calendar .e-content.e-month td {
height: 34px;
}
/* stylelint-disable property-no-vendor-prefix */
/* stylelint-disable-line no-empty-source */
/*! component icons */
.e-time-wrapper .e-time-icon.e-icons::before,
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
content: "\e705";
}
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
content: "\e7e7";
font-family: "e-icons";
}
.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.e-time-wrapper,
*.e-control-wrapper.e-time-wrapper {
/* stylelint-disable property-no-vendor-prefix */
-webkit-tap-highlight-color: transparent;
}
.e-time-wrapper .e-time-icon.e-icons,
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
font-size: 16px;
}
.e-time-wrapper .e-time-icon.e-icons.e-disabled,
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
pointer-events: none;
}
.e-time-wrapper span,
*.e-control-wrapper.e-time-wrapper span {
cursor: pointer;
}
.e-timepicker.e-time-modal {
background-color: #374151;
height: 100%;
left: 0;
opacity: 0.5;
pointer-events: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.e-timepicker.e-popup {
border-style: solid;
border-width: 1px;
overflow: auto;
}
.e-timepicker.e-popup .e-content {
position: relative;
}
.e-timepicker.e-popup .e-list-parent.e-ul {
margin: 0;
padding: 4px 0;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
cursor: default;
font-size: 14px;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
width: 100%;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
cursor: pointer;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
line-height: 30px;
text-indent: 12px;
}
.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
font-size: 14px;
line-height: 26px;
text-indent: 12px;
}
.e-small .e-time-wrapper .e-time-icon.e-icons,
*.e-small.e-time-wrapper .e-time-icon.e-icons,
*.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
*.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons {
font-size: 14px;
}
.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
background-size: 250px 33px;
min-height: 33px;
}
/* stylelint-disable */
.e-time-overflow {
overflow: hidden;
}
.e-timepicker-mob-popup-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
left: 0;
max-height: 100%;
position: fixed;
top: 0;
width: 100%;
z-index: 1002;
}
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
left: 0 !important;
position: relative;
top: 0 !important;
}
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
.e-datetimepicker.e-popup-expand.e-popup {
border-radius: 0;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
.e-datetimepicker.e-popup-expand .e-model-header {
height: 10%;
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 2vh;
border-bottom: none;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
float: left;
padding: 1vh 2vw;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
padding: 1vh 2vw;
text-transform: capitalize;
font-weight: 500;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
font-size: 2vh;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
.e-datetimepicker.e-popup-expand .e-content {
height: 90%;
overflow: auto;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
padding: 1vh 0;
line-height: 5vh;
}
@media (max-device-width: 768px) {
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
font-size: 14px;
}
}
@media (min-device-width: 768px) {
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
font-size: 24px;
}
}
@media screen and (orientation: landscape) {
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
.e-datetimepicker.e-popup-expand .e-model-header {
height: 15%;
font-size: 2vw;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
padding: 1vh 1vw;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
padding: 1vh 1vw;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
font-size: 2vw;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
.e-datetimepicker.e-popup-expand .e-content {
height: 85%;
}
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
padding: 1vh 0;
line-height: 10vh;
}
}
/* stylelint-enable */
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
color: #fff;
}
.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
color: #fff;
}
.e-timepicker.e-popup {
background-color: #1f2937;
border: 1px solid #4b5563;
border-radius: 6px;
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.e-timepicker.e-popup .e-list-parent.e-ul {
background-color: #1f2937;
}
.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
border: none;
color: #fff;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
color: #6b7280;
opacity: 1;
pointer-events: none;
-ms-touch-action: none;
touch-action: none;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
background-color: #4b5563;
border: none;
color: #fff;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
background-color: #6b7280;
color: #fff;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
background-color: #4b5563;
color: #fff;
}
.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
color: #fff;
}
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
.e-datetimepicker.e-popup-expand .e-model-header {
background-color: rgb(27.323255814, 36.1372093023, 48.476744186);
color: #d1d5db;
}
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
color: #d1d5db;
font-weight: 500;
}
.e-bigger .e-time-wrapper .e-time-icon.e-icons,
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
font-size: 18px;
}
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
*.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
padding: 4px 0;
}
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
font-size: 16px;
line-height: 36px;
text-indent: 16px;
}
.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker,
.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
background-size: 250px 40px;
min-height: 40px;
}
.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
font-size: 14px;
line-height: 32px;
text-indent: 12px;
}
.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons,
*.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons,
*.e-small.e-bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
*.e-control-wrapper.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons {
font-size: 16px;
}
.e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-bigger.e-small.e-timepi