﻿
#score {
    color: #000;
    font-size: 85%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

#score, #rating, #standards {
    font-weight: bold;
}

div.exceed {
    background-image: url(/Views/UIFiles/img/passwordmetre/img_status_exceed.png);
}

div.fail {
    background-image: url(/Views/UIFiles/img/passwordmetre/img_status_fail.png);
}

div.pass {
    background-image: url(/Views/UIFiles/img/passwordmetre/img_status_pass.png);
}

div.warn {
    background-image: url(/Views/UIFiles/img/passwordmetre/img_status_warn.png);
}

#scorebar {
    background-image: url(/Views/UIFiles/img/passwordmetre/bg_strength_gradient.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    z-index: 0;
    width: 100px;
}

#scorebarBorder {
    background: #333;
    border: 1px #000 solid;
    height: 16px;
    margin-bottom: 2px;
}

div.fail, div.pass, div.exceed, div.warn {
    background-repeat: no-repeat;
    background-position: left top;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
}
