/* 
Autexis Colors
#003859  - autexis blue
#449D2A  - autexis green
shades:
    darker: #2D681C
*/

#red-ui-header .red-ui-deploy-button {
    background: #449D2A; /* Autexis green */
}

#red-ui-header .red-ui-deploy-button:hover {
    background: #2D681C; /* Autexis green darker shade */
}

.red-ui-tray-toolbar button.primary {
    border-color:#449D2A;
    background:#449D2A
}

.red-ui-tray-toolbar button.primary:not(.disabled):not(.ui-button-disabled):hover {
    border-color:#2D681C;
    background:#2D681C;
}

/**
 * Changes for midnight theme: less agressive colors
 */
.red-ui-editor .ace_scroller, .red-ui-editor-dialog .ace_scroller {
  background-color: #2a2c33;
}

.red-ui-flow-node {
  stroke: #2f3034;
}

.red-ui-palette-node {
  border-color: #2f3034;
}
