
.traitware-login-box {
	text-align:center;
	color: #72777c;
	font-size: 14px;
}

.traitware-qrcode {
	width: 222px;
	height: 222px;
	border:0;
	margin: 10px auto;
	display:block;
}

.traitware-scan-response {
	color: #198C0F;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	display:none;
}

#traitwarerecoveryemail {
	display: inline-block;
	margin: 20px 5px 0 5px;
	text-align:left;
}

.traitwaremodal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#scanmodalbox {
	width: 350px;
	height: 384px;
}
#quickusermodalbox {
	width: 350px;
	height: 350px;
}

.traitwaremodalbox{
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	animation-name: animatetraitwaremodalbox;
	animation-duration: 0.4s
}

@keyframes animatetraitwaremodalbox {
	from {top: -300px; opacity: 0}
	to {top: 0; opacity: 1}
}

.traitwareboxheader p {
	margin: 0;
	padding: 6px 10px;
	color: #888;
	font-size: 16px;
	border-bottom: 1px solid #aaa;
	background: #efefef;
}

.traitwareboxclose {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	padding:6px 10px;
	margin: 0;
}

#traitware-modal-qrcode {
	width: 222px;
	height: 222px;
	margin: 58px auto 0 auto;
	display:block;
}

.traitwareboxclose:hover,
.traitwareboxclose:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#quickuserform {
	padding:20px 30px 0 30px;
}
#quickuserform p{
	font-size:15px;
}
.quickuserinput{
	width: 287px;
}
#quickuserform .submit{
	text-align:right;
}
.quickuserrolls {
	margin-top:35px;
}
.quickuserleft {
	float:left;
	font-size:15px;
	line-height:30px;
}
.quickuserright {
	float:right;
}
.quickuserright select {
	width: 220px;
}


