#red-ui-header {
  background: #bb0820;
  color: #fff;
}
#red-ui-header .button {
  color: #fff;
  border-left: 2px solid #8c0618;
  border-right: 2px solid #8c0618;
}
#red-ui-header .button:hover {
  background: #8c0618;
  border-color: #8c0618;
}
#red-ui-header li .button {
  border-color: #bb0820;
}
#red-ui-header li.open .button {
  background: #8c0618;
  border-color: #8c0618;
}
#red-ui-header ul.red-ui-menu-dropdown {
  background: #8c0618;
}
#red-ui-header ul.red-ui-menu-dropdown li a {
  color: #fff;
}
.red-ui-deploy-button {
  background: #ee3b53;
}
.red-ui-deploy-button:hover {
  background: #8c0618;
}
.red-ui-deploy-button-group.open #btn-deploy-options {
  background: #8c0618 !important;
}
span.red-ui-header-logo span {
  font-family: "Lucida Console", Monaco, monospace;
  font-weight: bold;
  font-size: 14px !important;
}
.editor-tray-toolbar button.primary {
  border-color: #AD1625;
  color: #eee;
  background: #AD1625;
}
.editor-tray-toolbar button.primary:hover:not(.disabled):not(.ui-button-disabled) {
  border-color: #8c0618;
  color: #eee;
  background: #8c0618;
}
.ui-dialog-buttonset button.primary {
  border-color: #AD1625;
  color: #eee;
  background: #AD1625;
}
.ui-dialog-buttonset button.primary:hover:not(.disabled):not(.ui-button-disabled) {
  border-color: #8c0618;
  color: #eee;
  background: #8c0618;
}
