﻿/*Start  Word Compress and Dsplay on Hover*/
/*tr td.tdRemarks {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    tr td.tdRemarks:hover {
        white-space: initial;
        cursor: pointer;
        width: 100%;
        word-wrap: break-word;
    }

.table {
    table-layout: fixed;
}

td {
    width: 33%;
}*/
 /*th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        margin: 0 auto;
    }
 
    div.container {
        width: 80%;
    }*/
td.my_class span.highlight {
            background-color: #3492C9;
        }
.my_class sorting_asc th {color:#000;}
/*End Word Compress and Dsplay on Hover*/

/*tr td .tdRemarks{
            width : auto;
            width:25%;
        }*/
/*tr td.*{    
            cursor: default;
            width:10%;
        }*/
/*table td {
            word-wrap: break-word;*/ /* All browsers since IE 5.5+ */
/*overflow-wrap: break-word;

        }*/
