#part {
    max-height: 300px;
    overflow-y: scroll;
}

#part li {
    position: relative;
}

.editUser {
    border-bottom: 1px solid #dee2e6 !important;
    padding: .25rem;
}

.nome {
    width: 100%;
    float: left;
    font-weight: 700;
}

.mail {
    opacity: .5;
    font-style: italic;
    font-size: .80rem;
    padding-left: 1.25rem;;
}


#part li .nome:before,
#part .leg:before {
    font-family: "Font Awesome 5 Free";
    margin-right: .25rem;
    font-size: .85rem;
}

#part .nao_conf .nome:before {
    content: "\f4fd";
}

#part .conf .nome:before {
    content: "\f560";
}

#part .admin .nome:before {
    content: "\f005";
}

.admin      {color:#777}
.nao_conf   {color:red}
.conf       {color:blue}


.hide {
    display: none;
}

.editUser:hover, .box.grupo ul#part li.sel {
    background: rgba(0,0,0,0.1);
}

.locked .editUser:hover {
    background: initial;
}

li.admin .editButtons .adm {
    display: none;
}

li > .editButtons {
    display: none;
    position: absolute;
    top: 8px;
    right: 5px;
}

li.sel > .editButtons {
    display: block;
}

.botoescriar .btn {
    margin: .5rem;
}

.bg-gray, .btn.bg-gray[disabled]:hover {
    background: #666;
    color: #fff;
}

.btn.bg-gray:hover {
    background:#aaa;
    color:#333;  
}  

#part.locked {
    background-color: #3333;
}