*
{ 
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0; 
}


img
{  
	border-style: none;
}


button
{
	font-size: 10px;
}

input
{
	font-size: 10px;
	border: 0px solid;
	border-color: gray;
}

select
{
	font-size: 10px;
}


h1
{ 
	color: #3366cc; 
	font-size: 32px; 
	font-weight: bold;
}

h2
{ 
	color: #3366cc; 
	font-size: 24px; 
	font-weight: bold;
}

h3
{ 
	color: #3366cc; 
	font-size: 14px; 
	font-weight: bold;
}


.placeholder
{
	background-repeat: no-repeat;
	background-position: center;
}

.placeholder img
{
	;
}

.sensor
{
	background-color: rgba(51, 102, 204, 0.11);
	color: black;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #ccc;
}

.sensor-header td h2
{
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -5px;
	display: inline;
	font-weight: lighter;
	font-family: monospace;
}


.sensor-header
{
	/*background-color: rgba(51, 102, 204, 0.11);*/
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: auto;
	width: 100%;
}


.datafield
{
	font-size: small;
	margin: 0.2em;
	color: gray;
	font-variant: small-caps;
	text-align: left;
}


.data
{
	color: black;
	background-color: #ccc;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 1em;
	font-variant: normal;
	font-family: monospace;
}


.sessionslist
{
	padding-top: 5px;
	padding-bottom: 5px;
	/*clear: both;*/
	background-color: white;
	border-radius: 5px;
	border: solid thin lightgray;
	overflow: auto;
	min-height: 20px;
	width: 100%;
}

.session
{
	padding: 0.2em;
	/*clear: both;*/
}

.session_name
{
	/*min-width: 25%;*/
}

a.data
a.data:visited
{
	color: black;
	background-color: #ccc;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 1em;
	font-variant: normal;
	font-family: monospace;
	text-decoration: none;
	color: inherit;
	font-family: monospace;
}


a.data:hover
{
	background-color: white;
	color: black;
}


.datalabel
{
	width: 1em;
	height: 1em;
	border-radius: 1em;
	margin: 2px;
}

.vitality
{
	width: 10px;
	height: 10px;
}

#wrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


#header
{
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 3px 3px 5px #dddddd;
}


#footer
{
	position: fixed;
	width: 100%;
	height: 50px;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
	box-shadow: -3px -3px 5px #dddddd;
	bottom: 0px;
}

#footer p 
{
	padding: 15px;
	text-align: center;
	font-size: x-small;
}
	

#menu
{
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 5px;
	font-size: small;
	/*border-top: solid thin lightgray;*/
	/*margin-top: 10px;*/
	/*padding-top: 10px;*/
	float: right;
}


#menu .menuitem
{
	display: inline;
	text-decoration: none;
	color: #3366cc;
	background-color: transparent;
	border: none;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 4px;
	cursor: pointer;
}


#menu .menuitem:hover
{
	border-bottom: solid thin #3366cc;
}
	
#menu .menulabel
{
	color: gray;
	float: left;
}

	
#content
{
	position: absolute;
	width: 100%;
	top: 90px;
	font-size: 14px;
	margin-bottom: 50px;
}
	

#navbar
{
	margin-left: 40px;
	margin-right: 40px;
	font-size: small;
	border-top: solid thin lightgray;
	margin-top: 5px;
	padding-top: 3px;
}

#navbar a
{
	text-decoration: none;
	color: #3366cc;
	background-color: transparent;
	border: none;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 4px;
	cursor: pointer;
}
	

#navbar a:hover
{
	border-bottom: solid thin #3366cc;
}


button img
{
	margin-right: 2px;
	margin-top: -1px;
	margin-bottom: -2px;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:active
{
    text-decoration: none;
}


#message {
	background-color: rgba(0,0,0,0.6);
	color: white;
	position: absolute;
	left:50%;
	top:150px;
	margin-left:-100px;
	width:200px;
	z-index:10;
	padding:10px;
	font-size:16px;
	text-align: center;
}


#logwindow {
	background-color: white;
    color: black;
    position: fixed;
    left: 20%;
    top: 20%;
    right: 20%;
    bottom: 20%;
    overflow: auto;
    z-index: 100;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    box-shadow: 2px 2px 5px #ccc;
    border-radius: 10px;
}


.log_time
{
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 2px;
	overflow: hidden;
	white-space: nowrap;
	color: gray;
	text-align: right !important;
    font-size: smaller;
    width: 30%;
}


.log_message
{
	padding-left: 5px;
	padding-right: 2px;
    font-size: smaller;
}


.w3-table td
{
	padding: 4px;
}


.w3-table .sensor-header td
{
	vertical-align: middle;
}

.w3-table td.session_id
{
	width: 23%;
}

.w3-table td.session_name
{
	width: 26%;
}

.w3-table td.session_startdate
{
	width: 19%;
}

.w3-table td.session_stopdate
{
	width: 19%;
}

.w3-table td.session_count
{
	width: 10%;
}

.w3-table td.session_vitality
{
	;
}


.custom-link
{
	color: gray;
	font-size: small;
	font-variant: small-caps;
	border-radius: 1em;
	padding: 0;
	margin: 0;
	border: 0;
	padding-left: 1em;
	padding-right: 1em;
	cursor: pointer;
}

.custom-link:hover
{
	color: black;
	background-color: #ccc;
}


#browse_timeline
{
	margin-right: 40px;
	font-size: small;
	float: right;
}

#browse_timeline a
{
	text-decoration: none;
	color: #3366cc;
	background-color: transparent;
	/*color: white;
	background-color: #3366cc;*/
	border: solid thin;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;	
	cursor: pointer;
	border-radius: 1em;
	font-size: 0.8em;
}
	
#browse_timeline a:hover
{
	border-bottom: solid thin #3366cc;
}


.w3-table td.session_count a.data
{
	background-color: khaki;
}

.w3-table td.session_count a.data:hover
{
	background-color: white;
}

