/********************************/
/*  CSS used for Admin Print   */
/********************************/

body {
	background: none white;
	color:black;
	font-size: 10pt;
}

div.print-title {
	font-size: 2.25em;
	font-weight: bold;
	margin:10px 0 10px 0;
}

div.float-right {
	float:right;
	margin-left:20px;
	text-align:center;
}
div.float-right img {padding:5px;}
h3 {margin:15px 0 5px 0;}
/* also defined in admin.css */

table.printer {border:0;}
table.printer td, table.printer th {border:1px solid #000;padding:3px;font-size:11px;}
table.printer td.qc {width:500px;}
table.printer td.qc-no-border {border:0;}
div.docket-section {border:2px solid #000;padding:5px;margin:5px 0;}
div.docket-section div.ship-with {float:right;width:150px;background-color:red;padding:5px;color:#fff;font-size:1.3em;text-align:center;font-weight:bold;}
div.docket-section .larger {font-size:22px;font-weight:bold;margin:0;}
div.docket-section-inner {background-color:#DDD;}
div.checkbox {width:12px;height:12px;border:1px solid #000;display:inline;}
table.docket td.leftcol {width:400px;vertical-align: text-top;border:0;}
table.docket td.rightcol {text-align:right;padding-left:15px;vertical-align:top;border:0;width:170px;}
table.docket {width:100%;}

/* DO NOT PRINT elements */
.qtip, .qtip-tip, .qtip-content, #top-line, #feedBackDiv, #icons,.single-admin-tabrow, .box-rounded, .foot-top-cell, .foot-bottom-cell, .foot-content iframe, .print-none, #sysfoot, #searchTButton, #admin-list-page-holder .corner-image, #search-layer, .edit-link, .push-button, .subtab-label, .checkout-button  {
	display: none !important;
}

img, input, select, textarea {
	border: none;
}

a {
	color: black;
	text-decoration: none;
}

.content-text, .print-wrap th, .print-wrap td, #admin-list-page-holder td, .navigation-div, .single-admin-area, .elementid-div, .feedback  {
	font: normal 1em Arial, Helvetica, sans-serif;
}

.iFrameBody .main-part {
	font: normal 1em Arial, Helvetica, sans-serif;
}

/* hide all H1 tags as they cause issues, use div.print-title as the main title for print views */
h1 { display:none; }

h2, .feedback  {
	font-size: 1.6em;
	font-weight: bold;
	margin:0;
}

.elementid-div {
	font-size: 1.2em;
	font-weight: bold;
}

.navigation-div {
	font-size: .9em;
}

.print-wrap th {
	text-align: left;
	font-weight: bold;
	padding-top:10px;
}

th.print-main-title {
	font-size: 1.4em;
	padding-top: 8pt;
	text-decoration:underline;
}

th.print-sub-title {
	font-size: 1.2em;
}

.listPrintView th, .listPrintView td {
	font: normal 0.9em  Arial, Helvetica, sans-serif;
	padding: .6ex .7em .8ex;
}

.listPrintView tr th {
	background-color:#E8E8E8;
	border-bottom:1px solid gray;
}

.listPrintView tr.row0 {
	background-color:#F3F3F3;
}

.listPrintView tr.row1 {
	background-color:#E8E8E8;
}

.listPrintView td .emp {
	font-style: italic;
	color: #666;
}
.main-table {
	/*border-collapse: collapse;*/
}
.main-table.printPreview {
	width: 100%;
    max-width: 28cm;
}
.main-table th, .main-table td {
	padding: 0 3pt;
	border-right: .25pt dotted #eee;
}
.main-table th {
	padding: 10pt;
	text-align: center;
	border-bottom: 0.1pt solid #ddd;
	border-top: 0.2pt solid #ddd;
}
.main-table td {
	border-top: 0.1pt solid #ddd;
	max-width: 7cm;
}
.main-table tr:last-child td {
	border-bottom: 0.2pt solid #ddd;
}
.main-table tr td:first-child,.main-table tr th:first-child {
	border-left: .25pt dotted #eee;
}
.main-table tr { page-break-inside:avoid; page-break-after:auto; }
.print-wrap .row1 {
	background-color: #f3f3f3;
}
.print-wrap .aggregate {
	background-color: #ddd;
}
.mobdesk, .manageClass {
	display: none;
}

div.chartHeader { page-break-after: always;}

#foot-top, .errFbWarnOpener, #feedback-holder  {
	display: none;
}