.d-noscroll {
    overflow: hidden
}

#Datepickk {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 6;
    width: 100%;
    height: 100%;
    font-family: inherit;
    color: #333;
    user-select: none
}

#Datepickk.MSIE:not(.wrapped):not(.inline) .d-calendar {
    height: 560px
}

#Datepickk.d-show .d-overlay {
    animation-name: show;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

#Datepickk.d-hide>* {
    animation-name: d;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-fill-mode: both
}

#Datepickk.d-hide .d-overlay {
    animation-name: show;
    animation-duration: .15s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-direction: reverse
}

#Datepickk .d-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 58, 71, .95);
    z-index: 1
}

#Datepickk .d-title {
    text-align: center
}

#Datepickk .d-confirm,
#Datepickk .d-title {
    color: #fff;
    position: relative;
    font-size: 30px;
    margin: 25px 0;
    z-index: 2
}

#Datepickk .d-confirm {
    border: none;
    background-color: transparent;
    outline: none;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    padding: 0
}

#Datepickk .d-confirm:empty,
#Datepickk .d-title:empty {
    display: none
}

@media (max-height:528px) {
    #Datepickk .d-confirm,
    #Datepickk .d-title {
        font-size: 20px;
        margin: 15px 0
    }
    #Datepickk .d-calendar {
        font-size: 20px
    }
}

#Datepickk.multi .d-calendar,
#Datepickk.multi .d-legend {
    max-width: 800px
}

#Datepickk.multi .d-table {
    position: relative;
    padding-top: 35px
}

#Datepickk.multi .d-table:before {
    content: attr(data-month);
    text-align: right;
    width: 100%;
    font-size: 1em;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0
}

#Datepickk.inline.d-show .d-calendar {
    animation: none
}

#Datepickk.inline,
#Datepickk.wrapped {
    position: static;
    z-index: 0
}

#Datepickk.inline .d-calendar,
#Datepickk.wrapped .d-calendar {
    box-shadow: none;
    z-index: 0;
    max-width: none;
    max-height: none
}

#Datepickk.inline .d-confirm,
#Datepickk.inline .d-title,
#Datepickk.wrapped .d-confirm,
#Datepickk.wrapped .d-title {
    color: #222
}

#Datepickk.inline .d-overlay,
#Datepickk.wrapped .d-overlay {
    display: none
}

#Datepickk.inline .d-legend,
#Datepickk.wrapped .d-legend {
    color: #222 !important;
    max-width: none;
    max-height: none
}

#Datepickk.fullscreen .d-calendar {
    max-width: none;
    max-height: none
}

#Datepickk.fullscreen .d-calendar input+label {
    outline: 1px solid #eaeaea;
    box-sizing: border-box;
    align-items: flex-start !important;
    justify-content: flex-end !important
}

#Datepickk.fullscreen .d-calendar input+label text {
    padding: 5px 10px 0 0
}

#Datepickk.fullscreen .d-legend {
    max-width: none
}

#Datepickk .d-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    z-index: 2;
    background-color: #f5f5f5;
    max-width: 500px;
    position: relative;
    color: #fff
}

#Datepickk .d-legend:empty {
    height: 0
}

#Datepickk .d-legend p {
    backface-visibility: visible !important;
    animation-name: b;
    animation-duration: .5s;
    animation-fill-mode: both;
    margin: 0;
    padding: 15px;
    transition: background-color .2s ease;
    cursor: pointer;
    color: #1b353f
}

#Datepickk .d-legend p:after {
    content: attr(data-legend)
}

#Datepickk .d-legend p span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 10px
}

#Datepickk .d-calendar {
    margin: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .6);
    font-size: 20px;
    width: 100%;
    position: relative;
    max-width: 500px;
    max-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    z-index: 2
}

#Datepickk .d-header {
    position: relative;
    background-color: #1b363f;
    color: #fff;
    font-size: 1.5em
}

#Datepickk .d-header p {
    margin: .5em 0;
    text-align: center
}

#Datepickk .d-header i {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    border-radius: 100%;
    transition: background-color .2s ease;
    transform: translateY(-50%)
}

#Datepickk .d-header i:after,
#Datepickk .d-header i:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute
}

#Datepickk .d-header i:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

#Datepickk .d-header i:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transition: border-color .2s ease
}

#Datepickk .d-header i#d-previous {
    left: 20px
}

#Datepickk .d-header i#d-previous:before {
    border-right: 10px solid #fff;
    top: 5px;
    left: 7px
}

#Datepickk .d-header i#d-previous:after {
    border-right: 7px solid #1b363f;
    top: 8px;
    left: 10px
}

#Datepickk .d-header i#d-next {
    right: 20px
}

#Datepickk .d-header i#d-next:before {
    border-left: 10px solid #fff;
    top: 5px;
    left: 12px
}

#Datepickk .d-header i#d-next:after {
    border-left: 7px solid #1b363f;
    top: 8px;
    left: 12px
}

#Datepickk .d-header i:hover {
    background-color: #5e7178
}

#Datepickk .d-header i:hover:after {
    border-left-color: #5e7178 !important;
    border-right-color: #5e7178 !important
}

#Datepickk .d-month {
    cursor: pointer;
    white-space: nowrap
}

#Datepickk .d-year {
    margin-left: 10px;
    cursor: pointer
}

#Datepickk .d-year:before {
    content: ""
}

#Datepickk .d-month-picker {
    display: flex;
    justify-content: space-between;
    background-color: rgba(27, 54, 63, .9);
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: height .2s ease
}

#Datepickk .d-month-picker.d-show {
    height: 44px;
    pointer-events: auto
}

#Datepickk .d-month-picker>div {
    width: 8.33333%;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer
}

#Datepickk .d-month-picker>div:focus,
#Datepickk .d-month-picker>div:hover {
    background-color: #e32d2d;
    color: #fff
}

#Datepickk .d-month-picker>div.current {
    background-color: #e9965a;
    color: #fff
}

#Datepickk .d-year-picker {
    display: flex;
    justify-content: space-between;
    background-color: rgba(27, 54, 63, .9);
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: height .2s ease
}

#Datepickk .d-year-picker.d-show {
    height: 44px;
    pointer-events: auto
}

#Datepickk .d-year-picker>div {
    width: 9.09091%;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer
}

#Datepickk .d-year-picker>div:focus,
#Datepickk .d-year-picker>div:hover {
    background-color: #e32d2d;
    color: #fff
}

#Datepickk .d-year-picker>div.current {
    background-color: #e9965a;
    color: #fff
}

#Datepickk .d-weekdays {
    display: flex
}

#Datepickk .d-week {
    background-color: #e95a5a;
    color: #fff;
    display: flex;
    width: 100%
}

#Datepickk .d-week+.d-week {
    border-left: 1px solid hsla(0, 0%, 100%, .05)
}

#Datepickk .d-week>div {
    flex-basis: 14.28571%;
    text-align: center
}

#Datepickk .d-week>div p {
    margin: .8em 0
}

@media (max-height:540px) {
    #Datepickk .d-week {
        display: none
    }
}

#Datepickk .d-table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 1
}

#Datepickk .d-table:first-child:nth-last-child(n+3),
#Datepickk .d-table:first-child:nth-last-child(n+3)~div {
    flex: 0;
    flex-basis: calc(100% / 3 - 1px);
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

#Datepickk .d-table label:nth-of-type(7n) .d-date-legends {
    padding-right: 0
}

#Datepickk .d-table label:nth-last-of-type(-n+7) .d-date-legends {
    padding-bottom: 0
}

#Datepickk .d-table input {
    display: none
}

#Datepickk .d-table input+label {
    flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease, background .2s ease, color .2s ease;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box
}

#Datepickk .d-table input+label text {
    z-index: 3;
    pointer-events: none;
    position: relative
}

#Datepickk .d-table input+label[style*=linear-gradient] text {
    text-shadow: 0 0 20px #000
}

#Datepickk .d-table input+label.today text:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e95a5a;
    position: absolute;
    bottom: -5px;
    left: 0
}

#Datepickk .d-table input+label:before {
    content: "";
    position: absolute;
    top: 12.5%;
    left: 12.5%;
    width: 75%;
    height: 75%;
    border-radius: 5px;
    background-color: #7dd076;
    transition: transform .1s ease-out;
    transform: scaleX(0);
    transform-origin: left
}

#Datepickk .d-table input+label.legend-hover {
    animation: a 1s infinite;
    z-index: 4
}

@keyframes a {
    0% {
        transform: translate(0)
    }
    50% {
        transform: translateY(-5px)
    }
    to {
        transform: translate(0)
    }
}

#Datepickk .d-table input+label.next,
#Datepickk .d-table input+label.prev {
    color: #ccc
}

#Datepickk .d-table input+label [data-tooltip]:after {
    content: "";
    border-radius: 100%;
    background-color: #1b363f;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: -10px
}

#Datepickk .d-table input+label .d-tooltip {
    position: absolute;
    background-color: #1b363f;
    color: #fff;
    padding: 7px;
    font-size: .7em;
    z-index: 5;
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -5px);
    display: none
}

#Datepickk .d-table input+label .d-tooltip:before {
    content: "";
    border-bottom: 7px solid #1b363f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -7px;
    left: 50%;
    position: absolute;
    margin-left: -5px
}

#Datepickk .d-table input+label .d-tooltip:empty {
    display: none !important
}

#Datepickk .d-table input+label:hover .d-tooltip {
    display: block
}

#Datepickk .d-table input:checked+label {
    color: #fff
}

#Datepickk .d-table input:checked+label:before {
    transform: scaleX(1)
}

#Datepickk .d-table input:disabled+label {
    cursor: not-allowed
}

#Datepickk .d-table input:disabled+label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    z-index: 4;
    background-color: #c60000;
    transform-origin: center;
    transform: rotate(-25deg)
}

#Datepickk .d-table input+label.d-hidden {
    cursor: default;
    color: #ccc !important;
    background: #f0f0f0 !important;
    text-decoration: line-through
}

#Datepickk .d-table input+label.d-hidden:after {
    content: none
}

#Datepickk .d-tables {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

#Datepickk .d-tables:not(.locked) input:not(:checked)+label:not(.hidden):hover {
    color: #222;
    background-color: #eaeaea
}

#Datepickk .d-tables.locked label {
    cursor: default
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked+label,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked+label~label:not(.hidden) {
    color: #fff
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked+label~label:not(.hidden):before {
    transform: scaleX(1);
    background-color: rgba(125, 208, 118, .5)
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked~label:focus~label,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked~label:hover~label {
    color: #666
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked~label:focus~label:before,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked~label:hover~label:before {
    transform: scaleX(0)
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked~label:focus~label.next,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked~label:focus~label.prev,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked~label:hover~label.next,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked~label:hover~label.prev {
    color: #ccc
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked~input:checked+label {
    color: #fff
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked~input:checked+label:before {
    transform: scaleX(1);
    background-color: #7dd076
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked~input:checked+label~label {
    color: inherit
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked~input:checked+label~label.next,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked~input:checked+label~label.prev {
    color: #ccc
}

#Datepickk .d-tables.range:not(.before) input:not(.single):checked~input:checked+label~label:before {
    transform: scaleX(0)
}

#Datepickk .d-tables.range.before input:not(.single):not(:checked)+label {
    color: #fff
}

#Datepickk .d-tables.range.before input:not(.single):not(:checked)+label:before {
    transform: scaleX(1);
    background-color: rgba(233, 90, 126, .3)
}

#Datepickk .d-tables.range.before input:not(.single):checked+label~label {
    color: inherit
}

#Datepickk .d-tables.range.before input:not(.single):checked+label~label.next,
#Datepickk .d-tables.range.before input:not(.single):checked+label~label.prev {
    color: #ccc
}

#Datepickk .d-tables.range.before input:not(.single):checked+label~label:before {
    transform: scaleX(0)
}

#Datepickk .d-fadeInUp {
    backface-visibility: visible !important;
    animation-name: b;
    animation-duration: .5s;
    animation-fill-mode: both
}

@keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.d-fadeInUp {
    animation-name: b
}

#Datepickk.d-show>* {
    animation-name: c;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

@keyframes c {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }
}

@keyframes d {
    to {
        opacity: 0;
        transform: translateY(50px)
    }
}

@charset "UTF-8";
/*
 |  tail.datetime - The vanilla way to select dates and times!
 |  @file       ./less/tail.datetime-default-blue.less
 |  @author     SamBrishes <sam@pytes.net>
 |  @version    0.4.13 - Beta
 |
 |  @website    https://github.com/pytesNET/tail.DateTime
 |  @license    X11 / MIT License
 |  @copyright  Copyright © 2018 - 2019 SamBrishes, pytesNET <info@pytes.net>
 */

/* @start MAIN CALENDAR */

.tail-datetime-calendar,
.tail-datetime-calendar *,
.tail-datetime-calendar *:before,
.tail-datetime-calendar *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tail-datetime-calendar {
    top: 0;
    left: 0;
    width: 275px;
    height: auto;
    margin: 15px;
    padding: 0;
    z-index: 3000;
    display: block;
    position: absolute;
    visibility: visible !important;
    direction: ltr;
    border-collapse: separate;
    font-family: "Open Sans", Calibri, Arial, sans-serif;
    background-color: white;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3125);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3125);
}

.tail-datetime-calendar:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    visibility: visible;
}

.tail-datetime-calendar.calendar-static {
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    visibility: visible;
}

.tail-datetime-calendar button.calendar-close {
    top: 100%;
    right: 15px;
    color: #303438;
    width: 35px;
    height: 25px;
    margin: 1px 0 0 0;
    padding: 5px 10px;
    opacity: 0.5;
    outline: none;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    line-height: 1.125em;
    text-shadow: none;
    background-color: white;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
                9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSIjMzAzNDM4IiBkP\
                SJNNy40OCA4bDMuNzUgMy43NS0xLjQ4IDEuNDhMNiA5LjQ4bC0zLjc1IDMuNzUtMS40OC0xLjQ4TDQuNTIgOCAuNzcgNC4y\
                NWwxLjQ4LTEuNDhMNiA2LjUybDMuNzUtMy43NSAxLjQ4IDEuNDhMNy40OCA4eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3125);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3125);
    transition: opacity 142ms linear;
    -webkit-transition: opacity 142ms linear;
}

.tail-datetime-calendar button.calendar-close:hover {
    opacity: 1;
}

/* @end MAIN CALENDAR */

/* @start CALENDAR TOOLTIP */

.tail-datetime-calendar .calendar-tooltip {
    color: white;
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    background-color: #202428;
    border-radius: 3px;
}

.tail-datetime-calendar .calendar-tooltip:before {
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    content: "";
    display: block;
    position: absolute;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #202428 transparent;
}

.tail-datetime-calendar .calendar-tooltip .tooltip-inner {
    width: auto;
    margin: 0;
    padding: 4px 7px;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

/* @end CALENDAR TOOLTIP */

/* @start CALENDAR ACTIONs */

.tail-datetime-calendar .calendar-actions {
    color: white;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0;
    display: table;
    overflow: hidden;
    border-spacing: 0;
    border-collapse: separate;
    background-color: #149BE6;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px 3px 0 0;
}

.tail-datetime-calendar .calendar-actions span {
    margin: 0;
    padding: 0;
    display: table-cell;
    position: relative;
    text-align: center;
    line-height: 36px;
    text-shadow: -1px -1px 0 #0e6ca0;
    background-repeat: no-repeat;
    background-position: center center;
}

.tail-datetime-calendar .calendar-actions span[data-action] {
    cursor: pointer;
}

.tail-datetime-calendar .calendar-actions span.action {
    width: 36px;
    font-size: 22px;
}

.tail-datetime-calendar .calendar-actions span.label {
    width: auto;
}

.tail-datetime-calendar .calendar-actions span:first-child:before,
.tail-datetime-calendar .calendar-actions span:last-child:before {
    top: 5px;
    bottom: 5px;
    width: 1px;
    height: auto;
    margin: 0;
    padding: 0;
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #107bb7;
}

.tail-datetime-calendar .calendar-actions span:first-child:before {
    right: -1px;
}

.tail-datetime-calendar .calendar-actions span:last-child:before {
    left: -1px;
}

.tail-datetime-calendar .calendar-actions span:first-child:hover:before,
.tail-datetime-calendar .calendar-actions span:last-child:hover:before {
    display: none;
}

.tail-datetime-calendar .calendar-actions span[data-action]:hover {
    background-color: #107bb7;
}

.tail-datetime-calendar .calendar-actions span.action-prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
                9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iT\
                TYgMkwwIDhsNiA2VjJ6Ii8+PC9zdmc+");
}

.tail-datetime-calendar .calendar-actions span.action-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
                9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iT\
                TAgMTRsNi02LTYtNnYxMnoiLz48L3N2Zz4=");
}

.tail-datetime-calendar .calendar-actions span.action-submit {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
                9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkP\
                SJNMTIgNWwtOCA4LTQtNCAxLjUtMS41TDQgMTBsNi41LTYuNUwxMiA1eiIvPjwvc3ZnPg==");
}

.tail-datetime-calendar .calendar-actions span.action-cancel {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
                9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkP\
                SJNNy40OCA4bDMuNzUgMy43NS0xLjQ4IDEuNDhMNiA5LjQ4bC0zLjc1IDMuNzUtMS40OC0xLjQ4TDQuNTIgOCAuNzcgNC4y\
                NWwxLjQ4LTEuNDhMNiA2LjUybDMuNzUtMy43NSAxLjQ4IDEuNDhMNy40OCA4eiIvPjwvc3ZnPg==");
}

/* @end CALENDAR ACTIONs */

/* @start CALENDAR DATEPICKER */

.tail-datetime-calendar .calendar-datepicker {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.tail-datetime-calendar .calendar-datepicker table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: separate;
}

.tail-datetime-calendar .calendar-datepicker table tr th,
.tail-datetime-calendar .calendar-datepicker table tr td {
    color: #303438;
    height: 30px;
    padding: 0;
    position: relative;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    text-shadow: none;
    line-height: 30px;
    background-color: transparent;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0px;
}

.tail-datetime-calendar .calendar-datepicker table tr th {
    color: white;
    background-color: #303438;
}

.tail-datetime-calendar .calendar-datepicker table tr td {
    cursor: pointer;
}

.tail-datetime-calendar .calendar-datepicker table tr td span.inner {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.tail-datetime-calendar .calendar-datepicker table tr td.date-disabled {
    cursor: not-allowed;
    color: #909498;
    background-color: #F0F0F0;
}

.tail-datetime-calendar .calendar-datepicker table tr td.date-disabled:after {
    left: 3px;
    bottom: 3px;
    width: 35px;
    height: 1px;
    margin: 0;
    padding: 0;
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #bfbfbf;
    transform-origin: 2px -5px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.tail-datetime-calendar .calendar-datepicker table tr td.date-previous,
.tail-datetime-calendar .calendar-datepicker table tr td.date-next {
    color: #909498;
    background-color: #F0F0F0;
}

.tail-datetime-calendar .calendar-datepicker table tr td.date-today:before,
.tail-datetime-calendar .calendar-datepicker table tr td .tooltip-tick {
    top: 5px;
    width: 5px;
    height: 5px;
    margin: 0;
    padding: 0;
    z-index: 20;
    content: "";
    display: inline-block;
    position: absolute;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
}

.tail-datetime-calendar .calendar-datepicker table tr td.date-today:before {
    left: 5px;
    background-color: #32B93C;
}

.tail-datetime-calendar .calendar-datepicker table tr td .tooltip-tick {
    right: 5px;
    background-color: #202428;
}

.tail-datetime-calendar .calendar-datepicker table tr td .tooltip-tick:before,
.tail-datetime-calendar .calendar-datepicker table tr td .tooltip-tick:after {
    display: none;
}

.tail-datetime-calendar .calendar-datepicker table tr th.calendar-week,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day {
    width: 14.28571429%;
    height: 35px;
}

.tail-datetime-calendar .calendar-datepicker table tr th.calendar-week span.inner,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day span.inner {
    width: 31px;
    height: 31px;
    line-height: 29px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
}

.tail-datetime-calendar .calendar-datepicker table tr th.calendar-week:hover span.inner,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day:hover span.inner {
    border-color: #cccccc;
}

.tail-datetime-calendar .calendar-datepicker table tr th.calendar-week.date-disabled span.inner,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day.date-disabled span.inner,
.tail-datetime-calendar .calendar-datepicker table tr th.calendar-week.date-disabled:hover span.inner,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day.date-disabled:hover span.inner {
    border-color: transparent;
}

.tail-datetime-calendar .calendar-datepicker table tr th.calendar-week.date-select span.inner,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day.date-select span.inner,
.tail-datetime-calendar .calendar-datepicker table tr th.calendar-week.date-select:hover span.inner,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-day.date-select:hover span.inner {
    color: #32B93C;
    border-color: #32B93C;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-month,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade {
    width: 33.33333333%;
    height: 40px;
    transition: color 142ms linear;
    -webkit-transition: color 142ms linear;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-month.date-today:before,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year.date-today:before,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade.date-today:before {
    left: 50%;
    margin-left: -2.5px;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-month span.inner,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year span.inner,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade span.inner {
    width: auto;
    height: 31px;
    line-height: 29px;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-month span.inner:before,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year span.inner:before,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade span.inner:before,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-month span.inner:after,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year span.inner:after,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade span.inner:after {
    width: 20px;
    height: 20px;
    content: "";
    z-index: 15;
    display: inline-block;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: all 142ms linear;
    -webkit-transition: all 142ms linear;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-month span.inner:before,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year span.inner:before,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade span.inner:before {
    top: 0;
    left: 0;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-month:hover span.inner:before,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year:hover span.inner:before,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade:hover span.inner:before {
    top: 6px;
    left: 6px;
    border-top-color: #cccccc;
    border-left-color: #cccccc;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-month span.inner:after,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year span.inner:after,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade span.inner:after {
    right: 0;
    bottom: 0;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-month:hover span.inner:after,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year:hover span.inner:after,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade:hover span.inner:after {
    right: 6px;
    bottom: 6px;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-year,
.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade {
    width: 25%;
}

.tail-datetime-calendar .calendar-datepicker table tr td.calendar-decade span.inner {
    height: 54px;
    padding: 7px 15px;
    text-align: left;
    line-height: 20px;
}

/* @end CALENDAR DATEPICKER */

/* @start CALENDAR TIMEPICKER */

.tail-datetime-calendar .calendar-timepicker {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d9d9d9;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field {
    width: 28%;
    margin: 0;
    padding: 15px 0 7px 0;
    display: inline-block;
    position: relative;
    text-align: center;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field:first-of-type {
    text-align: right;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field:last-of-type {
    text-align: left;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input[type="text"] {
    color: #303438;
    width: 100%;
    height: 29px;
    margin: 0;
    z-index: 4;
    padding: 3px 20px 3px 5px;
    outline: 0;
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: #F0F0F0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: color 142ms linear, border 142ms linear, background 142ms linear;
    -webkit-transition: color 142ms linear, border 142ms linear, background 142ms linear;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input[type="text"]:hover {
    color: #303438;
    background-color: #E0E0E0;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input[type="text"]:focus {
    color: white;
    background-color: #32B93C;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input[type="text"]:disabled {
    cursor: not-allowed;
    color: #A0A4A8;
    background-color: #F6F6F6;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field button.picker-step {
    width: 20px;
    height: 15px;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 15;
    display: inline-block;
    position: absolute;
    background-color: #F0F0F0;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: border 142ms linear, background 142ms linear;
    -webkit-transition: border 142ms linear, background 142ms linear;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field button.picker-step:before {
    top: 4px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -4px;
    padding: 0;
    content: "";
    display: inline-block;
    position: absolute;
    transition: border 142ms linear;
    -webkit-transition: border 142ms linear;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field button.picker-step.step-up {
    top: 15px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: white;
    border-radius: 0 2px 0 0;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field button.picker-step.step-up:hover {
    background-color: #E0E0E0;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field button.picker-step.step-up:before {
    border-width: 0 4px 5px 4px;
    border-style: solid;
    border-color: transparent transparent #303438 transparent;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field button.picker-step.step-down {
    top: 29px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: white;
    border-radius: 0 0 2px 0;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field button.picker-step.step-down:hover {
    background-color: #E0E0E0;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field button.picker-step.step-down:before {
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #303438 transparent transparent transparent;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:focus+button.step-up {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: #32B93C;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:focus+button.step-up:hover {
    background-color: #27912f;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:focus+button.step-up:before {
    border-bottom-color: white;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:focus+button+button.step-down {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: #32B93C;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:focus+button+button.step-down:hover {
    background-color: #27912f;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:focus+button+button.step-down:before {
    border-top-color: white;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:disabled+button.step-up {
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.8);
    background-color: #F6F6F6;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:disabled+button.step-up:hover {
    background-color: #F6F6F6;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:disabled+button.step-up:before {
    border-bottom-color: #A0A4A8;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:disabled+button+button.step-down {
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.8);
    background-color: #F6F6F6;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:disabled+button+button.step-down:hover {
    background-color: #F6F6F6;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field input:disabled+button+button.step-down:before {
    border-top-color: #A0A4A8;
}

.tail-datetime-calendar .calendar-timepicker .timepicker-field label {
    color: #303438;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
    text-align: center;
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch {
    cursor: pointer;
    margin: 15px 0 -5px 0;
    display: block;
    text-align: center;
    vertical-align: top;
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch:before,
.tail-datetime-calendar .calendar-timepicker label.timepicker-switch:after {
    width: auto;
    margin: 0;
    padding: 0 5px;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch:before {
    content: attr(data-am);
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch:after {
    content: attr(data-pm);
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch input[type="checkbox"] {
    display: none;
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch input[type="checkbox"]+span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch input[type="checkbox"]+span:before {
    width: 50px;
    height: 16px;
    content: "";
    display: inline-block;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    border-color: #149BE6;
    border-radius: 14px;
    transition: border 284ms linear;
    -webkit-transition: border 284ms linear;
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch input[type="checkbox"]+span:after {
    top: 3px;
    left: 4px;
    right: 30px;
    width: auto;
    height: 10px;
    margin: 0;
    padding: 0;
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #149BE6;
    border-radius: 15px;
    vertical-align: top;
    transition: left 284ms linear, right 284ms linear 284ms, background 284ms linear;
    -webkit-transition: left 284ms linear, right 284ms linear 284ms, background 284ms linear;
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch input[type="checkbox"]:checked+span:before {
    border-color: #32B93C;
}

.tail-datetime-calendar .calendar-timepicker label.timepicker-switch input[type="checkbox"]:checked+span:after {
    left: 30px;
    right: 4px;
    background-color: #32B93C;
    transition: right 284ms linear, left 284ms linear 284ms, background 284ms linear;
    -webkit-transition: right 284ms linear, left 284ms linear 284ms, background 284ms linear;
}

.tail-datetime-calendar .calendar-actions+.calendar-timepicker {
    border-width: 0;
}

/* @end CALENDAR TIMEPICKER */

/* @start RTL */

.tail-datetime-calendar.rtl {
    direction: rtl;
}

.tail-datetime-calendar.rtl .calendar-actions span.action-next,
.tail-datetime-calendar.rtl .calendar-actions span.action-prev {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.tail-datetime-calendar.rtl .calendar-datepicker table tr td.date-disabled:after {
    right: 3px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.tail-datetime-calendar.rtl .calendar-datepicker table tr td.date-today:before {
    right: 5px;
}

.tail-datetime-calendar.rtl .calendar-datepicker table tr td .tooltip-tick {
    left: 5px;
}

.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-month.date-today:before,
.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-year.date-today:before,
.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-decade.date-today:before {
    right: 50%;
    margin-right: -2.5px;
}

.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-month:hover span.inner:before,
.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-year:hover span.inner:before,
.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-decade:hover span.inner:before {
    right: 6px;
    border-right-color: #cccccc;
}

.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-month span.inner:after,
.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-year span.inner:after,
.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-decade span.inner:after {
    left: 0;
}

.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-month:hover span.inner:after,
.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-year:hover span.inner:after,
.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-decade:hover span.inner:after {
    left: 6px;
    border-left-color: #cccccc;
}

.tail-datetime-calendar.rtl .calendar-datepicker table tr td.calendar-decade span.inner {
    text-align: right;
}

.tail-datetime-calendar.rtl .calendar-timepicker .timepicker-field:first-child {
    text-align: left;
    padding-left: 0;
    padding-right: 25px;
}

.tail-datetime-calendar.rtl .calendar-timepicker .timepicker-field:last-child {
    text-align: right;
    padding-left: 25px;
    padding-right: 0;
}

.tail-datetime-calendar.rtl .calendar-timepicker .timepicker-field:first-child input[type="text"] {
    margin-left: -1px;
    margin-right: 0;
    border-radius: 0 3px 3px 0;
}

.tail-datetime-calendar.rtl .calendar-timepicker .timepicker-field:last-child input[type="text"] {
    margin-left: 0;
    margin-right: -1px;
    border-radius: 3px 0 0 3px;
}

/* @end RTL */

/*# sourceMappingURL=tail.datetime-default-blue.map */