@media print {
	html, body {
		direction: rtl;
		padding: 0;
        margin: 0;
		font-size: 8px !important;
	}
	
	body {
        line-height: 1.4em;
        word-spacing: 1px;
        letter-spacing: 0.2px;
        font-family: "iran sans", Tahoma, "sans-serif", Lora,"Helvetica Neue",Helvetica,Arial;
        color: #000;
    }
    
    h1, h2, h3, h4, h5, h6 {
		font-size: 10px !important;
    	padding: 0 !important;
		margin: 0 !important;
    }
	
	a[href]:after {
		content:"" !important;
	}
    .print-btn, .navbar, .sidebar-nav, .header-container, .main-navbar, .footer-container, [data-toggle="collapse"], .collapse {
        display: none !important;
    }
	
    .hide, .hidden, .modal, .btn, button, .product-image {
        display: none !important;
    }

    .col-sm-12 {
        width: 100% !important;
        visibility: visible;
    }
    
    body .col-top,  body .col-middle,  body .col-bottom {
		display: table-cell !important;
    	float: none !important;
    }

    .navbar {
        display: none !important;
    }

    .sidebar-nav {
        display: none !important;
    }
    
    .content-container, .row , .panel, [class*="col-"], [class*="row-space-"], .row-condensed, ul, li {
		margin: 0 !important;
    	padding: 0 !important;
    }
    
    .panel-header {
		margin: 0 !important;
		padding: 7px !important;
    }
    
    .panel-header h1, .panel-header h2, .panel-header h3, .panel-header h4, .panel-header h5, .panel-header h6 {
    	border: 0 !important;
	}
    
    .panel-body {
		padding: 7px !important;
		margin: 0 !important;
    }
    
	.panel-body + .panel-body {
	    border-top: 1px solid rgba(220, 224, 224, 0.5) !important;
	}
}