@import "../../variables";

.Statements-reports {
    border-bottom: $border_main;
    margin-bottom: $offset_main * 2;
    padding-bottom: $offset_main * 2;
}

.Statements-reports-list {
    margin-top: $offset_main * 1.5;
    width: 50%;
}

.Statement-fill-indicators {
    border-top: $border_main;
    margin-top: $offset_main;
    padding: $offset_main * .5 0;
}

.Statement-fill-indicator-text-counter {
    font-weight: $weight_bold;
}

.Statement-fill-indicator-select-all,
.Statement-fill-indicator-text {
    display: inline-block;
}

.Statement-fill-indicator-select-all {
    padding-left: $offset_main * .5;
}

.Table-row-data .Table-col.Statements-add-col {
    vertical-align: top;
}

.Table-row-data .Table-col.Statements-add-col[rowspan] {
    vertical-align: bottom;
}
