.detailEdit, .detailInsert {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    float: left;
    margin-left: 3px;
    margin-right: 4px;
    /* margin-top: 2px; */
    cursor: pointer;
}

.detailEdit:before {
    content: "\f044";
}

.detailInsert:before {
    content: "\f067";
}

.fieldControlHidden .detailEdit,
.fieldControlHidden .detailInsert {
    display: none;
}
