﻿.dmdlc-item-expired {
    color: #FF0000;
}


/* Marked documents*/

.dmdlc-ds-row .dmdlc-ds-markedglyph {
    color: transparent !important;
    display: none;
}

.dmdlc-ds-row.dmdlc-ds-marked .dmdlc-ds-markedglyph {
    display: inline-block;
    color: #000 !important;
}

i.glyphicon.dmdlc-sorticon
{
    font-size:0.8em;
}


#dmdcNewDocumentExternalWarning 
{
    color: #f00;
    margin-top:1em;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}