/**
** General Stuff to make the searchbar working
**/


.leaflet-control-container{
	width: 100%;
}

.leaflet-top, .leaflet-left{
	width: 100%;
}


/** REST */ 

ul.photon-autocomplete {
    position: absolute;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 4px 9px #999999;
    margin: 0;
}
.photon-autocomplete li {
    min-height: 40px;
    line-height: 1em;
    padding: 5px 10px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1em;
}
.photon-autocomplete li strong {
    display: block;
}
.photon-autocomplete li.on {
    background-color: #e36971;
    cursor: pointer;
}
.photon-autocomplete li.photon-no-result {
    text-align: center;
    color: #666;
    font-size: 0.9em;
    line-height: 40px;
}
.photon-autocomplete .photon-feedback {
    display: block;
    text-align: right;
    font-size: 0.8em;
    padding: 3px;
    color: #999;
    border-top: 1px solid #eee;
}

.leaflet-photon{
	width: 100%;
}

.photon-input{
	-webkit-box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
	box-sizing: border-box;
	clear: both;
	cursor: auto;
	display: block;
	float: left;
	line-height: 18px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	pointer-events: auto;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: 90px 30px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(255, 255, 255);
	background-origin: padding-box;
	background-position: -2px -2px;
	background-repeat: no-repeat;
	background-size: 90px 30px;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: auto;
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
	padding: 5px;
	border: 0;
	
	max-width: 100%;
}

.photon-input:focus {
	    width: calc(100% - 20px);
    max-width: 400px;
}



