/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */

/* テーブルヘッダーをスクロール時も固定する */
.table-responsive thead th {
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  z-index: 2;
}

/* userTypeCd = VIEWER のときの制御 */
.disabled-link,
.disabled-link:disabled,
button.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}


