
td.state.state_1 {
    color: green !important;
}

td.state.state_2 {
    color: red !important;
}

td.state.state_3 {
    color: red !important;
}

td.state.state_4 {
    color: red !important;
}

td.state.state_5 {
    color: red !important;
}

td.state.state_6 {
    color: green !important;
}

td.state.state_7 {
    color: red !important;
}

td.state.state_8 {
    color: green !important;
}

td.state.state_9 {
    color: red !important;
}

td.state.state_10 {
    color: green !important;
}
td.state.state_11 {
    color: red !important;
}

td.state.state_12 {
    color: orange !important;
}

td.state.state_13 {
    color: red !important;
}

td.state.state_14 {
    color: green !important;
}

td.state.state_16 {
    color: orange !important;
}


/* tables */
table.tablesorter {
    font-family: arial;
    background-color: #dadada;
    margin: 12px 0pt 0px;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #dadada;
    border: 0px solid #FFF;
    font-size: 14px;
    padding: 9px;
}

table b {
    font-weight: bold;
}

table.tablesorter thead tr .header {
    background-image: url(../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr {
    border-bottom: 10px solid white;
}

table.tablesorter tbody td {
    color: #000000;
    padding: 9px;
    background-color: #FFF;
    vertical-align: top;

}

table.tablesorter tbody tr.odd td {
    background-color: #DADADA;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    color: #000000;
    background-color: #b8b8b8;

}

fastpassright {
float: right;
font: italic bold 12px;

    }

	/* Style the tab */
div.tab {
overflow: hidden;
background-color: #dadada;
font-family: arial;
font-size: 14px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 14px;

}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #7a7a7a;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #B8B8B8;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}