﻿table.report
{    
    border-collapse: collapse;
    width: 100%;
}

.SoftDeleted {
    background: #AAA;
    background-image: url('../imgs/SoftDeleted.png');
}

.ui-btn-hidden.delete, .ui-btn-hidden.undelete {
    line-height: 24px;
}

.delete, .divdelete {
    display: block;
}

.undelete, .divundelete {
    display: none;
}

tr.SoftDeleted .delete {
    display: none !important;
}

tr.SoftDeleted .undelete {
    display: block !important;
}

tr.SoftDeleted .divdelete {
    display: none !important;
}

tr.SoftDeleted .divundelete {
    display: block !important;
}



table.report td
{
    border: 1px solid #222;
    padding: 0.4em;    
}

table.report tbody td
{
    font-weight: lighter !important;
}

table.report td .validation
{
    margin-top: 0px !important;
}

table.report td .validation br
{
    display: none;
}

table.report td.notes
{
    
}

.notes .auto-complete
{
    display: none;
    position: absolute;
    width: 250px;
}