table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

.file-list {
    max-height: 500px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 50px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.upload-zone {
    background-color: #e4e4e4;
    border: 5px dashed #151615;
    border-radius: 5px;
    padding: 20px;
}

.upload-zone h2 {
    margin-top: 0;
}

.progress, #upload-preview {
    margin-top: 15px;
}

.text-input-with-button-div {
    position: relative;
}

.text-input-with-button {
    width: 100%;
    padding-right: 100px !important;
    box-sizing: border-box;
}

.text-input-with-button-icon {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    line-height: 1 !important;
    z-index: 4;
    cursor: pointer;
}


/* Style for scroll buttons */
.scroll-button {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    display: none;
}

/* Display buttons and enable scroll on mobile devices only */
@media (max-width: 1200px) {
    .scroll-button {
        display: block;
    }
}