html {
    font-size: 14px;
    scroll-behavior: auto !important;
}

@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%;
}

.sidebar-collapse .HiddenWhenSidebarCollapse {
    display: none;
}

.sidebar-item p {
    padding-left: 6px;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
    height: 100%;
}

.custom-tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    left: 470%;
    margin-left: -60px;
    padding: 5px;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.custom-tooltip:hover .custom-tooltip-text {
    visibility: visible;
}

main {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.form-custom {
    max-width: 400px;
}


.BreadcrumbsList {
    padding: 0;
    list-style-type: none;
    font-size: 17px;
    margin-top: 6px;
}

@media (max-width: 368px) {
    .BreadcrumbsList {
        font-size: 15px;
    }
}
    .BreadcrumbsList li {
        display: inline;
    }

        .BreadcrumbsList li:after {
            content: ">";
            margin: 0 5px;
        }

        .BreadcrumbsList li:last-child:after {
            content: "";
        }

    .BreadcrumbsList a {
        color: #007bff;
        text-decoration: none;
    }

        .BreadcrumbsList a:hover {
            text-decoration: underline;
        }

footer {
    margin-bottom: 0;
    background: #333;
    color: #fff;
    padding-top: 30px;
}
.FooterContainer {
    padding: 20px;
    padding-bottom: 60px;
    max-width: 1200px;
    margin: auto;    
}
#FooterLinks {
    margin-left: auto;
    width: fit-content;
}
    #FooterLinks a {
        color: white;
    }

#main-container {
    padding: 12px 0 12px 0;
}
.form-control {
    max-width: 340px;
}

select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
.table th {
    background: #ddd;
    border: 1px solid #333;
}
.table td {
    border: 1px solid #333;
}

.menu-button {
    margin-top: 6px;
    width: 300px;
    max-width: 100%;
}
.MyPageHomeButton {
    margin-top: 36px;
    margin-bottom: 36px;
}


/* ネイティブ検証バルーンが外にはみ出せるようにする */
.content-wrapper,
.container, .container-fluid,
.row, .col,
.card, .card-body,
.input-group,
form {
    overflow: visible !important;
}

/* AdminLTE/モーダル等で transform が付くと消える場合がある */
.modal, .modal-dialog, .modal-content {
    transform: none !important;
    filter: none !important;
    perspective: none !important;
}
/* AdminLTEのレイアウトで効くことが多い */
.sidebar-mini .content-wrapper {
    transform: none !important;
}
