/*
Theme Name: Finnxt Print Media CSS
Theme URI: http://finnxt.com/
Author: Deepak Maharana
Author URI: http://finnxt.com/
Description: Print design for reports
Version: 1.0
*/

@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
      color-adjust: exact !important; /*Firefox*/
   }
}

@media print{

	html, body { height: 99%; }

	/* body { margin: 1.6cm; } */

	#transaction .flat.table>tbody>tr>td { padding: 8px 18px; }


	/*@page {*/
		/**/
		  /*!* margin: 0; page-break-after: auto; size: A4; margin: 11mm 17mm 17mm 17mm; *!*/

		  /*@top-center {*/
		    /*content: element(pageHeader);*/
		  /*}*/
		  /*@bottom-center {*/
		    /*content: element(pageFooter);*/
		  /*}*/
	/*}*/

	/*#print-header {*/
	  /*position: running(pageHeader);*/
	/*}*/

	/*#print-footer {*/
	  /*position: running(pagefooter);*/
	/*}*/

	/*#print-footer::before { */
   		/*content: counter(page) ' / '; */
   /*}*/
	
	/* html, body { width: 210mm; height: 297mm; } */

	/* #print-footer { position: fixed; bottom: 0; } */
	/* .print-block, p { page-break-inside: avoid; } */
	/* Headers remove form print Media */
	#lender, #hor-tab ,.menu-list, .form-wrap .breadcrumbs-box, .wrap-btn, .double, .float-btn-group, .user-block, .sticky-bar, .dashboard-header { display: none; }

	/* Proposal Report */
	/* [class*=-sum] .col-md-3 { float:left; width: 20%; } */
	/* [class*=-sum] .col-md-9 { float:left; width: 80%; } */

	#print-header { display: block; position: fixed; top:0; }
	#print-footer { display: block; position: fixed; bottom: 0; }

	.main-content { margin-left:0; }
	#transaction { margin-top:0; }

	.cmp-sum .col-md-9, .prpsl-sum .col-md-9, .mgmgt-sum .col-md-9, .business-sum .col-md-9, .debt-sum .col-md-9, .finan-sum  .col-md-9, .back-sum > .row > .col-md-9 { margin-top: 36px; }
	[class^="col-md-offset"] { margin-left: 0; }
	.panel-fin-prpt .panel-heading { background-color: #e6e6e6!important; }
	.rpt-ico-head { display: inline-block; padding-left: 15px; }
	.rpt-ico { background: url(../img/sprite.png) center center no-repeat!important; } 
	.rpt-ico.cmp-sum-ico { background-position: -1179px -57px!important; }
	.rpt-ico.prpsl-sum-ico { background-position: -1255px -57px!important; }
	.rpt-ico.mgmt-sum-ico { background-position: -1328px -57px!important; }

	/* .cmp-sum, .finan-sum, .debt-sum { page-break-after: always; } */
	/* .credit-sum { margin-top: 154px; } */
	.cmp-sum .table>tbody>tr>td, .prpsl-sum .table>tbody>tr>td { padding: 12px 12px; } 
	.rpt { font-size: 12px; }

	.sec-guar-sum .panel-fin-prpt, .debt-sum .panel-fin-prpt, .finan-sum .panel-fin-prpt, .prpsl-sum .panel-fin-prpt {  margin-top: 15px; }
	.prpsl-sum, .back-sum, .mgmgt-sum, .business-sum, .debt-sum, .finan-sum { margin-top: 30px; }
	
	#comp-details .comp-view  #ver-tab, .panel-arrow, #geography .table-header, .approve-inprinc { display: none; }
	#comp-details .comp-view .tab-content>.tab-pane, #comp-details .comp-view .tab-content>.tab-pane .collapse { display: block!important;  opacity: 1!important; }
}

@page
{
	size:  auto;   /* auto is the initial value */
	margin: 0mm;  /* this affects the margin in the printer settings */
}


