* {
	box-sizing: border-box;
	text-decoration: none;
}

html {
	height: 100%;
}


a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.login-body {
	/* #edf1f5 */
	background: #edf1f5 url('../img/background_login.jpg') bottom center no-repeat;
	background-size: cover;
}

.login-container {
	background: white;
	padding: 0px 40px;
	border: 1px solid darkgray;
	border-radius: 10px;

	position: absolute;
	top: 50%;
	left: 50%;
	height: 350px;
	width: 400px;
	margin-top: -200px;
	margin-left: -200px;

	box-shadow: 0px 0px 18px #888888;
}
.error-text {
	color: red;
}

.container {
	position: relative;
	background: white;
	padding: 0px 40px;
	border: 1px solid darkgray;
	border-radius: 10px;
	width: 970px;
	margin-top: 20px;
	box-shadow: 0px 0px 18px #888888;
}

#exitBtn {
	position: absolute;
	margin-top: -10px;
	right: 10px;
}

.table tr {
	border-bottom: none;
}

.eventData {
	display: none;
	background-color: #eee;
	border: 1px solid darkgrey;
}

.table>tbody>tr.eventData>td {
	border: none;
}

.fa-file-pdf {
	color: #b30b00;
	font-size: 1.5em;
}

.order-form-error {
	display: none;
	color: red;
	background-color: #ffcccc;
	margin-bottom: 10px;
	padding: 5px;
	border-left: 10px solid red;
}