html, body {
    margin: 0;
    height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.error img {
	width: 500px;
	height: 500px;
	text-align:left;
}

.body-center {
	width:1200px;
    margin:0 auto;
    text-align:left;
}

.body {
/*!	min-height: 1200px;*/
	width: 1200px;
	padding-bottom: 1px;
	box-shadow: 0px 0px 5px 1px gray;
}

.top-menu {
	width: 1200px;
}

.top-menu ul {
	background-color: #f3f3f3;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.top-menu ul li a {
	padding: 10px;
	float: left;
	display: block;
	color: #666;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.top-menu ul li :hover {
	background-color: #ddd;
}

.top-menu-profile {
	float: right;
	background-color: #0058ffc2;
	color: white;
}

.top-menu-profile :hover {
	background-color: #0062fbdb !important;
}

/* Lager Liste */

.lagerliste-table table {
	border-collapse: collapse;
	margin: 10px;
	text-transform: uppercase;
}

.lagerliste-overskrift {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
}

.lagerliste-table tr {
}

.lagerliste-table td {
	border: 1px solid gray;
	padding: 8px 0px 8px 0px;
	text-align: center;
}

.lagerliste-table td:first-child {
	width: 65px;
}

.lagerliste-table td:nth-child(2) {
	width: 327px;
}

.lagerliste-table td:nth-child(3) {
	width: 408px;
}

.lagerliste-table td:nth-child(4) {
	width: 97px;
}

.lagerliste-table td:nth-child(5) {
	width: 66px;
}

.lagerliste-table td:nth-child(6) {
	width: 127px;
}

.lagerliste-table td:nth-child(7) {
	width: 82px;
}

.lagerliste-table-underinfo {
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 3px;
}

.lagerliste-form input:focus {
	outline-width: 0;
}

.lagerliste-table td:nth-child(2) input {
	text-align: left;
	width: 312px;
	border: none;
	outline: none;
	text-transform: uppercase;
	padding: 5px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.lagerliste-table td:nth-child(3) input {
	text-align: left;
	width: 397px;
	border: none;
	outline: none;
	text-transform: uppercase;
	padding: 5px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.lagerliste-table td:nth-child(4) input {
	text-align: center;
	width: 83px;
	border: none;
	outline: none;
	text-transform: uppercase;
	padding: 5px;
	font-size: 15px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.lagerliste-table td:nth-child(5) input {
	padding: 0px;
}

.lagerliste-table td:nth-child(6) input {
	text-align: center;
	width: 114px;
	border: none;
	outline: none;
	padding: 5px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.lagerliste-table-save {
	text-align: center;
	width: 72px;
	outline: none;
	padding: 2px;
	background-color: #00abff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-style: solid !important;
	border-radius: 6px !important;
	font-family: Lato;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.lagerliste-table-menu-input {
	display: none;
}

.lagerliste-table-menu-label {
	position: relative;
	display: block;
	cursor: pointer;
	border: 1px solid gray;
	width: 66px;
	background-color: #f0f0f0;
	overflow: hidden;
	padding: 4px;
	margin-left: 3px;
}

.lagerliste-table-menu-label-icon {
	height: 10px;
	float: left;
	padding-right: 3px;
	margin-top: 2px;
	margin-left: 2px;
}

.lagerliste-table-menu-label-text {
	float: left;
	font-size: 12px;
}

input:checked~ul.lagerliste-table-menu-undermenu {
	display: block;
	z-index: 1;
}

.lagerliste-table-menu-undermenu {
	list-style-type: none;
	display: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

.lagerliste-table-menu-undermenu button {
	padding: 4px;
	background-color: #f0f0f0;
	border: 1px solid gray;
	width: 76px;
	text-align: center;
	margin-left: 3px;
}


/*
.lagerliste-table table {
	border-collapse: collapse;
	margin: 10px;
}

.lagerliste-overskrift {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
}

.lagerliste-table tr {
}

.lagerliste-table td {
	border: 1px solid gray;
	padding: 8px 0px 8px 0px;
	text-align: center;
}

.lagerliste-table td:first-child {
	width: 66px;
}

.lagerliste-table td:nth-child(2) {
	width: 370px;
}

.lagerliste-table td:nth-child(3) {
	width: 441px;
}

.lagerliste-table td:nth-child(4) {
	width: 100px;
}

.lagerliste-table td:nth-child(5) {
	width: 66px;
}

.lagerliste-table td:nth-child(6) {
	width: 130px;
}

.lagerliste-table-underinfo {
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 3px;
}

.lagerliste-form input:focus {
	outline-width: 0;
}

.lagerliste-table td:nth-child(2) input {
	text-align: center;
	width: 338px;
	border: none;
	outline: none;
	padding: 5px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.lagerliste-table td:nth-child(3) input {
	text-align: center;
	width: 410px;
	border: none;
	outline: none;
	padding: 5px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.lagerliste-table td:nth-child(4) input {
	text-align: center;
	width: 68px;
	border: none;
	outline: none;
	padding: 5px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.lagerliste-table td:nth-child(5) input {
	padding: 0px;
}

.lagerliste-table td:nth-child(6) input {
	text-align: center;
	width: 100px;
	border: none;
	outline: none;
	padding: 5px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
*/


/* Register & Login*/

.login-center {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 300px;
}

.register-form, .login-form {
	width: 400px;
	height: auto;
	border: 1px solid gray;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}

.register-form-title, .login-form-title {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin-top: 15px;
}

.register-form-error, .login-form-error {
	border: 1px solid #b30000;
	width: auto;
	margin: 10px;
	border-radius: 5px;
	background: #ff0000a8;
	padding: 5px;
}

.register-form-validity, .login-form-validity {
	border: 1px solid #06b300;
	width: auto;
	margin: 10px;
	border-radius: 5px;
	background: #20ff008f;
	padding: 5px;
}

.register-form-small {
	text-align: center;
	width: 182px;
	outline: none;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px 0px 0px 10px;
	border-style: solid !important;
	border-radius: 6px !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.register-form-big, .login-form-big, .right-profile-edit-form-big {
	text-align: center;
	width: 379px;
	outline: none;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px 10px 0px 10px;
	border-style: solid !important;
	border-radius: 6px !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.register-form-button, .register-form-button-close, .login-form-button, .login-form-button-close, .right-profile-edit-form-button {
	text-align: center;
	width: 379px;
	outline: none;
	padding: 5px;
	background-color: #00abff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px 10px 00px 10px;
	border-style: solid !important;
	border-radius: 6px !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	text-decoration: none;
}

.register-form-button-close, .login-form-button-close {
	background-color: rgba(0, 0, 0, 0.22) !important;
	margin: 10px 10px 20px 10px !important;
}

/* Profile & Admin*/

.profile, .admin {
	min-height: 800px;
	overflow: auto;
	border-top: 1px solid gray;
}

.left-profile, .left-admin {
	width: 260px;
	min-height: 200px;
	float: left;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* Profile */

.profile-top {
	height: 120px;
	height: 120px;
	background-color: #eaeaea;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.left-profile-image {
	background-color: gray;
	width: 240px;
	height: 240px;
	margin: 10px;
}

.left-profile-info {
	margin: 15px;
	font-family: Comic Sans MS, Comic Sans, cursive;
}

.left-profile-info-top {
	font-size: 16px;
}

.left-profile-info-content {
	font-size: 13px;
	margin-bottom: 6px;
	margin-left: 5px;
}

.right-profile, .right-admin {
	width: 939px;
	min-height: 200px;
	float: left;
}

.right-profile_menu_top {
	width: 939px;
}

.right-profile_menu_top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.right-profile_menu_top ul li a {
	float: left;
	display: block;
	color: #666;
	text-align: center;
	padding: 6px 10px;
	text-decoration: none;
	background-color: #f3f3f3;
	border: solid #bdbdbd;
	border-width: 0px 4px 1px 1px;
	border-radius: 0px 0px 10px 10px !important;
}

.right-profile_menu_top ul li :hover {
	background-color: #ddd;
}

.right-profile-edit {
	min-height: 500px;
}

.right-profile-edit-form {
}

.right-profile-edit-form-detail-title {
	font-size: 21px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 15px;
}

.right-profile-edit-form-full-width {
	width: 939px;
	float: left;
}

.right-profile-edit-form-message {
	margin-left: 15px;
	background-color: #ff000094;
	padding: 5px;
	float: left;
	border-radius: 6px !important;
}

@media only screen and (max-width: 500px) {
	
.register-form, .login-form {
	width: 350px;
	height: auto;
	border: 1px solid gray;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
}    

.register-form-big, .login-form-big {
	text-align: center;
	width: 330px;
	outline: none;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px 10px 0px 10px;
	border-style: solid !important;
	border-radius: 6px !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.register-form-small {
	text-align: center;
	width: 157px;
	outline: none;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px 0px 0px 10px;
	border-style: solid !important;
	border-radius: 6px !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.register-form-button, .register-form-button-close, .login-form-button, .login-form-button-close {
	text-align: center;
	width: 330px;
	outline: none;
	padding: 5px;
	background-color: #00abff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px 10px 00px 10px;
	border-style: solid !important;
	border-radius: 6px !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.login-center {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 200px !important;
}
	

}