body {
	padding: 20px 20%;
}

nav {
	background-color: #EFEFEF;
	border-radius: 3px;
	margin-bottom: 20px;
}

nav li {
	display: inline-block;
	list-style-type: none;
}

nav a {
	display: inline-block;
	padding: 10px;
	font-size: 20px;
	text-decoration: none;
	border-radius: 3px;
}

nav a:hover {
	background-color: #DDD;
}

.navbar-default .navbar-nav > li > a.active {
	background-color: #286090;
	color: #FFF;
}

#languageSelection {
	text-align: right;
	margin-bottom: 10px;
}

#languageSelection a {
	text-decoration: none;
}

#languageSelection a {
	padding: 5px;
	border-radius: 3px;
}

#languageSelection a.active {
	background-color: #EFEFEF;
}

/*Colorlegend*/
.table > tbody > tr > td.colorLegend,
td.colorLegend {
    padding-left: 20px;
    font-weight: bold;
    background: #fff url('../assets/img/layout/indicator_bad.png') left center no-repeat;
}

.table > tbody > tr > td.status_notActivated {
    background-image: url('../assets/img/layout/indicator_bad.png');
}

td.status_belowReference,
.table > tbody > tr > td.status_belowReference {
    background-image: url('../assets/img/layout/indicator_average.png');
}

td.status_aboveReference,
.table > tbody > tr > td.status_aboveReference {
    background-image: url('../assets/img/layout/indicator_good.png');
}

td .button {
    font-size: 90%;
    margin: 2px;
    padding: 5px;
}

td ul.importValidationMessages li {
    margin-left: 1em;
}

.panel-body ol {
    margin-left: 15px;
}

.navbar-brand img {
    height: 100%;
}
.navbar-brand {
    /*padding: 0;*/
    margin-right: 15px;
    background-image: url('../assets/img/layout/home_logo_hittheroad.png');
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: center;
    width: 140px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
}

input[type="checkbox"] {
	width: auto;
}