/* .irs--flat .irs-handle>i:first-child {
    background-color: #4e73df !important;
}

.irs--flat .irs-bar {
    background-color: #4e73df !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #4e73df !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #4e73df !important;
} */

/* メニューの選択状態 */
.sidebar .nav-item .nav-link.active {
    background-color: #444444 !important;
    color: white !important;
}

.sidebar .nav-item .nav-link.active:hover {
    background-color: #666666 !important;
}



.body-default {
    font-family: sans-serif;
    background: #fff;
}

/* menu */
.menu-table-project {
    vertical-align: top;
    white-space: normal;
}

.nabi-menu-setting {
    width: 200px;
}

.nabi-submenu-setting {
    margin-left: -400px !important;
    width: 200px;
}

body {
    font-family: sans-serif;
    background: #ccc;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.heading {
    text-align: center;
}

.rgb-display {
    font-size: smaller;
}

.mode-insert {
    font-size: 1.2em;
    font-weight: bold;
    color: #0000FF;
}

.mode-update {
    font-size: 1.2em;
    font-weight: bold;
    color: #FF0000;
}

.notice {
    color: red;
    padding: 0;
    margin: 0;
    display: block;
}

.account-wrapper {
    margin: 0 auto;
    margin-top: 10%;
    max-width: 500px;
}

.account-footer {
    display: block;
    color: #6c757d;
    margin: 10px;
    text-align: center;
}

.mx-auto-footer {
    display: block;
    color: #6c757d;
    margin: 10px;
}

.home-chart-header-small-font {
    font-size: 0.8rem;
    color: #777777;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24) !important;
    border-radius: 0.25rem !important;
    color: #343A40 !important;
    background-color: #E5E5E5 !important;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.input-small {
    height: 24px;
    display: inline;
    padding-left: 4px;
    font-size: 12px;
    font-weight: lighter;
}

.select-small {
    height: 24px;
    padding-left: 4px;
    padding-top: 1px;
    font-size: 12px;
    font-weight: lighter;
}

.input-middle {
    height: 28px;
    display: inline;
    padding-left: 4px;
    font-size: 14px;
    font-weight: lighter;
}

.select-middle {
    height: 28px;
    padding-left: 4px;
    padding-top: 1px;
    font-size: 14px;
    font-weight: lighter;
}

/* ボタン */
.btn-new {
    background-color: #0000AA;
    color: #FFF;
    transition: background-color 0.5s;
}

.btn-new:hover {
    background-color: #000077;
    color: #FFF;
}

.btn-keycoach {
    width: 110px;
}

/* ツールチップ */
/* .tooltips-area li {
    position: relative;
    list-style-type: none;
}

.tooltips {
    width: 300px;
    display: none;
    position: absolute;
    bottom: 2.5em;
    z-index: 1000;
    padding: 0.5em;
    color: #000000;
    background: #FFFFFF;
    border: solid 1px;
    border-radius: 0.2em;
    font-size: small;
}

.tooltips:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    bottom: -8px;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000000;
} */

.tooltips-area {
    position: relative;
    /* ツールチップの基準点を指定 */
    list-style-type: none;
}

.tooltips {
    width: auto;
    /* width: 300px; */
    display: none;
    position: absolute;
    left: -1em;
    /* ツールチップを少し右に調整 */
    bottom: 100%;
    /* アイコンの上に配置 */
    transform: translateY(-5px);
    /* 微調整 */
    z-index: 1000;
    padding: 0.5em;
    color: #000000;
    background: #FFFFFF;
    border: solid 2px #000000;
    border-radius: 0.2em;
    font-size: small;
    white-space: nowrap;
    /* レイアウト崩れ防止 */
}

/* 矢印の黒枠 */
.tooltips:before {
    content: "";
    position: absolute;
    left: 1em;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
}

/* 矢印の白背景 */
.tooltips:after {
    content: "";
    position: absolute;
    left: 1.1em;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFFFFF;
}

.tooltips-area li:hover .tooltips {
    display: block;
}

/* テーブル小 */
.compact-table th,
.compact-table td {
    padding: 2px 4px;
    vertical-align: middle;
}

.compact-table input[type="text"],
.compact-table input {
    height: 24px;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 1.2;
    box-sizing: border-box;
    margin: 0;
}