﻿.table-last-child-nowrap td:last-child {
    width: 1px;
    white-space: nowrap;
}

.table td {
    vertical-align: middle;
}

.suffix-dash::after {
    content: " - ";
    margin-left: 12px;
}

.max-h-100px {
    max-height: 100px;
}

.max-h-150px {
    max-height: 150px;
}

.max-h-200px {
    max-height: 200px;
}

.form-group {
    margin-bottom: 25px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}

/* DROPZONE */
.dropzone .dropzone-item.dz-complete:not(.dz-error) .dropzone-delete {
    display: none !important;
}

.dropzone .dropzone-item.dz-complete:not(.dz-error) .dropzone-toolbar::before {
    content: "✓";
    color: green;
}

.dropzone .dropzone-item .dropzone-file {
    max-width: 100%;
}

    .dropzone .dropzone-item .dropzone-file .dropzone-error {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
