* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

.page-wrap {
    padding-bottom: 3rem;     /* footer height */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3rem;     /* footer height */
}

.modal, .modal-open {
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#btn-upload-file, #btn-upload-another-file, #status-info, #tick, #status-info-delete, #tick-delete {
    display: none;
}

.dropfilearea, .showfilesarea {
    border: 1px solid;
    min-width: 220px;
    max-width: 615px;
    min-height: 366px;
    margin: 18px auto;
    text-align: center;
}

.dropfilearea-header, .showfilesarea-header {
    font-size: 22px;
    margin: 10px;
}

.dropfilearea-hint, .showfilesarea-hint, .fileinfo-container {
    color: rgb(95, 95, 95);
    font-style: italic;
    font-size: 16px;
    margin: 10px;
}

#btn-input-file {
    display: block;
    margin: 12px auto;
}

#btn-upload-file, #btn-upload-another-file {
    display: none;
    padding: 3px;
    margin: 12px auto;
}

label {
    display: block;
    width: inherit;
    height: inherit;
    padding: 3px;
}

#preview-unavailable {
    width: 150px;
    height: 150px;
    border: 1px solid;
    margin: auto;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-fs-smaller {
    font-size: 14px;
    margin: 15px;
    text-align: center;
}

/* File Manager */

th, td {
    vertical-align: middle !important;
}

td.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 236px;
}

td.fit {
    width: 100%;
}