.ehx-admin-drag-fld {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    margin: 0 0 15px 0;
    background: #f5f5f5;
    cursor: move !important;
}
.ehx-admin-drag-fld-title {
    float: left;
    font-weight: 700;
    font-size: 13px;
    color: #666;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 20px;
}
.ehx-admin-drag-fld-type {
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 20px;
    font-weight: 400;
    color: #999;
}
.ehx-admin-drag-fld-icons {
    float: right;
}
.ehx-admin-drag-fld-icons a {
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0085ba;
    padding: 0 4px;
    transition: all .2s linear;
    border-left: 1px solid #379dd5;
}