div#top-menu {
  background-color: #28608b !important;
  background-image: none !important;
  padding-left: 16px !important;
}

a[href*="redmine.org/guide"] {
  display: none !important;
}

div#header {
  background-color: #44a3ec !important;
}

div#projects-index > ul.projects > li.root > ul.projects > li.child {
  margin-bottom: 2.2em;
}

div.wiki h2, div.wiki h2 {
  color: #169;
  font-size: 1.6em !important;
  font-style: italic;
  font-weight: 300;
}

div#projects-index > ul.projects > li.root > div.root a.project {
  background-image: url("/img/project-icon.png");
  background-repeat: no-repeat;
  font-size: 1.6em !important;
  font-weight: bold !important;
  padding-left: 34px;
}

div#projects-index > ul.projects > li.root > ul.projects > li.child > div.child > a {
  background-image: url("/img/project-icon-24x24.png");
  background-repeat: no-repeat;
  font-size: 1.5em !important;
  font-weight: bold !important;
  padding-left: 28px;
}

div#projects-index > ul.projects > li.root > ul.projects > li.child > div.child > a[href*="projects/client-"] {
  background-image: url("/img/client-icon-24x24.png") !important;
  background-repeat: no-repeat;
  font-size: 1.4em !important;
  font-weight: bold !important;
  padding-left: 28px;
}

div#projects-index > ul.projects > li.root > ul.projects > li.child > ul.projects > li.child > div.child > a {
  background-image: url("/img/sub-project-icon-16x16.png");
  background-repeat: no-repeat;
  font-size: 1.2em !important;
  font-weight: bold !important;
  padding-left: 20px;
}

div#projects-index > ul.projects > li.root > ul.projects > li.child > ul.projects > li.child > ul.projects > li.child > div.child > a {
  background-image: url("/assets/sub-project-icon-16x16.png");
/*  background-repeat: no-repeat;*/
  font-size: 1.1em !important;
  font-weight: bold !important;
  padding-left: 20px;
}

tr.priority-1 {
  background-color: #EAF7FF;
}
tr.priority-3 {
  background-color: #FFEEEE;
}
tr.priority-4 {
  background-color: #FFE1E1;
}
tr.priority-5 {
  background-color: #FFD3D3;
}

div.document-item {
  margin-bottom: 4em;
}
div.document-item > h4.title {
  font-size: 1.8em;
  font-weight: bold;
}

div.pre-wrapper {
  margin-bottom: 2.5em;
}
div.pre-wrapper > a.copy-pre-content-link {
  float: right;
  margin: .8em .8em -5em .5em;
}


/*
 * Dashboard plugin
 */
ul.rdb-headers > li {
  padding: 1em !important;
}
ul.rdb-headers > li.rdb-column > h3 {
  color: white;
  font-size: 1.25em !important;
  font-weight: bold;
}
ul.rdb-headers > li.rdb-column span {
  color: white !important;
  font-size: 0.9em !important;
}

ul.rdb-headers > li:nth-child(1) { /* Backlog */
  background-color: #777;
}
ul.rdb-headers > li:nth-child(2) { /* Nuevas */
  background-color: #e36936;
}
ul.rdb-headers > li:nth-child(3) { /* En revision */
  background-color: #eebb4a;
}
ul.rdb-headers > li:nth-child(4) { /* En progreso */
  background-color: #346cfa;
}
ul.rdb-headers > li:nth-child(5) { /* Resueltas */
  background-color: #48b779;
}

ul.rdb-columns > li:nth-child(1) { /* Backlog */
  background-color: #ccc;
}
ul.rdb-columns > li:nth-child(2) { /* Nuevas */
  background-color: #f9e1d7;
}
ul.rdb-columns > li:nth-child(3) { /* En revision */
  background-color: #fcf1db;
}
ul.rdb-columns > li:nth-child(4) { /* En progreso */
  background-color: #e6eeff;
}
ul.rdb-columns > li:nth-child(5) { /* Resueltas */
  background-color: #dbf1e4;
}

