.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        display: block;
        margin: 2px 0px;
        padding: 4px;
        width: 19em;
    }

@media (max-height: 700px) {
    .bootstrap-datetimepicker-widget {
        zoom: .88;
    }
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: auto;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: auto;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu::before, .bootstrap-datetimepicker-widget.dropdown-menu::after {
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--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 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: 0px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0px 0px;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0px;
}

.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: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    content: "Set the date to today";
}

.collapse.in {
    display: block !important;
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0px;
        overflow: hidden;
        clip: rect(0px, 0px, 0px, 0px);
        border: 0px;
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0px;
        margin: 0px;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0px;
}

    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: rgb(119, 119, 119);
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0px;
            overflow: hidden;
            clip: rect(0px, 0px, 0px, 0px);
            border: 0px;
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0px;
            overflow: hidden;
            clip: rect(0px, 0px, 0px, 0px);
            border: 0px;
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
        position: relative;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th.prev, .bootstrap-datetimepicker-widget table thead tr:first-child th.next {
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            height: 100%;
            width: 100%;
        }

            .bootstrap-datetimepicker-widget table thead tr:first-child th.prev span, .bootstrap-datetimepicker-widget table thead tr:first-child th.next span {
                position: relative;
                line-height: 30px;
                margin: 0 !important;
            }

        .bootstrap-datetimepicker-widget table thead tr:first-child th span {
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            font-size: 30px;
        }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: var(--light);
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: 0.8em;
            height: 20px;
            line-height: 20px;
            color: rgb(119, 119, 119);
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 25px;
            line-height: 25px;
            width: 25px;
        }

            .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: var(--light);
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
            color: rgb(119, 119, 119);
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
        }

            .bootstrap-datetimepicker-widget table td.today::before {
                content: "";
                display: inline-block;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.2) transparent var(--primary);
                border-image: initial;
                border-width: 0px 0px 7px 7px;
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: var(--primary);
            color: var(--white);
            text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
        }

            .bootstrap-datetimepicker-widget table td.active.today::before {
                border-bottom-color: var(--white);
            }

        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: rgb(119, 119, 119);
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            margin: 0;
            cursor: pointer;
            border-radius: 40px;
            height: 32px !important;
        }

            .bootstrap-datetimepicker-widget table td span.mdi {
                font-size: 30px;
                line-height: 30px;
            }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: var(--light);
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: var(--primary);
                color: var(--white);
                text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: rgb(119, 119, 119);
            }

            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: rgb(119, 119, 119);
                cursor: not-allowed;
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour, .bootstrap-datetimepicker-widget.usetwentyfour td.minute {
    height: 27px;
    width: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
}

.bootstrap-datetimepicker-widget table td {
    height: auto;
    line-height: inherit;
    width: auto;
}

.bdpw-clock-digit, .bdpw-timepicker-btn {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0px;
    width: 32px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.bdpw-clock-digit {
    color: gray;
}

    .bdpw-clock-digit.center {
        color: rgb(51, 51, 51);
    }

.bootstrap-datetimepicker-widget table td .bdpw-clock-digit.disabled {
    color: rgb(204, 204, 204);
}

.bdpw-clock-digit.cursor {
    color: var(--primary);
}

.bdpw-clock-digit.left {
    position: relative;
    left: -14px;
}

.bdpw-clock-digit.right {
    position: relative;
    left: 14px;
}

.bdpw-clock-digit.top {
    position: relative;
    top: -10px;
}

.bdpw-clock-digit.bottom {
    position: relative;
    top: 10px;
}

.bootstrap-datetimepicker-widget .timepicker {
    border-radius: 1000px;
    margin: 0px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
}

.bootstrap-datetimepicker-widget table td span.bdpw-timepicker-colon {
    display: inline;
    font-weight: 700;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
    min-height: 0;
    color: rgb(51, 51, 51);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bootstrap-datetimepicker-widget table td span.pm-digit {
    display: none;
}

.bootstrap-datetimepicker-widget .pm-view td span.am-digit {
    display: none;
}

.bootstrap-datetimepicker-widget .pm-view td span.pm-digit {
    display: inline-block;
}

.bootstrap-datetimepicker-widget .table-condensed > thead > tr > th, .bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td, .bootstrap-datetimepicker-widget .table-condensed > tfoot > tr > td {
    padding: 0px;
}

.bootstrap-datetimepicker-widget .timepicker .table-condensed > tbody > tr > td {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px;
    max-height: 40px;
}

.bootstrap-datetimepicker-widget li, .bootstrap-datetimepicker-widget tr td {
    border: none !important;
    box-shadow: none !important;
}


.bootstrap-datetimepicker-widget table td span.month, .bootstrap-datetimepicker-widget table td span.year, .bootstrap-datetimepicker-widget table td span.decade {
    width: 33.3%;
    min-height: 55px;
    border-radius: 0px;
    line-height: 55px;
    border: 1px solid rgba(0,0,0,.1);
}

.bootstrap-datetimepicker-widget table td span.decade {
    min-height: 63px;
    line-height: 63px;
    padding: 8px;
}


.weekPicker .bootstrap-datetimepicker-widget .datepicker .weeknumber {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #fff !important;
    ;
}

.weekPicker .bootstrap-datetimepicker-widget .datepicker tbody tr:hover, .weekPicker .bootstrap-datetimepicker-widget .datepicker tbody tr.active {
    background-color: var(--primary);
    color: var(--white);
}

    .weekPicker .bootstrap-datetimepicker-widget .datepicker tbody tr:hover .weeknumber, .weekPicker .bootstrap-datetimepicker-widget .datepicker tbody tr.active .weeknumber {
        background-color: var(--primary) !important;
        color: var(--white);
    }

    .weekPicker .bootstrap-datetimepicker-widget .datepicker tbody tr:hover .day, .weekPicker .bootstrap-datetimepicker-widget .datepicker tbody tr.active .day {
        background-color: var(--primary) !important;
        color: var(--white);
        border-radius: 0;
    }

        .weekPicker .bootstrap-datetimepicker-widget .datepicker tbody tr:hover .day:last-of-type, .weekPicker .bootstrap-datetimepicker-widget .datepicker tbody tr.active .day:last-of-type {
            background-color: var(--primary) !important;
            color: var(--white);
            border-radius: 0 5px 5px 0;
        }

.timepicker-sbs .datepicker {
    border-right: 1px solid var(--mas-oscuro);
}
