.documents-overview .create-folder {
    margin: 2px 5px 0 0;
}

.documents-overview .progress {
    margin-top: 6px;
    float: left;
    width: 100%;
    height: 5px;
}

.documents-overview .table tr td {
    vertical-align: middle;
    background-color: #FFF;
}

.documents-overview .table tr.highlight td {
    opacity: 0;
}

.documents-overview .table tr td a {
    font-weight: normal;
}

.documents-overview .table tr td.file abbr {
    border: none;
}

.documents-overview .table tr td.caption {
    padding-left: 13px;
}

.documents-overview .table tr.edit td.caption {
    padding-left: 7px;
}

.documents-overview .table tr td.caption abbr {
    border: none;
}

.documents-overview .table tr.held td {
    color: #CCC;
}

.documents-overview .table tr.held td a {
    color: #CCC;
}

.documents-overview .icon {
    font-size: 18px;
    color: #4EB4D6;
    padding: 8px 0 8px 4px;
}

.documents-overview .dropzone {
    display: none;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border: 5px dashed #DDD;
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    color: #DDD;
}

.documents-overview .dropzone.in {
    display: block;
}

.documents-overview .dropzone.hover {
    background: #f1f1f1;
    border-color: #CCC;
}

.documents-overview .crumble {
    padding: 5px;
    background: #e9e9e9;
    border: 1px solid #e1e1e1;
    font-size: 11px;
    margin: 0 0 9px 0;
    height: 25px;
}

.documents-overview .crumble li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

.documents-overview .crumble a {
    color: #777;
    font-weight: normal;
}

.documents-overview #upload-status {
    padding-top: 8px;
    display: none;
}

.documents-overview #upload-status .label-default {
    padding: 9px 12px 9px 12px;
    font-weight: normal;
    background: #EEE;
    color: #333;
    font-size: 11px;
}

.documents-overview .edit-folder button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: -1px;
    margin-right: 5px;
}

.documents-overview .edit-folder input {
    border: 1px solid #999;
    border-right: none;
    padding: 2px 5px;
}

.documents-overview .edit-folder input:focus {
    outline: 0;
}

.folder-tree .form-control {
    margin-top: 6px;
    border: none;
    box-shadow: none;
    padding: 0;
}