ul#strengthBar {
    display: inline-flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    vertical-align: -5px;
}
.pointStrengthBar {
    background: #ddd;
    display: inline-block;
    width: 70px;
    height: 25px;
    margin-top: 0px !important;
}
.password_check.green {
    color: #079f00;
}
.password_check {
    font-size: 25px;
    font-weight: 600;
    color: #FF0000;
    right: 10px;
    margin-left: 15px;
}

.password_false_div {
    background-color: red;
    margin-top: 20px;
    height: 40px;
    padding: 10px;
    padding-right: 0px;
}
.password_false {
    width: 360px;
    height: 40px;
    background-color: #f08080;
    margin-top: -10px;
    padding-top: 20px;
    padding-left: 10px;
}

#global .inplacePassword{
    width: 338px;
}
#global .formPassword {
    margin:0 auto;
    width: 40%;
    display: inline-block;
}
#global .tooltipPasswordLabelTop {
    line-height: 1.4;
}
#global .tooltipPasswordLi, #global .tooltipPasswordLabel {
    line-height: 1.2;
}
#global .tooltipPasswordLi {
    margin-left: 30px;
}
#global .tooltipInitPasswordDiv {
    background-color: lightgrey;
    width: 22%;
    height: 175px;
    margin-right: -15px;
    float: left;
    margin-top: 50px;
    padding: 5px;
}
#global .tooltipPasswordDiv {
    background-color: lightgrey;
    width: 30%;
    height: 165px;
    margin-right: 5px;
    float: left;
    margin-top: 70px;
    padding: 5px;
}
#global .tooltipPasswordDivHidden {
    background-color: inherit;
}
#global .tooltipPasswordSpanHidden {
    display: none;
}
#global .linePasswordBtn {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
#global .linePassword-progress {
    width: 350px !important;
}
#global .lineInitPassword {
    margin-top: 20px;
    display: inline-block;
    width: 380px;
    margin-left: 145px;
}
#global .linePassword {
    margin-top: 20px;
    display: inline-block;
    width: 380px;
}


/*#modalPanels .popup_info_initPassword {*/
/*    min-height: 480px;*/
/*    top: -150px;*/
/*}*/
#modalPanels .popup .bouton-lightbox-initPassword {
    margin-left: 475px;
    margin-top: 20px;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;

    border-radius: .25rem;
}
.progress-width {
    width: 91.5%;
    height: 26px;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00aeef;
    transition: width .6s;
}

   .zero-quality {
    background-color: black;
    width: 5%;
}

.low-quality {
    background-color: red;
    width: 25%;
}

.medium-quality {
    background-color: orange;
    width: 50%;
}

.high-quality {
    background-color: green;
    width: 75%;
}

.super-quality {
    background-color: lawngreen;
    width: 100%;
}

.error-quality {
    background-color: fuchsia;
    width: 0;
}


/*STYLE pour le bouton valider*/
.bouton-valider-password {
    background:none;
    width:89px;
    height:41px;
    background:url(/VcNom-web/javax.faces.resource/images/bouton-lightbox.png.jsf?ver=4.124.1) no-repeat;
    text-decoration:none;
    padding-left:7px;
    margin-top:10px;
    border:0px;
    cursor:pointer;
    color:#000;
    font-style:normal;
    font-size:13px;
    text-transform:uppercase;
}
.bouton-valider-password:hover {
    background:url(/VcNom-web/javax.faces.resource/images/bouton-lightbox-hover.png.jsf?ver=4.124.1) no-repeat;
}
.bouton-valider-password:focus {
    background:url(/VcNom-web/javax.faces.resource/images/submit-lightbox-hover.png.jsf?ver=4.124.1) no-repeat;
}
.bouton-valider-password {
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.btn-valider-password:disabled {
    color: grey;
}
.btn-valider-password:enabled {
    color: #000000;
}
.btn-valider-password {
    margin-left: 250px !important;
    font-size: inherit !important;
    font-style: inherit !important;
    border: 0px !important;
}
