.PayeePortal-statements-label-table-wrapper {
    clear: both;
    margin-bottom: 20px;

    .PayeePortal-statements-label-table-name {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .Pagination {
        float: right;
        text-align: right;
    }
}

.PayeePortal-statements-label-table {
    border: 1px solid $koala;
    border-radius: 2px;
    width: 100%;

    &-filters {
        height: 30px;
    }

    &-filter-title {
        color: $timberwolf;
        display: inline-block;
        font-weight: 500;
        line-height: 30px;
        margin-right: 10px;
        text-transform: uppercase;
        vertical-align: top;
    }

    /* stylelint-disable selector-max-id, max-nesting-depth */
    #PayeePortal-statements-label-table-filter {

        &-name,
        &-run-name,
        &-payors {
            display: inline-block;
            margin-right: 10px;
            width: 230px;

            .Select-control,
            .Select-input {
                height: 28px;
            }

            .Select-control .Select-value,
            .Select-placeholder {
                line-height: 28px;
            }

            .Select-placeholder {
                font-weight: 500;
                text-transform: uppercase;
            }
        }
    }
    /* stylelint-enable selector-max-id, max-nesting-depth */

    &-cell {
        padding: 10px;
    }

    &-cell-download-all {
        text-align: right;
    }

    &-download-all {
        padding-bottom: 4px;
        padding-top: 5px;
    }

    &-download-all-title {
        margin-left: 5px;
        vertical-align: super;
    }

    &-head2 {
        border-bottom: 1px solid $koala;
        border-top: 1px solid $koala;

        color: $timberwolf;
        font-weight: 500;
        text-transform: uppercase;
    }

    &-head2 &-cell {
        padding: 2px 10px;
    }

    &-icon {
        vertical-align: top;
    }

    &-row {
        font-size: 13px;
    }

    &-row:not(:last-child) {
        border-bottom: 1px solid $mouse;
    }

    &-cell-statement {
        width: 20%;
    }

    &-cell-client {
        width: 10%;
    }

    &-cell-from {
        width: 15%;
    }

    &-cell-run {
        width: 15%;
    }

    &-cell-date {
        width: 10%;
    }

    &-cell-amount {
        text-align: right;
        width: 15%;
    }

    &-cell-download {
        text-align: left;
    }

    &-download-link {
        margin-left: 10px;
    }

    /* stylelint-disable selector-class-pattern, max-nesting-depth */
    &-download-link {

        &.inActiveXls {
            pointer-events: none;

            + .help-icon {
                display: inline-block;
                line-height: 33px;
                vertical-align: top;
            }

        }

    }
    /* stylelint-enable selector-class-pattern, max-nesting-depth */

    &-help-needed {
        margin-top: 20px;
    }
}
