﻿html,body {
   background-color: #666;
}
#advanced-options {
   padding: 10px;
}
label {
   margin-bottom: 10px;
}
#sub-header {
   background-color: #333;
   font-size: 1.2em; 
   color: #fff !important;
}
table.attributes-table {
   border: none;
   padding: 0 !important;
   margin: 0 !important;
}
   table.attributes-table .name {
      width: 150px;
   }

table.attributes-table td, table.attributes-table tr {
   padding: 0px !important;
   font-size: 1.0em;
}
table.attributes-table tr:nth-child(even), table.attributes-table tr:nth-child(odd) {
   background: #ffffff !important;
}
#Folders {
   margin-bottom: 10px;
}
#PhotoPanel {
}
#SummaryContainer {
   padding-bottom: 10px;
}
.goal {
   border: 1px solid transparent;
}
.goal:hover {
   border: 1px solid #ccc;
   border-radius: 6px;
   background-color: #efefef;
}
.goal-code {
   display: block;
}
.time-series-chart {
   margin: 10px;
}
#FundingDetailPanel {
}
#FundingDetailChart {
   margin-top: 10px;
}
table.link-table {
   border: none; 
   background-color: transparent;
}
table.link-table td.icon-column {
   width: 40px;
   vertical-align: middle;
   background-color: white;
}
table.link-table td.link-column {
   width: 100%;
   vertical-align: middle;
   background-color: white;
}
.tooltip { 
   position: fixed;
}
.has-tip {
   font-weight: normal;
}
table.funding {
   border: none;
   border-collapse: collapse;
}
table.funding td {
   padding: 0;
}
table.funding td.name {
}
table.funding td.total {
   text-align: right;
}
a.prism-button {
   color: white;
   background-color: #999;
   font-size: 0.75em;
   padding: 3px;
   border-radius: 3px;
   margin-left: 5px;
}
   a.prism-button:hover {
      background-color: #1e90ff;
   }
.prism-upd-label {
   font-size: 0.7em;
   font-weight: bold;
   margin-left: 3px;
   color: #666666;
   padding: 5px;
}
.contract-status {
   display: inline;
   color: #333;
   background-color: #fffaf0;
   font-size: 0.75em;
   padding: 3px;
   border: 1px solid #ccc;
   border-radius: 3px;
   margin: 0 0 0 5px;
   cursor: help;
}

table.locations, table.codes {
   border: none !important;
}
table.locations td, table.locations tr, table.codes td, table.codes tr {
   padding: 0px !important;
}
table.locations tr:hover, table.codes tr:hover {
   background-color: #efefef;
}
/*
table.locations, tr:nth-child(even), table.locations tr:nth-child(odd), table.codes tr:nth-child(even), table.codes tr:nth-child(odd) {
   background: #ffffff !important;
}
*/
td.child-code {
   margin-left: 20px;
}
td.name {
   width: 60%;
}
td.value, td.codes, td.no-value, td.date, td.boolean {
   text-align: right;
   padding-left: 10px;
   font-weight: normal;
}
td.no-value {
   font-style: italic;
}

.code-progress-item {
   float: left;
   width: 280px;
   margin: 0 10px 10px 0;
   background-color: #fff;
   border: 2px solid #eee;
   border-radius: 5px;
   padding: 10px;
   word-wrap: break-word;
}
td.code-progress-wrapper { white-space: normal !important; }
.code-progress-item .name { font-weight: bold; font-size: 0.9em; clear: both;margin-bottom: 3px;}
.code-progress-item .large {float: left; font-size: 1.8em; color: #ccc; width: 80px; margin: 0 0 0 0; padding: 0px;}
.code-progress-item .small-top { margin: 0 0 0 0; font-size: 0.75em; line-height: 110% !important; color: #999; padding: 0;}
.code-progress-item .small {margin: 0 0 0 0; font-size: 0.75em;line-height: 105% !important; color: #999; padding: 0;}
.code-progress-item .progress-wrapper {padding: 0px !important; margin: 7px 0 3px 0 !important; height: 8px;vertical-align: top; width: 255px;background-color: #eee;}


table.project-funding {
    font-weight: normal;
    margin-bottom: 10px;
}
    table.project-funding th, table.project-funding td { font-weight: normal; }
    table.project-funding tr.even, table.project-funding tr.alt, table.project-funding tr:nth-of-type(even), table.project-funding thead { background-color: unset; }
    table.project-funding tbody tr td {
        border-top: 1px solid #e7eaec;
        border-bottom: 1px solid #e7eaec;
    }

table.project-funding-total { margin-bottom: 50px;}
    table.project-funding-total tr.even, table.project-funding-total tr.alt, table.project-funding-total tr:nth-of-type(even), table.project-funding-total thead { background-color: unset; }
    table.project-funding-total tr td {
        padding-bottom: 0;
        text-align: right;
    }
        table.project-funding-total tr td.total-title { 
            padding-top: 9px;
            text-align: left;
            vertical-align: top;
            font-size: 0.875rem;
        }
    table.project-funding-total.agreement-total tr td.total-title {
        padding-top: 9px;
        vertical-align: middle;
    }



#FundingExpended, #FundingOtherExpended, #FundingTotalExpended {
    color: red;
}

#tblMetrics.AttributeTable {
    border-spacing: 0px;
    border: none;
}

#tblMetrics.AttributeTable td.DialogSectionName {
    font: 18px Arial, Verdana, bold;
    padding: 5px 0px 5px 0px;
}

#tblMetrics.AttributeTable td {
    padding: 3px;
    border: none;
    vertical-align: top;
}

#tblMetrics.AttributeTable .metricName {
    font-size: 1.0em;
    position: relative;
    display: inline-block;
    opacity: 1;
}

#tblMetrics.AttributeTable .CategoryHeading {
    font-size: 1.2em;
    vertical-align: middle;
    padding: 10px 3px 8px 5px;
    font-weight: normal;
    height: 20px;
}

#tblMetrics.AttributeTable .WorkTypeHeading {
    font-size: 1em;
    vertical-align: middle;
    padding: 15px 3px 8px 5px;
    font-weight: normal;
    height: 15px;
}

#tblMetrics.AttributeTable .InactiveRow {
    color: darkgray !important;
    font-style: italic;
}

#tblMetrics.AttributeTable tr:nth-of-type(even) {
    background: #FFF;
}