.pbd-filesload-file {
    width: 100%;
}

.pbd-role-item-list {
    list-style-type: none;
    padding: unset;
    margin: unset;
}

.pbd-user-item-list {
    list-style-type: none;
    padding: unset;
    margin: unset;
}
.pbd-user-item {
    display: none;
    cursor: pointer;
    padding: 5px 10px;
    margin: 5px;
    background-color: #eee;
}
.pbd-user-item:hover {
    background-color: #ccc;
}
#pbd-filesload-users-search {
    width: 100%;
    margin-bottom: 10px;
}

.pbd-filesload-user-selected {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    margin: 5px;
    background-color: #eee;
}
.pbd-filesload-user-selected span {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    background-color:#eee;
    cursor: pointer;
}

.pbd-filesload-user-selected span:hover {
    background-color:#ccc;
}
.pbd-filesload-submit-loading {
    display: none;
}
