/* CSS Document */

.map-pin-info {
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 18px !important;
    padding-bottom: 2px;
    line-height: 25px !important;
    color: #000;
    font-weight: bold;
}



/*When the modal fills the screen it has an even 2.5% on top and bottom*/
/*Centers the modal*/
.modal-dialog {
  margin: 2.5vh auto;
}

/*Sets the maximum height of the entire modal to 95% of the screen height*/
.modal-content {
  max-height: 95vh;
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
.modal-body {
  max-height: 90vh;
}
/*Sets the maximum height of the modal image to 69% of the screen height*/
.modal-body img {
  max-height: 70vh;
}











/* CSS for Google Maps */
.fullHeight {
  height: 100vh;
}
header, footer, #map-canvas {
  width: 100%;
}
#map-canvas {
  height: calc(100% - 30px);
}
/* CSS for Google Maps END */

/* Forms */
.input-bar {
    display: table;
    width: 100%;
}

.input-bar-item {
    display: table-cell;
}

.input-bar-item > button {
    margin-left: 5px;
}
    
.width100 {
  width: 100%;
}
/* Forms END */
