/*差し替え*/
.status-preparation{
    color:black;
    background:#ffbffd;
}

.status-inprogress{
    color:white;
    background:green;
}

.status-review{
    background:#ffc985;
}

/*差し替えここまで*/

/*追加*/

.status-cad{
    color:black;
    background:#ffbf29;
}

.status-nc{
    color:black;
    background:darkorange;
}

.status-start-order{
    background:yellow;
}

.status-processing-1{
    color:black;
    background:#ffe200;
}

.status-processing-2{
    color:black;
    background:#d1d600;
}

.status-processing-3{
    color:black;
    background:#8cc500;
}

.status-processing-4{
    color:black;
    background:#47b300;
}

.status-processing-5{
    color:black;
    background:#00a200;
}


.status-done{
    color:white;
    background:#00bde8;
}

.status-delivered{
    color:white;
    background:#0089d4;
}

.pastel-red{
    color:black;
    background:#ffc1c1;
}

.pastel-green{
    color:black;
    background:#c1ffc1;
}

.pastel-blue{
    color:black;
    background:#c1c1ff;
}

.status-canceled{
    color:black;
    background:red;
}

.color-green{
    color:black;
    background:green;
}

.color-red{
    color:black;
    background:red;
}

.color-blue{
    color:black;
    background:blue;
}

.color-yellow{
    color:black;
    background:yellow;
}

.color-pink{
    color:black;
    background:pink;
}

.color-black{
    color:white;
    background:black;
}


#ViewFilters {
   background-color:#fffacd;
}
#Aggregations {
    background-color:#e6e6fa;
}

.nav-site a:hover{
background-color:#cccccc;
}
.nav-sites>li>a:hover span{
color:white;
}
a:visited span{
color:blue;
}

#Grid tbody tr:nth-child(even) td{ 
   background-color: #edebeb; 
}

/*追加ここまで*/