body {
	background: #f9f9f9;
}

.navbar-nav li .dropdown-menu {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

a {
	color: #333;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.pt-4 {
	padding-top: 25px !important;
}

.pb-4 {
	padding-bottom: 25px !important;
}

.input-group {
	z-index: 0;
}

.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);
	border-radius: 15px;
}

.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: 30px 25px;
	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);
}

.tab-content .row .header {
	padding: 18px 18px;
}

.tab-content .row .title {
	display: inline-block;
	font-size: 18px;
	padding: 0;
}

.tab-content .row .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;
}

.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: unset;
	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 */
.new-btn,
.printBtn,
.left-btn,
.right-btn,
.quarter-btn,
.focus {
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.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.focus,
.btn:active.focus {
	outline: unset;
}

.btn-primary {
	font-weight: 600;
	color: #fff;
	background-color: #3EC1D5;
	border-color: #269aac;
	border: 2px solid #3EC1D5;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.btn-primary:hover {
	color: #fff;
	background-color: #4ddbf1;
	border-color: #3EC1D5;
}

/* Quarter filter */

.filter {
	float: left;
	padding-right: 5px;
}

.left-btn,
.right-btn {
	float: left;
	margin-left: unset;
}

.quarter-btn {
	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) 8px;
	background-repeat: no-repeat;
}

.filter-year select,
.filter-submission select {
	padding: 9px 40px 9px 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;
}

.select2-container {
	width: 100% !important;
}

.accountType .select2-container {
	width: 200px !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #3EC1D5;
	color: #fff;
}

.select2-container *:focus {
	outline: none;
}

.articleList {
	float: left;
	width: 535px;
	padding-left: 5px;
	padding-right: 5px;
}

.quantityList {
	float: left;
	width: 105px;
	padding-left: 5px;
	padding-right: 5px;
}

.unitTypeList {
	float: left;
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
}

.discountList {
	float: left;
	width: 105px;
	padding-left: 5px;
	padding-right: 5px;
}

.btwTypeList {
	float: left;
	width: 105px;
	padding-left: 5px;
	padding-right: 5px;
}

.priceList {
	float: left;
	width: 105px;
	padding-left: 5px;
	padding-right: 5px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}

input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

.logo {
	height: 85px;
	margin: 15px;
	padding: 10px;
	border: 1px solid #ccc;
	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);
}