@charset "UTF-8";
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

.container.content {
  min-height: 600px;
}

.price-input .input-wrapper-inner,
.percentage-input .input-wrapper-inner {
  padding-left: 30px;
}
.price-input .input-wrapper-inner::after,
.percentage-input .input-wrapper-inner::after {
  content: "€";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5);
}

.percentage-input .input-wrapper-inner::after {
  content: "%";
}

.c33 {
  width: 33%;
  float: left;
  display: block;
}

.c100-float {
  width: 100%;
  float: left;
}

.input-wrapper-inner {
  min-height: 44px;
}

.stock-input {
  display: none !important;
}

.document-collection-list {
  max-height: 69vh;
  overflow: auto;
}
.document-collection-list li {
  padding: 5px 10px 15px;
  border-left: solid 5px green;
}
.document-collection-list li .actions {
  position: absolute;
  right: 15px;
  top: 5px;
}
.document-collection-list li strong {
  font-weight: inherit;
  color: green;
}
.document-collection-list li.position-item {
  padding-left: 90px;
}
.document-collection-list li.position-item .amount {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 100%;
  text-align: center;
}
.document-collection-list li.position-item .amount input {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  height: 100%;
  background: #ddd;
  color: #333;
}
.document-collection-list li.position-item .amount input:disabled {
  background: #333;
  color: #ddd;
}
.document-collection-list li.stock-position-item .amount-stock {
  width: 150px !important;
  display: flex;
}
.document-collection-list li.stock-position-item .amount-stock input {
  width: 50% !important;
}
.document-collection-list li.private, .document-collection-list li.warning {
  border-left: solid 5px red;
}

.workspace-editor .document-collection-list > li.private {
  display: none;
}

.notices .input-wrapper-inner::before {
  display: none;
}
.notices .chosen-container, .notices .input-type-text .input-wrapper {
  position: relative;
}
.notices .chosen-container::before, .notices .input-type-text .input-wrapper::before {
  content: " ";
  display: block;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.input-type-hiddenvalue .input-wrapper-inner::before {
  content: " ";
  display: block;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.input-type-positions .document-collection-list, .input-type-stocktakingpositions .document-collection-list, .input-type-stockpositions .document-collection-list {
  max-height: 100% !important;
}
.input-type-positions .search-result-item.success, .input-type-stocktakingpositions .search-result-item.success, .input-type-stockpositions .search-result-item.success {
  background: #fff;
}
.input-type-positions .search-result-item.success::after, .input-type-stocktakingpositions .search-result-item.success::after, .input-type-stockpositions .search-result-item.success::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  text-align: center;
  font-size: 14px;
}
.input-type-positions .search-result-item.success:hover, .input-type-stocktakingpositions .search-result-item.success:hover, .input-type-stockpositions .search-result-item.success:hover {
  color: rgba(0, 0, 0, 0.5);
}
.input-type-positions .search-result-item.success:hover::before, .input-type-stocktakingpositions .search-result-item.success:hover::before, .input-type-stockpositions .search-result-item.success:hover::before {
  display: none;
}
.input-type-positions .search-result-item.success:hover::after, .input-type-stocktakingpositions .search-result-item.success:hover::after, .input-type-stockpositions .search-result-item.success:hover::after {
  color: #fff;
}
.input-type-positions .searchbox-wrapper, .input-type-stocktakingpositions .searchbox-wrapper, .input-type-stockpositions .searchbox-wrapper {
  position: relative;
}
.input-type-positions .searchbox-wrapper::after, .input-type-stocktakingpositions .searchbox-wrapper::after, .input-type-stockpositions .searchbox-wrapper::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
  right: 5px;
  top: 50%;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transform: translate(-50%, -50%);
  animation: none;
}
.input-type-positions .searchbox-wrapper::before, .input-type-stocktakingpositions .searchbox-wrapper::before, .input-type-stockpositions .searchbox-wrapper::before {
  content: " ";
  display: block;
  height: 3px;
  background: #ccc;
  width: 95%;
  position: absolute;
  bottom: 0;
  z-index: 30;
}
.input-type-positions .searchbox-wrapper:hover::before, .input-type-stocktakingpositions .searchbox-wrapper:hover::before, .input-type-stockpositions .searchbox-wrapper:hover::before {
  width: 100%;
}
.input-type-positions .searchbox-wrapper .popover-editor, .input-type-stocktakingpositions .searchbox-wrapper .popover-editor, .input-type-stockpositions .searchbox-wrapper .popover-editor {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.input-type-positions .searchbox-wrapper input, .input-type-stocktakingpositions .searchbox-wrapper input, .input-type-stockpositions .searchbox-wrapper input {
  z-index: 20;
}
.input-type-positions .searchbox-wrapper ul, .input-type-stocktakingpositions .searchbox-wrapper ul, .input-type-stockpositions .searchbox-wrapper ul {
  position: absolute;
  top: 100%;
  left: 15px;
  background: #fff;
  z-index: 10;
  border-radius: 0;
  min-width: 200px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.input-type-positions .searchbox-wrapper ul li::after, .input-type-stocktakingpositions .searchbox-wrapper ul li::after, .input-type-stockpositions .searchbox-wrapper ul li::after {
  display: inline-block;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  float: right;
}
.input-type-positions li .handle, .input-type-stocktakingpositions li .handle, .input-type-stockpositions li .handle {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  text-align: right;
}
.input-type-positions .document-collection-item, .input-type-stocktakingpositions .document-collection-item, .input-type-stockpositions .document-collection-item {
  position: relative;
}
.input-type-positions .document-collection-item.ui-sortable-helper, .input-type-stocktakingpositions .document-collection-item.ui-sortable-helper, .input-type-stockpositions .document-collection-item.ui-sortable-helper {
  border-radius: 10px;
  transform: scale(1.05);
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.input-type-positions .document-collection-item.ui-sortable-helper::before, .input-type-stocktakingpositions .document-collection-item.ui-sortable-helper::before, .input-type-stockpositions .document-collection-item.ui-sortable-helper::before {
  opacity: 0;
}
.input-type-positions .document-collection-item.ui-sortable-placeholder, .input-type-stocktakingpositions .document-collection-item.ui-sortable-placeholder, .input-type-stockpositions .document-collection-item.ui-sortable-placeholder {
  opacity: 0.3 !important;
  visibility: visible !important;
  margin: 0;
}
.input-type-positions .grid.responsive, .input-type-stocktakingpositions .grid.responsive, .input-type-stockpositions .grid.responsive {
  background: #eee;
  padding: 10px;
  border-radius: 0;
  margin-top: 10px;
}

.ordernote-head {
  padding: 0 0 5px;
  font-size: 14px;
  color: #555;
  overflow: hidden;
  font-weight: 600;
}
.ordernote-head span {
  width: 23%;
  display: inline-block;
  padding: 0.5em 0.5em 0em 0.5em;
}
.ordernote-head span.last-spacer {
  width: 8%;
}

.ordernote-items .position-item {
  padding: 5px 10px 5px !important;
}
.ordernote-items .position-item .item-keyword {
  display: flex;
}
.ordernote-items .position-item .item-keyword > div {
  width: 23%;
}
.ordernote-items .position-item .item-keyword > div.ordernote-input:nth-of-type(3) {
  margin: 0 5px;
}
.ordernote-items .position-item .item-keyword > div.ordernote-input.ordernote-check {
  width: 8% !important;
}
.ordernote-items .position-item .item-keyword > div.ordernote-input.ordernote-check input {
  -moz-appearance: checkbox !important;
       appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}
.ordernote-items .position-item .item-keyword > div.ordernote-input input, .ordernote-items .position-item .item-keyword > div.ordernote-input div {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  height: 100%;
  background: #ddd;
  color: #333;
}
.ordernote-items .handle {
  display: none;
}

.page-eifelfrisch-inventory-delivery-notes .grid:last-of-type > h1, .page-eifelfrisch-storage-order-notes .grid:last-of-type > h1, .page-eifelfrisch-storage-return-order-notes .grid:last-of-type > h1, .page-eifelfrisch-storage-cancellation-order-notes .grid:last-of-type > h1 {
  display: none;
}
.page-eifelfrisch-inventory-delivery-notes #workspace_create, .page-eifelfrisch-storage-order-notes #workspace_create, .page-eifelfrisch-storage-return-order-notes #workspace_create, .page-eifelfrisch-storage-cancellation-order-notes #workspace_create {
  pointer-events: none !important;
  display: none !important;
}

.disabled-notice {
  display: block;
  background-color: #d43834;
  color: #fff;
  text-align: center;
  padding: 1em;
  margin: 0 0 1em 0;
}

.ordernote-notice {
  padding: 1em;
  display: block;
  background-color: #4cccb7;
  text-align: center;
  color: #fff;
  margin: 0 0 1em 0;
}
.ordernote-notice > a {
  display: block;
}
.ordernote-notice:hover {
  background-color: #2d9e8c;
}

.disabled-editor {
  pointer-events: none !important;
  z-index: -1;
}

.input-wrapper input, .input-wrapper select, .input-wrapper textarea {
  font-size: 14px;
}

.checkbox-wrapper {
  display: flex;
}

.ds {
  width: 100% !important;
}
.ds::before {
  background: #252928 url("../img/background.png");
  opacity: 0.2;
}
.ds .grid-meta {
  display: none;
}
.ds .main-menu .menu-wrapper > ul > .menu-item.has-sub.open, .ds .main-menu .menu-wrapper > ul > .menu-item.has-sub:hover, .ds .main-menu.closed .menu-wrapper > ul > .menu-item.has-sub.open, .ds .main-menu.closed .menu-wrapper > ul > .menu-item.has-sub:hover,
.ds .main-menu .menu-wrapper > ul > .menu-item.has-sub a, .ds .main-menu.closed .menu-wrapper > ul > .menu-item.has-sub a,
.ds .main-menu .menu-wrapper > ul > .menu-item.has-sub ul, .ds .main-menu.closed .menu-wrapper > ul > .menu-item.has-sub ul,
.ds .grid-content,
.ds .content-box,
.ds .content-box > .list, .ds .content-box > .list-media,
.ds .button-box,
.ds .button-wrapper .btn, .ds .button-wrapper button {
  border-radius: 0;
}
.ds .content-box > .list, .ds .content-box > .list-media {
  padding-bottom: 15px;
}

.highlight > i {
  margin-right: 10px;
}

.grid-head > h3 {
  display: none;
}

.grid.responsive > .c25 {
  max-width: 600px;
  width: 50% !important;
}

@media all and (min-width: 992px) {
  .grid.responsive > .c25 {
    width: 25% !important;
  }
}
.filter-results {
  margin: 2em 1em;
}
.filter-results .filter-results--headline {
  font-size: 2em;
  font-weight: 500;
}
.filter-results .filter-results--table table {
  width: 100%;
  text-align: center;
}
.filter-results .filter-results--table table th {
  font-weight: 700;
}
.filter-results .filter-results--table table .success {
  background-color: #4BB543;
  color: #fff;
}
.filter-results .filter-results--table table .error {
  background: red;
  color: #fff;
}

.empty-item {
  display: none !important;
}

.empty-template {
  display: none !important;
}

.chosen-drop {
  max-height: 500px;
  overflow-y: scroll;
}

.stock-info {
  text-align: center;
  padding: 1rem;
}

.custom-box {
  background-color: #fff;
  padding: 20px !important;
}
.custom-box .custom-box--filters .filter-header {
  display: flex;
}
.custom-box .custom-box--filters .filter-header .filter-option.filter-option--full .checkbox-wrapper {
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.custom-box .custom-box--filters .filter-header .filter-option .datePicker {
  font-size: 16px;
}
.custom-box .custom-box--filters .filter-header .filter-option .chosen-drop {
  max-height: 300px;
  overflow-y: scroll;
}
.custom-box .custom-box--form input {
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 2px solid;
  margin-bottom: 30px;
}
.custom-box .custom-box--form .form-flex--wrapper {
  display: flex;
  flex-direction: column;
}
.custom-box .custom-box--message {
  font-size: 18px;
}
.custom-box .custom-box--message .custom-box--headline {
  text-align: center;
}
.custom-box .custom-box--message .custom-box--headline small {
  font-size: 65%;
  display: block;
}
.custom-box .custom-box--message .custom-box--entries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.custom-box .custom-box--message .custom-box--entries .custom-box--entry {
  text-align: center;
  border: 1px solid;
  margin-bottom: 15px;
  width: 30%;
}
.custom-box .custom-box--message .custom-box--entries .custom-box--entry > a {
  word-break: break-all;
  display: block;
  padding: 15px;
  color: #ff7986;
  transition: all ease 500ms;
}
.custom-box .custom-box--message .custom-box--entries .custom-box--entry > a:hover {
  color: #fff;
  background-color: #ff7986;
}

.searchbox-wrapper .searchbox {
  font-weight: bold !important;
  font-size: 20px !important;
}

.visible-overflow {
  overflow: visible !important;
}

.item-message {
  display: none;
}

.document-collection-list {
  min-height: 75px !important;
}

.deadline-passed .item-message {
  display: inline-block !important;
  color: red;
  font-weight: bold;
  margin-left: 4px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0px, -50%);
}
.deadline-passed .handle {
  display: none !important;
}

.relation-select textarea {
  overflow: hidden;
  height: 0px !important;
  min-height: 0px !important;
  margin: 0;
  padding: 0;
  border: 0;
}
.relation-select .relation-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.relation-select .relation-item .addRelation {
  margin-top: 15px;
}
.relation-select .relation-item > div {
  width: 69% !important;
  max-width: 69% !important;
}
.relation-select .relation-item > div:first-of-type {
  width: 29% !important;
  max-width: 29% !important;
}
.relation-select .relation-item .chosen-single {
  display: flex;
  height: 63px;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .custom-box .custom-box--filters .filter-header .filter-option {
    width: 25%;
  }
  .custom-box .custom-box--filters .filter-header .filter-option.filter-option--full {
    display: flex;
    width: 25%;
  }
  .c75 {
    width: 100% !important;
  }
}
@media screen and (min-width: 996px) {
  .c75 {
    width: 75% !important;
  }
}
.input-type-stocktaking-positions .document-collection-list {
  max-height: 100% !important;
}
.input-type-stocktaking-positions .document-collection-list .position-item {
  padding-left: 170px;
  border-bottom: solid 1px #eee;
}
.input-type-stocktaking-positions .document-collection-list .position-item .amount {
  width: 80px;
  transition: all 0.3s;
}
.input-type-stocktaking-positions .document-collection-list .position-item .amount::after {
  display: block;
  content: "SOLL";
  position: absolute;
  left: 5px;
  top: 2px;
  font-size: 12px;
  color: #aaa;
}
.input-type-stocktaking-positions .document-collection-list .position-item .amount input {
  text-align: left;
  padding: 20px 5px 15px;
}
.input-type-stocktaking-positions .document-collection-list .position-item .amount-actual {
  left: 80px;
  transition: all 0.3s;
  border-left: solid 2px #aaa;
}
.input-type-stocktaking-positions .document-collection-list .position-item .amount-actual::after {
  content: "IST";
}
.input-type-stocktaking-positions .document-collection-list .position-item .amount-actual input {
  text-align: left;
}
.input-type-stocktaking-positions .placeholder {
  display: none;
}
.input-type-stocktaking-positions .placeholder.loading {
  display: block;
}
.input-type-stocktaking-positions .document-collection-item {
  opacity: 0.5;
  transition: all 0.3s;
}
.input-type-stocktaking-positions .document-collection-item::after, .input-type-stocktaking-positions .document-collection-item::before {
  display: none !important;
}
.input-type-stocktaking-positions .document-collection-item .pointer--decrease, .input-type-stocktaking-positions .document-collection-item .pointer--increase {
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  background: #eee;
  border-radius: 0;
  line-height: 55px;
  font-size: 30px;
}
.input-type-stocktaking-positions .document-collection-item .pointer--decrease {
  left: 0;
}
.input-type-stocktaking-positions .document-collection-item .pointer--increase {
  right: 0;
}
.input-type-stocktaking-positions .document-collection-item.state--pointed-at {
  opacity: 1;
  padding-left: 220px;
  padding-right: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.input-type-stocktaking-positions .document-collection-item.state--pointed-at .pointer--decrease, .input-type-stocktaking-positions .document-collection-item.state--pointed-at .pointer--increase {
  width: 50px;
}
.input-type-stocktaking-positions .document-collection-item.state--pointed-at .pointer--decrease:hover, .input-type-stocktaking-positions .document-collection-item.state--pointed-at .pointer--increase:hover {
  background: #84BD00;
  color: #fff;
}
.input-type-stocktaking-positions .document-collection-item.state--pointed-at .amount {
  font-size: 28px;
  left: 50px;
}
.input-type-stocktaking-positions .document-collection-item.state--pointed-at .amount-actual {
  left: 130px;
}

@media all and (max-width: 768px) {
  .workspace > .c25,
  .workspace > .c75 {
    width: 100% !important;
    max-width: none !important;
  }
}
.document-collection.loading {
  background: #eee;
}
.document-collection.loading > * {
  filter: none;
}
.document-collection.loading button {
  opacity: 0;
}
.document-collection.loading .document-collection-list {
  display: none;
}

.input-type-stocktakingpositions .progress-bar {
  left: 50%;
  height: 15px;
  width: 200px;
  bottom: 0;
  top: auto;
  border-radius: 10px;
  transform: translateX(-50%);
}
.input-type-stocktakingpositions .progress-bar .progress {
  width: 0;
}

.input-type-collection.compact .input-wrapper-inner > .grid > .c50 {
  width: 100% !important;
}
.input-type-collection.compact .input-wrapper-inner .document-collection-list {
  max-height: 150px;
  overflow: auto;
}
.input-type-collection.compact .document-collection-item .actions {
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
.input-type-collection.compact .document-collection-item .actions > div {
  margin-bottom: 0;
}
.input-type-collection.compact .document-collection-item .handle {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inventory-table {
  margin-top: 1rem;
}

.vehicle-values {
  display: flex;
  justify-content: space-evenly;
  border: 1px solid #000;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
}
.vehicle-values div {
  font-size: 1.5rem;
}
.vehicle-values div .headline {
  font-weight: bold;
  margin-right: 15px;
}
.vehicle-values div .price {
  display: block;
}

.dataTables_length label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 10px 0 20px;
}
.dataTables_length .chosen-container {
  width: 100px !important;
  clear: both;
  position: relative;
  background: #eee;
  padding: 0 10px;
  margin: 0 10px;
  height: 38px;
}

.deadlines-editor {
  flex-direction: row;
  flex-wrap: nowrap;
}

.input-type-deadlineeditor .input-label {
  padding-bottom: 15px;
}/*# sourceMappingURL=custom-styles.css.map */