/* © Copyright Hitachi Power Grids. All rights reserved. */

/* 'traditional' block layout */

body {
	overflow: hidden;
}

h3 {
	font-size: small;
}

/* this div holds everything (except popups) in this layout */
#mainContainer {
	position: absolute;
	top: 50px;
	right: 0;
	width: 350px;
	right: 0;
	background-color: #c0c0c0;
	padding: 10px 10px 10px 10px;
	margin: 0;
}

.mainContainerWrapper, .mainContainerWrapper div {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 99%;
}

/* divs that are same width as map */
.centeredMapWidth {
	clear: both;
}

.centeredMapWidthNoPad {
	width: 99.7%;
	padding: 0.3%;
	overflow: hidden;
}

/* page header */
#dataTableHeader {
	width: auto;
	margin: 1%;
}

.typeSelectorText {
	float: left;
	clear: both;
}

.inputAndDesc {
/*	font-size: x-small;*/
	font-size: small;
	float: left;
	clear: both;
}

/* map container element */
#map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

/* checkboxes */
#typeSelectorBox {
	float: left;
	margin: 10px;
	width: auto;
	padding: 1%;
}

#boundariesSelectorBox {
	display: none;
	width: auto;
	padding: 1%;
	font-weight: bold;
	font-size: x-small;
	position: absolute;
	right: 0;
	bottom: 10px;
}

/* map legend */
#mapCodes {
    margin-left: 1em;
/*    padding: 1%;*/
    width: 100%;
}

.mapCodeItem {
	float: left;
	width: auto;
	margin-left: 0.1em;
/*	margin: 0.1em 0.1em 0.1em 0.5em;*/
	height: auto;
}

.mapCodeItem > span{
        margin-left: 0.3em;
	text-align: bottom;
}

.mapCodeItem > img{
/*        height: 15px;
	vertical-align: text-top;*/
	height: 1.2em;
	vertical-align: sub;
}



/* language selector */
#flags {
	width: auto;
	float: right;
}

#mainHeader {
	width: auto;
	float: left;
}

/* address searchbar */
#addressField {
	width: 79%;
	padding: 0;
	float: left;
}

.smallErorr {
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
}

#searchButton {
	width: 19%;
	padding: 0;
}

#searchBox {
	width: 100%;
}

/* area select listbox */
#areaSelection {
	display: none;
}

/* table */
#dataTableBox {
	margin: 2%;
}

table {
	width: auto;
	font-size: x-small;
}

table thead tr th {
	width: auto;
	word-wrap: break-word;
}

table thead {
	border-bottom: 1px solid grey;
}

table td {
	padding: 0;
}

table th {
	padding: 0.2em;
}

#helpText {
	left: 0 !important;
	right: 0 !important;
}
