/*!
 * ol-geocoder - v3.2.0
 * A geocoder extension for OpenLayers.
 * https://github.com/jonataswalker/ol-geocoder
 * Built: Sat Jul 28 2018 15:24:04 GMT-0300 (Brasilia Standard Time)
 */

.ol-geocoder.gcd-gl-container {
    box-sizing: border-box;
    left: .6em;
    position: absolute;
    top: 30em;
	visibility:hidden;
}

.ol-geocoder.gcd-gl-container *,
.ol-geocoder.gcd-gl-container:after,
.ol-geocoder.gcd-gl-container:before {
    box-sizing: inherit
}

.ol-geocoder .gcd-gl-control {
    height: 2.3em;
    overflow: hidden;
    transition: width .2s, height .2s;
    width: 2.3em
}

.ol-geocoder .gcd-gl-expanded {
    height: 2.35em;
    width: 15.925em
}

.ol-geocoder .gcd-gl-input {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #222;
    font-family: inherit;
    font-size: .875em;
    left: 3.2em;
    padding: 5px;
    position: absolute;
    top: .35em;
    width: 14.84375em;
    z-index: 99
}

.ol-geocoder .gcd-gl-input:focus {
    border: none;
    box-shadow: inset 0 0 0 1px #4d90fe, inset 0 0 5px #4d90fe;
    outline: none
}

.ol-geocoder .gcd-gl-reset {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    line-height: 1.4;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5625em;
    z-index: 100
}

.ol-geocoder .gcd-gl-reset:after {
    color: #333;
    content: "\d7";
    cursor: pointer;
    display: inline-block;
    font-size: 1.5em
}

.ol-geocoder .gcd-gl-btn {
	background: rgba(0, 0, 0, 0.6); 
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABPUlEQVQoU41SwXHCQAzUHh58eoUOIBWEDkI6oAToIKkg7iAuwakgpAIowXRACcnrzp6BzchjMx4wE/S6kW5XK60gvQghzJIkmVoqSZI9gJ9+/fINS5Cc1HX9QXIlIr/tpwcRyb33b7cIGnAIYQdg4pxbjcfj0nJ1Xc+Px+PGObdN03Q9RIAQwgpAnqbp7FKmjQGgJLlU1d2V7BjjRkQO3vvXIXarkyxVNbsCm2QR2Q0V7XOMMReRmfd+OQQubN6hYgs22ZtbnRcAtiRfLueqqmpJ8ovko6oeBq0KIWQA3gFkzrlmMafTaUEyI/mpqmbhVTRWWbRdbClPbeobQNES5KPRqOxs7DBn8K1DsAOKMZYApiTXqlrcDe4d0XN7jWeCfzt351tVle2iGalTcBd4gGDvvZ/fDe4RmCOFLe8Pr7mvEP2N9PQAAAAASUVORK5CYII=");
    background-position: 50%;
    background-repeat: no-repeat;
    height: 1.6625em;
    left: .125em;
    position: absolute;
    top: .125em;
    width: 1.6625em
}

.ol-geocoder ul.gcd-gl-result {
    background-color: #fff;
    border-radius: 4px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .8);
    left: 2em;
    list-style: none;
    margin: 0;
    max-height: 18.75em;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 2.1875em;
    transition: max-height .3s ease-in;
    white-space: normal;
    width: 16.25em
}

.ol-geocoder ul.gcd-gl-result>li {
    border-bottom: 1px solid #eee;
    line-height: .875rem;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.ol-geocoder ul.gcd-gl-result>li>a {
    display: block;
    padding: 3px 5px;
    text-decoration: none
}

.ol-geocoder ul.gcd-gl-result>li>a:hover {
    background-color: #d4d4d4
}

.ol-geocoder ul.gcd-gl-result>li:nth-child(odd) {
    background-color: #e0ffe0
}

.ol-geocoder ul.gcd-gl-result:empty {
    display: none
}

.ol-geocoder.gcd-txt-container {
    box-sizing: border-box;
    height: 4.375em;
    left: calc(50% - 12.5em);
    position: absolute;
    top: .5em;
    width: 25em
}

.ol-geocoder.gcd-txt-container *,
.ol-geocoder.gcd-txt-container:after,
.ol-geocoder.gcd-txt-container:before {
    box-sizing: inherit
}

.ol-geocoder .gcd-txt-control {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 4.375em;
    overflow: hidden;
    position: relative;
    width: 100%
}

.ol-geocoder .gcd-txt-input {
    background-color: transparent;
    border: none;
    font-family: inherit;
    font-size: .875em;
    height: 100%;
    left: 0;
    padding: 5px 30px 5px 40px;
    position: absolute;
    text-indent: 6px;
    top: 0;
    width: 100%;
    z-index: 99
}

.ol-geocoder .gcd-txt-input:focus {
    box-shadow: inset 0 0 0 1px #4d90fe, inset 0 0 6px #4d90fe;
    outline: none
}

.ol-geocoder .gcd-txt-reset {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    line-height: 100%;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 2.5em;
    z-index: 100
}

.ol-geocoder .gcd-txt-reset:after {
    color: #333;
    content: "\d7";
    cursor: pointer;
    display: inline-block;
    font-size: 2em
}

.ol-geocoder .gcd-txt-glass {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23333' d='M29.156 29.961l-.709.709a2.006 2.006 0 0 1-2.838 0l-5.676-5.674c-.656-.658-.729-1.644-.281-2.412l-3.104-3.102a9.975 9.975 0 0 1-5.965 1.979C5.043 21.461.552 16.97.552 11.43S5.043 1.398 10.583 1.398c5.541 0 10.031 4.491 10.031 10.032 0 2.579-.98 4.923-2.58 6.7l3.035 3.035c.768-.447 1.754-.375 2.41.283l5.676 5.674c.784.785.784 2.056.001 2.839zM18.088 11.389a7.524 7.524 0 0 0-7.524-7.523 7.523 7.523 0 1 0-.001 15.046 7.525 7.525 0 0 0 7.525-7.523z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.38889em;
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 100
}

.ol-geocoder ul.gcd-txt-result {
    background-color: #fff;
    border-radius: 4px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .8);
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 18.75em;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 4.575em;
    transition: max-height .3s ease-in;
    white-space: normal;
    width: 25em
}

.ol-geocoder ul.gcd-txt-result>li {
    border-bottom: 1px solid #eee;
    line-height: .875rem;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.ol-geocoder ul.gcd-txt-result>li>a {
    display: block;
    padding: 3px 5px;
    text-decoration: none
}

.ol-geocoder ul.gcd-txt-result>li>a:hover {
    background-color: #d4d4d4
}

.ol-geocoder ul.gcd-txt-result>li:nth-child(odd) {
    background-color: #e0ffe0
}

.ol-geocoder ul.gcd-txt-result:empty {
    display: none
}

.ol-geocoder .gcd-hidden {
    opacity: 0;
    visibility: hidden
}

.ol-geocoder .gcd-pseudo-rotate:after {
    animation: spin .7s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.gcd-address,
.gcd-road {
    color: #333;
    font-size: .875em;
    font-weight: 500
}

.gcd-city {
    font-weight: 400
}

.gcd-city,
.gcd-country {
    color: #333;
    font-size: .75em
}

.gcd-country {
    font-weight: lighter
}