.dtp { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 2000; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.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: 520px; position: relative; left: 50%; }
.dtp > .dtp-content > .dtp-date-view > header.dtp-header { background: #639537;/*#689F38;*/ color: #fff!important; text-align: center; padding: 0.3em; }

.dtp-header .dtp-close .material-icons{font-size: 1.5em;top: -6px;left: -7px;position: absolute;}
.dtp div.dtp-date, .dtp div.dtp-time { background: #7aac40;/**/#8BC34A; text-align: center; color: #fff!important;; 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: 0.9; }
.dtp div.dtp-actual-maxtime { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-year { font-size: 1.5em; color: #DCEDC8; }
.dtp div.dtp-picker { padding: 1em; 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:20px!important;*/ text-transform: uppercase!important; }

.dtp .dtp-close { position: absolute; top: 0.5em; right: 1em; }
.dtp .dtp-close > a { color: #fff; }
.dtp .dtp-close > a > i { font-size: 1em; }

.dtp table.dtp-picker-days {width:100%; 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: 700; font-size: 0.8em; text-align: center; /*padding: 0.5em 0.3em;*/}
.dtp table.dtp-picker-days tr > td > span.dtp-select-day { color: #BDBDBD!important; padding: 0.4em 0.5em 0.5em 0.6em;}
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {font-size:1.3em; color: #212121; text-decoration: none;
display: inline-block;
vertical-align: bottom;
padding-top: 10px;
border-radius: 50%!important;
width: 35px;
height: 35px;
 /*padding: 0.5em 0.5em 0.5em 0.6em;*/  }
 
 
.dtp table.dtp-picker-days tr > td > a.selected{ background: #8BC34A; color: #fff; }
.dtp table.dtp-picker-days tr > th { color: #757575; text-align: center; font-weight: 700; padding: 0.3em/*0.4em*/ 0.3em;
background: #e9ebbf;border: 2px solid #fff;vertical-align: middle;
border-radius: 7px; }

.dtp .p10 > a { color: #689F38; 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: 0.7em 0.5em; border-radius: 50%!important;text-decoration: none; background: #eee; font-size:1em; }
.dtp .dtp-actual-meridien a.selected { background: #689F38; 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 .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:#689F38;
}

.year-picker-item.active{
    color:#689F38;
    font-weight: bold;
}

.dtp-select-year-range{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.dtp-btn-ok,.dtp-btn-cancel{
    text-align: center;
    font-size: 15px;
    display: inline-block;
    border-radius: 2px;
    font-weight: bold;
    cursor: pointer;
}

.dtp-btn-ok{
    color: #fff;
    background: #7db00e;
    border: 1px solid #7db00e;
    padding: 10px 20px;
}
.dtp-btn-cancel{
    color: #657884;
    border: 1px solid #657884;
    margin-right:25px;
    padding: 10px 10px;
}
/*------------------------*/
.dtp-actual-num{color:#fff;}
.dtp-actual-month{color:#fff;}
.dtp-actual-day{color:#fff;}
.dtp-actual-maxtime{color:#fff;}
.dtp-actual-year{margin-top:4px}
.material-icons{color:#fff;}
.dtp-select-hour-text,.dtp-select-minute-text{font-size: 1.8em;}
.dtp-select-month-before .material-icons, .dtp-select-month-after .material-icons{margin-top: -2px;}
.dtp-select-year-before .material-icons, .dtp-select-year-after .material-icons{margin-top: 2px;}
div.dtp-actual-num ~ div {display:none}
.dtp-date-view .dtp-picker{padding: 0 0 10px 0!important;}

.dtp-picker-month
{
    background: #c2d5c2;/*#aeb7ae;*/
    padding: 10px 0;
    /*color: #fff;*/
}
.body_table_datapicker, .dtp-picker-datetime{padding: 10px;}
.selected_today{/*background: #fffa90;color: #777620;border:1px solid #dad55e;*/}

.dtp-picker-days .day_off_weekend{color:#ff7f0e!important}
.th_weekend{color:#ff5918!important;}
td.td_day_off_weekend a.selected{color:#fff!important;background: #ff881f!important;}
.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {border-radius:15%!important;font-size: 14px!important;}