/* --- colors for all or even line numbers --------------------------------------- */

/* 10: new */
.row-status-10-color
{
    background-color: rgba(252, 189, 189, 0.68) !important;
}

/* 20: feedback */
.row-status-20-color
{
    background-color: rgba(227, 183, 235, 0.68) !important;
}

/* 30: acknowledged */
.row-status-30-color
{
    background-color: rgba(255, 205, 133, 0.68) !important;
}

/* 40: confirmed */
.row-status-40-color
{
    background-color: rgba(255, 244, 148, 0.68) !important;
}

/* 50:assigned */
.row-status-50-color
{
    background-color: rgba(194, 223, 255, 0.68) !important;
}

/* 80: resolved */
.row-status-80-color
{
    background-color: rgba(210, 245, 176, 0.68) !important;
}

/* 90: closed */
.row-status-90-color
{
    background-color: rgba(201, 204, 196, 0.68) !important;
}

/* --- colors for odd line numbers ----------------------------------------------- */

/* 10: new */
.row-status-10-color:nth-of-type(2n+1)
{
    background-color: rgba(252, 189, 189, 0.8) !important;
}

/* 20: feedback */
.row-status-20-color:nth-of-type(2n+1)
{
    background-color: rgba(227, 183, 235, 0.8) !important;
}

/* 30: acknowledged */
.row-status-30-color:nth-of-type(2n+1)
{
    background-color: rgba(255, 205, 133, 0.8) !important;
}

/* 40: confirmed */
.row-status-40-color:nth-of-type(2n+1)
{
    background-color: rgba(255, 244, 148, 0.8) !important;
}

/* 50: assigned */
.row-status-50-color:nth-of-type(2n+1)
{
    background-color: rgba(194, 223, 255, 0.8) !important;
}

/* 80: resolved */
.row-status-80-color:nth-of-type(2n+1)
{
    background-color: rgba(210, 245, 176, 0.8) !important;
}

/* 90: closed */
.row-status-90-color:nth-of-type(2n+1)
{
    background-color: rgba(201, 204, 196, 0.8) !important;
}

/* --- style adjustments for list items ------------------------------------------ */

.item-status
{
    padding: 0 2px;
}
