.p-item-role-admin {
    position: absolute;
    z-index: 1000;
    height: 30px;
    width: 75px;
    right: 0px;
    top: 0px;
}

.p-item-role-admin i {
    font-size: 1.5em;
    padding: 3px 7px;
    border: 1px solid #080808;
    background: #00aff0;
    border: 1px solid #00A6E4;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.p-item-role-admin i:hover {
    color: #00A6E4;
    background: #fff;
}

.p-item-role-admin-content {
    background: #f6f6f6;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1001;
    padding: 5px;
    border-bottom: 1px solid #e9e9e9;
    display: none;
}

.p-item-role-admin-content textarea {
    margin-bottom: 20px;
    height: 120px;
}