.sum_str {
  position: relative;
  white-space: nowrap;
  padding-right: 0px;
  line-height: 1;
}
.sum_str .vat {
  position: absolute;
  right: -7px;
  top: -8px;
  border: #60C357 solid 1px;
  border-radius: 3px;
  text-align: center;
  font-size: 8px !important;
  line-height: 1;
  padding: 0px 2px;
  color: #60C357;
  font-weight: 600;
  letter-spacing: 1px;
}
.sum_str .vat:before {
  content: "VAT";
}
.sum_str .vat.no {
  right: -3px;
  color: #B81919;
  border-color: #B81919;
}
.sum_str .vat.no:before {
  content: "VAT free";
}
@media (min-width: 600px) {
  td .sum_str.dsp-vat {
    position: relative;
    top: 5px;
  }
  span.input .sum_str {
    top: 0px;
  }
}
.sum_str .sum-value {
  margin-right: 1px;
}
.sum_str .sum-value small {
  align-self: flex-end;
}
.toe {
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 100%;
  white-space: nowrap;
  display: inline-block;
}
td .toe {
  display: block !important;
  max-width: 100%;
}
.popup_warn {
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  color: #C62929;
  display: none;
  position: absolute;
  background: white;
  border: #C62929 solid 1px !important;
  border-radius: 7px;
  padding: 5px 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
  top: 40px;
}
.popup_warn span {
  color: #C62929 !important;
  font-weight: 500;
}
.popup_warn-trigger:hover .popup_warn {
  display: block;
}
