.footable-even{
	background-color: #EEEEED !important;
}
.footable-odd{
	background-color: #7D7D7D !important;
}
.footable-odd>td,.footable-odd>td label{
	color: #EEEEED;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
    content: url(images/ascWhite.png);
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
    content: url(images/descWhite.png);
    
}
.footable.breakpoint > tbody > tr.footable-even > td > span.footable-toggle{
	color: #242424;
	font-size: 1.2rem;
}
.footable.breakpoint > tbody > tr.footable-odd > td > span.footable-toggle{
	color: #EEEEED;
	font-size: 1.2rem;
}
.footable > thead > tr > th > span.footable-sort-indicator{
	position: absolute;
}
.footable.breakpoint > tbody > tr.footable-even > td > span.footable-toggle:before {
  content: url(images/plusBlack.png);
}
.footable.breakpoint > tbody > tr.footable-odd > td > span.footable-toggle:before {
  content: url(images/plusWhite.png);
}
.footable.breakpoint > tbody > tr.footable-detail-show.footable-even > td > span.footable-toggle:before {
  content: url(images/minusBlack.png);
}
.footable.breakpoint > tbody > tr.footable-detail-show.footable-odd > td > span.footable-toggle:before {
  content: url(images/minusWhite.png);
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: url(images/sortWhite.png);
}
.footable-page.active{
    border: 1px solid #999999;
}