.k-datepicker {
	width: 100%; /* Make the datepicker full width */
}

	.k-datepicker input {
		
		padding: .375rem .75rem; /* Match Bootstrap input padding */
		font-size: 1rem; /* Match Bootstrap input font size */
		line-height: 1.5; /* Match Bootstrap input line height */
		border: 1px solid #ced4da; /* Match Bootstrap input border */
		border-radius: .25rem; /* Match Bootstrap input border radius */
		min-height: calc(2.25rem + 2px);
		font-size: 0.875rem;
	}
