﻿/** NASCONDE IL TASTO RICERCA DALL'HEADER IN TUTTE LE PAGINE DEL SITO */
.header .header--content--action .header--content--action--item.action-search {
    display: none;
}

/** PREVENTIVATORE QUOTA FACILE */
.preventivatore-fast-dati__desc .preventivatore-fast-dati__link {
    padding-left: 0px;
}

/** BARRA PREVENTIVATORI */
/*.hero__nav-quotation .go-to--auto a.link-secondary {
  color: #9b9b9b;
  font-weight: 400;
}*/

/** TESTO ERRORE INPUT ALLINEATO A SINISTRA */
.wrong-validation .wrong-info {
    text-align: left;
}

.generali-input-container .generali-input .input-container input:-ms-input-placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.generali-input-container .generali-input .input-container input::-ms-input-placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.generali-input-container .generali-input .input-container input::placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.generali-input-container .generali-input .input-container input:-ms-input-placeholder, .generali-input-container .generali-input .input-container input::-ms-input-placeholder {
    color: #9b9b9b;
}

/** FIX CHECKBOX PRIVACY BARRA PREVENTIVATORE SITI AGENZIALI */
.preventivatore-agenzia .checkbox-container .custom-checkbox .custom-control-label,
.preventivatore-agenzia .checkbox-container .custom-checkbox .custom-control-label a,
.preventivatore-agenzia .checkbox-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.preventivatore-agenzia .checkbox-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    color: white;
}

.preventivatore-agenzia .checkbox-container--disabled .custom-checkbox .custom-control-label,
.preventivatore-agenzia .checkbox-container--disabled .custom-checkbox .custom-control-label a,
.preventivatore-agenzia .checkbox-container--disabled .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.preventivatore-agenzia .checkbox-container--disabled .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    opacity: 0.6;
}

.preventivatore-agenzia.checkbox-container--precompiled .custom-checkbox .custom-control-label, .checkbox-container--BG--precompiled .custom-checkbox .custom-control-label a,
.preventivatore-agenzia.checkbox-container--precompiled .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.preventivatore-agenzia.checkbox-container--precompiled .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    opacity: 0.6;
}

.preventivatore-agenzia .checkbox-container.with-last-icon .last-icon i {
    color: white;
}

.preventivatore-agenzia .checkbox-container.wrong-validation .wrong-info {
    color: white;
}

/** FIX MAPPA IN IE11 */
*::-ms-backdrop, .agm-map-container-inner .gm-style > div > div > div > div > div {
  opacity: 1!important;
}

*::-ms-backdrop, .agm-map-container-inner .gm-style > div > div > div > div > div > img {
  width: 100% !important;
  height: 100% !important;
}

/** FIX CARD NEWSCRED IN IE11 */
*::-ms-backdrop, .scheda-prodotto .card-img-top {
    height: 50%;
}


/** FIX HIDE LAZY LOAD IMG NOT FOUND*/
img.lazyload:not([src]) {
  visibility: hidden;
}

/** FIX MARGIN FASCIA AGENZIE HOME*/
.mb-generali--half-home {
  margin-bottom: 12px;
}

.FaciaAgenzieHomePage .trova-agenzie {
  margin: 0px;
}

/** FIX UPPERCASE INPUT SELECT*/
.text-transform-none {
    text-transform: none!important;
}