.dtp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000;
    font-size: .845rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .dtp > .dtp-content {
        /*background: #fff;
        max-width: 310px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        max-height: 520px;
        position: relative;
        left: 50%;*/

            background: #fff;
    max-width: 300px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.14), 0 4px 5px 0 rgba(0,0,0,.12), 0 1px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.14), 0 4px 5px 0 rgba(0,0,0,.12), 0 1px 10px 0 rgba(0,0,0,.2);
    position: relative;
    left: 50%;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    -webkit-animation: pickerFadeIn .2s cubic-bezier(.4,0,.2,1);
    animation: pickerFadeIn .2s cubic-bezier(.4,0,.2,1);
    margin-bottom: 1rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center bottom 0;
    transform-origin: center bottom 0;


    }

        .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
            background: #0078d4;
            color: #fff;
            text-align: center;
            padding: 0.3em;
            font-size:.78125rem;
            border-bottom: 1px solid rgba(255,255,255,0.15);
        }

    .dtp div.dtp-date, .dtp div.dtp-time {
        background: #0078d4;
        text-align: center;
        color: #fff;
        padding: .5rem;
    }

        .dtp div.dtp-date > div {
            padding: 0;
            margin: 0;
        }

    .dtp div.dtp-actual-month {
        font-size: .845rem;
    }

    .dtp div.dtp-actual-num {
        font-size: 2.25em;
        font-weight: bold;
        line-height: 2.25rem;
    }

    .dtp div.dtp-actual-maxtime {
        font-size: 1.45rem;
        line-height: 0.9;
        font-weight:bold;
    }

    .dtp div.dtp-actual-year {
        font-size: .925rem;
        font-weight:500;
        color: rgba(255,255,255,0.8);
    }

    .dtp div.dtp-picker {
        padding: .5rem .5rem 0 .5rem;
        text-align: center;
    }

    .dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
        font-weight: 500;
        text-align: center;
    }

    .dtp div.dtp-picker-month {
        padding-bottom: .5rem !important;
        font-size: .78125rem;
        text-transform: uppercase !important;
    }

    .dtp .dtp-close {
        position: absolute;
        top: 4px;
        right: 1em;
    }

        .dtp .dtp-close > a {
            color: #fff;
            font-size: 1.1rem;
                display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
        }
        .dtp .dtp-close > a:hover{
            background:rgba(0,0,0,0.25);
        }

            .dtp .dtp-close > a > i {
                font-size: 1em;
            }

    .dtp table.dtp-picker-days {
        margin: 0;
        min-height: 251px;
    }

        .dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
            border: none;
        }

            .dtp table.dtp-picker-days tr > td {
                font-weight: 400;
                font-size:.78125rem;
                text-align: center;
                padding: 0.1em 0em;
            }

                .dtp table.dtp-picker-days tr > td > span.dtp-select-day {
                    color: #BDBDBD !important;
                    /*padding: 0.4em 0.5em 0.5em 0.6em;*/
                        width: 37px;
                        height: 30px;
                        line-height: 29px;
                        text-align: center;
                        margin: auto;
                        display: block;
                        border-radius: .15rem !important;
                }

                .dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
                    color: #000;
                    text-decoration: none;
                        width: 37px;
                        height: 30px;
                        line-height: 29px;
                        text-align:center;
                    margin: auto;
                    display: block;
                    border-radius:0 !important;
                    position:relative;
                }

                    .dtp table.dtp-picker-days tr > td > a:hover, .dtp .dtp-picker-time > a:hover {
                        background: #e6ebef;
                        color: #000;
                    }
                    .dtp table.dtp-picker-days tr > td > a:hover, .dtp .dtp-picker-time > a:before:hover {
                        position:absolute;
                        content:'';
                        
                    }

                    .dtp table.dtp-picker-days tr > td > a.selected {
                        background: #0078d4;
                        color: #fff;
                    }

            .dtp table.dtp-picker-days tr > th {
                color: #7e7e7e;
                text-align: center;
                font-weight: 400;
                font-size: .72rem;
                padding: 0.4em 0.3em;
                border-bottom: 1px solid rgba(100,121,143,0.175);
            }

            .dtp table.dtp-picker-days tr > th, .dtp table.dtp-picker-days tr > td {
                border-top: 0 !important;
            }

    .dtp .p10 > a {
        color: rgba(255,255,255,0.8);
        text-decoration: none;
            font-size: 1.15rem;
    line-height: 1.15rem;
    }

    .dtp .p10 {
        width: 10%;
        display: inline-block;
    }

    .dtp .p20 {
        width: 20%;
        display: inline-block;
    }

    .dtp .p60 {
        width: 60%;
        display: inline-block;
    }

    .dtp .p80 {
        width: 80%;
        display: inline-block;
    }

    .dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
        position: relative;
        top: 10px;
        color: #212121;
        font-weight: 500;
        padding: 0.7em 0.5em;
        border-radius: 50% !important;
        text-decoration: none;
        background: #eee;
        font-size: .78125rem;
    }

    .dtp .dtp-actual-meridien a.selected {
        background: #0078d4;
        color: #fff;
    }

    .dtp .dtp-picker-time > .dtp-select-hour {
        cursor: pointer;
    }

    .dtp .dtp-picker-time > .dtp-select-minute {
        cursor: pointer;
    }

    .dtp .dtp-buttons {
        padding: 0 .5rem .5rem .5rem;
        text-align: right;
    }

.dtp-buttons .btn {
    padding: .125rem .35rem .115rem;
    font-size: .725rem;
    line-height: 1.45;
    font-weight: 500 !important;
    text-align: center;
    border-radius: .125rem;
    height: calc(1.45rem + 1px);
    text-transform: capitalize;
    margin-left: 3px;
    border: 1px solid #dbe4e6;
    background: #eff3f6;
    color: #000;
}

    .dtp-buttons .btn:hover {
        background: #e3e9ec;
        border: 1px solid #d1dadc;
        color: #000;
    }

.dtp.hidden, .dtp .hidden {
    display: none;
}

.dtp .invisible {
    visibility: hidden;
}

.dtp .left {
    float: left;
}

.dtp .right {
    float: right;
}

.dtp .clearfix {
    clear: both;
}

.dtp .center {
    text-align: center;
}

.dtp-picker-year {
    margin-bottom: 1px;
}

.year-picker-item {
    text-align: center;
    padding-top: 5px;
    font-size: large;
    cursor: pointer;
    margin: 0 auto;
}

.dtp-actual-year:hover {
    cursor: pointer;
}

.dtp-actual-year.disabled:hover {
    cursor: inherit;
}

.year-picker-item:hover {
    color: #0078d4;
}

.year-picker-item.active {
    color: #0078d4;
    font-weight: bold;
}

.dtp-select-year-range {
    display: inline-block;
    text-align: center;
    width: 100%;
}
#dtp-svg-clock{
    padding:1rem;
}