/* ========================================================================== */

.datepicker {
		font: 14px arial, sans-serif;
		background-color: #FFFFFF;
		color: #566573;
		width: 215px;
		height: 26px;
}

/* ========================================================================== */

.datepicker-1 {
		font: 14px arial, sans-serif;
		background-color: #FFFFFF;
		color: #566573;
		width: 307px !important;
		height: 26px;
		textarea {width:100% !important;}
}

/* ========================================================================== */

input[type="date"],
input[type="time"] {
    width: 215px;
    height: 26px;
}
