

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}


#map {
	/*width: 800px; 
		height: 500px; */
	border: 1px solid #ccc;
	z-index: 0;
	height: calc(100vh - 10%);
	
}


#map{
	width: 100%;
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-top:5px;
	
	  
	border: 2px #699846;
    border-style: groove;
  
}


#map_container{
	height: calc(100vh - 200px);
	width:  70%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-left:5px;
}

#map_filter_container{
    padding: 3px;
	float: left;
    width: 75%;
    margin-left: 3px;
}

.map_filter_option{
	-webkit-box-shadow: 0px 0px 7px 0px #000000; 
	box-shadow: 0px 0px 7px 0px #000000;
    width: fit-content;
    padding: 5px;
	margin-top:3px;
	color:#FFF;
	background-color: #76A6FC;
	float:left;
	display: inline-block;   
	margin-right: 3px;
	margin-right: 3px;
    margin-bottom: 2px;
}

.map_filter_option_remove{
	vertical-align: middle;
}

.popupCustom{
	height:120px;
	width:400px;
	/*max-width:100%;*/
}

#map_filter_container:not(:has(:first-child)) {
    display: none;
}

.map_ul_options_list{
	margin-block-end: 0em;
	
}
.map_ul_options_list > li{
	list-style-type: none;
	
}

#map_filter_control{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-top:4px;
}

#map_filter_control_left{
	width:100%;
	min-width:210px;
}

.map_filter_type,.map_filter_reset{
	width:100%;
    background: #76ab4e;
	color:#FFF;
    padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display:block;
	border: 1px #2b2b28;
    border-style: groove;
	padding:3px;
	margin-bottom:1px;
	font-size: 12px;
	font-weight: bold;
	height: fit-content;
	}
	
.map_filter_options{
	display: inline-block;
    vertical-align: top;
    width: 100%;
}
	
.map_filter_type:hover,.map_filter_reset:hover{
	background: #699846;
}

.map_option{
	display:block;	

	width:100%;
    background: #99a690;
	color:#FFF;
	border: 1px #2b2b28;
    border-style: groove;
	padding:3px;
	margin-bottom:1px;
	font-size: 12px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.map_option_radius{
	display:block;	

	width:100%;
    background: #99a690;
	color:#FFF;
	border: 1px #2b2b28;
    border-style: groove;
	margin-bottom:1px;
	font-size: 12px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.map_option_spacer{
	display:block;	
	width:100%;
    background: #64e05b;
    height: 5px;
	color:#FFF;
	border: 1px #2b2b28;
    border-style: groove;
	padding:3px;
	margin-bottom:1px;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#radius_config {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.unselectable {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
  user-select: none;         /* Standard */
}