.green {
    color: #009933;
}
.yellow {
    color: #FFCC00;
}
.orange {
    color: #FF9900;
}
.red {
    color: #C13100;
}
.black {
    color: #030303;
}



table .collapse.in {
	display:table-row;
	color: #030303;
}


.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}
