﻿.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #d11b3d;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #f8224a;
}
.dtp table.dtp-picker-days {
    min-height: 240px;
}
.dtp-buttons .btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    padding: 5px 12px;
    margin-left:5px;
}
.dtp table.dtp-picker-days tr > td > a.selected {
    background: #f8224a;
}
.dtp div.dtp-picker-month {
    color:#333333;
}
.dtp div.dtp-actual-year {
    color: rgba(255,255,255,0.8);
}
.dtp .p10 > a {
    color: #721022;
}