/*-
 * #%L
 * ofv
 * %%
 * Copyright (C) 2018 - 2019 Regione Emilia-Romagna
 * %%
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 * #L%
 */
span[id$=".errors"] {
    color: #9d1610;
    font-weight: bold;
}
.success {
    color: #007bff;
}
.success::before {
    content: "✓ ";
}
span.descrizioneCampoForm {
    color: grey;
}
a.btn {
    text-decoration: none;
    color: white;
    padding: 0.3em 1em 0.3em 0.9em;
    text-transform: uppercase;
    border: solid thin;
    display: inline-block;
}
input.btn {
    color: white;
    padding: 0.3em 1em 0.3em 0.9em;
    text-transform: uppercase;
    border: solid thin;
}
.btn-danger {
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-primary {
    background-color: #0000ff;
    border-color: #0062cc;
}
.btn-secondary {
    background-color: #5a6268;
    border-color: #545b62;
}
.btn:focus, .btn:hover {
    color: black;
    background-color: white;
    border: solid thin;
}
input[type="text"] {
    width: 100%;
}
input[readonly], input[readonly="readonly"] {
    background-color: #e9ecef;
    opacity: 1;
}
input[disabled], input[disabled="disabled"],
input[disabled]:focus, input[disabled="disabled"]:focus,
input[disabled]:hover, input[disabled="disabled"]:hover {
    opacity: 0.2;
}
input[id="codiceFiscale"] {
    text-transform: uppercase;
}

/* Fix Internet Explorer */
fieldset {
    width: 97% !important;
}
