.red {
    color: red !important;
}
tr.gray td {
    color: #ccc;
}
tr.yellow td {
    color: #bdb76b;
}
tr.red td {
    color: red;
}

.bootbox .modal-backdrop{z-index:0 !important;}

.page-footer {
    background: #ccc !important;
}

.multi-email {
    width: 675px;border: 1px solid #dcdcdc;float: left;
}
.multi-email ul {
    padding: 0;
    margin: 0;
}
.multi-email ul li {
    display: inline;
    float: left;
    background: #eaeaea;
    border-radius: 15px;
    padding: 2px 10px;
    margin: 3px;

}
.multi-email ul li .email {
    width: 125px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}