/*!
 * NC4 Framework (https://github.com/NC-4/Nc4)
 *
 * Copyright (c) NC4 Project.
 * All rights reserved.
 *
 * Licensed under the NC4 Framework / edumap+ Proprietary License Agreement.
 * Use of this software is permitted only under a valid agreement with the
 * Research Institute of Science for Education (S4E).
 *
 * See LICENSE.txt for complete license terms and obligations.
 *
 * Author: 一般社団法人 教育のための科学研究所 (Research Institute of Science for Education, S4E)
 * Link: https://www.s4e.jp/
 * License: https://github.com/NC-4/Nc4/blob/main/LICENSE.txt
 */

.nc4-cabinets-list-top {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.nc4-cabinets-list-group-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nc4-cabinets-list-group-item > a > .bi,
.nc4-cabinets-list-group-item > span > .bi {
    color: initial;
}

/* csslint known-properties: false */
.nc4-cabinets-list-group-item.active > a > .bi,
.nc4-cabinets-list-group-item.active > span > .bi {
    color: var(--bs-list-group-active-color);
}
/* csslint known-properties: true */
.nc4-cabinets-list-group > .nc4-cabinets-list-group {
    margin-bottom: 0;
}
.nc4-cabinets-list-group > .nc4-cabinets-list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}
.nc4-cabinets-list-top > .nc4-cabinets-list-group-item:first-child {
    border-top-width: 0;
}

.nc4-cabinets-nest {
    padding-left: 1.5rem;
}

.nc4-cabinets-list-group-item a {
    text-decoration: none;
}

.nc4-cabinets-empty-icon {
    padding-left: 20px;
}

.nc4-cabinets-button {
    width: 35px;
}

.nc4-cabinet-crumbs {
    padding: 5px 0;
}

.nc4-cabinet-files {
    table-layout: fixed;
}

.nc4-cabinet-files-name {
    width: 56%;
}

.nc4-cabinet-files-size {
    width: 20%;
}

.nc4-cabinet-description {
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
