@charset "UTF-8";
/* CSS Document */

#form-customer-contact-file_attachments .qq-upload-button{
	float:left;
	display: inline;
}

#form-customer-contact-file_attachments .qq-upload-list{
	width: 480px;
	position: relative;
	float: right;
	list-style-type: circle;
}

#form-customer-contact-file_attachments .qq-upload-list li{
	display: inline;
	float: left;
	margin-left: 10px;
	width: 450px;
	margin-bottom: 3px;
}

.customer-view-object{
	border: 2px solid darkslategrey;
	border-radius: 8px;
	padding: 10px;
	position: relative;
	min-height: 100px;
}

#customer-view-buttons-container{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

#customer-view-attachments{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 5px;
	padding-right: 35px;
}

#customer-view-buttons{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#customer-view-label{
	font-weight: bold;
	font-size: x-large;
}

#customer-view-contact{
	font-size: larger;
	margin-top: 10px;
}

#customer-view-contact_methods{
	margin-top: 5px;
	font-size: larger;
}

#customer-view-tax_exempt{
	position:absolute;
	bottom: 10px;
	right: 100px;
}

#customer-contacts-list>li{
	width: 250px;
	min-height: 80px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-right: 20px;
	word-wrap: break-word;
}

#customer-contacts-list>li>span{
	font-weight: bold;
	font-size: larger;
}

#customer-address-list li{
	float: left;
	display: inline;
	width: 250px;
	min-height: 100px;
	margin-bottom: 20px;
	margin-right: 20px;
	word-wrap: break-word;
}


#customer-merge-previews-container{
	display: inline;
	float: left;
}

#customer-merge-previews-container{
	width: 300px;
}


#customer-merge-customer-preview{
	margin-bottom: 40px;
}

#customer-merge-together{
	display: inline;
	float: left;
	height: 300px;
	width: 50px;
}

#customer-merge-result{
	display: inline;
	float: right;
}