/*************************************************
  
                     STATE

*************************************************/
.list-dropdown-closed {
  display: none;
}

.typeahead:focus {
  border: 2px solid #ccc;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #ccc;
}
.modal-search-list .typeahead:focus {
  border: none;
}

.modal-search-list .tt-suggestion.tt-cursor {
  color: inherit;
  background-color: inherit;
}

.archived {
  opacity: 0.75;
}
