.combinejobcolor td {
    color: #00008B;
}
.combinejobcolor td a {
    color: #00008B;
}
.no-margin-bottom {
    margin-bottom: 0px;
}
.pdl25 {
    padding-left:25px;
}
.tcritical {
    background-color:red !important;
}
.thigh {
    background-color: green !important;
}
.tlow {
    background-color: orange !important;
}
.ttrivival {
    background-color: maroon;
}
.txtnote {
    font-size:12px;
}
.ttxtdot {
    font-size:6px;
}
.tAddinfo {
    font-size:13px;
}
.divConvHistory {
    border:1px solid #eee;
    border-radius:5px;
    padding:5px 10px;
    margin:5px 0px;
}
.hProfileName {
    font-size:14px;
    color:#000;
    font-weight:bold;
}
.clsPaid {
    background-color: green;
    color: #fff;
}

.clsPaid:hover {
    background-color: green !important;
    color: #fff;
}

.clsPaid a {
    color: #fff;
}

.clsOverdue {
    background-color: red;
    color: #fff;
}

.clsOverdue:hover {
    background-color: red !important;
    color: #fff;
}

.clsOverdue a {
    color: #fff;
}