label.error {
	color: #dc3545;
}

.error-cp, .error-tel {
	color:#dc3545;
	display: none;
	width: 100%;
}
form .select select {
	cursor: pointer;
}
form input[type="submit"] {
	cursor: pointer;
}
form input[type="submit"]:hover:not([disabled]) {
	 color: #57ac0a;
	 background-color: #ffff;
}

.ui-widget-content .ui-state-active
{
	background: #c7e0f2;
	border: 1px solid #a7bccb;
	color: #000;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.has-error input {
	border: 1px solid #dc3545 !important;
}
.help-block {
	margin: 0 0 15px;
	color: #dc3545;
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.icon-check-o, .icon-cancel-o{
	display: inline-table;
	position: relative;
	width: 25px;
	height: 25px;
	right: 32px;
	top: 8px;
}
.icon-check-o{
	background: url("../images/checkmark.svg") no-repeat;
	background-size: cover;
}
.icon-cancel-o{
	background: url("../images/cancel.svg") no-repeat;
	background-size: cover;
}