
.handsontable .rowHeader {
  font-size: 11px;
}

.handsontable .pointer {
  cursor: pointer;
}

.handsontable td {
  white-space: nowrap;
  overflow: hidden;
}

.handsontable td.left {
  text-align: left;
}

.handsontable td.right {
  text-align: right;
}

.handsontable td.maru {
  color: #007bff
}

.handsontable td.highlight {
  background-color: #7ed8f8 !important;
}

.handsontable td.btn-danger {
    border: 1px solid white;
    color: #fff;
    background-color: #dc3545 !important;
    font-weight: normal;
  }

.handsontable td.btn-primary {
  border: 1px solid white;
  color: white;
  background-color: #007bff !important;
  font-weight: normal;
}

.handsontable td.white {
  color: black;
  background-color: white !important;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.handsontable td.yellow {
  color: black;
  background-color: yellow !important;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.handsontable td.orange {
  border: 1px solid white;
  color: black;
  background-color: #ffc107 !important;
}

.handsontable td.sky {
  border: 1px solid white;
  color: white;
  background-color: #158396 !important;
}

.handsontable td.green {
  border: 1px solid white;
  color: white;
  background-color: #208838 !important;
}

.handsontable td.pink {
  border: 1px solid white;
  color: white;
  background-color: #E83F8B !important;
}

.handsontable td.yubi {
  border: 1px solid white;
  color: white;
  background-color: #9900FF !important;
}

.handsontable td.kaku {
  border: 1px solid white;
  color: white;
  background-color: #1155CC !important;
}

.handsontable td.kan {
  border: 1px solid white;
  color: white;
  background-color: #38761D !important;
}

.handsontable td.empty_gray {
  background-color: #eee !important;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

input[type=checkbox]{
  width: 80%;
  height: 80%;
}

label.disabled {
  color: gray;
  background-color: unset !important;
}
