/* AlugaMais - Identidade Visual */

/* Header */
#header {
  background: #535257 !important;
  border-bottom: 3px solid #ff623b !important;
}

#header a { color: #ffffff !important; }

/* Menu principal */
#main-menu {
  background: #ff623b !important;
}

#main-menu a {
  color: #ffffff !important;
  font-weight: bold;
}

#main-menu a:hover, 
#main-menu li.selected a {
  background: #535257 !important;
  color: #ffffff !important;
}

/* Links */
a { color: #ff623b !important; }
a:hover { color: #535257 !important; }

/* Botões */
.button, input[type=submit], .button-positive {
  background: #ff623b !important;
  border-color: #ff623b !important;
  color: #ffffff !important;
  border-radius: 4px !important;
}

.button:hover, input[type=submit]:hover {
  background: #535257 !important;
  border-color: #535257 !important;
}

/* Títulos das issues */
h2, h3 { color: #535257 !important; }

/* Status das issues - badges */
.status { border-radius: 3px; }

/* Sidebar */
#sidebar h3 {
  color: #ff623b !important;
  border-bottom: 1px solid #ff623b !important;
}

/* Tabelas */
table.list thead th {
  background: #535257 !important;
  color: #ffffff !important;
}

table.list tbody tr:hover {
  background: #fff0eb !important;
}

/* Paginação */
.pagination a { color: #ff623b !important; }

/* Flash de sucesso */
#flash_notice {
  background: #ff623b !important;
  color: #ffffff !important;
  border-radius: 4px !important;
}

/* Footer */
#footer {
  border-top: 2px solid #ff623b !important;
  color: #535257 !important;
}
