.iframe {
  height: auto;
}

/* --- Red color for AOZ --- */
html .ui-dialog .ui-dialog-titlebar {
  background-color: #a51a0f !important;
}

.ui-widget-content a {
  color: #a51a0f;
}

a {
  color: #a51a0f;
  text-decoration: underline;
}

.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default {
  border: 1px solid #a51a0f;
  color: #ffffff;
  background: #a51a0f
}

html button.ui-button.ui-state-hover, html .ui-button.ui-state-hover, html button.ui-button.ui-state-focus, html .ui-button.ui-state-focus {
  border: 1px solid #a51a0f;
  color: #a51a0f;
  background: #ffffff
}

html button.ui-button.secondary-button, html .ui-button.secondary-button {
  border: 1px solid #a51a0f;
  background: #ffffff;
  color: #a51a0f;
}

html button.ui-button.secondary-button.ui-state-hover, html .ui-button.secondary-button.ui-state-hover, html button.ui-button.secondary-button.ui-state-focus, html .ui-button.secondary-button.ui-state-focus {
  border: 1px solid #a51a0f;
  background: #a51a0f;
  color: #ffffff;
}

html .ui-selectonemenu .ui-selectonemenu-trigger {
  border: 1px solid #a51a0f;
  color: #ffffff;
  background: #a51a0f;
}

html .ui-selectonemenu .ui-selectonemenu-trigger.ui-state-hover {
  border: 1px solid #a51a0f; /*#dfdfdf grey*/
  color: #a51a0f;
  background: #ffffff;
}
