﻿/* Handsontable */

#hotNegativeContainer {
    display: inline-block;
}

#hotPositiveContainer {
    display: inline-block;
}


/* Every even row */
.ht_master tr:nth-of-type(even) > td {
    background-color: #e0e0e0;
}

/* corner text*/
#hotNegative .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child::before {
    content: "ESF-";
    position: absolute;
    left: 5px;
}
#hotPositive .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child::before {
    content: "ESF+";
    position: absolute;
    left: 5px;
}
#hotNegativeBloco .ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child::before {
    content: "BASE";
    position: absolute;
    left: 5px;
}