/* This file contains any rules which override the bundled CSS (e.g. Bootstrap) */

/* Forms */
.form-error {
    color: red;
}

.input-group-tight input {
    padding: 8px;
}

.modal-lg {
    width: 90%;
}

.container-fluid-modal {
    padding: 15px 30px;
}


table.request-response tr {
    vertical-align: top;
}

table.request-response tr th, table.request-response tr td {
    width: 50%;
    padding: 10px;
}

button.expand {
    width: 20px;
}

tr.hide {
    display: none;
}

tr.lender-active {
    background-color: lightgreen;
}

tr.lender-inactive {
    background-color: lightpink;
}

/* Table row when dragging */
tr.tDnD_whileDrag {
    background-color: lightblue;
}