/*-----------------------------------------------------------------------------------------------------/
	@version		3.0.6
	@build			dev_agx
	@created		31st janvier, 2020
	@package		Travel Safe
	@subpackage		societe.css
	@author			Emmanuel Danan - Agence Agerix <https://www.agerix.fr>
	@copyright		Copyright (C) 2020-2025. All Rights Reserved
	@license		GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
	  __    ___  ____  __ _   ___  ____     __    ___  ____  ____  __  _  _
	 / _\  / __)(  __)(  ( \ / __)(  __)   / _\  / __)(  __)(  _ \(  )( \/ )
	/    \( (_ \ ) _) /    /( (__  ) _)   /    \( (_ \ ) _)  )   / )(  )  (
	\_/\_/ \___/(____)\_)__) \___)(____)  \_/\_/ \___/(____)(__\_)(__)(_/\_)
/------------------------------------------------------------------------------------------------------*/


/* CSS Document */

    /* Autocomplete */
    #autocomplete {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .autocomplete-suggestions {
        border-left: 1px solid #515070;
        border-right: 1px solid #515070;
        border-bottom: 1px solid #515070;
        background: #FFF;
        overflow: auto;
        font-size: 17px;
    }
    .autocomplete-suggestion {
        padding: 8px 5px;
        line-height: 18px;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }
    .autocomplete-suggestion small {
        color: #737373;
    }
    .autocomplete-selected {
        background: #F0F0F0;
    }
    .autocomplete-suggestions strong {
        font-weight: normal;
        /*color: #fff;*/
        background: #5dbfbfa6;
        padding: 0 1px;
    }
    .autocomplete-group {
        padding: 3px 5px;
        background: #515070;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
    }
    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }
    .autocomplete-no-suggestion {
        padding: 4px 10px;
        text-align: center;
    }

