.dtp div.dtp-date,
.dtp div.dtp-time{
    background:white !important;
    color: black !important;
    font-size: 2.5vw;
}
.dtp div.dtp-actual-year{
    color: black;
}

.dtp > .dtp-content {
	max-height: 80vw !important;
	max-width: 50vw !important;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header{
    background: white !important;
    color: black !important;
}

.dtp .dtp-close > a{
    color: black !important;
}

.dtp .p10 > a{
    color: black !important;
}

.dtp table.dtp-picker-days tr > td {
	font-weight: 700;
	font-size: 2.1vw;
	text-align: center;
	padding: 0.5em 0.3em;
}

.dtp table.dtp-picker-days tr > td > a.selected{
    background: #AF9F63 !important;
    color: white !important;
}

.dtp-buttons .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 2.5vw;
    margin: 1vw;
    background: green;
    color: white;
}

.year-picker-item,
.dtp-actual-day {
	font-size: 2.5vw;
}

.dtp div.dtp-picker-month,
.dtp div.dtp-actual-time {
	font-weight: 500;
	text-align: center;
	font-weight: bold;
	color: white;
	background: #0b3356;
	font-size: 4vw !important;
}

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
	font-size: 2.5vw !important;
}