body.map {
  height: 100%;
  padding:0;
}

.map .navbar {
  position: relative;
  z-index:999;
  margin:0;
}

.map .container-fluid {
  position: absolute;
  top:40px;
  left:0;
  right:0;
  bottom:0;
  padding:0;
}

.map .row-fluid {
  height:100%;
}

.map .row-fluid > [class*="span"] {
  position:relative;
  height:100%;
}

.map #map {
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
}