@import 'admin-dashboard/main_dependencies';

.company-search-no-results {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 1em;
  border: solid #ccc 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}

// comment this out for now until someone scopes it better
//ul.dropdown-menu {
//  border: 0;
//}

.bb-admin-typeahead-wrapper {
  margin-bottom: 20px;
  .dropdown-menu {
    max-height: 500px;
    overflow: auto;
    .typeahead_match {
      border-bottom: 1px solid #999;
      padding: 3px;
      &:hover {
        background-color: #CCC;
        cursor: pointer;
      }
    }
  }
}

.bb-typeahead-results-wrapper {
  padding: 10px 15px 5px;
  border: 1px solid $input-border;
  border-top: 0px;
  cursor: pointer;
}

.admin-typehead {
  .dropdown-menu {
    max-height: 500px;
    overflow: auto;
  }
}

.dropdown-menu {
  padding: 0;
  .active {
    background-color: $link-color;
    color: white;
  }
}

.search-results {
  margin-top: 30px;
}

.fa-mobile.fa-lg.fa-fw {
  width: 17px;
}

.bb-typh-header {
  font-size: 20px;
}

.btn-select-client {
  margin-top: 14px;
}

.bb-search-options {
  text-align: right;
}

.bb-search-summary {
  line-height: 34px;
  font-size: $font-size-large;
  font-weight: bold;
  display: inline-block;
}

.company-search {
  ul.dropdown-menu {
    border: 0;
    max-height: 250px;
    overflow: auto;
  }
}
