/*
 * @package rnfleet_core
 * @author Loïc Vinet from Pantagram
 * @see https://github.com/BnF-Partenariats/Rn_fleet
 *
 * @version 1.0.0
 * @date 2024-09-01
 * @license GPL-2.0-or-later
 *
 * @year 2024
 * Tous droits réservés.
 */


.search_autocomplete_custom_line .search_autocomplete_title{
  font-size: 110%;
  font-weight: bold;
}
.search_autocomplete_custom_line .search_autocomplete_names{
  display: inline !important;
  font-size: 80%;
  font-weight: bold;
  color: #999;
  /*padding-left: 10px;*/
}
.search_autocomplete_custom_line .search_autocomplete_uuid{
  color: #999;
  font-size: 80%;
  font-style: italic;
  /*padding-left: 10px;*/
}
.search_autocomplete_custom_line .space-bottom{
  border-bottom: 1px solid #ccc;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.search-api-autocomplete-search .ui-menu-item:hover{
  background-color: #DDD !important;
  color:inherit !important;
  /*color:white !important;*/
}

.search-api-autocomplete-search .profile .fa-solid{
  background-color: #5151e0;
  color: white;
  border-radius: 50%;
  padding: 4px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size:90%;
  line-height: 20px;
  margin-right: 10px;
}

.search-api-autocomplete-search .organization .fa-solid{
  background-color: #428800;
  color: white;
  border-radius: 50%;
  padding: 4px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size:90%;
  line-height: 20px;
  margin-right: 10px;
}

.path-search #edit-submit-rnfleet-megasearch--2{
  display: none;
}

.path-search tbody .views-field-search-api-relevance{
  color: #8c8c8c;
  font-weight: bold;
}

.path-search .view-empty{
  display:inline-block;
  max-width:600px;
  margin-top:50px;
  margin-bottom: 150px;
  font-size: 300%;
  font-weight: lighter;
}

.path-search .views-field-nothing span{
  color: #808080;
}
