.qrType, .qrType.input-prepend {display:none;}

.error {
	color: #f00;
}

#cfModal {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.6);
}

#cfModal > div {
	left: 50% !important;
	top: 50% !important;
	position: absolute;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hidden {
	display: none;
}