html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



.program-log-table td.datetime {
    white-space: nowrap;
}

.program-log-table td.status {
    text-align: center;
}

.program-log-table td.message {
    font-size: 0.9rem;
    line-height: 1.4;
}

/* テーブルヘッダーは淡いブルーグレーに */
thead.table-light th {
    background-color: #fff !important; /* 柔らかいグレーブルー */
    color: #4e73df !important; /* sbadmin2のprimary色 */
    font-weight: 600 !important;
    font-size: 0.95rem;
    vertical-align: middle;
    text-align: center;
}


tr.text-muted td {
    background-color: #f0f0f0; /* Bootstrapのtable-secondaryに近い */
    color: #6c757d; /* 通常の文字色 */
}
