.project {
    background-color: #fff;
}

.tot-cost-amt {
    font-size: 18px;
    padding-left: 1rem;
    padding-right: 0.5rem;
    font-weight: 700;
    color: #333;
}

.tot-cost-txt {
    /*padding-left: 0.5rem;*/
    padding-top: 5px;
    font-size: 13px;
    color: #333;
}

.project-head-1 {
    text-align: left;
    color: #000000;
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.project-head-btnInActive {
    width: 11rem;
    height: 2.5rem;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    text-align: center;
    margin-bottom: 1rem;
    color: #151515;
}

.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-th {
    text-align: left;
    color: #000000;
    font-size: 1rem;
    font-weight: 300;
    vertical-align: middle !important;
    border-top: none !important;
}

.project-td-name {
    text-align: left;
    color: #4d4d4d;
    font-size: 0.9rem;
    font-weight: 300;
    width: 20%;
}

.project-td-budget {
    color: #416d4d;
    font-size: 0.9rem;
    font-weight: 300;
}

.project-td-duration {
    color: #995c6f;
    font-size: 0.9rem;
    font-weight: 300;
}

.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;
    padding: 0.5rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.project-card-col-style {
    margin: 0.5rem;
}

.project-card-duration {
    text-align: right;
    font-size: 1rem;
    color: #995c6f;
    font-weight: 300;
}

.project-card-budget {
    text-align: right;
    line-height: 1.3rem;
    font-size: 13px;
    color: #416d4d;
    font-weight: 300;
}

.project-card-duration {
    text-align: right;
    /*line-height: 1.3rem;*/
    font-size: 0.875rem;
    color: #995c6f;
    font-weight: 300;
}

.maxwidth {
    max-width: 5rem;
    text-align: center;
}

.status {
    height: 1.2rem;
    font-size: 0.9rem;
    padding-left: 0.2rem;
    line-height: 1.1rem;
}

.initiate {
    background-color: #1E6B9F;
    border-radius: 0.1rem;
    padding-top: 0.1rem;
    color: #fff;
}

.ontrack {
    background-color: #9bcc5c;
    border-radius: 0.1rem;
    padding-top: 0.1rem;
    color: #151515;
}

.offtrack {
    background-color: #c8474C;
    border-radius: 0.1rem;
    padding-top: 0.1rem;
    color: #fff;
}

.notapplicable {
    background-color: #C4C4C4;
    border-radius: 0.1rem;
    padding-top: 0.1rem;
    min-width: 2rem;
}

.statusalert {
    background-color: #faba58;
    border-radius: 0.1rem;
    padding-top: 0.1rem;
    color: #151515;
}

.completed {
    background-color: #265b93;
    border-radius: 0.1rem;
    padding-top: 0.1rem;
    color: #fff;
}

.postponed {
    background-color: #bcbcbc;
    border-radius: 0.1rem;
    padding-top: 0.1rem;
}

.terminated, .merged  {
    background-color: #919191;
    border-radius: 0.1rem;
    padding-top: 0.1rem;
}

/*.merged {*/
    /*background-color: #27b0f3;*/
    /*border-radius: 0.1rem;*/
    /*padding-top: 0.1rem;*/
/*}*/

/*.merged {*/
    /*background-color: #29ABE2;*/
    /*border-radius: 0.1rem;*/
    /*padding-top: 0.1rem;*/
    /*color: #fff;*/
/*}*/

.div-align-right {
    float: right;
    margin-top: 0.5rem;
}

.project-card-img {
    height: 2rem;
    margin-left: 10px;
    margin-top: -0.2rem;
}

.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;
}

.div-close {
    padding-left: 76%;
}

tr {
    cursor: pointer;
}

.note-left-aln {
    padding-right: 12.8rem;
    padding-top: 6rem;
    margin-left: 0.7rem;
}

.margin-top2 {
    margin-top: 2rem;
}

.margin-top4 {
    margin-top: 3rem;
}

.project-card-date {
    font-size: 0.875rem;
    color: #995c6f;
    margin-left: 15px;
    line-height: 0.95rem;
    min-height: 1rem;
    text-align: left;
}

.hypen-aln {
    font-weight: 900;
}

.status-aln {
    text-align: center;
}

.pad-top-bot-1rem {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.month-value {
    font-weight: 900;
    font-size: 0.875rem;
    color: #995c6f;
    vertical-align: middle;
}

.tbl-aln {
    max-width: 97.9%;
    margin-left: 0.9rem !important;
    margin-left: 0.1rem;
}

.no-hor-padding {
    padding: 0rem;
}

.top-mar-1rem {
    margin-top: 1rem;
}

.top-mar-ng {
    margin-top: -0.5rem;
    min-height: 1.9rem;
}

/* styles for '...' */
.project-card-title {
    font-size: 0.9rem;
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2rem;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 2.4rem;
    min-height: 2.4rem;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: left;
    max-width: 99%;
    /* place for '...' */
    /*margin-right: -1em;*/
    padding-right: 1em;
    color: #333;
}

/* styles for '...' */
.project-card-title2 {
    text-align: left;
    margin-top: 0.3rem;
    color: #333;
    font-size: 0.875rem;
    line-height: 0.9rem;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    min-height: 1rem;
}
.text-slant{
    font-style: italic;
    font-size: 12px;
    float: right;
}
/*Responsive Design******/
@media(max-width:575px) {
}

@media (max-width: 667px) {

    .project-card-date {
        font-size: 0.875rem;
        color: #995c6f;
        margin-left: 1.75rem;
        line-height: 0.95rem;
    }

    .no-hor-padding {
        margin-left: 1rem;
    }
}

@media(max-width:768px) {
    .table th, .table td {
        padding: 0.4rem;
    }

    .mar-left2 {
        margin-left: 2rem;
    }

    .project-td-name {
        text-align: left;
        color: #4d4d4d;
        font-size: 0.8rem;
        font-weight: 300;
        width: 20%;
    }

    .project-td-budget {
        color: #416d4d;
        font-size: 0.8rem;
        font-weight: 300;
    }

    .project-td-duration {
        color: #995c6f;
        font-size: 0.8rem;
        font-weight: 300;
    }

    .status {
        height: 1.2rem;
        font-size: 0.8rem;
        padding-left: 0.2rem;
        line-height: 1.1rem;
    }

    .project-th {
        text-align: left;
        color: #000000;
        font-size: 0.8rem;
        font-weight: 300;
        vertical-align: middle !important;
        border-top: none !important;
    }

    .minwidth5 {
        min-width: 5rem !important;
    }

    .minwidth7 {
        min-width: 7rem !important;
    }
    .th-width1{
        width:20%;
    }
    .th-width2{
        width:15%;
    }
    .th-width3{
        width:10%;
    }
}
