.caret {
	margin: 3px;
	vertical-align: middle;
}

.small {
    font-size: 80% !important;
}
.small input, .small select {
    font-size: 90% !important;
}

div.summary {
    float: right;
}

.small input[type="text"], .small select {
    width: 100% !important;
}

.small .pagination, .small table {
    margin: 0;
}


.workSelect td {
    padding: 2px;
}

.workSelect td.underGroup {
    padding-left: 30px;
    background: url('../images/category_next.png') no-repeat 8px center;
}

.workSelect td {
    text-align: center;
}

.workSelect tbody > tr:last-child > .underGroup {
    padding-left: 30px;
    background: url('../images/category.png') no-repeat 8px center;
}

.workSelect tbody.hide {
    display: none;
}

body .modal {
    width: 80%; /* desired relative width */
    left: 10%; /* (100%-width)/2 */
    margin: auto auto auto auto; /* place center */
}

.td-green span{
    background-color: #d4edda;
    color: #155724;
    border: 1px #c3e6cb solid;
    padding: 6px;
    white-space: nowrap;
    border-radius: 4px;
}
.td-red span{
    background-color: #f8d7da;
    color: #721c24;
    border: 1px #f5c6cb solid;
    padding: 6px;
    white-space: nowrap;
    border-radius: 4px;
}
.td-yellow span{
    background-color: #fcf8e3;
    color: #856404;
    border: 1px #ffeeba solid;
    padding: 6px;
    white-space: nowrap;
    border-radius: 4px;
}

.td-detail span{
    margin-top: 2px;
    margin-bottom: 2px;

    padding-top: 2px;
    padding-bottom: 2px;
}