.loader {
    text-align: center;
}
.treeview-container > div{
    max-height: 500px;
    overflow-y: scroll;
}
.treeview-container .selection-single .gj-checkbox-bootstrap span {
    border-radius: 9px;
}
.drm-payer {
    width: 24px;
    padding: 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.payer-checkbox {
    font-size: 0;
    margin: 0;
    width: 20px;
    height: 18px;
    display: inline;
}
.payer-checkbox input {
    display: none;
    margin-bottom: -12px;
}
.payer-checkbox .payer-icon {
    color: #aaaaaa;
    border: none;
    font-size: 20px;
    width: 20px;
    margin-top: 4px;
}
.payer-checkbox input[type="checkbox"]:checked + span.payer-icon {
    color: #000000;
}
ul.gj-list-bootstrap li [data-role="display"] {
    padding-left: 30px;
}
ul.gj-list-bootstrap li .drm-payer + [data-role="display"] {
    padding-left: 4px;
}
.gj-checkbox-material-icons input[type="checkbox"]:indeterminate + span::after {
    content: "\e91f";
}
li[data-parent="true"][data-hierarchy="true"] .gj-checkbox-material-icons input[type="checkbox"]:checked + span::after {
    color: #fff;
    background: #555;
}
.benef-legend, .benef-filter {
    list-style: none;
}
.benef-legend li {
    max-height: 21px;
}
.benef-legend label {
    display: inline-block;
    height: 21px;
}
.benef-legend label + span {
    display: inline-block;
    padding-left: 4px;
}
mark {
    color: inherit;
    background: #c3c7e0;
}
.search-match > div {
    color: #3f51b5;
    background: #cbcfe7;
}
.list-group-item.active {
    background-color: inherit;
    color: inherit;
}
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
    color: #212529;
}