
.a-file-upload {
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
}

.a-file-upload-label {
    padding: 4px;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 12px;
}

.a-btn-file-upload {
    margin-top:0px;
    margin-bottom: 0px;
    width:47px;
    height:35px;
    border-radius: 4px 0px 0px 4px;
}

.a-file-upload-placeholder {
    border: 1px solid #efefef;
    padding: 8px;
    box-shadow: inset 0 -1px 0 #ddd;
    border-radius: 2px;
    font-size: 16px;
    color: #111111;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width:100%;
}

.a-file-upload-subcontainer {
    display:flex;
    flex-direction:row;
}