.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

section.leaflet-control-layers-list{
    padding: 0 !important;
}
#map{
    z-index: 0;
}
    #map.sticky {
        position: fixed !important;
        top: 0;
    }

    #map.absolute {
        position: absolute !important;
        bottom: 0;
        top: auto;
    }

/*position: absolute !important;
    bottom: 0;*/

#search_facets li {
    /* float: left; */
}

.search_property {
    background: #fff;
    box-shadow: none !important;
    border: none !important;
}

.facetTitle{
    border: none;
}

select.selectpicker {
    display: block !important;
}

.dropdown-menu.inner {
    display: block !important;
}

.dropdown-menu.inner li{
    /* float: none !important; */
}
    .dropdown-menu.inner li.active{
        /* display: none !important; */
    }

    .dropdown-menu .active a, .arrow_disabled {
        color: initial;
        background-color: transparent;
        border: none;
        margin-right: auto;
        height: 100%;
        float: none;
        border-radius: 0;
        text-align: left;
    }

.dropdown-menu > li > a.active.selected {
    background-color: #fff;
    color: #455560 !important;
}    

.dropdown-menu > li > a.selected {
    background-color: rgba(255,255,255,0.5);
    color: #455560 !important;
} 

.btn.dropdown-toggle:focus, .btn.dropdown-toggle:hover {
    color: #222;
    background: #fff;
}
.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: 0 !important;
} 

.search_property:hover {
	cursor:pointer;
	
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	
	background:#e8f1f7 !important;
	/* background-color:#e8f1f7 !important;
	border-left:1px solid #c7ddeb !important;
	border-bottom:1px solid #c7ddeb !important;
	border-top:1px solid #aacbe0 !important;
	border-right:1px solid #aacbe0 !important; */
    border: none !important;

	/*
	-moz-box-shadow: 3px  3px 3px #a5a5a5;
	-webkit-box-shadow: 3px 3px 3px #a5a5a5;
	box-shadow: 3px 3px 3px #a5a5a5;
	*/
}

/*===================================
            Leaflet Popup
=====================================*/            
.leaflet-popup-content-wrapper{
    border-radius: 0;
    padding: 0;
}
.leaflet-popup-pane{
    top:-56px;
}
.leaflet-popup-content{
    margin: 0;
}
.leaflet-popup-content-details{
    padding: 1em;
}
    .leaflet-popup-content-details p{
       margin: 0;
    }
.osm-popup-title{
    text-align: left;
    margin-bottom: 0;
}
.osm-popup-price{
    font-size: 14px;
}
