body {
  background-color: #d7dcff;
  min-height: calc(100vh - 16px);
}

.logo {
  width: 140px;
  border: none;
}

.logo-wrapper {
  display: inline-block;
}

#wrapper {
  background-color: #006699;
  min-height: calc(100vh - 16px);
}
#wrapper > #menu, #wrapper > .menu {
  vertical-align: top;
  top: 20px;
  display: inline-block;
  width: 150px;
  margin: 10px 0;
  padding: 0 10px;
  border-right: 1px #eee solid;
  background-color: #006699;
}
#wrapper > #menu ul li, #wrapper > .menu ul li {
  height: 28px;
  display: block;
}
#wrapper > #menu .MainMenu li a, #wrapper > .menu .MainMenu li a {
  width: 136px;
}

#content {
  display: inline-block;
  width: calc(100% - 30px);
  max-width: 1000px;
  min-height: calc(100vh - 106px);
  margin-left: 10px;
  padding: 10px;
  background-color: #006699;
}

#footer {
  height: 20px;
  text-align: center;
  padding: 20px 20px 10px 20px;
}

.floating-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: inline-block;
  width: 36px;
  padding: 5px;
  border: 1px solid #006699;
  border-radius: 50%;
  background: #fff;
  color: #006699;
  text-align: center;
  cursor: pointer;
}

.login-form {
  margin-left: 170px;
}
.login-form .login {
  width: 100%;
  max-width: 250px;
  margin-top: 20px;
}
.login-form .login td, .login-form .login tr {
  padding: 0;
}
.login-form .login tr td {
  display: block;
}
.login-form .login label, .login-form .login input {
  font-size: 16px;
  text-align: left;
}
.login-form .login input[type=text], .login-form .login input[type=password] {
  width: calc(100% - 8px);
  margin-bottom: 15px;
}
.login-form .login input[type=submit] {
  width: 100%;
  margin-top: 5px;
  margin-right: -4px;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
}
.login-form .login input[type=submit]:hover {
  border: 2px solid #454545;
}
.login-form .to-mobile-view {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

.nav {
  background: #f0f0f0;
}
.nav td {
  white-space: nowrap;
}
.nav a {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.nav a:visited {
  color: #000;
}

.message {
  font-size: 14px;
}

@media screen and (min-width: 1440px) {
  #wrapper > #menu, #wrapper > .menu {
    position: sticky;
  }

  .login-form .to-mobile-view {
    font-size: 12px;
  }

  .floating-button {
    display: none;
  }
}
span.param {
  display: none;
}

input[type=file] {
  color: #000;
}

/* Stunden */
#stunden ul {
  list-style: none;
  padding: 0;
}

#stunden h2 {
  float: left;
  width: 480px;
  padding: 0 10px;
}

#stunden h3 {
  margin: 25px 0 10px 0;
}

#stundenHead select {
  float: left;
  width: 150px;
  margin-top: 15px;
  font-size: 10px;
}

#stundenUpload p label {
  float: left;
  width: 100px;
}

#stundenEdit table tr td {
  font-size: 11px;
  text-align: center;
}

#stundenEdit table tr input {
  width: 40px;
  margin: 5px 0;
}

#maschinenKategorieListe {
  list-style: none;
  padding: 0;
}
#maschinenKategorieListe li {
  color: #000;
}

ul.auftragTooltip {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

ul.auftragTooltip li {
  clear: both;
  color: black;
  font-size: 15px;
  white-space: nowrap;
  padding-top: 0.4em;
  margin-bottom: 5px;
}

ul.auftragTooltip li > span {
  display: inline-block;
  width: 112px;
  margin-right: 5px;
  vertical-align: top;
  text-align: right;
}

ul.auftragTooltip li > div {
  display: inline-block;
  max-width: calc(100% - 100px);
  white-space: normal;
}

div.auftragTooltipStyle {
  width: auto;
  min-width: 400px;
  max-width: 800px;
  padding: 2px 15px 15px;
}

/* begin css tabs */
ul.tabnav,
ul#tabnav {
  /* general settings */
  text-align: left;
  /* set to left, right or center */
  margin: 1em 0 1em 0;
  /* set margins as desired */
  font: bold 11px verdana, arial, sans-serif;
  /* set font as desired */
  border-bottom: 1px solid #454545;
  /* set border COLOR as desired */
  list-style-type: none;
  padding: 3px 10px 3px 10px;
  /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnav li,
ul#tabnav li {
  /* do not change */
  display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, li.tabNew {
  /* settings for selected tab */
  border-bottom: 1px solid #fff;
  /* set border color to page background color */
  background-color: #fff;
  /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
  /* settings for selected tab link */
  background-color: #fff;
  /* set selected tab background color as desired */
  color: #000;
  /* set selected tab link color as desired */
  position: relative;
  top: 1px;
  padding-top: 4px;
  /* must change with respect to padding (X) above and below */
}

ul.tabnav li a,
ul#tabnav li a {
  /* settings for all tab links */
  padding: 3px 4px;
  /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
  border: 1px solid #454545;
  /* set border COLOR as desired; usually matches border color specified in #tabnav */
  background-color: #454545;
  /* set unselected tab background color as desired */
  color: white;
  /* set unselected tab link color as desired */
  margin-right: 0;
  /* set additional spacing between tabs as desired */
  text-decoration: none;
  border-bottom: none;
}

ul.tabnav a:hover,
ul#tabnav a:hover {
  /* settings for hover effect */
  background: #fff;
  /* set desired hover color */
}

#maschinenSonstiges {
  list-style: none;
  padding: 0;
}

#maschinenSonstiges li {
  clear: both;
}

#maschinenSonstiges li p {
  float: left;
  padding: 0;
  margin: 0;
}

#maschinenSonstiges li p.edit {
  width: 20px;
}

#maschinenSonstiges li p.titel {
  padding: 0 10px;
}

#newSonstiges {
  clear: both;
}

#newKat {
  list-style: none;
  padding: 0;
  width: 240px;
  height: 60px;
}

#newKat li label {
  color: #006699;
  float: left;
  width: 110px;
}

#newKat li input {
  width: 120px;
}

#newKat li {
  height: 25px;
  float: right;
}

#katKonfigurieren ul {
  list-style: none;
  padding: 0;
}

#katKonfigurieren ul li {
  clear: both;
  padding: 3px 0;
}

#katKonfigurieren ul li label {
  float: left;
  width: 70px;
  padding-top: 3px;
}

#katKonfigurieren ul li select {
  float: left;
  width: 200px;
  margin-right: 20px;
}

#adminBar {
  height: 20px;
  padding: 10px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.7;
  border-top: 1px #666 solid;
  border-bottom: 1px #666 solid;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}

#adminBar div.bestellungen {
  width: 200px;
  float: right;
  height: 40px;
}

#adminBar div.bestellungen span.bestellungErstellen {
  border: 1px #ED171E solid;
  float: right;
  padding: 2px;
  margin-right: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.offeneBestellungen {
  position: absolute;
  background: #F2F2F5;
  border: 1px solid #39B6EF;
  width: 350px;
  bottom: 30px;
  margin-left: -170px;
  padding: 10px;
  list-style: none;
}

.offeneBestellungen li {
  padding: 3px 15px;
  color: #006699;
  cursor: pointer;
}

.offeneBestellungen li.head {
  padding: 10px 0;
  font-weight: bold;
  font-size: 12px;
  color: #023F5B;
}

.offeneBestellungen li:hover {
  background-color: #BBBBC9;
}

.offeneBestellungen li.head:hover {
  background-color: #F2F2F5;
}

.form1 input {
  width: 200px;
  font-size: 11px;
  padding: 2px 5px;
}

.form1 input.radio {
  width: 20px;
}

.form1 select {
  width: 200px;
  font-size: 11px;
  padding: 0 0 0 5px;
}

input.spinInput {
  width: 55px !important;
}

span.fontTitle {
  color: white;
  font-weight: bold;
  font-size: 9pt;
}

table.auftragsliste {
  clear: both;
  background-color: white;
}

table.auftragsliste td,
table.auftragsliste th {
  width: 115px;
  /* Default */
  color: #000000;
  text-align: left;
}

table.auftragsliste td.icons,
table.auftragsliste th.icons {
  width: 60px;
}

table.auftragsliste td.firma {
  width: 250px;
}

table.auftragsliste td.maschinen {
  width: 170px;
}

table.auftragsliste td.taetigkeiten {
  width: 150px;
}

table.auftragsliste td.bestellnummer {
  width: 150px;
}

table.auftragsliste td.sub {
  width: 75px;
}

table.auftragsliste td.infos {
  width: 250px;
}

.dialogForm {
  list-style: none;
  padding: 0;
  float: left;
}

.dialogForm li {
  float: left;
  clear: left;
  margin: 5px 0;
}

.dialogForm li label {
  float: left;
  width: 130px;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
  color: #006699;
}

.dialogForm label.inline {
  width: inherit;
  float: none;
  font-weight: normal;
}

.dialogForm li input {
  width: 220px;
}

.dialogForm li input[type=checkbox],
.dialogForm li input[type=radio] {
  width: 15px;
}

.dialogForm li select {
  width: 227px;
}

#KonfigurationAbteilungen input[type=text] {
  width: 300px;
}

#generateExcel table {
  background-color: transparent;
}
#generateExcel table tr td label {
  margin-right: 5px;
}

#generateExcel td {
  color: #362b36;
}

.maschinenSucheListe p.title {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 3px;
}

.maschinenSucheListe p.daten span.seriennummer {
  display: inline-block;
  width: 170px;
}

.others {
  background: #fff3c2;
}

#head {
  height: 7%;
}

h1.aufgabenliste, #foot {
  padding: 0 0.5em;
  margin: 0;
  font-size: 4em;
  color: #006699;
}

#foot {
  height: 6%;
  font-size: 3em;
}

.ui-dialog * {
  color: black;
}

ul.hotelKostenuebernahmeMitarbeiterListe {
  padding-left: 250px;
  list-style-type: none;
  margin: 0;
}

ul.hotelKostenuebernahmeMitarbeiterListe li {
  margin: 0;
}

.buttonize {
  cursor: pointer;
  padding: 0.5em;
  padding-left: 22px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border: 1px solid gray;
  background-color: #e1edf3;
  color: black;
  position: relative;
  margin-right: 1em;
}

.buttonize:hover {
  background-color: orange;
}

.buttonize img {
  position: absolute;
  top: 1px;
  left: 3px;
}

p.onPageErrorMessage {
  font-weight: bold;
  font-size: 1.4em;
  color: red;
  text-align: center;
  margin: 0;
}

.invisible {
  display: none;
}

a.serienNummer {
  margin: 0;
  display: block;
  padding: 0.3em 0;
}

.alreadyInUse {
  background-color: #89eabf;
}

ul.maschinenDateien {
  list-style: none;
  border-bottom: 1px solid white;
  width: 250px;
  padding-left: 0;
  padding-bottom: 2px;
}

ul.maschinenDateien .PDF {
  margin-bottom: 8px;
}

ul.maschinenDateien a {
  text-decoration: none;
  vertical-align: sub;
  font-size: 11px;
  font-weight: bold;
}

ul.maschinenDateien img a {
  margin-right: 3px;
}

#resetPrices {
  font-size: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-weight: bold;
}

#resetPrices:hover {
  color: red;
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid white;
  font-size: 13px;
  text-decoration: none;
  background-color: #F5F5F5;
  color: #000;
  cursor: pointer;
}
.btn:hover {
  text-decoration: underline;
}
.btn:visited {
  color: #000;
}

#costumerTable {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
}
#costumerTable tr td:last-of-type {
  text-align: right;
}
#costumerTable .search {
  font-size: 14px;
}
#costumerTable .search div {
  display: inline-block;
}
#costumerTable .search ul {
  margin: 0;
  padding: 0;
}
#costumerTable .search ul li {
  list-style: none;
}
#costumerTable .search input {
  font-size: 14px;
  border: 0;
}
#costumerTable .search input[type=text] {
  padding: 6px;
  margin: 0 15px 0 5px;
}
#costumerTable .search .searchCostumerCheckbox, #costumerTable .search .search-maintenance-contractor {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
#costumerTable .search .searchCostumerCheckbox label, #costumerTable .search .search-maintenance-contractor label {
  padding: 5px;
  cursor: pointer;
}

.customer, .employees {
  margin-top: 10px;
  width: 100%;
}
.customer tr th, .employees tr th {
  color: black;
  font-size: 14px;
  font-weight: bold;
  background: white;
  padding: 3px 5px;
}
.customer tr td, .employees tr td {
  vertical-align: middle;
}
.customer tr td span, .customer tr td a, .employees tr td span, .employees tr td a {
  display: inline-block;
  margin: 5px 10px;
  font-size: 12px;
}
.customer tr td a, .employees tr td a {
  text-decoration: none;
}
.customer tr td a:hover, .employees tr td a:hover {
  text-decoration: underline;
}
.customer tr td:first-of-type img, .employees tr td:first-of-type img {
  width: 75px;
  padding: 4px;
}

.assignedIssues {
  margin-bottom: 25px;
}
.assignedIssues .search {
  float: right;
}
.assignedIssues .timespan {
  display: inline-block;
  margin-left: 10px;
}
.assignedIssues .btn {
  background: #e6e6e6;
}

.article-search label {
  display: inline-block;
  min-width: 87px;
  margin-bottom: 12px;
  font-size: 13px;
}
.article-search input[type=text], .article-search select {
  display: inline-block;
  min-width: 170px;
  padding: 2px;
  border: 0;
  margin-right: 10px;
  font-size: 13px;
  background: #fff;
}
.article-search select {
  min-width: 174px;
}
.article-search input {
  border: 1px;
}

.deleteMessmittel {
  transform: scale(1.5);
}

.print img {
  vertical-align: middle;
}

/*# sourceMappingURL=verwaltung.css.map */
