/** Add css rules here for your application. */
body {
	/* padding-top: 70px; */
	
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.gwt-SuggestBoxPopup .item {
	/*padding: 2px 6px;
    color: #000;*/
	cursor: pointer;
	font-size: 110%;
	/*display: block;*/
	padding: 3px 9px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
}

.gwt-SuggestBoxPopup .item-selected {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	outline: 0;
}

.measurementvalue {
	font-size: 10vh;
	margin: 0px;
	padding: 0px;
	line-height: 8vh;
}

.measurement {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1000px) {
	.measurement {
		margin-top: 0px;
		margin-bottom: 40px;
	}
}

.measurementlegend {
	font-size: 15pt;
	font-weight: bold;
	white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
	.measurementlegend {
		font-size: 12pt;
		font-weight: bold;
		white-space: nowrap;
	}
}

.measurementsmalllegend {
	font-size: 12pt;
	font-weight: bold;
	white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
	.measurementsmalllegend {
		font-size: 10pt;
		font-weight: bold;
		white-space: nowrap;
	}
}

.flatMainTable {
	width: 100%;
	height: 100%;
	border: 3px solid #dadada;
	text-align: center;
}

.chartStyle {
	/* width: 100%; */ /* padding: 10px; */
	max-height: 35vh;
	max-width: 100%;
}

.nodatastyle {
	color: red;	
}