/* Primary Colors */
/* Secondary Colors */
/* Derivative Colors */
/*! Atlassian UI and the Atlassian Design Guidelines are created by Atlassian. See https://developer.atlassian.com/display/AUI/ and https://developer.atlassian.com/design/ for license details. */
.clear {
  clear: both;
}
.hidden,
form.aui .hidden,
form.aui .field-group.hidden,
form.aui fieldset.hidden {
  display: none;
}
.assistive,
form.aui legend.assistive {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* light shadow for use on dropdowns, inline dialogs */
.aui-box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
/* dialog no longer gets shadow - "blanket is the shadow" */
.aui-dialog.aui-box-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
