﻿#indexListPage .handsontable td, #indexListPage th, #indexListPage textarea {
  font-size: 0.85em; }

#indexListPage .overflow-hide {
  overflow: hidden !important; }

#indexListPage .warning-color {
  color: #dc4437 !important; }

#indexListPage .loadingPagesIcon {
  display: flex;
  justify-content: center;
  margin-left: 10px;
  color: gray; }
  #indexListPage .loadingPagesIcon .icon {
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear; }

#indexListPage .updated, #indexListPage ~ .modal-shader .updated {
  color: #03A9F4;
  font-weight: bold; }

#indexListPage .gray-b {
  background: #f0f0f0 !important; }

#indexListPage .shaded .main-content {
  margin: 0; }

#indexListPage .shaded .ht_master tr td.currentRow, #indexListPage .shaded .hot-container.single-select .handsontable .highlight {
  background: #126ca5 !important;
  color: white;
  font-weight: 600; }
