

.gxeMultiplicityTools > .gxeIcon {
  display: inline-block;
  margin: 6px 2px;
  padding: 2px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
  background-position: center; 
  background-repeat: no-repeat;
}

.gxeDisabledIcon {
  opacity: 0.3;
}

.gxeValidationIcon {
  cursor: pointer;
}

.gxeIconSuccess, .gxeIconWarning, .gxeIconError {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.gxeIconSuccess {
  background-color: #2E8B57;
}
.gxeIconWarning {
  background-color: #FFCC00;
}
.gxeIconError {
  background-color: #FF0000;
}

.gxeIconInfo {
  background-image: url("images/gxe-info.png");
}
.gxeIconMoveDown {
  background-image: url("images/gxe-move-down.png");
}
.gxeIconMoveLeft {
  background-image: url("images/gxe-move-left.png");
}
.gxeIconMoveRight {
  background-image: url("images/gxe-move-right.png");
}
.gxeIconMoveUp {
  background-image: url("images/gxe-move-up.png");
}
.gxeIconRemove {
  background-image: url("images/gxe-remove.png");
}
.gxeIconRepeat {
  background-image: url("images/gxe-repeat.png");
}
.gxeIconSearch {
  background-image: url("images/Search16.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 16px;
  height: 16px;
}
.gxeIconWorking {
}

