#selectLayersDialog-body {
    max-height: 500px;
    overflow-y: auto;
}

#selectLayersDialog-treeView .selectChkBox {
    position: absolute;
    top: 0;
    right: 0px;
    height: 38px;
    background-color: #ebedf2;
    border: 1px solid rgb(222, 228, 234);
    width: 30px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    margin: 0px;
    padding-right: 0px;
}

#selectLayersDialog-treeView  .selectChkBox .checkbox {
    margin-top: 0;
}

#selectLayersDialog-treeView  .selectChkBox span {
    margin-left: 0;
}

#selectLayersDialog-treeView  .selectChkBox label {
    padding-left: 0;
}

#selectLayersDialog-treeView .selected {
    color: white;
    background-color: #49a548;
}
