/* Success/Failure indicators for logout propagation. */

.success {
    background: url(../images/success-32x32.png) no-repeat left center;
    line-height: 36px;
    padding-left: 36px;
}
.failure {
    background: url(../images/failure-32x32.png) no-repeat left center;
    line-height: 36px;
    padding-left: 36px;
}

/* Success/Failure indicators for logout propagation. */
ol li:before {
    content: ''
}
li.logout {
    line-height: 36px;
    padding-left: 36px;
}
li.logout.success {
    /*
    background: url(../images/success-32x32.png) no-repeat left center;
    */
}
li.logout.failure {
    /*
    background: url(../images/failure-32x32.png) no-repeat left center;
    */
}
li.logout.pending{

}
li.logout.na {
    /*
    background: url(../images/failure-32x32.png) no-repeat left center;
    */
}
