 
 
#geofences  div {
	border: 0px solid black;
}
#geofences  .row .block{
	margin-left:10px;
	margin-right:10px;
	
	border-radius: 25px;  
	float: left;
	border: 2px solid #ccc; 
	width: 95%;
	text-align: center;
	font-size: 3vw;
	padding-top: 5px;
	padding-bottom: 10px;
	min-height:74px;
	max-height:74px;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;	
	color: #000;
}
#geofences .row .block .left{	
	margin-left:10px;	
	width: 89%;
	text-align: left;
	display:block;
	font-size: 5vw;
	padding-top: 5px;
	padding-bottom: 0px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#geofences .row .block .right{
	margin-right:10px;
	width: 8%;
	text-align: right;
	display:block;
	font-size: 2vw;
	padding-top: 5px;
	padding-bottom: 0px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

 
 
#geoMap {
	z-index:1;
	width: calc(100% - 374px); 	
	position: absolute;
	left:74px;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
}	
	
	
#geofence {	
	padding-left:0px;
	padding-right:0px;	
	float:right;
	overflow: hidden;
	width: 300px;
	/*

	height: 175px;
    position: absolute;
    bottom: 0;
    width:100%;
	background-color: #fff; 
	overflow:hidden;*/
}
#geofences {	
	display:block;
	/*padding-top:250px;
	padding-bottom:10px;*/
	height: auto; 
    /*position: absolute;
    bottom: 0;*/
    width:100%;
	background-color: #fff; 
	overflow:hidden;
}
#geofences .block  {
	margin-left:10px;
	border-radius: 25px;  
	float: left;
	border: 2px solid #ccc; 
	width: 31%;
	text-align: center;
	font-size: 3vw;
	padding-top: 5px;
	padding-bottom: 10px;
	min-height:250px;
	max-height:250px;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.radiusSlider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 10px;   
  background: #fff;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
} 
.radiusSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%; 
  background: #0f6e7d;
  cursor: pointer;
}
.radiusSlider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0f6e7d;
  cursor: pointer;
}