body{
    font-family: 'Open Sans', sans-serif;
}

.tracking-container {
    padding-top: 20px;
}

.tracker-border{
    border-right: 1px solid lightgray;
}

.tracker-administration{
    color: #00C8D6;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}

.tracker-administration-plus{
    color: #00C8D6;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}

.tracker-administration-text{
    color: black;
    font-size: 16px;
    line-height: 22px;
}

.tracker-progress-text{
    font-size: 20px;
    line-height: 35px;
    margin: 0;
}

.tracker-missed{
    color: #FB0000;
    font-weight: 600;
}
.tracker-significent{

}

.tracker-on-hold{
    color: #FE9903;
    font-weight: 600;
}

.tracker-in-progress{
    color: #0099ff;
    font-weight: 600;
}

.tracker-done{
    color: #00A416;
    font-weight: 600;
}

.tracker-total{
    color: black;
    font-weight: 600;
}

.tracker-phases-container{
    margin-top: 60px;
}


.projectTask {
    padding: 0 0 30px 130px;
    position: relative;
    width: 100%;
    float: left;
}

.taskVerticalLine {
    position: absolute;
    float: left;
    top: 0;
    left: 107px;
    width: 2px;
    height: 100%;
}

.taskHorizontalLine {
    position: absolute;
    float: left;
    top: 27px;
    left: 118px;
    width: 12px;
    height: 2px;
}

.status-r .taskVerticalLine, .status-r .taskHorizontalLine {
    background-color: #FB0000;
}

.status-y .taskVerticalLine, .status-y .taskHorizontalLine {
    background-color: #FE9903;
}

.status-o .taskVerticalLine, .status-o .taskHorizontalLine {
    background-color: #0099ff;
}

.status-g .taskVerticalLine, .status-g .taskHorizontalLine {
    background-color: #00A416;
}

.taskIcon {
    float: left;
    border-radius: 50%;
    border: 2px solid #fd9927;
    color: #fd9927;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 29px;
    font-size: 12px;
    background: #FFF;
    position: absolute;
    left: 91px;
    top: 12px;
}


.status-r .taskIcon {
    border-color: #FB0000;
    color: #FB0000;
}

.status-y .taskIcon {
    border-color: #FE9903;
    color: #FE9903;
}

.status-o .taskIcon {
    border-color: #0099ff;
    color: #0099ff;
}

.status-g .taskIcon {
    border-color: #00A416;
    color: #00A416;
}


.taskInfo {
    float: left;
    position: absolute;
    width: 90px;
    top: 0;
    left: 0;
}

.taskLabel {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px;
    padding: 15px 0 0px 0;
    font-size: 12px;
    color: #0099ff;
}

.taskContent {
    float: left;
    width: 100%;
    border: 2px solid #fd9927;
    border-radius: 5px;
    background: #FFF;
    padding: 15px;
}

.status-r .taskContent {
    border-color: #FB0000;
}

.status-y .taskContent {
    border-color: #FE9903;
}

.status-o .taskContent {
    border-color: #0099ff;
}

.status-g .taskContent {
    border-color: #00A416;
}

.taskDate {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 0;
    text-transform: uppercase;
}

.taskDate time span:last-of-type {
    font-size: 11px;
}
.taskDate time * {
    float: left;
    width: 100%;
}


.taskDescription {
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 16px;
}

.tracker-header{
    color: #046598;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.tracker-image{
    width: 100%;
    height: 440px;
}

.tracker-subject{
    font-size: 14px;
    line-height: 20px;
    color: black;
    font-weight: bold;
    margin: 30px 0 0 0;
}

.tracker-subject-text{
    font-size: 14px;
    line-height: 20px;
    color: black;
}
.tracker-left-content ul a{
    color: #046598;
}
.tracker-left-content ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.tracker-progress-container{
    border-top: 1px solid rgba(0,0,0,.1);
}
.taskDate time span:first-of-type{
    font-size: 14px;
    text-transform: capitalize;
}
.taskDate time span:last-of-type{
    font-size: 12px;
}
.taskContent p{
    font-size: 12px;
}
.taskContent h4{
    font-size: 16px;
    margin: 0;
}
.tracking-container .entry-meta {
    font-size: 12px;
    font-style: italic;
    margin: 0;
}
.nap-proposal-documents ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.nap-proposal-documents a:hover{
    color: #000;
    opacity: 0.8;
}
.nap-proposal-documents a{
    color: #000;
}
.nap-proposal-documents img{
    width: 15px;
    margin-right: 10px;
}
.nap-proposal-documents h4{
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}
.nap-proposal-documents {
    background: #ebebeb;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}
.nap-goal-docs ul img{
    margin-right: 3px;
}
.nap-goal-docs ul a{
    color: #046598;
}
.nap-goal-docs ul{
    list-style: none;
    padding:  0;
}