* {
	box-sizing: border-box;
}

html,
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #333;
}

.main-header,
.sidebar,
h1 a,
.h1 a,
.action-line,
.btn,
.filter,
.btn-toggle-menu {
	display: none !important;
}

a,
a:hover,
a:active,
a:focus {
	color: #333;
	text-decoration: none;
	cursor: default;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0 0 1em;
	font-weight: normal;
}

h1,
.h1 {
	font-size: 26px;
}

.main-content {
	display: block;
	position: static;
	left: auto;
	top: auto;
}

.box ul {
	list-style: none;
	padding: 0;
}

.box ul li + li {
    margin: 5px 0 0;
}

.box .item-title {
	display: inline-block;
	vertical-align: top;
	width: 120px;
}

.box .item-value {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}

.table-outline table {
    border-collapse: collapse;
    border-bottom: 2px solid #008056;
    width: 100%;
}

.table-outline td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 10px;
}

.table-outline thead td {
    color: #333;
    border-bottom: 2px solid #008056;
    font-weight: 600;
    padding: 5px 10px;
}

.text-center,
.table-outline td[align="center"] {
	text-align: center;
}

.text-left,
.table-outline td[align="left"] {
	text-align: left;
}

.text-right,
.table-outline td[align="right"] {
	text-align: right;
}

.table-total {
	display: block;
	text-align: right;
	padding: 0;
	margin: 10px 0 0;
}

.table-total table {
	width: 100%;
}

.table-total table td {
	padding: 5px 10px;
}

.table-total .allocations td {
	border-top: 1px dashed #ccc;
}

.table-total .last-row td {
	border-top: 1px solid #ccc;
}

.table-total table tr td:first-of-type {
	border: 0;
}

.table-total table .value {
	text-align: right;
	padding-left: 15px;
	white-space: nowrap;
}

.table-total table .text {
	text-align: right;
	padding-left: 75px;
	white-space: nowrap;
}

/* Reports */

.report-title {
	width: 100%;
}

.report {
	width: 100%;
}

.report h2 {
	font-size: 16px;
}

.report .table-outline {
	margin-bottom: 20px;
}

.report .box {
	border: 0;
	background: transparent;
	border-radius: 0;
	padding: 0 10px 0 0;
}

.report .box ul {
	margin-top: 0;
	display: table;
	width: 100%;
}

.report .box ul li {
	display: table-row;
}

.report .box .item-title {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}

.report .box .item-value {
	display: table-cell;
	vertical-align: top;
	font-weight: 600;
	text-align: right;
}

.report .box ul li .item-title,
.report .box ul li .item-value {
	padding-bottom: 5px;
}

.report .box ul li:last-of-type .item-title,
.report .box ul li:last-of-type .item-value {
	padding-bottom: 0;
}

/* /Reports */

/* Invoice and Receipt */

.no-print,
.box-outline.no-print {
	display: none !important;
}

.print-info {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.print-info .col {
	display: table-cell;
	text-align: left;
	width: 50%;
}

.print-info .col:last-of-type {
	text-align: right;
}

/* /Invoice and Receipt */
