/* ヘッダの分だけ、全体を下にずらす */

body {
    padding-top: 50px;
    /*    font-family : "Meiryo";*/
}

body.indexBody {
    background-image: url(../image/login.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/* IEスクロールバー修正 */

@-ms-viewport {
    width: auto;
    initial-scale: 1;
}

@viewport {
    width: device-width;
    initial-scale: 1;
}


/* コンテナの幅最大化 */

.container.sidebar-and-content {
    width: auto;
}

.padding-title {
    padding-top: 30px;
}


/* indexの枠 */

.login-form {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container.indexBox {
            border-radius: 10px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
    /*    background-color:rgba(245,245,255,1);*/
    background-color: #EEEEEE;
    border: 1.0px solid #8C8C94;
    max-width: 330px;
}


/*フッター*/

.footer {
    position: absolute;
    background-color: #797979;
    color: #FFFFFF;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}


/* フッターより上のスタイルを固定 */

.footerFixed {
    min-height: calc(100vh - 50px);
    position: relative;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.fixed-bottom {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

#noData {
    /*    display: none;*/
    color: #FF0000;
}

#no-list {
    color: #FF3333;
    text-align: center;
    display: none;
}

.fullWidth {
    width: 100%;
}

#no-list {
    color: #FF3333;
    text-align: center;
    display: none;
}

.fullWidth {
    width: 100%;
}

.show-button {
    cursor: pointer;
}

.show-button:active {
    color: #AAAAAA;
}

h3 {
    color: #333333;
}

h2 {
    color: #555555;
    border-bottom: solid 3px #696969;
    margin-bottom: 30px;
    box-shadow: 0px 5px 5px -5px #696969;
}

.underLine {
    color: #555555;
    border-bottom: solid 3px #555555;
}


/* 全画面ローディング */

.loadingwrap-all {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    display: none;
    background: #FFFFFF;
    opacity: 1;
}


/* ローディングの背景 */

.blackback {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    opacity: 0.7;
}


/* インジケーター */

.indicator {
    position: fixed;
    z-index: 99999;
    width: 100px;
    top: calc(30%);
    left: calc(50% - 50px);
}


/* ログイン名表示部 */

a.navbar-brand.white {
    color: white;
}

a.navbar-brand {
    padding-left: 155px;
    background: url('../image/aiphone_logo_white.png') no-repeat left center;
    background-size: 50%;
    margin-left: 10px;
    height: 47.5px;
    width: 300px;
    color: #FFFFFF;
}

ul.nav.navbar-nav li.active {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.nav-text {
    color: #EEEEEE;
    line-height: 50px;
}

.nav-text:hover {
    color: #FFFFFF;
}

.nav.pull-right {
    top: -20px;
    padding-right: 10px;
}

.navbar-inverse, .navbar-inverse .navbar-nav> .dropdown> .dropdown-toggle, .navbar-inverse .navbar-nav> .dropdown> a:hover {
    background-color: #003366;
}

.navbar-inverse .navbar-nav> .active> a, .navbar-inverse .navbar-nav> .active> a:hover, .navbar-inverse .navbar-nav> li> a:hover, .navbar-inverse .navbar-nav> .dropdown> a:hover, .navbar-inverse .navbar-nav> .dropdown> a:focus, .navbar-inverse .navbar-nav> .active> .dropdown-toggle {
    background-color: #004183;
}

.navbar-header span.navbar-brand {
    color: white;
}

.nav.pull-right ul.dropdown-menu li {
    cursor: pointer;
}

.text-box {
    padding: 10px;
    background-color: #EEEEFF;
}

#btn-reload {
    font-size: 200%;
}


/* 左側のメニュー */

.side-bar {
    position: fixed;
    overflow: auto;
    min-height: 100vh;
    background-color: #EEEEEE;
    border-right: 1.0px solid #AAAAAA;
    padding-left: 10px;
    padding-right: 10px;
    width: 240px;
    z-index: 99999;
}

.side-bar .nav> li> a {
    color: #333333;
    background-color: white;
}

.side-bar .nav> .active> a, .side-bar .nav> .active> a:hover, .side-bar .nav> .active> a:focus {
    color: #EEEEFF;
    background-color: #FE7400;
}


/* 右側のメインコンテンツ */

.main-content {
    /*
    flex: auto;
    overflow: auto;
    */
    margin-left: 260px;
    margin-right: 20px;
}


/* 階層表示部 */

.hierarchy {
    margin-top: 15px;
    text-decoration: bold;
}

#txt-OK {
    color: green;
}


/* メインコンテンツ部のヘッダー部 */

.main-header {
    top: 80px;
    height: 45px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    width: calc(100% - 240px);
    background-color: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}


/* メインコンテンツ部のヘッダー部のタイトル */

.main-header-title {
    position: absolute;
    height: 100%;
    margin: 0px;
    line-height: 44px;
}


/* メインコンテンツ部のヘッダー部のボタン位置の微調整 */

.padding5 {
    padding-top: 5px;
    padding-bottom: 5px;
}


/* メインコンテンツ部のヘッダー部のボタン */

.main-header-button {
    margin-left: 5px;
    height: 100%;
}


/* .btn:active,
.btn:focus,
.btn:hover {
    color: #e6e6e6;
    background-color: #003366;
    border-color: #003366 !important;
} */

.btn-primary, .btn-primary.disabled, .btn-primary:focus, .btn-primary:hover, .btn-success {
    color: #FFFFFF !important;
    background-color: #003366 !important;
    border-color: #003366 !important;
}


/* デフォルトボタン */

.btn-default, .btn-default:hover, .btn-default:disabled:hover {
    background-color: #003366;
    color: #FFFFFF;
    border: solid #003366 1.0px;
}

.btn-toggle {
    border: solid rgb(136, 136, 136) 1.0px;
}

.btn-toggle.active {
    background-color: #FE7400;
    color: #FFFFFF;
    border: solid rgb(136, 136, 136) 1.0px;
}


/* ヘッダ */

.table th {
    background-color: #EEEEEE;
}


/* テーブルマウスオーバー時 */

.table.table-hover tbody tr:hover {
    background-color: #DEEEFF;
    cursor: pointer;
}


/* テーブルマウスオーバー時 */

.table.table-hover tbody tr:active {
    background-color: #DDDDDD;
}


/* 表の罫線の色 */

table, td, tr, th, thead {
    border-color: #AAAAAA !important;
}

.customTable th {
    background-color: #FFFFFF;
}

.customTable, .customTable table, .customTable td, .customTable tr, .customTable thead {
    border-style: none !important;
}

.customTable th {
    border-left-style: none !important;
    border-right-style: none !important;
    border-bottom-width: 3px !important;
}


/* 画面幅が狭い場合の表示 */
/* 
@media only screen and (max-width: 768px) {
    .side-bar {
        position: relative;
        top: 0px;
        min-height: auto;
        overflow-x: hidden;
        border-right: none;
        border-bottom: 0.75px solid #AAAAAA;
        border-top: 0.75px solid #AAAAAA;
        margin-bottom: 10px;
        width: auto;
    }
    .hierarchy {
        position: static;
        width: auto;
        white-space: normal;
        line-height: inherit;
        height: auto;
    }
    .main-content {
        padding-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .main-header {
        position: static;
        width: auto;
        margin-bottom: 10px;
    }
    .loadingwrap-no-header-sidebar {
        width: 100%;
        height: calc(100% - 51px - 40px);
        top: 51px;
        left: 0px;
    }
    .main-header-title {
        max-height: 45px;
    }
} */


/*アコーディオン表示の画像切替*/

.collapsed> .when-open, .not-collapsed> .when-closed {
    display: none;
}

[v-cloak] {
    display: none;
}

* {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181B;
    text-decoration: none;
    background-color: #F8F9FA;
}

.dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #007BFF;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6C757D;
    pointer-events: none;
    background-color: transparent;
}


/* なによりも上に表示する */

.navbar-fixed-top {
    z-index: 999999;
}

.footer {
    z-index: 999999;
}


/* テーブルをスクロール化 */

.scroll-table table {
    display: block;
    height: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scroll-table table th {
    position: sticky;
    top: 0;
}


/* サブメニューのアイコン・ラベル */

.subMenu-icon {
    font-size: 20px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.subMenu-Label {
    margin-left: 30px;
}

.inlineBlock {
    display: inline-block;
}

/*　物件一覧のタイトルを固定化する */
.table_sticky {
    display: block;
    overflow-y: auto;
    height: calc(70vh);
    padding-bottom: 5px;
}

.table_sticky thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}