.closeButton {
    position: absolute;
    top: -12px;
    right: -11px;
    padding: 0px 0px 0px 6px;
    width: 20px;
    color: white;
    background-color: #66779b;
    cursor: pointer;
    height: 20px;
    font-size: 14px;
}

.pointArrow {
    position: absolute;
    bottom: -22px;
    left: -10px;
}

.dvInfoWindow {
    min-width: 150px;
    height: 55px;
    float: left;
}

.dvInfoWindowMain {
    padding: 5px;
    background-color: #ff8d36;
    color: White;
    font-size: 15px;
}

.dvInfoWindowSub {
    padding: 5px;
    color: White;
    font-size: 14px;
    background-color: #566992;
}

.dvProperty {
    width: 100%;
    height: 130px;
    background-color: White;
    text-align: center;
    float: left;
}

.map-options {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index: 1;
    text-align:center;
}

    .map-options .col-md-2 {
    
    float:none;
    display:inline-block;
    }

.map-options-tab:hover {
    background: #52658c;
    color: white;
}

.selected {
    background: #52658c;
    color: white !important;
}

.map-options-tab {
    color: #52658c;
    font-size: 14px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    height: 35px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    font-weight: bold;
    border: 1px solid #52658c;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-text {
    position: relative;
    line-height: 26px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.dvGoogleMap {
    width: 100%;
    height: 500px;
    float: left;
    background-color: #f5f5f5;
}

.dvCommute {
    background-color: #f6f6f6;
    border: 1px solid #f5f5f5;
    height: 165px;
    width: 180px;
    position: absolute;
    right: 20px;
    margin-top: 68px;
    display: none;
}

.dvNearBy {
    background-color: #f6f6f6;
    border: 1px solid #f5f5f5;
    height: 165px;
    width: 300px;
    position: absolute;
    right: 20px;
    margin-top: 68px;
    display: none;
}

.dvOption {
    background-color: #f6f6f6;
    border-bottom: 1px solid #d1d1d1;
    padding: 5px;
    font-family: "Open Sans",Arial,sans-serif;
    float: left;
    width: 100%;
}

    .dvOption i {
        float: left;
        margin: 3px 0px 0px 5px;
    }

.dvOptionTitle {
    background-color: #566992;
    border-bottom: 1px solid #566992;
    padding: 5px;
    font-family: "Open Sans",Arial,sans-serif;
    float: left;
    width: 100%;
    color: white;
}

.dvOption:hover {
    cursor: pointer;
    background-color: #ECECEC;
}

.selectedOption {
    background-color: #ECECEC;
    border-left: 2px solid #566992;
}

.dvOption img {
    float: left;
}

.dvOption span {
    float: left;
    margin: 0px 0px 0px 5px;
}


.dvNoRecord {
    width: 350px;
    min-height: 20px;
    padding: 5px;
    text-align: center;
    background-color: #f48635;
    color: white;
    font-size: 15px;
    position: absolute;
    margin-top: 75px;
    margin-left: 36%;
    display: none;
}

.mapSearch {
    background-color: #6A7283;
    border-bottom: 1px solid #6A7283;
    padding: 5px;
    font-family: "Open Sans",Arial,sans-serif;
    float: left;
    width: 100%;
    color: white;
}

.txtControl {
    width: 50px;
    height: 20px;
    padding: 2px;
    font-family: Cooper;
}




.projectMapTitle {
    font-size: 20px;
    color: #833d03;
    font-family: Calibri;
    font-variant: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px dashed #833d03;
}

.projectMapLocation {
    padding-top: 5px;
    font-size: 15px;
    color: #833d03;
    font-family: Calibri;
    font-variant: normal;
}

.dvInfoWindowOuter {
    float: left;
    min-height: 50px;
}
