﻿html, body, .sfPublicWrapper, #ContentBody {
    position: absolute;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    overflow-x: hidden;
    padding: 0;
}

#map-canvas img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-right: 300px;
     max-width: none;
}


.row-fluid {
    height: 100%;
}

.column:before, .column:after {
    content: "";
    display: table;
}

.column:after {
    clear: both;
}

.column {
    height: 100%;
    overflow: hidden;
}

.box {
    bottom: 0; /* increase for footer use */
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
}

.full {
    width: 100%;
}

#left-nav {
    position: relative;
    height: 1000px;
    z-index: 50;
    padding-top: 100px;
    overflow: auto;
    width: auto;
}

#map-canvas {
    width: 100%;
    height: 750px;
    margin-left: -20px;
    margin-right: -20px;
}

#progress {
    margin-top: 10px;
}

#progressPhone {
    margin-top: 1px;
    margin-bottom: -1px;
    margin-left: -14px;
    width: 95%;
    height: 5px;
}

.navbar {
    margin-bottom: 0;
}

/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

.infoPopup img {
    float: left;
    height: auto !important;
    width: auto !important;
    margin-right: 3px !important;
}

.rightSideLink {
    float: right;
    margin-right: 8px;
    margin-bottom: -5px;
}

.hideMe {
    display: none;
}

#left-nav > ul > li:nth-child(3) > p {
    color: #2A567B;
    margin: 10px 16px 10px 10px;
}

    #left-nav > ul > li:nth-child(3) > p:nth-child(1) {
        font-weight: bold;
    }

@media (max-width: 767px) {
    #left-nav {
        display: none;
    }
}

.circle {
    width: 16px;
    height: 16px;
    border: solid 1px black;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    float: left;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

.circleLabel {
    font-size: 8px;
    text-align: center;
}
