/* extra classes for auto complete display */
.czd-autocomp-header{
    margin: 5px 12px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

/* user tag and group tags*/
.czd-user-tag,
.czd-group-tag,
.czd-unit-tag{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    max-width: 380px;
    padding: 5px 8px;
    font-weight: bold;
    color: #fff;
    background: #54678c;

    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.czd-user-tag-name,
.czd-group-tag-name,
.czd-unit-tag-name{
    display: inline-block;
    vertical-align: middle;
    max-width: 345px;
    font-size: 12px;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.czd-user-tag-close,
.czd-group-tag-close,
.czd-unit-tag-close{
    float: right;
    margin-left: 5px;
    font-size: 16px;
    cursor: pointer;
}

.czd-user-tag-close:active,
.czd-user-tag-close:focus,
.czd-group-tag-close:active,
.czd-group-tag-close:focus
.czd-unit-tag-close:active,
.czd-unit-tag-close:focus{
    outline: 2px solid #f6aa19;
}

.czd-autoform .twitter-typeahead{
    width: 100%;
}

.czd-autoform-input{
    margin-bottom: 5px;
}

.czd-autocomp-feedback{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

.czd-autocomp-container{
    overflow: auto;
    padding: 13px 15px 10px;
    background: #efefef;
}

    .czd-autocomp-body{
        max-height: 111px;
    }

.ac-noresults{
    padding: 3px 14px;
}

.admin-user-table-popup .modal-dialog{
    width: 700px;
}
.user-alert-danger{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}