@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.hot-container {
  height: 100%;
  width: 100%;
  overflow: hidden; }

.ht_master tr td {
  background-color: transparent;
  border-style: none !important; }
  .ht_master tr td.currentRow {
    background: #e3e9eb !important; }
  .ht_master tr td.highlight {
    background: #e3e9eb !important; }

.handsontable {
  background-color: transparent;
  height: 100%; }
  .handsontable tr {
    background-color: white; }
    .handsontable tr td, .handsontable tr th {
      border-bottom: 1px solid #eee !important; }
  .handsontable .htDimmed {
    color: #444; }

.handsontable th {
  background-color: transparent !important;
  border-color: transparent !important; }
  .handsontable th.currentRow {
    background: #e3e9eb !important; }
  .handsontable th.highlight {
    background: #e3e9eb !important; }

.hot-container:not(.single-select) .expand-button {
  border: 1px solid transparent;
  transition: background-color 100ms ease-out; }
  .hot-container:not(.single-select) .expand-button:hover {
    background: #F0F0F0;
    color: #428bca; }
    .hot-container:not(.single-select) .expand-button:hover .expand-icon {
      opacity: 1; }

/*# sourceMappingURL=handsontable.custom.css.map */
