.datepickerlpc *[class^="lp-header"] {
    padding: 0;
    margin: 0;
}

.datepickerlpc--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepickerlpc--cell {
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    z-index: 1
}

.datepickerlpc--cell.-focus- {
    background: var(--primary-color-a-01);
}

.datepickerlpc--cell.-current- {
    color: var(--primary-color-base);
    font-weight: 500;
}

.datepickerlpc--cell.-current-.-in-range- {
    color: var(--primary-color-base);
}

.datepickerlpc--cell.-in-range- {
    background: var(--primary-color-a-01);
    border-radius: 0
}

.datepickerlpc--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepickerlpc--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepickerlpc--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepickerlpc--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepickerlpc--cell.-range-from- {
    color: #fff;
    background-color: var(--primary-color-base);
}

.datepickerlpc--cell.-range-to- {
    color: #fff;
    background-color: var(--primary-color-base);
}

.datepickerlpc--cell.-selected-,.datepickerlpc--cell.-selected-.-current- {
    color: #fff;
    background: var(--primary-color-base);
}

.datepickerlpc--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepickerlpc--cell.-selected- {
    border: none
}

.datepickerlpc--cell:empty {
    cursor: default
}

.datepickerlpc--days-names {
    border-bottom: 1px solid #C7C7C7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 18px 0 9px;
    padding-bottom: 8px;
}

.datepickerlpc--day-name {
    color: var(--primary-color-base);
    font-weight: 700;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: .8em
}

.-only-timepicker- .datepickerlpc--content,.datepickerlpc--body,.datepickerlpc-inline .datepickerlpc--pointer {
    display: none
}

.datepickerlpc--cell-day {
    font-size: 13px !important;
    width: 30px
}

.datepickerlpc--cells-months {
    height: 170px
}

.datepickerlpc--cell-month {
    width: 33.33%;
    height: 25%
}

.datepickerlpc--cells-years,.datepickerlpc--years {
    height: 170px
}

.datepickerlpc--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickerlpc-container {
    position: static;
    left: 0;
    top: 0
}

@media print {
    .datepickerlpc-container {
        display: none
    }
}

.datepickerlpc {
    background: var(--content-background-lpc);
    box-sizing: content-box;
    font-size: 14px;
    color: var(--text-color-base);
    width: 260px;
    padding: 19px 21px 16px;
    border: 1px solid var(--text-color-a-03);
    box-sizing: border-box;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
    z-index: 10001;
    border-radius: 6px;
}

.datepickerlpc.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepickerlpc.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepickerlpc.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepickerlpc.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepickerlpc.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s 0s;
    transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease
}

.datepickerlpc-inline .datepickerlpc {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepickerlpc--content {
    box-sizing: content-box;
}

.datepickerlpc--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
    display: none;
}

.-top-center- .datepickerlpc--pointer,.-top-left- .datepickerlpc--pointer,.-top-right- .datepickerlpc--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepickerlpc--pointer,.-right-center- .datepickerlpc--pointer,.-right-top- .datepickerlpc--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepickerlpc--pointer,.-bottom-left- .datepickerlpc--pointer,.-bottom-right- .datepickerlpc--pointer {
    display: none;
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepickerlpc--pointer,.-left-center- .datepickerlpc--pointer,.-left-top- .datepickerlpc--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepickerlpc--pointer,.-top-left- .datepickerlpc--pointer {
    left: 10px
}

.-bottom-right- .datepickerlpc--pointer,.-top-right- .datepickerlpc--pointer {
    right: 10px
}

.-bottom-center- .datepickerlpc--pointer,.-top-center- .datepickerlpc--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepickerlpc--pointer,.-right-top- .datepickerlpc--pointer {
    top: 10px
}

.-left-bottom- .datepickerlpc--pointer,.-right-bottom- .datepickerlpc--pointer {
    bottom: 10px
}

.-left-center- .datepickerlpc--pointer,.-right-center- .datepickerlpc--pointer {
    top: calc(50% - 10px / 2)
}

.datepickerlpc--body.active {
    display: block
}

.datepickerlpc--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.-only-timepicker- .datepickerlpc--nav {
    display: none
}

.datepickerlpc--nav-action,.datepickerlpc--nav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepickerlpc--nav-action {
    width: 24px;
    height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepickerlpc--nav-action[data-action="prev"] svg path {
	stroke: var(--primary-color-base);
}

.datepickerlpc--nav-action[data-action="next"] svg path {
	fill: var(--primary-color-base);
}

.datepickerlpc--nav-action.-disabled- {
    visibility: hidden
}

.datepickerlpc--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepickerlpc--buttons,.datepickerlpc--time {
    border-top: 1px solid #efefef;
    padding: 4px
}

.datepickerlpc--nav-title i {
    font-style: normal;
}

.datepickerlpc--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepickerlpc--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepickerlpc--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.datepickerlpc--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepickerlpc--time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.datepickerlpc--time.-am-pm- .datepickerlpc--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepickerlpc--time {
    border-top: none
}

.datepickerlpc--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepickerlpc--time-label {
    display: none;
    font-size: 12px
}

.datepickerlpc--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepickerlpc--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepickerlpc--time-current-hours,.datepickerlpc--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: Roboto;
    position: relative;
    z-index: 1
}

.datepickerlpc--time-current-hours:after,.datepickerlpc--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepickerlpc--time-current-hours.-focus-:after,.datepickerlpc--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepickerlpc--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepickerlpc--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -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
}

.datepickerlpc--time-row:first-child {
    margin-bottom: 4px
}

.datepickerlpc--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepickerlpc--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepickerlpc--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepickerlpc--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepickerlpc--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepickerlpc--time-row input[type=range]:focus {
    outline: 0
}

.datepickerlpc--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepickerlpc--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepickerlpc--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepickerlpc--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s;
    margin-top: -6px
}

.datepickerlpc--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
}

.datepickerlpc--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
}

.datepickerlpc--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepickerlpc--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepickerlpc--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepickerlpc--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepickerlpc--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepickerlpc--time-row span {
    padding: 0 12px
}

.datepickerlpc--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepickerlpc--time-icon:after,.datepickerlpc--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepickerlpc--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepickerlpc--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepickerlpc--cell-day.-other-month-,.datepickerlpc--cell-year.-other-decade- {
    opacity: 0.5;
}

.datepickerlpc--cell-day.-other-month-:hover,.datepickerlpc--cell-year.-other-decade-:hover {
    opacity: 0.7;
}

.-disabled-.-focus-.datepickerlpc--cell-day.-other-month-,.-disabled-.-focus-.datepickerlpc--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepickerlpc--cell-day.-other-month-,.-selected-.datepickerlpc--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepickerlpc--cell-day.-other-month-,.-selected-.-focus-.datepickerlpc--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepickerlpc--cell-day.-other-month-,.-in-range-.datepickerlpc--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepickerlpc--cell-day.-other-month-,.-in-range-.-focus-.datepickerlpc--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepickerlpc--cell-day.-other-month-:empty,.datepickerlpc--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}