
/*
SBDS Invoicing Plugin CSS
*/
.sbdsBody {

	height:11in;
	width:8.5in;
	background-image:url('/wp-content/plugins/sbds-invoicing/images/javi_invoice_template.jpg');
	background-repeat:no-repeat;
	background-size:8.5in 11in;
	/* border:solid 1px red; */
	font-family:Consolas;
	font-size:12px;

}
.sbdsInvoice {
	width:8.5in;
	height:11in;
	position:absolute;
	top:0;
	left:0;
	padding:15px;
	/* page-break-before:always; */
}
.sbdsInvPage {
	position:absolute;
	top:1.2in;
	left:5.3in;
	height:35px; 
}
.sbdsInvDate {
	position:absolute;
	top:1.1in;
	left:6.3in;
	height:30px; 
	padding:2px; 
	font-size:16px;
	font-weight:normal;
	font-family:Arial;
	/* border:solid 1px green; */
}
.sbdsInvNum {
	position:absolute;
	top:1.1in;
	left:7.5in;
	height:35px;
	font-size:16px;
	font-weight:normal;
	font-family:Arial;	
}
.sbdsTaxableTotal {
	position:absolute;
	top:8.53in;
	left:7.2in;
	height:14px;
	font-family:"MS Console",Verdana;
	font-size:12px;
	text-align:right;
}
.sbdsNonTaxableTotal {
	position:absolute;
	bottom:2.3in;
	left:7.2in;
	height:15px;
}
.sbdsCustomerInfo {
	position:absolute;
	top:1.9in;
	left:0.7in;
	height:15px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
}
.sbdsInvPart1 {
	position:absolute;
	top:3.71in;
	left:0.55in;
	height:15px;
}
.sbdsInvDesc1 {
	position:absolute;
	top:3.71in;
	left:1.65in;
	height:15px;
}
.sbdsInvShipped1 {
	position:absolute;
	top:3.71in;
	left:5.85in;
	height:15px;
}
.sbdsInvPrice1 {
	position:absolute;
	top:3.71in;
	left:6.8in;
	height:15px;
}
.sbdsInvTotal1 {
	position:absolute;
	top:3.71in;
	left:7.4in;
	height:15px;
}
.sbdsInvoiceBody {
	border:solid 1px #bbb;
	border-radius:10px;
	padding:10px;
/* 	background-color:#eee; */	
	min-height:800px;
}
.sbdsInvHeaderContainer {
	width:790px;
	height:220px;
}
.sbdsInvoiceRemit {

	width:45%;
 	float:left; 
	height:200px;
	/* background-color:white; */
	border:solid 1px #aaa;
	border-radius:10px;
	vertical-align:top;
	text-align:left;
	padding:5px;
}
.sbdsInvoiceRemit p {
	font-size:14px;
}
.sbdsInvoiceBillTo {
	width:45%;
  	float:right; 
/* 	position:relative;
	top:-210px; */
 	height:200px;
	background-color:white;
	border:solid 1px #aaa;
	border-radius:10px;
	padding:5px;
	font-size:16px;
}
.sbdsInvoiceBillTo p {
	font-size:14px;
}
.sbdsInvoiceBillTo hr {
	color:#555;
}
.sbdsInvoiceBillTo td {
	border:solid 1px #ccc;
	padding:3px;
	text-align:left; width:50%; padding-left:10px;
}

.sbdsInvoiceInfo {
	width:780px;
	z-index:10;
}
.sbdsInvoiceItems {
	width:780px;
/* 	position:relative;
	top:-210px;
 */	
	z-index:100;
	height:620px;
	border:solid 1px #aaa;
	border-radius:10px;
	padding:5px;
	background-color:white;
}
.sbdsInvoiceItemsPaid {
	background-image:url('../images/paid-bg.jpg');
	width:780px;
/* 	position:relative;
	top:-210px;
 */	
	z-index:100;
	height:620px;
	border:solid 1px #aaa;
	border-radius:10px;
	padding:5px;
}
.sbdsInvoiceItems  th {
	border:solid 1px #999;
	text-align:center;
	padding:5px;
}
.sbdsInvoiceItemsPaid  th {
	border:solid 1px #999;
	text-align:center;
	padding:5px;
}
.sbdsInvoiceBillTo p {
	font-size:14px;
}
.sbdsInvoiceTD {
	border:solid 1px #aaa;
	text-align:center;
	padding:5px;
}
th {
	
}
.sbds14 {
	font-size:14px;
}
.sbdsClientData {
	width:90%;
	min-height:400px;
	background-color:#ffe;
	border:solid 1px #999;
	border-radius:10px;
	text-align:center;
	line-height:.9em;
	padding:10px;
}
.sbdsClientDataLeft {
	width:48%;
	background-color:#eff;
	height:100%;
	padding:10px;
	border-radius:10px;
	border:solid 1px #abb;
	float:left;
	border-right:solid 1px #abb;
}
.sbdsClientDataRight {
	width:48%;
	background-color:#eff;
	height:100%;
	padding:10px;
	border-radius:10px;
	border:solid 1px #abb;
	float:right;
	text-align:left;
}
.sbdsFormLeft {
	text-align:right;
	padding:4px;
}
.sbdsFormRight {
	text-align:left;
	padding:4px;
}
.sbdsFormTable {
	background-color:#eee;
	padding:5px;
	border-radius:10px;
	border:solid 1px #aaa;
}
.sbdsFormError {
	color:#9C0000;
	font-weight:bold;
	background-color:#FFF2F2;
	border:solid 1px red;
	padding:2px;
	border-radius:5px;
}
.sbdsMessageBox {
	border:solid 1px green;
	border-radius:10px;
	background-color:#E6FFEA;
	color:black;
	padding:20px;
	margin:15px;
	text-align:center;
}
