


.table .underSla {color: blue}
.table .overSla {color: red}
.table .taskCount {color: black}
/*css inbox */

.inbox-body {
    max-height: inherit;
    border: 2px solid #445f76;
    border-radius: 5px;
    height: 300px;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}
.table-inbox tr td {
    padding: 12px !important;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-staarted, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.table-inbox tr td .fa-star {
    color: #d5d5d5;
}
.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}
