/* _content/JunisWebSystem/Views/Shared/_Layout.cshtml.rz.scp.css */
a[b-8sajazcmal] {
  color: #0077cc; /* 青紫色 */
}

.box-shadow[b-8sajazcmal] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.navbar[b-8sajazcmal] {
  background-color: var(--main-theme-color);
}

/* ハンバーガーボタン ------------------------------- */
.hamburger-button[b-8sajazcmal] {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  top: 0.5rem; /* 上から中央 */
  left: 1rem;
  margin: 2px;
  border: none;
  padding: 5px 0px;
  width: 30px;
  height: 30px;
  z-index: 1100;
}

  .hamburger-button .bar[b-8sajazcmal] {
    background-color: white;
    transition: all 0.3s ease;
    transform-origin: center;
    border-radius: 2px;
    width: 100%;
    height: 4px;
  }

  /* サイドバーメニュー展開時は位置固定 */
  .hamburger-button.fixed[b-8sajazcmal] {
    position: fixed;
    left: 0.8rem;
  }

  /* 変形後の状態 */
  .hamburger-button.active .top[b-8sajazcmal] {
    transform: rotate(45deg) translate(2px, 9px);
  }

  .hamburger-button.active .middle[b-8sajazcmal] {
    opacity: 0;
  }

  .hamburger-button.active .bottom[b-8sajazcmal] {
    transform: rotate(-45deg) translate(2px, -9px);
  }
/* -------------------------------------------------- */

/* サイドバー --------------------------------------- */
.sidebar[b-8sajazcmal] {
  background-color: var(--main-theme-color);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  transition: left 0.3s ease;
  top: 0;
  left: -250px; /* 非表示状態 */
  padding: 4rem 4px 0 4px;
  width: 250px;
  height: 100%;
  z-index: 1050;
}

  .sidebar.active[b-8sajazcmal] {
    left: 0; /* 表示状態 */
  }

  .sidebar .sidebar-menu[b-8sajazcmal],
  .sidebar .sub-menu[b-8sajazcmal] {
    list-style: none;
    padding: 0;
  }

  .sidebar .menu-item[b-8sajazcmal] {
    position: relative;
    border-bottom: 1px solid white;
    padding: 4px;
  }

    .sidebar .menu-item:hover[b-8sajazcmal],
    .sidebar .menu-item.active[b-8sajazcmal] {
      background-color: rgba(0, 0, 0, 0.2); /* 半透明の黒色 */
    }

  .sidebar .sub-menu[b-8sajazcmal] {
    background-color: var(--main-theme-color);
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    min-width: 210px;
    z-index: 1060;
  }

.menu-item[data-has-children="true"] > .menu-link[b-8sajazcmal] {
  position: relative;
  padding-right: 1.5em; /* 矢印分の余白を確保 */
}

.submenu-arrow[b-8sajazcmal] {
  position: absolute;
  display: none;
  transform: translateY(-50%);
  font-weight: bold;
  pointer-events: none; /* クリック無効にする */
  right: 0.5em;
  top: 50%;
}

/* サイドバーの背景オーバーレイ */
.sidebar-backdrop[b-8sajazcmal] {
  background-color: rgba(0, 0, 0, 0.2); /* 半透明の黒色 */
  position: fixed;
  display: none; /* 初期は非表示 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040; /* サイドバーより z-index は小さいが他のUIより上 */
}

  /* 表示時 */
  .sidebar-backdrop.active[b-8sajazcmal] {
    display: block;
  }

/* PC時のみ表示 */
@media (min-width: 769px) {
  .sidebar .menu-item:hover > .sub-menu[b-8sajazcmal],
  .sidebar .menu-item.active > .sub-menu[b-8sajazcmal] {
    display: block;
  }

  .submenu-arrow[b-8sajazcmal] {
    display: inline-block;
  }
}
/* -------------------------------------------------- */

.footer[b-8sajazcmal] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/JunisWebSystem/Views/TransportationExpense/Detail.cshtml.rz.scp.css */
/* 通常のinputフォーカス色を参考にする */
td:focus[b-6iux83yj7d] {
    outline: 2px solid Highlight;   /* Windowsの標準フォーカス色 */
    outline-offset: -2px;
}

/* td選択時にも同じ色 */
.cell-selected[b-6iux83yj7d] {
    outline: 2px solid Highlight;
    outline-offset: -2px;
    background-color: HighlightText; /* テキスト背景色も揃えたい場合 */
}
/* _content/JunisWebSystem/Views/TransportationExpense/Request.cshtml.rz.scp.css */
/* �e�[�u���̕����� */
.cell-xs-2[b-il7y6117da] {
    min-width: 65px;
}

.cell-xs-3[b-il7y6117da] {
    min-width: 50px;
}

.cell-sm-2[b-il7y6117da] {
    min-width: 100px;
}

/* ���x���݂̂̃Z�� */
.label-cell[b-il7y6117da] {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    cursor: pointer;
}
    .label-cell:hover[b-il7y6117da] {
        color: red;
        background-color: #f0f8ff; /* ������ */
        box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    }

/* ���t�̃Z���̕����� */
.expense-date-cell[b-il7y6117da] {
    min-width: 0px !important;
    max-width: 120px !important;
}

/* ��ʎ�i�̃Z���̕����� */
.travel-section-cell[b-il7y6117da] {
    min-width: 0px !important;
    text-align: center;
}

/* ���W�I�{�^���ƕ�����̊Ԋu���� */
.receiptFlag[b-il7y6117da], .road[b-il7y6117da] {
    margin-right: -6px !important;
}
