.navbar {
	display: none;
}

.main-navigation{
	display: none;
}
.navbar-content{
	display: none;
}
.hidden-xs{
	display: none;
}
.breadcrumb {
	display: none;
}
.page-header {
	display: none;
}
.main-container {
	margin: 0 !important;
	padding: 0 !important;
}
.main-content{
	margin: 0 !important;
}
.main-content .container{
	min-height: auto !important;
	border: none !important;
	
}
.footer {
	display: none;
}

/*
.main-navigation-menu{
	display:none;
}
.navigation-toggler{
	display:none;
}
.style-toggle{
	display:none;
}
.hidden-print {
	display: none;
}




p {
	font-size: 12px !important;
	margin:0px !important;
	padding-top: 2px;
}
span {
	font-size: 10px !important;
}
h2,h4,h5,label{
	font-size: 10px !important;
	margin-top: 0px !important; 
	margin-bottom:0px !important;
}
hr{
	margin-bottom:2px;
	margin-top:2px;
}
.panel{
	margin-bottom:2px;
}
.form-group{
	margin-bottom: 2px;
}
.well{
	font-size: 10px !important;
	padding: 3px;
	margin-bottom: 2px;
}
.invoice .invoice-logo{
	margin-bottom: 0px;
}
.invoice .invoice-logo p {
    font-size: 10px;
    line-height: 10px;
    padding: 5px 0;
    text-align: right;    
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 2px !important;
	font-size: 10px !important;
}
.checkbox-inline {
    margin: 0 !important;
}
.invoice table {
    margin:3px !important;
	font-size:10px;
}*/


 @page  
{ 
    size: auto;      
    margin: 10mm 15mm 15mm 10mm;  
} 

body  
{ 
   
    margin: 0px;
    font-size: 10px; 
}
h1,h2,h5,h6,label{
	font-size: 10px;
	font-weight:bold;
	margin-bottom: 0px; margin-top: 0px;
}
h3{
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 0px; margin-top: 0px;	
	

}
h4{
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 0px; margin-top: 0px;

}
.panel-default{
	margin-bottom: 5px; border-top-width: 1px;
	border-color: #000000;
}
.panel-body{

	padding-top: 8px; padding-bottom: 8px;
}
hr{
	margin-bottom: 5px; margin-top: 5px;
	border-color: #000000;
}
h2,h4{
	margin-top: 0px; margin-bottom: 0px;
}
.form-group{
	margin-bottom: 0px;
}
.invoice .invoice-logo{
	margin-bottom: 0px;
}
.invoice .invoice-logo p{
	line-height:15px;
	font-size: 18px;
	font-family: Arial;
	padding-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.invoice .invoice-logo p span{
	font-size: 9px;
}
.invoice table{
	margin-top: 5px; margin-bottom: 5px;
}
.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td{
padding: 2px;	
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #000000 !important;
}
.well{
	padding: 5px; margin-bottom: 0px;
	border-color: #000000;
}
p{
	margin-bottom: 0px;
}
.radio-inline, .radio-inline + .radio-inline, .checkbox-inline, .checkbox-inline + .checkbox-inline {
    margin: 2px 2px 2px 0 !important;
}