@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
select,
input,
tr,
td,
table,
form {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px 0 200px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ccc;
}
#login {
  width: 300px;
  margin: 50px auto auto auto;
  padding: 15px;
  border: 1px solid black;
  line-height: 25px;
}
#login label {
  display: inline-block;
  width: 100px;
}
h1 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
input {
  font-size: 12px;
  padding: 0 1px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #e33100;
  text-decoration: underline;
}
#totalsumme {
  font-weight: bold;
}
.antifloat {
  clear: both;
}
#menu {
  background: #fff;
  margin: 0 0 0 0px;
  padding: 0 0 0 15px;
  height: 25px;
}
#menu ul {
  list-style: none;
}
#menu ul li {
  float: left;
}
#menu ul li a {
  font-size: 14px;
  line-height: 25px;
  margin: 0 10px;
  text-decoration: none;
  color: #000;
}
#menu ul lili:hover,
#menu ul li.selected {
  color: #000;
  background: #f90;
  text-shadow: 1px 1px 2px #fff;
}
#menu ul .versiontext {
  line-height: 25px;
  text-align: right;
  width: 150px;
  display: block;
}
#baustelle {
  background: #f90;
  width: 100%;
  padding: 10px;
  clear: both;
}
#baustelle table {
  float: left;
}
#baustelle table tr {
  border: none;
}
#baustelle table tr td {
  background: #f90;
  border: none;
}
#baustellenchooser {
  margin: 0 0 0 100px;
  float: left;
}
#personal,
#maschinen,
#material,
#ebpersonal,
#ebmaterial,
#ebmaschinen,
#editpersonal,
#editmaterial,
#editmaschinen,
#editbaustelle,
#personaldetail,
#maschinendetail,
#materialdetail,
#zusammenfassung,
#maschinenfinder {
  clear: both;
  padding: 10px 20px 0px;
}
#personal td,
#maschinen td,
#material td,
#ebpersonal td,
#ebmaterial td,
#ebmaschinen td,
#editpersonal td,
#editmaterial td,
#editmaschinen td,
#editbaustelle td,
#personaldetail td,
#maschinendetail td,
#materialdetail td,
#zusammenfassung td,
#maschinenfinder td {
  display: inline-block;
  min-height: 20px;
}
div.dataclamp {
  box-shadow: 3px 3px 3px #333;
  width: 1150px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
div.dataclamp_detail {
  box-shadow: 3px 3px 3px #333;
  width: 1000px;
}
div.datagroup {
  background: #eee;
}
#editmaschinen div.datagroup,
#editmaterial div.datagroup,
#editpersonal div.datagroup,
#editbaustelle div.datagroup {
  max-height: 500px;
  overflow: auto;
}
div.dataheader,
div.datafooter {
  background: #f90;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
div.dataheader {
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
div.dataheader td {
  background: #f90;
}
div.datafooter {
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}
div.datafooter tr:nth-child(odd) {
  background: none;
}
table {
  border: none;
  border-collapse: collapse;
}
table tr {
  line-height: 20px;
}
table tr td,
table tr th {
  padding: 3px 5px;
  white-space: nowrap;
  border-right: 1px solid #666;
}
table tr td input,
table tr th input {
  overflow: hidden;
  padding: 0px 1px;
  margin: 0px;
}
table tr:nth-child(even),
table tr:nth-child(even) input {
  background: #eee;
}
table tr:nth-child(odd),
table tr:nth-child(odd) input {
  background: #fff;
}
table tr.editrow {
  background: #ff0;
}
table tr:hover {
  background: #666;
}
table .bold {
  font-weight: bold;
}
table .right {
  text-align: right;
  border: none;
  border-bottom: 1px solid #999;
}
table .right input {
  text-align: right;
}
#zusammenfassung div.dataclamp {
  width: 450px;
}
#zusammenfassung td:nth-child(1) {
  width: 200px;
  text-align: right;
}
#zusammenfassung td:nth-child(2) {
  width: 200px;
  text-align: right;
}
#zusammenfassung td:nth-child(2) input {
  width: 190px;
  text-align: right;
  font-weight: bold;
}
#personal td select {
  width: 120px;
}
#personal td:nth-child(1) {
  width: 200px;
}
#personal td:nth-child(1) input,
#personal td:nth-child(1) select {
  width: 190px;
}
#personal td:nth-child(2) {
  width: 155px;
  text-align: right;
}
#personal td:nth-child(2) input {
  width: 110px;
  text-align: right;
}
#personal td:nth-child(3) {
  width: 130px;
  text-align: right;
}
#personal td:nth-child(3) input {
  width: 120px;
  text-align: right;
}
#personal td:nth-child(4) {
  width: 140px;
  text-align: right;
}
#personal td:nth-child(4) input {
  width: 100px;
  text-align: right;
}
#personal td:nth-child(5) {
  width: 140px;
  text-align: right;
}
#personal td:nth-child(5) input {
  width: 100px;
  text-align: right;
}
#personal td:nth-child(6) {
  width: 180px;
  text-align: right;
}
#personal td:nth-child(6) input {
  width: 110px;
  text-align: right;
}
#personal td:nth-child(7) {
  width: 120px;
  text-align: center;
}
#personal td:nth-child(7) input {
  width: 80px;
}
#personal td:nth-child(8) {
  width: 80px;
  text-align: center;
}
#personal td:nth-child(8) input {
  width: 60px;
}
#personal_detail td select {
  width: 120px;
}
#personal_detail td:nth-child(1) {
  width: 180px;
}
#personal_detail td:nth-child(1) input,
#personal_detail td:nth-child(1) select {
  width: 160px;
}
#personal_detail td:nth-child(2) {
  width: 120px;
}
#personal_detail td:nth-child(2) input {
  width: 110px;
}
#personal_detail td:nth-child(3) {
  width: 160px;
  text-align: left;
}
#personal_detail td:nth-child(3) input {
  width: 150px;
  text-align: left;
}
#personal_detail td:nth-child(4) {
  width: 90px;
  text-align: right;
}
#personal_detail td:nth-child(4) input {
  width: 80px;
  text-align: right;
}
#personal_detail td:nth-child(5) {
  width: 100px;
  text-align: right;
}
#personal_detail td:nth-child(5) input {
  width: 60px;
  text-align: right;
}
#personal_detail td:nth-child(6) {
  width: 110px;
  text-align: right;
}
#personal_detail td:nth-child(6) input {
  width: 60px;
  text-align: right;
}
#personal_detail td:nth-child(7) {
  width: 130px;
  text-align: right;
}
#personal_detail td:nth-child(7) input {
  width: 90px;
  text-align: right;
}
#personal_detail td:nth-child(8) {
  width: 80px;
  text-align: center;
}
#personal_detail td:nth-child(8) input {
  width: 60px;
}
#ebpersonal .datagroup {
  height: 200px;
  overflow: scroll;
}
#ebpersonal td select {
  width: 120px;
}
#ebpersonal td:nth-child(1) {
  width: 200px;
}
#ebpersonal td:nth-child(1) input,
#ebpersonal td:nth-child(1) select {
  width: 190px;
}
#ebpersonal td:nth-child(2) {
  width: 120px;
  text-align: right;
}
#ebpersonal td:nth-child(2) input {
  width: 110px;
  text-align: right;
}
#ebpersonal td:nth-child(3) {
  width: 130px;
  text-align: right;
}
#ebpersonal td:nth-child(3) input {
  width: 90px;
  text-align: right;
}
#ebpersonal td:nth-child(4) {
  width: 140px;
  text-align: right;
}
#ebpersonal td:nth-child(4) input {
  width: 90px;
  text-align: right;
}
#ebpersonal td:nth-child(5) {
  width: 140px;
  text-align: right;
}
#ebpersonal td:nth-child(5) input {
  width: 100px;
  text-align: right;
}
#ebpersonal td:nth-child(6) {
  width: 150px;
  text-align: right;
}
#ebpersonal td:nth-child(6) input {
  width: 110px;
  text-align: right;
}
#ebpersonal td:nth-child(7) {
  width: 80px;
  text-align: center;
}
#ebpersonal td:nth-child(7) input {
  width: 60px;
}
#ebpersonal td:nth-child(8) {
  width: 80px;
  text-align: center;
}
#ebpersonal td:nth-child(8) input {
  width: 60px;
}
#maschinen td:nth-child(1) {
  width: 170px;
}
#maschinen td:nth-child(1) input {
  width: 90%;
}
#maschinen td:nth-child(1) select {
  width: 90%;
}
#maschinen td:nth-child(2) {
  width: 160px;
  text-align: left;
}
#maschinen td:nth-child(2) input {
  width: 90%;
}
#maschinen td:nth-child(3) {
  width: 100px;
  text-align: left;
}
#maschinen td:nth-child(3) input {
  width: 90%;
}
#maschinen td:nth-child(4) {
  width: 90px;
  text-align: right;
}
#maschinen td:nth-child(4) input {
  width: 90%;
  text-align: right;
}
#maschinen td:nth-child(5) {
  width: 60px;
  text-align: right;
}
#maschinen td:nth-child(5) input {
  width: 90%;
  text-align: right;
}
#maschinen td:nth-child(6) {
  width: 90px;
  text-align: right;
}
#maschinen td:nth-child(6) input {
  width: 60%;
  text-align: right;
}
#maschinen td:nth-child(7) {
  width: 90px;
  text-align: right;
}
#maschinen td:nth-child(7) input {
  width: 60%;
  text-align: right;
}
#maschinen td:nth-child(8) {
  width: 150px;
  text-align: right;
}
#maschinen td:nth-child(8) input {
  width: 70%;
  text-align: right;
}
#maschinen td:nth-child(9) {
  width: 110px;
  text-align: center;
}
#maschinen td:nth-child(9) input {
  width: 90%;
  text-align: center;
}
#maschinen td:nth-child(10) {
  width: 80px;
  text-align: center;
}
#maschinen td:nth-child(10) input {
  width: 80%;
  text-align: center;
}
#ebmaschinen .datagroup {
  height: 200px;
  overflow: scroll;
}
#ebmaschinen td:nth-child(1) {
  width: 160px;
}
#ebmaschinen td:nth-child(1) input {
  width: 140px;
}
#ebmaschinen td:nth-child(1) select {
  width: 130px;
}
#ebmaschinen td:nth-child(2) {
  width: 130px;
  text-align: left;
}
#ebmaschinen td:nth-child(2) input {
  width: 120px;
}
#ebmaschinen td:nth-child(3) {
  width: 100px;
  text-align: left;
}
#ebmaschinen td:nth-child(3) input {
  width: 90px;
}
#ebmaschinen td:nth-child(4) {
  width: 90px;
  text-align: right;
}
#ebmaschinen td:nth-child(4) input {
  width: 80px;
  text-align: right;
}
#ebmaschinen td:nth-child(5) {
  width: 60px;
  text-align: right;
}
#ebmaschinen td:nth-child(5) input {
  width: 40px;
  text-align: right;
}
#ebmaschinen td:nth-child(6) {
  width: 90px;
  text-align: right;
}
#ebmaschinen td:nth-child(6) input {
  width: 50px;
  text-align: right;
}
#ebmaschinen td:nth-child(7) {
  width: 90px;
  text-align: right;
}
#ebmaschinen td:nth-child(7) input {
  width: 50px;
  text-align: right;
}
#ebmaschinen td:nth-child(8) {
  width: 130px;
  text-align: right;
}
#ebmaschinen td:nth-child(8) input {
  width: 90px;
  text-align: right;
}
#ebmaschinen td:nth-child(9) {
  width: 80px;
  text-align: center;
}
#ebmaschinen td:nth-child(9) input {
  width: 50px;
  text-align: center;
}
#ebmaschinen td:nth-child(10) {
  width: 80px;
  text-align: center;
}
#ebmaschinen td:nth-child(10) input {
  width: 50px;
  text-align: center;
}
#material td:nth-child(1) {
  width: 100px;
}
#material td:nth-child(1) input,
#material td:nth-child(1) select {
  width: 90px;
}
#material td:nth-child(2) {
  width: 180px;
  text-align: left;
}
#material td:nth-child(2) input {
  width: 160px;
}
#material td:nth-child(3) {
  width: 80px;
  text-align: right;
}
#material td:nth-child(3) input {
  width: 70px;
  text-align: right;
}
#material td:nth-child(4) {
  width: 60px;
  text-align: right;
}
#material td:nth-child(4) input {
  width: 50px;
  text-align: right;
}
#material td:nth-child(5) {
  width: 60px;
  text-align: right;
}
#material td:nth-child(5) input {
  width: 50px;
  text-align: right;
}
#material td:nth-child(6) {
  width: 80px;
  text-align: right;
}
#material td:nth-child(6) input {
  width: 70px;
  text-align: right;
  background: #afa;
}
#material td:nth-child(7) {
  width: 50px;
  text-align: right;
}
#material td:nth-child(7) input {
  width: 30px;
  text-align: right;
}
#material td:nth-child(8) {
  width: 80px;
  text-align: right;
}
#material td:nth-child(8) input {
  width: 70px;
  text-align: right;
  background: #afa;
}
#material td:nth-child(9) {
  width: 60px;
  text-align: right;
}
#material td:nth-child(9) input {
  width: 30px;
  text-align: right;
}
#material td:nth-child(10) {
  width: 120px;
  text-align: right;
}
#material td:nth-child(10) input {
  width: 110px;
  text-align: right;
  background: #afa;
}
#material td:nth-child(11) {
  width: 100px;
  text-align: center;
}
#material td:nth-child(11) input {
  width: 70px;
  text-align: center;
}
#material td:nth-child(12) {
  width: 80px;
  text-align: center;
}
#material td:nth-child(12) input {
  width: 60px;
  text-align: center;
}
#material td:nth-child(13) {
  width: 130px;
  text-align: right;
}
#material td:nth-child(13) input {
  width: 60px;
  text-align: right;
}
#ebmaterial .datagroup {
  height: 200px;
  overflow: scroll;
}
#ebmaterial td:nth-child(1) {
  width: 100px;
}
#ebmaterial td:nth-child(1) input,
#ebmaterial td:nth-child(1) select {
  width: 90px;
}
#ebmaterial td:nth-child(2) {
  width: 170px;
  text-align: left;
}
#ebmaterial td:nth-child(2) input {
  width: 160px;
}
#ebmaterial td:nth-child(3) {
  width: 80px;
  text-align: right;
}
#ebmaterial td:nth-child(3) input {
  width: 70px;
  text-align: right;
}
#ebmaterial td:nth-child(4) {
  width: 60px;
  text-align: right;
}
#ebmaterial td:nth-child(4) input {
  width: 50px;
  text-align: right;
}
#ebmaterial td:nth-child(5) {
  width: 70px;
  text-align: right;
}
#ebmaterial td:nth-child(5) input {
  width: 60px;
  text-align: right;
}
#ebmaterial td:nth-child(6) {
  width: 120px;
  text-align: right;
}
#ebmaterial td:nth-child(6) input {
  width: 80px;
  text-align: right;
}
#ebmaterial td:nth-child(7) {
  width: 60px;
  text-align: right;
}
#ebmaterial td:nth-child(7) input {
  width: 30px;
  text-align: right;
}
#ebmaterial td:nth-child(8) {
  width: 60px;
  text-align: right;
}
#ebmaterial td:nth-child(8) input {
  width: 30px;
  text-align: right;
}
#ebmaterial td:nth-child(9) {
  width: 120px;
  text-align: right;
}
#ebmaterial td:nth-child(9) input {
  width: 80px;
  text-align: right;
}
#ebmaterial td:nth-child(10) {
  width: 80px;
  text-align: center;
}
#ebmaterial td:nth-child(10) input {
  width: 70px;
  text-align: center;
}
#ebmaterial td:nth-child(11) {
  width: 80px;
  text-align: center;
}
#ebmaterial td:nth-child(11) input {
  width: 70px;
  text-align: center;
}
#ebmaterial td:nth-child(12) {
  width: 80px;
  text-align: center;
}
#ebmaterial td:nth-child(12) input {
  width: 60px;
  text-align: center;
}
#ebmaterial td:nth-child(13) {
  width: 130px;
  text-align: right;
}
#ebmaterial td:nth-child(13) input {
  width: 60px;
  text-align: right;
}
#editpersonal div.dataclamp {
  width: 900px;
}
#editpersonal td:nth-child(1) {
  width: 90px;
  text-align: right;
}
#editpersonal td:nth-child(1) input {
  width: 70px;
  text-align: right;
}
#editpersonal td:nth-child(2) {
  width: 220px;
  text-align: left;
}
#editpersonal td:nth-child(2) input {
  width: 200px;
  text-align: left;
}
#editpersonal td:nth-child(3) {
  width: 110px;
  text-align: right;
}
#editpersonal td:nth-child(3) input {
  width: 90px;
  text-align: right;
}
#editpersonal td:nth-child(4) {
  width: 110px;
  text-align: right;
}
#editpersonal td:nth-child(4) input {
  width: 90px;
  text-align: right;
}
#editpersonal td:nth-child(5) {
  width: 80px;
  text-align: center;
}
#editpersonal td:nth-child(5) input {
  width: 50px;
  text-align: center;
}
#editpersonal td:nth-child(6) {
  width: 80px;
  text-align: center;
}
#editpersonal td:nth-child(6) input {
  width: auto;
  text-align: center;
}
#editmaterial div.dataclamp {
  width: 970px;
}
#editmaterial td:nth-child(1) {
  width: 50px;
  text-align: right;
}
#editmaterial td:nth-child(1) input {
  width: 40px;
  text-align: right;
}
#editmaterial td:nth-child(2) {
  width: 110px;
  text-align: right;
}
#editmaterial td:nth-child(2) input {
  width: 100px;
  text-align: left;
}
#editmaterial td:nth-child(3) {
  width: 240px;
  text-align: left;
}
#editmaterial td:nth-child(3) input {
  width: 235px;
  text-align: left;
}
#editmaterial td:nth-child(4) {
  width: 110px;
  text-align: left;
}
#editmaterial td:nth-child(4) input {
  width: 100px;
  text-align: left;
}
#editmaterial td:nth-child(5) {
  width: 60px;
  text-align: left;
}
#editmaterial td:nth-child(5) input {
  width: 50px;
  text-align: left;
}
#editmaterial td:nth-child(6) {
  width: 60px;
  text-align: right;
}
#editmaterial td:nth-child(6) input {
  width: 50px;
  text-align: right;
}
#editmaterial td:nth-child(7) {
  width: 50px;
  text-align: right;
}
#editmaterial td:nth-child(7) input {
  width: 40px;
  text-align: right;
}
#editmaterial td:nth-child(8) {
  width: 80px;
  text-align: center;
}
#editmaterial td:nth-child(8) input {
  width: 50px;
  text-align: center;
}
#editmaterial td:nth-child(9) {
  width: 80px;
  text-align: center;
}
#editmaterial td:nth-child(9) input {
  width: 60px;
  text-align: center;
}
#editmaschinen div.dataclamp {
  width: 1010px;
}
#editmaschinen td:nth-child(1) {
  width: 60px;
  text-align: right;
}
#editmaschinen td:nth-child(1) input {
  width: 50px;
  text-align: right;
}
#editmaschinen td:nth-child(2) {
  width: 130px;
  text-align: left;
}
#editmaschinen td:nth-child(2) input {
  width: 120px;
}
#editmaschinen td:nth-child(3) {
  width: 120px;
  text-align: left;
}
#editmaschinen td:nth-child(3) input {
  width: 110px;
  text-align: left;
}
#editmaschinen td:nth-child(4) {
  width: 150px;
  text-align: left;
}
#editmaschinen td:nth-child(4) input {
  width: 140px;
  text-align: left;
}
#editmaschinen td:nth-child(5) {
  width: 70px;
  text-align: right;
}
#editmaschinen td:nth-child(5) input {
  width: 60px;
  text-align: right;
}
#editmaschinen td:nth-child(6) {
  width: 90px;
  text-align: right;
}
#editmaschinen td:nth-child(6) input {
  width: 50px;
  text-align: right;
}
#editmaschinen td:nth-child(7) {
  width: 100px;
  text-align: right;
}
#editmaschinen td:nth-child(7) input {
  width: 50px;
  text-align: right;
}
#editmaschinen td:nth-child(8) {
  width: 80px;
  text-align: center;
}
#editmaschinen td:nth-child(8) input {
  width: 50px;
  text-align: right;
}
#editmaschinen td:nth-child(9) {
  width: 80px;
  text-align: center;
}
#editmaschinen td:nth-child(9) input {
  width: 50px;
  text-align: center;
}
#editbaustelle div.dataclamp {
  width: 1200px;
}
#editbaustelle td:nth-child(1) {
  width: 70px;
  text-align: right;
}
#editbaustelle td:nth-child(1) input {
  width: 60px;
  text-align: right;
}
#editbaustelle td:nth-child(2) {
  width: 60px;
  text-align: center;
}
#editbaustelle td:nth-child(2) input {
  width: 40px;
  text-align: right;
}
#editbaustelle td:nth-child(3) {
  width: 140px;
  text-align: left;
}
#editbaustelle td:nth-child(3) input {
  width: 130px;
  text-align: left;
}
#editbaustelle td:nth-child(4) {
  width: 140px;
  text-align: left;
}
#editbaustelle td:nth-child(4) input {
  width: 130px;
}
#editbaustelle td:nth-child(5) {
  width: 135px;
  text-align: left;
}
#editbaustelle td:nth-child(5) input {
  width: 130px;
  text-align: left;
}
#editbaustelle td:nth-child(6) {
  width: 135px;
  text-align: left;
}
#editbaustelle td:nth-child(6) input {
  width: 130px;
  text-align: left;
}
#editbaustelle td:nth-child(7) {
  width: 75px;
  text-align: center;
}
#editbaustelle td:nth-child(7) input {
  width: auto;
  text-align: center;
}
#editbaustelle td:nth-child(8) {
  width: 75px;
  text-align: center;
}
#editbaustelle td:nth-child(8) input {
  width: 50px;
  text-align: center;
}
#editbaustelle td:nth-child(9) {
  width: 75px;
  text-align: center;
}
#editbaustelle td:nth-child(9) input {
  width: 50px;
  text-align: center;
}
#editbaustelle td:nth-child(10) {
  width: 75px;
  text-align: center;
}
#editbaustelle td:nth-child(10) input {
  width: 50px;
  text-align: center;
}
#editbaustelle td:nth-child(11) {
  width: 75px;
  text-align: center;
}
#editbaustelle td:nth-child(11) input {
  width: 50px;
  text-align: center;
}
#maschinenfinder div.datagroup {
  max-height: 500px;
  overflow: auto;
}
#maschinenfinder div.dataclamp {
  width: 1200px;
}
#maschinenfinder td {
  display: inline-block;
  margin: 0;
  /*
		&:nth-child(8) {
			width: 75px;
			text-align: center;
			input {
				width: 50px;
				text-align: center;
			}
		}

		&:nth-child(9) {
			width: 75px;
			text-align: center;
			input {
				width: 50px;
				text-align: center;
			}
		}

		&:nth-child(10) {
			width: 75px;
			text-align: center;
			input {
				width: 50px;
				text-align: center;
			}
		}

		&:nth-child(11) {
			width: 75px;
			text-align: center;
			input {
				width: 50px;
				text-align: center;
			}
		}
		*/
}
#maschinenfinder td:nth-child(1) {
  width: 70px;
  text-align: right;
}
#maschinenfinder td:nth-child(1) input {
  width: 60px;
  text-align: right;
}
#maschinenfinder td:nth-child(2) {
  width: 100px;
  text-align: center;
}
#maschinenfinder td:nth-child(2) input {
  width: 80px;
  text-align: left;
}
#maschinenfinder td:nth-child(3) {
  width: 230px;
  text-align: left;
}
#maschinenfinder td:nth-child(3) input {
  width: 210px;
  text-align: left;
}
#maschinenfinder td:nth-child(4) {
  width: 230px;
  text-align: left;
}
#maschinenfinder td:nth-child(4) input {
  width: 210px;
}
#maschinenfinder td:nth-child(5) {
  width: 300px;
  text-align: left;
}
#maschinenfinder td:nth-child(5) input {
  width: 200px;
  text-align: left;
}
#maschinenfinder td:nth-child(6) {
  width: 80px;
  text-align: left;
}
#maschinenfinder td:nth-child(6) input {
  width: 70px;
  text-align: left;
}
#maschinenfinder td:nth-child(7) {
  width: 80px;
  text-align: center;
}
#maschinenfinder td:nth-child(7) input {
  width: 70px;
  text-align: center;
}
.left {
  text-align: left;
}
.left input {
  text-align: left;
}
div.delete tr,
.delete {
  background: #e33100;
}
input[type=submit] {
  padding: 0px 5px;
  line-height: normal;
  overflow: visible;
  height: auto;
}
.awesome,
.awesome:visited {
  background: #222;
  display: inline-block;
  padding: 1px 3px 1px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
.awesome:hover {
  background-color: #111;
  color: #fff;
}
.awesome:active {
  top: 1px;
}
.small.awesome,
.small.awesome:visited {
  font-size: 11px;
}
.awesome,
.awesome:visited,
.medium.awesome,
.medium.awesome:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.awesome,
.large.awesome:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}
.green.awesome,
.green.awesome:visited {
  background-color: #91bd09;
}
.green.awesome:hover {
  background-color: #749a02;
}
.blue.awesome,
.blue.awesome:visited {
  background-color: #2daebf;
}
.blue.awesome:hover {
  background-color: #007d9a;
}
.red.awesome,
.red.awesome:visited {
  background-color: #e33100;
}
.red.awesome:hover {
  background-color: #872300;
}
.magenta.awesome,
.magenta.awesome:visited {
  background-color: #a9014b;
}
.magenta.awesome:hover {
  background-color: #630030;
}
.orange.awesome,
.orange.awesome:visited {
  background-color: #ff5c00;
}
.orange.awesome:hover {
  background-color: #d45500;
}
.yellow.awesome,
.yellow.awesome:visited {
  background-color: #ffb515;
}
#chooser {
  width: 100%;
  margin: 20px 0 0 0;
  clear: both;
  padding: 10px 20px 10px 0px;
  background: #fff;
}
#chooser label {
  margin: 0 0 0 20px;
}
#date_chooser_div {
  width: 100%;
  margin: 0px 0 0 0;
  clear: both;
  padding: 10px 20px 10px 0px;
  background: #fff;
}
div#suggestions_container {
  position: relative;
  display: inline;
}
.suggestionsBox {
  position: absolute;
  left: 30px;
  top: 20px;
  margin: 10px 0px 0px 0px;
  width: 500px;
  background-color: #212427;
  border-radius: 7px;
  border: 2px solid #000;
  color: #fff;
}
.suggestionList {
  margin: 0px;
  padding: 0px;
}
.suggestionList li {
  list-style: none;
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
}
.suggestionList li:hover {
  background-color: #659CD8;
}
form#material_chooser {
  display: inline;
}
.dateChooser td {
  cursor: default;
  text-align: center;
}
.dateChooser td.dateChooserActive:hover {
  color: white;
  background: #0A246A;
}
.dateChooser td.dateChooserActiveToday {
  border: 1px solid red;
}
.dateChooser th {
  background: #aaa;
  color: white;
  width: 18px;
  border: none;
}
.dateChooser option,
.dateChooser select {
  font-size: 10px;
}
.dateChooser {
  border: 2px outset #aaa;
  background: white;
  padding: 1px;
}
.dateChooser table {
  width: 160px;
}
@media all and (-ms-high-contrast: none) {
  * {
    box-sizing: border-box;
  }
  /* IE10 */
  *::-ms-backdrop,
  * {
    box-sizing: border-box;
  }
}
@supports (display:-ms-grid) {
  * {
    box-sizing: border-box;
  }
}
