/* 
    Created on : 10/Set/2016, 12:54:26
    Author     : dario
*/

.row-content.success-message div.success {
    font-size: 1.6em;
    margin: 0 0 1.6em 0;
}

.form_message {
    display: none;
    line-height: 1.2em;
    margin: 1em 0;
}
.form_message.error {
    color: red;
}
.form_message.success {
    color: #419638;
}


form.disabled .send-block .btn-std {
    background-color: #a0a0a0;
}
form.disabled .send-block .btn-std a {
    cursor: default !important;
}


.error_field_message {
    color: red;
    font-size: 0.9em;
    margin: 0.4em 0 0.2em 0;
}


input.input_error, div.input_error, textarea.input_error,
 select.input_error + .select2-container .select2-selection{
    border: 1px solid red !important;
}
label.input_error {
    color: red !important;
}

label.input_error span {
    color: red !important;
}

label.input_error a {
    color: red !important;
}


.bootstrap-tagsinput .tag {
    color: #403a3a;
}

.bootstrap-tagsinput .tag.invalid_tag {
    color: #403a3a;
    background: #ffcccc;
}