/* @page {
  @top-right {
    content: "Seite " counter(page) " von " counter(pages);
  }
} */


html, body{
  height:100%;
}
body {
  display: flex;
  flex-direction: column;
}
.footer{
  flex-shrink:0;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

nav {
  background-color: white;
  margin-bottom: 1%;
}

.do-print {
  display: none;
}

.row > button {
  width:auto !important;
}

@media print {
  nav, .no-print {
    display: none;
  }
  .do-print {
    display: block;
  }
  body {
    background-color: white;
  }
  a {
    text-decoration: none !important;
  }
}

.dropdown-toggle::after {
  margin-top: 0.6em !important;
}

th {
  background-color: rgb(240, 240, 240) !important;
}

table.sortable>thead {
  cursor: pointer;
}

th:hover {
  background-color: rgb(228, 228, 228);
}

th>a {
  text-decoration: none !important;
  color: black;
}

.zoom {
  /* padding: 25px; */
  width: 6vh !important;
  height: 6vh !important;
  transition: transform 0.2s;
  /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(4);
}

/* Pie charts consist of solid slices where you can use this selector to override the default style. */

div.yesno .ct-series-a .ct-slice-pie {
  /* fill of the pie slieces */
  fill: rgb(139, 196, 65) !important;
}

div.yesno .ct-series-b .ct-slice-pie {
  /* fill of the pie slieces */
  fill: rgb(255, 79, 73) !important;
}

#checkSign {
  padding-top: 0.25em;
}

#btn_go_instruction {
  color: white;
}