.top_bar{
    color: #353545 !important;
    background: #cfcfcf !important;
	border-bottom:4px solid #2c76e5;
}

.s1, .s2, .s3{
	background-color:#333 !important;
}

.usuari a{
	color: #333;
}

.btn-primary.custom:hover {
    background-color: #bf4118 !important;
    border-color: #bf4118 !important;
}

.btn-primary.custom {
    background-color: #2c76e5 !important;
    border-color: #2c76e5 !important;
}

.btn-success.custom {
	background-color: #2c76e5 !important;
    border-color: #2c76e5 !important;
}

.flex_item {
    color: #2c76e5 !important;
	border-color: #2c76e5 !important;
}

.flex_item:hover{
	background-color:#e4f0fc !important;
}

.btn-secondary{
	background-color:#ccc;
}