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

$file_name_input_width: 350px;

.LicenseIncome {
    @include base-container;

    padding-bottom: $offset-main * 3;
    padding-top: $offset-main * 3;
}

.LicenseIncome-required-note {
    @include label(large);
}

.LicenseIncome-header {
    display: table;
    margin-bottom: $offset_main;
    width: 100%;
}

.LicenseIncome-intro-wrapper,
.LicenseIncome-required-wrapper {
    display: table-cell;
    vertical-align: top;
}

.LicenseIncome-required-wrapper {
    text-align: right;
    white-space: nowrap;
    width: 1px;
}

.LicenseIncome-name-input {
    width: $file_name_input_width;
}

.LicenseIncome-general-errors {
    display: none;
}

.LicenseIncome-add-button {
    margin-top: $offset_main;
}

.LicenseIncome-table {
    .Table-col {
        padding-left: $offset_main * .5;
        padding-right: $offset_main * .5;
    }
}

.LicenseIncome-units {
    width: 100px;
}

.LicenseIncome-revenue {
    padding-right: $offset_main * 1.5;
    white-space: nowrap;
}

