.showBroadband /*Change to display:block; when broadband should be visible. But it will not be that easy since we now add more information at the same place. Everything will not fit!*/
{
	display:none;
}

body
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	color: rgb(51,51,51);
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: none transparent;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	padding-left: 0;
	padding-right: 0;
}

.errorMessage {
	font-size: 13px;
	background-color: rgb(101,45,134);
	color: rgb(255,255,255);
	font-weight: bold;
	text-indent: 10px;
}

.title {
	color: rgb(0,131,190);
	height:22px;
	width:100%;
	margin:0 0 10px 0; 
	padding:0; 
	font-weight: bold;
	font-size: 15px;
	text-indent: 10px;
}

.countiesTitle {
	cursor: pointer;
	color: rgb(101,45,134);
}

.titleLeft {
	padding: 7px 0px;
}

.titleRight {
}

.specialTitle {
}

.specialTitleLeft {
}

.specialTitleRight {
}

#showHelp {
	position: absolute;
	right: 10px;
	padding: 1px;
	z-index:100001;
}

#helpPanel {
	background-color: rgb(235,233,238);
	padding: 10px 50px 10px 6px;
	display: none;
}

table {
	text-align: left;
	width: 100%;
	background-color: rgb(246,246,246);
	border-collapse:collapse;
}

.tableDate {
	white-space: nowrap;
}

.importantInfoTableDate {
	white-space: nowrap;
	vertical-align:text-top;
}

#importantInfoTable {
	max-height: 350px; /*there's a fix for ie6 in glup.js*/
	overflow-y: auto;
	overflow-x: hidden;
}
#disturbanceListTable {
	max-height: 420px; /*there's a fix for ie6 in glup.js*/
	overflow-y: auto;
	overflow-x: hidden;
}

.cellLabel {
	display: inline-block;
	min-width: 30%;
}

th {
	padding: 2px 10px 2px 5px;
	white-space: nowrap;
	text-align: left;
}

tr.even {
	background-color: rgb(255,255,255);
}

tr.highlight {
	background-color: rgb(236,235,229);
}

td {
	padding: 2px 10px 2px 5px;
}

td.overview {
	padding: 1px 1px 1px 0px;
}

.indicatorInactive {
	background-image: url('img/local_indicator_inactive.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}

.indicatorActive {
	background-image: url('img/local_indicator_active.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}

.issues {
	text-decoration: underline;
	cursor: pointer;
	color: rgb(101,45,134);
}

.additionalDisturbanceInformation {
 	position: absolute;
	left: 130px;
	top: 600px;
	z-index: 10000;
	width: 450px;
	max-height:100px;
	height: expression(this.scrollHeight > 99 ? "100px" : "auto");
	overflow-y: auto;
	overflow-x: auto;	
	overflow-x: expression(this.scrollWidth > 452 ? "scroll" : "hidden");
	visibility:hidden;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: rgb(154,154,146);
}

#mapPanel {
	margin-left:0px;
	height:625px;
	width:100%;
	background-color: rgb(246,246,246);
}

.panelBottomLeft
{
	height: 7px;
}

.panelBottomRight {
	height: 7px;
}

#map {
	position: relative;
	width: 100%;
	height: 96%;
	background-color: rgb(255,255,255);
}

#mapControlsBackground {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 36px;
	height: 195px;
	background-color: rgb(255,255,255);
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 10001;
}

#panZoomBar {
	z-index: 10002;
	position: absolute;
	top: 4px; 
	left: 4px;
}

#maximizeMapBackground {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 34px;
	height: 34px;
	background-color: rgb(255,255,255);
	filter: alpha(opacity = 60);
	opacity: 0.6;
	z-index: 10001;
}

#maximizeMap {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 22px;
	height: 22px;
	z-index: 10002;
	background-image: url('img/maximize.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

#copyright {
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 10000;
}

#mapLabel {
	float: left;
	position: relative;
	font-size: 11px;
	font-weight: 600;
	padding-top: 3px;
	width: 80%;
	height: 15px;
}


#searchPanel {
	float: right;
	position:relative;
	width:23%;
	border-width: 1%;
	border-style: solid;
	border-color: rgb(246,246,246);
}

.group {
	padding:0px 4px 4px 0px;
}

.symbolgroup
{
	position: absolute;
	right: 50px;
	bottom: 30px;
	background-color: rgb(255,255,255);
	z-index: 10002;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgb(136,136,136);
}

.symbolgroup ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.symbol
{
	float: left;
	height: 17px;
	width: 17px;
	box-sizing: border-box;
	margin-right: 6px;
}

.symbolText
{
	float: left;
	box-sizing: border-box;
}
.symbolAndText
{
	float: left;
	display: inline-block;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 17px;
	padding: 5px;
}

#disturbances
{
	position:relative;
	top: 0px; 
	left: -5px;
}

#overviewCountsAreaType {
	display:none;
}

#noCoverageSymbol {
	background-color:rgb(255,0,0);
}

#reducedCapacitySymbol {
	background-color:rgb(255,255,0);
}

#plannedSymbols {
	display:none;
}

#plannedSymbol {
	background-color:rgb(200,0,255);
}

#overviewMap {
	border-style:solid;
	border-width:thin;
	position: absolute;
	bottom: 70px;
	right: 30px;
	z-index: 10003;
}

#showMaxExtent {
	background-image: url('img/btn_visa_hela_sverige.png');
	background-repeat: no-repeat;
	height:24px;
	width:122px;
	margin: 4px 0px 0px 0px;
}

select {
	width:125px;
	font-size: 9px;
}

.inputText {
	display: inline-block;
	width: 100%;
	height: 32px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857;
	color: rgb(128,128,128);
	vertical-align: middle;
	background-color: rgb(255,255,255);
	background-image: none;
	border: 1px solid rgb(204,204,204);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

.filterDiv {
	background-color: rgb(246,246,246);
	box-sizing: border-box;
	margin-bottom: 18px;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	border-color: rgb(235,235,235);
}

.filterFormDiv {
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 25px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

.filterFormDiv ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.filterFormDiv li {
	box-sizing: border-box;
	font-size: 10px;
	line-height: 17px;
	padding: 5px;
}

.radioInput {
	float: left;
	box-sizing: border-box;
	margin-right: 6px;
}

.radioDesc {
	box-sizing: border-box;
}

.freeSearchDiv {
	background-color: rgb(246,246,246);
	box-sizing: border-box;
	margin-bottom: 18px;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	border-color: rgb(235,235,235);
}

.freeSearchFormDiv {
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 25px;
	width: 300px;
	box-sizing: border-box;
}

.loader
{
	text-align:center;
	font-weight: bold;
	padding: 20px;
}

span.invisible {
	display: none;
}

#innerImportantInfo {
	border: 1px solid rgb(224,224,224);
	border-radius: 3px;
	-moz-border-radius:3px; /* Firefox 3.6 and earlier */
	margin-bottom: 20px;
}

@media (max-width: 767px){
	#disturbanceListTable thead {
		display: none;
	}
	.additionalDisturbanceInformation {
		display: none;
	}
	#overviewMap {
		display: none;
	}
	
	#disturbanceListTable tbody td {
		float: left;
		clear: left;
		display: block;
		width: 100%;
		padding: 7px 13px;
	}
	
	#indicator {
		display: inline-block;
	}
	
	#mapPanel {
		height: 400px
	}
}

@media (min-width: 767px){
	.filterFormDiv li {
		float: left;
		display: inline-block;
	}
	
	.radioDesc {
		float: left;
	}
	
	.cellLabel {
		display: none;
	}
}
