#bairros-form-container{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index: 1001;
	display: none;	
}

#bairros-form{
	font-family: "Open Sans", sans-serif;
	margin: 10px auto;
	width: 400px;
	max-width: 80%;
	padding: 10px;
	background-color: #fafafa;
	border-radius:5px;
}

#bairros-select{
	overflow-x:hidden;
	overflow-y:scroll;
	width:calc(100% - 4px);
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	margin-bottom:5px;
    font-family: "Open Sans", sans-serif;
}

#bairros-select::-webkit-scrollbar{
	display: none;
}

.bairros-option{
	padding: 10px 11px;
	cursor: pointer;
    font-size: 14px;
}

#bairros-close{
    width:24px;
    cursor:pointer;
    float:right;
    margin-right:7px;
    margin-top: -37px;
}