
body
{
	margin: 0px;
	padding: 0px;
	background-color: black;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.assetdash
{
	width: 100%;	
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.assetdash .section
{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 800px;	
	background-color: white;
	border-radius: 5px;
	box-shadow: 0.1rem 0.1rem 1.5rem rgba(0,0,0,0.3);
	overflow: hidden;
	margin-bottom: 1em;
	margin-top: 1em;
}

.assetdash .section .header
{
	display: block;
	padding: 10px;	
	color: black;
	font-weight: bold;
	font-size: large;	
	margin-bottom: 0.5em;	
	border-radius: 5px 5px 0px 0px;
	background-color: #AA6666;
}

.assetdash .section .content
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
	display: block;
	text-align: center;
}

.assetdash .section.ident .content
{
	display: block;
	padding-left: 10px;
	box-sizing: border-box;
}

.assetdash .section.ident .header
{
	background-color: #66AA66;
}

.assetdash .section.ident .content .assetname
{
	font-weight: black;
	font-size: large;
	margin-bottom: 0.2em;
}

.assetdash .section.ident .content .taglist
{
	color: #222222;
}

.assetdash .section.properties label
{
	font-weight: bold;	
}

.assetdash .section.properties .property
{	
	margin-bottom: 0.25em;	
	padding-right: 5px;
	border-radius: 3px;
	width: 90%;	
	display: block;	
	text-align: center;
	padding-bottom: 0.25em;
	border-bottom: 1px solid silver;
	margin-left: auto;
	margin-right: auto;
}

.assetdash .section.properties .property .label
{
	font-weight: bold;
	display: block;
}

.assetdash .section.properties .header
{
	background-color: #6666AA;
}

.assetdash .section.drawing .header
{
	background-color: #6688AA;
}

.assetdash a
{
	text-decoration: none;
}

.assetdash .splitter
{
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	color: #333333;
	background-color: #6666AA;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	color: white;
	display: block;
	
}

.assetdash .section.properties .property .value
{
	display: block;
	margin-top: 0.1em;
}

.assetdash .section.properties:last-child
{
	border-bottom: none;
}

.assetdash .section.media .medialink
{
	margin: 4px;
	background-color: #669999;
	border: 1px solid silver;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.assetdash .section.media a.medialink
{
	color: white;
	font-weight: bold;
}

.assetdash .section.media .header
{
	background-color: #66AAAA;
}

.assetdash .section.relationships .rel
{	
	background-color: #88AAAA;
	border: 1px solid black;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-radius: 3px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	color: white;
	font-weight: bold;
}

.assetdash .section.relationships .reltype
{
	display: block;	
	margin-top: 0.5em;
}

.assetdash .section.relationships .relgroup .stream
{
	margin-bottom: 0.5em;
}

.assetdash .section.relationships .relgroup .stream .intro
{
	display: none;
}

.assetdash .section.relationships .relgroup .stream .subintro
{
	display: inline;
	margin-left: 0.5em;
	font-size: small;
	color: silver;
}

.assetdash .section.relationships .header
{
	background-color: #88AAAA;
}

.assetdash .section.relationships .rel .linktext
{
	margin-right: 0.25em;
}

.assetdash .value a
{
	color: purple;
	font-weight: bold;
}

.assetdash .section.relationships .stream.upstream .rel {
   background-color: #99BBBB;
}

.assetdash .external {
   	background-color: #AA8888;
	border: 1px solid black;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-radius: 3px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	color: white;
	font-weight: bold;
	
}

.assetdash .section.alarms .alert {	
	border: 1px solid black;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-radius: 3px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;	
	font-weight: bold;
}

.alert.active {
	background-color: #FF0000;
	color: white;
}
.alert.inactive {
	background-color: #008800;
	color: silver;
}