/* Utility classes */
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

/* Make form controls inside table cells follow the cell alignment */
td.text-right>input,
td.text-center>input,
td.text-left>input,
td.text-right>textarea,
td.text-center>textarea,
td.text-left>textarea,
td.text-right>select,
td.text-center>select,
td.text-left>select {
    text-align: inherit;
}

.hidden{ display: none; }

td.exception { color: red; }
td.exception input {
    color: inherit !important;
}

/**/
tr.selected td {
    background-color: #421414; /*#ffe5e5;*/
    color: #DCDCF2; /*red;*/
}

tr.negative-row td {
    background-color: #fff7cc;
}

tr.locked-row td input {
    color: gray !important;
}

.noshow { display: none }