.dtp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 2000;
    font-size: 1.15em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    }
.dtp > .dtp-content {
    background: #fff;
    max-width: 300px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    max-height: 520px;
    position: relative;
    left: 50%;
    }
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: rgb(43,122,119);
    color: #fff;
    text-align: center;
    padding: .3em;
    }
.dtp div.dtp-date,
.dtp div.dtp-time {
    background: rgb(58,175,169);
    text-align: center;
    color: #fff;
    padding: 10px;
    }
.dtp div.dtp-date > div {
    padding: 0;
    margin: 10px 0;
    }
.dtp div.dtp-actual-month {
    font-size: 1.5em;
    }
.dtp div.dtp-actual-num {
    font-size: 2em;
    line-height: .9;
    }
.dtp div.dtp-actual-maxtime {
    font-size: 3em;
    line-height: .9;
    }
.dtp div.dtp-actual-year {
    font-size: 1.5em;
    color: #DCEDC8;
    }
.dtp div.dtp-picker {
    padding: 1em;
    text-align: center;
    height: 300px !important;
    }
.dtp div.dtp-picker-month,
.dtp div.dtp-actual-time {
    font-weight: 500;
    text-align: center;
    }
.dtp div.dtp-picker-month {
    padding-bottom: 15px !important;
    text-transform: uppercase !important;
    }
.dtp .dtp-close {
    position: absolute;
    top: .35em;
    right: .35em;
    }
.dtp .dtp-close > a {
    color: #fff;
    }
.dtp .dtp-close > a > i {
    font-size: 1em;
    }
.dtp table.dtp-picker-days {
    margin: 0;
    width: 100%;
    table-layout: fixed;
    }
.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 td {
    font-weight: 700;
    font-size: .8em;
    text-align: center;
    padding: 5px 4px;
    }
.dtp table.dtp-picker-days td > span.dtp-select-day {
    color: #BDBDBD !important;
    padding: .4em .5em .5em .6em;
    }
.dtp table.dtp-picker-days td > a,
.dtp .dtp-picker-time > a {
    color: #3b3b3b;
    text-decoration: none;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    }
.dtp table.dtp-picker-days td > a.selected {
    background: rgb(58,175,169);
    color: #fff;
    }
.dtp table.dtp-picker-days th {
    color: #757575;
    text-align: center;
    font-weight: 700;
    padding: .4em .3em;
    }
.dtp .p10 > a {
    color: rgb(43,122,119);
    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 {
    position: relative;
    top: 10px;
    color: #212121;
    font-weight: 500;
    padding: .5em;
    border-radius: 50% !important;
    text-decoration: none;
    background: #eee;
    font-size: 1em;
    }
.dtp .dtp-actual-meridien a.selected {
    background: rgb(43,122,119);
    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 1em 1em 1em;
    text-align: right;
    }
.dtp.hidden,
.dtp .hidden {
    display: none;
    }
.dtp .invisible {
    visibility: hidden;
    }
.dtp .clearfix {
    clear: both;
    }
.dtp .center {
    text-align: center;
    }
.dtp-picker-year {
    margin-bottom: 1px;
    }
.year-picker-item {
    text-align: center;
    padding-top: 10px;
    font-size: 1.4em;
    cursor: pointer;
    margin: 0 auto;
    }
.btn-flat {
    background: rgb(250,250,250);
    border: solid 1px rgb(45,122,185);
    padding: 9px 12px;
    cursor: pointer;
    margin: 0 3px;
    font-family: inherit;
    font-size: .9em;
    color: rgb(90,90,90);
    }
.btn-flat:hover {
    background-color: white;
    }
.dtp-actual-year:hover {
    cursor: pointer;
    }
.dtp-actual-year.disabled:hover {
    cursor: inherit;
    }
.year-picker-item:hover {
    color: rgb(43,122,119);
    }
.year-picker-item.active {
    color: rgb(43,122,119);
    font-weight: bold;
    }
.dtp-select-year-range {
    display: inline-block;
    text-align: center;
    width: 100%;
    }
.dtp-select-year-range.before {
    margin-bottom: 10px !important;
    }
.dtp-select-year-range.after {
    margin-top: 10px !important;
    }
.svg-clock {
    width: 250px;
    }
.svg-clock .hour-hand {
    stroke: rgb(46,158,133);
    stroke-width: 6px;
    }
.svg-clock .minute-hand {
    stroke: rgb(74,193,122);
    stroke-width: 6px;
    }
.svg-clock .clock-face {
    fill: #eee;
    stroke: #bdbdbd;
    stroke-width: 2px;
    }
.svg-clock .clock-center {
    fill: #757575;
    }
.svg-clock .dtp-select-hour {
    fill: transparent;
    }
.svg-clock .dtp-select-hour-text {
    fill: black;
    }
.svg-clock .dtp-select-hour.active {
    fill: rgb(46,158,133);
    }
.svg-clock .dtp-select-hour-text.active {
    fill: white;
    }
.svg-clock .dtp-select-minute {
    fill: transparent;
    }
.svg-clock .dtp-select-minute-text {
    fill: black;
    }
.svg-clock .dtp-select-minute.active {
    fill: rgb(74,193,122);
    }
.svg-clock .dtp-select-minute-text.active {
    fill: white;
    }
.svg-clock .clock-border {
    fill: transparent;
    stroke: #ddd;
    stroke-width: 45px;
    }
