* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	width: 100%;
}

.logo {
	margin: 15px 0;
}

.login-block, .loading-block {
	position: relative;
	height: 100%;
}

.loading-block {

}

.blocker {
	z-index: 1000000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.transp {
	opacity: 0.25;
	background-color: #000;
/*
	opacity: 0.04;
	background-color: #000;
*/
}

body .modal .modal-dialog {
	z-index: 1050;
}

.modal-backdrop.in {
	opacity: 0.25;
}

body.modal-open .container, body.loading .container, body.blocked .tab-pane.active > .row {
	-webkit-filter: blur(0.8px);
	-moz-filter: blur(0.8px);
	-ms-filter: blur(0.8px);
	-o-filter: blur(0.8px);
	/* FF doesn't support blur filter, but SVG */
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='blur'><feGaussianBlur in='SourceGraphic' stdDeviation='0.8' /></filter></svg>#blur");
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '0.8');
	filter: blur(0.8px);
}

.login-block .logo {
	position: absolute;
	top: 50%;
	margin-top: -170px;
	left: 50%;
	margin-left: -225px;
	width: 438px;
	height: 66px;
}

.container .logo {
	width: 183px;
	height: 27px;
}

.login-block .login-panel {
	width: 312px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	margin-top: -72px;
	left: 50%;
	margin-left: -156px;
}

.loading-panel {
	width: 312px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	margin-top: -72px;
	left: 50%;
	margin-left: -156px;
	z-index: 1000001;
}

.hider {
	content: url("../img/hide.svg");
	width: 10px;
	height: 10px;
}

.hider.sh {
	content: url("../img/show.svg");
}

.input-xs {
	height: 22px;
	padding: 2px 6px;
}

.hidden {
	display: none;
}

.zebra-row, .zebra-container > div.row:nth-child(2n+1) {
	background-color: #f7f7f7;
}

.highlight {
	background-color: #daeef8 !important;
}

.footer {
	position: fixed;
	z-index: 100;
	bottom: 0;
	right: 0;
	left: 0;
}

.right-block {
	padding-left: 10px;
}

.right-block-xl {
	padding-left: 11px;
}

.left-block {
	padding-right: 10px;
}

.left-block-xl {
	padding-right: 21px;
}

.bottom-block {
	padding-top: 10px;
}

.top-block {
	padding-bottom: 10px;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.vert-padding {
	padding-top: 3px;
	padding-bottom: 3px;
}

.nowrap {
	white-space: nowrap;
}

.top-margin {
	margin-top: 15px;
}

ul.thin-nav li a {
	padding: 3px 5px;
}

ul.thin-nav li:first-child {
	margin-left: 10px;
}

ul.switch-links {
	margin: 0;
}
ul.switch-links > li {
	float: none;
	padding: 0;
	margin: 0;
	display: inline;
}
ul.switch-links > li > a {
	border: 0;
	background-color: none;
	text-decoration: none;
}
ul.switch-links > li > a:hover {
	text-decoration: underline;
}
ul.switch-links > li.active > a, ul.switch-links > li.active > a:hover {
	text-decoration: underline;
	color: #555555;
}

.accordion-header {
	float: left;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #d8d8d8;
}

.table-header {
	background-color: #eee;
	float: left;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #d8d8d8;
}

.panel-heading img.pull-right {
	margin-top: 5px;
}

.panel-heading div:hover, .info:hover, .hand {
	cursor: pointer;
}

.scroll-container {
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 50px;
	max-height: 300px;
}

.trash-row {
	padding: 5px 0;
}

.trash-row .btn, .trash-btn {
	width: 110px;
}

.checkbox-label {
	font-weight: normal;
}

.small-label {
	font-size: 10px;
	font-weight: normal;
}

#modemModalDialog .form-group .control-label {
	padding-right: 18px;
}

#lang-select {
	height: 24px;
	padding: 0;
}

#logContainer {
	padding-left: 10px;
	margin: 10px 0;
	height: 400px;
	overflow-y: auto;
}

#modemModalDialog .tab-content, #siteModalDialog .tab-content {
	padding: 10px;
}

.modal-buttons button, .btn-fixed {
	width: 95px;
}

.buy-btn {
	width: 82px;
}

.maps-btn {
	width: 90px;
}

.maps2-btn {
	width: 68px;
}

.maps3-btn {
	width: 85px;
}

.module-status, .free-status {
	font-size: 12px;
	text-align: center;
}

.flot-overlay {
	z-index: 1;
}

.graph {
	height: 200px;
	margin-bottom: 12px;
}

.legendColorBox {
	padding: 1px 2px;
}

.tab-pane {
	position: relative;
}

.popover {
	max-width: 440px;
	z-index: 1100;
}

.label120 {
	width: 120px;
}

.ellipsis {
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

select.form-control {
	padding: 0;
}

.no-selection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-heading {
	padding: 3px 11px;
}

.close {
	font-family: Arial;
}

.graphTitle {
	/*font-weight: bold;*/
	font-size: 14px;
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	color: #666; /*rgba(85, 85, 85, 0.6);*/
}

.graphLegend {
	background-color: #fff;
	padding: 2px;
	margin-bottom: 8px;
	/*border-radius: 3px 3px 3px 3px;
	border: 1px solid #E6E6E6;*/
	display: inline-block;
	margin: 0 auto;
	margin-left: 10px;
}

.graphLegend table td.legendLabel {
	padding-left: 4px;
	padding-right: 6px;
}

.legendColorBox > div{
	border: 0 !important;
	padding: 0 !important;
}

.legendColorBox > div > div{
	border-width: 4px !important;
	width: 3px !important;
}

.legendLabel {
	font-size: 12px;
	color: #888;
}

#chartTooltip {
	position: absolute;
	display: none;
	z-index: 10000;
	border: 1px solid #eee; /*#bce8f1;*/ /*#fdd*/
	border-radius: 4px;
	padding: 4px;
	background-color: #fff; /*#f3fbff;*/ /*#fee*/
	opacity: 0.97;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05);
}

#chartTooltip table tr td {
	padding: 2px 3px;
}

.toggle-maps {
	vertical-align: top;
}

