.profile {
	background-color: #2f495e;
	border-top: 2px solid #385369;
	border-bottom: 0px solid #385369;
}

.menu_section.div {
	background-color: #2f495e;
	border-top: 2px solid #385369;
	border-bottom: 0px solid #385369;
}

#login-header{
	border-radius: 10px 10px 0px 0px; 
	padding: 30px; 
	background-color: black;
	background-image: url("/branding/transportation/images/ecompliance-logo-with-text.png");
	background-size: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    height:180px;
}



.btn-primary{
	background-color: #1589c8;
}

.table thead{
	background-color: #2A3F54;
	color: white;
	border: 1px solid #2A3F54;
}
