.dtp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000;
}
.dtp > .dtp-content {
    background: #fff;
    max-width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    max-height: 560px;
    position: relative;
    left: 50%;
}
.dtp > .dtp-content > .dtp-date-view > section.dtp-header {
    background: #0098da;
    color: #fff;
    text-align: center;
    padding: 4px 2px;
}
.dtp > .dtp-content > .dtp-date-view > section.dtp-header .dtp-actual-day {
    text-transform: capitalize;
}

.dtp div.dtp-date, .dtp div.dtp-time { background: #4FBFEF; text-align: center; color: #fff; padding: 10px; }
.dtp div.dtp-date > div { padding: 0; margin: 0; }
.dtp div.dtp-actual-month { font-size: 1.5em; }
.dtp div.dtp-actual-num {
    font-size: 3em;
    line-height: 1.6em;
}
.dtp div.dtp-actual-maxtime { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-year { font-size: 1.5em; color: #B8E6FA; }
.dtp div.dtp-picker {
    padding: 10px;
    text-align: center;
}

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.dtp .dtp-close {
    position: absolute;
    top: 0.5em;
    right: 0.7rem;
}
.dtp .dtp-close > a { color: #fff; }
.dtp .dtp-close > a > i { font-size: 1em; }

.dtp table.dtp-picker-days { margin: 0; }
.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:hover td { background-color: inherit; }
.dtp table.dtp-picker-days tr > td {
    text-align: center;
    padding: 6px 3px;
}
.dtp table.dtp-picker-days tr > td > span.dtp-select-day { color: #BDBDBD!important; }
.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #212121;
    text-decoration: none;
    border-radius: 50%!important;
    width: 30px;
    height: 30px;
    line-height: 33px;
}
.dtp table.dtp-picker-days tr > td > a.selected{ background: #0098DA; color: #fff; }
.dtp table.dtp-picker-days tr > th {
    color: #757575;
    text-align: center;
    font-weight: 700;
    padding: 4px 3px;
    text-transform: uppercase;
}

.dtp .p10 > a { color: #0098DA; text-decoration: none; }
.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 {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    line-height: 33px;
    position: relative;
    top: 6px;
    color: #212121;
    font-weight: 500;
    border-radius: 50%!important;
    text-decoration: none;
    background: #eee;
    font-size:0.7rem;
}
.dtp .dtp-actual-meridien a.selected { background: #0098DA; color: #fff; }

.dtp .dtp-picker-time > a {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    line-height: 33px;
}
.dtp .dtp-picker-time {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 1em;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 500;
    text-align: center!important;
}

.dtp .dtp-picker-time > a.dtp-select-hour.selected { background: #0098DA; color: #fff; }
.dtp .dtp-picker-time > a.dtp-select-hour.disabled, .dtp .dtp-picker-time > a.dtp-select-minute.disabled { color: #757575; }
.dtp .dtp-picker-time > a.dtp-select-minute.selected { background: #0098DA; color: #fff; }

.dtp div.dtp-picker-clock {
    margin: 0.8rem 1.3rem 0 1.3rem;
    padding: 13px 0 0 9px;
    border-radius: 50%!important;
    background: #eee;
    height: 240px !important;
    width: 240px !important;
}
.dtp-clock-center {
    width: 15px;
    height: 15px;
    background: #757575;
    border-radius: 50%;
    position: absolute;
    z-index: 50;
}

.dtp .dtp-hand, .dtp .dtp-hour-hand { position: absolute; width: 4px; margin-left: -2px; background: #BDBDBD; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transform-origin: bottom; -ms-transform-origin: bottom; -webkit-transform-origin: bottom; transform-origin: bottom; z-index: 1; }
.dtp .dtp-minute-hand { width: 2px; margin-left: -1px; }
.dtp .dtp-hand.on { background: #0098DA; }

.dtp .dtp-buttons { padding: 0 1rem 1rem 1rem; margin-left: 10px; text-align: right; }
.dtp .dtp-buttons button {
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    min-width: 0;
}
.dtp .dtp-buttons button:focus {
    background-color: #fff;
}

.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; }
