﻿.table th, .table td, .table tbody > tr:hover > td
{
    font-family: arial !important;
    color: #000 !important;
    font-weight: normal !important;
    background-color: #dedddb  !important;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    border-top: none !important;
    border-left: none !important;
}

.table  tr:first-child th {
    border-top: 1px solid #fff;
}

.table  th:first-child, .table  th:nth-child(2), .table td:first-of-type, .table .htNoFrame + th, .table .htNoFrame + td {
    border-left: 1px solid #fff;
}

.table td.htBold, .table tbody > tr:hover > td.htBold {
    font-weight: bold !important;
}

.table td.htDark, .table tbody > tr:hover > td.htDark {
    background-color: #bfbfbf !important;
}

.table td.htRed, .table tbody > tr:hover > td.htRed {
    background-color: #dd4d35 !important;
}

.table td.htYellow, .table tbody > tr:hover > td.htYellow {
    background-color: #fff03f !important;
}

.table td.htGreen, .table tbody > tr:hover > td.htGreen {
    background-color: #b0d296 !important;
}

.table td.htBlue, .table tbody > tr:hover > td.htBlue {
    background-color: #85d0f0 !important;
}

.table td.htWhite, .table tbody > tr:hover > td.htWhite {
    background-color: #fff !important;
}

.table td.htNoRightBorder, .table tbody > tr:hover > td.htNoRightBorder {
    border-right: 0 !important;
}

.table td.htNoBottomBorder, .table tbody > tr:hover > td.htNoBottomBorder {
    border-bottom: 0 !important;
}

.handsontable th, .handsontable td {
    height: 16px;
    font-size: 12px !important;
}

.handsontable .htMiddle {
    vertical-align: middle !important;
}

.handsontable .htBottom {
    vertical-align: bottom !important;
}

.table td.htVertical {
    -moz-transform: translate(0, 0) rotate(270deg);
    -ms-transform: translate(0, 0) rotate(270deg);
    -o-transform: translate(0, 0) rotate(270deg);
    -webkit-transform: translate(0, 0) rotate(270deg);
    transform: translate(0, 0) rotate(270deg);
}
