.selectize-control.input_color > .selectize-input, .input_color, .input_color.date, .input_color.date:disabled{
    background-color: #d7edf2;
    border-width: 0px;
    border-radius: 0px;
}

.selectize-control.single .selectize-input:after{
	font-family: 'FontAwesome';
	content: "\f002";
	border: none;
	top: 30%;
	color: #242C4F!important;
}

.selectize-control .selectize-input.disabled:after{
    color: #616263!important;
}

.selectize-control .selectize-input.disabled, .input_color.date.disabled{
    opacity: 1!important;
    background-color: #e9ecef!important;
}

a.datepicker-button.blue.disabled{
    background-color: #616263!important;
}