.red {
	border: 2px solid red;
}

.form-control {
	width: 100% !important;
	height: calc(1.6em + 0.75rem + 2px);
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: 0.25rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.height-webkit-fill-available {
	height: -webkit-fill-available;
}

.k-autocomplete .k-input {
	line-height: 2.2em;
}

.k-button.k-state-focused,
.k-button.k-state-focused.k-state-disabled,
.k-button:focus, .k-button:focus:hover,
.k-state-disabled .k-button.k-state-focused {
	background-color: #007BFF;
	color: #FFF;
}

.red-border  {
	border: 5px solid  red;
}

.remove-focus {
	border-color: #ccc;
	color: #333;
	background-color: #fff;
}
