:root {
  background: #dee1e3;
}

body {
  background: #dee1e3;
  margin: 0;
  font-family: 'Arimo', sans-serif;
}

.spacer {
  height: 60px;
}

.innerContent {
  padding: 5px;
}

.panels {
  background: #373b3d;
  min-height: 200px;
  width: 100%;
  max-width: 500px;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-outline-primary {
  background-color: #dee1e3;
  border-color: red;
  color: black;
  border-radius: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.form-control-label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ECF0F5;
}

input[type="text"].loginmask, input[type="password"].loginmask {
  background-color: #373b3d;
  border: none;
  font-weight: bold;
  outline: 0;
  margin-bottom: 20px;
  padding-left: 0px;
  color: #ECF0F5;
}

.login-button {
  padding-right: 0px;
  text-align: right;
  margin-bottom: 25px;
}

.login-btm {
  float: right;
}

.servicetable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.servicetable tr {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: .35em;
}

.servicetable th, .servicetable td {
  padding: 4px;
  text-align: center;
}

@media screen and (max-width: 4000px) {
  .servicetable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .servicetable tr {
    border-bottom: 3px solid #ccc;
    display: block;
    position: center;
    margin-bottom: .625em;
  }
  .servicetable td {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 14px;
    text-align: right;
  }
  .servicetable td::before {
    /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .servicetable td:last-child {
    border-bottom: 0;
  }
}

.servicenumber-btn-open {
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  text-decoration: none !important;
  color: black;
  border: 1px solid #9C0412;
  background-color: #F59BA3;
  text-align: center;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
  white-space: nowrap;
}

.servicenumber-btn-done {
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  text-decoration: none !important;
  color: black;
  border: 1px solid #008000;
  background-color: #7FBF7F;
  text-align: center;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
  white-space: nowrap;
}

a.yellowbox {
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  text-decoration: none !important;
  color: black;
  border: 1px solid orange;
  background-color: yellow;
  text-align: center;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
  white-space: nowrap;
}

.mainmenu {
  margin-top: 5px;
  border-radius: 8px;
  background: #FAFAFF;
  border-left: 6px solid #B4B3FF;
  width: 100%;
  font-weight: bold;
  text-align: left;
}

.processtable {
  width: 100vw;
}

.processtable tr:nth-child(odd) td {
  background: #dee1e3;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}

.processtable tr:nth-child(even) td {
  background: #bfc5c9;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}

.processtable tr:nth-child(even).process_usedItem td {
  background: #e6838b;
}

.processtable tr:nth-child(odd).process_usedItem td {
  background: #f4c8cc;
}

.processtable tr:nth-child(even).process_missedItem td {
  background: #b6efb1;
}

.processtable tr:nth-child(odd).process_missedItem td {
  background: #e2f4c8;
}

.customersearch, .devicesearch {
  width: 100vw;
  font-size: 16px;
}

.ort, .standort {
  float: right;
}

.name, .ort, .geraetename {
  font-family: Verdana;
  color: black;
  font-size: 14px !important;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  margin-right: 10px;
}

.knr, .sn {
  font-size: 14px;
  margin-left: 10px;
}

.str, .stellplatz {
  font-size: 14px;
  margin-left: 10px;
  float: right;
}

.stoerhead {
  background-color: #fff;
  padding: 5px;
}

.stoerhead table {
  font-size: 13px;
}

.stoerhead table table {
  text-align: right;
}

.stoerartikel {
  width: 150px;
  background: #ffc355;
  border: 1px solid red;
  font-weight: bold;
  margin-right: 5px;
}

.header {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
  overflow-y: scroll;
  height: 60px !important;
  overflow: hidden;
  z-index: 10;
  background: #373b3d;
}

.innerHeaderText {
  margin: 16px;
  color: white;
  font: bold 22px Verdana;
  text-align: center;
}

.main {
  margin: 0 auto;
  display: block;
  background: #bfc5c9;
  height: 100%;
  margin-top: 60px;
}

.mainInner {
  display: table;
  height: 100%;
  width: 100%;
  background: #bfc5c9;
  text-align: center;
}

.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1.25px;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  left: 0;
  width: 250px;
  margin-top: 60px;
  z-index: 10000;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  background: #373b3d;
  overflow: hidden;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  border-top: 5px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li {
  list-style: none;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.sidebarMenuInner a {
  text-decoration: none;
}

.sidebarMenuInner li span {
  font-size: 12px;
  display: block;
}

.sidebarMenuInner li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

input[type=checkbox].hamburger {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 22px;
  width: 22px;
}

.spinner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}

.horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -9px;
}

.t_header {
  background-color: #373b3d;
  color: white !important;
}

.t_inner {
  background-color: #bfc5c9 !important;
  color: black;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 0.83;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert a {
  color: white;
  font-weight: bold;
}

.wrapper-sig {
  position: relative;
  width: 95%;
  height: 55%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid dimgrey;
  border-radius: 5px;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.servicedetail {
  border-left: 6px solid #FFB3C0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  width: 100%;
  table-layout: fixed;
}

.servicedetail tr {
  background-color: #FFF0F3;
  padding: .35em;
}

.servicedetail td, .servicedetail th {
  padding: 4px;
  text-align: center;
}

.servicedetail th {
  font-size: .875em;
  text-transform: uppercase;
}

@media screen and (max-width: 4000px) {
  .servicedetail {
    border-radius: 15px;
  }
  .servicedetail thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .servicedetail tr {
    border-bottom: 6px solid #FFB3C0;
    display: block;
    position: center;
    font-size: 14px;
  }
  .servicedetail td {
    border-bottom: 1px solid #FFB3C0;
    display: block;
    font-size: 14px;
    text-align: right;
  }
  .servicedetail td::before {
    /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .servicedetail td:last-child {
    border-bottom: 0;
  }
}

.detailsbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  font-weight: bold;
}

details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background: #FFF6EE;
  border-left: 12px solid #FFC48B;
  padding: 5px;
  color: #000;
  margin-top: 5px;
  border-radius: 5px;
}

details summary {
  font-weight: bold;
}

details .innerdetails {
  background: #FAFAFF;
  border-left: 6px solid #B4B3FF;
}

details button {
  margin-top: 5px;
  border-radius: 5px;
  border-radius: 5px;
  background: #FAFAFF;
  border-left: 6px solid #B4B3FF;
  width: 100%;
  font-weight: bold;
  text-align: left;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: url(../img/formitems/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked + label span {
  background: url(../img/formitems/check_radio_sheet.png) -19px top no-repeat;
}

.collapsible {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-bottom: 1px solid black;
}

.active, .collapsible:hover {
  background-color: #aaa;
}

.content {
  padding: 5px;
  display: none;
  background-color: #fff;
}

.price {
  float: right;
}

.item, .price {
  font-family: Verdana;
  color: black;
  font-size: 14px !important;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  margin-right: 10px;
}

.sub {
  font-size: 14px;
  margin-left: 10px;
}

.itemElement {
  border: solid 2px red;
  border-bottom: 1px;
  list-style: none;
  background-color: #fff;
  cursor: pointer;
}

.usedItem {
  border: solid 2px green;
  border-bottom: 1px;
  list-style: none;
  background-color: darkseagreen;
  cursor: pointer;
}

.missedItem {
  border: solid 2px red;
  border-bottom: 1px;
  list-style: none;
  background-color: palevioletred;
  cursor: pointer;
}

.itemElement:hover {
  background-color: grey;
}

#searchItem, #searchMissingItem {
  background-color: #373b3d;
  color: #fff;
  border: none;
  font-weight: bold;
  width: 100%;
  height: 40px;
  font-size: 15px;
}

input[type="text"], input[type="time"], input[type="number"], input[type="date"] {
  background-color: #373b3d;
  height: 40px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -moz-appearance: textfield;
}

input[type="password"] {
  background-color: #373b3d;
  height: 40px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -moz-appearance: textfield;
  text-align: center;
}

.clockbutton {
  height: 40px;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: grey;
}

.bg-light-footer {
  background: #bfc5c9;
  text-align: center;
}

.footer {
  text-align: center;
}
