

/*
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgba(51, 51, 51, 1);
	background-color:rgba(255, 255, 255, 1);
	margin:0px;
}
*/

#agentTable {
	padding-top:30px;
}

#agentTable .tablesorter {
	width: 100%;
	max-width: 100%;
	margin: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	background-color:transparent;
}

.img-responsive {
	max-width:100%;
}

#agentTable .tablesorter thead tr th {
	background-color:rgba(175, 175, 175, 1);
}

#agentTable .tablesorter thead tr .headerSortDown, 
#agentTable .tablesorter thead tr .headerSortUp {
	background-color: rgba(210, 38, 48, 1);
}

#agentTable .tablesorter tr th {
	font-size:16px!important;
}

#agentTable .tablesorter tr {
	border-bottom:1px solid rgba(235, 235, 235, 1);
	font-size:16px;
	height:50px;
	padding-top:0;
	padding-bottom:0;
}

#agentTable .tablesorter tr:nth-of-type(2n+2) {
	background-color:rgba(245, 245, 245, 1);
}

#agentTable .tablesorter tr:last-child {
	border-bottom:0;
}

#agentTable .tablesorter tr td:nth-child(4n+1) {
	text-align:center;
	padding-left:0;
}

#agentTable .tablesorter thead tr h4 {
	margin:0px;
	padding-left:15px;
	line-height:50px;
	height:50px;
	padding-top:0;
	padding-bottom:0; 
}

#agentTable .tablesorter th {
	width:15%;
	text-align:left;
	cursor:pointer;
}

#agentTable .tablesorter tbody {
	border-color:transparent;
}

#agentTable .tablesorter tbody td {
	padding-left:15px;
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	line-height: 80px;
}

#agentTable .tablesorter th:first-child {
	width:10%;
}

#agentTable .tablesorter th:nth-child(2) {
	width:25%;
}

#agentTable .tablesorter th:nth-child(4) {
	width:32%;
}

#agentTable .tablesorter th:last-child {
	width:32%;
}

#agentTable .tablesorter tr td:nth-of-type(4n+3):before {
	content:'$';
}

#agentTable .tablesorter tr:nth-of-type(1n+101) td:nth-of-type(4n+3):before {
	content:'';
}

#agentTable .tablesorter tbody tr:nth-of-type(1n+1) td {
	font-size:16px;
	font-weight:700;
}

#agentTable .tablesorter tbody tr:nth-of-type(2n+1) td {
	background-color:rgba(35, 35, 35, 1);
	color:rgba(255, 255, 255, 1);
}

#agentTable .tablesorter tbody tr:nth-of-type(2n+2) td {
	background-color:rgba(51, 51, 51, 1);
	color:rgba(255, 255, 255, 1);
}

#agentTable .tablesorter tbody tr:nth-of-type(1n+11) td {
	background-color:rgba(255, 255, 255, 1);
	color:rgba(150, 150, 150, 1);
	font-size:16px;
	font-weight:400;
	height:50px;
	line-height:50px;
}

#agentTable .tablesorter tbody tr:nth-of-type(2n+11) td {
	background-color:rgba(245, 245, 245,1);
}

#agentTable .tablesorter thead tr th h4{
	color:rgba(255, 255, 255, 1) !important;
}



