﻿body .grid {
    direction: rtl;
    text-align: right;
}
body .grid.center {
    text-align: center;
}

.ht_clone_left, .ht_clone_corner {
    position: relative !important;
}

.descLayout, .handsontable table {
    direction: rtl;
    text-align: right;
}

.wtSpreader {
    left: 0 !important;
}

.handsontableInput {
    text-align: right;
}

.handsontable td:first-of-type {
    /*border-right: 1px solid #CCC;*/
    border-left: hidden !important;
}
.handsontable thead tr th:nth-child(2) {
    border-left: hidden !important;
}

.handsontable thead th:first-child {
    border-left: none;
}

.handsontable-container .ht_clone_top .wtHolder .wtHider .wtSpreader table.htCore thead th:last-child {
    border-left: 1px solid #CCC !important;
}

.handsontable thead th:last-child {
    border-left: 1px solid #CCC !important;
    border-right: hidden !important;
}

.handsontable td:last-child {
    border-left: 1px solid #CCC !important;
}

.handsontable tr th:first-child {
    border-right: 1px solid #CCC;
}

.pika-single {
    direction: rtl;
}


.ht_clone_top_left_corner {
    display: none;
}