body {
    font-family: 'Open Sans', sans-serif;
}

.angular-google-map-container {
    width: 100%;
    height: 100%;
}

.zoi-maps-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.zoi-maps-container .row {
    height: 100%;
}

.zoi-maps-container .col-6 {
    display: inline;
}


/* fix for Twitter Bootstrap handling of responsive images */

.angular-google-map img {
    max-width: none;
}

.angular-google-map {
    height: 100%;
}

.shrink {
    font-size: 8;
}

.true:hover {
    background-color: lightgreen;
}

.false:hover {
    background-color: lightpink;
}

.marker-labels {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
    white-space: nowrap;
}


/** FIX for Bootstrap and Google Maps Info window styes problem **/

img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
    max-width: none;
}


/* uncomment this if you are using the <google-map> element instead of a div
.angular-google-map {
  display: block;
  }*/

.custom-info-window {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    /*border: 1px solid white;*/
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 200px;
    margin-top: 15px;
    margin-left: -130px;
}

.custom-info-window a {
    color: white;
    text-decoration: underline;
}

.custom-info-window:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: rgba(0, 0, 0, 0.5) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 118px;
}

input.form-control {
    padding: 6px 2px;
    text-align: center;
}

.global-prograss-bar {
    height: 2px;
    width: 100%;
    position: fixed;
}

.global-prograss-bar-indicator {
    position: relative;
    height: 2px;
    width: 0%;
    background-color: #00adff;
}

.zoi-nav-panel {
    margin: 0 0 10px 0;
    background-color: #f5f5f5;
    padding: 6px;
    border-radius: 4px;
}

.zoi-detail-container {
    background-color: #fff;
    margin-top: 4px;
    border-radius: 4px;
}

.map-zoom-slider {
    position: relative;
}

.map-zoom-slider * {
    font-size: 0.8em;
}

input[type="range"] {
    position: relative;
}

input[type="range"]:after,
input[type="range"]:before {
    position: absolute;
    top: 1.4em;
    color: #aaa;
}

input[type="range"]:before {
    left: 0em;
    content: attr(min);
}

input[type="range"]:after {
    right: 0em;
    content: attr(max);
}

output {
    position: absolute;
    top: 1em;
    left: 60px;
}