.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label, 
.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label {
	color: #033689 !important;
}
.mdl-selectfield__label:after {
    background-color: #033689 !important;
}

.mdl-layout__header .mdl-icon-toggle__label {
	color: rgba(255, 255, 255, 0.2) !important;
}

.mdl-icon-toggle.is-checked .mdl-icon-toggle__label {
	color: #fff !important;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
	background: #033689 !important;
}

.dtp div.dtp-date, .dtp div.dtp-time {
	background: #033689 !important;	
}

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

.dtp div.dtp-actual-year {
	color: rgb(255, 255, 255) !important;
}

.dtp .p10>a {
	color: rgb(255, 255, 255) !important;
}

.dtp-btn-ok {
	background: #033689 !important;
	color: rgb(255, 255, 255) !important;
}
.dtp-btn-cancel {
	background: rgb(255, 255, 255) !important;
	color: #033689 !important;
}
	