.ghx-avatar-img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  min-width: 32px;
  cursor: default;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.ghx-avatar-img.ghx-auto-avatar {
  font-size: 24px;
  line-height: 32px;
}
.ghx-avatar-img.ghx-auto-avatar {
  color: var(--ds-text-inverse, #ffffff);
  text-align: center;
  text-transform: uppercase;
}
body {
  min-width: 0;
  /* override JIRA min-width - allows placement in smaller sized gadgets */
}
body.wallboard {
  cursor: default;
}
/* temp hide some stuff */
#ghx-header,
#ghx-operations,
#ghx-release,
.ghx-foot {
  display: none;
}
/* Improvements for when seen as a gadget in Dashboard */
.gadget #gh {
  background: transparent;
}
.gadget #ghx-notify {
  padding: 0;
}
/*Revert some sizing/styles we do for the new scrolling system */
#ghx-work {
  height: auto !important;
  /* override JS value */
  border: none;
}
#ghx-pool {
  padding: 10px !important;
  /* override JS value */
}
#ghx-column-header-group {
  position: static !important;
  /* override JS value */
}
#ghx-column-headers {
  padding-top: 0;
}
.gadget .ghx-issue {
  cursor: default;
}
/* in gadget and wallboard modes don't show hover or flagged selection */
/* issues */
.gadget .ghx-issue:hover,
.gadget .ghx-issue.ghx-selected {
  background: var(--ds-surface-hovered, #ffffff);
}
.gadget .ghx-issue .ghx-end,
.gadget .ghx-issue:hover .ghx-end {
  background: var(--ds-surface-hovered, #ffffff);
  -webkit-box-shadow: -4px 0 3px #ffffff;
  box-shadow: var(--ds-shadow-raised, -4px 0 3px #ffffff);
}
.gadget .ghx-issue.ghx-flagged,
.gadget .ghx-issue.ghx-flagged.ghx-selected {
  background: var(--ds-background-selected, #ffe9a8);
}
.gadget .ghx-issue.ghx-flagged .ghx-end,
.gadget .ghx-issue.ghx-flagged.ghx-selected .ghx-end {
  background: var(--ds-background-selected, #ffe9a8);
  -webkit-box-shadow: -4px 0 3px #ffe9a8;
  box-shadow: var(--ds-shadow-raised, -4px 0 3px #ffe9a8);
}
/* swim header */
.gadget .ghx-swimlane-header.ghx-selected {
  background: var(--ds-surface, #ffffff);
}
.gadget .ghx-swimlane-header.ghx-flagged.ghx-selected:after {
  background-color: var(--ds-surface, #ffffff);
  -webkit-box-shadow: -5px 0 10px 5px #ffffff;
  box-shadow: var(--ds-surface, -5px 0 10px 5px #ffffff);
}
/* Rapid View Gadget --------------------------------------------------------------------------------------------------- */
.wallboard #ghx-content-main,
.wallboard .ghx-content-container {
  background: none;
  border: none;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.wallboard #ghx-pool {
  background: var(--ds-background-input, #000000);
  height: 100%;
  /* @ todo do we need this still ? */
  margin: 0;
  min-height: 0;
  padding: 0;
}
.wallboard #gh {
  background: var(--ds-background-input, #000000);
}
.wallboard .ghx-swimlane-header {
  background: var(--ds-background-input, #000000);
}
.wallboard .ghx-swimlane-header:after {
  background: var(--ds-background-input, #000000);
  -webkit-box-shadow: -5px 0 10px 5px #000000;
  box-shadow: var(--ds-shadow-overflow, -5px 0 10px 5px #000000);
}
.wallboard #ghx-notify,
.wallboard #ghx-column-header-group.ghx-fixed {
  background: transparent;
}
/* Name --------------------------------------- */
.gg-name {
  font-size: 18px;
  font-weight: normal;
  margin-left: 16px;
  margin-top: 10px;
}
.gg-name span {
  color: var(--ds-text, #666666);
}
.wallboard h2.gg-name {
  color: var(--ds-text, #999999);
  font-size: 28px;
  font-weight: normal;
  margin: 0 16px 8px;
}
.wallboard h2.gg-name span {
  color: var(--ds-text, #666666);
  font-size: 24px;
}
/* Columns --------------------------------------- */
.wallboard .ghx-column {
  background: var(--ds-background-input, #333333);
}
.wallboard .ghx-column.ghx-busted-max {
  background: var(--ds-background-danger, #cc0000);
}
.wallboard .ghx-column.ghx-busted-min {
  background: var(--ds-background-input, #ffde00);
}
.wallboard .ghx-column-headers .ghx-column {
  background-color: inherit;
  border-bottom: 5px solid var(--ds-border, #333333);
}
.wallboard .ghx-column-headers .ghx-column.ghx-busted-max {
  border-bottom-color: var(--ds-border-danger, #cc0000);
}
.wallboard .ghx-column-headers .ghx-column.ghx-busted-min {
  border-bottom-color: var(--ds-border, #ffde00);
}
.wallboard .ghx-column:after,
.gadget .ghx-column:after {
  content: " ";
  /* fix empty cells having no border */
}
.wallboard .ghx-columns .ghx-column {
  padding-bottom: 8px;
}
/* Header + Column Stats --------------------------------------- */
.wallboard .ghx-column-headers h2,
.wallboard .ghx-column-headers .ghx-qty,
.wallboard .ghx-column-headers .ghx-constraint.ghx-busted {
  color: var(--ds-surface, #ffffff);
  font-size: 20px;
  font-weight: normal;
}
.wallboard .ghx-column-headers h2,
.wallboard .ghx-column-headers .ghx-constraint.ghx-busted {
  color: var(--ds-text, #999999);
}
.wallboard .ghx-column-headers .ghx-constraint.ghx-busted {
  color: var(--ds-text, #999999);
  font-size: 14px;
}
/* Issues --------------------------------------- */
.wallboard .ghx-issue {
  color: var(--ds-surface, #ffffff);
  cursor: default;
  font-size: 16px;
}
.wallboard .ghx-issue,
.wallboard .ghx-issue:hover,
.wallboard .ghx-issue.ghx-selected,
.wallboard .ghx-columns .ghx-column.ghx-busted .ghx-issue {
  background: var(--ds-background-selected-hovered, #000000);
  border-color: var(--ds-border-selected, #666666);
}
.wallboard .ghx-issue.ghx-flagged,
.wallboard .ghx-columns .ghx-column.ghx-busted .ghx-issue.ghx-flagged {
  background: var(--ds-background-input, #ffe9a8);
}
.wallboard .ghx-issue-fields .ghx-key {
  font-size: 16px;
  height: 21px;
  margin-bottom: 0;
}
.wallboard .ghx-grabber,
.wallboard .ghx-issue:first-child .ghx-grabber {
  /* reset */
  height: 100%;
}
.wallboard .ghx-issue-fields .ghx-summary,
.wallboard .ghx-issue-fields .ghx-summary span {
  color: var(--ds-surface, #ffffff);
}
.wallboard .ghx-issue.ghx-flagged .ghx-issue-fields .ghx-summary span,
.wallboard .ghx-issue.ghx-flagged a {
  color: var(--ds-text, #333333);
}
.wallboard #gh .ghx-issue .ghx-end {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wallboard .ghx-issue .aui-badge,
.wallboard .ghx-swimlane-header .aui-badge {
  background-color: var(--ds-background-input, #333333);
  color: var(--ds-text, #dddddd);
  font-size: 16px;
}
.gadget .ghx-swimlane-header .ghx-bandaid {
  display: none;
}
.wallboard .ghx-flags img {
  display: inline-block;
  vertical-align: middle;
}
.wallboard .ghx-band-2 .ghx-avatar-img {
  height: 48px;
  width: 48px;
  min-width: 48px;
}
.wallboard .ghx-band-2 .ghx-avatar-img.ghx-auto-avatar {
  font-size: 36px;
  line-height: 48px;
}
.wallboard .ghx-band-2 .ghx-has-avatar .ghx-issue-fields,
.wallboard .ghx-band-2 .ghx-has-corner .ghx-issue-fields {
  padding-right: 52px;
}
.wallboard .ghx-days {
  height: 8px;
}
.wallboard .ghx-days b {
  background: url(/s/bm0m05/10030013/1owio8b/10.3.13/_/download/resources/com.pyxis.greenhopper.jira:split_81/images/gadgets/rapidview/gh-days.png) no-repeat 0 0;
  height: 8px;
}
.wallboard .ghx-days-0 .ghx-days b {
  background: none;
}
.wallboard .ghx-days-1 .ghx-days b {
  width: 24px;
}
.wallboard .ghx-days-2 .ghx-days b {
  width: 36px;
}
.wallboard .ghx-days-3 .ghx-days b {
  width: 48px;
}
.wallboard .ghx-days-4 .ghx-days b {
  width: 60px;
}
.wallboard .ghx-days-5 .ghx-days b {
  width: 72px;
}
.wallboard .ghx-days-6 .ghx-days b {
  width: 84px;
}
.wallboard .ghx-days-7 .ghx-days b {
  width: 96px;
}
.wallboard .ghx-days-8 .ghx-days b {
  width: 108px;
}
.wallboard .ghx-days-9 .ghx-days b {
  width: 120px;
}
.wallboard .ghx-days-10 .ghx-days b {
  width: 132px;
}
.wallboard .ghx-days-11 .ghx-days b {
  width: 144px;
}
.wallboard .ghx-days-12 .ghx-days b {
  width: 156px;
}
.wallboard .ghx-days-13 .ghx-days b {
  width: 168px;
}
.wallboard .ghx-days-14 .ghx-days b {
  width: 180px;
}
.wallboard .ghx-days-15 .ghx-days b {
  width: 192px;
}
.wallboard .ghx-days-16 .ghx-days b {
  width: 204px;
}
.wallboard .ghx-days-17 .ghx-days b {
  width: 216px;
}
.wallboard .ghx-days-18 .ghx-days b {
  width: 228px;
}
.wallboard .ghx-days-19 .ghx-days b {
  width: 240px;
}
.wallboard .ghx-days-20 .ghx-days b {
  width: 252px;
}
.wallboard .ghx-days-21 .ghx-days b {
  width: 264px;
}
.wallboard .ghx-days-22 .ghx-days b {
  width: 276px;
}
.wallboard .ghx-days-23 .ghx-days b {
  width: 288px;
}
.wallboard .ghx-days-24 .ghx-days b {
  width: 300px;
}
.wallboard .ghx-days-25 .ghx-days b {
  width: 312px;
}
.wallboard .ghx-days-26 .ghx-days b {
  width: 324px;
}
.wallboard .ghx-days-27 .ghx-days b {
  width: 336px;
}
.wallboard .ghx-days-28 .ghx-days b {
  width: 348px;
}
.wallboard .ghx-days-29 .ghx-days b {
  width: 360px;
}
.wallboard .ghx-days-30 .ghx-days b {
  width: 372px;
}
.wallboard .ghx-days-31 .ghx-days b {
  width: 384px;
}
/* Sub Tasks */
.wallboard .ghx-issue-subtask {
  margin-left: 9px;
}
.wallboard .ghx-parent-group {
  margin-bottom: 10px;
}
/* Parent Stub */
.wallboard .ghx-parent-stub {
  border-color: var(--ds-border, #999999);
  height: 30px;
  margin-top: 8px;
}
.wallboard .ghx-parent-stub .ghx-key,
.wallboard .ghx-parent-stub .ghx-group,
.wallboard .ghx-parent-stub .ghx-summary {
  background: var(--ds-background-input, #000000);
  color: var(--ds-surface, #ffffff);
  font-size: 16px;
}
.wallboard .ghx-parent-stub .ghx-key {
  border-color: var(--ds-border, #999999);
  font-size: 16px;
  height: 28px;
}
/**/
.wallboard .ghx-description {
  color: var(--ds-text, #999999);
}
