	    .table-hover tbody tr:hover {
		    background-color: #ffecec;
	    }
	    
	    .table-sm td.t-padding, .table-sm th.t-padding{
			padding-left: 20px !important;
	    }

		.table-sm th.t-padding .th-inner {
			padding-left: 0px !important;			
		}
	    
	    .t-min-width {
		    min-width: 12rem !important;
	    }
	    
		table {
			font-size: 0.8rem;
		}
		
		td.hightlight {
			color: red !important;
			cursor: help;
		}
		
		.tooltip-inner {
			text-align:left !important;
 		}
 		
 		.navbar-brand img {
	 		height: 35px;
 		}
 		
 		.nav-link.active {
	 		background-color: #fe1414 !important;
	 		color: #FFF;
 		}
 		
 		.nav-link:not(.active):not(.pending):hover {
	 		background-color: rgba(0, 0, 0, 0.03) !important;
	 		color: #fe1414 !important;
 		}
 		
 		.nav-link:not(.active) {
	 		color: #333 !important;
 		}
 		
 		.nav-link.pending {
	 		color: #cdcdcd !important;
 		}
 		
 		.nav-link {
	 		border-radius: 1 !important;
 		}
 		
 		
 		td a i.fa {
	 		color:rgba(0, 0, 0, 0.3);
 		}
 		
 		td a:hover i.fa {
	 		color:#fe1414;
 		}
 		
 		a.row-link {
	 		color: #000;
	 		font-weight: bold;
 		}
 		
 		
 		a.row-link.unknown {
	 		color: #8b8b8b;
	 		font-weight: normal;
	 		font-style: italic;
 		}
 		
 		a.row-link i.fa {
	 		color: rgba(0, 0, 0, 0.3);
 		}
 		
 		a.row-link:hover {
	 		color: #fe1414;
			text-decoration: none;	 		
 		}
 		
 		
 		a.row-link:hover i.fa {
	 		color: #fe1414;
 		}
 		
 		.back-bar {
	 		background-color: #FAFAFA;
	 		border-top: 1px solid #f1f1f1;
	 		border-bottom: 1px solid #f1f1f1;
/* 	 		padding-left: 30px; */
 		}
 		
 		.back-bar a {
	 		line-height: 40px;
	 		color: #999;
	 		font-size: 0.8em;
	 		font-style: italic;
 		}
 		
 		.back-bar a i.fa {
	 		color: #999;
	 		font-size: 1.2em;
	 		vertical-align: -1px
 		}
 		
 		.back-bar a:hover, .back-bar a:hover i.fa {
	 		color: #fe1414;
	 		text-decoration: none;
 		}
 		
 		.perf-list-info {
	 		padding-top: 10px;
	 		text-align: center;
 		}
 		
 		.h-category-label {
	 		color: #999;
	 		font-weight: 300;
	 		font-style: italic;
	 		font-size: 1.4em;
 		}
 		
 		h1 i.fa-external-link {
	 		font-size: 24px;
 		}
 		
 		.topbanner {
	 		height: 120px;
	 		text-align: center;
	 		background-color: #f8f9fa;
 		}
 		
 		.topbanner img {
	 		height: 110px;
	 		margin-top: 5px;
	 		margin-bottom: 5px;
	 		max-width: 100%;
 		}
 		
 		
@media only screen and (min-width : 1280px) {

    .container { max-width: 1400px; } 

}

@media only screen and (min-width : 1600px) {

    .container { max-width: 1800px; } 

}


/*
	
font-family: century-gothic,sans-serif;
font-weight: 400;
font-style: normal;

font-family: century-gothic,sans-serif;
font-weight: 700;
font-style: normal;


*/
