div#MainContent>section#ProjectResources {
    padding-top: 20px;
}

#ProjectResources .listWrapper{
    max-width: 1200px;
}

#ProjectResources .pRRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px -20px;
    padding: 0px 20px;
    border-radius: 5px;
    transition: all .3s;
}

#ProjectResources .pRRow .leftCol {
    min-width: 150px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
}

#ProjectResources .pRRow>div {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    overflow: visible;
    text-align: center;
    margin-right: 4px;
}

#ProjectResources .pRRow input {
    text-align: center;
}

#ProjectResources .pRRow:hover {
    background: #0000000d;
}

#ProjectResources .pRRow.totals {
    font-weight: bold;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

#ProjectResources .input {
    margin: 5px 0px;
}

#ProjectResources .input .inputPlaceholder {
    display: none;
}

#ProjectResources input {
    font-size: 12px;
    padding: 6px;
    background: #eff1f5;
    border: none;
}

#ProjectResources .pRRow.totals.moneyTotals {
    font-size: 12px;
    font-weight: 400;
}

#ProjectResources h3.teamSize {
    margin-top: 40px;
    border: 1px solid #ccc;
    padding: 15px;
    margin-left: -15px;
    display: inline-flex;
    border-radius: 5px;
}

#ProjectResources .staffAssignments .headerName {
    font-size: 12px;
    transform: rotate(-45deg);
    white-space: nowrap;
    text-align: left;
    margin-bottom: 20px;
    margin-right: -5px;
    min-width: 79px !important;
}

#ProjectResources .listWrapper.staffAssignments {
    margin-top: 10px;
}

#ProjectResources .staffAssignments .headerName small {
    font-size: 9px;
}

#ProjectResources .pRCol {
    display: flex;
    align-items: center;
    font-size: 10px;
}

#ProjectResources .pRCol .assigned {
    margin-left: 5px;
    color: #b3b3b3;
}

#ProjectResources .pRCol .assigned.error {
    color: #ff000096;
}

#ProjectResources .pRRow>div.past {
    opacity: .5;
}

#ProjectResources .pRRow>div.current {
    background: #0000000d;
    padding: 0px 5px;
}

#ProjectResources .pRCol .assigned:empty {
    margin: 0px;
}

#ProjectResources .pRCol .assigned:empty {
    margin: 0px;
}

#ProjectResources .pRRow input:not(:placeholder-shown) {
    opacity: .5;
}

#ProjectResources .pRRow input:valid {
    opacity: 1;
}

#ProjectResources .pRRow.header>div {
    cursor: pointer;
}

#ProjectResources .pRRow.header>div:hover {
    font-weight: bold;
}

#ProjectResources .pRRow .leftCol:hover {
    font-weight: bold;
}

#ProjectResources .backBtn {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: rgba(22,200,60,1);
    font-size: 17px;
}

#ProjectResources .backBtn i {
    margin-right: 10px;
    transition: all .5s;
}

#ProjectResources .backBtn:hover i {
    margin-left: -5px;
    margin-right: 15px;
}

#ProjectResources .backBtn:hover {
    font-weight: bold;
}

#ProjectResources .projectAssignments .pRRow.header>div small {
    font-size: 10px;
    line-height: 10px;
    margin-top: 4px;
    display: block;
    margin-bottom: 4px;
    color: #8b8b8b;
}

#ProjectResources .pRRow.header:hover {
    background: none;
}

#ProjectResources .pRRow.totals small {
    font-size: 10px;
}

#ProjectResources .pRRow.totals small:before {content: '/';}

#ProjectResources .pRRow.totals small.error {
    color: #f78582;
}

#ProjectResources .pRRow.totals small.extra {
    color: #54d13f;
}

#ProjectResources .staffAssignments .headerName div {
    margin-bottom: -5px;
}

#ProjectResources .pRRow .leftCol.flex {
    justify-content: space-between;
    max-width: 180px;
    width: 180px;
    font-size: 14px;
}

#ProjectResources .pRRow .leftCol.flex>small {
    font-size: 10px;
    color: #00000061;
    margin-right: 3px;
}