﻿body {
}

ng-map, div[map] {
    max-height: 400px;
    display: block;
    height: 100%;
}

form {
    max-width: 600px;
}

.highlight {
    background: #ffef95;
}

.bf-list-item {
    padding: 5px 10px;
    font-size: 13px;
}

    .bf-list-item:hover {
        background-color: #f5f5f5;
        cursor: pointer;
    }

.bf-spinner {
    left: 50%;
    margin-left: -4em;
}

.bf-title-nearby {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.padding-5-0-2 {
    padding: 5px 0 2px;
}

.margin-left-3 {
    margin-left: 3px;
}

#map_container {
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 600px) and (min-height: 400px) {
    #map_container {
        padding-bottom: 400px !important;
    }
}

@media (max-width: 767px) {
    #map_container {
        padding-bottom: 400px !important;
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    #map_container {
        position: relative;
        padding-bottom: 400px !important;
    }
}

@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {
    #map_container {
        position: relative;
        padding-bottom: 400px !important;
    }
}

@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {
    #map_container {
        position: relative;
        padding-bottom: 400px !important;
    }
}

@media screen and (max-width: 600px) and (max-height: 800px) {
    .bf-spinner {
        position: fixed !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
        height: 35% !important;
        z-index: 9999999999 !important;
        overflow: hidden !important;
    }
}

.bf-input {
    max-width: 520px !important;
    border-radius: 5px !important;
}

.bf-butt {
    margin-left: 10px !important;
    border-radius: 5px !important;
}

.div-custom-style{
    position:relative;
}