#af_search_container *{
	outline:none;
}

#af_search_container .nav-tabs li{
	margin-left:0;
}

#af_search_container .tab-content{
	margin: 25px 0;
}

#af_search_container .tab-content select{
	width:150px;
}

#af_search_container form{
	outline:none;
}

#af_search_container .form-group{
	margin-right:10px;
}

#af_search_container input{
	height:34px;
	padding:5px;
	border:1px solid #999;
	border-radius:3px;
	vertical-align:top;
}

#af_details{
	margin:20px 0;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 20px;
}

#af_details h3{
	margin:15px 0 0 0;
	font-size:24px;
	font-weight:bold;
	color:#0069AA;
}

#af_details p{
	margin:0;
}

#sloc_count{
	margin:25px 0 0;
}

span.report_listing{
	font-size: 14px;
	padding: 0 5px 5px;
	cursor: pointer;
}

span.report_listing:hover{
	color:#00A5D9;
}

#gcaptcha > div{
	margin: 0 auto;
}

#reportError{
	color: red;
	font-size: 12px;
	text-align: center;
}

@media (max-width: 767px) {
	#slocation div.form-group,
	#slocation div.form-group label,
	#slocation div.form-group select{
		width:100%;
	}
	
	#sloc_clear{
		width: 100%;
		margin-top: 20px;
	}
	
	#sname #af_name,
	#sname #af_free_search,
	#sname #sname_clear
	{
		width:100%;
		margin-bottom:10px;
	}
}

@media (max-width: 480px) {
	#af_search_container li{
		width:100%;
		text-align:center;
	}
	
	#af_search_container li.active a{
		background-color:#0069AA;
		color:#ffffff;
		border-radius:0;
	}
}

/*Spinner*/
.spinner {
  margin: 100px auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}