/*!
 * 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
 */

/* Multidatabase contents styles - minimal custom styles that can't be replaced with Bootstrap utilities */

/* Table column width styles - can't be easily replaced with Bootstrap utilities */
.multidatabase-table th {
    width: 30%;
}

.multidatabase-table td {
    width: 70%;
}

.multidatabase-content-link {
    overflow-wrap: break-word;
}

@media (max-width: 767px) {
    .multidatabase-content-list .table th {
        width: 40%;
    }

    .multidatabase-content-list .table td {
        width: 60%;
    }
}

/* コンテンツフォーム*/
.multidatabase-checkbox-list {
    padding: .375rem .75rem
}

.multidatabase-checkbox-list .checkbox {
    display: inline-block;
    margin-right: 1em;
}

/*コンテンツ表示*/
.multidatabase-content-table th {
    font-size: smaller;
    line-height: 1.3;
    text-align: left;
    vertical-align: middle;
    width: 20%;
    word-break: break-all;
}
