﻿.strengthNUll {
    width: 0%;
}

.strength0 {
    height: 6px !important;
    background-color: #d1d1d1;
    width: 16.7%;/*25*/
}

.strength1 {
    height: 6px !important;
    background-color: #acacac;
    width: 33.3%;/*50*/
}

.strength2 {
    height: 6px !important;
    background-color: #a1c4e0;
    width: 50%;/*75*/
}

.strength3 {
    height: 6px !important;
    background-color: #086bac;
    width: 66.7%;/*100*/
}

.strength4 {
    height: 6px !important;
    background-color: #ffb129;
    width: 83.3%;/*125*/
}

.strength5 {
    height: 6px !important;
    background-color: #ff880f;
    width: 100%;/*150*/
}
