/*


*/


body {
	color: #222;
	font-family: helvetica neue, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	padding: 0;
  margin: 0;
}

a {
	color: blue;
}

a.none {
  color: #222;
  text-decoration: none;
}

label {
	display: inline-block;
	vertical-align: top;
	width: 9em;
}

input[type="text"],
input[type="password"],
input[type="file"] {
	border: 0;
	border-bottom: 1px solid #222;
}

textarea {
	border: 0;
	resize: none;
}

span.na {
	font-style: italic;
	color: gray;
}

div.flash-error {
	color: red;
  margin-bottom: 1em;
}
div.flash-success {
	color: green;
  margin-bottom: 1em;
}

header {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  right: 0.5em;
	background-color: #222;
	color: white;
	padding: 0.5em 1em;
}

header a {
	color: white;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 0pt;
	font-size: 1em;
	font-weight: bold;
}
h3 {
  margin: 2em 0;
}

div#content {
  position: absolute;
  bottom: 0em;
  top: 4em;
  left: 26em;
  right: 1em;
	padding: 0 1em 3em 1em;
  overflow-x: hidden;
  overflow-y: auto;
}
div#content.loggedout {
  left: 1em;
}
body.embedded div#content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.embedded div.graph {
  height: 80%;
}
body.embedded {
  overflow: hidden;
}

div#sidebar {
	position: absolute;
  left: 1.5em;
	top: 3.5em;
	bottom: 0.5em;
	width: 24em;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 1.5em;
}
div#sidebar ul {
	font-size: 9pt;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#sidebar ul li.group.nograph {
	margin-top: 0.75em;
}
div#sidebar ul li ul {
  margin-left: 0.5em;
}
div#sidebar ul li a {
	display: block;
	margin-right: 0.75em;
}
div#sidebar ul li a:hover {
	background-color: #eee;
}
div#sidebar ul li a.current {
	background-color: #fef89c;
	font-weight: bold;
	text-decoration: none;
	color: #222;
}

div.graph {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: 200px;
}

div.field_with_errors {
	display: inline;
}
div.field_with_errors input {
	border-bottom-color: red;
}


table.importer th:nth-of-type(odd),
table.importer td:nth-of-type(odd) {
	background-color: #eee;
}


table.importer thead td {
	color: white;
	background-color: gray !important;
	text-align: left;
}

table.importer th,
table.importer td {
		padding-right: 1em;
}

table.importer td.rownumber {
	background-color: white;
	font-weight: bold;
	text-align: right;
}

img.sparkline {
	float: right;
	padding-top: 5px;
	margin-right: 0.5em;
}
