﻿

#map {
    height: 90%;
    width: 100%;
    min-height: 800px;
    margin: 0 auto;
    mouse: pointer;
}

form {
    height: 100%;
    width: 100%;
}

.location {
    z-index: 99999 !important;
}
.general {
    width: 100%;
    height: 100%;
}

img[src="/mapa_facilidades/assets/img/HFC_MASIVA.png"] {
    border-radius: 20px;
    background: red;
}


#legend {
    font-family: Arial, sans-serif;
    /*    padding: 10px;
    margin-top: -18px;*/
    display: flex;
}

.ModalInfo p {
    margin: 0px;
}

#firstHeading {
    font-size: 16px !important;
    text-align: center;
}

#legend div {
    padding-right: 5px;
}

#legend h3 {
    margin-top: 0;
}

#legend img {
    vertical-align: middle;
}



#BtnFetchCoordinates {
    background-image: url(../img/searchIcon.svg);
    width: 90px;
    height: 30px;
    background-repeat: no-repeat;
    margin: 0 auto;
    content: "";
}


#labelSearchInput {
    position: relative;
}

    #labelSearchInput:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        width: 20px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
    }

input {
    padding: 10px 30px;
}




.navigation {
    display: table;
    width: 100%;
    white-space: nowrap;
    margin: 0 0 5px 0;
}

.col {
    vertical-align: top;
    display: table-cell;
}

.col-a {
    width: 0;
}

.col-b {
    width: 100%;
    height: auto;
}

body, html {
    height: 100%;
    width: 100%;
}


.navigation-buttons {
    border: 0px;
    color: white;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: -21px;
    width: 58px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
}

navigation-buttons image {
    cursor: pointer;
}



.search-box input {
    width: 100%;
}

.search-box label image {
    cursor: pointer;
}


#toggleOptions {
    display: inline-flex;
    vertical-align: middle;
}



.btn-warning {
    background: #FFE047;
}


.btn-success {
    background: #1EA362;
}


.btn-primary {
    background: #4A89F3;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#legend img {
    height: 48px;
    width: 48px;
}

.gm-style-pbc img {
    height: 48px !important;
    width: 48px !important;
}

.autocomplete-input-container {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.autocomplete-input {
    text-align: center;
}


.autocomplete-results {
    margin: 0px;
    width: 97%;
    position: absolute;
    display: none;
    background-color: white;
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
    border-top: 0;
    box-sizing: border-box;
    z-index: 9999;
}

.autocomplete-item {
    padding: 5px 5px 5px 35px;
    height: 26px;
    line-height: 26px;
    border-top: 1px solid #d9d9d9;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.autocomplete-icon {
    display: block;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

    .autocomplete-icon.icon-localities {
        background-image: url(/mapa_facilidades/assets/img/locality.svg);
    }

.autocomplete-item:hover .autocomplete-icon.icon-localities {
    background-image: url(/mapa_facilidades/assets/img/locality-selected.svg);
}

.autocomplete-item:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}



.autocomplete-results.google::after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}
