.dark {
    background-color: rgb(172, 172, 172);
}

.light {
    background-color: rgb(223, 223, 223);
}

.filter-fields {
    list-style-type: none;
    padding-left: 0;
}

.filter-fields li {
    display: inline;
}

.filter-fields label {
    display: none;
}

.filter-fields select,
.filter-fields input[type='text'] {
    width: 146px;
}

.custom-report th, td {
    font-size: 12px;
    padding: 3px;
    vertical-align: top;
}

.custom-report th {
    text-align: left;
    vertical-align: bottom;
}

.custom-report .date {
    white-space: nowrap;
}

.grouped-report  tr {
    background: #f2f2f2;
}

.grouped-report .spacer {
    background: #fff;
}

.grouped-report td {
    padding: 10px;
}

.grouped-report .header td {
    font-size: 16px;
    font-weight: bold;
}

.grouped-report .header h3 {
    margin: 0;
}

.grouped-report .header a {
    color: #000;
}

.grouped-report .header td {
    font-weight: bold;
}

.grouped-report .subheader td {
    border-top: 1px solid #e0e0e0;
    font-weight: bold;
    width: 140px;
}

.grouped-report .data td {
    border-top: 1px solid #e0e0e0;
}

.text-right,
.custom-report .text-right {
    text-align: right;
}

.alt-rows {
    border-spacing: 0;
    border-collapse: collapse;
}

.alt-rows tr:nth-of-type(2n) {
    background-color: #f2f2f2;
}

.recon-report-form * {
    display: inline-block;
}

.recon-report td,
.recon-report th {
    padding: 5px;
}

.recon-report th {
    padding-right: 10px;
}

.sort-control {
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-top: 2px;
    min-width: 12px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.sort-dir {
    color: #333;
    display: inline-block;
    font-size: 10px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    width: 12px;
}

.sort-dir-down {
    transform: rotate(90deg);
}

.sort-dir-up {
    transform: rotate(-90deg);
}

.sort-idx {
    background-color: #999;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 10px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    width: 12px;
}

.sort-null {
    height: 19px;
}

.cash-flow-detail-report .subheader td {
    font-weight: bold;
}

.cash-flow-detail-report td:nth-of-type(1) {
    width: 5%;
}
.cash-flow-detail-report td:nth-of-type(2) {
    width: 20%;
}
.cash-flow-detail-report td:nth-of-type(3) {
    width: 25%;
}
.cash-flow-detail-report td:nth-of-type(4) {
    width: 35%;
}
.cash-flow-detail-report td:nth-of-type(5) {
    width: 15%;
}

.ui-widget-overlay {
    background-color: #000;
    opacity: .7;
}

#session-prompt {
    display: none;
}