.leaflet-locationiq-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
}

.leaflet-locationiq-control {
    width: 26px;
    height: 20px;
    -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;
    border:none;
    box-shadow: none;
    background: transparent;
}

.leaflet-oldie .leaflet-locationiq-control {
    border: 1px solid #999
}

.leaflet-touch .leaflet-locationiq-control {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-touch .leaflet-locationiq-control.leaflet-locationiq-expanded {
    width: 100%;
    /*height: 44px;*/
    line-height: 32px
}

.leaflet-touch .leaflet-locationiq-input {
    background-size: 30px
}
input.leaflet-bar.leaflet-control.leaflet-locationiq-expanded,
.leaflet-locationiq-expanded {
    width: 100%;
    /*height: 44px*/
    border-radius: 20px;
    background-color: #ffffff;
}

input.leaflet-bar.leaflet-control.leaflet-locationiq-expanded.expanded,
.leaflet-locationiq-expanded.expanded {
    width: 100%;
    /*height: 44px*/
    border-radius: 20px;
    border-bottom: none;
    background-color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div.leaflet-bar.leaflet-control.leaflet-locationiq-expanded {
    background-color: transparent;
}

input.leaflet-bar.leaflet-control.leaflet-locationiq-expanded {
    width: calc(100% - 40px);
}

input.leaflet-bar.leaflet-control.leaflet-locationiq-expanded.expanded {
    width: calc(100% - 40px);
    z-index: 9;
}

.leaflet-locationiq-expanded .leaflet-locationiq-input {
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 32px
}

span.leaflet-locationiq-layer-icon-container {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: text-bottom
}

.leaflet-locationiq-results span.leaflet-locationiq-layer-icon-container {
    margin-right: 9px
}

img.leaflet-locationiq-layer-icon {
    width: 16px
}

.leaflet-locationiq-layer-icon {
    vertical-align: top
}

.leaflet-locationiq-layer-icon-point,
.leaflet-locationiq-layer-icon-polygon {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.leaflet-locationiq-layer-icon-point {
    background-image: url(images/point_icon.png)
}

.leaflet-locationiq-layer-icon-polygon {
    background-image: url(images/polygon_icon.png)
}

@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) {
    .leaflet-locationiq-layer-icon-point {
        background-image: url(images/point_icon@2x.png)
    }
    .leaflet-locationiq-layer-icon-polygon {
        background-image: url(images/polygon_icon@2x.png)
    }
}

.leaflet-locationiq-close {
    display: none;
    position: absolute;
    right: 0;
    width: 26px;
    height: 100%;
    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
}

.leaflet-locationiq-expanded .leaflet-locationiq-close {
    display: table-cell;
    background-color: inherit;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.leaflet-locationiq-expanded .leaflet-locationiq-close.leaflet-locationiq-hidden {
    display: none
}

.leaflet-locationiq-close:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.leaflet-touch .leaflet-locationiq-input.leaflet-bar {
    border-radius: 4px;
    border: 0 none
}

.leaflet-touch .leaflet-locationiq-results.leaflet-bar {
    border-radius: 2px;
    border: 0 none
}

.leaflet-locationiq-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
}

.leaflet-bar a.leaflet-locationiq-search-icon {
    border-radius: 4px;
    border-bottom: 0;
    height: 100%
}

.leaflet-bar a.leaflet-locationiq-search-icon:not(:hover) {
    background-color: transparent
}

.leaflet-locationiq-expanded a.leaflet-locationiq-search-icon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.leaflet-locationiq-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) {
    .leaflet-locationiq-search-icon {
        background-image: url(images/search@2x.png)
    }
    .leaflet-locationiq-search-icon.leaflet-locationiq-loading {
        background-image: url(images/loading@2x.gif)
    }
}

.leaflet-locationiq-input:focus {
    outline: 0;
    cursor: text
}

.leaflet-locationiq-input::-ms-clear {
    display: none
}

.leaflet-locationiq-results {
    width: 100%;
    position: absolute;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: none
}

.leaflet-touch .leaflet-locationiq-results {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .2)
}

.leaflet-oldie .leaflet-locationiq-results {
    border: 1px solid #999;
    left: -1px
}

.leaflet-top .leaflet-locationiq-results {
    top: 50px
}

.leaflet-bottom .leaflet-locationiq-results {
    bottom: 50px
}

.leaflet-locationiq-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.leaflet-locationiq-results .leaflet-locationiq-result {
    font-size: 13px;
    padding: 7px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.leaflet-locationiq-results .leaflet-locationiq-result .name {
    line-height: 20px
}

.leaflet-locationiq-results .leaflet-locationiq-result .address {
    font-size: 12px;
    line-height: 12px;
    color: #666
}

.leaflet-locationiq-results .leaflet-locationiq-result:first-child {
    border: none
}

.leaflet-locationiq-results .leaflet-locationiq-result:hover {
    background-color: #d5f1f3;
    border-color: #d5f1f3
}

.leaflet-locationiq-results .leaflet-locationiq-result.leaflet-locationiq-selected,
.leaflet-locationiq-results .leaflet-locationiq-result.leaflet-locationiq-selected:hover {
    background-color: #b2e3e7;
    border-color: #b2e3e7
}

.leaflet-locationiq-message {
    font-size: 13px;
    padding: 7px;
    background-color: #fff;
    overflow-x: auto
}

.leaflet-right .leaflet-locationiq-results {
    left: auto;
    right: 0
}

.leaflet-right .leaflet-locationiq-input {
    left: auto;
    right: 0
}