.dil_fileCount
{
    font-weight: bold;
    font-size: 12pt;
    color: green;
}
span.sub_fcount
{
    color:#d39e00;
}
span.all_fcount
{
    color: green;
}
.form_status_nurse
{
    font-weight: bold;
    text-align: center;
}
.form_status_nurse .complete
{
    color:green;
}
.form_status_nurse .not_found
{
    color:#cc0000;
}
.form_status_nurse .unverified
{
    color:yellow;
}
.form_status_nurse .incomplete
{
    color:orange;
}
#sample_packs_email_reminders a:hover
{
    color: #d39e00;
}

/****Email reminder popup ****/
.record_reminders_dialog{
    border:1px solid green;
    display: none;
    position: absolute;
    background-color: #0b5394;
    color: white;
    border-radius: 30px;
    padding:10px;
}
.record_reminders_dialog span.crl
{
    font-size: 14px;
    color:white;
    font-weight: bold;
    padding: 5px;
}
.record_reminders_dialog ol
{
    margin-left:0px;

}
.email_reminder_survey
{ display: inline-block; width: 40px;}
.email_reminder_survey a {
    color: #0b5394;
}