
/*
SBDS Invoicing Plugin CSS
*/

@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-after: always; }
}

#table {
	width: 1070px;
	border-top: 4px solid #e3e7e7;
	}

#table p {
	clear: both;
	width: 100%;
	margin: 0;
	}

#table span {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #e3e7e7;
	border-bottom: 1px solid #e3e7e7;
	}

#table span.col1 {
	width: 110px;
	}

#table span.col2 {
	width: 186px;
	}

#table span.col3 {
	width: 186px;
	}

#table span.col4 {
	width: 186px;
	}

#table span.col5 {
	width: 186px;
	}

#table span.col6 {
	width: 186px;
	}

#table span.col7 {
	width: 186px;
	}

#table span.col8 {
	width: 186px;
	}

#table span.col9 {
	width: 186px;
	}

#table span.col10 {
	width: 186px;
	}

#table span.col11 {
	width: 186px;
	}

#table span.col12{
	width: 110px;
	border-right: 1px solid #e3e7e7;
	}

.cleaner {
	height: 0;
	clear: both;
}
.sbdsAccounts {
	width:8.5in;
	height:11in;
	background-color:white;
	padding:10px;
	font-family:Verdana;
	color:black;
	/* page-break-before:always; */
}
.sbdsAccountsHeader {

}
.sbdsAccountsBody {
	border:solid 1px #bbb;
	border-radius:10px;
	padding:10px;
	background-color:#eee;
	min-height:800px;
}
.sbdsAccountsHeaderContainer {
	width:90%;
	height:220px;
}
.sbdsAccountsRemit {

	width:45%;
 	float:left; 
	height:200px;
	background-color:white;
	border:solid 1px #aaa;
	border-radius:10px;
	vertical-align:top;
	text-align:left;
	padding:5px;
}
.sbdsAccountsRemit p {
	font-size:14px;
}
.sbdsSelectCompany {
	width:35%;
  	 
/* 	position:relative;
	top:-210px; */
 	height:125px;
	background-color:white;
	border:solid 1px #aaa;
	border-radius:10px;
	padding:5px;
	font-size:larger;
}
.sbdsAccountsBillTo p {
	font-size:14px;
}
.sbdsAccountsBillTo hr {
	color:#555;
}
.sbdsAccountsBillTo td {
	border:solid 1px #ccc;
	padding:3px;
	text-align:left; width:50%; padding-left:10px;
}

.sbdsAccountsInfo {
	width:780px;
	z-index:10;
}
.sbdsAccountsItems {
	width:780px;
/* 	position:relative;
	top:-210px;
 */	
	z-index:100;
	height:620px;
	border:solid 1px #aaa;
	border-radius:10px;
	padding:5px;
	background-color:white;
}
.sbdsAccountsItemsPaid {
	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;
}
.sbdsAccountsItems  th {
	border:solid 1px #999;
	text-align:center;
	padding:5px;
}
.sbdsAccountsItemsPaid  th {
	border:solid 1px #999;
	text-align:center;
	padding:5px;
}
.sbdsAccountsBillTo p {
	font-size:14px;
}
.sbdsAccountsTD {
	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;
}
.sbdsTableClass {
	min-width:400px;
	border:solid 1px #666;
	border-radius:10px;
	background-color:#eee;
	background-image:url('/wp-content/plugins/sbds-accounts/images/paperbg.jpg'); background-repeat:repeat;
	color:black;
	font-family:Verdana;
	padding:15px;
}
.sbdsTableClass th {
	background-color:#555;
	color:white;
	padding:4px;
	text-align:right;
	padding-right:15px;
}

.sbdsTableClass td {
	background-color:#fff;
	color:black;
	padding:4px;
	text-align:left;
}
.sbdsTotals th {
	background-color:black;
	color:white;
	text-decoration:none;
	font-family:Verdana;
}
.sbdsAddAcctTable {
	max-width:300px;
	width:95%;
	background-color:#fefef1;
    background-repeat:repeat;	
	color:black; 
	border:solid 1px #666; 
	border-radius:5px; 
	padding:10px; 
	margin:10px;
}
.sbdsHomeLeft {
	width:25%;
	float:left;
	min-height:200px;
	background-image:url('/wp-content/plugins/sbds-accounts/images/paperbg.jpg'); background-repeat:repeat;
	color:black;
	font-family:Verdana;
	border:solid 1px #777;
	border-radius:10px;
	margin-top:15px;
	
}
.sbdsHomeRight {
	width:65%;
	float:right;
	background-color:#feffe6;
	color:black;
	font-family:Verdana;
	border:solid 1px #777;
	border-radius:10px;
	margin-top:15px;
	background-image:url('/wp-content/plugins/sbds-accounts/images/paperbg.jpg'); background-repeat:repeat;
	
}
.sbdsHelpDiv {
	width:70%;
	float:left;
	min-height:200px;
	background-image:url('/wp-content/plugins/sbds-accounts/images/paperbg.jpg'); background-repeat:repeat;
	color:black;
	font-family:Verdana;
	margin-right:150px;
	border:solid 1px #777;
	border-radius:10px;
	margin-top:15px;
}
.sbdsHelpDiv p {
	text-align:justify;
	font-family:Verdana;
}
.w {
	text-align:right;
	
	padding:5px;
	border-bottom:solid 1px #555;
	color:#000;
	/* max-width:70px!important; */
}
.sbdsTxnRegister th {
	background-color:#000;
	color:#d1faff;
	text-align:center;
}
.sbdsTxnRegister table {
	background-color:#f8ffb8;
}
/* .sbdsTxnRegister td {
	background-color:#d6e6b1;
	color:#d1faff;
	text-align:center;
}
 */
 
.dateRange {
	opacity:.95;
}
.kfhome {
	padding:10px;
	margin:10px;
	border:solid 1px #888;
	border-radius:6px;
	text-align:center;
	float:right;
	width:70%;
}
.kfhome div {
	
	background-image:url(/wp-content/plugins/sbds-accounts/images/paperbg.jpg); 
	
	text-align:center;
}
.kfhome p {
	width:98%; background-color:#feffef;
}
.kfPmt table {
	width:90%;
	border:solid 1px #777;
	border-radius:5px;
	background-color:#fefef1;
	opacity:.9;
	max-width:300px;  
}
.kfPmt td {
	line-height:1.3em;
	border:solid 1px #bbb;
	padding:5px;
	
}
.formLeftCol {
	text-align:right;
	max-width:300px;
}
.formRightCol {
	text-align:left;
}
.sbdsReports {
	width:40%;
	height:600px;
	margin:5%;
	text-align:left;
	background-image:url(/wp-content/plugins/sbds-accounts/images/paperbg.jpg); 
}
.sbdsReports h2 {
	text-align:center
}

.sbdsReportsInner {
	width:85%;
	height:500px;
	margin-left:5%;
	padding:10px;
	background-color:#fefef1;
	border:solid 1px #666;
	border-radius:5px;
	opacity:.80;
}

.sbdsReportsInnerLink {
	text-size:large;
	color:forest-green;
	font-weight:bold;
	text-decoration:none;
}

.sbdsAcctMenu {
	width:335px;
	height:75px;
	background-image:url('/wp-content/plugins/sbds-accounts/images/acct-menu-bg.png');
	background-repeat:no-repeat;
	background-size:cover;
}
.checkRegReportTable {
	width:100%;
/* 	height:11in; */
	font-size:10px;
	font-family:Verdana;
	color:black;
	background-color:white;
/*	page-break-after:always; */
}
.checkRegReportTable td {
	padding:3px;
	border-bottom:solid 1px #aaa;
	
}


.editable, textarea{
	background-color: #ffffd3;
}