body {
    background-color: #FFFFFF !important;
    font-family: 'Exo', sans-serif !important;
    font-weight: 200 !important; /* 200 = ExtraLight */
    color: #002C5A !important;
}

.text-web {
    color: #002C5A !important;
}

.input-group-addon {
    background-color: #FFFFFF !important;
    border: none;
    /*border: 1px solid #ccc !important;
    border-color:  #002C5A !important;*/
}

.h3-web {
    color: #002C5A !important;
    font-size: 18px;
    text-justify: auto;
    font-weight: bold;
}

.h5-web {
    color: #002C5A !important;
    font-size: 14px;
    text-justify: auto;
    font-weight: bold;
}

.h6-web {
    color: #002C5A !important;
    font-size: 12px;
    text-align: left;
    text-justify: auto;
}

.sottotitolo-web {
    color: #002C5A !important;
    font-size: 14px !important;
    padding: 12px !important;
    text-align: left;
}

.input-group {
    background-color: #FFFFFF !important;
    border: none;
}

.input-group-label-web {
    font-size: 16px !important;
    width: 9em !important;
    line-height: 50px;
    margin-left: 5px;
    color: #002C5A !important;
}

.form-control-web {
    border-radius: 10px !important;
    border: 1px solid !important;
    border-color: #c9c9c9 !important;
    color: #002C5A !important;
    padding: 12px !important;
    background-color: #f5f5f5;
}

.box {
    background-color: #FFFFFF !important;
}

.has-error {
    border-color: #b6635f !important;
    background-color: #fef2f2 !important;
}

.btn-web {
    border-color: #002C5A !important;
    border-radius: 10px !important;
    padding: 12px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    line-height: 22px !important;
    letter-spacing: .32px !important;
    color: #002C5A !important;
}

.btn-accordion {
    color: #002C5A !important;
    margin: 16px;
}

.btn-blu-web {
    background-color: #002C5A !important;
    color: #fff !important;
}

.btn-bianco-web {
    background-color: #FFFFFF !important;
    color: #002C5A !important;
}

.btn-web:hover {
    border: 1px solid !important;
    background-color: #FFFFFF !important;
    color: #002C5A !important;
}

.progress-web {
    color: #FFFFFF !important;
    background-color: #002C5A !important;
}

/* Radio personalizzato */
.web-check-input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 3em !important;
    height: 3em !important;
    border: 4px solid #002C5A !important;
    border-radius: 1.5em !important;
    background-color: transparent !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    position: relative !important;
}


/* Hover */
.web-check-input[type="radio"]:hover {
    border-color: #000000 !important;
}

/* Stato cliccato */
.web-check-input[type="radio"]:active {
    background-color: #e7f1ff !important;
}

/* Stato selezionato */
.web-check-input[type="radio"]:checked {
    background-color: transparent !important;
    border-color: #002C5A !important;
}

/* Pallino interno */
.web-check-input[type="radio"]:checked::after {
    content: "" !important;
    position: absolute !important;
    top: 1.2em !important;
    left: 1.2em !important;
    width: 1.6em !important;
    height: 1.6em !important;
    background-color: #002C5A !important;
    border-radius: 1em !important;
    transform: translate(-50%, -50%) !important;
}

/* Rimuovi focus default Bootstrap */
.web-check-input:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Label sotto */
.web-check {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.web-check-label {
    margin-top: 0.4rem !important;
    font-weight: 500 !important;
    color: #333 !important;
}

/* Error Checkbox personalizzato */
.has-error[type="checkbox"] {
    box-shadow: 0 0 0 2px #b6635f !important;
}
