﻿.dtp-buttons > button.btn {
    border: none;
    border-radius: 2px;
    position: relative;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    padding: 5px 16px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
}
.dtp .dtp-buttons {
    margin-bottom: 1em;
}
.dtp div.dtp-picker {
    padding: 0.5em;
}
.dtp>.dtp-content {
    max-height: 100%;
}
line.minute-hand {
    display: none !important;
}
.dtp-btn-clear {
    color:#bb2e1d !important;
}
.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
    background: #1e74ad;
}
.dtp div.dtp-date, .dtp div.dtp-time {
    background: #2a94db;
}
.dtp .p10>a {
    color: #1e74ad;
}
.dtp div.dtp-actual-year {
    color: #c3dbeb;
}
.dtp table.dtp-picker-days tr>td>a.selected {
    background: #2a94db;
}
.dtp .dtp-actual-meridien a.selected {
    background: #1e74ad;
}
