.ui-autocomplete {
	 max-height: 400px;
	 overflow-y: auto;
	 /* prevent horizontal scrollbar */
	 overflow-x: hidden;
	 /* add padding to account for vertical scrollbar */
	 padding-right: 20px;
} 

#print-map-btn:after{ content: none !important; }

#main_loader{overflow: hidden;height: 600px;width: 100%;z-index: 1;position: absolute;margin-top: 105px; display: none !important;}

.property_filter_dropdown {
	/*width: 16% !important;*/
    height: 43px;
    margin-left: 10px !important;
}

.col-md-2 {
	padding-left: 0px !important;
}

@media only screen and (max-width: 420px) {
	#show_property {
		display: grid;
		font-size: 15px !important;
	}
	
	#serch_box_div {
		display: grid !important;
	}
	
	.frmSearch #search-box {
		width: 100% !important;
		margin-left: 10px !important;
	}
	
	#api_call_access {
		margin-top: 10px !important;
	}
}

@media only screen and (max-width: 1024px) {
	#serch_box_div {
		font-size: 90%;
	}
}

@media only screen and (max-width: 549px) {
	#show_property {
		display: block !important;
		font-size: 15px !important;
	}
	
	#main_loader {
		margin-top: 461px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 550px) {
	#main_loader {
		margin-top: 400px;
	}
}
.loader_row{background: rgba(0,0,0,0.62);overflow: hidden;height: 100%;z-index: 2;}
.loader_gif{ background:url('https://oauth.iasortho.com/images/spinner.gif') no-repeat center center;
		height:150px;width: 100%;z-index: 999;position: absolute;top: 25%;
}
.not_print{display:none !important;}
.sinkhole_map_logo{visibility: hidden;}
@media print, screen { body{visibility: hidden;} .wpgmp_map, .wpgmp_listing_container, .sinkhole_map_logo{visibility: visible !important;line-height: 0 !important;} .wpgmp_map{height:340px;}}


input[type='range'] {
  width: 100%;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
    outline: none;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
    background: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
  height: 1px;
  background: #003D7C;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
  background: none;
}

input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #003D7C;
  border-radius: 25px;
  z-index: 1;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb{
  z-index: 2;
}

.rangeslider{
    position: relative;
    height: 60px;
    width: 100%;
    display: inline-block;
    margin-top: -5px;
    margin-left: 10px !important;
	text-align: center;
}
.rangeslider input{
    position: absolute;
}

.rangeslider span{
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider .right{
   position: relative;
   float: right;
   margin-right: -5px;
}


/* Proof of concept for Firefox */
@-moz-document url-prefix() {
  .rangeslider::before{
    content:'';
    width:100%;
    height:2px;
    background: #003D7C;
    display:block;
    position: relative;
    top:16px;
  }

  input[type='range']:nth-child(1){
    position:absolute;
    top:35px !important;
    overflow:visible !important;
    height:0;
  }

  input[type='range']:nth-child(2){
    position:absolute;
    top:35px !important;
    overflow:visible !important;
    height:0;
  }
input[type='range']::-moz-range-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #003D7C;
  border-radius: 25px;
  z-index: 1;
}

  input[type='range']:nth-child(1)::-moz-range-thumb {
      transform: translateY(-20px);    
  }
  input[type='range']:nth-child(2)::-moz-range-thumb {
      transform: translateY(-20px);    
  }
}