.edit-price-modal-wrapper {
  font-family: 'Microsoft YaHei';
}
.edit-price-modal-wrapper .dx-texteditor-input {
  height: 32px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.edit-price-modal-wrapper .dx-texteditor-input:hover,
.edit-price-modal-wrapper .dx-texteditor-input:focus {
  outline: none;
  border-color: #7d7d7d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
}
.edit-price-modal-wrapper .modal-header {
  background-color: #f2f2f2;
}
.edit-price-modal-wrapper .modal-title {
  font-weight: bold;
}
.edit-price-modal-wrapper .form-horizontal .form-group {
  margin-left: 15px;
  margin-right: 15px;
}
.edit-price-modal-wrapper .form-horizontal .control-label {
  font-weight: normal;
}
.edit-price-modal-wrapper .form-horizontal .subtotalforFinalPayment {
  width: 20em;
}
