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

#order-importing-notice *{
	line-height: 20px;
	vertical-align: middle;
}

#manage-orders-table{
	min-width: 870px;
}

.print_record_icon{
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: help;
}

.micro-order_products-container{
}

.micro-order_products-list{
	position: absolute;
	width: 450px;
	top: 20px;
	z-index: 2; /*Make sure items are above the table columns they extend over*/
}

.micro-order_products-list>li{
	border-radius: 6px;
	border: 2px solid darkslategrey;
	padding: 3px;
	margin-right: 5px;
	margin-top: 5px;
	width: 100%;
	line-height: 50px;
}

.micro-order_product-preview{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	height: 40px;
	display: table;
}

.micro-order_product-preview>div{
	display: table-cell;
    vertical-align: middle;
}

.micro-order_product-preview .product_image_wrapper{
	height: 35px;
	line-height: 35px;
	width: 35px;
}

.micro-order_product-preview img{
	max-height: 35px;
	overflow-x:hidden;
}

.micro-order_product-title{
	float: left;
	display: inline;
	margin-right: 10px;
	width: 240px;
	line-height: 16px;
	vertical-align: middle;
	text-align: left;
}

.micro-order_product-base{
	padding-bottom: 2px;
	border-bottom: 1px #EEE solid;
	margin-bottom: 2px;
	line-height: 16px;
}

.micro-order_product-listing{
	line-height: 12px;
	font-size: smaller;
}

.micro-order_product-details{
	float: right;
	display: inline;
	vertical-align: middle;
	line-height: 50px;
}
.micro-order_product-quantity{
	float: left;
	display: inline;
	margin-right: 10px;
	width: 40px;
	text-align: center;
}
.micro-order_product-price{
	float: left;
	display: inline;
	margin-right: 5px;
	width: 60px;
	text-align: right;
}

.micro-order_product-attachments{
	float: left;
	display: inline;
	position: relative;
	width: 25px;
	line-height: 10px;
}

.micro-order_product-attachments .paperclip_link_small{
	
}


.order-micro-customer{
	margin-top: 3px;
	border: 2px solid darkslategrey;
	background-color: cornsilk;
	border-radius: 6px;
	padding: 5px;
	width: 225px;
	min-height: 80px;
	position: relative;
	color: black;
	font-weight: normal;
}

.order-micro-customer-pos_name *{
	vertical-align: middle;
	line-height: 25px;
}

.order-micro-customer a, .order-micro-customer a:active, .order-micro-customer a:visited, .order-micro-customer a:hover{
	color: blue !important;
	font-weight: normal;
}

.order-micro-customer ul{
	width: 25px;
	display: inline;
	float: left;
}

.order-micro-customer-buttons li img{
	width: 25px;
}

.order-micro-customer-details{
	display: inline;
	float: left;
	margin-left: 5px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	padding: 5px;
}

.order-micro-customer-name{
	position: absolute;
	bottom: 20px;
	width: 150px;
}

.order-micro-customer-contact_method{
	position: absolute;
	bottom: 5px;
	width: 180px;
	overflow: hidden;
}

.order-micro-customer-attachments{
	display: inline;
	float: right;
	margin-left: 5px;
}

#order-fulfill-products{
	margin-top: 10px;
}

#order-fulfill-products-list li{
	margin-bottom: 10px;
}

#order-fulfill-products-list li table{
	border-collapse: collapse;
	width: 100%;
}

#order-fulfill-products-list li td{
	padding: 5px;
}

.order-fulfill-total_message, .order-fulfill-total{
	font-weight: bold;
}

.order-fulfill-pull_quantity, .order-fulfill-total, .order-fulfill-available_quantity{
	text-align: center;
}

#order-ship-process-tabbed-2, #order-ship-process-tabbed-3, #order-ship-process-tabbed-4, #order-ship-record-tabbed-2, #order-ship-record-tabbed-3, #order-ship-record-tabbed-4{
	width: 950px;	
}

.order-ship-products-table{
	margin-top: 10px;
}

.order-ship-product-quantity{
	text-align: right;
}

.order-ship-to, .order-ship-from, .order-ship-pickup{
	position: relative;
}

.order-ship-pickup-addresses, .order-ship-from-addresses, .order-ship-to-addresses, .order-ship-to-validate{
	float: left;
	display: inline;
	margin-right: 10px;
	height: 565px;	
}

.order-ship-pickup-addresses fieldset>div, .order-ship-from-addresses fieldset>div, .order-ship-to-addresses fieldset>div, .order-ship-to-validate fieldset>div{
	overflow-y: auto;
	overflow-x: hidden;
	width: 380px;
}

.order-ship-pickup-addresses fieldset>div, .order-ship-to-addresses fieldset>div, .order-ship-to-validate fieldset>div{
	height: 530px;	
}

.order-ship-from-addresses fieldset>div{
	height: 220px;
}

.order-ship-pickup-address-form, .order-ship-from-address-form{
	float: right;
	display: inline;
	height: 565px;
}

.order-ship-to-address-form, .order-ship-from-address-form, .order-ship-pickup-address-form{
	position: absolute;
	right: 0;
	top: 0;
	background-color: white;
	z-index: 1;
}

.order-ship-pickup-addresses .address-list, .order-ship-from-addresses .address-list, .order-ship-to-addresses .address-list, .order-ship-to-validate .address-list{
	width: 375px;
	padding-left: 5px;
}

.order-ship-pickup-addresses li input[type="radio"], .order-ship-from-addresses li input[type="radio"], .order-ship-to-addresses li input[type="radio"], .order-ship-to-validate li input[type="radio"]{
	display: table-cell;
	line-height: 24px;
	vertical-align: middle;
	float: left; 
	display: inline;
}

.order-ship-pickup-addresses li label, .order-ship-from-addresses li label, .order-ship-to-addresses li label, .order-ship-to-validate li label{
	font-weight: bold;
	display: table-cell;
	line-height: 24px;
	vertical-align: middle;
	float: left; 
	display: inline;
	margin-left: 5px;
}

.order-ship-pickup-addresses li .address-company, .order-ship-from-addresses li .address-company, .order-ship-to-addresses li .address-company, .order-ship-to-validate li .address-company{
	margin-top: 5px;
	clear: both;
}

.order-ship-pickup-addresses li .address-default_setting, .order-ship-from-addresses li .address-default_setting{
	margin-top: 5px;
}

.order-ship-details-requested_method-label{
	font-weight: bold;
}

.order-ship-details-requested_method-name{
	margin: 10px;
	font-weight: bold;
	color: red;
	font-size: 30px;
}

.document_record-type-list{
	width: 400px;
}

.document_record-type-list li{
	float: left;
	display: inline;
	font-weight: bold;
	width: 175px;
}

#order-cancel-refund, #order-return-refund{
	text-align: right;
}

.order-cancel-refund-table, .order-return-refund-table{
	text-align: right;
}

.order-cancel-refund_table-total-row, .order-return-refund_table-total-row{
	font-size: larger;
}

#order-cancel-reason-description, #order-return-reason-description{
	background-color: cornsilk;
	border: thin solid #CCC;
	padding: 5px;
	border-radius: 6px;
	word-wrap:break-word;
	width: 350px;
}

#order-view-left{
	float: left;
	display: inline;
	margin-top: 20px;
}

#order-view-right{
	float: right;
	display: inline;
	margin-top: 20px;
}

.order-view-object{
	border: 2px solid darkslategrey;
	border-radius: 8px;
	padding: 10px;
	position: relative;
}

.order-view-customer{
	border: 2px solid darkslategrey;
	border-radius: 8px;
	padding: 5px;
	position: relative;
	background-color: cornsilk;
	min-width: 300px;
	color: black !important;
	min-height: 50px;
}

.order-view-customer-label a, .order-view-customer-label a:active, .order-view-customer-label a:visited, .order-view-customer-label a:hover{
	color: blue !important;
}

.order-view-customer-buttons{
	float: left; 
	display: inline;
}

.order-view-customer-buttons img{
	height: 30px;
}

.order-view-customer-details{
	font-size: larger;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 40px;
	margin-top: 5px;
	min-width: 250px;
}

.order-view-customer-name{
	margin-top: 6px;
}

.order-view-customer-contact_method{
	position: absolute;
	bottom: 5px;
}

.order-view-customer-attachments{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 25px;
	padding-top: 5px;
}

#order-view-addresses-container{
	padding: 5px;
	border: 2px solid darkslategrey;
	border-radius: 8px;
	background-color: white;
	margin-top: 5px;
	color: black !important;
}

#order-view-addresses-container .order_document-address div{
	margin-top: 3px;
}

.order-view-address-link a, .order-view-address-link a:visited, .order-view-address-link a:hover, .order-view-address-link a:active{
	color: blue !important;
} 

#order-view-billing_address{
	float: left;
	display: inline;
	margin-right: 10px;
	min-width: 140px;
}

#order-view-shipping_address{
	float: left;
	display: inline;
	min-width: 140px;
}

.order-view-address-label{
	font-weight: bold;
	margin-bottom: 5px;
}

#order-view-shipping-container{
	margin-top: 10px;
	width: 300px;
}

#order-view-shipping-carrier{
	float: left;
	display: inline;
}

#order-view-shipping-carrier img{
	height: 50px;
}

#order-view-shipping-details{
	margin-left: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 200px;
}

#order-view-shipping-options, #order-view-shipping-options ul{
	width: 100%;
}

#order-view-shipping-options li{
	width: 100%;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-bottom: 5px;
}

#order-view-shipping-options li strong{
	color: white;
}

#order-view-shipping-method{
	font-size: larger;
}

#order-view-pos-container{
	position: absolute;
	top: 10px;
	right: 60px;
}

#order-view-pos-container a{
	font-weight: bold;
	font-size: larger;
}

#order-view-pos-container *{
	vertical-align: middle;
	line-height: 25px;
}

.order-view-products-list li{
	width: 500px;
	border: 2px solid darkslategrey;
	border-radius: 8px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
}

.order-view-products-list li:nth-child(even){
	background-color: cornsilk;
}

.order-view-product-buttons{
	float: left;
	display: inline;
	margin-right: 3px;
	line-height: 50px;
}

.order-view-product-preview{
	float: left;
	display: inline;
}

.order-view-product-title{
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	width: 260px;
	padding-left: 5px;
	position: absolute;
	top: 0px;
	bottom: 0px;
}

.order-view-product-listing{
	position: absolute;
	bottom: 5px;
}

.order-view-product-preview .product_image_wrapper{
	height: 50px;
	line-height: 50px;
	width: 50px;
}

.order-view-product-preview .product_image_wrapper img{
	max-height: 50px;
	overflow-x:hidden;
}

.order-view-product-details{
	width: 150px;
	float: right;
	display: inline;
}

.order-view-product-quantity{
	float: left;
	display: inline;
	width: 30px;
	margin-right: 5px;
	text-align: center;
	line-height: 50px;
}

.order-view-product-price{
	float: left;
	display: inline;
	width: 60px;
	margin-right: 5px;
	text-align: center;
	font-size: larger;
	line-height: 50px;
}

#order-view-add_product-button *{
	line-height: 30px;
	vertical-align: middle;
}

#order-view-add_product-button img{
	height: 30px;
}

#order-view-add_product-button a{
	font-weight: bold;
}

#order-view-financial-container-spacer{
	height: 120px; /*Ensure absolute positioned financials are not covered up*/
}

#order-view-financial-container{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	font-size:larger;
}

#order-view-financial-container div{
	margin-bottom: 5px;
	position: relative;
}

#order-view-financial-container label{
	position: absolute;
	right: 150px;
}

#order-view-total{
	font-size: x-large;
	font-weight: bold;
}

#order-view-status{
	font-weight: bold;
	font-size: x-large;
}

#order-view-attachments{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 40px;
	padding-top: 10px;
}

.canceled_product-product-details{
	float: left;
	display: inline;
}

.canceled_product-quantity{
	float: left;
	display: inline;
	margin-left: 10px;
	font-weight: bold;
	line-height: 30px;
}

.order-returned_products{
	position: absolute;
	width: 600px;
	top: 20px;
	z-index: 2; /*Make sure items are above the table columns they extend over*/
}

.order-returned_products>table{
	width: 100%;
}

.returned_product-product_title, .returned_product-listing_title{
	font-size: smaller;
}

.returned_product-received-container{
	position: absolute;
	width: 500px;
	top: 50px;
	z-index: 3;
	border-collapse: collapse;
}

.return_product-row>td{
	vertical-align: top;
}

#order-addresses-change-customer_addresses{
	float: left;
	display: inline;
	margin-right: 10px;
}

#order-addresses-change-address-form{
	float: left;
	display: inline;
}

#order-addresses-change-customer_addresses .address-list{
	width: 375px;
}

#order-addresses-change-customer_addresses li input[type="radio"]{
	display: table-cell;
	line-height: 24px;
	vertical-align: middle;
	float: left; 
	display: inline;
}

#order-addresses-change-customer_addresses li label{
	font-weight: bold;
	display: table-cell;
	line-height: 24px;
	vertical-align: middle;
	float: left; 
	display: inline;
	margin-left: 5px;
}

#order-addresses-change-customer_addresses li .address-company{
	margin-top: 5px;
	clear: both;
}

#form-order-adjustment input[type="radio"]{
	display: table-cell;
	line-height: 24px;
	vertical-align: middle;
}

#form-order-adjustment li label{
	display: table-cell;
	line-height: 24px;
	vertical-align: middle;
}


#order-new-form-container, #form-order-new, #order-new-form-wizard, #order-new-form-wizard .ui-tabs-panel{
	background: none !important;
}

.order-new-start-section input[type="radio"]{
	display: table-cell;
	line-height: 124px;
	vertical-align: middle;
	float: left; 
	margin-right: 5px;
	margin-top: 40px;
}
.order-new-start-section label{
	font-size: larger;
	display: table-cell;
	float: left; 
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

#order-new-products{
	margin-top: 10px;
	border: thin solid #CCC;
	border-radius: 8px;
	padding: 10px;
	min-width: 800px;
}

.order-new-product{
	padding: 10px;
	display: block;
	font-size: larger;
	position: relative;
}

.order-new-product-error{
	color: red;
	font-style: italic;
	position: absolute;
	bottom: 20px;
	right: 10px;
}

.order-new-product-image{
	float: left;
	display: inline;
	margin-right: 10px;
}

.order-new-product-image img{
	border: thin solid black;
}

.order-new-product-quantity, .order-new-product-price, .order-new-product-subtotal{
	display: inline;
	height: 100px;
}

.order-new-product-details{	
	float: left;
	display: inline-block;
	height: 100px;
	width: 42%;
}

.order-new-product-product_title, .order-new-product-listing_title{
	word-wrap: break-word;
	min-width: 200px;
	height: 50px;
}

.order-new-product-product_title{
	font-size: larger;
	border-bottom: 1px solid #EEE;
	margin-bottom: 5px;
}

.order-new-product-interaction{
	line-height: 100px;
	float: right;
	width: 300px;
}

.order-new-product-quantity-buttons, .order-new-product-quantity, .order-new-product-price{
	float: left;
}

.order-new-product-quantity-buttons{
	display: inline;
	padding-top: 30px;
	height: 70px;
}

.order-new-increment-button{
	line-height: 20px;
	vertical-align: bottom;
}

.order-new-decrement-button{
	line-height: 20px;
	vertical-align: top;
}

.order-new-product-quantity input{
	text-align: right;
}

.order-new-product-price{
	margin-left: 20px;
	text-align: right;
	width: 100px;
}

.order-new-product-subtotal{
	float: right;
	font-weight: bold;
}

#order-new-product_screen-subtotal-container{
	float: right;
	position: relative;
	font-weight: bold;
	font-size: x-large;
}

#order-new-product_screen-subtotal-label{
	position: absolute;
	right: 150px;
}

#order-new-product_screen-subtotal{
}

#order-new-customer_contact-list-container{
	width: 470px;
	height: 305px;
	overflow-x: hidden;
	overflow-y: auto;
}

#order-new-customer_contact-list-container ul{
	padding-left: 5px;
}

#order-new-contact-section-current_contacts, #order-new-billing_address-section-customer_addresses, #order-new-shipping_address-section-customer_addresses{
	float: left;
	display: inline;
	width: calc(50% - 5px);
	margin-right: 10px;
}

#order-new-contact-section-current_contacts{
	height: 345px;
}

#order-new-billing_address-section-customer_addresses, #order-new-shipping_address-section-customer_addresses{
	height: 513px;
}

#order-new-billing_address-section-customer_addresses fieldset>div, #order-new-shipping_address-section-customer_addresses fieldset>div{
	width: 470px;
	height: 472px;
	overflow-x: hidden;
	overflow-y: auto;
}

#order-new-contact-section-new_contact-form, #order-new-billing_address-section-new_address-form, #order-new-shipping_address-section-new_address-form{
	float: right;
	display: inline;
	width: calc(50% - 5px);
}

#order-new-customer{
	font-size: x-large;
	font-weight: bold;
	float: left;
	display: inline;
	margin-right: 10px;
}

#order-new-select_customer{
	float: left;
	display: inline;
}

#order-new-billing_address_list-container li, #order-new-shipping_address_list-container li{
	width: calc(50% - 20px);
	margin-right: 10px;
	margin-left: 5px;
}

.address-list li input[type="radio"], .contact-list li input[type="radio"]{
	display: table-cell;
	line-height: 24px;
	vertical-align: middle;
	float: left; 
	display: inline;
}

.address-list li label, .contact-list li label{
	font-weight: bold;
	display: table-cell;
	line-height: 24px;
	vertical-align: middle;
	float: left; 
	display: inline;
	margin-left: 5px;
}

.address-list li .address-company{
	margin-top: 5px;
	clear: both;
}

#order-new-confirmation-addresses-section{
	width: 100%;
}

#order-new-confirmation-addresses-section fieldset{
	display: inline;
	width: calc(30% - 10px);
	height: 120px;
}

#order-new-confirmation-addresses-section fieldset:not(:last-child){
	float: left;
	margin-right: 10px;
}

#order-new-confirmation-addresses-section fieldset:last-child{
	float: right;
}

#order-new-confirmation-customer{
	font-weight: bold;
}

#order-new-confirmation-shipping_address .address-city, #order-new-confirmation-billing_address .address-city,
#order-new-confirmation-shipping_address .address-state, #order-new-confirmation-billing_address .address-state,
#order-new-confirmation-shipping_address .address-zip, #order-new-confirmation-billing_address .address-zip{
	float: left;
	display:inline;
	margin-right: 3px;
}

#order-new-confirmation-shipping_address .address-country, #order-new-confirmation-billing_address .address-country{
	clear: both;
}

#order-new-confirmation-shipping_options .shipping_options-method{
	font-size: larger;
	margin-bottom: 5px;
}

#order-new-confirmation-shipping_options ul{
	font-size: smaller;
}

.new-order-confirmation-product{
	padding: 5px;
}

.new-order-confirmation-product:nth-child(even){
	background-color: cornsilk;
}

.new-order-confirmation-product img{
	height: 50px;
	width: auto;
}

.new-order-confirmation-product .order-new-product-details{
	height: 50px;
}

.new-order-confirmation-product .order-new-product-product_title{
	font-size: inherit;
	height: 25px;
}

.new-order-confirmation-product .order-new-product-listing_title{
	font-size: smaller;
	height: 25px;
}

.new-order-confirmation-product .order-new-product-quantity-buttons, .new-order-confirmation-product .order-new-product-error{
	display: none;
}


.new-order-confirmation-product .order-new-product-interaction, .new-order-confirmation-product .order-new-product-interaction div{
	height: 50px;
	line-height: 50px;
}

#order-new-confirmation-type-section{
	position: absolute;
	bottom: 50px;
}

#order-new-confirmation-type{
	font-weight: bold;
	font-size: xx-large;
}

#order-new-confirmation-type img{
	height: 50px;
}

#order-new-confirmation-subtotal-section, #order-new-confirmation-tax-section, #order-new-confirmation-shipping-section, #order-new-confirmation-total-section{
	position: relative;
	text-align: right;
	margin-top: 5px;
}

#order-new-confirmation-subtotal-label, #order-new-confirmation-tax-label, #order-new-confirmation-shipping-label{
	position: absolute;
	right: 200px;
	font-size: larger;
}

#order-new-confirmation-subtotal, #order-new-confirmation-tax, #order-new-confirmation-shipping{
	font-size: larger;
	font-weight: bold;
}

#order-new-confirmation-total-label{
	position: absolute;
	right: 200px;
	font-size: x-large;
}

#order-new-confirmation-total{
	font-size: x-large;
	font-weight: bold;
}

#order-new-form-wizard-5{
	position:relative;
}

#order-new-form-wizard-5 .finish_button{
	float: right;
}

.micro-shipment_products-list{
	position: absolute;
	max-width: 600px;
	top: 40px;
	z-index: 2; /*Make sure items are above the table columns they extend over*/
}

.micro-shipment_products-list>li{
	border-radius: 6px;
	border: 2px solid darkslategrey;
	padding: 3px;
	margin-right: 5px;
	margin-top: 5px;
	width: 100%;
	line-height: 20px;
}

.micro-shipment_products-buttons{
	float: left;
	display: inline;
	margin-right: 10px;
	vertical-align: middle;
	text-align: left;
}


.micro-shipment_products-title{
	float: left;
	display: inline;
	margin-right: 10px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
}

.micro-shipment_products-quantity{
	float: right;
	display: inline;
	margin-right: 10px;
	width: 40px;
	text-align: center;
}

#order-add_product-listing_id-container{
	margin-top: -2px;
}

.shipping-method-option-warning{
	font-weight: bold;
	color: red;
	margin-top: 10px;
	margin-bottom: 20px;
}

#order-product-edit-product_name{
	font-size: larger;
	font-weight: bold;
}