

.password-strength{
    /*float:right;*/
    padding: 0 10px;
    font-size: 80%;
    /*line-height: 100%;*/
    /*width: 100px;*/
    /*margin-right:50px;*/
    /*height: 20px;*/
}
.password-strength.score-null {  }
.password-strength.score-0 { background: rgba(236, 1, 0, 0.17); font-weight:bold; }
.password-strength.score-1 { background: rgba(236, 1, 0, 0.17); font-weight:bold; }
.password-strength.score-2 { background: rgba(236, 1, 0, 0.17); font-weight:bold; }
.password-strength.score-3 { background: rgba(0, 236, 71, 0.17); font-weight:bold; }
.password-strength.score-4 { background: rgba(0, 236, 71, 0.17); font-weight:bold; }

.password-strength::after{ content: "strength"; color: #a9a9a9; }

.password-strength.score-0::after{ content: "weak"; color: #9b2900; }
.password-strength.score-1::after{ content: "poor"; color: #9b2900; }
.password-strength.score-2::after{ content: "better"; color: #9b2900; }
.password-strength.score-3::after{ content: "good"; color: #017c00; } /* 3 is the minimum zxcvbn score score allowed */
.password-strength.score-4::after{ content: "strong"; color: #017c00; }




.field .startMarkup {
    padding: 0.1em 0.1em 0.2em 1.2em;
    color: #666;
}

/* avatar image */
img.avatarImg{
    display: block;
    padding: 10px 0;
    max-height:200px;
    width:auto;
}




/* debugging fudge - todo redo */
pre table,
pre {
    font-size: 0.85em;
    line-height: 1;
}
pre td {
    font-size: 1em;
    vertical-align: top;
    white-space: nowrap;
}


/* manageMemberships, manageConferences pages */
.subscriptions .isCurrent { font-weight: bold; }
.mdirIcon { color: #a87e4d; }

.noresults{ opacity: 0.7; }

body {
    background: rgba(196, 177, 162, 0.1);
}

tr.statusPending  { /*background: rgba(91, 190, 10, 0.03); */ }
tr.statusAccepted { /*background: rgba(91, 190, 10, 0.03); */ }
tr.statusRejected { /*background: rgba(190, 10, 10, 0.03); */ }
tr.statusWithdrawn{ /*background: rgba(0, 0, 0, 0.03); */    }

tr.statusPending > *  ,
tr.statusRejected > * ,
tr.statusWithdrawn > * ,
tr.statusTransfer > *{
    color: rgba(0, 0, 0, 0.6);
}

tr.statusPending   .Status { opacity: 1; font-style: italic; color: rgba(0, 133, 157, 0.99); }
tr.statusAccepted  .Status { opacity: 1; font-weight: bold;  color: rgba(0, 168, 13, 0.99); }
tr.statusRejected  .Status { opacity: 1; font-weight: bold; color: rgba(162, 0, 0, 0.99);  }
tr.statusWithdrawn .Status { opacity: 1; font-weight: bold; color: rgba(157, 122, 0, 0.99); }
tr.statusTransfer  .Status { opacity: 1; font-weight: bold; color: rgba(71, 0, 157, 0.99); }
