@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,704 lines (1,658 loc) • 128 kB
CSS
/*! calendar fabric theme variables */
/*! component icons */
.e-calendar .e-header .e-date-icon-prev::before {
content: "\e85e";
}
.e-calendar .e-header .e-date-icon-next::before {
content: "\e84f";
}
/*! 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: 0;
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: 300;
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: 14px;
font-weight: 300;
line-height: 16px;
padding: 6px 7px;
vertical-align: middle;
}
.e-calendar .e-header span.e-disabled {
cursor: default;
}
.e-calendar .e-week-header {
padding: 0;
}
.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: 12px;
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.e-disabled.e-today {
opacity: 1;
}
.e-calendar .e-content td.e-disabled.e-today span.e-day {
-webkit-box-shadow: inset 1px 0 #ffd939, inset 0 1px #ffd939, inset -1px 0 #ffd939, inset 0 -1px #ffd939;
box-shadow: inset 1px 0 #ffd939, inset 0 1px #ffd939, inset -1px 0 #ffd939, inset 0 -1px #ffd939;
color: none;
}
.e-calendar .e-content td {
cursor: pointer;
padding: 0;
text-align: center;
}
.e-calendar .e-content td.e-week-number {
color: #fff;
font-size: 12px;
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 10px 10px 10px;
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: 500;
}
.e-calendar .e-content tr.e-month-hide {
display: none;
font-weight: 500;
}
.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: #000;
cursor: default;
}
.e-calendar .e-header .e-prev, .e-calendar .e-header .e-next {
border-radius: 0;
display: inline-block;
font-size: 16px;
vertical-align: middle;
}
.e-calendar .e-header .e-title {
cursor: pointer;
display: inline-block;
float: left;
font-size: 17px;
font-weight: 300;
text-align: left;
padding: 0 5px;
border: none;
border-radius: 0;
}
.e-calendar .e-header .e-title {
margin-left: 7px;
}
.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: 7px;
}
.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: 232px;
min-width: 232px;
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: 232px;
min-width: 232px;
}
.e-calendar .e-header .e-title {
line-height: 32px;
}
.e-calendar.e-rtl .e-header .e-title {
text-align: right;
text-indent: 4px;
}
.e-calendar .e-header {
height: 32px;
}
.e-calendar .e-header.e-month {
padding: 10px 10px 0 10px;
}
.e-calendar .e-header.e-year, .e-calendar .e-header.e-decade {
padding: 10px;
}
.e-calendar th {
font-weight: 500;
height: 30px;
text-transform: none;
}
.e-calendar .e-content .e-selected, .e-calendar .e-content .e-state-hover {
border-radius: 0;
}
.e-calendar .e-content span.e-day {
border: 1px solid transparent;
font-size: 12px;
font-weight: 500;
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 6px 0;
}
.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: 45px;
padding: 5px;
}
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day {
font-weight: normal;
height: 45px;
line-height: 45px;
width: 45px;
}
.e-calendar .e-header .e-icon-container .e-prev, .e-calendar .e-header .e-icon-container .e-next {
height: 30px;
width: 30px;
}
.e-calendar .e-footer-container {
background-color: #000;
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: 0 10px 10px 10px;
width: 100%;
}
.e-small.e-calendar,
.e-small .e-calendar {
max-width: 232px;
min-width: 232px;
padding: 0;
min-height: 220px;
}
.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: 24px;
line-height: 24px;
width: 24px;
}
.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: 24px;
}
.e-small.e-calendar .e-content.e-month td,
.e-small .e-calendar .e-content.e-month td {
height: 24px;
}
.e-small.e-calendar .e-header,
.e-small .e-calendar .e-header {
height: 32px;
}
.e-small.e-calendar .e-header button span,
.e-small .e-calendar .e-header button span {
font-size: 12px;
padding: 6px;
line-height: 14px;
}
.e-small.e-calendar .e-header .e-title,
.e-small .e-calendar .e-header .e-title {
font-size: 14px;
line-height: 32px;
}
.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: 28px;
width: 28px;
}
.e-small.e-calendar th,
.e-small .e-calendar th {
font-size: 12px;
height: 24px;
}
.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: #000;
border-color: #000;
-webkit-box-shadow: none;
box-shadow: none;
color: #757575;
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: #000;
border: 1px solid #969696;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-calendar .e-date-icon-prev, .e-calendar .e-date-icon-next {
color: #fff;
}
.e-calendar th {
border-bottom: 0;
color: #fff;
}
.e-calendar .e-header {
border-bottom: 0;
}
.e-calendar .e-header a span {
border: 1px solid transparent;
color: #fff;
}
.e-calendar .e-header .e-title {
color: #ffd939;
}
.e-calendar .e-header .e-title:hover {
background: none;
cursor: pointer;
text-decoration: underline;
}
.e-calendar .e-header .e-title:focus {
-webkit-box-shadow: 0 0 0 1px #fff;
box-shadow: 0 0 0 1px #fff;
background: none;
text-decoration: none;
}
.e-calendar .e-header .e-title:active {
-webkit-box-shadow: none;
box-shadow: none;
background: #000;
text-decoration: underline;
}
.e-calendar .e-header .e-prev:hover > span, .e-calendar .e-header .e-next:hover > span {
border: 1px solid #fff;
color: #fff;
cursor: pointer;
}
.e-calendar .e-header .e-prev:hover, .e-calendar .e-header .e-next:hover {
background: #685708;
}
.e-calendar .e-header .e-prev:focus, .e-calendar .e-header .e-next:focus {
-webkit-box-shadow: 0 0 0 1px #fff;
box-shadow: 0 0 0 1px #fff;
}
.e-calendar .e-header .e-prev:active, .e-calendar .e-header .e-next:active {
background: #ffd939;
color: #000;
}
.e-calendar .e-header button.e-prev:active span, .e-calendar .e-header button.e-next:active span {
border: 1px solid #ffd939;
color: #000;
}
.e-calendar .e-header.e-decade .e-title {
color: #ffd939;
cursor: default;
}
.e-calendar .e-header .e-next.e-disabled span, .e-calendar .e-header .e-prev.e-disabled span {
color: #757575;
font-weight: 500;
}
.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: #969696;
}
.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: #757575;
}
.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: #ffd939;
}
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day {
background: #000;
}
.e-calendar .e-content .e-week-number span {
color: #fff;
}
.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: #000;
border: 1px dashed #fff;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-calendar .e-content td.e-focused-date:hover span.e-day {
background-color: #685708;
border: 1px solid #fff;
border-radius: 0;
color: #fff;
}
.e-calendar .e-content td.e-today span.e-day, .e-calendar .e-content td.e-focused-date.e-today span.e-day {
background: #000;
border: 1px solid #ffd939;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #ffd939;
}
.e-calendar .e-content td.e-focused-date.e-today span.e-day {
background: #000;
border: 1px dashed #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #ffd939;
}
.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: #333;
border: 1px dashed #fff;
border-radius: 0;
color: #fff;
}
.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: #685708;
border: 1px solid #ffd939;
color: #fff;
}
.e-calendar .e-content td.e-today.e-selected span.e-day {
background-color: #ffd939;
border: 1px solid #ffd939;
-webkit-box-shadow: none;
box-shadow: none;
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(255, 231.6818181818, 133.5);
color: #000;
}
.e-calendar .e-content span {
color: #fff;
}
.e-calendar .e-content .e-disabled span.e-day:hover {
background: none;
border: 0;
color: #757575;
}
.e-calendar .e-content .e-other-month:hover span.e-day {
color: #fff;
}
.e-calendar .e-content .e-other-month span.e-day, .e-calendar .e-content .e-other-month.e-today span.e-day {
color: #969696;
}
.e-calendar .e-content .e-other-month.e-today:hover span.e-day {
background-color: #685708;
color: #969696;
}
.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: #685708;
border: 1px solid #fff;
border-radius: 0;
color: #fff;
}
.e-calendar .e-content td:focus span.e-day {
background-color: #333;
color: #fff;
border: 1px dashed #fff;
border-radius: 0;
}
.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: #757575;
}
.e-calendar .e-content td.e-selected span.e-day {
background-color: #ffd939;
color: #000;
border: 1px solid #ffd939;
border-radius: 0;
}
.e-calendar .e-content .e-footer {
color: #ffd939;
}
.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: #fff;
}
.e-small.e-calendar .e-header .e-title,
.e-small .e-calendar .e-header .e-title {
color: #ffd939;
}
.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 #fff;
box-shadow: 0 0 0 1px #fff;
border-radius: 0;
}
.e-bigger.e-calendar,
*.e-bigger .e-calendar {
max-width: 288px;
min-width: 288px;
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: 288px;
min-width: 288px;
}
.e-bigger.e-calendar.e-week-number,
*.e-bigger .e-calendar.e-week-number {
min-width: 320px;
}
.e-bigger.e-calendar .e-header .e-title,
*.e-bigger .e-calendar .e-header .e-title {
font-size: 19px;
line-height: 48px;
width: 60%;
}
.e-bigger.e-calendar.e-rtl .e-header .e-title,
*.e-bigger .e-calendar.e-rtl .e-header .e-title {
line-height: 48px;
text-indent: 6px;
}
.e-bigger.e-calendar .e-header,
*.e-bigger .e-calendar .e-header {
height: 48px;
padding: 12px 12px 0 12px;
}
.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: 18px;
padding: 13px;
}
.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: 12px 12px 10px 12px;
}
.e-bigger.e-calendar th,
*.e-bigger .e-calendar th {
font-size: 15px;
height: 37px;
text-transform: none;
}
.e-bigger.e-calendar .e-content.e-year span.e-day,
*.e-bigger .e-calendar .e-content.e-year span.e-day {
font-size: 14px;
font-weight: normal;
}
.e-bigger.e-calendar .e-content.e-month table,
*.e-bigger .e-calendar .e-content.e-month table {
padding: 0 12px 12px 12px;
}
.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 8.5px 3.5px 8.5px;
}
.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: 14px;
height: 37px;
line-height: 37px;
width: 37px;
}
.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: 37px;
}
.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: 54px;
padding: 0 0 13px 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: 54px;
line-height: 54px;
width: 54px;
}
.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: 46px;
width: 46px;
}
.e-bigger.e-calendar .e-footer-container,
*.e-bigger .e-calendar .e-footer-container {
border-top: none;
padding: 0 10px 10px 10px;
}
.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: #000;
border: 1px solid #969696;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-bigger.e-small .e-calendar .e-date-icon-prev, .e-bigger.e-small .e-calendar .e-date-icon-next {
color: #fff;
}
.e-bigger.e-small .e-calendar th {
border-bottom: 0;
color: #fff;
}
.e-bigger.e-small .e-calendar .e-header {
border-bottom: 0;
}
.e-bigger.e-small .e-calendar .e-header a span {
border: 1px solid transparent;
color: #fff;
}
.e-bigger.e-small .e-calendar .e-header .e-title {
color: #ffd939;
}
.e-bigger.e-small .e-calendar .e-header .e-title:hover {
background: none;
cursor: pointer;
text-decoration: underline;
}
.e-bigger.e-small .e-calendar .e-header .e-title:focus {
-webkit-box-shadow: 0 0 0 1px #fff;
box-shadow: 0 0 0 1px #fff;
background: none;
text-decoration: none;
}
.e-bigger.e-small .e-calendar .e-header .e-title:active {
-webkit-box-shadow: none;
box-shadow: none;
background: #000;
text-decoration: underline;
}
.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: 1px solid #fff;
color: #fff;
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: #685708;
}
.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 #fff;
box-shadow: 0 0 0 1px #fff;
}
.e-bigger.e-small .e-calendar .e-header .e-prev:active, .e-bigger.e-small .e-calendar .e-header .e-next:active {
background: #ffd939;
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: 1px solid #ffd939;
color: #000;
}
.e-bigger.e-small .e-calendar .e-header.e-decade .e-title {
color: #ffd939;
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: #757575;
font-weight: 500;
}
.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: #969696;
}
.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: #757575;
}
.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: #ffd939;
}
.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: #000;
}
.e-bigger.e-small .e-calendar .e-content .e-week-number span {
color: #fff;
}
.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: #000;
border: 1px dashed #fff;
border-radius: 0;
-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: #685708;
border: 1px solid #fff;
border-radius: 0;
color: #fff;
}
.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: #000;
border: 1px solid #ffd939;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #ffd939;
}
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
background: #000;
border: 1px dashed #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #ffd939;
}
.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: #333;
border: 1px dashed #fff;
border-radius: 0;
color: #fff;
}
.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: #685708;
border: 1px solid #ffd939;
color: #fff;
}
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day {
background-color: #ffd939;
border: 1px solid #ffd939;
-webkit-box-shadow: none;
box-shadow: none;
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(255, 231.6818181818, 133.5);
color: #000;
}
.e-bigger.e-small .e-calendar .e-content span {
color: #fff;
}
.e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover {
background: none;
border: 0;
color: #757575;
}
.e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day {
color: #fff;
}
.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: #969696;
}
.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day {
background-color: #685708;
color: #969696;
}
.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: #685708;
border: 1px solid #fff;
border-radius: 0;
color: #fff;
}
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
background-color: #333;
color: #fff;
border: 1px dashed #fff;
border-radius: 0;
}
.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: #757575;
}
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
background-color: #ffd939;
color: #000;
border: 1px solid #ffd939;
border-radius: 0;
}
.e-bigger.e-small .e-calendar .e-content .e-footer {
color: #ffd939;
}
.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: #fff;
}
.e-bigger.e-small .e-calendar {
/* stylelint-disable property-no-vendor-prefix */
-webkit-tap-highlight-color: transparent;
border-radius: 0;
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: 300;
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: 14px;
font-weight: 300;
line-height: 16px;
padding: 6px 7px;
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;
}
.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: 12px;
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.e-disabled.e-today {
opacity: 1;
}
.e-bigger.e-small .e-calendar .e-content td.e-disabled.e-today span.e-day {
-webkit-box-shadow: inset 1px 0 #ffd939, inset 0 1px #ffd939, inset -1px 0 #ffd939, inset 0 -1px #ffd939;
box-shadow: inset 1px 0 #ffd939, inset 0 1px #ffd939, inset -1px 0 #ffd939, inset 0 -1px #ffd939;
color: 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: #fff;
font-size: 12px;
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 10px 10px 10px;
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: 500;
}
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
display: none;
font-weight: 500;
}
.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: #000;
cursor: default;
}
.e-bigger.e-small .e-calendar .e-header .e-prev, .e-bigger.e-small .e-calendar .e-header .e-next {
border-radius: 0;
display: inline-block;
font-size: 16px;
vertical-align: middle;
}
.e-bigger.e-small .e-calendar .e-header .e-title {
cursor: pointer;
display: inline-block;
float: left;
font-size: 17px;
font-weight: 300;
text-align: left;
padding: 0 5px;
border: none;
border-radius: 0;
}
.e-bigger.e-small .e-calendar .e-header .e-title {
margin-left: 7px;
}
.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: 7px;
}
.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: 232px;
min-width: 232px;
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: 232px;
min-width: 232px;
}
.e-bigger.e-small .e-calendar .e-header .e-title {
line-height: 32px;
}
.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: 32px;
}
.e-bigger.e-small .e-calendar .e-header.e-month {
padding: 10px 10px 0 10px;
}
.e-bigger.e-small .e-calendar .e-header.e-year, .e-bigger.e-small .e-calendar .e-header.e-decade {
padding: 10px;
}
.e-bigger.e-small .e-calendar th {
font-weight: 500;
height: 30px;
text-transform: none;
}
.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: 1px solid transparent;
font-size: 12px;
font-weight: 500;
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 6px 0;
}
.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: 45px;
padding: 5px;
}
.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: normal;
height: 45px;
line-height: 45px;
width: 45px;
}
.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: 30px;
width: 30px;
}
.e-bigger.e-small .e-calendar .e-footer-container {
background-color: #000;
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: 0 10px 10px 10px;
width: 100%;
}
.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: 12px;
}
.e-small.e-bigger.e-calendar .e-content.e-month table,
.e-small.e-bigger .e-calendar .e-content.e-month table {
padding: 0 10px 10px 10px;
}
/* stylelint-disable property-no-vendor-prefix */
/*! component icons */
.e-time-wrapper .e-time-icon.e-icons::before,
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
content: "\e97f";
}
.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: "\e7fc";
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: rgba(0, 0, 0, 0.6);
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: 0 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: 36px;
text-indent: 10px;
}
.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: 13px;
line-height: 26px;
text-indent: 10px;
}
.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: 1px solid #969696;
}
.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: #000;
}
.e-timepicker.e-popup {
background-color: #000;
border: 1px solid #969696;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.e-timepicker.e-popup .e-list-parent.e-ul {
background-color: #000;
}
.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
border: 1px solid transparent;
color: #fff;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
color: #757575;
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: #685708;
border: 1px solid #fff;
color: #fff;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
background-color: #ffd939;
color: #000;
}
.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
background-color: #685708;
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: #000;
color: #fff;
}
.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: #fff;
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: 0 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: 14px;
line-height: 48px;
text-indent: 12px;
}
.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: 40px;
text-indent: 16px;
}
.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: 18px;
}
.e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
color: #fff;
}
/*! component icons */
.e-input-group-icon.e-date-icon,
*.e-control-wrapper .e-input-group-icon.e-date-icon {
font-size: 16px;
margin: 0;
outline: none;
}
.e-input-group-icon.e-date-icon::before,
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
content: "\e93a";
font-family: "e-icons";
}
.e-input-group-icon.e-date-icon:focus,
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
background: #685708;
border-radius: 0;
}
.e-small .e-input-group-icon.e-date-icon,
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
font-size: 14px;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
content: "\e7fc";
font-family: "e-icons";
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
content: "\e85c";
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
content: "\e98f";
}
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
display: table-row;
}
.e-datepicker.e-popup-wrapper {
border-radius: 0;
overflow-y: hidden;
pointer-events: auto;
}
.e-datepicker.e-date-modal {
background-color: rgba(0, 0, 0, 0.6);
height: 100%;
left: 0;
opacity: 0.5;
pointer-events: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.e-datepicker .e-model-header {
background-color: #000;
color: #fff;
cursor: default;
display: block;
padding: 10px 10px 10px 15px;
}
.e-datepicker .e-model-header .e-model-year {
font-size: 14px;
font-weight: 500;
line-height: 32px;
margin: 0;
}
.e-datepicker .e-model-month, .e-datepicker .e-model-day {
font-size: 20px;
font-weight: 500;
line-height: 32px;
margin: 0;
}
/* stylelint-disable */
.e-date-overflow {
overflow: hidden !important;
}
.e-datepick-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-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
position: relative;
top: 0 !important;
left: 0 !important;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
min-width: 100%;
min-height: 100%;
}
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
background-size: 250px 33px;
min-height: 33px;
}
@media screen and (orientation: landscape) {
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
line-height: 64px;
}
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
border-radius: 0;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
height: 15vh;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
float: right;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
height: 15vh;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
float: right;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
height: 20vh;
padding: 2vh 6vw;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
margin: 12vh 0 0 0;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
color: inherit;
float: left;
font-size: 18px;
}
@media (min-device-width: 768px) {
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
font-size: 24px;
}
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
background: transparent;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 400;
padding: 0;
}
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
color: inherit;
float: right;
}
@media (min-device-width: 768px) {
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
font-size: 24px;
}
}
.e-datepic