.top_bar{
    background: rgb(207,0,106);
    background: -moz-linear-gradient(49deg, rgba(207,0,106,1) 0%, rgba(211,94,46,1) 100%);
    background: -webkit-linear-gradient(
49deg, rgba(207,0,106,1) 0%, rgba(211,94,46,1) 100%);
    background: linear-gradient(
49deg, rgba(207,0,106,1) 0%, rgba(211,94,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf006a",endColorstr="#d35e2e",GradientType=1);

}
/*.punt_actiu {
    border-left: 5px solid #5CB85C !important;
}*/
.btn-primary.custom:hover {
    background-color: #3e803e !important;
    border-color: #7e8b7e !important;
}

.btn-primary.custom {
    background-color: #5cb85c !important;
    border-color: #7e8b7e !important;
}

.btn-success.custom {
	background-color: #6CC24A !important;
    border-color: #6CC24A !important;
}

.flex_item {
    color: #e55b2c !important;
}

.flex_item:hover{
	background-color:#fceae4 !important;
}