
.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 */
}
#scantriggererror {
	padding:30px;
	font-size:16px;
	color: #900;
	text-align: center;
}

#scanmodalbox {
	width: 350px;
	height: 384px;
}
#quickusermodalbox {
	width: 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;
}
#quickuserform p{
	font-size:15px;
}
.quickuserinput{
	width: 287px;
}
#quickuserform .submit{
	text-align:right;
	padding: 0;
}

.quickuserinputbox {
	margin-bottom: 20px;
}

.quickuserleft {
	float:left;
	font-size:15px;
	line-height:30px;
}
.quickuserright {
	float:right;
}
.quickuserright select {
	width: 220px;
}

#traitware_overlays {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	box-sizing: border-box;
	padding: 20px;
}

#traitware_overlays.traitware_overlays_showing {
	display: flex;
	background: rgba(0,0,0,0.4);
}

.traitware_overlay {
	display: none;
}

.traitware_overlay_showing {
	display: block;
}

#traitware_shortcode_overlay, #traitware_activate_overlay, #traitware_usertype_overlay,
#traitware_errornotice_overlay, #traitware_bulksync_overlay {
	width: 100%;
	max-width: 500px;
	max-height: 500px;
	background: white;
	padding: 20px;
	box-sizing: border-box;
}

#traitware_bulksync_checkboxes {
	margin-top: 1em;
}
#traitware_shortcode_buttons, #traitware_bulksync_buttons, #traitware_activate_buttons, #traitware_usertype_buttons {
	margin-top: 1em;
}
.jetpack-sso-form-display #loginform > div.traitware-login-box {
	display: block;
}

.traitware-form-table {
	display: none;
}

.traitware-form-table.active {
	display: table;
}

.traitware-form-table thead th {
	font-size: 1.3em;
}

input[name="submit"].traitware-hidden-input {
	display: none;
}

.traitware_overlay_title {
	font-weight: bold;
}