﻿html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.body-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
}

.page-container {
  width: 100%;
  min-height: 700px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: white;
  color: darkblue;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #4C70A0;
  padding: 0;
  margin: 0;
}

.footer-logo {
  height: 30px;
}

#map {
  margin-top: 70px;
  width: 100%;
  position: absolute;
}

#floating-panel {
  position: absolute;
  bottom: 50px;
  left: 10px;
  width: 100%;
  max-width: 500px;
}

  #floating-panel div.buttons {
    text-align: right;
    padding: 10px;
  }



@media (max-width: 400px) {

  #floating-panel {
    left: 0px;
    bottom: 0px;
  }
}

div.loading {
  position: absolute;
  background: url(/Images/loading_arrows.gif) no-repeat center center;
  background-size: 100px 100px;
  width: 100%;
  height: 100%;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
}


@media (max-width: 400px) {

  footer {
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }

  .footer-logo {
    height: 20px;
  }
}
