body {
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    color: #333;
    line-height: 1.6;
    background: #f8f9fa;
}

.page-header {
    background-color: #ffffff;
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    margin-top: 0;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.page-header h1,
.page-header h2 {
    font-size: 28px;
    color: #333;
    margin: 0;
    text-align: center;
    font-weight: 600;
}

.navbar-header {
    float: left;
}

.navbar-brand {
    padding: 5px 15px;
}

.brand-image {
    height: 100%;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-nav>li>a.display-name {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

li.dropdown {
    float: right;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

:root {
    --primary-bg-color: #ff679a;
    --link-color: #11A0CF;
}

a {
    color: var(--link-color);
}

.sidebar {
    position: fixed;
    float: left;
    display: block;
    top: 20px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 50px;
    background: #f4f3f4;
    width: 240px;
}


#main {
    float: right;
    width: 100%;
    margin-left: -240px;
    padding: 64px 20px 20px 20px;
}

#content {
    margin-left: 240px;
}


.nav-header {
    color: #666666 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding-top: 13px;
}

.nav-footer {
    color: #666666 !important;
    font-size: 13px !important;
    margin-top: 20px;
    margin-bottom: 40px;
}

.sidebar-nav.nav :not(.nav-header) {
    font-size: 12px;
    line-height: 24px;
}

.dropdown .dropdown-toggle {
    line-height: 12px;
}

#sidebar-wrapper .nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.flex-container .item {
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
}


.navbar {
    height: 47px;
    min-height: 47px;
}

.navbar-inverse {
    background-color: var(--primary-bg-color);
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
    height: 47px;
    width: 240px;
}

.navbar__hall-name {
    float: left;
    height: 47px;
    line-height: 47px;
    color: #fff;
}

#sidebar-wrapper {
    margin-left: -240px;
    top: 51px;
    left: 240px;
    width: 240px;
    background: #f4f3f4;
    position: fixed;
    height: 100%;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 240px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    position: relative;
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #6f6f6f;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a span:before {
    position: absolute;
    left: 0;
    color: #41484c;
    text-align: center;
    width: 20px;
    line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
    background: rgba(128, 128, 128, 0.2);
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-nav li a {
    position: relative;
    display: inline-block;
    padding-right: 24px;
}

.sidebar-nav .badge {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    background: #ff4757;
    color: #fff;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    text-indent: 0;
    white-space: nowrap;
}

#menu-toggle {
    display: none;
    text-decoration: none;
    float: left;
    color: #fff;
    padding-right: 15px;
}

@media (max-width:767px) {

    #content {
        margin-left: 0;
    }

    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        left: 0;
    }

    #wrapper.active {
        position: relative;
        left: 240px;
    }

    #wrapper.active #sidebar-wrapper {
        left: 240px;
        width: 240px;
        transition: all 0.4s ease 0s;
    }

    #menu-toggle {
        display: inline-block;
    }

}

.el-upload__input {
    display: none!important;
}

.annotation {
    font-size: 12px;
    color: #d40000;
}

.basic-info #pane-data_site .el-input,
.basic-info #pane-hall_info .el-input,
.basic-info #pane-app .el-input {
    width: calc(100% - 102px);
}

.basic-info #pane-rental .el-input {
    width: 200px;
}

.basic-info #pane-rental input {
    text-align: right;
}

.basic-info .manual {
    position: relative;
    text-decoration: none;
}

.sidebar-nav .external-link {
    position: relative;
}

.basic-info .manual::after,
.sidebar-nav .external-link::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-image: url(../images/new_window.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.fade-enter-to {
    opacity: 1;
}

.fade-enter-active {
    transition: all 1s 0s ease;
}

.fade-leave {
    transform: translate(0, 0);
    opacity: 1;
}

.fade-leave-to {
    opacity: 0;
}

.fade-leave-active {
    transition: all .5s 0s ease;
}

[v-cloak] {
    display: none;
}

@media screen and (max-width:480px) {
    .navbar-brand .brand-image {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}