/*-----------------------------------------*\
    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-right: 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: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    max-width: 600px;
    min-width: 300px;
}

#popup_overlay{
    opacity: 0.55!important;
    background-color: #fff !important;
 }
 
 #popup_title {
    background: #fff;
    color: #222;
    cursor: default;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 10px;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 10px;
    border: none;
}

#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;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    min-width: 500px !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
}

#popup_panel {
    text-align: center !important;
    margin: 10px auto !important;
    width: 370px !important;
}
.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;
}

