﻿.locationiq-bounds {
    box-shadow: 0 1px 5px rgba(0,0,0,.65);
    border-radius: 4px
}

    .locationiq-bounds a, .locationiq-bounds a:hover {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        width: 26px;
        height: 26px;
        line-height: 26px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #000
    }

    .locationiq-bounds a, .layout-control-layers-toggle {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block
    }

        .locationiq-bounds a:hover {
            background-color: #f4f4f4
        }

        .locationiq-bounds a:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px
        }

        .locationiq-bounds a:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-bottom: none
        }

        .locationiq-bounds a.leaflet-disabled {
            cursor: default;
            background-color: #f4f4f4;
            color: #bbb
        }

.locationiq-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
    float: left;
    clear: both;
    cursor: auto
}

.autocomplete-suggestions {
    box-shadow: 0 1px 5px rgba(0,0,0,.65);
    border-radius: 4px
}

    .autocomplete-suggestions a, .autocomplete-suggestions a:hover {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        width: 26px;
        height: 26px;
        line-height: 26px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #000
    }

    .autocomplete-suggestions a, .layout-control-layers-toggle {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block
    }

        .autocomplete-suggestions a:hover {
            background-color: #f4f4f4
        }

        .autocomplete-suggestions a:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px
        }

        .autocomplete-suggestions a:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-bottom: none
        }

        .autocomplete-suggestions a.leaflet-disabled {
            cursor: default;
            background-color: #f4f4f4;
            color: #bbb
        }

.locationiq-autocomplete-input {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding-left: 26px;
    text-indent: 6px;
    font-size: 14px;
    background-color: transparent;
    cursor: pointer
}

.locationiq-autocomplete-control {
    width: 26px;
    height: 26px;
    background-color: #fff;
    -webkit-transition: width .1s,height .1s;
    -moz-transition: width .1s,height .1s;
    -ms-transition: width .1s,height .1s;
    -o-transition: width .1s,height .1s;
    transition: width .1s,height .1s;
    z-index: 810;
    box-sizing: content-box
}

.locationiq-autocomplete-expanded {
    width: 280px;
    height: 44px
}

    .locationiq-autocomplete-expanded .locationiq-autocomplete-input {
        padding-right: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 32px
    }

.locationiq-reset-control {
    display: none;
    position: absolute;
    right: 0;
    width: 26px;
    height: 100% !important;
    padding-right: 2px;
    text-align: center;
    vertical-align: middle;
    font: normal 18px/26px 'Lucida Console',Monaco,monospace;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.locationiq-autocomplete-expanded .locationiq-reset-control {
    display: table-cell;
    background-color: inherit;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

    .locationiq-autocomplete-expanded .locationiq-reset-control.leaflet-locationiq-hidden {
        display: none
    }

.locationiq-reset-control:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.locationiq-autocomplete-search-icon {
    position: absolute;
    height: 100%;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    z-index: 10;
    cursor: pointer
}

.locationiq-bounds a.locationiq-autocomplete-search-icon {
    border-radius: 4px;
    border-bottom: 0;
    height: 100%
}

    .locationiq-bounds a.locationiq-autocomplete-search-icon:not(:hover) {
        background-color: transparent
    }

.locationiq-autocomplete-expanded a.locationiq-autocomplete-search-icon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.locationiq-autocomplete-search-icon.leaflet-locationiq-loading {
    background-image: url(images/loading.gif)
}

@media only screen and (min--moz-device-pixel-ratio:1.25),only screen and (-o-min-device-pixel-ratio:2.5/2),only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-device-pixel-ratio:1.25),only screen and (min-resolution:120dpi),only screen and (min-resolution:1.25dppx) {
    .locationiq-autocomplete-search-icon {
        background-image: url(images/search@2x.png)
    }

        .locationiq-autocomplete-search-icon.leaflet-locationiq-loading {
            background-image: url(images/loading@2x.gif)
        }
}

.locationiq-autocomplete-input:focus {
    outline: none;
    cursor: text
}

.locationiq-autocomplete-input::-ms-clear {
    display: none
}

.autocomplete-suggestions {
    width: 100%;
    position: absolute;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.autocomplete-suggestion {
    font-size: 13px;
    padding: 7px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.autocomplete-suggestion-name {
    line-height: 20px
}

.autocomplete-suggestion-address {
    font-size: 12px;
    line-height: 12px;
    color: #666
}

.autocomplete-suggestion:first-child {
    border: none
}

.autocomplete-suggestion:hover {
    background-color: #d5f1f3;
    border-color: #d5f1f3
}

.autocomplete-selected, .autocomplete-selected:hover {
    background-color: #b2e3e7;
    border-color: #b2e3e7
}

.locationiq-autocomplete-message {
    font-size: 13px;
    padding: 7px;
    background-color: #fff;
    overflow-x: auto
}
