/* SORTABLE TABLES */

table.sortable {
	border-collapse: collapse;
	clear: both;
	width: 100%;
}

table.sortable thead tr {
	background-color: #ebdcc2;
	color: #000000 /* #ffff09; */
	cursor: pointer;
	font-weight: bold;
}

table.sortable tr:nth-child(even) { background: #fcf7e8; }

table.sortable th,
table.sortable td {
	border: 1px solid #56411d;
	padding: 4px;
	vertical-align: top;
	word-wrap: break-word;
}
.leftsidelinkbox{
padding:0;
font-family:arial,helvetica,sans-serif!important;list-style:none;line-height:1.5em;display:block;font-size:12px;
}
.leftsidelinkbox li{
padding-bottom: 8px;
margin-bottom: 8px;
/*border-bottom: 1px solid #EBEBEB;*/
}

table.sortable th:hover:not(.sorttable_nosort) {
	background: #fa6900;
}

.sorttable_nosort {
	cursor: default;
}