h4, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.recordlist {
    width: 100%;
}

.span1 {
    width: auto;
}

#page_progress {

    background: url('images/progress.gif') no-repeat center center;
}

body {
    padding-top: 70px;
}

[class^="icon-"],
[class*=" icon-"] {
    /*background-image: url("/css/img/glyphicons-halflings.png");*/
}

table.table-striped tr.list-header th {
    background-color: #aaa;
    color: #fff;
}

table.table-striped tr.list-summary th {
    background-color: #eee;
    color: #000;
}

.item_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.item_list li {
    font-size: 1.5em;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.text-note {
    color: #AAA;
}

span.danger {
    color: #A00;
}

span.amount,
span.price {
    float: right;
    font-size: 1.4em;
    display: block;
}

/* override table row hover */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #ffc;
}

tr.row-deleted {
    text-decoration: line-through;
}

.table-striped > tbody > tr.list_selected:nth-child(odd) > td,
.table-striped > tbody > tr.list_selected:nth-child(odd) > th {
    background-color: #ffc;
}

.table-striped > tbody > tr.list_selected:nth-child(even) > td,
.table-striped > tbody > tr.list_selected:nth-child(even) > th {
    background-color: #eec;
}

td.no-wrap {
    white-space: nowrap;
}

.text-disabled {
    color: #888;
}

.vspace20 {
    height: 20px;
}

.body-bank-flow {

    background-color: #fee;
}

.body-bank-flow .table-hover tbody tr:hover td,
.body-bank-flow .table-hover tbody tr:hover th {
    background-color: #ffe8e8;
}

.body-bank-flow .table-striped > tbody > tr:nth-child(odd) > td,
.body-bank-flow .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffd8d8;
}

.body-acc-flow {

    background-color: #eef;
}

.body-acc-flow .table-hover tbody tr:hover td,
.body-acc-flow .table-hover tbody tr:hover th {
    background-color: #e8e8ff;
}

.body-acc-flow .table-striped > tbody > tr:nth-child(odd) > td,
.body-acc-flow .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #d8d8ff;
}

.body-evo-flow {

    background-color: #ffe;
}

.body-evo-flow .table-hover tbody tr:hover td,
.body-evo-flow .table-hover tbody tr:hover th {
    background-color: #ffffe8;
}

.body-evo-flow .table-striped > tbody > tr:nth-child(odd) > td,
.body-evo-flow .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffe8;
}
