.projectInfoPopup{
	
}
.projectInfoPopup .contentHolder{
	position: relative;
    background: #fff;
    width: 950px;
    margin: auto;
    padding-bottom: 20px;
    min-height: 590px;
}
.projectInfoPopup .contentHolder .projectInfo{
    float: left;
    width: 600px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}
.projectInfoPopup .contentHolder .projectStats{
    float: left;
    width: 346px;
    background: #484848;
    color: #fff;
    border-radius: 0px;
    padding-right: 30px;
    position: absolute;
    right: 0px;
    /*height: 100%;*/
}
.projectInfoPopup .contentHolder .title{
    font-size: 30px;
    text-align: center;
    margin: 20px 0px 20px;
}
.projectInfoPopup .contentHolder .projectStats .title{
    position: relative;
    left: 20px;
}
.projectInfoPopup .contentHolder .projectStats .relatedProjectsHolder{
    margin-bottom: 20px;
}
.projectInfoPopup .contentHolder .projectStats .relatedProjectsHolder .project{
    margin-left: 50px;
    border-bottom: 1px solid #00000070;
    line-height: 22px;
    color: var(--trackrBlueColor);
    cursor: pointer;
    padding: 8px 0px;
}
.projectInfoPopup .contentHolder .projectStats .relatedProjectsHolder .project.parentProject{
    margin-left: 30px;
}
.projectInfoPopup .contentHolder .infoHolders::-webkit-scrollbar{
    display: none;
}
.projectInfoPopup .contentHolder .infoHolderDivider{
    height: 30px;
    background: #5d5d5d;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    color: #e6e6e6;
    margin-left: 15px;
}
.projectInfoPopup .contentHolder .miniInfoHolderDivider{
    height: 10px;
    background: #f3f3f3;
}
.projectInfoPopup .contentHolder .statsDivider{
    height: 30px;
    background: #5d5d5d;
    position: relative;
    left: 15px;
    top: -1px;
    border-radius: 2px;
    /*background: #f3f3f3;*/
}
.projectInfoPopup .contentHolder .infoHolder{
    position: relative;
    clear: both;
    font-size: 15px;
    margin-left: 30px;
    line-height: 40px;
    border-bottom: 1px solid #616161;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}   
.projectInfoPopup .contentHolder .infoHolders .infoHolder{
    border-bottom: 1px solid #c7bfbf;
}
.projectInfoPopup .contentHolder .infoHolder::-webkit-scrollbar{
    display: none;
}
.projectInfoPopup .contentHolder .infoHolder .label{
    float: left;
    width: 180px;
    opacity: 1;
    font-size: 13px;
}
.projectInfoPopup .contentHolder .infoHolder.description .label{
    float: none;
}
.projectInfoPopup .contentHolder .infoHolder .value{
    float: left;
}
.projectInfoPopup .contentHolder .infoHolders .infoHolder .value:not(.projectDescription){
    min-height: 40px;
    min-width: 360px;
    padding-left: 15px;
    position: relative;
    left: 5px;
    background: #efefef;
    padding-right: 20px;
}
.projectInfoPopup .contentHolder .infoHolder.grossBillableRate .value{
    line-height: 30px;
    position: relative;
    top: 6px;
    padding: 0px 5px;
    left: -5px;
    border-radius: 4px;
}
.projectInfoPopup .contentHolder .infoHolder .value.positive{
    background: var(--positiveColor);
    color: #fff;
}
.projectInfoPopup .contentHolder .infoHolder .value.negative{
    background: var(--negativeColor);
    color: #fff;
}
.projectInfoPopup .contentHolder .infoHolder .value.zero{
    background: #d2d2d2;
    color: #fff;
}
.projectInfoPopup .contentHolder .infoHolder .value.projectDescription{
    overflow: auto;
    min-height: 40px;
    background: #efefef;
    border-radius: 4px;
    padding: 20px 20px;
    white-space: pre-wrap;
    margin-bottom: 10px;
    width: 550px;
    line-height: 18px;
}
.projectInfoPopup .contentHolder .infoHolder .value .parentProjectName{
    width: 300px;
    min-height: 40px;
    cursor: pointer;
}
.projectInfoPopup .contentHolder .infoHolder .value .parentProjectBtn{
    position: absolute;
    right: 12px;
    top: 0px;
    cursor: pointer;
}
