.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;
}
.nomenclitem {
    color: rgb(0, 0, 0);
    font-weight: normal;
}
.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);
}


