/* mgr-projects.css */

.project-row, .project-row-header
{
    background-color:#EBEAD8; 
    border: 2px solid #7BB4ED; 
    margin-bottom: 10px;
    padding: 4px;
    height: 72px; 
}

.project-row-thumb      
{
    float: left;
    padding-left: 4px;
    padding-right: 22px; 
}

.project-row-thumb-img
{
    cursor: pointer;
    max-width: 72px; 
    max-height: 72px;    
}

.project-row-details 
{
    display: table-cell; 
    vertical-align: middle; 
    height: 72px;
    min-width: 320px;
    max-width: 535px;
}

.project-row-actions 
{
    display: table-cell; 
    vertical-align: middle; 
    position: relative;
    top: 20px;
    right: 0;
    height: 72px;
}

.project-row-name 
{
    font-size: 18px;
    font-weight: bold;
    color: #3F4C6B;
}

.project-row-name.long-title 
{
    font-size: 11px;
}

.project-row-name.truncate 
{
    /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    */
}

.project-row-text
{
    font-size: 14px;
}

.project-row-title 
{
    font-size: 14px;
    font-weight: normal;
    color: #3F4C6B;
}

.project-row-status
{
    font-size: 18px; 
    font-weight: bold;
    color: #8B8F99;     
}

.project-row-status-message
{
    font-size: 12px; 
    font-weight: normal;
    font-style: normal;
    color: #8B8F99;     
}

.project-row-status-progress
{
    font-size:14px; 
    font-weight:bold;
    font-style: italic;
    color:#8B8F99;     
}

.project-row-skin 
{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #8B8F99;
}

.project-row-res 
{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #8B8F99;
}

.project-row-quality 
{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #8B8F99;
}

.project-row-indent1
{
    padding-left: 12px;
}


/* project-edit */

.project-edit-row, .project-edit-row-header
{
    min-height: 200px; 
    background-color:#EBEAD8; 
    border: 2px solid #7BB4ED; 
    margin-bottom: 10px;
    padding: 10px;
}

.project-edit-row-header 
{
    font-weight: bold;
    min-height: 20px; 
    padding: 5px 10px 0px 10px;
}

.project-edit-row span, .project-edit-row-header span
{
    width: 80px;
}

.project-edit-row-details
{
    padding: 10px;
}

.project-edit-row-thumb 
{
    padding: 10px;
}

.project-edit-row-thumb-img
{
    width: 256px; 
    height: 192px;    
    cursor: pointer;
}

.project-row.archived, .project-edit-row.archived {
    background-color: #E8E8E8;
}
