﻿.updating-true {
  vertical-align: middle;
  justify-content: center;
  align-content: center;
}
.updating-false {
  vertical-align: middle;
  align-content: center;
  justify-content: center;
}
.calculation table th {
  height: 31px;
}
.calculation table tbody td.name {
  min-width: 150px;
  padding-right: 5px;
}
.calculation table tbody td.selectable {
  /*width: 300px;*/
}
.calculation table tbody td.price {
  width: 70px;
}
.calculation table tbody td.amount {
  width: 70px;
}
.calculation table tbody td.total {
  width: 70px;
}
.calculation table tbody td input {
  height: 26px;
  padding: 1px 3px 1px 1px;
}
.calculation table tbody td input[type='text'] {
  width: 70px;
  text-align: right;
}
.calculation input[type="text"] {
  width: 70px;
  text-align: right;
  border: 1px solid #ABADB3;
  height: 26px;
  padding-right: 3px;
}
input[type="button"] {
  width: 155px;
  border: 0px;
  height: 31px;
  text-align: center;
  padding: 0px 0px;
  color: white;
  background-color: white;
  background-image: url(images/btnOrderSpareParts.gif);
  background-repeat: no-repeat;
  background-size: contain;
}
/*# sourceMappingURL=Calculation.css.map */