﻿@charset "utf-8";
/* Base (default) styles for the site*/

#login {
	float:right;
	margin:5px;
	margin-right:15px;
	background-color:rgba(231, 231, 213, 1);
	border:#d2d2d2 1px solid;
	border-radius:3px;
	box-shadow:0px 1px 2px rgba(64,64,64,0.1);
	padding:3px;
	padding:5px;
}
#login #toggle {
	float:right;
	color:#726914;
	font-size:170%;
	cursor:pointer;
	margin-left:5px;
}
#login button {
	background:none;
	border:none;
	font-weight:bold;
	cursor:pointer;
}
.table {
	width:100%;
	overflow:hidden;
	table-layout:fixed; /* Set this to allow column width styling (see below) */
	white-space: nowrap;
}
.table input {
	width:100%;
}
.table .row label {
	display:none;
}
#result-table {
	width:400px;
	margin:10px;
}
#result-table .column {
	text-align:center;
}
#sensor-data-table .column {
	text-align:center;
}
#sensor-data-table .column_graph{
	text-align:left;
	width:20%;
}
.barGraphColumn{
	height:15px;
}
.barGraphColumn text{
	font-size:70%;
}
.bar_temperature_0{
	fill:#3f80e0;;
}
.bar_temperature_2{
	fill:#20c51580;
}
.section{
	text-align:center;
}
.section #controls{
	margin-top:10px;
	font-size:120%;
}
.events-table .odd{
	background-color: #CFF;
}
#alarms{
	margin:0px auto;
	max-width:200px;
}
#alarms .column_target{
	width:40px;
	text-align:center;
}
#alarms .column{
	height:20px;
}
#log-menu{
	margin:0px auto;
	margin-top:15px;
}
#log-menu button{
	margin:5px;
}
