body {
	background: #f9f9f9;
}

a {
	color: #333;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

.icon-stat-footer a {
	color: #3EC1D5;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.alert-danger a {
	color: #a94442;
	text-decoration: underline;
}

.header-area {
	position: fixed;
	background-color: black;
}

.section-headline {
	margin-top: 60px;
}

.panel {
	box-shadow: 0 3px 7px 0 rgba(60, 66, 87, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.07);
}

.left, .right {
	width: 48%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.panel-header {
	padding: 18px 18px;
	border-bottom: 1px solid #ddd;
}

.panel-title {
	display: inline-block;
	font-size: 18px;
}

.panel-title:after {
	content: "";
	display: block;
	position: relative;
	bottom: -19px;
	z-index: 100;
	width: auto;
	height: 1px;
	padding: 0 0 0 0;
	margin: 0 -35px 0 0;
	background: #333;
}

.panel-body {
	padding: 15px 25px 5px 25px;
}

.area-padding {
	padding-bottom: 100px;
}

.alignright {
	margin-bottom: 0px;
}

.footer-area-bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.center-block {
	text-align: center;
}

.tab-menu ul li.active a {
	border-radius: 4px;
}

.tab-content {
	padding: 15px 15px;
	border-radius: 4px;
	box-shadow: 0 3px 7px 0 rgba(60, 66, 87, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.07);
}

.form-control[disabled] {
	background-color: #eee !important;
}

.percentage, .btw-lines {
	margin-bottom: 25px;
}

/* top-left border-radius */

table tr:first-child th:first-child {
	border-top-left-radius: 6px;
}

/* top-right border-radius */

table tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

/* bottom-left border-radius */

table tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */

table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}

table td, table th {
	table-layout: fixed;
	overflow: hidden;
	word-wrap: break-word;
}

table th {
	font-size: 12px;
}

.id, .date, .name, .customer, .supplier, .btw, .unit, .settings {
	text-align: left;
}

.id {
	width: 45px;
}

.date {
	width: 90px;
}

.customer, .supplier {
	width: 160px;
}

.amount {
	width: 90px;
	text-align: right;
}

.article-amount {
	width: 180px;
	text-align: right;
	padding-right: 20px !important;
}

.unit {
	width: 110px;
}

.name {
	width: 560px;
}

.customer a, .supplier a {
	width: 100px;
	color: #EC971F;
}

.btw {
	width: 115px;
}

.customerType, .supplierType {
	width: 360px;
}

.paymentType {
	text-align: left;
	width: 170px;
}

.description {
	text-align: left;
	width: 300px;
}

.read {
	text-align: center;
	width: 130px;
}

.status, .statusRed, .statusGreen {
	text-align: center;
	width: 115px;
}

.statusGreen {
	color: green;
}

.statusRed a, .statusRed a:hover {
	color: red;
}

tr:hover .fa-times-circle:before {
	content: "Boek betaling";
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: red;
	border-radius: 15px;
	padding: 5px;
}

.settings {
	text-align: center;
	width: 50px;
}

/* Cogwheel menu */

.cogwheel-menu {
	top: 60%;
	right: 50px !important;
}

.dropdown-icon {
	width: 16px;
	margin-right: 8px;
	color: #444;
	font-size: 15px;
	text-align: center;
}

/* Style the search field */

form.searchForm input[type=text] {
	padding: 5px;
	margin-top: 20px;
	font-size: 12px;
	border: 1px solid grey;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	width: 60%;
	height: 30px;
	background: #f1f1f1;
}

form.searchForm::after {
	content: "";
	clear: both;
	display: table;
}

form.searchForm button {
	float: left;
	width: 20%;
	height: 30px;
	padding: 5px;
	margin-top: 20px;
	background: #3EC1D5;
	color: white;
	font-size: 12px;
	border: 1px solid grey;
	border-left: none;
	/* Prevent double borders */
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}

form.searchForm button:hover {
	background: #3EC1D5;
}

/* Style the submit button */

.contact-form button[type="submit"], .modal-footer button[type="button"], .new-btn, .printBtn, .left-btn, .right-btn, .quarter-btn, .focus {
	background: #3EC1D5 none repeat scroll 0 0;
	border: 2px solid #3EC1D5;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 20px;
	padding: 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
}

.contact-form button[type="submit"] {
	margin-left: 0px;
	margin-top: 20px;
}

.contact-form button[type="submit"]:hover, .new-btn:hover, .printBtn:hover, .left-btn:hover, .right-btn:hover, .quarter-btn:hover, .focus:link, .focus:visited {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #3EC1D5;
	color: #3EC1D5;
}

.btn-primary {
	color: #fff;
	background-color: #3EC1D5;
	border-color: #269aac;
}

.btn-primary:hover {
	color: #fff;
	background-color: #4ddbf1;
	border-color: #269aac;
}

/* Quarter filter */

.filter {
	float: left;
	padding-right: 5px;
}

.left-btn, .right-btn {
	float: left;
	width: 33px;
	margin-left: unset;
	padding: 2px 12px;
}

.quarter-btn {
	width: 110px;
	font-size: 13px;
	padding: 2px 5px;
	margin-left: unset;
}

.filter-year, .filter-submission {
	width: 105px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	background: #3EC1D5 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E') right 13px center no-repeat;
	background-size: 16px;
	background-position: calc(100% - 8px) 10px;
	background-repeat: no-repeat;
}

.filter-year select, .filter-submission select {
	padding: 10px 40px 10px 30px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	line-height: 10px;
	border: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
}

.filter-submission select {
	line-height: 15px;
}

ol {
	list-style-type: decimal;
}

.intervat {
	color: #3EC1D5;
}

.two-line-label {
	width: 240px;
	line-height: 12px;
	height: 30px;
	margin: 15px 0 15px 0;
	float: left;
}

.two-line-label .sub-label {
	font-weight: normal;
	font-size: 11px;
}

.reallocation_of_vat, .delivered_outside_belgium {
	margin-top: 25px;
}

#reallocation_of_vat, #delivered_outside_belgium, #ic_real_estate {
	margin-top: 15px;
}

.ignore-vat {
	color: #BBBBBB !important;
	font-style: italic !important;
}

.description-report {
	width: 350px;
	text-align: left !important;
}

.sum-line td {
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #aaa !important;
}

.blank-line td {
	border-top: 0px solid #fff !important;
}

.font-italic {
	font-style: italic;
}