/* DatePicker */
.dtp-picker-days thead th {
	background-color: transparent;
	border:none;
}

.dtp-picker-days td {
	background-color: transparent;
	border:none;
}

.dtp table.dtp-picker-days tr > td > a.selected {
	background-color: red;
}

.dtp div.dtp-date, .dtp div.dtp-time {
	background-color: red;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
	background-color: red;
}

.dtp .dtp-buttons {
	display: none;
}

.dtp .p10 > a {
	color:white;
}

<!-- GIN Hack para IE11 -->

*::-ms-backdrop, .dtp .p10 > a {
	color:white;
}


.dtp div.dtp-actual-year {
	color:white;
}