/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-jun-2014, 18:30:22
    Author     : Ferniwob
*/

.formulari_errors{
    padding: 5px;
    color: #b60404;
    margin-bottom: 2px;
}

a {
    color: #000;
}
a:hover{
    color: #ff9c00;
}

*::selection {
background:#ff9c00;
color:#fff;
}
*::-moz-selection {
background:#ff9c00;
color:#fff;
}
*::-webkit-selection {
background:#ff9c00;
color:#fff;
} 

/*#fitxa_client .col-sm-4{
    padding-right: 0px!Important;
    padding-left: 0px!Important;
}*/


.logo {
    float: left;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    width: 220px;
    font-family: 'Arial'!Important;
    font-weight: 500;
    height: 50px;
    display: block;
}