.linked_cost_codes_icon {
    background-image: url(../../../extjs/resources/css/2023/images/grey_icons/cost_codes.svg);
    background-repeat: no-repeat;
    background-size: 16px;
}


.x-menu-item .linked_cost_codes_icon, 
.x-window-header .linked_cost_codes_icon {
    background-image: url(../../../extjs/resources/css/2023/images/cost_codes.svg);
}

.linked_cost_codes_window {

    background-image: url(../../../extjs/resources/css/2023/images/cost_codes.svg);
    background-repeat: no-repeat;
    background-size: 16px;
}

.linked_budget_codes_panel {

    background-image: url(../../../extjs/resources/css/2023/images/cost_codes.svg);
    background-repeat: no-repeat;
    background-size: 16px;
}


.x-grouptabs-strip-active .linked_budget_codes_panel,
.x-panel-header .linked_budget_codes_panel {
    background-image: url(../../../extjs/resources/css/2023/images/navy_icons/cost_codes.svg);

}

.budget_codes_linked_grid {
    height: 100%;
}

.budget_codes_linked_grid .x-panel-bwrap {
    height: 97%;
}

.budget_codes_linked_grid_bg{
    height: 76% !important;
}

.budget_codes_linked_grid .x-panel-header {
    height: 30px;
    display: flex;
    align-items: center;
}
