.errorFound,
.errorQuota {
  color: red;
  font-weight: bold;
  margin-bottom: 15px;
}
.WithdrawProduct {
  padding: 15px;
}
.search {
  margin: 15px 0 30px 0;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.search label,
.search input,
.search button {
  margin: 0 5px;
}
.family {
  margin: 15px 0 50px;
}
.familyHeader {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.familyHeader img {
  float: left;
  margin: 0 15px 15px 0;
}
.familyHeader button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.description.long {
  display: none;
}
.status {
  margin: 15px 0;
}
.labels {
  font-weight: bold;
}
.status,
.labels,
.productLine {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.LabelName,
.productName {
  flex: 3;
}
.labelPrice,
.productPrice,
.labelAllowed,
.productAllowed,
.labelUsed,
.productUsed,
.labelAvailable,
.productAvailable,
.labelQuantity,
.productQuantity {
  flex: 1;
  text-align: center;
}
.productsMainBlock button {
  float: right;
  margin-top: 15px;
}
.productLine:nth-child(odd) {
  background: #F9F9F9;
}
@media (max-width: 768px) {
  .familyHeader img {
    width: 100%;
  }
  .LabelName,
  .productName {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.loading-msg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: 50px;
  vertical-align: middle;
  font-size: larger;
  font-weight: bold;
}
.suggestion-families form {
  display: flex;
  justify-content: space-between;
}
.suggestion-family {
  padding: 15px;
  flex-basis: 50%;
}
.suggestion-image img {
  height: auto;
  width: 100%;
}
.suggestion-title {
  font-weight: bold;
}
.suggestion-button-wrapper {
  text-align: right;
}
