/* ECNChat 7.0J - Final Away button/cup controller */
.userRow.ecn70jAway {
  opacity: .62 !important;
  color: #777 !important;
  font-style: italic !important;
}

.userRow.ecn70jAway img,
.userRow.ecn70jAway .roleIcon {
  display: none !important;
}

.ecn70jCup {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  text-align: center;
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
}

button.ecn70jAwayActive,
input.ecn70jAwayActive {
  background: linear-gradient(#fff7ce,#ffd86d) !important;
  color: #604600 !important;
  border-color: #d0a92c !important;
  font-weight: bold !important;
}
