﻿body {
}
#pswd_info {
    position: relative;
    z-index: 1010;
    top: 0px;
    width: 250px;
    padding: 0px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #4b4b4b;
}

#pswd_info h4 {
        margin: 0 0 10px;
        padding: 15px;
        font-weight: 400;
        background: #4b4b4b;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

#pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #4b4b4b;
        text-shadow: none;
        display: block;
    }

.invalid {
    background: url(../Images/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(../images/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}
#pswd_infooff {
    position: absolute;
    z-index: 1010;
    top: 90px;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_infooff h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

    #pswd_infooff::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

#pswd_infooff {
    display: none;
}
.task_edit_status {
    width: 82px;
    float: right;
    margin: -32px 10px 0 0;
    border-radius: 50%;
    position: relative;
}