.PhysicalReservePayouts {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    margin: 0 auto 20px;
    padding: 0 25px;
    width: 1170px;

    &-table-header {
        font-size: 18px;
        font-weight: 500;
        height: 45px;
        margin: 25px 0 5px;
    }

    &-download-report-button {
        margin-top: -5px;
    }

    .PhysicalReservePayouts-download-text {
        float: left;
        margin-left: 5px;
        margin-top: 2px;
    }

    .Icons-download-symbol {
        float: left;
    }

    /* LEGACY ACCOUNTING STYLES */
    /* stylelint-disable */
    .table {
        margin-bottom: 20px;
        width: 100%;
    }

    .table.table-striped {
        background: #fff;
        margin-top: 5px;
    }

    .table tr {
        height: 25px;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 1px solid #d9d2d0;
    }

    .ClickableTable-row {
        cursor: pointer;
    }

    .table tr {
        height: 25px;
    }

    .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

    .table-striped tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(even) {
        background-color: transparent;
    }

    .table-striped tbody tr td {
        border: none;
    }

    .table thead tr th {
        background: #fff;
        border: none;
        border-bottom: 1px solid #d9d2d0;
        border-top: 1px solid #d9d2d0;
        color: #a1a1a1;
        cursor: default;
        font-size: 12px;
        font-weight: 500;
        padding: 4px 8px;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .table tbody tr td {
        border-bottom: 1px solid #f2f2f2;
        border-top: none;
        font-size: 13px;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        border-top: 1px solid #ddd;
        line-height: 1.43;
        padding: 8px;
        vertical-align: top;
    }

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

    .table-striped tbody tr td {
        border: none;
    }

    .text-center {
        margin-bottom: 20px;
        text-align: center;
    }

    .alert {
        background-color: #f7f7f7;
        border: 2px solid #bab7b7;
        border-radius: 0px;
        margin: 20px 0;
        padding: 10px;
    }

    .alert.alert-danger {
        background-color: #fcd7d4;
        border-color: #d46258;
        color: #d46258;
    }
    /* stylelint-enable */
}

.PhysicalReservePayouts-mode {
    .PhysicalReservePayouts-wrapper {
        min-height: 150px;
    }

    .PhysicalReservePayouts-table {
        height: 491px;
    }
}
