body {
  padding-top: 55px;
}
.breadcrumb {
  background-color: transparent !important;
}
.back-btn {
  float: left;
  margin-right: 12px !important;
}

/* headerナビゲーションのドロップダウンで.btn-linkをaタグと同じ見た目にする */
.btn-link.dropdown-btn-link-item {
  background:none;
  border:none;
  width:100%;
  text-align:left;
  margin:0;
  padding:3px 20px;
  color:#333;
  text-decoration:none;
}
.btn-link.dropdown-btn-link-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.btn-link.dropdown-btn-link-item:active.btn-link.dropdown-btn-link-item:focus, .btn-link.dropdown-btn-link-item:focus, .btn-link.dropdown-btn-link-item:focus-visible {
  text-decoration: none;
  outline: none;
  background-color: #f5f5f5;
}

/* Spacing utility classes */
.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

/* Flexbox Utilities */
.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}
.content-wrapper {
  max-width: 100%;
  padding: 20px;
}

.system-title {
  color: #337ab7;
  margin: 20px 0;
  font-weight: 600;
}

.login-container {
  max-width: 450px;
  margin: 30px auto;
}

.panel {
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.panel-heading {
  padding: 15px;
}

.panel-body {
  padding: 20px;
}

.input-group-addon {
  background-color: #f8f8f8;
  color: #337ab7;
}

.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
}
.navbar-header .dropdown {
    float: left;
    margin-right: 15px;
}
.navbar-header .dropdown .btn {
    margin-top: 8px;
}
.dropdown-menu > li > a.active {
    font-weight: bold;
    background-color: #f5f5f5;
}
.detail-panel, .form-panel, .search-panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.btn-group-action {
    margin-top: 20px;
}
.facility-specs {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.facility-specs h3 {
    margin-top: 0;
    margin-bottom: 15px;
}
.detail-table, .table {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
    font-size: 14px;
}
.detail-table th, .detail-table td, .table th, .table td {
    padding: 6px;
    border: 1px solid #ddd;
}
.detail-table th, .table > thead > tr > th {
    width: 25%;
    background-color: #f5f5f5;
    font-weight: bold;
}
.detail-table td {
    width: 25%;
    word-wrap: break-word;
}
.input-group-addon {
    min-width: 80px;
    text-align: left;
}
.search-panel .row, .facility-specs .row {
    margin-bottom: 10px;
}
.btn-group .btn {
    margin-right: 5px;
}
.btn-group .btn:last-child {
    margin-right: 0;
}
.btn-group .btn.active {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination {
    display: flex;
    justify-content: center;
}
.detail-table tr th {
    text-align: right;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
}
.vite-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* 管理一覧表出力ボタン用スピナー */
.spinning {
  animation: spin 1s linear infinite;
  display: inline-block;
}
@keyframes spin {
  100% { transform: rotate(360deg); }
}

/* disabled状態のボタン */
.btn.disabled,
.btn[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.6;
}
body {
    overflow-x: scroll;
}
.navbar-header .dropdown {
    float: left;
    margin-right: 15px;
}
.navbar-header .dropdown .btn {
    margin-top: 8px;
}
.dropdown-menu > li > a.active {
    font-weight: bold;
    background-color: #f5f5f5;
}
.content-wrapper {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto 30px;
    padding: 0 20px;
}
.vite-content-wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.detail-section {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.detail-label {
    font-weight: bold;
    margin-right: 10px;
}
.table {
    table-layout: auto;
}
.table > thead > tr > th {
    background-color: #f5f5f5;
    font-size: 12px;
    white-space: nowrap;
}
.table > tbody > tr > td {
    font-size: 12px;
}
.table th {
    background-color: #f5f5f5;
}
.pagination {
    display: flex;
    justify-content: center;
}
.form-panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.btn-group-action {
    margin-top: 20px;
}
.btn-group-action .btn {
    margin-right: 10px;
}
#selectedFacilities {
    resize: vertical;
}
.search-panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.btn-group-action {
    white-space: nowrap;
}
.btn-group-action .btn {
    margin-right: 2px;
}
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.input-group-addon {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 100px;
}
.status-label {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}
.status-in-progress {
    background-color: #5bc0de;
}
.status-completed {
    background-color: #5cb85c;
}
.form-section {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.input-group-addon {
    min-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.list-panel {
    flex: 1;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}
.table > thead > tr > th {
    background-color: #f5f5f5;
    cursor: pointer;
}
.pagination {
    display: flex;
    justify-content: center;
}
.form-group {
    margin-bottom: 10px;
}
.btn-group-sm {
    margin-bottom: 15px;
}
.transfer-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
}
.checkbox-center {
    text-align: center;
}
.table-responsive {
    table {
        tbody {
            tr.disabled {
                background-color: #f0f0f0;
                pointer-events: none; /* 選択を無効にする */
                
            }
        }
    }
}
.fullscreen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.glyphicon-refresh-animate {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.loading-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 24px;
    color: #666;
}
.status {
    text-align: center;
}
.list-container {
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > thead > tbody> td {
  width: auto;
}
.checkbox-center {
  text-align: center;
  width: 40px !important;
}
.input-group-addon {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 85px;
}
.alert ul {
  padding-left: 0;
  list-style: none;
}

.pagination {
  display: flex;
  justify-content: center;
}
.input-group-addon {
  min-width: 0;
}
.table tbody tr td {
  vertical-align: middle;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
