#properties-list-header {
}

#properties-list-header .header-element {
  display: block;
  padding: 10px 15px;
}

#properties-list-header .header-element .form-group {
  margin-bottom: 0px;
}

#properties-list-header .header-element .form-group .input-range {
  overflow: auto;
}

#properties-list-header .only-mine {
  margin-bottom: 0px;
}

#properties-list-header .only-mine input {
  margin: 0px;
  padding: 0px;
}

#properties-list-header .header-element .general-search,
#properties-list-header .header-element .property-type,
#properties-list-header .header-element .dropdown,
#properties-list-header .header-element .dropdown button,
#properties-list-header .header-element .primary-search-btn {
  width: 100%;
}

#properties-list-header .header-element .currency-input input {
  width: 100%;
}

#properties-list-header .header-element .input-range input[disabled] {
  background-color: #e2e2e2;
  color: black;
}

#properties-list-header .header-element .input-range .btn.active:focus,
#properties-list-header .header-element .input-range .btn:focus {
  outline: none;
}

#properties-list-header .header-element.is-selected .search-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
}

#properties-list-header .header-element .clear-filter-btn {
  display: none;
  vertical-align: bottom;
}

#properties-list-header .header-element.is-selected .clear-filter-btn {
  display: inline-block;
}

#properties-list-header .header-element .filters-top-section .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  font-size: larger;
  padding: 5px 0px;
}

#properties-list-header .header-element .filters-top-section .clear-all-filter-btn {
  float: right;
}

/* #properties-list-header .header-element .general-search button {
  display: inline-block;
  vertical-align: top;
}  */

#properties-list-header #public-url {
  position: absolute;
  left: -9000px;
}

/* #properties-list-header .header-element .reference-search .search-box input {
  width: 100px;
} */

#properties-list-header .tooltip-inner {
  max-width: 325px;
}

#properties-list-header .empty-label {
  display: block;
}

#properties-list-header .dropdown-toggle {
  background-color: #fff;
  border-color: #d9d9d9;
  transition: 0.3s;
  color: #333333;
  text-align: left;
  cursor: pointer;
  min-height: 34px;
}

#properties-list-header .dropdown-toggle .caret {
  position: absolute;
  right: 4px;
  top: 15px;
}

#properties-list-header .dropdown-menu {
  height: calc(100vh - (100vh / 3));
  overflow: auto;
  width: 100%;
}

#properties-list-header .dropdown-menu .state {
  cursor: pointer;
  color: #000;
}

#properties-list-header .dropdown-menu .state:hover {
  background: #008df9;
  color: #fff;
}

#properties-list-header .dropdown-menu ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

#properties-list-header .dropdown-menu ul a.city {
  color: #333333;
  padding: 2px 35px;
  position: relative;
  cursor: pointer;
  display: block;
}

#properties-list-header .dropdown-menu ul a.city:hover {
  background: #008df9;
  color: #fff;
}

#properties-list-header .dropdown-menu ul a.city:after {
  position: absolute;
  left: 25px;
  top: 1px;
  content: '';
  font-family: 'FontAwesome';
  color: #b70400;
}

#properties-list-header .dropdown-menu ul a.hood {
  color: #333333;
  padding: 2px 50px;
  position: relative;
  cursor: pointer;
  display: block;
}

#properties-list-header .dropdown-menu ul a.hood:hover {
  background: #008df9;
  color: #fff;
}

#properties-list-header .dropdown-menu ul a.hood:after {
  position: absolute;
  left: 40px;
  top: 1px;
  content: '';
  font-family: 'FontAwesome';
  color: #790200;
}
