.dropdown {
  cursor: pointer;
}

.not-allowed {
  cursor: not-allowed;
}

.dropdown .badge {
  color: #fff;
  background-color: #777;
  margin-right: 2px;
}

.dropdown .dropdown-menu,
.dropdown button {
  width: 100%;
}

#dropdownMenu>.caret {
  margin-top: 8px;
  margin-right: -6px;
}

.dropdown-menu div {
  width: 100%;
  z-index: 1;
}

.dropdown-static {
  position: absolute;
  list-style-type: none;
  background-color: #fff;
  width: 100%;
  padding-left: 0;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e5e5e5;
}

.dropdown-scrollable {
  list-style-type: none;
  padding: 0 0 0;
  margin-top: 65px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.hasfilter {
  margin-top: 100px;
}

.dropdown-height {
  max-height: 300px;
}

.dropdown-menu .dropdown-scrollable>li>a,.dropdown-menu .dropdown-static>li>a {
  padding: 3px .875rem;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  height: 25px;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.dropdown-menu .dropdown-scrollable>li>a>.option-content {
  position: absolute;
  left: 40px;
}

.dropdown-menu .dropdown-scrollable>li>a>.option-selected-icon {
  margin-left: 3px;
}

.dropdown-menu li a:hover {
  color: #333;
  background-color: #f9f2f4;
}

.dropdown-show {
  display: block!important;
}

.dropdown-hide {
  display: none!important;
}

.glyphicon {
  position: static;
  font-size: 24px;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pad-icon {
  padding-top: 4px;
}

.filter-parent {
  position: relative;
  font-size: 18px;
  padding-left: .8em;
  padding-right: .8em;
  margin: 5px auto;
}

.filter-parent label {
  position: absolute;
  left: 27px;
  top: 5px;
  color: #c3bfbf;
}

.filter-parent>div {
  width: 100%;
}

.filter-parent #filter-by {
  padding: 6px .5rem;
  border-radius: .2rem;
  height: 30px;
  font-size: .875rem;
  line-height: 1.5;
}

.glyphicon-heart:before {
  content: "";
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
  .hasfilter {
    margin-top: 112px!important;
  }

  .dropdown-menu .dropdown-scrollable>li>a,.dropdown-menu .dropdown-static>li>a {
    line-height: 2;
  }
}