﻿@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: #c1ecff !important; }
  .ht_master tr td.highlight {
    background: #c1ecff !important; }

.handsontable {
  background-color: transparent;
  height: 100%; }
  .handsontable .htBorders {
    display: none !important; }
  .handsontable tr {
    background-color: white; }
    .handsontable tr td, .handsontable tr th {
      border-bottom: 1px solid #eee !important; }
  .handsontable table thead th > div {
    border-left: 1px solid #eee !important; }

.handsontable th {
  background-color: transparent !important;
  border-color: transparent !important; }
  .handsontable th.currentRow {
    background: #c1ecff !important; }
  .handsontable th.highlight {
    background: #c1ecff !important; }

.hot-container.single-select .handsontable {
  background-color: transparent; }
  .hot-container.single-select .handsontable th {
    visibility: hidden; }
  .hot-container.single-select .handsontable tr {
    background-color: #525658;
    cursor: pointer; }
    .hot-container.single-select .handsontable tr:hover td {
      background-color: #525658; }
    .hot-container.single-select .handsontable tr td {
      border-bottom: 1px solid transparent !important; }
  .hot-container.single-select .handsontable .currentRow {
    background: transparent !important; }
  .hot-container.single-select .handsontable .highlight {
    background: transparent !important; }
  .hot-container.single-select .handsontable .expand-button-cell {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 15px; }
    .hot-container.single-select .handsontable .expand-button-cell:hover .expand-button {
      opacity: 0.9; }
    .hot-container.single-select .handsontable .expand-button-cell .expand-button {
      color: white;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      transition: none; }
    .hot-container.single-select .handsontable .expand-button-cell .structure-number {
      margin-right: 8px; }
    .hot-container.single-select .handsontable .expand-button-cell .expand-icon {
      display: none; }
    .hot-container.single-select .handsontable .expand-button-cell .extra-info {
      display: inline;
      display: initial; }
    .hot-container.single-select .handsontable .expand-button-cell.selected {
      background-color: #126ca5 !important; }
      .hot-container.single-select .handsontable .expand-button-cell.selected .expand-button {
        color: #eee;
        opacity: 1; }
      .hot-container.single-select .handsontable .expand-button-cell.selected:hover .collapse-icon {
        display: inline;
        display: initial; }
    .hot-container.single-select .handsontable .expand-button-cell:hover .expand-button .expand-icon {
      visibility: hidden; }

.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: #1f7bb6; }
    .hot-container:not(.single-select) .expand-button:hover .expand-icon {
      opacity: 1; }

.expand-button-cell {
  min-width: 150px;
  position: relative;
  text-decoration: none; }

.expand-button {
  cursor: pointer;
  color: #444;
  border-radius: 4px;
  min-width: 150px;
  border: 1px solid transparent;
  height: 100%;
  transition: border ease-out 100ms,color ease-out 100ms; }
  .expand-button .structure-number {
    font-weight: 600; }
  .expand-button .extra-info {
    display: none; }
  .expand-button .expand-icon {
    font-size: 16px;
    opacity: 0;
    margin-left: 15px;
    margin-right: 15px;
    transition: opacity ease-out 200ms, color ease-out 200ms; }
  .expand-button .collapse-icon {
    font-size: 16px;
    display: none;
    margin-left: 15px;
    margin-right: 15px; }
  .expand-button .icon-container {
    margin-right: 5px;
    width: 20px;
    display: block;
    float: left;
    height: 18px; }
