* {
	box-sizing: border-box;
}

body {
	background: #f2f2f2;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.alert {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 16px;
	color: #ffffff;
}

.alert.error {
	background: #f44336!important;
}

.alert.success {
	background: #4caf50!important;
}

.alert.warning {
	background: #ffeb3b!important;
}

.alert.info {
	background: #2196f3!important;
}

.dialogue {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -170px;
	margin-top: -180px;
}

.login {
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 0 3px 20px rgba(0,0,0,0.2);
}

.nav {
	width: 100%;
	background: #0d3e70;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.nav li {
	float: left;
	border-right: 1px solid rgba(0,0,0,0.5);
	color: #ffffff;
	background: rgba(0,0,0,0.3);
	font-weight: 300;
	font-size: 16px;
}

.nav li a {
	display: block;
	padding: 14px 21px;
	color: inherit;
	text-decoration: none;
}

.nav li:last-child {
	border: 0;
}

.nav li.selected {
	background: #0d3e70;
}

.nav li.disabled {
	color: rgba(255,255,255,0.3);
	cursor: default;
}

.nav li.disabled a {
	cursor: default;
}

.epw-logo {
	clear: both;
	width: 100%;
	height: 120px;
	background: #0d3e70 url(../img/epw-logo-dark.png) no-repeat center;
	background-size: 50%;
}

.user {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}

form {
	width: 340px;
	padding: 14px;
}

label {
	display: block;
}

input {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	background: #f0f0f0;
	border: 0;
	-webkit-appearance: none;
}
input:last-child {
	margin: 0;
}

input[type=text],
input[type=password] {
}

.button {
	background: #ff6b00;
	color: #ffffff;
	font-weight: 600;
	cursor: pointer;
}

.banner {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0.5em 1.5em;
	font-size: 13px;
}
.banner.bottom {
	bottom: 0;
	background-color: #ee0000;
	color: #ffffff;
}
.banner.top {
	top: 0;
	background-color: #ff6b00;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
.banner p {
	line-height: 1.5em;
}
.banner strong {
	font-weight: 800;
}
.banner ul li {
	margin: 0.5em 2em;
	list-style: disc;
}
.banner p a {
	color: #ffffff;
}

.privacy a {
	display: block;
	margin: 1em;
	text-align: center;
	color: #aaa !important;
}

.maintenance_mode {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 180px;
	margin-left: -200px;
	margin-top: -90px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
}
