/* © Copyright Hitachi Power Grids. All rights reserved. */

/* general style */
html,body {
	margin: 0;
	padding: 0;
/*	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;*/
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
}

h3 {
	padding: 0;
	margin: 0;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #5555ff;
	text-decoration: underline;
}

/* graphical history container */
#historyGraph {
	width: 98%;
	height: auto;
	margin: 0;
	margin-left: 2%;
}

#reportContent {
	margin-left: 70px;
	width: 30%;
	background-color: #ffff00;
	position: absolute;
	float: right;
	z-index: 1;
	padding: 1em;
	display: none;
	border: 1px solid;
	opacity: 0.7;
}

#reportContent p {
	color: #000000;
}

.reportRow {
	margin: 2%;
}

.reportRowHeader {
	margin: 2%;
}

#reportsTableHeader {
	width: auto;
	margin: 1%;
}

.smallError {
	color: #663333
}

.typeSelectorText {
	float: left;
}

.inputAndDesc {
	float: left;
}

.tooltip-header {
    display: block;
}

.bold {
    font-weight: bold;
}

.outage-type-header {
    font-weight: bold;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.tooltip-row {
    display: block;
}

/* popups */
#tooltip {
	background-color: white;
	padding: 4px;
	font-size: small;
	border: 1px solid gray;
}

/* show help-link */
#helpLink {
	float: right;
	width: auto;
	display: block;
/*	margin-right: 1em;*/
}

/* tables */

table thead {
	border-bottom: 1px solid grey;
}

table thead tr th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table tr {
	background-color: #ececec;
}

table {
	border: none;
	border-collapse: collapse;
}

.numberField {
	text-align: center;
}

.stringField {
	text-align: left;
	font-weight: bold;
	padding: 0.2em;
}

.evenRow {
/*	background-color: #fff8f6;*/
	background-color: #ececec;
}

.totalsRow {
	border-style: solid none none none;
	border-color: #5c5c5c;
	border-width: 1px;
	background-color: #ececec;
	font-weight: bold;
}

#helpText {
	width: 300px;
	z-index: 3;
	background-color: white;
	border: 2px solid;
	padding: 5px;
	position: absolute;
}
