/*-----------------------------------------*\
    RECHERCHE ABONNES
\*-----------------------------------------*/

.compRechercheAbonne .rechercheAbonneDesc,
.compRechercheAbonne .rechercheAbonneChampsRequis {
  padding:20px;
  text-align:left;
}
.rechercheAbonneSubnum {
    margin-left: 20px;
}
.compRechercheAbonne .headerComposants .footerComposants .contentComposants .dataContentComposants {
      text-align:center;
}

.rechercheAbonneChampsRequis span{
    display:block;
}

.rechercheAbonneChampsRequis span{
    text-align:left;
}
.validContent{
    width:940px;
    margin:0 auto;
    text-align:center;
}

.validContent input#prioAboFinaliser{
    margin: 30px auto 60px;
    width: 195px;
    height: 40px;
    line-height: 36px;
}
.compRechercheAbonne .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants,
#withoutExclusive .titleComposants{
 text-align: left;
}
.categorieTarif, .montantTarif {
    display: none;
}
#withoutExclusive a{
    width: 110px;
    margin: 20px auto;
    display: block;
    line-height: 40px;
    height: 40px;
}

.compRechercheAbonne .dataContentComposants button,
.compRechercheAbonne .dataContentComposants input {
    float:left;
    margin: 10px 0 10px 15px;
    height:34px;
}
.compRechercheAbonne .dataContentComposants input {
    text-indent: 10px;
    min-width: 150px;
}
.compRechercheAbonne .dataContentComposants .rechercheAbonnePrenom {
    margin-right: 0;
}
.compRechercheAbonne .dataContentComposants button { 
    height:40px;
    margin-left:15px;
    width: 110px;
}
.rechercheAbonneChampsRequis {
    clear: both;
    padding-top: 10px;
}

/*-----------------------------------------*\
                Design pop up
\*-----------------------------------------*/

#popup_container {
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 14px;
    max-width: 600px;
    min-width: 300px;
}

#popup_overlay {
    opacity: 0.55 !important;
    background-color: #fff !important;
}

#popup_title {
    background: #f6f6f6;
    color: #222;
    cursor: default;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 1rem 1.25rem;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 8px 8px 0 0;
}

#popup_panel input#popup_ok {
    display: inline-block;
    width: 200px;
    margin: 0;
    float: right;
}

#popup_panel input#popup_cancel {
    border-radius: 3px;
    display: inline-block;
    font-size: 20px;
    height: 56px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    border: none;
    background: #777 !important;
    color: #fff;
    width: 150px !important;
}

#popup_container:not(.popup_container_ajax) {
    color: #000;
    border-radius: 0 !important;
    min-width: 500px !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
}

#popup_container:not(.popup_container_ajax) #popup_panel {
    text-align: center !important;
    margin: 10px auto !important;
    width: 370px !important;
}

/*-----------------------------------------*\
    Popup Priorité de vente (réabonnement)
\*-----------------------------------------*/

.popup_container_ajax .popupRechercheAbonne {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.popup_container_ajax .descriptionTop {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.popup_container_ajax .descriptionTop b {
    display: block;
    margin: 0.5rem 0;
    font-size: 15px;
}

.popup_container_ajax .rechercheAbonneContainer {
    border: none;
    padding: 0;
    max-height: none;
    overflow: visible;
}

.popup_container_ajax .compRechercheAbonne .headerComposants .footerComposants .contentComposants .dataContentComposants,
.popup_container_ajax .compRechercheAbonne .dataContentComposants {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    float: none !important;
    text-align: left;
}

.popup_container_ajax .compRechercheAbonne .dataContentComposants > * {
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.popup_container_ajax .compRechercheAbonne .typeClientLibelle:empty {
    display: none;
}

.popup_container_ajax .compRechercheAbonne .typeClientLibelle {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #444;
    text-transform: uppercase;
}

.popup_container_ajax .compRechercheAbonne .categorieTarif,
.popup_container_ajax .compRechercheAbonne .montantTarif {
    display: block !important;
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    position: static;
}

.popup_container_ajax .compRechercheAbonne .categorieTarif {
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    padding-bottom: 0.25rem;
}

.popup_container_ajax .compRechercheAbonne .montantTarif {
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    padding-top: 0.25rem;
}

.popup_container_ajax .compRechercheAbonne .dataContentComposants input[type="text"] {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px;
    padding: 0 12px;
    text-indent: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.popup_container_ajax .rechercheAbonneSubnum {
    margin-left: 0 !important;
}

.popup_container_ajax .compRechercheAbonne .dataContentComposants button {
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    margin: 0 !important;
    border-radius: 4px;
    font-size: 16px;
}

.popup_container_ajax .compRechercheAbonne .response {
    width: 100%;
    margin: 0;
    padding: 0.875rem 1rem;
    background: #eef6ee;
    border: 1px solid #c8e0c8;
    border-radius: 4px;
    position: static;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #2d5a2d;
}

.popup_container_ajax .compRechercheAbonne .response:empty {
    display: none;
}

.popup_container_ajax .compRechercheAbonne .listeErreur {
    background-color: #fdf0f0;
    border: 1px solid #e8c4c4;
    color: #8b2e2e;
    border-radius: 4px;
    padding: 0.75rem;
}

.popup_container_ajax .descriptionButton,
.popup_container_ajax .descriptionValidation {
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.5;
}

.popup_container_ajax .descriptionButton {
    margin-top: 0;
}

.popup_container_ajax #popup_panel {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    width: 100% !important;
    max-width: 420px;
    margin: 0 auto !important;
    padding: 0 1.25rem 1.25rem;
}

.popup_container_ajax #popup_panel #popup_cancel,
.popup_container_ajax #popup_panel #popup_ok_valid {
    flex: 1 1 calc(50% - 0.375rem);
    min-width: 140px;
    max-width: none !important;
    width: auto !important;
    margin: 0 !important;
    display: inline-block;
}

@media (max-width: 480px) {
    .popup_container_ajax #popup_panel #popup_cancel,
    .popup_container_ajax #popup_panel #popup_ok_valid {
        flex: 1 1 100%;
    }
}
.group-tarif {
    padding: 25px 10px 10px 10px;
}
.group-tarif label {
    font-weight: bold;
    font-size: 14px;
    margin: 0 10px 0 0;
    height: 30px;
    line-height: 30px;
}
.choice-tarif {
    width: auto;
    height: 30px;
}

a .validContent {
    border-top: 1px solid #999;
    margin-top: 20px;
    padding-top: 20px;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    text-align: right;
    display: none;
}

