#search-pop{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}


#contener-search-pop{
    width: 70%;
    height: 80%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.ellipsize{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search-pop .item_row.email{
    display: block!important;
}

.btn_pop_up{
    margin: 0px 15px;
    padding: 10px!important;
}

#search-pop .item_row{
    text-align: center;
    width: 25%;
    padding: 20px 0px;
    font-size: 0.9em;
}

#close-search-pop{
    position: absolute;
    bottom: 100%;
    right: 0px;
    margin-bottom: 5px;
    font-size: 40px!important;
    width: auto;
    height: auto;
}

#header-search-pop{
    background-color: #0e829d;
    color: white;
}

#ico-search-pop{
    margin-right: 10px;
    top: 50%;
    left: 10px;
}

.input_search_pop{
    border:0;
    width: 80%;
    text-align: center;
    height: 100%;
    outline: none;

}

#footer-search-pop{
    height: 7.5%;
    width: 100%;
}

#footer-search-pop .button {
    /* width: 80%; */
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    height: 100%;
}

.bloc_input_commande{
    margin-top: 5px;
}

.bloc_input_commande label{
    margin: 0;
    padding: 0;
    margin-left: 8px;
}

#body-search-pop{
    height: 72.5%;
    width: 100%;
    overflow: auto;
}

#header-search-pop{
    height: 150px;
    width: 100%;
}

#block-commande-search-pop{
    margin-top: 15px;
}

#block-client-search-pop{
    margin-top: 15px;
}

#searchbar-search-pop{
    background-color: white;
    width: 60%;
    height: 40px;
    border-radius: 5px;

}

.opacity_30{
    opacity: 0.3;
    pointer-events: none;
}







