.backgroundPs22
{
background-color: #ad0b32 !important;
}
.widthTables
{
	width: 100% !important;
}
.FootTables
{
	padding-top: 5px !important; 
	padding-bottom: 0px !important;
	background-color: #303c48; 
	/*border-radius: 0px 0px 20px 20px;*/
	display: table-cell !important;
}

.legend{
	background-color: #04320e; 
	width: 40px; 
	height: 25px; 
	padding-left:0px !important; 
	float: left; 
	text-align:center; 
	color:#FFF; 
	padding-top:4px;
}
.legend.green{
	background-color: #04320e; 
}
.legend.purple{
	background-color: #6b0568;
}
.legend.red{
	background-color: #a50205;
}

.btnSubmit{
	border-radius:0px; 
	background-color: #b3b3b3; 
	width:50%; 
	margin-bottom:0px; 
	padding-top:9px; 
	padding-bottom:9px;
}
.btnSubmit:hover{
	background: #98B445 !important;
}
.tabs{
	min-height: 46px !important;
}
.tabs {
	border-bottom: 4px solid #5A98AF !important;
}

.tabs > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	display: block;
	background-color: #7F868C !important;
	color: #fff !important;
	padding: 12px 20px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}
.tabs > li > a:hover{
	background-color: #5A98AF !important;
}
.tabs > li.active > a{
	background-color: #5A98AF !important;
	border-left:none;
	border-bottom: 2px solid #5A98AF;
}
.rfactor table img{
	padding-bottom: 2.5px;
}
.rows{
	margin:0px !important;
}
.tableflow{
	margin-top:0px !important; 
	margin-bottom:0px !important; 
	border-collapse: unset !important;  
	border:0px !important;	
}
.btnSubmit{
	background: #303C48 !important
}
.btnSubmit:hover{
	background: #007095 !important;
}