/**************************************************************/
/*                   ICONS
/**************************************************************/
#admin-menu a.proxsis {
  background-image: url(../images/proxsis.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}

#roadmap .status-9 {
  background-color: powderblue !important;
}

#roadmap .status-3 {
  background-color: #fafa2ebd !important;
}

#roadmap .version-overview p:nth-child(2) {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 6px;
}

#updates .related_updates {
  max-width: 500px;
}

#updates .related_updates .created_at {
  width: 200px;
  text-align: left;
}

#updates .related_updates .version,
#updates .related_updates .buttons {
  text-align: center;
}

#updates .related_updates .buttons {
  width: 78px;
}

tr.issue td.subject,
tr.issue td.parent-subject,
tr.issue td.category,
td.assigned_to,
td.last_updated_by,
tr.issue td.string,
tr.issue td.text,
tr.issue td.list,
tr.issue td.relations,
tr.issue td.parent,
tr.issue td.company {
  white-space: normal;
}

tr.issue td.subject,
tr.issue td.company {
  max-width: 300px;
}
