.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-moz-user-input: none;
	user-input: none;
	z-index: 2;
	background: rgba(128,128,128,.7);
}

.barcode-input {
	display: none !important;
}

.verleih-mt10 {
	margin-top: 10px;
}

.verleih-select:hover {
	background: #d0ffb1;
}

.verleih-no-pointer-events {
	pointer-events: none;
}




