.btn-plus
{
  float: right;
  font-size: 25px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.btn-heading {
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 3px 12px;
}

.select2-results {
  max-height: 400px;
}

.labeling,
.atWell,
.addCrate,
.bestellt,
.geliefert {
  cursor: pointer;
}


@media screen and (max-device-width: 1024px) {
  .table>tbody>tr>td {
    line-height: 4;
  }
  .select2-results .select2-result-label {
    min-height: 4em;
    font-size: 20px;
  }
}

.addAllBtn {
  padding: 0 1px;
  margin-left: 10px;
}

#modalBestellungen {}

#ui-datepicker-div {
  z-index: 2000 !important;
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
}
