/* CloudStack custom UI color override: primary buttons -> #FF5800 */
.ant-btn-primary,
.ant-btn-primary:focus,
.ant-btn-primary.focus,
.ant-btn-primary:hover,
.ant-btn-primary:active,
.ant-btn-primary.active,
.ant-btn-primary:not(:disabled):not(.disabled):active,
.ant-btn-primary:not(:disabled):not(.disabled).active,
.ant-btn-primary[disabled],
.ant-btn-primary.disabled {
  background-color: #FF5800 !important;
  border-color: #FF5800 !important;
  color: #fff !important;
}

.ant-btn-primary:hover,
.ant-btn-primary:focus,
.ant-btn-primary.focus {
  background-color: #ff6a1f !important;
  border-color: #ff6a1f !important;
}

.ant-btn-primary:active,
.ant-btn-primary.active,
.ant-btn-primary:not(:disabled):not(.disabled):active,
.ant-btn-primary:not(:disabled):not(.disabled).active {
  background-color: #e84f00 !important;
  border-color: #e84f00 !important;
}

.ant-btn-link,
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  color: #FF5800 !important;
}

.ant-btn-background-ghost.ant-btn-primary,
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus,
.ant-btn-background-ghost.ant-btn-primary:active {
  border-color: #FF5800 !important;
  color: #FF5800 !important;
}
