@CHARSET "UTF-8";

/* Override default DATAVIS CSS behaviour (by default designed for maps) in order to have top/bottom banners no more floating */

.form-control {
	width: 90%;
}	

#container {
	overflow: initial;
	background-color: #FFFFFF;
}

html, body {
	overflow: initial;
	background-color: #004494;
}

.navbar-fixed-top {
 	position: initial;
}

.cordis-footer {
	position: initial;
}

.btn-successEC {
    color: white; 
    background-color: #004494; /* EC blue */
}
