body {
  background-color: #fbfbfb;
  font-family:Corbel,Corbel W01,-apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial;;
  font-size:16px;
  line-height:1.4em;
}

#login, #logout {
  position:absolute;
  margin:0px;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
}

#login h1 {
  display:block;
  font-weight:bold;
  font-size:2em;
  background-image: url("../images/ebmpapst.png");
  background-position:center top;
  background-repeat: no-repeat;
  text-indent:-9999px;
  width:100%;
  height:50px;
}

#login input[type="text"], #login input[type="password"] {
  background-color:#fbfbfb;
  border:1px solid #e5e5e5;
  box-shadow:1px 1px 2px rgba(200,200,200,0.2) inset;
  color:#555555;
  font-size:24px;
  line-height:1;
  margin-bottom:16px;
  margin-right:6px;
  margin-top:2px;
  padding:3px;
  width:100%;
  //font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
}

#login form {
  background:#ffffff;
  border:1px solid #e5e5e5;
  box-shadow:0 4px 10px -1px rgba(200,200,200,0.7);
  font-weight:normal;
  margin-left:8px;
  padding:26px 24px 46px;
  border-radius:10px;
}

#login .submit {
  color:#333333;
}

#loginError {
  color:red;
  font-size:large;
  text-align: center;
}

input[type=submit]:hover {
  background-color:#005d8d;
}

input[type=submit] {
  background-color:#007cbc;
  text-align: center;
  text-decoration:none;
  cursor:pointer;
  display:inline-block;
  font-size:16px;
  font-family: sans-serif;
  margin:0 5px;
  white-space:nowrap;
  color:#ffffff;
  padding:10px 20px;
  transition: background-color .15s ease-in-out;
  float:right;
  border-style:none;
}

a.button:hover {
  background-color:#005d8d;
}

a.button {
  background-color:#007cbc;
  text-align: center;
  text-decoration:none;
  cursor:pointer;
  display:inline-block;
  font-size:16px;
  font-family: sans-serif;
  margin:0 5px;
  white-space:nowrap;
  color:#ffffff;
  padding:10px 20px;
  transition: background-color .15s ease-in-out;
}

.error {
  color:red;
}

table tbody tr {
  cursor:pointer;
}

table tbody tr:nth-child(odd) {
  background-color:#f9f9f9;
}


.materialList {
  border-collapse: collapse;
}

.materialList td {
  border:1px solid #ccc;
  padding:0;
}

.materialList th {
  border:1px solid #ccc;
  border-top:none;
  padding:3px 10px;
  background-color:#eee;
}

.materialList td input {
  border:none;
  box-sizing: border-box;

}