/* Filter */
/* START - Bootstrap Dropdown Copy/Paste for custom dropdown directive (filters) */
.filter-dropdown {
  position: relative;
}
.filter-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/* 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;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
  content: "";
}
input[type=checkbox] {
  display: none;
}
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;
}
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;
}
.checkbox .label-checked:before {
  border-radius: 3px;
}
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: 1001;
  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: 3px;
  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: 13px;
  line-height: 12px;
}
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;
  width: 164px;
}
.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 15px;
}
.custom-width2 {
  width: 100%;
}
.custom-position {
  left: -566px;
}
.custom-position-one-col {
  left: -1px !important;
}
.custom-position-two-col {
  left: -227px !important;
}
.clear-filter:hover {
  color: #77B800;
  text-decoration: none;
}
.clear-filter:hover > span {
  background-position: bottom;
}
.clear-filter span {
  display: inline-block;
  width: 9px;
  height: 9px;
  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;
}
