/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. 
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */


@media print {
  	
	#main-div {padding: 15px !important;}
	#main-div .row {margin-bottom: 5px !important;}

	.content-div {padding: 0 !important;}

	.adminorders .tab-content {margin-bottom: 5px !important;}

	#orderDocumentsTabContent,#orderReturnsTabContent {display: none !important;}

	#customerCard {margin-bottom: 5px !important;}
	#customerCard .row.mt-3 {width: 39% !important; float: left;}
	#customerCard .info-block.mt-2 {width: 57% !important; display: inline-block;}

	#addressShipping {width: 49% !important;}
	#addressInvoice {width: 49% !important;}

	#customerCard .card-header {display: none;}

	#customerInfo {padding: 5px !important;}

	#orderProductsTable {margin-bottom: 5px;}

	#historyTabContent table {margin-bottom: 0;}
	#historyTabContent .info-block {display: none !important;}

	.card-body #validatedOrders {display: none;}

}