html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffffaa;
}
#map-header{
	background-color:#87cefa; /*#2bfee8;*/
	width:100%;
	height: 60px;
	margin: 0 auto;
	padding: 5px 0 0 10px;
	color: #444;
}
#map-header span {
	font-size:30px;
	cursor:pointer;
	font-weight:bold;
	position: absolute;
	top: 62px;
  z-index: 300;
}
#map-body {
	width: 100%;
	display: flex;
	/*justify-content: flex-start;*/
	margin: 0;
}
#cesiumContainer{
	width: 100%;
	height: 95%;
	margin: 0 0 10px 0;
}
.nofullSize {
	/*
	float: left;
	width: 100%;
	height: 95%;
	margin: 0px 0px 0 0px;
	*/
	/*padding: 10px;*/
/*	
	flex: 1 1 100%;
  padding: 0px 00px;
  background: #fff;
  color: #111;
  box-shadow: 0 0 5px rgba(0,0,0,1);
  transition: all .3s;
*/	
}
#toolbar-ward{
	display: none;
	width:0; 
	background: rgba(42, 42, 42, 0.9);
	position: fixed;
	right: 0;
  z-index: 200;
/*	
	float: right;
	width:0; 
  transition: 0.8s;
	background-color: #222;
  z-index: 200;
*/
/*
  flex: 1 500 auto;
  overflow: hidden;
  background: #111;
  color: #fff;
  transition: all .5s;
  z-index: 200;
*/	
}
#toolbar-railway {
	display: none;
	width:0;
	height: 500px;
	background: rgba(42, 42, 42, 0.9);
	position: fixed;
	left: 0;
  z-index: 200;
  transition: 0.5s;
	overflow: auto;
	/*float: left;
	background: rgba(42, 42, 42, 0.8);
	padding: 4px;
	border-radius: 4px;*/
/*	
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 200;
  top: 120px;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
	margin: 0;
	padding: 0;
*/
/*
  height: 100%;
  flex: 1 500 auto;
  overflow: hidden;
  background: #111;
  color: #fff;
  transition: all .5s;	
  z-index: 200;
*/
	
}
.toolbar table {
	width: 100%;
}
.toolbar input {
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
.toolbar .header {
	font-weight: bold;
}
.closebtn {
  /*position: absolute;*/
  /*top: 0;*/
	float: right;
  right: 25px;
  font-size: 36px;
	margin-right: 5px;
	text-decoration: none;
	color: #fff;
  /*margin-left: 50px;*/
}
.closebtn::after {
	clear:both;
}
@media screen and (max-width: 500px) {
	#cesiumContainer{
		height: 600px;
	}
}