html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.table-input:focus, .search-input:focus {
    box-shadow: none;
}

.nav-link.active {
    background-color: #0d6efd;
    font-weight: bold;
    border-radius: 0.5rem;
}

.band {
    background-color: #00000008;
}

.body {
    background-color: #f4f6f9;
    zoom:80%; /* 80%に縮小 */
}

.footer {
    background-color: white;
    line-height: 30px !important;
}

.account-modal {
    position: absolute;
    top: 195px;
    right: 0;
    transform: translateY(-50%) !important;
    margin: 0;
    min-width: 220px;
}

.search-label {
    min-width: 120px;
    margin-left: .5rem;
}

@media (max-width: 575.98px) {
    .search-label {
        min-width: 75px;
    }
}

.bs-bars, .search, .columns {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

/* ハンバーガーメニュー用イメージ */
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* bootstrap-tableのソート用イメージ */
.bootstrap-table .fixed-table-container .table tfoot th .both, .bootstrap-table .fixed-table-container .table thead th .both {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23000"><path d="m103.05877,41.4c9.37707,-12.5 24.60541,-12.5 33.98248,0l96.02113,128c6.90152,9.2 8.92696,22.9 5.17614,34.9s-12.45274,19.8 -22.20489,19.8l-192.04225,-0.1c-9.67713,0 -18.45406,-7.8 -22.20489,-19.8s-1.65036,-25.7 5.17614,-34.9l96.02113,-128l0.07501,0.1zm0,429.3l-96.02113,-128c-6.90152,-9.2 -8.92696,-22.9 -5.17614,-34.9s12.45274,-19.8 22.20489,-19.8l192.04225,0c9.67713,0 18.45406,7.8 22.20489,19.8s1.65036,25.7 -5.17614,34.9l-96.02113,128c-9.37707,12.5 -24.60541,12.5 -33.98248,0l-0.07501,0z"/></svg>') !important;
}

header td {
    border: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar {
    background-color: #343a40;
}

.bulk-input-button {
    height: 20px;
    font-size: 12px;
}

.fixed-title thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.fixed-title thead tr {
    border-top: none;
}

@media (max-width: 575.98px) {
    .btn-responsive {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.2rem;
    }
}

.logo-img {
    width: 150px;
    height: 50px;
    object-fit: contain;
}

.fixed-table-container {
    padding-bottom: 0 !important;
}

#masterSearchModal .left-wrap {
    text-align: left;
    padding-left: 12px;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.5;
}

.bootstrap-table .fixed-table-pagination {
    display: none !important;
}

.toast-primary {
    background-color: #cfe2ff;
    color: #084298;
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
    background-color: #ffecec !important;
    border-color: #dc3545 !important; /* Bootstrapのエラー赤 */
}

.navbar-light .navbar-toggler {
    border-color: #343a40;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.master-search.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.bootstrap-table .fixed-table-toolbar .columns label {
    display: flex !important;
}

.bootstrap-table .fixed-table-toolbar .columns label button {
    display: none !important;
}

.total-label {
    background-color: #cfe2ff;
    padding: 3px;
}
