.ppsErrorMsg {
  color: #fa4e7f;
}
.ppsSuccessMsg {
  color: #4ae8ea;
}
.ppsInputError {
  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;
}
.alert i.fa {
  color: #28282a;
}
.alert,
.alert td {
  padding: 15px;
  margin-bottom: 20px;
  /*border: 1px solid transparent;
	border-radius: 4px;*/
  background-color: transparent;
  font-size: 15px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
.alert td .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success,
.alert-success td {
  color: #4ae8ea;
  /*background-color: #dff0d8;
  border-color: #d6e9c6;*/
}
/*.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}*/
.alert-info,
.alert-info td {
  color: #54b1ff;
  /*background-color: #d9edf7;
  border-color: #bce8f1;*/
}
/*.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}*/
.alert-warning,
.alert-warning td {
  color: #e89b07;
  /*background-color: #fcf8e3;
  border-color: #faebcc;*/
}
/*.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}*/
.alert-danger,
.alert-danger td {
  color: #fa4e7f;
  /*background-color: #f2dede;
  border-color: #ebccd1;*/
}
/*.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}*/
