/**
 * NC4 Framework (https://github.com/NC-4/NC4)
 * © NC4 Project.
 *
 * Licensed under The FreeBSD License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @author  　　一般社団法人 教育のための科学研究所 <https://www.s4e.jp/>
 * @author  　　国立研究開発法人 科学技術振興機構 <https://www.jst.go.jp/>
 * @author  　　リーディング・スキル・テスト株式会社 <https://www.rstest.co.jp/>
 * @copyright  NC4 Project
 * @since      4.0.0
 * @license    https://opensource.org/licenses/BSD-2-Clause FreeBSD License
 */

/**
 * タイトルアイコン
 */
.nc4-title-icon {
    display: inline-block;
    height: 1.4em;
    vertical-align: text-top;
    width: 1.4em;
}
.nc4-title-icon[src=""] {
    display: inline-block;
    opacity: 0;
}
.nc4-title-icon-btn .nc4-title-icon {
    display: inline-block;
    width: 2.1em;
}
.nc4-title-icon-btn {
    padding: 4px;
}
.nc4-icon-palette {
    border: 1px solid transparent;
    float: left;
    padding: 0.1em;
}
.nc4-icon-palette:hover {
    border-color: #cccccc;
}
.nc4-icon-palette .nc4-title-icon {
    width: 1.8em;
}
.nc4-title-icon-dropdown {
    min-width: 19.6em;
    padding: 2px;
}
