.main-sidebar {
    background-color: #343a40;
    overflow-x: hidden;
}

.main-header {
    background-color: #f0f0f0;
}

.titletext {
    width: 247px;
    height: 73px
}

.sidebar-dark-primary .nav-sidebar>.admin-header {
    color: #c2c7d0;
}

.sidebar-dark-primary .nav-sidebar>.admin-title {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bolder;
}

.brand-link {
    border-bottom: none !important;
    background-color: #343a40;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link {
    background-color: transparent;
    box-shadow: none;
    color: #c2c7d0;
}

body {
    font-family: "MS Pゴシック" !important;
}

[class*="sidebar-dark"] .brand-link {
    padding-top: 20px !important;
}

.active {
    background-color: #007bff !important;
}

.nav_text_active {
    color: #FFF !important;
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.admin-title {
    color: #c2c7d0 !important;
}

.sidebar {
    font-size: 0.88rem;
    padding-bottom: 100px;
}

/* =====================
 google Map
===================== */

/* マップ選択
------------------------*/
.select-map {
    height: 100%;
}

.map-modal .modal-dialog {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 90%;
}

.map-modal .modal-content {
    height: 90%;
    border: 0;
    border-radius: 0;
}

.custom-title{
    font-size: 24px;
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

/* スピナー自体 */
.spinner-border {
    width: 6rem;
    height: 6rem;
    border-width: 0.25em;
}

.system_img{
    width: 500px;
    height: 150px;
    margin-bottom: 15px;
}

.latest_update{
    font-size:16px;
    text-align: center;
    color:#c2c7d0;
    margin: auto;
}

.latest_date{
    font-size:16px;
    color:#c2c7d0;
    text-align:center;
    margin: auto;
}

.remind_message{
    font-size:14px;
    color:red;
    text-align:center;
    margin: auto;
}

#dl_contents_menu{
    background-color: #343a40 !important;
    position: absolute;
    left: 16px !important;
    z-index: 1000;
    font-size: 14px;
}

/* 店舗メンテナンス赤枠ハイライト */
.tenpo-menu-highlight {
    border: 3px dotted #e60033 !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
    color: #ffffff !important;
    display: inline-block !important;
    width: auto !important;
}
