.umsErrorMsg {
  color: #fa4e7f;
}
.umsSuccessMsg {
  color: #4ae8ea;
}
.umsInputError {
  border: 1px #fa4e7f solid !important;
}
.toeUpdateQtyButtonsWrapper {
  float: left;
  margin: 4px 0 0 -22px;
}

.toeIncDecButton {
  width: 8px;
  height: 7px;
  background: url('../img/toeIncDec.png') top right no-repeat;
  text-decoration: none;
  cursor: pointer;
  text-indent: -9999px;
}
.toeIncButton {
  margin-bottom: 5px;
  background-position: top left;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0px !important;
  outline: 0;
}
.ui-widget-content input[type='checkbox'] {
  width: 1rem !important;
  height: 1rem !important;
}
.ui-jqgrid-sortable {
  pointer-events: none;
  cursor: default;
}
.ui-jqgrid-sortable span.s-ico {
  display: none !important;
}
