.SummaryModal {
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    flex-flow: row nowrap;
    font-size: 13px;
    justify-content: center;
    pointer-events: none;

    &-container {
        flex-basis: 775px;
        pointer-events: auto;
    }

    &-header {
        display: flex;
        flex-flow: row nowrap;
        padding: 11px 0;
    }

    &-heading {
        flex: 1;
    }

    &-icon {
        vertical-align: top;
    }

    &-close {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 15px;
    }

    &-info {
        margin-bottom: 10px;
        overflow: hidden;
    }

    &-info-client {
        display: inline-block;
        margin-right: 3px;
    }

    &-info-block {
        float: left;
    }

    &-info-links {
        float: right;
        margin-top: 30px;
    }

    &-bold {
        font-weight: bold;
    }

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

    &-table {
        border-bottom: 1px solid $koala;
        width: 100%;
    }

    &-table-wrapper {
        max-height: 500px;
        overflow: auto;
    }

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

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

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

    &-table-cell {
        padding: 10px;
    }

    &-table-head &-table-cell {
        padding: 2px 10px;
    }

    &-table-cell-desc {
        width: 30%;
    }

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

    &-table-cell-check {
        width: 12%;
    }

    &-table-cell-date {
        width: 15%;
    }
}
