.attach_item {
    margin-left: 15px;
    color: #666;
    cursor: pointer;
    border: 1px solid @border_color;
    padding: 0 15px;
    border-radius: 4px;
}

.attach_item.file_item i {
    color: #ee965b;
}

.attach_item.rel_file_item i {
    color: #449bc0;
}

.attach_item i {
    font-size: 16px;
}

.attach_item .item_label {
    display: inline-block;
    margin-left: 3px;
}

.attach_container {
    line-height: 26px;
}

.attach_container .attach_number i {
    font-size: 16px;
    color: #ee965b;
    padding-left: 15px;
}

.attach_container .attachment_block {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 3px;
    margin-left: 3px;
    font-size: 12px;
    /*max-width: 444px;*/
    float: left;
    height: 26px;
    line-height: 22px;
    *line-height: 22px;
    background: #e6eef7;
    padding: 2px 10px;
    border-radius: 3px;
    /*overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;*/
}

.attach_container .file_name {
    display: block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attach_container .attach_del_btn {
    color: #757575;
    cursor: pointer;
}

.attach_container .attach_del_text,
.attach_container .attach_preview_text {
    margin-left: 5px;
    color: #757575;
    cursor: pointer;
    border-bottom: 1px solid #757575;
}

.fileTypeIcon {
    color: #317ef3;
}

.attach_container .attach_del_btn:hover {
    color: #333;
}

.attach_container .attach_del_text:hover {
    color: #39c;
    border-bottom: 1px solid #39c;
}

.attach_container .attach_preview_text:hover {
    color: #39c;
    border-bottom: 1px solid #39c;
}

.attach_container .attach_items {
    padding-left: 10px;
    overflow: auto;
}

.attachment_operate {
    position: absolute;
    width: 100%;
    left: 0;
}

.attachment_operate .operate_item {
    float: left;
    width: 33.3333%;
    text-align: center;
    cursor: pointer;
    background: rgba(92, 95, 98, 0.4);
}

.attachment_operate .operate_item i {
    color: @whiteFFF;
}

.attachment_operate .operate_item:hover {
    background: rgba(92, 95, 98, 0.8);
}
