﻿.cancelled {
    color: #cccccc;
}

.awaiting_release {
    color: #009900;
}

.sign_off {
    color: #669900;
}

.awaiting_to_be_published {
    color: #669900;
}

.completed {
    color: #009900;
}

.new {
    color: #ff0000;
}

.to_be_completed {
    color: #ccff33;
}

.under_review {
    color: #ff6600;
}

.awaiting_quote_acceptance {
    color: #ff9933;
}

.awaiting_customer_response {
    color: #ffff00;
}

.work_in_progress {
    color: #ffcc00;
}

.project_work {
    color: black;
}

td.cancelled {
    background-color: #cccccc;
    color: #000;
    text-align: center;
}

td.completed {
    background-color: #009900;
    color: #fff;
    text-align: center;
}

td.new {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
}

.test {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
}

.list-group-item.new {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
}

td.to_be_completed {
    background-color: #ccff33;
    color: #000;
    text-align: center;
}

td.under_review {
    background-color: #ff6600;
    color: #fff;
    text-align: center;
}

td.awaiting_quote_acceptance {
    background-color: #ff9933;
    color: #fff;
    text-align: center;
}

td.work_in_progress {
    background-color: #ffcc00;
    color: #000;
    text-align: center;
}

td.awaiting_customer_response {
    background-color: #ffff00;
    color: #000;
    text-align: center;
}

td.awaiting_release {
    background-color: #009900;
    color: #fff;
    text-align: center;
}

td.sign_off {
    background-color: #669900;
    color: #fff;
    text-align: center;
}

td.awaiting_to_be_published {
    background-color: #669900;
    color: #fff;
    text-align: center;
}

td.project_work {
    background-color: black;
    color: white;
    text-align: center;
}

span.cancelled {
    color: #cccccc;
}

span.awaiting_Release {
    color: #009900;
}

span.sign_off {
    color: #669900;
}

span.awaiting_to_be_published {
    color: #669900;
}

span.completed {
    color: #009900;
}

span.new {
    color: #ff0000;
}

span.to_be_completed {
    color: #ccff33;
}

span.under_review {
    color: #ff6600;
}

span.awaiting_quote_acceptance {
    color: #ff9933;
}

span.awaiting_customer_response {
    color: #ffff00;
}

span.work_in_progress {
    color: #ffcc00;
}

span.project_work {
    color: black;
}