textarea {
    resize: none;
    font-size: 1.375em;
    font-weight: 400;
}

.search-button-spacing {
    position: absolute;
    right: 0px;
}

#send-query-cartociudad {
    border-radius: 0px 2px 2px 0px;
    line-height: 0.4em;
    margin: 0.125rem 0.125rem 0px 0px;
}

.search-textarea-spacing {
    position: absolute;
    width: calc(100% - 1.375rem - 6px);
    height: 1.8175rem;
    padding: 2px 0px 2px 2px;
}

.search-relative-position {
    position: relative;
}

.search-bar-position {
    position: absolute;
    top: .5em;
    height: 1.8175rem;    
    margin-left: 15%;
    width: 70%;
    z-index:2;
    padding: 0px;
}

#inputtext {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 2px 0px 0px 2px;
    margin: 0px;
}

#overlay-map {
    position: fixed;
    display: none;
    width: 100%;
    /*height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#legend-sidebar {
    position: absolute;
    display: none;
    width: 200px;
    /*height: 100%;*/
    background-color: #fff;
    z-index:1;
    overflow:auto;
    right: 0px;
}

/* Make search bar thinner on screens wider than 600px*/

@media only screen and (min-width: 600px) {
    .search-bar-position {
	width: 250px;
	margin-left: 3.125em;
    }
}

@media only screen and (min-width: 768px) {
    .search-bar-position {
	width: 300px;
	margin-left: 3.125em;
    }
}
