.search-pract-form .form-group
{
	margin-bottom: 5px;
}
#accordion
{
	margin-top: -130px;
}

#accordion .panel-heading-parent a.collapsed i
{
	webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-style: preserve-3d;

}

#accordion .popover-help
{
	position: absolute;
	right: 5px;
	top: 10px;
}
#accordion .popover-help i
{
	color: #a4583e;
}
.panel-heading-text
{
	color: #900;
  margin: 0;
  font-size: 1.4em;
}
.search-pract-form label
{
	font-size: 12px;
}
.search-pract-form a.practitioner-search-name
{
	font-size: 0.8em;
	color:  #900;
	font-weight: bold;
	text-decoration: none;
}
#accordion .panel-heading-parent a{
	text-decoration: none;
}
#accordion .panel-heading-parent .panel-title
{
	color: #a4583e;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.8em;
  padding: 10px;
}
#accordion .panel-heading-parent:hover, #accordion .panel-heading-parent.active
{
	background: #a4583e none repeat scroll 0 0 !important;
  transition: all 0.25s ease 0s;
}
#accordion .panel-heading-parent:hover .panel-title, #accordion .panel-heading-parent.active .panel-title
{
	color : #FFF;
}
.left-tab-content
{
	padding: 0;
}
.left-headername
{
	color: #900;
  text-transform: capitalize;
  font-size: 1em;
  font-weight: bold;
}
.left-tab-content .panel-heading
{
	padding: 5px 15px;
}
.left-tab-content .panel, .left-tab-content .panel-heading
{
	border-radius: unset;
}
.left-tab-content .panel-group
{
	margin-bottom: 0;
}
.left-tab-content .panel-group .panel+.panel
{
	margin-top: 0;
}

.left-tab-content .panel-group .panel-body
{
	padding: 0;
}
.filter-sub-items
{
	background: transparent;
	margin-bottom: 0;
}
.left-tab-content .filter-sub-items ~ .panel-body
{
	padding: 0;
}
.left-tab-content .filter-sub-items li
{
	background: transparent;
	padding: 5px;
  border-radius: unset;
  border: unset;
}
.left-tab-content .filter-sub-items .form-group
{
	margin-bottom: 0;
}
.left-tab-content .filter-sub-items li label
{
	font-size: 0.85em;
	font-weight: bold;
	width: 94%;
}
.left-tab-content .filter-sub-items li input[type="checkbox"]
{
	margin-right: 5px;
}
.left-tab-content .filter-sub-items li span.badge
{
	margin-left: 5px;
}
.filter-btn
{
	/*padding: 2px 5px;*/
	margin:  -10px 0 10px;
	width: 100%;
}
.filter-btn-bot-wrap
{
	display: none;
}
#accordion.panel-group .panel
{
	border-radius : unset;
}
#accordion .panel.panel-parent
{
	/*background: #fff none repeat scroll 0 0;*/
  border: 1px solid #a4583e;
  cursor: pointer;
  min-height: 10px;
  transition: all 0.25s ease 0s
}
#accordion > .panel.panel-parent > .panel-heading.panel-heading-parent
{
	background: #FFF;
	border-radius: unset;
	padding: 0;
}
.panel.panel-child
{
	background: #FBE0D7 none repeat scroll 0 0;
  border: unset;
  
}
.panel-child .panel-heading
{
	background-color: #E5BEAF;
}
.panel-child .panel-title
{
	color:  #000;
  font-size: 0.86em;
  text-transform: uppercase;
  font-weight: bold;
}
.tagLinePrac {
    background-color: #75a0c0;
    color: #000;
    /*font-size: 0.8em;*/
    padding: 10px 10px;
}

.body-content .practitioner-list h4
{
	margin-bottom: 0;
}
.body-content .practitioner-list .media-footer
{
	margin-top: 10px;
	font-family: 'source_serif_probold_italic';
	font-size: 0.9em;
}
.body-content .practitioner-list
{
	margin-top: 5px;
	position: relative;
	min-height: 100px;
}
.body-content .practitioner-list .media-left img
{
	width: 94px;
	height: 94px;
}
.body-content .distance
{
	float: right;
	margin-right: 3px;
	font-family: source_serif_problack;
}
.body-content .address-details
{
	margin-top: 10px;
}
.body-content .address-details hr
{
	margin: 10px 0;
}
.body-content .practitioner-address
{
	margin: 0 25px 0 25px;
	position: relative;
}
.body-content .practitioner-address .address-label
{
	float: left;
	margin-left: -25px;
	margin-top: -2px;
}
.body-content .practitioner-address .address-map
{
	position: absolute;
    top: -5px;
    right: -25px;
}
.body-content .practitioner-address .address-map img
{
	width: 25px;
	height: 25px;
}
.body-content .practitioner-address i
{
	color: #00F;
	margin-right: 5px;
}
.body-content .practitioner-list .appt-book-btn
{
	padding: 0;
	width: 100%;
	max-width: 250px;
	/*margin: 5px 0;*/
}
.body-content .practitioner-list a.practitioner-details-link
{
	margin-top: 10px;
	float: left;
	width: 100%;
	padding: 5px 5px;
	border: 1px solid rgb(204, 204, 204, 0.05);
	background: rgb(242, 242, 242, 0.03);
	color: #039;
}
.body-content .practitioner-list .practitioner-details-only
{
	width: 90%;
	background: #F00;
}
.body-content .practitioner-list .matches
{
	max-width: 250px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.body-content .practitioner-list .matches > li
{
	padding: 5px 0px 5px 5px;
	font-size: 12px;
}

.body-content .filter-elements ul
{
	margin-bottom: 0px;
	padding-left: 0;
}
.body-content .filter-list-mobile
{
	margin-bottom: 20px;
}
.body-content .filter-list li
{
	margin-bottom: 5px;
}
.body-content .filter-list li i 
{
	font-size: 14px;
}
body-content .filter-list li.alert-dismissable .close, .alert-dismissible .close
{
	float: unset;
	right: unset;
	font-size: 14px;
	opacity: 1;
	color: unset;
	font-weight: normal;
}

.body-content .matches-mobile, .body-content .filter-list-mobile
{
  overflow-x: auto;
  white-space: nowrap;
  /*margin : 0;*/
  padding: 0;
}
.body-content .filter-list li:first-child a, .body-content .filter-list-mobile li:first-child a
{
	color: #cc0000;
	font-weight: bold;
}

.body-content .filter-list li:hover:not(:first-child), .body-content .filter-list-mobile li:hover:not(:first-child)
{
	background: #96cde9;
}
.body-content .filter-list li:not(:first-child) a, .body-content .filter-list-mobile li:not(:first-child) a
{
	color: #039;
}
.body-content .filter-list li:hover:not(:first-child) a, .body-content .filter-list-mobile li:hover:not(:first-child) a
{
	/*background: #c0e1f2;*/
}
.body-content .matches-mobile li, .body-content .filter-list-mobile li,  .body-content .filter-list li
{
	display: inline-block;
	text-align: center;
	padding: 8px;
	text-decoration: none;
	margin-right: 5px;
	font-weight: normal;
	background: #FFF;
	border-radius: unset;
	border: 1px solid #75a0c0;
  color: #039;
  font-size: 0.9em;
}
.body-content .matches-mobile li i, .body-content .filter-list-mobile li i,  .body-content .filter-list li i
{
	color: #cc0000;
}

.telphone-number
{
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
.loader 
{
    display: none;
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 899;
    /*background: rgba(0, 0, 0, 0.5);*/
}
.loader .loader_span {
    background-image: url("../images/list-loader.gif");
    background-position: 25px 5px;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    left: 45%;
    margin: auto;
    right: 0;
    top: 50px;
    position: absolute;
}
#filtered-elements
{
	display: none;
}
.contact-phone-wrapper input
{
	width: 100px;
	display: inline-block;
}
a.add-to-fav, a.added-to-fav
{
	text-decoration: none;
	color: #900;
}
.added-to-fav
{
	cursor: text;

}
/*Responsive*/
@media only screen and (min-width: 992px) {
	#filter-content
	{
		display: block;
	}
}
@media only screen and (max-width: 991px) {
	#accordion
	{
		margin-top: 0;
	}
	#filter-content
	{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#accordion
	{
		margin-top : 0;
	}
	.body-content .practitioner-list .media-left img
	{
		width: 75px;
		height: 75px;
	}
	.body-content .practitioner-list .matches
	{
		margin-top: 10px;
		margin-left: 15px;
	}

	.body-content .filter-list
	{
	  overflow-x: auto;
	  white-space: nowrap;
	  margin: 0;
	  padding: 0;
	}
	.loader .loader_span 
	{
		left: 40%;
	}
}