.portlet.box.default {
	border: 1px solid #ddd;
}

.portlet.box.default>.portlet-title, .portlet.default, .portlet>.portlet-body.default {
	background: linear-gradient(to right, #002953, #004080);
	border-radius: 0 0 0 0 !important;
}

.portlet.box.default>.portlet-title>.caption, .portlet.box.default>.portlet-title>.caption>i {
	color: #fff;
	margin-left: 20px;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

/* Browser scrollbar always visible */
html {
	overflow-y: scroll;
}

/* body adjustments */
body {
	color: #282828;
	font-size: 14px;
	line-height: 1.4;
}

/* ifv ingeladen subsidie tabellen */
table {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

th, td {
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

/* subsidies */
.subsidietitel {
	font-weight: bold;
	margin-top:15px
}

/* titles */
h1 {
	margin: 8px 0 0 0;
	font-weight: 700;
	font-size: 25px;
	line-height: 32px;
	color: #282828;
	letter-spacing: 1px;
	text-transform: none;
}

.breadcrumb_w {
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 54px 0 0 40px;
}

.breadcrumb_w_p {
	margin: 0 5px 0 5px;
}

.headline-wrapper {
	padding-left: 0;
}

.headline {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.headline h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	max-width: 100%;
	height: 0px;
	background: #002953;
}

h3 {
	margin: 0 0 15px 0;
	font-weight: 600;
	font-size: 16px;
	color: #282828;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* text-align labels */
.form-horizontal .control-label {
	padding-top: 5px;
	text-align: right;
}

label {
	font-size: 13px;
	margin-bottom: 0;
}

/* form validation color */
.error {
	font-size: 13px;
	color: #e43a45;
}

/* images */
.img-block-1 {
	margin: 0;
	padding: 0;
}

.img-block-2 {
	padding-top: 20px;
	background-color: #f8f8f8;
	border: solid 1px #e8e8e8;
}

.img-button {
	border: solid 3px #e8e8e8;
	margin-bottom: 2px;
}

.img-button-text {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 14px;
	text-align: center;
}

.img-button:hover {
	border: solid 3px #d8d8d8;
}

.img-button.active {
	border: solid 3px #002953;
}

/* carousel */
.carousel-control.left, .carousel-control.right {
	background-image: none
}

/* control-label margin */
.control-label {
	padding-right: 5px;
}

/* input fields */
.input-block-1 {
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	background-color: #f8f8f8;
	border: solid 1px #e8e8e8;
	min-height: 315px;
}

.input-block-2 {
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	background-color: #f8f8f8;
	border: solid 1px #e8e8e8;
	min-height: 315px;
}

.vertical-line {
	width: 2px;
	height: 230px;
	background-color: #002953;
	border: solid 0px #fff;
	position: absolute;
	left: 0;
}

/* buttons */
.button-block-1 {
	margin-bottom: 30px;
}

.btn-adjust {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 10px 0;
	color: #505050;
	background-color: #002953;
	border: solid 1px #d8d8d8;
	text-transform: uppercase;
}

.btn-divider {
	font-size: 14px;
	display: inline-block;
	font-weight: 300;
	color: #555;
	text-align: left;
	background-color: #ccc !important;
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
	width: 80%;
	padding: 7px 7px 7px 7px;
	margin: 15px 5px 15px 5px;
}

.btn-divider:hover {
	background-color: #002953 !important;
}

.fa-adjust {
	line-height: 9px !important;
}

.glyphicon-adjusted {
	margin: 0 5px;
}

/*
.btn:hover, .btn:focus, .btn.focus {
	color: #383838;
	border: solid 1px #b0b0b0;
}
*/

/* table */
.table-block-1 {
	margin: 0 0 10px 0;
	padding: 20px 20px 20px 20px;
	background-color: #f8f8f8;
	border: solid 1px #e8e8e8;
	min-height: 315px;
}

/* subsidies */
.subsidies-block-1 {
	margin: 40px 0 10px 0;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	border: solid 1px #e8e8e8;
}

/* list-style-position */
ul li {
	list-style-position: outside;
}

/* links */
a, a:link, a:visited {
	text-decoration: none;
	color: #002953;
}

a:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

a:focus {
	cursor: pointer;
	color: #fff;
}

#subsidies a:hover {
	cursor: pointer;
	color: #0075ff;
	text-decoration: none;
}

#subsidies a:focus {
	cursor: pointer;
	color: #0075ff;
}

/* graph */
.graph-block-1 {
	margin-bottom: 0;
	padding: 0 6.5% 0 5.5%;
}

/* hide column datatables */
th.hide_me, td.hide_me {
	display: none;
}

/* alignment datatables */
th.dt-head-align-center{
	text-align: center;
}

td.dt-body-align-center {
	text-align: center;
}

th.dt-head-align-right {
	text-align: right;
}

td.dt-body-align-right {
	text-align: right;
}

th.dt-head-align-left {
	text-align: left;
}

td.dt-body-align-left {
	text-align: left;
}

/* background-color datatables */
th.dt-head-background-color {
	background-color: #e1e1e1;
}

td.dt-body-background-color1 {

}

td.dt-body-background-color2 {
	background-color: #d7eeda;
}

/* small-font-table */
.small-font-database{
	font-size: 70%;
}
