.table-fixed-custom {
    table-layout: fixed;
}

.cut-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popover.editable-container .form-inline .form-group {
    flex-direction: column;
}
.has-error .help-block {
    color: #b94a48;
}
.j-table_mass_upload_claims {
    background: #fff;
    display: none;
}
.j-table_mass_upload_claims .error-upload-claim {
    background: #e74c3c;
}
