/* Filter */
/* START - Bootstrap Dropdown Copy/Paste for custom dropdown directive (filters) */
.filter-dropdown {
  position: relative;
}
.proxwrapper .filter-dropdown-menu {
  padding: 0 0 0 20px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  margin-left: 0 !important;
}
.filter-btn{
  position: absolute;
  padding-bottom: 40px;
  width: 245px;
  border-right: 1px solid #eeeeee;
	margin-top: 70px;
}
.filter-btn .filter-dropdown-menu{
  margin: 0 10px;
}
.proxwrapper .filter-btn {
  float: left;
  position: absolute;
  right: 0;
  border: none;
  width: 200px;
}
.filter-btn:hover {
  color: #77B800;
}
.filter-btn label {
  margin: 0;
  padding: 0 0 0 15px;
}
.filter-btn label:before {
  background-color: transparent;
  box-shadow: none;
}
.filter-btn label:hover {
  color: #77B800;
  text-decoration: none;
}
.filter-btn.results-btn {
  padding-right: 10px;
}
.filter-check {
  display: none;
}
/* END - Bootstrap Dropdown Copy/Paste for custom dropdown directive (filters) */

.profile-people,
.profile-places {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 15px;
  padding: 0;
  width: auto;
  color: #a9a8a9;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}
.profile-subcat {
  padding: 5px 0 0 10px !important;
  color: #a9a8a9;
  list-style-type: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
}
.profile-subcat li {
  margin: 0 0 10px 0;
}
.profile-subcat li .subhead {
  color: #77B800 !important;
  font-weight: bold;
}
.profile-subcat li a {
  margin: 0 0 0 8px;
  color: #a9a8a9;
}
.profile-subcat li a:hover,
.profile-subcat li a:active,
.profile-subcat li a:focus {
  color: #0078C9;
  text-decoration: none;
}
.filter-active {
  color: #0078C9;
}
.filter-active:after {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 12px;
  height: 12px;
  color: #0078C9;
  content: "\00d7";
  font-size: 16px;
}
.margin-fix {
  margin: 0 0 5px 0 !important;
}
.label-checked {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-left: 25px;
  color: #a9a8a9;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  cursor: pointer;
}
.label-checked:before {
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #B6B6B6;
  content: "";
}
input[type=checkbox] {
  display: none;
}
input[type=radio] {
  display: none;
}
.profile-detail-radio input[type=radio] {
  display: inherit;
}

.radio-checked {
  position: relative;
  display: inherit;
  margin-right: 15px;
  padding-left: 9px;
  color: #a9a8a9;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  cursor: pointer;
}
.radio-checked:before {
  position: absolute;
  left: 0;
  display: inherit;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
}
input[type=radio]:checked + .radio-checked {
  color: #0078C9;
}
.checkbox .label-checked:before {
  border-radius: 3px;
}
input[type=radio]:checked + .radio-checked:before {
  border: none;
  background-color: #0078C9;
  color: #f3f3f3;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 13px;
  line-height: 12px;
}
input[type=checkbox]:checked + .label-checked:before,
input[type=radio]:checked + .label-checked:before {
  border: none;
  background-color: #0078C9;
  color: #f3f3f3;
  content: "\2713";
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 13px;
  line-height: 12px;
}
input[type=checkbox]:checked + .label-checked,
input[type=radio]:checked + .label-checked {
  color: #0078C9;
}
.more {
  display: none;
}
a.showLink,
a.hideLink {
  color: #a9a8a9;
  text-decoration: none;
  font-size: 13px;
}
a.showLink span {
  position: relative;
  top: -1px;
  font-size: 9px;
}
.top-filter {
  position: relative;
  z-index: 997;
  display: inline-block;
  padding: 0 10px 0 10px;
  border-bottom: 1px solid white;
  color: #0078C9;
  font-size: small;
  line-height: 25px;
  ;
}
.top-filter span,
.show-hide-filter span {
  position: relative;
  top: -2px;
  color: #0078C9;
  font-size: 7px;
}
.top-filter:hover > span,
.top-filter:active > span,
.top-filter:focus > span,
.show-hide-filter:hover > span {
  color: #77B800;
}
.top-filter:hover,
.top-filter:active,
.top-filter:focus {
  color: #77B800;
  text-decoration: none;
}
.top-filter-panel {
  margin: 0 0 10px 0;
}
.custom-min-width {
  min-width: 86px;
}
.dropdown-menu > li > a > span {
  font-size: 11px;
}
.top-filter-cat {
  color: #717073 !important;
}
.top-filter-cat:hover,
.top-filter-cat:active {
  background-color: #f2f2f2 !important;
  color: #77B800 !important;
}
.uparrow-border-small {
  position: absolute;
  top: -6px;
  left: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: dashed dashed solid;
  border-color: transparent;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, .2);
}
.uparrow-white-small {
  position: absolute;
  top: -5px;
  left: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: dashed dashed solid;
  border-color: transparent;
  border-bottom-color: #fff;
}
.label-checked-top {
  position: relative;
  display: inline-block;
  /* line-height: 12px; */
  color: #a9a8a9;
  font-weight: 400;
  /* padding-left: 20px; */
  /* margin-right: 15px; */
  font-size: 13px;
  cursor: pointer;
}
.label-checked-top:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a8a9;
  border-radius: 2px;
  background-color: #F1F2F2;
  content: "";
}
input[type=checkbox]:checked + .label-checked-top:before,
input[type=radio]:checked + .label-checked-top:before {
  border: none;
  background-color: #77B800;
  color: #f3f3f3;
  content: "\2713";
  text-align: center;
  font-size: 14px;
  text-indent: 1px;
  line-height: 14px;
}
input[type=checkbox]:checked + .label-checked-top,
input[type=radio]:checked + .label-checked-top {
  color: #77B800;
}
.dropdown-menu > li > label {
  clear: both;
  padding: 6px 20px;
  min-width: 110px;
  white-space: nowrap;
}
.dropdown-menu > li > label:hover {
  color: #77B800;
}
div.filter-btn.open {
  display: inline-block;
  height: 28px;
  border-top: 1px solid rgba(0,0,0,.15);
  border-right: 1px solid rgba(0,0,0,.15);
  border-left: 1px solid rgba(0,0,0,.15);
  border-radius: 2px 2px 0 0;
}
.custom-padding-left {
  padding-left: 10px;
}
.filter-column {
  display: inline-block;
}
.filter-column-last {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 10000;
}
.filter-column .h5 {
  margin: 10px 0 5px 0;
  padding-left: 10px;
}
.filter-column ul {
  margin: 0;
  padding-left: 10px;
}
.filter-column ul li {
  padding: 0 0 5px 0;
  list-style: none;
}
.filter-column label {
  color: #717073 !important;
  padding: 2px 4px 2px 18px;
}
.custom-width2 {
  width: 100%;
}
.custom-position {
  left: -566px;
}
.custom-position-one-col {
  left: -1px !important;
}
.custom-position-two-col {
  left: -227px !important;
}
.clear-filter{
  padding-left: 10px;
}
.clear-filter:hover {
  color: #77B800;
  text-decoration: none;
}
.clear-filter:hover > span {
  background-position: bottom;
}
.clear-filter span {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../images/reset-filter-icon.png);
  background-repeat: no-repeat;
}
.custom-margin-top {
  margin: 6px -1px 0 0;
}
.spacing-block {
  display: inline-block;
  width: 10px;
}
/* Handled by angular
a.hideLink {
  display:none;
}
*/

.showless {
  margin: 0 0 0 20px;
}
a.hideLink span {
  position: relative;
  top: -1px;
  font-size: 9px;
}
a.showLink:hover,
a.hideLink:hover {
  color: #428bca;
}
.subfilter-active {
  color: #0078C9 !important;
}
.subfilter-active:after {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 12px;
  height: 12px;
  color: #0078C9;
  content: "\00d7";
  font-size: 16px;
}
.filter-box {
  min-width: 173px;
  vertical-align: top;
}
.show-hide-filter {
  margin: 0 0 0 15px;
  color: #a9a8a9;
  font-size: 13px;
}
.show-hide-filter:hover {
  color: #77B800;
  text-decoration: none;
}
.end-of-people-filter {
  border-bottom: 1px solid #eee;
}
.top-filter-table td {
  padding: 5px;
}
.top-filter-wrapper {
  padding: 5px 10px;
  cursor: default;
}
.filter-spacing > td {
  padding: 6px 0;
}
.no-filter-apply {
  display: block;
  color: #a9a8a9;
  font-size: 13px;
}
.filter-dropdown > .filter-dropdown-menu{
  position: absolute;
	top: 100%;
	left: -223px;
  z-index: 997;
  float: left;
  min-width: 160px;
  padding: 5px 0px;
  margin: 2px 0px 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
}
.show-more-btn{
  color: #0078C9;
  font-size: 13px;
  border: none;
  background: transparent;
  outline: none;
  margin-left: 5px;
}
.show-more-btn span{
  position: relative;
  top: -2px;
  color: #0078C9;
  font-size: 7px;
}
.filter-tooltips{
  position: relative;
  top: 1px;
  color: #a9a8a9;
}
.filter-tooltips:hover{
  color: #77B800;
}
.popover.right{
  color: #717073 !important;
  font-size: 13px;
}
/* HSD */
.radio-wrapper label.label-checked-top:before{
	top: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
.radio-wrapper input[type=radio]:checked + .label-checked-top:before{
	content: "\2022"
}
.custom-search-group label{
	padding: 2px 4px 2px 18px;
}
.radio-btn {
	position: absolute;
	top: 5px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #ffffff;
	border: 1px solid #a9a8a9;
	border-radius: 50%;
}

.radio-btn:after {
	top: 4px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ffffff;
}

.radio-btn:after {
	content: "";
	position: absolute;
	display: none;
}

input[type=radio]:checked + .label-checked-top > .radio-btn {
	background-color: #77B800;
	border: none;
}

input[type=radio]:checked + .label-checked-top > .radio-btn:after {
	display: block;
	top: 5px;
	left: 5px;
}
.radio-wrapper .label-checked-top:before{
	display: none;
}
.dropdown-midcategory-wrapper{
	max-height: 270px;
  overflow-y: scroll;
}
.dropdown-midcategory-wrapper .panel-group{
	margin-bottom: 10px;
}