.row.body_rows.brandfield{
    margin-left: 3rem;
    margin-right: 2rem;
}
.brand-col{
    vertical-align: middle;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-brand-img{
    width: 100%;
    height: auto; 
    vertical-align: middle;
}
.row.body_rows.brandfield{
    background-color: #ffffff;
    margin-left: 3rem;
    margin-right: 2rem;
}
.brand-col{
    vertical-align: middle;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-brand-img{
    width: 100%;
    height: auto; 
    vertical-align: middle;
}
.btn-download{
    display: block;    
    float: right;
    width: 1.2rem;
    border: none;
    margin: .5rem;
    background-image: url("../images/download.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.nomenclgrhead{
    list-style: none;
    font-size: medium;
    margin-top: .3rem;
}
.nomenclgrhead ul{
    list-style: none;
}
.nomenclitem {
    color: rgb(0, 0, 0);
    font-weight: normal;
    list-style-type: none;
}
.nomenclgroup{
    list-style: none;
}
.rolloff > span, .rollon > span{
    display: inline-block;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size:  80% 80%;
    opacity: 50%;
    width: 1rem;
    margin-right: .5rem;
}
.rolloff > span{
    background-image: url("../../evsys/colloff.svg");
}
.rollon > span{
    background-image: url("../../evsys/collon.svg");
}
.rolloff > ul{
    display: none;
}
.rollon > ul{
    display: inherit;
}
#listfill{
    padding: .5rem;
}
.nomenclgrch{
    display: none;
}
.isgrayed {
    background-image: url("../../evsys/ischeckgray.svg"); 
    background-repeat: no-repeat;
    background-size: .7rem;
    background-position: 1rem .5rem;
    font-weight: 500;
    color:rgb(23, 23, 41);
}
.imgbutton{
    cursor: pointer;
    float: right;
}
.nomenclitem{
    padding-left: 1rem;
}
.thischecked{
    background-image: url("../../evsys/ischecked.svg"); 
    background-repeat: no-repeat;
    background-size: .7rem;
    background-position: 0,0;
    color:blue;
    font-weight:500;
}
.nomenclgrhead.thischecked{
    background-position: 1rem .5rem;
    color:black;
}
.level_ol_1{
    font-weight: bold;
}
.level_ol_2{
    font-weight: 500;
    font-style: italic;
}
.level_ol_3, .level_ol_4, .level_ol_5, .level_ol_6, .level_ol_7{
    font-weight: 300;
    font-style: italic;
}
.level_0 > li{
    font-weight: bold;
    color: rgb(77, 30, 141);
}
.show_tree_win{
    position: fixed;
    display: none;
    z-index: 9;
    width: 90%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow-y: scroll;
    padding: .5rem;
    border: solid #818181;
    border-width: 1px 1px 1px 1px;
    background: #f2f8fc;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#show-info-regal p{
    color:#292828;
}
#show-info-tree > li > a{
    color:rgb(3, 3, 90);
    text-decoration: none;
} 
.modeinlist{
     color:#292828;
}
.currentev{
    background-color: rgb(217, 237, 248);
    border-radius: .3rem;
}
.arjevent{
     opacity: .7;
}
.themenote{
    font-size: small;
    margin-top: 1rem;
}