body {
  font-family: "-apple-system,BlinkMacSystemFont", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  color: #666666;
}

.btn {
  font-family: "-apple-system,BlinkMacSystemFont", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 1.2rem;
}

.card-title {
  font-weight: bold;
}

.form-control {
  font-weight: bold;
}

[class*="sidebar-dark-"] {
  background-color: #3a3a3a;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
  background-color: #3a3a3a;
}

.font-weight-light {
  font-weight: bold !important;
}

.bg-dark {
  background-color: #999 !important;
}

.bg-light {
  background-color: #ffffcd !important;
}

.navbar-dark {
  border-color: #999;
}

.content-wrapper {
  background-color: #f9f5f1;
}

.dataTable td {
  padding: 0.4rem 0.25rem;
  vertical-align: middle;
  font-weight: normal;
}

.select2-results__option {
  word-break: break-word;
}

.table-select tbody tr {
  cursor: pointer;
}

.dataTables_filter {
  display: none;
}

.cell {
  border: 1px solid #dee2e6;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0.5rem !important;
  margin: 0;
  min-height: 55px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cell:first-child {
  border-top-width: 0;
}

tr.cell-0-error .cell:nth-child(1),
tr.cell-1-error .cell:nth-child(2),
tr.cell-2-error .cell:nth-child(3) {
  min-height: 79px;
}
