/***************************************/
/* 1. LOGIN */
/***************************************/
/***************************************/
/* 2. PRODUCT */
/***************************************/
/***************************************/
/* 3. ORDER */
/***************************************/
/* invoice */
.clearfix:after {
     content: "";
     display: table;
     clear: both;
}
#invoice a {
     text-decoration: none;
     color: #001028;
}
#invoice {
     position: absolute;
     width: 21cm;
     */height: auto;*/
     height: 29.7cm;
     margin: 0 auto;
     padding-left: 1cm;
     padding-right: 1.5cm;
     color: #001028;
     background: #FFFFFF;
     font-family: "Helvetica Neue", Helvetica, sans-serif;
     font-size: 12px;
     border: none;
     display: none;
	 z-index: 999;
}

#invoice header {
     width: 100%;
     padding: 10px 0;
     margin-bottom: 10px;
}
#invoice #project {
    height: 3cm;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    float: left;
    text-align: left;
    line-height: 1.2em;
    margin-top: 0.5cm;
}
#invoice #slogan {
    height: 3cm;
    font-size: 1.3em;
    font-weight: bold;
    float: right;
    text-align: left;
    line-height: 1.2em;
    margin-top: 0.5cm;
    margin-right: 2.5cm;
}
#invoice #contact {
    width: 70%;
    height: 2cm;
    font-size: 1.2em;
    font-weight: 300;
    font-style: italic;
    float: left;
    text-align: left;
    line-height: 1.2em;
}
#invoice #company {
    font-size: 1.2em;
    font-weight: 400;
    height: 2cm;
}
#invoice #facture {
    width: 70%;
    height: 1cm;
    font-size: 1.2em;
    font-weight: bold;
    float: left;
    text-align: left;
    line-height: 1.2em;
}
#invoice #date {
    height: 1cm;
    font-size: 1.2em;
    line-height: 1.2em;
}
 #invoice .arts {
     min-height: 5cm;
}
#invoice #order {
    border-collapse: collapse;
    border: 1px solid;
    width: 100%;
    font-size: 10px;
    padding-left: 0.5cm;
}
 #invoice #order th {
     text-align: center;
     border: 1px solid;
}
 #invoice #order td {
     border: 1px solid black;
     border-top: none;
     border-bottom: none;
     padding-right: 5px;
}
 #invoice #order tr {
     height: 0.5cm;
}
 #invoice #order:nth-child(2) {
     margin-top: 2.5cm;
}
 #invoice #order td.unit, #invoice #order td.qty, #invoice #order td.total, #invoice #order td.tva {
     font-size: 1em;
     text-align: right;
}
 #invoice #order td.desc {
     text-align: left;
     width: 60%;
     padding-left: 5px;
}
 #invoice #order td.unit {
     width: 9%;
}
 #invoice #order td.qty {
     width: 7%;
}
 #invoice #order td.total {
     width: 10%;
     font-weight: bold;
}
 #invoice #order td.tva {
     width: 7%;
}
 #invoice #tva {
     height:3cm;
     margin-top: 0.3cm;
     width: 50%;
     float: left;
     text-align: left;
}
 #invoice #tva span {
     font-weight: bold;
     color: #999;
     font-size :14px;
}
 #invoice #tva table {
     padding: 10px 0;
     margin-bottom: 30px;
     border-collapse: collapse 1px solid;
}
 #invoice #tva table td ,#tva table th {
     padding: 2px 5px 5px 30px;
     margin-bottom: 30px;
     border-collapse: collapse 1px solid;
     background : #f2f2f2;
     font-weight: bold;
}
 #invoice #tva table th {
     text-align:center;
}
 #invoice #tva table td {
     text-align:right;
}
 #invoice #montant {
     height:3cm;
     margin-top: 0.9cm;
}
 #invoice #montant span {
     float :right;
     margin-top :0.4cm;
}
 #invoice #montant table {
     width:45%;
}
 #invoice #montant table td.first {
     width :65%;
     font-weight: bold;
     padding: 2px 0;
}
 #invoice #montant table td.last {
     width :35%;
     font-weight: bold;
     text-align :right;
     padding: 2px 0;
}
 #notices {
     width: 100%;
     font-size: 1em;
     text-align: center;
     position: absolute;
     bottom: 0cm;
}
.jq-order-content a {
     margin :24px 0 0;
}


@media print {
	.header-wrap {
		display: none;
	}
	.section-headline-wrap {
		display: none;
	}
	footer {
		display: none;
	}
	.shadow-film {
		display: none;
	}
	div#invoice {
		display: block;
	}
	.form-box-items {
		display: none;
	}
	#order:nth-child(2){
		margin-top: 6cm;
	}
	#invoice #company {
		font-size: 1.2em;
		font-weight: 400;
		height: 2cm;
	}
	#purchase #date {
		height: 1cm;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	#invoice #contact {
		width: 70%;
		height: 2cm;
		font-size: 1.2em;
		font-weight: 300;
		font-style: italic;
		float: left;
		text-align: left;
		line-height: 1.2em;
	}
	.page-cart .section{
		display: none;
	}
}
