/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body
{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#ffffff;
	-webkit-print-color-adjust:exact;
}

a, button, h30,#displaytopbutton, .form, #summarysubmitform, #header_div_top2, #footer_container, #colormark, #quotationleftbar,.updateinvoiceform{display:none !important;}
table{ width:100%;}
table td{
	padding:3px 5px !important;
}
.tdtitlearea{
	background-color:#545454 !important;
	color:#ffffff;
	padding-top:5px !important;
	border:1px solid #545454;
	background:#545454 !important;
}
#tabletopquot{
	margin-bottom:8px !important;
}


#printarea{
	background-color:#f5f6f7;
	height:100px !important;
	
}
.printtable{
	margin-bottom:10px !important;
}
.printheaderleft{
	
}
.printheaderright{
	text-align:right;
	font-size:2.5em;font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;color:#000000;font-weight:bold;
}
a[href]:after { content: none !important; }
.printcode{
	display:block !important;
	
}
.printcontent{
	display:block !important;
	
}
#tdquotationstatus{
	display:none;
}
.noprint{
	display:none;
}
.col-md-12{
	padding:0px !important;
}
.ui-content-body{
	padding-top:0px !important;
	margin-top:0px !important;
}
#content{
	padding-top:0px !important;
	margin-top:0px !important;
}
title{
	display:none;
}
.printcontentbottom{
	display:block !important;
	text-align:center;
	width:100% !important;
	
	
}
.printcontentbottom b{
	font-size:15px;
}
#reportside, #reportsidediv{
	display:none;
}
#Header, #Footer { display: none !important; }

.narrowpadding{
	padding-top:0px !important;
	padding-bottom:0px !important;
margin-top:0px !important;
	margin-bottom:0px !important;
}

