a.add-user-btn { margin: 16px 0 0 25px; }
p.texts-scope
{
    text-transform: capitalize;
    font-style: italic;
    padding: 7px 0 0 25px;
    margin: 0;
}
hr.texts-hr { margin: 0; }
p.texts-key
{
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    background-color: #eeeeee;
    border: 1px solid #ebebeb;
    color: #aaa;
    border-radius: 3px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    cursor: not-allowed;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.global-msg
{
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    padding: 17px 30px;
    border-radius: 5px 0 0 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.msg-success { background-color: rgba(32, 99, 5, 0.8); }
.msg-error { background-color: rgba(99, 9, 15, 0.8);; }
.global-msg p
{
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.content-hide { display: none; }
textarea.handle-resize-js
{
    padding: 6px 12px;
    height: 31px;
    resize: vertical;
}
