/* _content/BVMC/Pages/Index.razor.rz.scp.css */
[b-nzgqhinrcz]::placeholder {
  color: #abb7c3 !important; }

:focus[b-nzgqhinrcz]::placeholder {
  color: transparent !important; }
/* _content/BVMC/Pages/データ抽出/Component/年間予約見込実績Comp.razor.rz.scp.css */
.annual_list[b-4pkhdsles8] {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0px;
    box-sizing: border-box;
}
.annual_list td[b-4pkhdsles8] {
  padding: 0;
  text-align: left;
}

.annual_list_line[b-4pkhdsles8] {
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 4px; /* 左側の余白 */
}

.annual_list thead[b-4pkhdsles8] {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    position: sticky;
    z-index: 6;
    top: 0;
    left: 0;
    padding-left: 4px; /* 左側の余白 */
}
.annual_list thead[b-4pkhdsles8]::after {
  content: "";
  position: absolute;
  z-index: 20;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #bbb;
}
.annual_list thead[b-4pkhdsles8]::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #bbb;
}
.annual_list thead td[b-4pkhdsles8] {
  background: #e9ecef;
  height: 30px;
  font-weight: bold;
}

.annual_list .cellFixBase[b-4pkhdsles8] {
    box-sizing: border-box;
    padding-left: 4px; /* 左側の余白 */
}
.annual_list .cellFixBase[b-4pkhdsles8]::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #bbb;
}
.annual_list td:first-child[b-4pkhdsles8],
.annual_list th:first-child[b-4pkhdsles8] {
    border-left: 1px solid #bbb;
}

/* 上部2行を固定 */
.annual_list .sticky-header[b-4pkhdsles8] {
    position: sticky;
    top: 0;
    background: #e9ecef;
    z-index: 10;
    font-weight: bold;
}
.annual_list .sticky-header-2[b-4pkhdsles8] {
    position: sticky;
    top: 30px; /* 1行目の高さ分、ずらす */
    background: #e9ecef;
    z-index: 9;
    font-weight: bold;
}
.annual_list .sticky-header-3[b-4pkhdsles8] {
    position: sticky;
    top: 30px; /* 1行目の高さ分、ずらす */
    background: #e9ecef;
    z-index: 4;
    font-weight: bold;
}

/* 左側1列目(大分類)を固定 */
.annual_list .sticky-col-1[b-4pkhdsles8] {
    position: sticky;
    left: 0;
    background: #e9ecef;
    z-index: 8;
}
/* 左側2列目(中分類)を固定 */
.annual_list .sticky-col-2[b-4pkhdsles8] {
    position: sticky;
    left: 81px; /* 1列目の幅（80px分）を考慮 */
    background: #e9ecef;
    z-index: 7;
}
/* 左側2列目(中分類)を固定(項目表示＝２の時) */
.annual_list .sticky-col-2b[b-4pkhdsles8] {
    position: sticky;
    left: 120px; /* 1列目の幅（120px分）を考慮 */
    background: #e9ecef;
    z-index: 7;
}
/* 左側3列目(小分類)を固定 */
.annual_list .sticky-col-3[b-4pkhdsles8] {
    position: sticky;
    left: 183px;
    background: #e9ecef;
    z-index: 6;
}
/* 左側4列目(表示項目)を固定 */
.annual_list .sticky-col-4[b-4pkhdsles8] {
    position: sticky;
    left: 280px;
    background: #e9ecef;
    z-index: 5;
}
/* 左側1列目(大分類)を固定 */
.annual_list .sticky-col-1data[b-4pkhdsles8] {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 4;
    text-align: left;
    vertical-align: top;
    padding-top: 4px; /* 上側の余白 */
}
/* 左側2列目(中分類)を固定 */
.annual_list .sticky-col-2data[b-4pkhdsles8] {
    position: sticky;
    left: 120px; /* 1列目の幅（120px分）を考慮 */
    background: #fff;
    z-index: 3;
    text-align: left;
    vertical-align: top;
    padding-top: 4px; /* 上側の余白 */
}
/* 左側3列目(小分類)を固定 */
.annual_list .sticky-col-3data[b-4pkhdsles8] {
    position: sticky;
    left: 183px;
    background: #fff;
    z-index: 2;
    text-align: left;
    vertical-align: top;
    padding-top: 4px; /* 上側の余白 */
}
/* 左側4列目(表示項目)を固定 */
.annual_list .sticky-col-4data[b-4pkhdsles8] {
    position: sticky;
    left: 280px;
    background: #fff;
    z-index: 1;
    text-align: left;
}
/* 1行目が結合されている場合の特殊処理 */
.annual_list .sticky-header-colspan[b-4pkhdsles8] {
    position: sticky;
    top: 0;
    left: 0;
    background: #e9ecef;
    z-index: 11; /* 最上位に */
    text-align: left;
    font-weight: bold;
}
/* 左側が結合されている場合の1列目特殊処理 */
.annual_list .sticky-title-colspan1[b-4pkhdsles8] {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 4;
    text-align: left;
    vertical-align: top;
    padding-top: 4px; /* 上側の余白 */
}
/* 左側が結合されている場合の2列目特殊処理 */
.annual_list .sticky-title-colspan2[b-4pkhdsles8] {
    position: sticky;
    left: 81px;
    background: #fff;
    z-index: 4;
    text-align: left;
    vertical-align: top;
    padding-top: 4px; /* 上側の余白 */
}
/* 左側が結合されている場合の2列目特殊処理(幅160pxの場合) */
.annual_list .sticky-title-colspan2b[b-4pkhdsles8] {
    position: sticky;
    left: 120px;
    background: #fff;
    z-index: 4;
    text-align: left;
    vertical-align: top;
    padding-top: 4px; /* 上側の余白 */
}
/* 左側が結合されている場合の3列目特殊処理 */
.annual_list .sticky-title-colspan3[b-4pkhdsles8] {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 4;
    text-align: left;
    vertical-align: top;
    padding-top: 4px; /* 上側の余白 */
}
.annual_list .list_category[b-4pkhdsles8] {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background-color: #fff;
    padding-right: 4px; /* 右側の余白 */
    text-align: right; /* テキストを右寄せにする */
}


.listHeaderFixedUnset[b-4pkhdsles8] {
  position: unset !important;
}

.annual_list_top[b-4pkhdsles8] {
  border-top: 1px solid #bbb !important;
}

.annual_list_mid[b-4pkhdsles8] {
  border-top: 1px solid #eee !important;
}

.annual_list_bottom[b-4pkhdsles8] {
  border-bottom: 1px solid #bbb !important;
}

.annual_list_left[b-4pkhdsles8] {
  border-left: 1px solid #bbb !important;
}

.annual_list_right[b-4pkhdsles8] {
  border-right: 1px solid #bbb !important;
}

.annual_list_floor[b-4pkhdsles8] {
  border-bottom: 1px solid #333 !important;
}

/* _content/BVMC/Pages/マスタ/MasterMenu.razor.rz.scp.css */
.master .btn[b-foflfj472c] {
  width: 100%;
  max-width: 250px;
  margin-right: 15px;
  margin-bottom: 15px; }
/* _content/BVMC/Pages/マスタ/共通/部署別セキュリティ設定.razor.rz.scp.css */
table[b-wcp91gyilj] {
  width: 100%; }

td[b-wcp91gyilj], th[b-wcp91gyilj] {
  padding: 10px; }

th[b-wcp91gyilj] {
  background: #73879c;
  color: #fff;
  font-weight: bold; }

td[b-wcp91gyilj] {
  color: #333; }

.boderLeft[b-wcp91gyilj] {
  border-left: 1px solid #ccc; }

.boderTop[b-wcp91gyilj] {
  border-top: 5px solid #73879c; }

.boderBottom[b-wcp91gyilj] {
  border-bottom: 1px solid #ccc; }
/* _content/BVMC/Pages/予約/予約状況ブロック編集.razor.rz.scp.css */
.ContextMenu[b-t3om7b7qh5] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000; }
  .ContextMenu ul[b-t3om7b7qh5] {
    background: #faff79;
    display: inline-block;
    padding: 0;
    background: white;
    position: relative;
    top: 0;
    list-style: none;
    border: solid 1px #333; }
    .ContextMenu ul ul[b-t3om7b7qh5] {
      position: absolute;
      display: none;
      left: 95%; }
  .ContextMenu li[b-t3om7b7qh5] {
    min-width: 70px;
    width: 100%; }
  .ContextMenu li:hover[b-t3om7b7qh5] {
    background: rgba(0, 0, 255, 0.5);
    color: white;
    cursor: pointer; }
    .ContextMenu li:hover ul[b-t3om7b7qh5] {
      display: block; }
      .ContextMenu li:hover ul li:not(:hover)[b-t3om7b7qh5] {
        color: #73879c; }
  .ContextMenu span[b-t3om7b7qh5] {
    padding: 0 3px 0 3px;
    min-width: 120px; }
/* _content/BVMC/Pages/見積/Component/オーダー情報Main_分割処理Comp.razor.rz.scp.css */
.sumTable td[b-6gcp86q5ea] {
  padding: 0 5px;
  min-width: 150px;
  max-width: 150px;
  height: 38px; }

.sumTable .title[b-6gcp86q5ea] {
  max-width: 130px;
  min-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  font-weight: bold; }

.sumTable .boderLeft[b-6gcp86q5ea] {
  border-left: 1px solid;
  border-color: #ddd; }

.sumTable .boderRight[b-6gcp86q5ea] {
  border-right: 1px solid;
  border-color: #ddd; }

.sumTable .boderBottom[b-6gcp86q5ea] {
  border-bottom: 1px solid;
  border-color: #ddd; }

.main[b-6gcp86q5ea] {
  border: 0; }
/* _content/BVMC/Shared/MainLayout.razor.rz.scp.css */
.page[b-1cu2tgo0cs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-1cu2tgo0cs] {
    flex: 1;
}

.sidebar[b-1cu2tgo0cs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1cu2tgo0cs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1cu2tgo0cs]  a, .top-row .btn-link[b-1cu2tgo0cs] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1cu2tgo0cs] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1cu2tgo0cs] {
        display: none;
    }

    .top-row.auth[b-1cu2tgo0cs] {
        justify-content: space-between;
    }

    .top-row a[b-1cu2tgo0cs], .top-row .btn-link[b-1cu2tgo0cs] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1cu2tgo0cs] {
        flex-direction: row;
    }

    .sidebar[b-1cu2tgo0cs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1cu2tgo0cs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-1cu2tgo0cs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BVMC/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sgcm4gis40] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sgcm4gis40] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sgcm4gis40] {
    font-size: 1.1rem;
}

.oi[b-sgcm4gis40] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-sgcm4gis40] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sgcm4gis40] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sgcm4gis40] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sgcm4gis40]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-sgcm4gis40]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-sgcm4gis40]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sgcm4gis40] {
        display: none;
    }

    .collapse[b-sgcm4gis40] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/BVMC/Shared/Root.razor.rz.scp.css */
@charset "UTF-8";
/*Wait背景*/
.waitBox[b-vmyraosegq] {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100000000; }

/*Wait ビジー状態*/
.waitBoxBusy[b-vmyraosegq] {
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 100000001; }
