.hidden {
  display: none;
}
.error-message {
  color: lightcoral;
}
.card {
  overflow-x: auto;
}
.swal2-show {
  font-size: 22px;
}
.card-title {
  font-weight: 550;
  line-height: 1.5;
}
.actions {
  text-align: right;
}
.actions {
  box-sizing: content-box;
}
.actions.one-action {
  min-width: 50px;
}
.actions.two-action {
  min-width: 100px;
}
.actions.three-action {
  min-width: 150px;
}
.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}
.card-main {
  background-color: rgba(150,234,255, 0.3);
}
.card-main li {
  background-color: initial;
}
.table thead th {
  border-bottom: none;
}
#beobachter,
#hauptpruefer,
#nebenpruefer {
  margin: 0;
  min-height: 250px;
}
#beobachter ul,
#hauptpruefer ul,
#nebenpruefer ul {
  list-style-type: none;
  background: #eee;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  min-height: 200px;
  margin-top: 0.5rem;
}
#beobachter li,
#hauptpruefer li,
#nebenpruefer li {
  margin: 5px;
  padding: 5px;
  cursor: grab;
  border-radius: 5px;
  -webkit-transition: box-shadow .2s ease;
  -moz-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
}
#beobachter li {
  float: left;
}
.ui-state-move {
  background: #fff;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.75);
}
.ui-state-haupt {
  background: #459A70;
  color: white;
}
.ui-state-neben {
  background: #69C088;
  color: black;
}
.select2-container {
  display: inherit;
}
.select2-container--default .select2-green .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-green .select2-results__option--highlighted[aria-selected]:hover,
.select2-green .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-green .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #6FC288;
}
.select2-container--default .select2-green .select2-selection--multiple .select2-selection__choice,
.select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #459A70;
}
.btn.bg-gradient-primary {
  color: white;
}
.btn.bg-gradient-danger {
  color: white;
}
.fake-label {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.custom-file-label {
  overflow: hidden;
}
.custom-file-label::after {
  content: "Suchen";
}
.filefield.custom-file {
  margin-bottom: 1rem;
}
.durchgestrichen {
  text-decoration: line-through;
}
.fas.fa-times {
  color: #dc3545;
}
.fas.fa-star, .far.fa-star {
  color: #caab13;
  cursor: pointer;
}
.timeline-body {
  overflow: hidden;
}
.timeline-footer.justify-content-between {
  display: flex;
}
.timeline-zusatzinfos {
  float: right;
  background-color: #95c590;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px;
  -moz-box-shadow: 0px 0px 5px;
  box-shadow: 0px 0px 5px;
  padding: 5px;
  font-size: 0.8em;
  min-width: 100px;
  max-width: 300px;
  min-height: 50px;
  margin-left: 5px;
}
.timeline-zusatzinfos td {
  padding: 3px;
  vertical-align: top;
}
.timeline-zusatzinfos h4 {
  font-size: inherit;
  font-weight: 550;
}
.kommentare {
  margin: 15px 15px 0 100px; font-size: 0.9rem;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.kommentare .card-header {
  padding: 0.2rem 1.25rem;
}
.kommentare .autor {
  color: #999;
  float: right;
  font-size: 12px;
  padding: 4px 0;
}
.kommentare .card-header a {
  line-height: 1;
  padding: 0.375rem 0.5rem;
  font-size: 0.7rem;
}
div.card-body div.filter {
  text-align: right;
  padding: 1.25rem 1.25rem 0 0;
}
div.card-body div.filter label {
  font-weight: normal;
}
div.card-body div.filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
.input_hint {
  display: block;
  color: grey;
  margin-bottom: 10px;
  padding-left: 5px;
}
.scrollTopButton {
  display: none;
  font-size: 18px;
  cursor: pointer;
}

.scrollTopButtonWrapper {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.dataTables_wrapper .row {
  position: relative;
}

div.dataTables_wrapper div.dataTables_info {
  position: absolute;
  top: 20%;
  font-size: 12px;
  padding-top: initial;
}

.pagination {
  padding: 0.75rem;
}
.dataTables_paginate > ul > li > a {
  font-size: 12px;
  padding: 0.2rem 0.35rem;
}

.user-panel img,
.profilbild {
  max-height: 2.1rem;
}
.profilbild {
  max-width: 2.1rem;
}
.nav-logout {
  position: absolute;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0.8rem;
  color: grey;
}

.bg-magenta {
  background-color: #ff00ff;
}
.bg-grey {
  background-color: #808080;
}
.bg-aquamarine {
  background-color: #7fffd4;
}

.lable-info {
  font-size: 0.7em;
  position: relative;
  top: -5px;
}

.c3po-explains {
  float: right;
}

.logo_big {
  z-index: 1037;
  position: fixed;
  top: 48px;
  left: 10px;
}
.logo_big > img {
  width: 300px;
}
