table.tablesorter {
    font-size: 12px;
    background-color: #ffffc0;
    border: 1px solid #ff8000;
    margin-top:5px;
    margin-bottom:5px;
    box-shadow: 3px 3px 10px rgba(10, 87, 0, 1);
    white-space:nowrap; 
    height:560px;
    max-height:560px;
    display:inline-block;
    overflow:scroll;
    overflow-x:auto;
    padding-right:0px;
    max-width:1300px;
}

table.tablesorter th {
    text-align: left;
    padding: 5px;
    background-color: #ff8000;
}
table.tablesorter td {
    max-width:370px;
    color: #194800;
    padding: 5px;
    font-weight:bold;
    border: 1px solid #ff8000;
    overflow:hidden;
}

table.tablesorter tbody
{
	
}

table.tablesorter tbody
{
	
}

table.tablesorter tr:hover
{
		background-color: yellow !important;
		cursor:pointer;
		cursor:hand;
		color:black;
		}
table.tablesorter .even {
	background-color: #3D3D3D;
}
table.tablesorter .odd {
	background-color: #6E6E6E;
}
table.tablesorter .tablesorter-header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	border: 1px solid #ff8000;
	padding-left: 30px;
	padding-right:20px;
	padding-top: 8px;
	height: auto;
	cursor:pointer;
	cursor:hand;
}
table.tablesorter .tablesorter-headerAsc {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .tablesorter-headerDesc {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}

table.tablesorter .sorter-false {
	background-image: url(bg2.png);
	background-repeat: no-repeat;
}


input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-6px 2px 0px 5px;
    vertical-align:middle;
    background:url(uncheck.png);
    cursor:pointer;


}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-6px 2px 0px 5px;
    vertical-align:middle;
    background:url(uncheck.png);
    cursor:pointer;

}
input[type="checkbox"]:checked + label span {
    background:url(check.png);
}
