/* FORMATTING FOR THE GOOGLE MAP */
#map {
  /*height: 100%;*/
  height: 500px;
}
/* END FORMATTING FOR THE GOOGLE MAP */

/* Used to make the columns the same height within a row */
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.gauge:hover {
	border: 1px solid red;
}

.gauge-active {
	border: 1px solid red;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
    z-index: 5;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}