.se-input-container {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #eee;
}
.se-input-container.active {
    border-color: #337ab7;
}

.se-input {
    overflow: hidden;
    display: block !important;
}
.se-input > input {
    width: 100%;
    border: 0 !important;
    margin: 0 !important;
}
.se-input__icon {
    width: 24px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    cursor: pointer;
    margin: 0 !important;
    color: #666;
}
.se-input__ahead {
    background: #fff;
    z-index: 6000 !important;
    border: 1px solid #eee;
}

.se-user {
    overflow: hidden;
    padding: 5px !important;
    cursor: pointer;
}
.se-user.tt-cursor,
.se-user:hover {
    background: #eee !important;
}
.se-user__image {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.se-user__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.se-user__name {
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.se-user__email {
    line-height: 16px;
    font-size: 13px;
    color: #666;
}

.se-popup {
    position: absolute;
    padding: 10px 15px;
    display: none;
}
.se-popup__group {
    margin-bottom: 5px;
}
.se-popup__organ {
    line-height: 18px;
    border-radius: 4px;
    padding: 6px;
    border: 1px solid #ddd;
}