/**
 * Created for web_MIS
 * Author: Martin Halla
 * Date: 05. 04. 2018
 * Time: 11:50
 */
#address-form {
  display: none;
  transition: all 0.5s;
}
@media (min-width: 1199px) {
  .modal-lg {
    width: 1100px;
  }
}
.pac-container {
  z-index: 10000 !important;
}
#google-map-element {
  position: relative;
  height: 600px;
  transition: all 0.5s;
}
#google-map-modal .modal-body {
  min-height: 680px;
}
.map-button a {
  margin-top: 20px;
}
