﻿


table .no-spacing {
    border-spacing: 0; /* Removes the cell spacing via CSS */
    border-collapse: collapse; /* Optional - if you don't want to have double border where cells touch */
}

tr.table-row:hover td:not(.sourcerow) {
    cursor: pointer;
    background-color: transparent !important;
    color: var(--confirmcolor) !important;
   /*color: deeppink !important;*/
}

.selected,
.selected td{
    color: var(--confirmcolor) !important;
    background-color: transparent !important;
}



.outer {
    /*overflow-y: auto;*/ 
    overflow-y: visible;
    /*height: 180px;*/

}

.outer table {
    width: 100%;
    /*table-layout: fixed;*/
    /*border: 1px solid black;*/
    border-spacing: 1px;
    position: relative !important;
}

.outer table th {
    text-align: left;
    top: 0;
    position: sticky !important;
    color: var(--textcolor);
    /*background-color: var(--menucolor);*/
    z-index: 100;
}
