/* Handsontable */
.table-responsive {
    border: 0px; 
  }

.currentHandsontableRow { background-color: #E7E8EF !important; }
.currentHandsontableCol { background-color: #E7E8EF !important; }

/* Tablas Objetivos*/
.table.table-statistics { font-size: 0.80em; padding: 2px; white-space: nowrap; }
.table.table-statistics > thead > tr > td.header { background-color: #fce4d6; }
.table.table-statistics > tbody > tr > td.highlighted { background-color: #fce4d6; }
.table.table-statistics > tfoot > tr > td.total { background-color: #00b0f0; color: #fff; }

/* Font Awesome Icons */
.fa-bar-chart:before {
    content: "\f080"
}

