.acResults {
	background-color: #fff;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 0 0 5px 5px;
	padding: 0px;
	overflow: hidden;
	z-index: 100;
}

.acResults ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.acResults li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.acNoResults {
	background-color: rgb(255, 245, 245) !important;
	color: rgb(243, 22, 21) !important;
	text-align: center !important;
}

/* zodat de user kan zien welke boxen autocomplete zijn */
/* important zodat het altijd werkt - waah important oorlog*/
.acInput {
	border-left-style: double  !important;
	border-left-width: 3px     !important;
	border-right-style: double !important;
	border-right-width: 3px    !important;
	outline: none;
}

/* Loading animate rechts van het inputveld */
.acLoading {
	background-image: url('/icons/loading.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.acSelect {
	background-color: yellow;
	color: black;
}

.acMatch {
	font-weight: bold;
	background-color: #fcf513;
	color: #000;
}

.allResults {
	background-color: rgb(245, 245, 245) !important;
	border-top: 1px solid rgb(200, 200, 200);
	font-size: 10pt !important;
	text-align: center !important;
}

.auto-add-origin-container {
	
	display: inline-block;
	
	&.inactive {
		filter: brightness(0.8) grayscale(1) opacity(0.5);
		pointer-events: none;
		user-select: none;
	}
	
	.ind {
		color: #52de0c;
		font-weight: bold;
	}
}