@import url("style.css");

html {
  background: #fff;
}
body {
	color: #6f6f6f;
}
aside nav ul li a {
  background: #9ba5c2;
}
header {
	margin-bottom: -5px;
	border: 1px solid #eee;
	border-bottom: none;
}
header #logo-link img {
	padding: 25px;
}
select {
	color: #e40613;
}
#test_environment p, #test_environment a, #content table.nice-table tr td a, ul.fancytree-container li span.fancytree-title {
  color: #304c59;
}
#content > p:first-child {
	text-transform: uppercase;
	color: #9ba5c2;
}
#content > h3 {
	color: #9ba5c2;
	font-weight: 300;
	text-transform: uppercase;
}
#tool_version {
  color: #6f6f6f;
}

header #banner-logo-link {
  display: inline-block;
  padding: 40px 0;
  margin: 0 auto;
  max-width: none;
}
header #banner-logo-link:hover {
  text-decoration: none;
}
#banner-logo-link #logo {
  max-width: 400px;
}
#banner-logo-link #logo_extra {
  max-width: 220px;
  margin-bottom: 20px;
}

form table > td > input,
textarea#new-project-description,
a.button, button,
input[type=submit],
input[type=file],
table.navigator-table button {
	width: 240px;
}

.main_nav {
	margin-top: 80px;
	padding: 8px;
}
.main_nav a:hover {
  border-color: #e40613;
}
#sidebar ol li.unseen a, .unseen, #sidebar ol li.seen-but-unanswered a, .seen-but-unanswered, div.links *, table.answers tr td, table.answers tr td label {
  color: #e40613;
}
.update-notification {
  border-color: #e40613;
}
.ui-dialog .ui-widget-header, a.button, button, td.submit-buttons button {
  background: #e40613;
}
#button_enter, #button_register, .ui-dialog .ui-dialog-buttonpane button, #main_nav a.button, .project-toolbar a.button {
  color: #6f6f6f;
  background: #ececec;
}
.project-toolbar a.deactivated {
  color: #f5aaa2;
  background: none;
}
a.button span.icon img {
  width: 14px;
  height: 14px;
  margin-bottom: 4px;
}
a.button, button, input[type=submit], table.navigator-table button {
  background-color: #e40613;
}
#test_environment a, .main_nav a {
  color: #e40613;
}
#button_reset, a.button.deactivated, a.button.reset, button.deactivated, button[type=reset] {
  color: #e40613;
  background-color: none;
}
#powerTip {
  width: 300px;
  white-space: normal !important;
  color: #6f6f6f !important;
  background: #c5cde3 !important;
  border: 0;
  box-shadow: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-radius: 0 !important;
	padding: 10px 15px;
}

#powerTip.n:before {
  border-top-color: #c5cde3 !important;
}
td.survey-description h1, td.survey-description h2 {
  color: #e40613;
  padding-top: 1em;
}
.content-table {
	border: 1px solid #eee;
	width: 100%;
}

#content table.nice-table th {
	color: #e40613;
}
.project-toolbar a.button span.icon img {
	height: auto;
	margin-left: 10px;
}
