﻿.f-number {
    text-align: left;
}

.f-percent {
    background-color: #e8f8ff;
    text-align: center;
}

.f-success {
    color: green;
}

.f-plan {
    color: gray;
}

.f-fail {
    color: darkred;
}

.budget-stat-by-fields table thead th {
    text-align: center;
}
/*-----------------------*/

.budget-stat-by-fields tr[level="1"] .title {
    padding-left: 3px;
}

.budget-stat-by-fields tr[level="2"] .title {
    padding-left: 30px;
}

.budget-stat-by-fields tbody tr[level="2"] .title {
    font-weight: normal;
}

.budget-stat-by-fields tr[level="3"] .title {
    padding-left: 50px;
}

.budget-stat-by-fields tbody tr[level="3"] .title {
    font-weight: normal;
}

.budget-stat-by-fields tbody .title {
    cursor: pointer;
}

.budget-stat-by-fields tr.parent-collapsed {
    display: none;
    opacity: 0;
    transition: display 0s linear 0.5s,opacity 0.5s linear;
}

.has-children.collapsed>.title:before {
    font-weight: 900;
    padding: 0 10px 0 0;
}

.has-children.expanded>.title:before {
    font-weight: 900;
    padding: 0 10px 0 0;
}

tr.has-children.expanded td {
    
    text-decoration: underline;
    /*background-color: #efefef;
    color: #3559de;*/
}