﻿.scroll_checkboxes
{
    height: 200px;
    width: 100%;
    padding: 5px;
    overflow: auto;
    border: 1px solid #ccc;
}

th {
    text-align:center;
}
.row_selected tr {
    background-color: #E0E0E0;
}
.errorHighlight
{
    color: red;
}
/*th:first-child {
    position: fixed;
    left: 5px
}*/

/*th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 800px;
        margin: 0 auto;
}*/
/*.table-wrapper { 
    overflow-x:scroll;
    overflow-y:visible;
    width:900px;
    margin-left: 0px;
}*/


/*td, th {
    padding: 5px 20px;
    width: 100px;
}

th:first-child {
    position: fixed;
    left: 5px
}*/
