.indata {}
.traff{}

#map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 650px;
  max-height: 100%;
}

#map-wrap.hide {
  display:none;
}

.map-panel {
  position: relative;
  margin: 0 auto;
}

#map {
  width: 100%;
  height: 650px;
  z-index: 3;
}

#close-map {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: white;
  padding: 10px 15px;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.28);
  box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.28);
  z-index: 999;
}
#close-map:hover{
  background-color: rgb(0,159,76);
  color: white;
  cursor: pointer;
}

#quick-nav {
  left: 58px;
  position: absolute;
  top: 10px;
  z-index: 300;
}

#quick-nav select {
  font-size: 28px;
}

@media (max-width: 767px) {
  #map-wrap {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 100%;
    display: block;
    max-height: 500px;
  }
  .map-panel {
    width: 100%;
    height: 100%;
    top:0;
  }
  #map {
    width: 100%;
    height: 100%;
  }
}


/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		height: 210px!important;
		left: 0;
		overflow:auto;	/* Scrolling features */
		border: 1px solid #e0e6ec;	/* Dark border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		FONT-WEIGHT: normal;
		FONT-SIZE: 1em;
		z-index:100;
    max-width: 450px;
    margin: 0 auto;
    width: 100%!important;
		border-radius: 10px;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		line-height:40px;
		cursor:pointer;
    FONT-SIZE: 1em;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px; 
    margin-bottom: 0px; 
    padding: 0px 10px;
    vertical-align: middle;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#e0e6ec;
	}
	#ajax_listOfOptions_iframe{
		
		position:absolute;
		z-index:5;
	}
	
	
#ajax_listOfOptions .ajaxIcon
{
   vertical-align: middle;
   margin-bottom :5px;
    
}