/* Sezione Piano dei Conti */

#pconti-grid-container{
    margin-left: -15px;
    margin-right: -15px;

}
.chart-level-1{
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 10px;
    border-top: solid 1px rgb(93, 117, 129);

    background-color: rgb(188, 188, 188);
}

.chart-level-2{
    font-weight: bold;
    font-size: 1em;
    padding-top: 10px;
    border-top: solid 1px gray;
    background-color: rgb(236, 236, 236);
}
.chart-row-lev-999:hover{
    background-color: rgb(141, 202, 141);
}

/* by default i dversi da 1 non sono visibili */
.accounts.highlighted-0{
    display: none;
}

#account-details-container{
    display: none;
    position: absolute;
    left: 6%;
    right: 6%;
    padding: 10px;
    background-color: rgb(239, 239, 239);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 6px;
}
#movement-record-container{
    display: none;
    position: absolute;
    background-color: rgb(228, 227, 227);
    padding: 10px;
    box-shadow: 0 0 14px 0 rgba(0,0,0,.5);
    width: 96%;
    left : 2%;
    
}
#chart-of-accounts-container{
    display: none;
    position: absolute;
    background-color: rgb(228, 227, 227);
    padding: 10px;
    z-index: 1000;
    width: 98%;
    left : 1%;
    border-radius: 6px;
    padding-top: 12px;
    border: solid 1px gray;
    box-shadow: 0 0 14px 0 rgba(0,0,0,.5);
}

.accounts.chart-level-999:hover {
    background-color: #f5f5f5;
}
.accounts.chart-level-999.active {
    background-color: orange;
}
.balance-movement:hover{
    background-color: rgba(141, 202, 141, 0.591);
}

.small-label{
    font-size: 0.8em;
    color: gray;
}
.download-balance-excel{
    border-radius: 4px;
    border: solid 1px gray;
}
.download-balance-excel:hover{
    background-color: rgb(225, 225, 225);
}
.download-mastrino-excel{
    border-radius: 4px;
    border: solid 1px gray;
}
.download-mastrino-excel:hover{
    background-color: rgb(225, 225, 225);
}
#years_selector{
    height: 100%;

}
.years-selector{
    background-color: rgb(229, 248, 255);
    font-size: 25px;
}
.option-years{
    height: 60px;
}
.final-balance-result-box{
    background-color: rgb(240, 251, 254);
    border-radius: 6px;
    margin-bottom: 16px;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    padding: 12px;
    text-align: center;
    box-shadow: 12px 6px 10px 0 rgba(100, 100, 100, .5);
}
.results-title{
    font-size: 12px;
    font-style: italic;
}
.balance-results{
    font-size: 1.2em;
    font-weight: bold;
}
.balance-results.negative{
    color: red;
}