/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        border-radius: 0;
        left: 50%;
        margin: 60px 0 0 -140px;
        padding: 0;
        top: 0;
        width: 280px;
        -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.current-day-info {
    background-color: #00bcd4;
    color: #fff;
    padding-bottom: 16px;
    text-align: center;
}

    .current-day-info .day-of-week {
        background-color: #0097a7;
        color: #ffffff;
        height: 32px;
        line-height: 32px;
    }

    .current-day-info .month-of-year {
        font-size: 22px;
        height: 24px;
        line-height: 24px;
        margin-top: 16px;
    }

    .current-day-info .day-of-month {
        font-size: 58px;
        height: 58px;
        line-height: 58px;
        margin: 6px 0;
    }

    .current-day-info .date-year {
        color: rgba(255, 255, 255, 0.7);
        font-size: 22px;
        height: 24px;
        line-height: 24px;
    }

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action], .bootstrap-datetimepicker-widget a[data-action]:hover, .bootstrap-datetimepicker-widget a[data-action]:focus {
    color: #455a64;
    display: block;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker {
    padding: 20px 0;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    width: 54px;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            background-color: #0097a7;
            color: #fff;
            display: block;
            font-size: 24px;
            height: 40px;
            line-height: 40px;
            margin: 0;
            width: 100%;
            -moz-transition: all 0.15s ease-in-out;
            -webkit-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

            .bootstrap-datetimepicker-widget .picker-switch td span:hover {
                background-color: #00bcd4 !important;
            }

            .bootstrap-datetimepicker-widget .picker-switch td span.mdi-action-event {
                font-size: 26px;
            }

.bootstrap-datetimepicker-widget > ul > li:last-child {
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        text-align: center;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            font-weight: 500;
            line-height: 1;
        }

        .bootstrap-datetimepicker-widget table th.disabled,
        .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.next {
            font-size: 26px;
            line-height: 1;
            padding: 11px 6px;
        }

            .bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
                display: block;
                line-height: 1;
            }

.picker-switch {
    padding: 5px 20px;
}

.datepicker-days > table > thead > tr:last-child > th {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 0;
    width: 34px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}

    .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #eeeeee;
    }

.bootstrap-datetimepicker-widget table td {
    /*height: 54px;
    line-height: 54px;
    width: 54px;*/
}

    .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #777777;
    }

    .bootstrap-datetimepicker-widget table td.day {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        width: 34px;
    }

        .bootstrap-datetimepicker-widget table td.day:hover,
        .bootstrap-datetimepicker-widget table td.hour:hover,
        .bootstrap-datetimepicker-widget table td.minute:hover,
        .bootstrap-datetimepicker-widget table td.second:hover {
            background: #eeeeee;
            cursor: pointer;
        }

    .bootstrap-datetimepicker-widget table td.old,
    .bootstrap-datetimepicker-widget table td.new {
        visibility: hidden;
    }

    .bootstrap-datetimepicker-widget table td.today {
        position: relative;
    }

        .bootstrap-datetimepicker-widget table td.today:before {
            content: '';
            display: inline-block;
            border: 0 0 7px 7px solid transparent;
            border-bottom-color: #337ab7;
            border-top-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

    .bootstrap-datetimepicker-widget table td.active,
    .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #009587;
        color: #ffffff;
    }

        .bootstrap-datetimepicker-widget table td.active.today:before {
            border-bottom-color: #fff;
        }

    .bootstrap-datetimepicker-widget table td.disabled,
    .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed;
    }

    .bootstrap-datetimepicker-widget table td span {
        cursor: pointer;
        display: inline-block;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        width: 40px;
    }

        .bootstrap-datetimepicker-widget table td span.month, .bootstrap-datetimepicker-widget table td span.year {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            padding: 0 5px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 80px;
        }

        .bootstrap-datetimepicker-widget table td span.year {
        }

        .bootstrap-datetimepicker-widget table td span:hover {
            background: #eeeeee;
        }

        .bootstrap-datetimepicker-widget table td span.active {
            background-color: #009587;
            color: #ffffff;
        }

        .bootstrap-datetimepicker-widget table td span.old {
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td span.disabled,
        .bootstrap-datetimepicker-widget table td span.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.picker-parent {
    height: 100%;
    position: relative;
    width: 100%;
}

.picker-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: -9999px;
    width: 100%;
    z-index: 100000;
}

    .picker-wrapper.open {
        opacity: 1;
        top: 0;
        -moz-transition: opacity .5s cubic-bezier(.29,.74,.35,.88);
        -webkit-transition: opacity .5s cubic-bezier(.29,.74,.35,.88);
        -o-transition: opacity .5s cubic-bezier(.29,.74,.35,.88);
        transition: opacity .5s cubic-bezier(.29,.74,.35,.88);
    }

.bootstrap-datetimepicker-widget .datepicker {
    padding: 0 14px 14px;
}

.datepicker-months > .table-condensed > tbody > tr > td {
    padding: 0;
}
