.modal-body .attachmentBtn {
    min-width: 14px;
    width: 100%;
    font-size: 14px !important;
    margin-top: 2px;
}

.modal-body [data-file-action="open-upload"] {
    margin: 7px 0 20px 0;
    padding: 6px;
}

.modal-body .popovers .fa-question-circle {
    font-size: 20px;
}

.modal-body .attach-tip-container {
    color: black;
    font-size: 14px
}

.modal-body [data-rel-type="parent"] [data-file-action="toggle-children"] {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.modal-body [data-rel-type="parent"] [data-file-action="toggle-children"].hasChildren {
    cursor: pointer;
}

.modal-body [data-rel-type="parent"] [data-file-action="toggle-children"] i {
    font-size: 20px;
    color: black;
}

.modal-body [data-rel-type="parent"] td:nth-of-type(2) {
    text-align: center;
    vertical-align: middle;
    cursor: move;
    width: 50px;
}

.modal-body .errorTextBold {
    color: #ff0000;
}

.modal-body .file-data-inputs input {
    margin-top: 5px;
}

.modal-body [data-rel-type="child"] td:first-of-type {
    text-align: center;
    vertical-align: middle;
}

.modal-body [data-rel-type="child"] td:first-of-type i {
    font-size: 12px;
}

.modal-body .errorBold {
    font-weight: bold;
}

.modal-body .thumb-th {
    width: 100px;
}

.modal-body .edit-th {
    max-width: 120px;
}

.modal-body .thumb-file img,
.modal-body [data-rel-type="child"] td:nth-of-type(3) img {
    height: 30px;
}

.modal-body .thumb-file i {
    font-size: 25px;
    padding: 7px;
}

.image-loading {
    margin-top: 14px;
    font-size: 14px;
}

.image-loading,
.modal-body .file-data-inputs,
.modal-body form[data-group-id] input[type="file"],
#contentBuilder .sortableList tr:nth-of-type(2),
#contentBuilder .sortableList th:first-of-type,
#contentBuilder .sortableList td:first-of-type,
#contentBuilder [data-type="gallery"] .sortableList th:last-of-type,
#contentBuilder [data-type="gallery"] .sortableList td:last-of-type,
#csatolmany .sortableList th:last-of-type,
#csatolmany .sortableList td:last-of-type {
    display: none;
}

