@import "default.css";

.d3Exclusive {
    margin: 10px;
    width: 95%;
}
.d3Exclusive  *{
    text-align: center;
}

.d3Exclusive .locked {
    background: #fcbdbd;
}

.d3Exclusive .unlocked {
    background: #d2f5b0;
}

.d3Exclusive .d3Notice, .d3Exclusive .d3NoticeField {
    text-align: left;
}
.d3Exclusive .d3NoticeField {
    display: block;
    height: 150px;
    max-height: 150px;
    overflow: auto;
    width: 99%;
}
.d3Exclusive .row-category th {
    padding: 10px;
}

.status-10-fg { color: #fcbdbd; }
.status-10-bg { background-color: #fcbdbd !important; }
.status-15-fg { color: #ffcd85; }
.status-15-bg { background-color: #ffcd85 !important; }
.status-20-fg { color: #e3b7eb; }
.status-20-bg { background-color: #e3b7eb !important; }
.status-30-fg { color: #c2dfff; }
.status-30-bg { background-color: #c2dfff !important; }
.status-40-fg { color: #fff494; }
.status-40-bg { background-color: #fff494 !important; }
.status-80-fg { color: #d2f5b0; }
.status-80-bg { background-color: #d2f5b0 !important; }
.status-90-fg { color: #c9ccc4; }
.status-90-bg { background-color: #c9ccc4 !important; }
