
/**************************************************/
/* Plugin : invoice : File: css/plugin.css */ 

.menu a span.icon.invoices-icon {
    background-position: -132px -320px;
}

@media print {
	body .page-preview {
		box-shadow: none;
		border: none;
		width: 100%;
		}


	table { page-break-after:auto }
	  tr    { page-break-inside:avoid; page-break-after:auto }
	  td    { page-break-inside:avoid; page-break-after:auto }
	  thead { display:table-header-group }
	  tfoot { display:table-footer-group }


	  .invoice-template .header {
	  	position:relative;
	  	bottom: auto;
	  	top: 10px;
	  	width: 90%;
	  	height: auto;
	  	overflow: hidden;
	  }

	  .invoice-template .invoice-logo {
	  	position: absolute;
	  	float: right;
	  	display: block;
	  	top: 0;
	  	right: 50px;
	  }

	  .invoice-template .footer {
	  	position: fixed;
	  	bottom: 0;
	  	top auto;
	  }
}
.page-preview {
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	width: 800px;
	margin: 20px auto 80px;
	height: 1200px;
	padding: 30px;

}
.invoice-template h1,
.invoice-template strong,
.invoice-template h2,
.invoice-template h3,
.invoice-template h4,
.invoice-template h5,
.invoice-template h6 {
	font-weight: bold;
}
.invoice-template {
	position: relative;
	height: 100%;
	padding: 0 0;
}
.invoice-template .header {
	width: 100%;

}
.invoice-template .main .col {
	width: 50%;
	float: left;
}
.invoice-template p {
	line-height: 1.4em;
}
.invoice-template .main h1 {
	font-size: 20px;
	margin-bottom: 0.5em;
}
.invoice-template .main h2 {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: bold;
}
.invoice-template .main .col2 {
    font-size:16px;
    font-weight: bold;
    text-align: right;
}
.invoice-template .main {
	width: 100%;
	margin: 20px 0;
	min-height: 150px;
	padding: 10px 10px;
	font-size: 14px;
}

.invoice-template.default img.invoice-logo {
	position: absolute;
	width: 100px;
	top: 0;
	right: 50px;
}

.invoice-template table.items {
	width: 100%;
	margin: 40px 0;
}

.invoice-template table.items td.name,
.invoice-template table.items th.name {
	width: 30%;
	text-align: left;

}
.invoice-template table.items  td,
.invoice-template table.items  th {
	text-align: right;
	padding: 5px 10px;
}

.invoice-template table.items thead {
	font-weight: bold;

}

.invoice-template table.items tfoot {
	font-weight: bold;

	font-weight: bold;
}


.invoice-template .desc {
	margin: 20px 0;
	width: 100%;
	font-size: 12px;

}

.invoice-template .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 150px;
	overflow: hidden;
}

.data-feed-selector {
	background: #fff;
	padding: 5px 1px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	width: 550px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.data-feed-selector .item:hover {
	color: #fff;
	cursor: pointer;
	background: #6979ca;
}

.data-feed-selector .item {
	width: 100%;
	clear: both;
	float: left;
	padding: 4px 10px;
}
.popup-window input.checkbox {

	clear: left;
	float: left;
	line-height: 1.4em;

}
.popup-window .checkboxgroup {
	margin: 5px 0;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px;
	border: 1px solid #aaa;
}
.popup-window .checkboxgroup li {
	clear: both;
	overflow: hidden;
}



/**************************************************/
/* Plugin : notifications : File: css/notifications.plugin.css */ 
.menu a span.icon.notifications-icon {
    background-position: -17px -90px;
}


/**************************************************/
/* Plugin : youcan-guide : File: css/youcan-guide.css */ 
.sq-section.youcan-guide .guide-content img {
    max-width: 100%;
}

