|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578 |
- .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
- color: #c5c5c5; }
- .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
- color: #fff;
- background: #a2ddf6; }
- .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
- background: #8ad5f4; }
- .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.1);
- color: #cccccc; }
- .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.2); }
- .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
- background: none;
- border: none; }
-
- .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
- color: #c5c5c5; }
- .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
- color: #fff;
- background: #a2ddf6; }
- .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
- background: #8ad5f4; }
- .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.1);
- color: #cccccc; }
- .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.2); }
- .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
- background: none;
- border: none; }
-
- /* -------------------------------------------------
- Datepicker cells
- ------------------------------------------------- */
- .datepicker--cells {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap; }
-
- .datepicker--cell {
- border-radius: 4px;
- box-sizing: border-box;
- cursor: pointer;
- display: -ms-flexbox;
- display: flex;
- position: relative;
- -ms-flex-align: center;
- align-items: center;
- -ms-flex-pack: center;
- justify-content: center;
- height: 32px;
- z-index: 1; }
- .datepicker--cell.-focus- {
- background: #f0f0f0; }
- .datepicker--cell.-current- {
- color: #4EB5E6; }
- .datepicker--cell.-current-.-focus- {
- color: #4a4a4a; }
- .datepicker--cell.-current-.-in-range- {
- color: #4EB5E6; }
- .datepicker--cell.-in-range- {
- background: rgba(92, 196, 239, 0.1);
- color: #4a4a4a;
- border-radius: 0; }
- .datepicker--cell.-in-range-.-focus- {
- background-color: rgba(92, 196, 239, 0.2); }
- .datepicker--cell.-disabled- {
- cursor: default;
- color: #aeaeae; }
- .datepicker--cell.-disabled-.-focus- {
- color: #aeaeae; }
- .datepicker--cell.-disabled-.-in-range- {
- color: #a1a1a1; }
- .datepicker--cell.-disabled-.-current-.-focus- {
- color: #aeaeae; }
- .datepicker--cell.-range-from- {
- border: 1px solid rgba(92, 196, 239, 0.5);
- background-color: rgba(92, 196, 239, 0.1);
- border-radius: 4px 0 0 4px; }
- .datepicker--cell.-range-to- {
- border: 1px solid rgba(92, 196, 239, 0.5);
- background-color: rgba(92, 196, 239, 0.1);
- border-radius: 0 4px 4px 0; }
- .datepicker--cell.-range-from-.-range-to- {
- border-radius: 4px; }
- .datepicker--cell.-selected- {
- color: #fff;
- border: none;
- background: #5cc4ef; }
- .datepicker--cell.-selected-.-current- {
- color: #fff;
- background: #5cc4ef; }
- .datepicker--cell.-selected-.-focus- {
- background: #45bced; }
- .datepicker--cell:empty {
- cursor: default; }
-
- .datepicker--days-names {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin: 8px 0 3px; }
-
- .datepicker--day-name {
- color: #FF9A19;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-align: center;
- align-items: center;
- -ms-flex-pack: center;
- justify-content: center;
- -ms-flex: 1;
- flex: 1;
- text-align: center;
- text-transform: uppercase;
- font-size: .8em; }
-
- .datepicker--cell-day {
- width: 14.28571%; }
-
- .datepicker--cells-months {
- height: 170px; }
-
- .datepicker--cell-month {
- width: 33.33%;
- height: 25%; }
-
- .datepicker--years {
- height: 170px; }
-
- .datepicker--cells-years {
- height: 170px; }
-
- .datepicker--cell-year {
- width: 25%;
- height: 33.33%; }
-
- .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
- color: #c5c5c5; }
- .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
- color: #fff;
- background: #a2ddf6; }
- .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
- background: #8ad5f4; }
- .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.1);
- color: #cccccc; }
- .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.2); }
- .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
- background: none;
- border: none; }
-
- /* -------------------------------------------------
- Datepicker
- ------------------------------------------------- */
- .datepickers-container {
- position: absolute;
- left: 0;
- top: 0; }
- @media print {
- .datepickers-container {
- display: none; } }
-
- .datepicker {
- background: #fff;
- border: 1px solid #dbdbdb;
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
- border-radius: 4px;
- box-sizing: content-box;
- font-family: Tahoma, sans-serif;
- font-size: 14px;
- color: #4a4a4a;
- width: 250px;
- position: absolute;
- left: -100000px;
- opacity: 0;
- transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
- z-index: 100; }
- .datepicker.-from-top- {
- transform: translateY(-8px); }
- .datepicker.-from-right- {
- transform: translateX(8px); }
- .datepicker.-from-bottom- {
- transform: translateY(8px); }
- .datepicker.-from-left- {
- transform: translateX(-8px); }
- .datepicker.active {
- opacity: 1;
- transform: translate(0);
- transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s; }
-
- .datepicker-inline .datepicker {
- border-color: #d7d7d7;
- box-shadow: none;
- position: static;
- left: auto;
- right: auto;
- opacity: 1;
- transform: none; }
-
- .datepicker-inline .datepicker--pointer {
- display: none; }
-
- .datepicker--content {
- box-sizing: content-box;
- padding: 4px; }
- .-only-timepicker- .datepicker--content {
- display: none; }
-
- .datepicker--pointer {
- position: absolute;
- background: #fff;
- border-top: 1px solid #dbdbdb;
- border-right: 1px solid #dbdbdb;
- width: 10px;
- height: 10px;
- z-index: -1; }
- .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
- top: calc(100% - 4px);
- transform: rotate(135deg); }
- .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
- right: calc(100% - 4px);
- transform: rotate(225deg); }
- .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
- bottom: calc(100% - 4px);
- transform: rotate(315deg); }
- .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
- left: calc(100% - 4px);
- transform: rotate(45deg); }
- .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
- left: 10px; }
- .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
- right: 10px; }
- .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
- left: calc(50% - 10px / 2); }
- .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
- top: 10px; }
- .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
- bottom: 10px; }
- .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
- top: calc(50% - 10px / 2); }
-
- .datepicker--body {
- display: none; }
- .datepicker--body.active {
- display: block; }
-
- .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
- color: #c5c5c5; }
- .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
- color: #fff;
- background: #a2ddf6; }
- .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
- background: #8ad5f4; }
- .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.1);
- color: #cccccc; }
- .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.2); }
- .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
- background: none;
- border: none; }
-
- /* -------------------------------------------------
- Navigation
- ------------------------------------------------- */
- .datepicker--nav {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-pack: justify;
- justify-content: space-between;
- border-bottom: 1px solid #efefef;
- min-height: 32px;
- padding: 4px; }
- .-only-timepicker- .datepicker--nav {
- display: none; }
-
- .datepicker--nav-title,
- .datepicker--nav-action {
- display: -ms-flexbox;
- display: flex;
- cursor: pointer;
- -ms-flex-align: center;
- align-items: center;
- -ms-flex-pack: center;
- justify-content: center; }
-
- .datepicker--nav-action {
- width: 32px;
- border-radius: 4px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- .datepicker--nav-action:hover {
- background: #f0f0f0; }
- .datepicker--nav-action.-disabled- {
- visibility: hidden; }
- .datepicker--nav-action svg {
- width: 32px;
- height: 32px; }
- .datepicker--nav-action path {
- fill: none;
- stroke: #9c9c9c;
- stroke-width: 2px; }
-
- .datepicker--nav-title {
- border-radius: 4px;
- padding: 0 8px; }
- .datepicker--nav-title i {
- font-style: normal;
- color: #9c9c9c;
- margin-left: 5px; }
- .datepicker--nav-title:hover {
- background: #f0f0f0; }
- .datepicker--nav-title.-disabled- {
- cursor: default;
- background: none; }
-
- .datepicker--buttons {
- display: -ms-flexbox;
- display: flex;
- padding: 4px;
- border-top: 1px solid #efefef; }
-
- .datepicker--button {
- color: #4EB5E6;
- cursor: pointer;
- border-radius: 4px;
- -ms-flex: 1;
- flex: 1;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -ms-flex-pack: center;
- justify-content: center;
- -ms-flex-align: center;
- align-items: center;
- height: 32px; }
- .datepicker--button:hover {
- color: #4a4a4a;
- background: #f0f0f0; }
-
- .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
- color: #c5c5c5; }
- .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
- color: #dedede; }
- .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
- color: #fff;
- background: #a2ddf6; }
- .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
- background: #8ad5f4; }
- .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.1);
- color: #cccccc; }
- .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
- background-color: rgba(92, 196, 239, 0.2); }
- .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
- background: none;
- border: none; }
-
- /* -------------------------------------------------
- Timepicker
- ------------------------------------------------- */
- .datepicker--time {
- border-top: 1px solid #efefef;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-align: center;
- align-items: center;
- padding: 4px;
- position: relative; }
- .datepicker--time.-am-pm- .datepicker--time-sliders {
- -ms-flex: 0 1 138px;
- flex: 0 1 138px;
- max-width: 138px; }
- .-only-timepicker- .datepicker--time {
- border-top: none; }
-
- .datepicker--time-sliders {
- -ms-flex: 0 1 153px;
- flex: 0 1 153px;
- margin-right: 10px;
- max-width: 153px; }
-
- .datepicker--time-label {
- display: none;
- font-size: 12px; }
-
- .datepicker--time-current {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-align: center;
- align-items: center;
- -ms-flex: 1;
- flex: 1;
- font-size: 14px;
- text-align: center;
- margin: 0 10px; }
-
- .datepicker--time-current-colon {
- margin: 0 2px 3px;
- line-height: 1; }
-
- .datepicker--time-current-hours,
- .datepicker--time-current-minutes,
- .datepicker--time-current-seconds {
- line-height: 1;
- font-size: 14px;
- font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
- position: relative;
- z-index: 1; }
- .datepicker--time-current-hours:after,
- .datepicker--time-current-minutes:after,
- .datepicker--time-current-seconds:after {
- content: '';
- background: #f0f0f0;
- border-radius: 4px;
- position: absolute;
- left: -2px;
- top: -3px;
- right: -2px;
- bottom: -2px;
- z-index: -1;
- opacity: 0; }
- .datepicker--time-current-hours.-focus-:after,
- .datepicker--time-current-minutes.-focus-:after,
- .datepicker--time-current-seconds.-focus-:after {
- opacity: 1; }
-
- .datepicker--time-current-ampm {
- text-transform: uppercase;
- -ms-flex-item-align: start;
- align-self: flex-start;
- color: #9c9c9c;
- margin-left: 6px;
- font-size: 11px;
- margin-bottom: 1px; }
-
- .datepicker--time-row {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-align: center;
- align-items: center;
- font-size: 11px;
- height: 17px;
- background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
- .datepicker--time-row:first-child {
- margin-bottom: 4px; }
- .datepicker--time-row input[type='range'] {
- background: none;
- cursor: pointer;
- -ms-flex: 1;
- flex: 1;
- height: 100%;
- padding: 0;
- margin: 0;
- -webkit-appearance: none; }
- .datepicker--time-row input[type='range']::-webkit-slider-thumb {
- -webkit-appearance: none; }
- .datepicker--time-row input[type='range']::-ms-tooltip {
- display: none; }
- .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
- border-color: #b8b8b8; }
- .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
- border-color: #b8b8b8; }
- .datepicker--time-row input[type='range']:hover::-ms-thumb {
- border-color: #b8b8b8; }
- .datepicker--time-row input[type='range']:focus {
- outline: none; }
- .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
- background: #5cc4ef;
- border-color: #5cc4ef; }
- .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
- background: #5cc4ef;
- border-color: #5cc4ef; }
- .datepicker--time-row input[type='range']:focus::-ms-thumb {
- background: #5cc4ef;
- border-color: #5cc4ef; }
- .datepicker--time-row input[type='range']::-webkit-slider-thumb {
- box-sizing: border-box;
- height: 12px;
- width: 12px;
- border-radius: 3px;
- border: 1px solid #dedede;
- background: #fff;
- cursor: pointer;
- transition: background .2s; }
- .datepicker--time-row input[type='range']::-moz-range-thumb {
- box-sizing: border-box;
- height: 12px;
- width: 12px;
- border-radius: 3px;
- border: 1px solid #dedede;
- background: #fff;
- cursor: pointer;
- transition: background .2s; }
- .datepicker--time-row input[type='range']::-ms-thumb {
- box-sizing: border-box;
- height: 12px;
- width: 12px;
- border-radius: 3px;
- border: 1px solid #dedede;
- background: #fff;
- cursor: pointer;
- transition: background .2s; }
- .datepicker--time-row input[type='range']::-webkit-slider-thumb {
- margin-top: -6px; }
- .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
- border: none;
- height: 1px;
- cursor: pointer;
- color: transparent;
- background: transparent; }
- .datepicker--time-row input[type='range']::-moz-range-track {
- border: none;
- height: 1px;
- cursor: pointer;
- color: transparent;
- background: transparent; }
- .datepicker--time-row input[type='range']::-ms-track {
- border: none;
- height: 1px;
- cursor: pointer;
- color: transparent;
- background: transparent; }
- .datepicker--time-row input[type='range']::-ms-fill-lower {
- background: transparent; }
- .datepicker--time-row input[type='range']::-ms-fill-upper {
- background: transparent; }
- .datepicker--time-row span {
- padding: 0 12px; }
-
- .datepicker--time-icon {
- color: #9c9c9c;
- border: 1px solid;
- border-radius: 50%;
- font-size: 16px;
- position: relative;
- margin: 0 5px -1px 0;
- width: 1em;
- height: 1em; }
- .datepicker--time-icon:after, .datepicker--time-icon:before {
- content: '';
- background: currentColor;
- position: absolute; }
- .datepicker--time-icon:after {
- height: .4em;
- width: 1px;
- left: calc(50% - 1px);
- top: calc(50% + 1px);
- transform: translateY(-100%); }
- .datepicker--time-icon:before {
- width: .4em;
- height: 1px;
- top: calc(50% + 1px);
- left: calc(50% - 1px); }
|