.validateTextError
{
    border: solid 1px #c00;
    color: #c00;
}
.validateTextSuccess
{
    border: solid 1px #0c0;
    /* color: #0c0; */
    color: #005677;
}
.validateTextSuccessWrap
{
    color: #0c0;
    font-weight: bold;
}
.validateTextErrorWrap
{
    color: #c00;
    font-weight: bold;
}

.done-text {
    text-decoration: line-through;
    color: red;
    background-color: green;
}