﻿table#grd {
    position: relative;
    width: 100%;
    border-collapse: collapse;
}

    table#grd thead {
        display: table;
       
        table-layout: fixed;
    }

    table#grd tbody {
        display: block;
        overflow-y: scroll;
        overflow-x:hidden;
       
    }

        table#grd tbody tr {
            display: table;
            
            table-layout: fixed;
        }

tr.ln:hover {
    background-color: #e0e0e0;
}



td.rtd {
    width: 1.2em;
    position: relative;
}

div.rtt {
    transform: rotate(90deg);
    width: 8vw;
    height: 1.2vw;
    background-color: #ffffff;
    bottom: 3.7vw;
    right: -2.4vw;
    font-family: Aharoni;
    text-align: right;
    position: absolute;
    font-size: 1.2em;
    z-index: 10;
}

    div.rtt > input {
        width: 1.2em !important;
        margin-left: .5em !important;
        transform: rotate(270deg);
        z-index: 10;
    }

    div.rtt label {
        position: absolute !important;
        top: -4px;
        z-index: 10;
    }

table#grd thead td {
    font-size: 0.9em;
    text-align: center;
    margin: 0px;
    padding-right: 1px;
    border: none;
}

    table#grd thead td input, table#grd thead td select {
        font-size: 1em;
        width: 98%;
    }

    table#grd thead td input {
        height: 1.4em;
    }

    table#grd thead td select {
        height: 1.8em;
    }

table#grd tbody td {
    font-size: 0.9em;
    text-align: center;
    border: 1px solid #808080;
}

table#grd td img, div.fltLn div img {
    height: 20px;
    cursor: pointer;
}

td.btn img, th.btn img {
    height: 3em;
    cursor: pointer;
}
