@media print {
	html, body{
		overflow: visible !important;
    	overflow-x: visible !important;
    	overflow-y: visible !important;
    	height: auto!important;

	}
	.navlogos,
	.navlogo  {
		display: none;
	}
	.container{
		margin: 0px;
		width: 100%;
		height: auto!important;
		margin-top: 0px;

	}

	.containervcenter {
    display: block!important;
}
	.panel {
		margin: 0 auto;
	}

	.table-responsive{
		overflow-x:visible!important;
	}

	.page-footer{
		display: none;
	}

	.btn-group {
		display: none;
	}

	#toparrow {
		display: none!important;
	}

	#report_page .panel-heading {
		display: none;
	}

	.tab-pane {
		border: none!important;
	}
	.report {
		padding-top: 0px!important;
		margin-top: 0px!important;
	}
	.morereportpanel {
		display: none;
	}
	.btn {
		display: none;
	}
	.selectpicker {
		display: none;
	}

	 th {
			  font-weight:normal;
		  }
	  @supports (-moz-appearance:meterbar) {


    .printable {
      left     : -50%;
      width    : 200%;

    }

}


}
