﻿/* DS version KOA1.2 ds 2.0*/
.cfaf-ds-controls {
    margin-top: 0;
}

.no-search .cfaf-ds-controls {
    gap: 0;
}

.cfaf-ds-thumbnail,
.cfaf-ds-thumbnail {
    width: 24px;
    height: 24px;
    background-size: 14px 14px !important;
}

.cfaf-ds-item-name,
.cfaf-ds-item-name {
    margin-top: 0;
}

.cfaf-ds-item-details{
    display: flex;
    align-items: center;
}

.cfaf-documentstore .cfaf-ds-item-controls button {
    width: 24px;
    height: 24px;
    background: none;
    color: #e80000;
}

.cfaf-documentstore {
    display: flex;
    flex-direction: column-reverse;
}

.cfaf-documentstore .cfaf-ds-controls {
    margin-top: 10px;
}

.cfaf-ds-item-meta,
.cfaf-documentstore .cfaf-ds-last-modified {
    font-size: 12px;
}

.cfaf-documentstore .cfaf-ds-last-modified {
    padding-right: 10px;
}

.cfaf-documentstore .cfaf-ds-item-controls button {
    font-size: 12px;
    width: 4px;
    height: 24px;
}

.cfaf-ds-thumbnail, .cfaf-ds-thumbnail {
    width: 14px;
    height: 14px;
    border: 0;
    padding: 0;
    background-size: 14px 14px !important;
}

.cfaf-ds-document {
    align-items: center;
    padding: 4px 8px;
}

.cfaf-ds-uploader.drop-target {
    font-size: 13px;
    width: 100px;
    padding: 6px 10px;
}
