/*  ===== BUSINESS MANAGER print.css Notes =====   /
	This CSS is to include and exclude items from the print view,
	
	This css style disables the header, footer, and left navigation
	within the Business Manager for a proper printer friendly version
	of the content within the Business Manager
*/

body {background: white;}
tr#bm_header_row td {display:none;}
#quota-alert-container {display:none;}
td#site_navigation_column {display:none;}
td#bm_content_column {background:transparent;border:0;color:black;float:none !important;margin:0 5%;padding:0;width:auto;}
.footer {display:none;}
	
/* AB Test */
#dw-bm-screen-abtest div {width:auto !important;}
.dw-bm-abtest-editpanel-header .x-component a, .dw-bm-abtest-editpanel-header .x-component .dw-bm-widget-breadcrumbseparator {display:none;}
.dw-bm-abtest-editpanel-header .dw-bm-abtest-editpanel-infopanel {color:#000;display:block !important;}
.dw-bm-abtest-editpanel-header .dw-bm-abtest-editpanel-infopanel div {float:left;}
.dw-bm-widget-navigationpanel-navigation {display:none !important;}
.dw-bm-abtest-resultspanel-toolbar {display:none;}
.dw-bm-abtest-resultspanel-gridpanel-grid .x-grid3-footer {display:none;}
.dw-bm-abtest-resultspanel-gridpanel {margin:0px;text-align:left !important;}
.dw-bm-abtest-resultspanel .x-panel-body {border-color:#fff;}
.dw-bm-abtest-resultspanel-gridpanel-grid div {height:auto !important;overflow:visible !important;width:auto !important;}
.dw-bm-abtest-resultspanel-gridpanel-grid .x-grid3-viewport .x-grid3-scroller {height:auto !important;overflow:visible !important;width:auto !important;}