/* START rolMaat ****************************************************** */

#divRolmaat .rolContentTopRow {
    height: 200px;
    padding-top: 0em;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

#divRolmaat .surHeader{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rolDivPin{
    position: absolute;
    left: 26px;
}

.divSelect{
    position: relative;
    width: 100%;
    display: table;
}

.divSelect .divSelectItem{
    width: 100%;    
    height: 25px;
    overflow: hidden;
    display: table-row;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(103,103,103,1) 100%);    
}

.divSelect .divSelectItem:hover{
    background: rgb(252,234,199);
    background: linear-gradient(180deg, rgba(252,234,199,1) 0%, rgba(252,234,199,1) 90%, rgba(103,103,103,1) 100%);
}

.divSelect .divSelectItem:has(input[type="checkbox"]:checked){
    background-color: var(--oranjeLicht) !important;
    transition: all .2s;
}

.divSelect .divSelectItem .divSelectBox{
    display: table-cell;
    padding-top: 10px;
    padding-left: 0.5em;
    width: 2em;
}

.divSelect .divSelectItem .divSelectBox input[type=checkbox]{
    margin: 0px;
}

.divSelect .divSelectItem .divSelectCurve{
    display: table-cell;
    width: 40px;;
    height: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0.3em;
    margin-right: 0em;
}

.divSelect .divSelectItem .divSelectAantal{
    display: table-cell;  
    width: 3em;
    height: 100%;
}

.divSelect .divSelectItem .divSelectAantal span{
    color: white;
    background-color: var(--questionGoed);
}

.divSelect .divSelectItem .divSelectNaam{
    display: table-cell;  
}

.divSelectOpenIcon{
    display: table-cell;
    float: right;
    top: 5px;
    left: -5px;
    position: relative;
    margin-left: 7px;
    //margin-right: 3px;
}

.divSelectList{
    display: table-cell;
    float: right;
    top: 5px;
    left: -5px;
    position: relative;
    margin-left: 5px;
}

.btnRolRond{
    top: 12px;
    position: absolute;
    right: 18px;
}

.divRolTrash{
    position: relative;
    right: -132px;
    top: -51px;
    background-color: black;
    width: 22px;
    height: 22px;
    color: white;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;    
    font-size: 10px;
}

.divRolTrash:hover{
    color: red;
}
.spnRolTrash{
    top: -14px !important;
}
