/*-------------------------------------------*\
        #DESIGN POP-UP PRIORITE ABO
\*-------------------------------------------*/
#popup_container {
    border: 1px solid #c2c2c2 !important;
    border-radius: 5px !important;
    box-shadow: 5px 5px 5px #c2c2c2 !important;
    width: auto !important;
    min-width: 700px !important;
}

#popup_content .rechercheAbonneContainer {
    padding-bottom: 10px !important;
    overflow-y: unset !important;
}

#popup_ok_valid {
    width: 150px !important;
}

#popup_panel {
    width: 600px !important;
}

#popup_container .rechercheAbonneContainer .compRechercheAbonne .response {
    position: relative;
    background-color: #ededed;
    margin-top: 50px;
    margin-left: 100px;
    width: 500px;
}

#popup_container .rechercheAbonneContainer .compRechercheAbonne .categorieTarif {
    position: absolute;
    font-size: 12px;
    margin-top: 66px;
    margin-left: 100px;
    padding-top: 1px;
    background-color: #ededed;
    width: 500px;
}

#popup_container .rechercheAbonneContainer .compRechercheAbonne .montantTarif {
    position: absolute;
    font-size: 12px;
    margin-top: 79px;
    margin-left: 100px;
    padding-top: 1px;
    background-color: #ededed;
    width: 500px;
}

#popup_container .listeErreur {
    background-color: #ededed;
}