﻿/* Custom WAR css */

body {
	padding-top: 130px;
}

#footer {
	background-color: rgba(54, 63, 111, 1);
	height: 50px;
	margin-top: 0;
}

#footer .container {
	text-align: left;
	color: #EEEEEE;
}

#footer:after {
	bottom: 12px;
	content: ' ';
	display: block;
	height: 75px;
	position: absolute;
	right: 0;
	width: 75px;
}

.btn-primary {
	background-color: rgba(54, 63, 111, 1) !important;
	border-color: rgba(54, 63, 111, 1) !important;
}

#header.navbar-inverse {
	background-color: #fff !important;
	border: none !important;
}

#header .logo {
	padding: 40px 0
}

#header .logo img {
	height: 70px
}

/*Wülfrath specific overrides of general styling*/
.field-validation-error {
	color: rgba(160, 30, 49, 1);
	font-size: 14px;
}

.input-validation-error {
	border: 2px solid rgba(160, 30, 49, 1) !important;
}

@media (max-width: 768px) {
	#header .logo {
		padding: 40px 15px;
	}
}