﻿.ConstructionExcuteStatus-Estimated {
    border-left: 5px solid #c3c1c1 !important;
}

.ConstructionExcuteStatus-Excuting {
    border-left: 5px solid #85eb8a !important;
}

.ConstructionExcuteStatus-Finished {
    border-left: 5px solid #bc05be !important;
}

.ConstructionExcuteStatus-Settlemented {
    border-left: 5px solid red !important;
}

.ConstructionReceiptStatus-ReceiptPart {
    border-right: 5px solid #85eb8a !important;
}

.ConstructionReceiptStatus-ReceiptAll {
    border-right: 5px solid #36a13b !important;
}

/*----------------------------------------*/

span.Estimated {
    border: 1px solid #ddd;
    margin-right: 3px;
    cursor: pointer;
    background-color: #c3c1c1;
}

span.All {
    border: 1px solid #ddd;
    margin-right: 3px;
    cursor: pointer;
    background-color: #fff;
}

span.Excuting {
    border: 1px solid #ddd;
    margin-right: 3px;
    cursor: pointer;
    background-color: #85eb8a;
}

span.Finished {
    border: 1px solid #ddd;
    margin-right: 3px;
    cursor: pointer;
    background-color: #bc05be;
}

span.Settlemented {
    border: 1px solid #ddd;
    margin-right: 3px;
    cursor: pointer;
    background-color: red;
}

span.ReceiptPart {
    border: 1px solid #ddd;
    margin-right: 3px;
    cursor: pointer;
    background-color: #85eb8a;
}

span.ReceiptAll {
    border: 1px solid #ddd;
    margin-right: 3px;
    cursor: pointer;
    background-color: #36a13b;
}

.Expired * {
    color: #c3c1c1;
}