#progressBar {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
}
#progressBar .progress {
  width: 300px;
}
html, body {
	width:100%;
	height:100%;
	margin: 0;
}
body {
  padding-top: 50px;
}
#map {
  position: relative;
  width: auto;
  height: 100%;
}
.ui-front {
	z-index: 100;
}
.ui-menu {
  z-index: 20000;
}
