﻿.block {
    display: inline-block;
}

.dropzone-control {
    border: 2px dashed #a9c8fc;
    width: 150px;
    margin-left: 10px;
    height: 26px;
    line-height: 23px;
    text-align: center;
}

.dropzone-clickable {
    padding: 1px 8px;
    cursor: pointer;
    outline: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: rgb(51, 51, 51, 0.6);
    color: #333 !important;
}

    .dropzone-clickable.disabled, .dropzone-control.disabled {
        pointer-events: none;
        cursor: not-allowed;
    }

.upload-item .upload-item-action-buttons a.delete,
.upload-item .upload-item-action-buttons a.download {
    cursor: pointer;
}
