.gw-stock-guard-disabled,
button.gw-stock-guard-disabled,
a.gw-stock-guard-disabled,
.btn.gw-stock-guard-disabled {
  background: #9b9b9b !important;
  border-color: #8b8b8b !important;
  color: #ffffff !important;
  cursor: not-allowed !important;
  opacity: 0.78 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  pointer-events: auto !important;
  user-select: none !important;
}

.gw-stock-guard-disabled:hover,
.gw-stock-guard-disabled:focus,
.gw-stock-guard-disabled:active {
  background: #9b9b9b !important;
  border-color: #8b8b8b !important;
  color: #ffffff !important;
  outline: none !important;
}

.gw-stock-guard-disabled .gw-stock-guard-label {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
}

.gw-stock-guard-alert {
  margin-top: 12px;
  position: relative;
  z-index: 1000;
}
