.sy_budget {
    margin-bottom: 100px;
}

.sy_budget--header {
    display: flex;
    justify-content: space-between;
}

.sy_budget--budgetlist {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.sy_budget a.link-with-tooltip {
    position: relative;
    display: inline-block;
}

.sy_budget a.link-with-tooltip .tooltip {
    position: absolute;
    top: -4px;
    right: -24px;
    z-index: 10;
}

.sy_budget a.link-with-tooltip .tooltip .tooltip--trigger {
    display: block;
    background-color: #E73B2D;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    text-transform: initial;
}

.sy_budget a.link-with-tooltip .tooltip  .tooltip--message {
    display: none;
    background: white;
    border: 1px solid #164194;
    position: absolute;
    color: #164194;
    border-radius: 10px;
    padding: 5px 5px 5px 33px;
    top: -7px;
    left: -7px;
    width: 420px;
    z-index: -1;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: initial;
}
.sy_budget a.link-with-tooltip .tooltip .tooltip--trigger:hover + .tooltip--message {
    display: block;
}


.sy_budget--budgetlist tr.budgetlist_headings {
    background-color: #164094;
    color: white;
}

.sy_budget--budgetlist tr.budgetlist_odd_row {
    background: #EFEFEF;
}

.sy_budget--budgetlist th {
    width: 29%;
    padding: 5px 10px 5px 10px;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
.sy_budget--budgetlist td {
    padding: 3px 10px 3px 10px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
}

.sy_budget--budgetlist tr {

    border: 1px solid transparent;
}

.sy_budget--budgetlist tr a.arrow-link{
    background: #164094;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1rem;
}

.sy_budget--budgetlist tr a.arrow-link:hover {
    color: white;
}

.sy_budget--budgetlist tr:hover {
    border: 1px solid #164094;

}

.sy_budget--budgetlist td a {
    color: #000;
    line-height: 22px;
    display: inline-block;
}

.sy_budget--budgetlist td a:hover {
    color: #164094;
}

.sy_budget--comment-box {
    margin-bottom: 20px;
    border: 1px solid;
    background: #f3a6a6;
    color: white;
    padding: 20px;
}





.sy_budget--headertable {
    width: 100%;
    margin-bottom: 50px;
    border-spacing: 0;
    border-collapse: collapse;
}

.sy_budget--headertable td {
    padding-bottom: 5px;
    font-size: 1rem;
    color: #164094;
}

.sy_budget--headertable-label {
    font-weight: bold;
    width: 100px;
}
.sy_budget--headertable-state {
    font-weight: bold;
    width: 400px;
    text-align: right;
    color: #000;
}

.plan_breadcrumb {
    margin-top: -15px;
    margin-bottom: 40px;
    padding: 10px 20px;
    background: #ddd;
    border-radius: 5px;
}

.plan_objectives .plan_objective--title {
    background: #164094;
    padding: 15px;
    margin-bottom: 15px;
    color: white;
}

.sy_budget--section--formwrapper {
    background: #EFEFEF;
    padding: 50px 15px;
}

.plan_objectives .objective_item {
    background: #EFEFEF;
    padding: 15px;
    color: #164094;
    margin-bottom: 20px;
    margin-right: 5px;
    border-radius: 5px;
    display: block;
    width:100%;
    font-size: 14px;
    font-weight: bold;
}

.plan_objectives .objective_item:hover {
    background: #ccc;
}

.plan_objectives-sections .section_item  {
    margin-bottom: 0;
    background: #FFF;
    padding: 15px;
    border-right: 1px solid #164094;
    border-radius: 5px 0 0 5px;
    width: auto;
    font-size: 14px;
    font-weight: bold;
}

.plan_objectives-sections .section_item:hover {
    background: #ccc;
}

.plan_objectives-sections .section_item.cols-2 {
    width: 50%;
}

.plan_objectives-sections .section_item.cols-3 {
    width: 33.33%
}

.plan_objectives-sections .section_item.cols-4 {
    width: 25%;
}

.plan_objectives .objective_item:last-child, .plan_objectives-sections .section_item:last-child  {
    margin-right: 0;
    border-right: none;
}
.plan_objectives .objective_item.active {
    background: #164094;
    color: #fff;
}
.plan_objectives-sections .section_item.active {
    background: #EFEFEF;
}

.plan_objectives .objective_item.active a {
    color: #fff;
}
.plan_objectives-sections .section_item.active a {
    color: #164094;
    font-weight: bold;
}

.sy_budget--button-wrappers {
    display: flex;
    justify-content: space-between;
}

.sy_budget--table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
}

.sy_budget--table td {
    padding: 5px 5px;
    border: none;
    font-size: 0.875rem;
    border-right: 1px solid #ccc;
}

.sy_budget--table td.sy_budget--table-header {
    border: 1px solid #6782B9;
    background: #6782B9;
    color: white;

}

.sy_budget--table td.sy_budget--table-header.top {
    border: 1px solid #164094;
    background: #164094;
    color: white;
}

.sy_budget--table-header {
    font-weight: bold;
    text-align: center;
}

.sy_budget--table-mainheader {
    font-size: 18px;
    font-weight: bold;
}

.sy_budget--table-mainlabel {
    font-weight: bold;
    text-align: left;
    color: white;
}

.sy_budget--headertable-row {
    background-color: #DEE4F0;

}

.sy_budget--headertable-row td {
    color: #000;
    line-height: 1.25rem;
}

.sy_budget--headertable-row:first-child {
    background-color: #fff;
}

.sy_budget--table--footer-row {
    background-color: #6782B9;
}

.sy_budget--table-label {
    text-align: left;
    font-weight: bold;
    line-height: 20px;
}

.sy_budget--table-value {
    text-align: right;
}
.sy_budget--table-value input.sy_budget--table-value-input {
    background: none;
    border: 0;
    text-align: right;
    max-width: 100%;
}

.sy_budget--table td.sy_budget--table-mainresult {
    font-weight: bold;
    text-align: left;
    padding: 8px 5px 6px 5px;
    border-top: 2px solid #164094;
    border-bottom: 6px double #164094;
    background-color: #6782B9;
    color: white;
}

.sy_budget--table td.sy_budget--table-result {
    text-align: right;
    padding: 8px 5px 6px 5px;
    border-top: 2px solid #164094;
    border-bottom: 6px double #164094;
    background-color: #6782B9;
    color: white;
} 
.sy_budget--table td.sy_budget--table-result input.sy_budget--table-result-disabled {
    background: none;
    border: 0;
    text-align: right;
    font-weight: bold;
    max-width: 100%;
    color: white;
}

.sy_budget--button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #164094;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    margin: 10px 20px 10px 0;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    width: fit-content;
    min-width: 150px;
    text-align: center;
}


.sy_budget--budgetlist td a.sy_budget--button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #164094;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    margin: 10px 20px 10px 0;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    width: fit-content;
    min-width: 150px;
    text-align: center;
}
.sy_budget--budgetlist td a.sy_budget--button:hover {
    text-decoration: underline;
}

a.sy_budget--button-submit {
    background: #006400;
}

form.new-budget {
    background-color: #f7f7f7;
    border-bottom: 3px solid #ddd;
    padding: 20px;
}

.doNotCalculate {
    color: #aaaaaa;
}

.sy_budget--admin-commentary-box--title {
    font-weight: bold;
    text-align: left;
    padding: 8px 5px 6px 5px;
    display: inline-block;
    background-color: #DDDDDD;
    width: 20%;
}

.sy_budget--admin-commentary-box--text,
.sy_budget--admin-commentary-box--textarea {
    display: inline-block;
}

.sy_budget--admin-commentary-box--row {
    margin-bottom: 20px;
}

.sy_budget-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sy_budget-row--col {
    width: 49%;
    border-left: 1px solid #999;
    padding-left: 30px;
}

.sy_budget-row--col:first-child {
    border-left: 1px solid transparent;
    padding-left: 0;
}
.sy_budget-row--col label {
    width:100%;
    font-weight: bold;
}
.sy_budget-row--col textarea {
    width: 100%;
}

.sy_budget-row--col input[type="number"] {
    width: 100%;
    height: 30px;
}

.sy_budget .filter-form {
    display:flex;
}

.sy_budget .filter-form .form-select {
    width: 300px;
}