.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 650px;
    max-width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transition: 0.2s;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

#cotizaciones-table{
    overflow-x: auto !important;
    display: block;
    background-color: transparent;
}

@media (min-width:1710px) {
    #cotizaciones-table {
        overflow-x: hidden !important;
        display: inline-table;
    }
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 7px !important;
}