/*
Theme Name: Limo
 */
.quform-page-progress-text {
	font-weight : 400 !important;
}
#map-canvas {
	height : 300px !important;
}
.pac-container:after {
	content : none;
}
.quform option:hover,
.quform option[selected],
.quform option:checked {
	background : #89c711 !important;
	color      : white !important;
}
#waypoints-list {
	cursor : grab;
}
#waypoints-list:active {
	cursor : grabbing !important;
}
#waypoints-list .btn.remove-waypoint {
	padding     : 4px 12px;
	cursor      : pointer;
	position    : relative;
	margin-left : 5px;
}
#waypoints-list .btn.remove-waypoint:before,
#waypoints-list .btn.remove-waypoint:after {
	content    : "";
	border-top : 2px solid red;
	position   : absolute;
	top        : 50%;
	left       : calc(50% - 7px);
	transform  : rotate(45deg);
	width      : 14px;
}
#waypoints-list .btn.remove-waypoint:after {
	transform : rotate(-45deg);
}