﻿.locked {
    border: 1px solid #e74c3c;
    border-radius: 4px;
    padding: 4px 6px;
    color: #e74c3c;
}

.umb-table-body.users-area .umb-table-cell {
    white-space: normal !important;
}

.hide {
    display: none;
}

.item-with-actions:hover .hide {
    display: block;
}

.usersArea-statistics-table .umb-table-row:hover {
    cursor: default;
}

.other-actions-cell {
    position: relative;
    display: flex;
}

.other-actions-cell .btn-actions .umb-button__button {
    background-color: #fff;
    color: #817f85;
}

.other-actions-cell .btn-actions .umb-button__button:hover {
    background-color: #e9e9eb;
}

.other-actions-cell > .right {
    margin-left: auto;
    margin-right: 0.75rem;
}
