.nav-header {
    background-color : black;
}

.logo-menu {
    width : 100%;
    margin-top : 40px;
}

.menu {
    padding : 0px;
}

.menu li {
    margin-top : 40px;
}

.selected-page {
    background : #fff;
}

.menu a {
    color : white;
    padding-left: 10px;
    font-size: 1em;
}

.menu a:hover {
    color : #FF7700;
    text-decoration : none;
}


/*Menu vertical*/

.cbp-spmenu-vertical a,
.cbp-spmenu-vertical .BSLienAccueil
{
    border-bottom: none;
    padding: inherit;
}

.cbp-spmenu a {

    display: inherit;
    font-size: 13px;
    font-weight: inherit;
}

.BSVerticalMenu
{
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    /*height: 360px;
    top: 25%;*/
    width: 160px;
}

.cbp-spmenu a:hover
{
    background: #fff;
}
.cbp-spmenu .BSLienAccueil:hover{
    color: black;
    text-decoration: none;
    background: #fff;
}
.BSLienAccueil.inactive {
    color: grey;
}
.BSLienAccueil.inactive:hover {
    color: grey;
    background: none !important;
}

.cbp-spmenu-left {
    left: -120px;
}


.BSMenuMiddle
{
    height: 100%;

}



.BSMenuTitle
{
    color: #fff;
    font-size: 16px;
    padding-bottom: 3px;
}

.BSMenuLien,
.BSLienAccueil{
    height: 42px;
}

.BSLienAccueil
{
    padding: 10px 5px 10px 10px !important;
    position: relative;
}
.BSLienAccueil > div{
    display: flex;
}
.BSLienAccueil > div > div:first-child{
    padding-right: 0;
    padding-left: 6px;
    margin: auto;
}
.BSLienAccueil i{
    margin-top: -2px;
}
.BSLienRetourAccueil
{
    position: absolute;
    width: 40px;
    right: 0;
    height: 42px;
}


.BSLienAccueil:hover{
    background-color: #fff !important;
}

.BSMenuLien.selected-page a{
    color: #ff7700;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.BSMenuLien
{
    color: #fff;
}

.BSBtnCollapse
{

}

.BSBtnCollapse:hover
{
    background: #0072C6 !important;
}

#BSImgBtnCollapse
{
    height: 11px;
    position: absolute;
    right: 15px;
    bottom: 19px;
    width: 11px;
}



.BSImgMenuList
{
    position: absolute;
    right: 9px;
    top: 5px;
    width: 25px;
}

.BSMenuTitleAccueil
{
    height: 42px;
}

.BSBtnCollapse
{
    color: #fff
}



.BSMenuCollapse
{
    background: url(../../images/Show.svg);
}

.BSMenuShow
{
    background: url(../../images/Hide.svg);
}

.LienAccueil
{
    bottom: 25px;
    padding: 2px;
    position: absolute;
    right: 5px;
}

.LienAccueil a
{
    background:none;
}

.LienAccueil a:hover
{
    background:none;
}


a[title='Menu']
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_menu_coefficy.svg");
}

a[title='Menu']:hover
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_menu_coefficy_noir.svg");
    background-color: #fff;
}
#header_container_search .dropdown-menu i{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#header_container_search .dropdown-menu i, #header_container_search .dropdown-menu img{
    margin-right: 10px;
    height: 19px;
    width: 19px;
}
#header_container_search .dropdown-menu li a{
    cursor: pointer;
}


/*
a[title='Tableau de bord']
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_tableau_de_bord.svg") no-repeat scroll 53px center / 100% 72%;
}

a[title='Tableau de bord']:hover
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_tableau_de_bord_noir.svg") no-repeat scroll 53px center / 100% 72%;
}




a[title='Flux de suspect']
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_star.svg") no-repeat scroll 53px center / 100% 72%;
}

a[title='Flux de suspect']:hover
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_star_noir.svg") no-repeat scroll 53px center / 100% 72%;
}


a[title='Recherche']
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_recherche.svg") no-repeat scroll 53px center / 100% 72%;
}

a[title='Recherche']:hover
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_recherche_noir.svg") no-repeat scroll 53px center / 100% 72%;
}

a[title='Relance']
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_relance.svg") no-repeat scroll 53px center / 100% 72%;
}

a[title='Relance']:hover
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_relance_noir.svg") no-repeat scroll 53px center / 100% 72%;
}

a[title='Opportunité']
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_opportunite.svg") no-repeat scroll 53px center / 100% 72%;
}

a[title='Opportunité']:hover
{

    background: rgba(0, 0, 0, 0) url("../../images/icone_opportunite_noir.svg") no-repeat scroll 53px center / 100% 72%;
}

*/

#dropdownMenu2 > div {
    display: inline-block;
    vertical-align: middle;
}

.popover{
    width: 200px;
}
#formSearchCompany_header
{
    font-weight: bold;
    font-size: 20px;
    height: 50px;
    padding-left: 0px;
}

#formSearchCompany_header::placeholder {
    opacity: 1;       /* Assure que le placeholder est visible */
    color: #999;      /* Tu peux personnaliser la couleur */
}

#formSearchCompany_header:focus::placeholder {
    opacity: 1;       /* Assure que le placeholder est visible */
    color: #ddd;      /* Tu peux personnaliser la couleur */
}

.btnSearchAutocomple
{
    cursor: pointer;
    background: #F6f6f6;
    display: flex;
    padding: 0px;
    flex-direction: row;
    align-items: center;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    margin-right: 24px;
    height: 30px;
}

.btnSearchAutocomple:hover
{
    cursor: pointer;
    background: #fff;
}

.btnSearchAutocomple
{
    border-radius: 10px !important;
}

#boxResearch .modal-content
{
    border-radius: 10px;
}

.filterResearch
{
    /*border-bottom: 1px solid #e5e5e5;*/
    padding-bottom: 8px;
    box-shadow: -2PX 5px 9px 0px rgb(0, 0, 0, 0.1);
}

.inputFilter{
    margin: auto !important;
}
.lblFilter
{
    margin-left: 4px;
    font-size: 12px !important;
}

#boxResearch .close
{
     opacity: 1;
    font-size: 14px;
}

#boxResearch .modal-body{
padding-top: 0px;
}



.oneFilterResearch
{
    padding-right: 5px;
    padding-left: 3px;
}

.searchAutocomplete
{
display: flex;
padding: 0px;
flex-direction: row;
align-items: center;
border-radius: 10px !important;
height: 50px;
}

.searchAutocomplete:focus{
border-color: #FF7700;
}




.resultResearch
{
max-height: 500px;
overflow: auto;
}

#boxResearch #imgCompany
{
margin-right: 15px;
margin-bottom: 5px;
margin-top: 5px;
margin-left:0px ;
height: 50px;
width: 50px;
border-radius: 80px;
padding: 0;
display: block;
border: 1px solid #eee;
background: #fff;
}

#boxResearch #imgCompany .defaultImgLogo
{
padding-bottom: 11px;
padding-right: 11px;
padding-top: 12px;
padding-left: 11px;
}

#boxResearch label
{
font-weight: normal;
line-height: 2em;
font-family: 'Open Sans';
font-size: 10px;
}

#boxResearch .divLabelCompany label
{
max-width: 70px;
margin: auto;
margin-right: 0;
}

#boxResearch #imgCompany img
{
vertical-align: middle;
max-width: 48px;
border-radius: 50px;
margin: auto;
max-height: 48px;
}

#boxResearch  a:hover{
background: #eee;
}

#boxResearch .modal-header
{
border-bottom: none;
}

.activeResult
{
background: #eee;
}

.oneFilterResearch label:hover{
cursor: pointer;
}

.oneFilterResearch:hover
{
cursor: pointer;
}

.functionName
{
padding-right: 10px;
}

.divLabelCompany
{
margin-right: 0px;
text-align: right;
white-space: nowrap;
}

.divTxtCompany
{
width: 100%;
text-align: left !important;
}

.divTxtCompany div
{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 606px;
}

#noResultat
{
padding-top: 20px;
}

.allResult
{
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

.focusAutocomplete{
border-color:#FF7700
}

.ico-mail-rsearch
{
padding-top: 3px;
padding-right: 3px;
}

.supplyName
{
padding-right: 5px;
}

.old-contact
{
    background: #ddd;
}

.old-contact a
{
color: #000;
}

.leaveContactReearch i{
padding: 0px 2px;
}

.supplyResearch
{

}

.supplytaglist
{
margin: 5px;
}

#boxResearch .supplytaglist label{
    line-height: 13px;
}

.supplytaglistTitle
{
white-space: nowrap;
max-width: 200px;
text-overflow: ellipsis;
overflow: hidden;
display: block;
}

#boxResearch .popover
{
width: 100%;
}

#boxResearch .label
{
cursor: pointer;
}

.popoversupply
{
max-height: 300px;
}