/**
 * (c) Copyright, 2008-2015 Massachusetts Institute of Technology.
 *
 *     This material may be reproduced by or for the
 *     U.S. Government pursuant to the copyright license
 *     under the clause at DFARS 252.227-7013 (June, 1995).
 */


.clearance-icon {
    background-image: url('images/ClearanceTimes.svg');
    background-size: contain;
}

.home-icon {
    background-image: url('images/home_icon.svg');
    background-size: contain;
}

.save-icon {
    background-image: url('images/save_icon.svg');
    background-size: contain;
}

.status-icon-en {
    opacity: 1.0;
}

.status-icon-dis {
    opacity: 0.5;
}

#ctt-optional-sb-hr-label label {
    font-weight: bold;
}