/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

:root {
  --sense-blue-light: #00528d;
  --sense-blue-dark: #003A64;
  --sense-green-dark: #000000;
  --sense-green-light: #137895;
}

body {
  font-size: 16px;
}

select, input, textarea, button {
  font-size: 16px;
}

body.controller-welcome table {
  border-collapse: collapse;
}

body.controller-welcome table td {
  padding: 2px 0;
}

#top-menu, .flyout-menu {
  background: var(--sense-blue-dark) !important;
}

#header, .flyout-menu h3 {
  background: var(--sense-blue-light) !important;
}

#header h1 {
  font-size: 20px;
}

a, a:link, a:visited {
  color: var(--sense-blue-dark);
}

#main-menu li a:hover {
  background: var(--sense-blue-dark);
}

#sidebar .query.default {
  font-weight: normal;
}

table.issues tr.overdue,
table.issues tr.priority-6,
table.issues tr.priority-7 {
  background: #FFD9D9;
}

table.issues tr.priority-5 {
  background: #FFF0CE;
}

table.issues tr td {
  border-bottom: 1px solid #E4E4E4;
}

table.issues td.project {
  text-align: left;
}

div.wiki ul.toc li li li {
  font-size: 0.9em;
}

div.wiki table {
  width: 80%;
}

.nodata-error {
  background: #FFE3E3;
  border-color: #DD0000;
  color: #880000;
}

