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

.sidebar fieldset{
	background-color: white;
}

#user-sidebar{
	margin-top: 8px;
}

#user-sidebar-profile_photo-container{
	text-align: center; 
	font-weight: bold; 
	max-height: 195px; 
	overflow: hidden;
}

#user-sidebar-profile_photo{
	border: thin solid darkslategrey;
}

#product-sidebar-id, #product-sidebar-date_added, #product-sidebar-lister_info, #product-sidebar-researcher_info,
#product_listing-sidebar-id, #product_listing-sidebar-date_added, #product_listing-sidebar-lister_info, #customer-sidebar-id{
	float: right;
}

#product-sidebar-id input, #product_listing-sidebar-id input{
	text-align: right;
	padding-right: 5px;
}

#product-sidebar-date_added, #product-sidebar-lister_info, #product-sidebar-researcher_info,
#product_listing-sidebar-date_added, #product_listing-sidebar-lister_info, #customer-sidebar-date_added{
	font-size: larger;
	margin-top: 5px;
	text-align: right;
	display: block;
	width: 100%;
}

#product-sidebar-status_form *, #product_listing-sidebar-status_form *, #customer-sidebar-status_form *{
	vertical-align: middle;
	line-height: 25px;
	margin-left: 5px;
}

#order-sidebar-archived_form *{
	vertical-align: middle;
	line-height: 25px;
	margin-left: 0px;
}

#order-sidebar-id{
	float: right;
}

#order-sidebar-id input{
	text-align: right;
	padding-right: 5px;
}

#order-sidebar-date_added, #order-sidebar-placed_by_info, #order-sidebar-customer_po_number, #order-sidebar-quote-info-quoted_by, #order-sidebar-quote-info-date_quoted{
	font-size: larger;
	margin-top: 5px;
	text-align: right;
	display: block;
	width: 100%;
	float: right;
}

#order-sidebar-paid-check, #order-sidebar-fulfilled-check, #order-sidebar-shipped-check{
	position: absolute;
	font-size: x-large;
	line-height: 36px;
}

#order-sidebar-paid_date, #order-sidebar-shipped_date, #order-sidebar-fulfilled_date{
	margin-top: 5px;
	text-align: right;
	float: right;
}

#order-sidebar-status_form *{
	vertical-align: middle;
	line-height: 25px;
}

#customer-sidebar-parent{
	text-align: center;
	margin-bottom: 10px;
	line-height: 20px;
}

#customer-sidebar-parent a{
	font-size: larger;	
}