﻿#projectList {
    margin-top: 20px;
    width: 100%;
}

    #projectList select {
        margin-left: 5px;
        margin-right: 15px;
        font-weight: normal;
    }

    #projectList .input {
        display: inline-block;
        margin: 5px 0 5px 0;
        font-weight: bold;
    }

    #projectList .input-search {
        margin-right: 15px;
    }

        #projectList .input-search input {
            margin-left: 5px;
            padding-left: 5px;
        }

    #projectList select {
        height: 32px;
    }


    #projectList .data {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.info-data {
    display: block;
    margin-bottom: 20px;
}

#projectList .project, .update-row {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-style: dotted;
    border-width: 1px 0 0 0;
    border-color: #cccccc;
}

div[data-sf-field='Notes'] ul {
    padding-left: 20px !important;
}

div[data-sf-field='Notes'] ul {
    list-style: disc !important;
}

    div[data-sf-field='Notes'] ul ul {
        list-style: circle !important;
    }



#projectList .project .field {
}

#projectList .project p {
    margin: 0;
}

#projectList table {
    width: 100%;
    border-width: 0 !important;
}

    #projectList table thead td {
        font-weight: bold;
        color: #eeeeee;
        background: linear-gradient(#62a336, #4D7F29);
        background: -webkit-linear-gradient(#62a336, #4D7F29);
        background: -moz-linear-gradient(#62a336, #4D7F29);
        background: -o-linear-gradient(#62a336, #4D7F29);
    }

    #projectList table td {
        padding: 6px;
        border-style: solid;
        border-width: 1px;
        border-color: #cccccc;
    }

        #projectList table td:nth-child(1) {
            border-left-width: 0px;
        }

        #projectList table td:nth-child(3) {
            border-right-width: 0px;
        }

    #projectList table tr:last-child td {
        border-bottom-width: 0px;
    }

    #projectList table tr:first-child td {
        border-top-width: 0px;
    }

    #projectList table tbody tr:nth-child(odd) {
        background: #eeeeee;
    }

    #projectList table tbody tr:nth-child(even) {
        background: white;
    }

#projectList button {
    width: 100px;
}

#projectList .button-master {
    display: inline-block !important;
    width: auto !important;
    margin-right: 10px;
    padding: 4px 10px 4px 10px;
    margin-top: 5px;
    color: #444444;
    font-weight: bold;
    font-size: 14px;
    min-width: 90px;
    text-align: center;
}


.sfdetails {
    padding-top: 20px;
}

    .sfdetails ul {
        margin-bottom: 15px !important;
    }

        .sfdetails ul ul {
            margin-bottom: 0px !important;
        }

    .sfdetails p {
        margin-bottom: 15px !important;
    }


.project .subscribe {
    display: none;
}


    .project .subscribe button, .project-subscribe, .send-update {
        width: 220px !important;
        border-radius: 4px;
        border-style: none;
        background: linear-gradient(#62a336, #4D7F29);
        background: -webkit-linear-gradient(#62a336, #4D7F29);
        background: -moz-linear-gradient(#62a336, #4D7F29);
        background: -o-linear-gradient(#62a336, #4D7F29);
        margin-top: 5px;
        color: white !important;
    }

.sfMultiRelatedItmsWrp, .sfitemFlatTaxon {
    clear: left;
    margin-bottom: 10px;
}

    .sfMultiRelatedItmsWrp h2 {
        color: #4D7F29 !important;
    }

.sfrelatedList li {
    display: inline-block;
    margin-right: 20px;
}

#plans li, #solicitations li, #contracts li {
    display: block;
    float: none;
    margin-right: 0px;
    margin-bottom: 0px !important;
}


    #plans li a::before {
        font-family: FontAwesome;
        content: "\f0f6 \00a0";
    }

.sfrelatedList li img {
    height: 150px;
}

.send-update:disabled {
    opacity: .4;
}

.field-last-updated {
}

    .field-last-updated .field-label {
        font-weight: bold;
    }


/*milestones*/

#milestones table {
    min-width: 50%;
}

#milestones th {
    background-color: #4D7F29;
    color: white;
    font-weight: bold;
}

#milestones table td, #milestones table th {
    padding: 8px !important;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

    #milestones table td:nth-child(2), #milestones table th:nth-child(2){
        text-align:center;
    }

    #milestones table th:nth-child(3) {
        text-align: center;
    }
/*media queries*/
@media (max-width: 500px) {
    .sfrelatedList li {
    margin-right: 10px;
}

    .sfrelatedList li img {
        height: auto;
    }

    #milestones {
        font-size: 12px;
    }

    .project-subscribe{
        width:100% !important;
    }
}

@media print{
    .project-subscribe{
        display:none;
    }
}
