.project {
    background-color: #fff;
}

.project-head-1 {
    text-align: left;
    color: #000000;
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.project-btn-text {
    font-size: 0.9rem;
    font-weight: 400;
}

.project-btn-number {
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: 0.5rem;
}

/*project view table styles*/

.project-td-no {
    font-weight: 500;
}

.status-bar-proj {
    height: 0.6rem;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    text-align: center;
    background-color: #b1b1b1;
    border-radius: .50rem;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #ccc;
}

.status-bar-budget {
    border-radius: .50rem;
    background-color: #416D4D !important;
}

.status-bar-duration {
    border-radius: .50rem;
    background-color: #995C6F !important;
}

.project-card-style {
    background-color: white;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 1px 1px #bbb;
    border-radius: 5px;
    min-height: 9rem;
    width: calc(25% - 10px);
    float: left;
    margin-right: 10px;
    list-style: none;
}

.project-card-col-style {
    margin: 0.5rem;
}

.project-card-datetext {
    text-align: left;
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: #666666;
    font-weight: 300;
}

.project-card-duration {
    text-align: right;
    /*line-height: 1.3rem;*/
    font-size: 1rem;
    color: #995c6f;
    font-weight: 300;
    vertical-align: middle;
}

.project-card-budget {
    text-align: right;
    line-height: 1.3rem;
    font-size: 0.875rem;
    color: #416d4d;
}

.project-card-duration {
    text-align: right;
    /*line-height: 1.3rem;*/
    font-size: 0.875rem;
    color: #995c6f;
    font-weight: 300;
}

.div-align-right {
    float: right;
    margin-top: 0.5rem;
}

.margin-top-1em {
    margin-top: 1rem;
}

.project-card-line {
    border-bottom: 1px solid lightgray;
    padding-bottom: 0.30rem;
}

.project-status-div {
    height: 2.5rem;
    float: right;
}

.proj-img-size {
    width: 3rem;
    height: 3rem;
}

tbody tr:hover {
    background-color: #CCCCCC !important;
}

@media screen and (max-width: 1280px) {
    .project-card-duration {
        font-size: 12px;
    }

    .project-card-duration {
        font-size: 12px;
    }
}

.imgClose {
}

    .imgClose:hover {
        background-image: url("/icons/homeback/close-active.png");
    }

.modal-popup-main {
    max-width: 91%;
    background: #fff;
}

.modal-popup-main2 {
    max-width: 80%;
    background: #fff;
}

.div-close {
    padding-left: 76%;
}

tr {
    cursor: pointer;
}

.methodology-base {
    height: 3.2rem;
    width: 40%;
    margin-left: 30%;
    margin-bottom: 1.5rem;
    box-shadow: -14px 1px 7px 2px #e4e4e4;
}

.methodology-shape {
    background-color: #b1b1b1;
    width: 106%;
    border-bottom-right-radius: 3.5rem;
    z-index: 0;
    height: 3.3rem;
    cursor: pointer;
    border-left: 20px solid #b1b1b1;
}

    .methodology-shape:hover {
        background-color: #201648;
        border-bottom-right-radius: 3.5rem;
        z-index: 0;
        height: 3.3rem;
        cursor: pointer;
        border-left: 20px solid #a94a9a;
        color: #fff;
    }

.methodology-txt {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.methodology-no {
    vertical-align: middle;
    font-size: 1.9rem;
    font-weight: 400;
    padding-left: 2.2rem;
    padding-top: 0.1rem;
}

.border-right-gray {
    border-right: 3px solid #e4e4e4;
    margin-bottom: 2rem;
}

.margin-left5rem {
    margin-left: 5rem;
}

.margin-top4rem {
    margin-top: 2rem;
}

.budget-value {
    text-align: right;
    line-height: 1.3rem;
    font-size: 0.875rem;
    color: #416d4d;
    font-weight: 900;
}

.bar-year-txt-2 {
    font-size: 0.8rem;
    font-weight: 500;
    padding-top: 0.7rem;
    padding-left: 0.7rem;
    margin-bottom: 0.5rem;
}

@media(max-width:575px) {
    .bar-year-txt-2 {
        font-size: 0.6rem;
        font-weight: 500;
        padding-top: 0.5rem;
    }
}

@media (min-width: 768px) {
}
