

@media print {
	.breadcrumbs-custom-inset {
	}
	
	.breadcrumbs-custom {
		padding: 5px 0;
	}
	
	.breadcrumbs-custom container {
		margin-top: 10px;
	}
	
	.draggable {
		display: none;
	}
	
	div.rd-navbar-main-outer {
		display: none;
	}

	h2.breadcrumbs-title {
		margin-top: 0px !important;
	}
		
	h5.h5content {
		display: none;
	}
		
	div.tageSelect {
		display: none;
	}
		
	footer {
		display: none;
	}
	
	div.noBrPrint {
		page-break-inside: avoid;
	}
	
	body {	
		background: #ffffff !important;
	}
	
	div.btn-success {
		background: #28a745 !important;
		background-color: #28a745 !important;
		color: #ffffff !important;
	}
	
}