﻿.contract-info-container{
    display: flex;
    justify-content: center;
}

.character-counter{
    text-align: left;
    margin-left: 2px;
    display: block;
}

.community-action-plan-question{
    border: 1px solid black;
    background-color: #e6e6e6;
    width: 900px;
    margin: 0 auto;
    padding: 4px;
    text-align: left;
}

.community-action-plan-answer-table{
    width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
    box-sizing: border-box;
}
.community-action-plan-answer-table td{
    border: 1px solid black;
}
    .community-action-plan-answer-table td.identified-need-cell {
        display: flex;
    }   

.community-action-plan-answer-textbox {
    width: 275px;
    height: 150px;
    resize: none;
    border: none;
}

    .community-action-plan-answer-textbox.required {
        border: 2px solid red;
    }


.community-action-plan-question-container {
    border: 1px solid black;
    margin: 0 auto;
    margin-top: 1em;
    width: 910px;
    page-break-inside: avoid;
}

.community-action-plan-question-answer-textbox{
    width:900px;
    height: 150px;
    margin-top: 1em;
    resize: vertical;
}

.community-action-plan-question-answer-textbox.tall{
    height: 450px;
}

.budget-table {
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 auto;
}
.budget-table td{
    border: 1px solid black;
}

.allocation-totals-row td{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: bottom;
}
.allocation-totals-row td:first-of-type{
    border: none;
}

.allocation-amount-textbox{
    margin-top: 4px;
    text-align: right;
}
.budget-table.printed .allocation-amount-textbox{
    width: 85px;
}


.allocation-total-textbox{
    margin-top: 4px;
    text-align: right;
}

.budget-row{
    text-align: left;
}

.budget-row td:first-of-type{
    border: none;
    padding: 0;
}

.budget-first-cell-container {
    border: 1px solid black;
    padding: 4px;
}

.budget-row-2 .budget-first-cell-container{
    margin-left: 50px;
}
.budget-row-3 .budget-first-cell-container {
    margin-left: 100px;
}
.budget-row-4 .budget-first-cell-container {
    margin-left: 150px;
}

.budget-header-row {
    font-weight: bold;
}
.budget-row-1.budget-header-row td{
    background-color: #c4c4c4
}

.budget-item-textbox{
    text-align: right;
}

.budget-item-textbox.invalid{
    background-color: red;
    color: white;
}

.budget-table.printed .budget-item-textbox{
    width: 85px;
}

.budget-item-other-textbox-container{
    width: 250px;
    display: inline-block;
}
.budget-item-other-textbox{
    width: 95%;
}
.budget-item-other-textbox.invalid {
    background-color: red;
    color: white;
}

.enrollment-goals-table{
    border-collapse: collapse;
}
.enrollment-goals-table td{
    border: 1px solid black;
}
.enrollment-goals-table .header-row {
    font-weight: bold;
    background-color: #cfe2f9;
}

    .enrollment-goals-table .section-row {
        background-color: #ede379;
        font-weight: bold;
    }
    .enrollment-goals-table .disabled-question-row {
        background-color: #f7f3ca;
    }
.enrollment-goals-table .target-textbox, .enrollment-goals-table .enrollment-textbox{
    width: 120px;
    text-align: right;
}
.enrollment-goals-table .other-textbox{
    width: 95%;
}
.enrollment-goals-table .question-text-cell{
    text-align: left;
}
    .enrollment-goals-table .question-row.auto-calculated {
        background-color: #cacad5;
    }
    .enrollment-goals-table .question-row.hidden-row{
        display: none;
    }
.enrollment-goals-table input.invalid{
    color: white;
    background-color: red;
}
    .enrollment-goals-table .add-additional-indicator-row td{
        text-align: left;
        padding-left: 10px;
    }
    .enrollment-goals-table .add-additional-indicator {
        background-color: #002664;
        color: white;
        display: inline-block;
        padding: 6px;
        padding-top: 3px;
        padding-bottom: 2px;
        margin: 5px;
        font-size: 14pt;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color color 150ms ease-in-out;
        border: 1px solid grey;
    }

    .enrollment-goals-table .add-additional-indicator:hover {
        background-color: #4D4F53;
        color: black;
    }

.sub-contractors-table {
    border-collapse: collapse;
    border: 1px solid #c3c3c3;
    width: 100%;
}

.sub-contractors-table thead {
    background-color: #2f7ec3;
    font-weight: bold;
}

    .sub-contractors-table td {
        border: 1px solid #c3c3c3;
        text-align: left;
    }

.sub-contractors-table td, .sub-contractors-table th{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.send-back{
    margin-top: 2em;
}
.send-back textarea{
    width: 900px;
    height: 250px;
}

.work-plan-table {
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid black;
    width: 900px;
}

    .work-plan-table thead {
        color: white;
        background-color: #2f7ec3;
    }

    .work-plan-table tbody td {
        border-bottom: 1px solid black;
    }
.printed-work-plan-tables .work-plan-link{
    display: none;
}

.printed-work-plan-tables .agency-name{
    display: inline;
}

.esa-budget-table{
    margin: 0 auto;
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

.esa-budget-table td{
    border: 1px solid #bebebe;
    padding: 6px;
    width: 150px;
    text-align: right;
}
    .esa-budget-table tr td:first-of-type{
        border-left: 1px solid black;
    }
    .esa-budget-table tr td:last-of-type {
        border-right: 1px solid black;
    }
    .esa-budget-table tr:last-of-type td{
        border-bottom: 1px solid black;
    }

.esa-budget-table th{
    border: 1px solid black;
    font-size: 14pt;
}

.esa-budget-table tr td:nth-child(1){
    text-align: left;
}

    .esa-budget-table .esa-header {
        background-color: #e6e6e6;
        color: black;
    }
        .esa-budget-table .esa-header td{
            border: none;
        }
    .esa-budget-table .esa-total-1 {
        background-color: #002664;
        color: white;
    }
        .esa-budget-table .esa-total-1 td:nth-child(1) {
            font-size: 14pt;
        }
    .esa-budget-table .esa-total-2 {
        background-color: #0065BD;
        color: white;
    }
    .esa-budget-table .esa-total-3 {

    }