.main-container{
	
	background: #F8F8F8;
	border: 1px solid #EBEBEB;
	
}
.heading-panel{
	padding:0px;
}
.heading-panel h3{
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #000;
	color: #fff;
	padding-left: 15px;
}
.button-panel{
	margin-top: 8px;
	margin-bottom: 8px;
}
.table-striped > tbody > tr:nth-child(odd) > td{
	background-color: #F3F3F3;
}
.table > tbody > tr > td{
	border-right: 1px solid #ddd;
}
button.active{
	background: #f9f2f4 !important;
}
.temp-totals .table > tbody > tr > td{
	width: 60%;
}
.margin-top-adjust{
	margin-top: 6px;
}
.color_blue td:nth-child(2){
	background-color: blue !important;
	color: #fff;
}
.color_red td:nth-child(2){
	background-color: red !important;
	color: #fff;
}
.color_orange td:nth-child(2){
	background-color: Orange !important;
}
.color_skyblue td:nth-child(2){
	background: #87CEEB !important;
	color: #fff;
}
.color_limegreen td:nth-child(2){
	background-color: #32CD32 !important;
	color: #fff;
}
.color_brown td:nth-child(2){
	background-color: #A52A2A !important;
	color: #fff;
}
.color_tan td:nth-child(2){
	background-color: #D2B48C !important;
	color: #fff;
}
body.side_fixed_open #text_nav_side_fixed ul{
	overflow: visible;
}
table[ng-table="clientInfographicsTable"] tfoot{
	display: none !important;
}
.newsfeed  .item td{
	border-right: 0px;
 }
 .newsfeedsidebar tfoot{
	display: none;
 }
  .newsfeedsidebar .item{
	padding-bottom: 2px;
	padding-left: 4px;
  }
 .newsfeedsidebar .item td{
	padding-top: 5px;
	padding-bottom: 5px;
 }
.news-feed-sidebar{
	font-size: 18px;
}
.pad30{
	padding-bottom: 30px;
}
/*
 .ng-table th.sortable{
	background: #424242;
	color: #FFFFFF;
 }
*/
.video-table tfoot{
	display: none;
}