/*
 * styles.css
 *
 * Style Sheet for my-devices.net web application.
 *
 * Copyright (c) 2010-2017, Applied Informatics Software Engineering GmbH.
 *
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
	display: block;
}

footer
{
  display: none !important;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	background-color: #ffffff;
	min-width: 996px;
	width: 100%;
	color: #111;
	/* background-image: url(../images/favicon-32x32.png);
	background-repeat: repeat-x;
	background-attachment: fixed; */
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, td, th, form, address, blockquote, strong, b, div, emph, i, input
{
	font-family: 'Source Sans Pro', sans-serif;
}

div, p, ul, ol, li, address, blockquote, h6, form, td, th
{
	color: #111;
	font-size: 16px;
	line-height: 20px;
}

p, ul, ol, address, blockquote, h6
{
	margin-top: 8px;
	margin-bottom: 8px;
}

div.headercontainer
{
	width: 100%;
	height: 48px;
	background: #cc0613;
	background-image: url(../images/apple-touch-icon.png);
  background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 5px 5px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5)
{
	div.headercontainer
	{
		width: 100%;
		height: 48px;
		background: #cc0613;
		background-image: url(../images/apple-touch-icon.png);
    background-repeat: no-repeat;
		background-size: 35px 35px;
		background-position: 5px 5px;
	}
}

div.header
{
	height: 32px;
	margin-left: 112px;
	padding-top: 10px;
	padding-bottom: 2px;
	color: white;
}

div.header h1
{
	font-size: 23px;
	line-height: 28px;
	color: white;
	margin: 0px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.footercontainer
{
	width: 100%;
	min-width: 996px;
	height: 40px;
	border-top: 1px #bbb solid;
	position: fixed;
	width: 100%;
	height: 40px;
	left: 0;
	bottom: 0;
	background-color: #eee;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5)
{
	div.footercontainer
	{
		width: 100%;
		min-width: 996px;
		height: 40px;
		border-top: 1px #bbb solid;
		position: fixed;
		width: 100%;
		height: 40px;
		left: 0;
		bottom: 0;
		background-color: #eee;
	}
}

div.footer
{
	height: 24px;
	text-align: left;
	white-space: nowrap;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 12px;
	margin-right: 120px;
	font-size: 13px;
	line-height: 24px;
	z-index: 100;
}

div.contentcontainer
{
	margin-bottom: 48px;
}

div.content
{
	margin-top: 16px;
	margin-left: 16px;
	margin-right: 16px;
}

div.information
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #cc0613;
	background-color: #eee;
}

div.error
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #f00;
	background-color: #fdd;
}

div.groupbox
{
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: auto;
	font-size: 16px;
	line-height: 20px;
}

div.groupbox a
{
	display: inline-block;
}

pre
{
	color: #222;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

h1
{
	color: #111;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin-top: 12px;
	margin-bottom: 12px;
}

h2
{
	color: #111;
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 24px;
}

div.groupbox h2
{
	color: #111;
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 24px;
}

h3
{
	color: #111;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	background: #ccc;
	border-bottom-width: 1px;
	border-bottom-color: #aaa;
	border-bottom-style: solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h4
{
	color: #111;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}

li
{
	color: #111;
	margin-left: 0px;
	margin-bottom: 2px;
}

ul
{
	padding-left: 0px;
	margin-left: 2em;
	list-style-type: disc;
	list-style-position: outside;
}

div.usernav
{
	width: 100%;
	height: 28px;
	margin-top: 0px;
	margin-bottom: 18px;
	margin-left: 0;
	margin-right: 0;
}

div.usernav a
{
	display: inline-block;
}

.navigation {
	padding: 0;
	margin: 0;
}

.navigation li{
	display: inline-block;
	margin-right: 12px;
}

.navigation li a {
	font-size: 16px;
	text-transform: uppercase;
}

.navigation li a i {
	margin-right: 5px;
}

.navitem a:link
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.navitem a:hover
{
	text-decoration: underline;
}

.navitem a:active
{
	text-decoration: underline;
}

.navitem a:visited
{
	text-decoration: none;
}

div.username
{
	font-size: 13px;
	text-align: right;
	margin: 0;
	float: right;
	font-weight: bold;
}

div.username #logoutLink
{
	color: #444;
	font-weight: normal;
}

div.listcontainer
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	padding: 0;
}

div.listheader
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0;
	width: auto;
	font-size: 13px;
	line-height: 20px;
}

div.listheader form
{
	font-size: 14px;
	line-height: 20px;
}

div.listfooter
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 0;
	width: auto;
	font-size: 13px;
	line-height: 20px;
}

div.listfooter div
{
	margin: 0;
	padding: 0;
	border: 0;
}

table.list
{
	background-color: #d8d8d8;
	border-style: none;
	padding: 0px;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-spacing: 0px;
	margin-left: 0;
	margin-right: 0;
}

table.userProfile
{
	background-color: #f1f1f1;
}

table.list th
{
	color: #fff;
	font-weight: bold;
	text-align: left;
	background-color: #cc0613;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
}

table.list td
{
	border-style: none;
	border-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
	vertical-align: middle;
}

table.list form
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}

table.list td.deviceListButton
{
	width: 20px;
}

table.list tr.even
{
	background-color: #d0d0d0;
}

table.list tr.even:hover, table.list tr.odd:hover
{
	background-color: #f8f8e8;
}

table.list tr.odd
{
	background-color: #e0e0e0;
}

table.list tr.intermediateHeader
{
	background-color: #c0c0c0;
}

table.list tr.intermediateHeader th
{
	background-color: #c0c0c0;
	color: #0076b8;
	font-size: 15px;
	line-height: 15px;
}

strong, b
{
	font-weight: bold;
}

emph, i
{
	font-style: italic;
}

.deviceName
{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.deviceDescription
{
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}

.basicProperty
{
	font-weight: bold;
}

.systemProperty
{
}

.userProperty
{
}

.online
{
	color: #080;
	font-weight: bold;
}

.offline
{
	color: #444;
}

.address
{
	line-height: 14px;
	margin-bottom: 4px;
}

.small
{
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	margin-top: 8px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 8px;
}

.footer
{
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
	line-height: 9pt;
	color: #444;
}

.sortable
{
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

th.sortable:hover
{
	background-color: #da4952;
}

span.clearableInput
{
	position: relative;
}

span.clearableInput span
{
	position: absolute;
	display: block;
	top: 1px;
	right: 8px;
	width: 16px;
	height: 16px;
	background: url('../images/clearbutton.png');
	cursor: pointer;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5)
{
	span.clearableInput span
	{
		position: absolute;
		display: block;
		top: 1px;
		right: 8px;
		width: 16px;
		height: 16px;
		background: url('../images/clearbutton-x2.png');
		background-size: 16px 16px;
		cursor: pointer;
	}
}

span.clearableInput input[type=text]
{
	padding: 0px 20px 0px 2px;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

div.loginBox
{
	margin-top: 140px;
	text-align: center;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 480px;
}

div.loginBox td, div.loginBox th
{
	padding: 10px;
}

div.loginBox #notice
{
	font-size: 20px;
	text-align: center;
	padding-bottom: 40px;
}

div.loginBox #subnotice
{
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	color: #606060;
}

div.loginBox #firstNameLabelCell, #lastNameLabelCell, div.loginBox #usernameLabelCell, div.loginBox #emailLabelCell, div.loginBox #oldPasswordLabelCell, div.loginBox #passwordLabelCell, div.loginBox #verifyLabelCell, div.loginBox #claimLabelCell
{
	font-size: 16px;
	text-align: right;
	color: #000000;
}

div.loginBox #claimLabelCell
{
	color: #606060;
}

div.loginBox #firstNameInputCell, #lastNameInputCell, div.loginBox #usernameInputCell, div.loginBox #emailInputCell, div.loginBox #oldPasswordInputCell, div.loginBox #passwordInputCell, div.loginBox #verifyInputCell, div.loginBox #claimInputCell
{
	text-align: left;
}

div.loginBox #firstNameInput, #lastNameInput, div.loginBox #usernameInput, div.loginBox #emailInput, div.loginBox #oldPasswordInput, div.loginBox #passwordInput, div.loginBox #verifyInput, div.loginBox #claimInput
{
	font-size: 18px;
	width: 240px;
	height: 28px;
	background-color: white;
	color: #111;
	border: 1px solid #000000;
	padding-left: 6px;
	padding-right: 6px;
}

div.loginBox #loginButtonCell
{
	text-align: left;
}

div.loginBox #loginButton, div.loginBox #resetPasswordButton, div.loginBox #deleteAccountButton
{
	height: 28px;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	background-color: #cc0613;
	border: 1px solid #cc0613;
	color: white;
	cursor: pointer;
  border-radius: 4px;
}

div.loginBox #loginButton:hover, div.loginBox #resetPasswordButton:hover
{
	background-color: #8d060e;
	border: 1px solid #8d060e;
}

div.loginBox #loginButton:active, div.loginBox #resetPasswordButton:active
{
	background-color: #cc0613;
	border: 1px solid #cc0613;
}

div.loginBox #deleteAccountButton
{
	background-color: #d00000;
	border: 1px solid #d00000;
}

div.loginBox #deleteAccountButton:hover
{
	background-color: #e01010;
	border: 1px solid #e01010;
}

div.loginBox #deleteAccountButton:active
{
	background-color: #e01010;
	border: 1px solid #e01010;
}

div.loginBox #resetPassword, div.loginBox #loginLink, div.loginBox #cancelLink
{
  font-size: 16px;
  display: none !important;
}

#legal
{
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
	color: #606060;
	line-height: 20px;
}

#noDevicesFound
{
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

img.button
{
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

a:link
{
	color: #cc0613;
	text-decoration: underline;
}

a:visited
{
	color: #da4952;
	text-decoration: underline;
}

a:active
{
	color: #8d060e;
	text-decoration: underline;
}

a:hover
{
	color: #8d060e;
	text-decoration: underline;
}

.deviceDescription, .emptyDeviceDescription
{
	line-height: 24px;
}

.deviceDescription a:link
{
	color: #222;
	text-decoration: none;
}

.deviceDescription a:visited
{
	color: #222;
	text-decoration: none;
}

.deviceDescription a:active
{
	color: #000;
	text-decoration: none;
}

.deviceDescription a:hover
{
	color: #000;
	text-decoration: none;
}

.emptyDeviceDescription a:link
{
	color: #888;
	text-decoration: none;
}

.emptyDeviceDescription a:visited
{
	color: #888;
	text-decoration: none;
}

.emptyDeviceDescription a:active
{
	color: #666;
	text-decoration: none;
}

.emptyDeviceDescription a:hover
{
	color: #666;
	text-decoration: none;
}

.footer a:link
{
	color: #444;
	text-decoration: underline;
}

.footer a:visited
{
	color: #444;
	text-decoration: underline;
}

footer a:active
{
	color: #000;
	text-decoration: underline;
}

footer a:hover
{
	color: #000;
	text-decoration: underline;
}

/*
 * Forms
 */
input[type=text].form-control
{
	font-size: 16px;
	color: #222;
	background-color: #f4f4f4;
	border: 1px solid #aaa;
	padding: 2px 4px 2px 4px;
	margin: 0;
}

select.form-control
{
	font-size: 14px;
	color: #222;
	background-color: #f4f4f4;
	border: 1px solid #aaa;
	margin: 0;
}

input[type=submit].form-control
{
	height: 24px;
	text-align: center;
	font-size: 15px;
	line-height: 16px;
	background-color: #008bc5;
	border: 1px solid #008bc5;
	padding: 2px 6px 2px 6px;
	color: white;
	cursor: pointer;
	margin: 0;
	border-radius: 4px;
}

input[type=submit].form-control:hover
{
	background-color: #109bd5;
	border: 1px solid #109bd5;
}

input[type=submit].form-control:active
{
	background-color: #109bd5;
	border: 1px solid #109bd5;
}

/*
 * Open Layers
 */
div.olControlAttribution, div.olControlScaleLine
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	bottom: 4px;
	right: 4px;
}

div.olMapViewport
{
	position: relative;
	z-index: 0;
}

#mapview
{
	width: 600px;
	height: 400px;
	border: 1px solid #0076b8;
}