.border1 {
    border: 2px solid red !important;
}

.border2 {
    border: 2px solid green !important;
}

.border3 {
    border: 2px solid blue !important;
}

.bg1 {
    background-color: red;
}

.bg2 {
    background-color: green;
}

.bg3 {
    background-color: blue;
}

#wrapper {
    width: 100px;
    margin: auto;
    min-height: 100vh;
    border: none;
    overflow-x: hidden;
    /* table-layout: fixed; */
    width: 100vw;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

    #wrapper > * > tr > td {
        padding: 0;
        border: none;
    }

    #wrapper > tbody > tr > td {
        padding: 0;
        border: none;
    }

.main-container {
    flex: 1;
}

:root {
    --background_color: #f3f3f3;
    --border: 1px solid #e7e7e7;
    --blue: #0a66C2;
    --green: #cce97e;
    --red: #d43f3a;
    --border_blue: 1px solid var(--blue);
    --border_gray: 1px solid #aaaaaa;
    --bg_color: #EEf1f8;
    --color: #002855;
    --darkgray: #8ca0b5;
    --border_color: #cacaca;
    --lightblue: #ddeaf6;
    --bootstrap_green: #5cb85c;
    --bootstrap_alert_danger_bg: #f2dede;
    --bootstrap_alert_danger_border: #ebccd1;
    --bootstrap_red: #a94442;
    --bootstrap_lightred: #f2dede;
    --border_radius: 10px;
    --border_radius: 0px;
    --control-background_color: var(--bg_color);
    --box_shadow: 0 0 0 4px rgb(51 122 183 / 50%);
    --placeholder_color: var(--darkgray);
    --placeholder_opacity: 0.8;
    --width: min(100%, 1556px);
}

* {
    color: var(--color);
    font-family: Overpass, sans-serif;
    font-size: 18px;
    font-weight: 300;
    box-shadow: none !important;
}
/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {
    * {
        font-size: 14px;
        line-height: 21px;
    }
}
/*MOBILE*/
@media (max-width: 450px) {
    * {
        font-size: 14px;
        line-height: 21px;
    }
}

html {
    overflow-x: hidden;
}

body {
    min-height: 100%;
}

.main-container {
    background-color: var(--bg_color);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    vertical-align: top;
}

/*DESKTOP*/
@media (min-width: 1025px) {
    .divWrapper {
        padding: 0;
        margin: auto;
        width: min(100%, 1556px);
        max-width: calc(100% - 40px);
        margin-top: 200px;
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {
    .divWrapper {
        padding-left: 20px;
        padding-right: 35px;
        padding: 0 20px;
        /* width: calc(100%); */
    }
}

/*MOBILE*/
@media (max-width: 450px) {
    .divWrapper {
        padding: 0;
    }
}

.headline {
    margin-bottom: 40px;
    margin-top: 5vh;
}

    .headline div:first-of-type {
        /* font-size: 3.5em; */
    }

    .headline div:last-of-type {
        /* font-size: 1em; */
    }

.top_banner {
    width: 100%;
}

.backToTop {
    position: fixed;
    bottom: 10px;
    right: 20px;
    left: auto;
    z-index: 1000;
    background-color: white !important;
    display: none;
}

a {
    color: var(--color);
    text-decoration: underline;
    font-weight: bold;
}

.breadcrumb {
    background-color: var(--bg_color);
    border: var(--border);
    margin-bottom: 10px;
    display: none;
}

    .breadcrumb a {
        text-decoration: underline;
    }

    .breadcrumb > .active {
        color: var(--color);
    }

.btn {
    border-radius: 0;
    background-color: transparent;
}

.btn-success {
    background-color: var(--bootstrap_green);
    border-color: var(--bootstrap_green);
}

.btn-danger {
    color: #fff;
    background-color: var(--red);
    border-color: var(--red);
}

.btnAggiungi {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    text-transform: uppercase;
}

.btnModifica {
    color: #fff;
    border-color: var(--blue);
    background-color: var(--blue);
    text-transform: uppercase;
}

.btn.btn-default:not(.btn-social-icon) {
    border-color: var(--color);
    color: var(--color);
}

.btn.btn-primary:not(.btn-social-icon) {
    background-color: var(--color);
    background-color: var(--blue);
}

    .btn.btn-primary:not(.btn-social-icon) * {
        color: white !important;
        white-space: normal;
    }

.btn:not(.btn-social-icon) {
    min-width: 176px;
    display: flex;
    height: 50px;
    justify-content: center;
    text-decoration: none;
    align-items: center;
}

.btn:not(.btn-social-icon) {
    padding-top: 8px;
}

    .btn:not(.btn-social-icon) > span:not(.glyphicon) {
        /*margin-top: 4px;*/
    }

    .btn:not(.btn-social-icon) > span.glyphicon,
    .btn:not(.btn-social-icon) > span.fa-regular {
        font-size: 22px;
        margin-top: -6px;
    }

/*XS*/
@media (max-width: 767px) {
    .btn:not(.btn-social-icon):not(.btn-approfondisci):not(.btn-preferiti):not(.btn-inviacandidatura) {
        white-space: normal;
    }

    input[type=file] {
        width: 100%;
    }
}

.btn.btn-round-custom {
    min-width: 30px !important;
    width: 32px !important;
    height: 32px;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 50%;
}

.btn.btn-round-custom-big {
    width: 56px !important;
    height: auto;
}

#mi-modal {
    top: 20%;
}

    #mi-modal .modal-footer {
        display: flex;
    }

.modal-footer {
    text-align: center;
}

    .modal-footer .btn:not(.btn-social-icon) {
        min-width: 100px;
        max-width: 100px;
    }

#myModal {
    top: 20%;
}

    #myModal .modal-header h4 {
        color: red;
        font-weight: 800;
    }

    #myModal .modal-title {
        color: white;
    }


















/* LOGIN */

#socialLoginList {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    width: 200px;
    justify-content: space-around;
}

.divLogin > .form-group.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .divLogin > .form-group.flex > span {
        /* background-color:aqua; */
        max-width: calc(100% - 40px);
        padding-left: 5px;
    }



/*MOBILE*/
@media (max-width: 450px) {
    .divLogin > .form-group.flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

        .divLogin > .form-group.flex .btn {
            margin-bottom: 20px;
        }

        .divLogin > .form-group.flex > span {
            margin-bottom: 20px;
        }

    .divLogin > .form-group.flex2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

        .divLogin > .form-group.flex2 > div {
            margin-bottom: 20px;
        }
}




.divLogin > .form-group.flex2 {
    /* background-color:aqua; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-top: 20px;
}

/* //--LOGIN */



















/*
    SEARCH PARTIAL
*/

.glyphicon-minus-sign:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('../assets/img/svg/reduce.svg') no-repeat center center;
    background-size: contain;
}

.glyphicon-plus-sign:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('../assets/img/svg/expand.svg') no-repeat center center;
    background-size: contain;
}

.glyphicon-star:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../assets/img/svg/star-02.svg') no-repeat center center;
    background-size: contain;
}

.glyphicon-star-empty:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../assets/img/svg/star-01.svg') no-repeat center center;
    background-size: contain;
}

#Ricerca #ParolaChiaveAnnuncio {
    height: 32px;
    padding-top: 10px;
}

#Ricerca .select2-container .select2-selection--single {
    height: 32px;
}

    #Ricerca .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 15px;
    }

/*DESKTOP*/
@media (min-width: 1025px) {
    #Ricerca .ricercaAnnunci-bottom {
        display: flex;
        align-items: center;
        font-size: smaller;
        justify-content: space-between;
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {
    #Ricerca .ricercaAnnunci-bottom {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

/*MOBILE*/
@media (max-width: 450px) {
    #Ricerca .ricercaAnnunci-bottom {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

        #Ricerca .ricercaAnnunci-bottom .btn {
            width: 100%;
            margin-bottom: 20px;
        }

            #Ricerca .ricercaAnnunci-bottom .btn:last-child {
                margin-bottom: 0px;
            }
}

.ricercaComplessiva {
    display: none;
}

.espandi-toggle {
    margin-top: 10px;
    text-align: center;
}

    .espandi-toggle div {
        background: url('../assets/img/css/espandi.png');
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        height: 20px;
        width: 35px;
        margin: auto;
        cursor: pointer;
        transform: scaleY(-1);
    }

    .espandi-toggle.closed {
        /* background: url('../assets/img/css/espandi.png'); */
        transform: scaleY(-1);
    }

#Ricerca .navbar-header {
    float: none;
    display: flex;
    align-items: center;
}

#Ricerca .navbar-toggle {
    display: block;
    margin-right: 5px;
}

#Ricerca .navbar-brand {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 0 0 0 0.5em;
    float: none;
    width: 100%;
}

#Ricerca .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

    #Ricerca .navbar-collapse.collapse {
        display: none !important;
    }

#Ricerca .navbar-nav {
    float: none !important;
}

    #Ricerca .navbar-nav > li {
        float: none;
    }

#Ricerca .navbar-text {
    float: none;
}

#Ricerca .navbar-collapse.collapse.in {
    display: block !important;
}

#Ricerca .collapsing {
    overflow: hidden !important;
}

#Ricerca input {
    background-color: var(--bg_color);
    border-radius: 0;
    padding-left: 10px;
}

#Ricerca span.select2-selection {
    background-color: var(--bg_color);
    border-radius: 0;
}

#Ricerca div.plus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    #Ricerca div.plus h3 {
        /* font-size: 36px; */
        /* font-weight: 400; */
        /* line-height: 32px; */
    }

    #Ricerca div.plus > span {
        color: var(--blue);
        cursor: pointer;
        font-size: 24px;
    }

/*DESKTOP*/
@media (min-width: 1025px) {

    #Ricerca .col-lg-6 {
        width: 50%;
        float: left;
    }

    #Ricerca .ricercaAnnunci-buttons {
        display: flex;
        flex-direction: row;
    }

        #Ricerca .ricercaAnnunci-buttons .btn {
            margin-right: 20px;
        }

            #Ricerca .ricercaAnnunci-buttons .btn:last-child {
                margin-right: 0px;
            }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {

    #Ricerca {
        /*margin: 0 -20px;*/
        float: none;
        padding-bottom: 10px;
    }

        #Ricerca .ricercaAnnunci-buttons {
            flex-direction: row;
            width: 100%;
            display: flex;
            margin-top: 20px;
        }

            #Ricerca .ricercaAnnunci-buttons .btn {
                margin-right: 20px;
            }

                #Ricerca .ricercaAnnunci-buttons .btn:last-child {
                    margin-right: 0px;
                }
}

/*MOBILE*/
@media (max-width: 450px) {

    #Ricerca {
        /*margin: 0 -20px;*/
        float: none;
        padding-bottom: 10px;
    }

        #Ricerca * {
            /* padding: 0; */
        }

        #Ricerca .form-group.row {
            padding: 0px;
        }

        #Ricerca .form-group {
            padding: 0 20px;
        }

        #Ricerca .ricercaAnnunci-buttons {
            flex-direction: column;
            width: 100%;
            margin-top: 20px;
        }

            #Ricerca .ricercaAnnunci-buttons > div > button {
                width: 100%;
            }
}

/*
    //--SEARCH PARTIAL
*/





















/*
        ANNUNCI
*/

.annunciWrapper {
    padding: 0px !important;
    border: none !important;
    background-color: transparent !important;
}

.annunciTrovati {
    text-align: left;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: var(--color);
}

    .annunciTrovati > div:first-child {
        margin-top: 3em;
        font-size: 3.5em;
    }

    .annunciTrovati > div:last-child {
        font-size: 1em;
    }

@media (max-width: 767px) {
    .annunciTrovati {
        color: var(--color);
    }
}

#Annunci {
    background-color: transparent;
    border: none;
}

    #Annunci table {
        width: 100%;
        border-collapse: separate;
        border-collapse: collapse;
        border-spacing: 0 10px;
        display: block;
        margin: auto;
    }

    #Annunci tbody {
        display: block;
    }

    #Annunci table tr {
        display: block;
        margin-top: 3em;
    }

    #Annunci td {
        background-color: white;
        border-radius: var(--border_radius);
        display: block;
        padding: 0;
    }

        #Annunci td:last-of-type {
            padding-bottom: 15px;
            padding: 15px;
        }

/* Extra spacing between columns */
@media (min-width: 1024px) {
    .col-lg-6.with-space:nth-child(odd) {
        padding-right: 0px;
    }

    .col-lg-6.with-space:nth-child(even) {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#Annunci .elencoAnnunci {
}

@media (min-width: 1025px) {
    #Annunci .elencoAnnunci .annunciCoppia {
        display: flex;
        align-items: stretch;
    }

    #Annunci .annuncioSingoloWrapper:nth-of-type(odd) {
        padding: 0;
        padding-right: 18px;
    }

    #Annunci .annuncioSingoloWrapper:nth-of-type(even) {
        padding: 0;
        padding-left: 18px;
    }
}

#Annunci .annuncioSingoloWrapper:nth-of-type(odd) {
    /* padding-bottom: 36px; */
}

#Annunci .annuncioSingoloWrapper:nth-of-type(even) {
    /* padding-bottom: 36px; */
}

#Annunci .annuncioSingoloWrapper {
    padding-bottom: 20px;
    /*flex: 1;*/
    display: flex;
    margin-bottom: 90px;
}

#Annunci .annuncioSingolo {
    background-color: white;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    #Annunci .annuncioSingolo .annuncioSingoloCorpo {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100%;
        padding: 30px;
    }

#Annunci .titolo {
    font-size: 1.4em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    height: 100px;
    /*overflow-y: hidden;*/
}

    #Annunci .titolo a {
        color: var(--color);
        text-decoration: none;
    }

#Annunci .livelloProfessionale {
    /* background-color: aquamarine; */
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    min-height: 30px;
}

#Annunci .anteprima {
    /* background-color: aquamarine; */
    min-height: 100px;
}

#Annunci .annuncioinfo {
    display: flex;
    justify-content: space-evenly;
    padding: 5px 20px;
    background-color: var(--blue);
    align-items: center;
}

    #Annunci .annuncioinfo span {
        text-align: left;
        color: white;
    }

        #Annunci .annuncioinfo span * {
            color: white;
        }

.iconafamigliaprofessionale img,
.iconasettore img,
.iconasede img {
    width: 100px;
    padding: 10px;
}

.annuncioSingolo .annuncioBtn {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

    .annuncioSingolo .annuncioBtn .btn {
        margin-right: 20px;
    }

        .annuncioSingolo .annuncioBtn .btn:last-child {
            margin-right: 0px;
        }

.annuncioSingolo .annuncioicone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: beige; */
    min-height: 240px;
}

    .annuncioSingolo .annuncioicone div.areaFunzionale,
    .annuncioSingolo .annuncioicone div.settori,
    .annuncioSingolo .annuncioicone div.sede {
        max-width: 100%;
    }

        .annuncioSingolo .annuncioicone div.areaFunzionale span,
        .annuncioSingolo .annuncioicone div.settori span,
        .annuncioSingolo .annuncioicone div.sede span {
            text-overflow: ellipsis;
            overflow-x: hidden;
            width: 100%;
            display: inline-block;
            line-height: normal;
        }

    .annuncioSingolo .annuncioicone > div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .annuncioSingolo .annuncioicone > div > div {
            margin-left: 10px;
        }

    .annuncioSingolo .annuncioicone.annuncioiconeAjax {
        display: flex;
        flex-direction: column;
    }

        .annuncioSingolo .annuncioicone.annuncioiconeAjax span {
            word-break: break-all;
        }

        .annuncioSingolo .annuncioicone.annuncioiconeAjax > div {
            display: flex;
            width: 100%;
            flex-direction: row;
            align-items: center;
        }

        .annuncioSingolo .annuncioicone.annuncioiconeAjax .iconaAjax {
            width: 60px;
            padding: 1rem;
        }

#Annunci div.approfondisci {
    padding: 0;
    text-transform: uppercase;
    margin: 0 3px;
}

.btn span {
    color: white;
}

.btn-preferiti {
    text-align: center;
    min-width: 200px;
}

    .btn-preferiti span {
        color: var(--color);
    }

    .btn-preferiti.btn-warning span {
        color: white !important;
    }

    .btn-preferiti.btn-aggiunto {
        margin: 0 3px;
    }

.btn-aggiunto {
    background-color: var(--green) !important;
    border: none;
}

    .btn-aggiunto span,
    .btn-aggiunto {
        color: white;
    }

/*DESKTOP*/
@media (min-width: 1025px) {
    #Annunci .annuncioinfo {
        /* height: 200px !important; */
        padding-top: 8px;
        min-height: 60px;
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {
    #Annunci .annuncioinfo {
        height: 50px;
    }
}

/*MOBILE*/
@media (max-width: 450px) {
    #Annunci .annuncioinfo {
        height: 75px;
    }

    #Annunci .titolo {
        height: auto;
    }
}

/*
    //--ANNUNCI
*/




















/*
    //DETTAGLIO ANNUNCIO 
*/

#DettaglioAnnuncio {
    overflow: auto;
    /* background-color: aqua; */
}

    #DettaglioAnnuncio .logoAnnuncio {
        position: absolute;
        right: 0px;
    }

        #DettaglioAnnuncio .logoAnnuncio > img {
            max-height: 90px;
        }

    #DettaglioAnnuncio .annuncioicone {
        display: flex;
        flex-direction: row;
        background-color: white;
        justify-content: space-evenly;
        align-items: flex-start;
        height: 220px;
    }

        #DettaglioAnnuncio .annuncioicone > div {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: stretch;
            padding: 0 20px;
            width: 100%;
        }

        #DettaglioAnnuncio .annuncioicone .testo {
            width: 100%;
        }

        #DettaglioAnnuncio .annuncioicone * {
            color: var(--color);
        }

    #DettaglioAnnuncio .titolo {
        text-align: left;
        color: white;
        /* height: 245px; */
        padding-top: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #DettaglioAnnuncio .titolo h1 {
        }

    #DettaglioAnnuncio .livelloProfessionale {
        font-weight: 700;
        text-align: right;
        margin-bottom: 10px;
    }

    #DettaglioAnnuncio .backgroundWrapper {
        /* overflow: auto; */
        width: 100%;
        height: 635px;
    }

.main-container.scroll {
    background: linear-gradient(to bottom, var(--color) 190px, var(--bg_color) 190px);
}

    .main-container.scroll #DettaglioAnnuncio .backgroundWrapperTop {
        width: 100vw;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1;
        margin: 0;
    }

    .main-container.scroll #DettaglioAnnuncio .logoAnnuncio {
        display: none;
    }

    .main-container.scroll #DettaglioAnnuncio .titolo {
        width: min(100%, 1556px);
        width: calc(min(100%, 1556px) - 10%);
        width: calc(min(100%, 1556px) - 10% - 40px);
        margin: auto;
        padding: 20px 0;
        padding-left: calc(1556px / 100 * 5);
        padding-right: calc(1556px / 100 * 5);
        padding-right: calc(min(100%, 1556px) / 100 * 5);
        width: var(--wrapper_w);
        max-width: 1556px;
    }

        .main-container.scroll #DettaglioAnnuncio .titolo .anteprimaButtons {
            visibility: visible;
            height: auto;
            padding-top: 20px;
        }

    .main-container.scroll #DettaglioAnnuncio .anteprima {
        display: none;
    }

    .main-container.scroll #DettaglioAnnuncio .annuncioicone {
        display: none;
    }

#DettaglioAnnuncio .anteprima {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

    #DettaglioAnnuncio .anteprima > span {
        max-width: 60%;
        padding-right: 20px;
        text-align: justify;
    }

/*DESKTOP*/
@media (min-width: 1025px) {

    #DettaglioAnnuncio .anteprima {
        height: 170px;
    }

    #DettaglioAnnuncio .titolo .anteprimaButtons {
        visibility: hidden;
        height: 0;
    }

    #DettaglioAnnuncio .anteprimaButtons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

        #DettaglioAnnuncio .anteprimaButtons .btn {
            color: var(--color);
            width: 250px;
            height: 90px;
            margin-right: 20px;
        }

            #DettaglioAnnuncio .anteprimaButtons .btn:first-child {
                background-color: var(--green);
            }

            #DettaglioAnnuncio .anteprimaButtons .btn:last-child {
                background-color: transparent;
                color: white;
                margin-right: 0px;
            }

    #DettaglioAnnuncio .annuncioicone > div {
        width: 33.33%;
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {
    .main-container.scroll #DettaglioAnnuncio .backgroundWrapperTop {
        /* height: 290px; */
    }

    .main-container.scroll #DettaglioAnnuncio .titolo {
        /* height: 200px; */
        display: flex;
        background-color: var(--color);
        margin: 0;
        padding: 20px;
        width: 100%;
    }

    #DettaglioAnnuncio .anteprima {
        /* height: 170px; */
    }

        #DettaglioAnnuncio .anteprima > span {
            padding-bottom: 20px;
        }

    #DettaglioAnnuncio .logoAnnuncio {
        position: absolute;
        right: 20px;
    }

    #DettaglioAnnuncio .titolo .anteprimaButtons {
        visibility: hidden;
        height: 0;
    }

    #DettaglioAnnuncio .anteprimaButtons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

        #DettaglioAnnuncio .anteprimaButtons .btn {
            color: var(--color);
            width: 250px;
            height: 90px;
            margin-right: 20px;
        }

            #DettaglioAnnuncio .anteprimaButtons .btn:first-child {
                background-color: var(--green);
            }

            #DettaglioAnnuncio .anteprimaButtons .btn:last-child {
                background-color: var(--color);
                color: white;
                margin-right: 0px;
            }
}

/*MOBILE*/
@media (max-width: 450px) {

    .main-container.scroll #DettaglioAnnuncio .backgroundWrapper {
        height: auto;
    }

    .main-container.scroll #DettaglioAnnuncio .backgroundWrapperTop {
        height: auto;
    }

    .main-container.scroll .logoAnnuncio {
        display: none;
    }

    #DettaglioAnnuncio .titolo .anteprimaButtons {
        visibility: hidden;
        height: 0;
    }

    /*
    #DettaglioAnnuncio .anteprima .anteprimaButtons {
        height: 50px;
    }
*/

    .main-container.scroll #DettaglioAnnuncio .anteprimaButtons .btn {
        height: 50px;
        margin-bottom: 10px;
    }

        .main-container.scroll #DettaglioAnnuncio .anteprimaButtons .btn:last-child {
            margin-bottom: 0px;
        }
}

@media (max-width: 460px) {

    #DettaglioAnnuncio .logoAnnuncio {
        display: none;
    }

        #DettaglioAnnuncio .logoAnnuncio.visible-xs {
            display: initial;
            position: initial;
            margin-top: 20px;
        }

    #DettaglioAnnuncio .anteprimaButtons {
        display: flex;
        flex-direction: column;
    }

        #DettaglioAnnuncio .anteprimaButtons .btn {
            color: var(--color);
            width: 100%;
            height: 50px;
            margin-bottom: 20px;
            margin-right: 0px;
        }

            #DettaglioAnnuncio .anteprimaButtons .btn:first-child {
                background-color: var(--green);
            }

            #DettaglioAnnuncio .anteprimaButtons .btn:last-child {
                background-color: transparent;
                color: white;
                margin-bottom: 0px;
            }
}

/*@media (max-height: 768px) {
   .logoAnnuncio > img {
       width: 10%;
    }
}*/

@media (max-height: 460px) {
    #DettaglioAnnuncio .anteprimaButtons .btn {
        height: 50px;
    }

    .logoAnnuncio {
        display: none;
    }
}

#DettaglioAnnuncio .anteprima > * {
    color: white;
}

#DettaglioAnnuncio .iconafamigliaprofessionale img,
#DettaglioAnnuncio .iconasettore img,
#DettaglioAnnuncio .iconasede img {
    height: 90px;
    margin: 20px;
}

#DettaglioAnnuncio .btn-aggiungiaipreferiti img {
    height: 20px;
    margin-right: 5px;
}

#DettaglioAnnuncio .btn-aggiungiaipreferiti div {
    height: 20px;
}

#DettaglioAnnuncio .annuncioCorpo {
    /* padding-top: 40px; */
    margin-bottom: 3rem;
    font-size: 1.1em;
}

#DettaglioAnnuncio .actions {
    background-color: var(--color);
    color: white;
    border-radius: var(--border_radius);
    text-align: center;
    /* margin-top: 190px; */
    padding: 20px 30px;
}

    #DettaglioAnnuncio .actions h4 {
        text-align: left;
    }

    #DettaglioAnnuncio .actions .icons {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }

/*SM*/
@media (min-width: 768px) and (max-width: 1024px) {
    #DettaglioAnnuncio .actions .icons {
        flex-wrap: wrap;
    }
}

#DettaglioAnnuncio .actions .icons > a {
    margin-bottom: 5px;
}

    #DettaglioAnnuncio .actions .icons > a > span > i:nth-child(1) {
        color: white;
    }

    #DettaglioAnnuncio .actions .icons > a > span > i:nth-child(2) {
        color: var(--blue);
    }

#DettaglioAnnuncio .aggiungiaipreferitiWrapper {
    cursor: pointer;
}

#DettaglioAnnuncio .testo span {
    font-size: 16px;
}

#DettaglioAnnuncio .actions img {
    width: 40px;
    margin-left: 5px;
}

@media (min-width: 768px) {
    #DettaglioAnnuncio .aggiungiaipreferitiWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
}

#DettaglioAnnuncio .keyPoints {
    background-color: white;
    padding: 30px 60px;
    font-size: 18px;
}

    #DettaglioAnnuncio .keyPoints h4 {
        font-weight: bold;
        color: var(--blue);
        font-size: 32px;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    #DettaglioAnnuncio .keyPoints .titoloKP {
        font-weight: bold;
        text-transform: uppercase;
    }

#DettaglioAnnuncio .teamRiferimento {
    margin-top: 40px;
    background-color: white;
    padding: 30px 60px;
    font-size: 18px;
}

    #DettaglioAnnuncio .teamRiferimento h4 {
        font-weight: bold;
        color: var(--blue);
        font-size: 32px;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    #DettaglioAnnuncio .col-sm-8 {
        width: 59%;
        margin-left: 5%;
        margin-right: 1%;
    }

    #DettaglioAnnuncio .col-sm-4 {
        width: 29%;
        margin-left: 1%;
        margin-right: 5%;
    }

    .divProfiloWrapper .col-sm-8 {
        width: 64.666667%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .divProfiloWrapper .col-sm-4 {
        width: 31.333333%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (min-width: 992px) {
    #DettaglioAnnuncio .col-sm-8 {
        /* width: 59%; */
        /* margin-left: 5%; */
        /* margin-right: 1%; */
    }

    #DettaglioAnnuncio .col-sm-4 {
        width: 29%;
        margin-left: 1%;
        margin-right: 5%;
    }

    .divProfiloWrapper .col-sm-8 {
        width: 60.66666667%;
        margin-left: 5%;
        margin-right: 1%;
    }

    .divProfiloWrapper .col-sm-4 {
        width: 27.33333333%;
        margin-left: 1%;
        margin-right: 5%;
    }
}

/*XXS*/
@media (max-width: 425px) {
    #DettaglioAnnuncio > div {
        /* margin: 5px auto !important; */
        /* width: 95%; */
        /* float: none; */
    }
}

.annuncioCorpo .titoloSezioneWrapper {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

    .annuncioCorpo .titoloSezioneWrapper img {
        height: 40px;
    }

    .annuncioCorpo .titoloSezioneWrapper:not(:first-child) {
        margin-top: 40px;
    }

    .annuncioCorpo .titoloSezioneWrapper .titoloSezione {
        padding-left: 10px;
        margin: 0;
    }

#DettaglioAnnuncio .backgroundWrapper {
    /* border: 1px solid red; */
}

#DettaglioAnnuncio .backgroundWrapperTop {
    /* border: 1px solid fuchsia; */
}

/*DESKTOP*/
@media (min-width: 1025px) {

    .main-container.scroll #DettaglioAnnuncio h1 {
        /* font-size: 48px; */
    }

    #DettaglioAnnuncio .backgroundWrapperTop {
        background-color: var(--color);
        width: calc(100% - 10%);
        padding: 0;
    }

    #DettaglioAnnuncio .anteprima {
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {

    .main-container.scroll #DettaglioAnnuncio h1 {
        font-size: 28px;
        /* padding-top: 50px; */
        /* padding-bottom: 20px; */
        padding: 0;
        margin: 20px 0 0;
    }

    #DettaglioAnnuncio .backgroundWrapper {
        height: 850px;
    }

    #DettaglioAnnuncio .backgroundWrapperTop {
        width: 100%;
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: var(--color);
    }

    #DettaglioAnnuncio .titolo {
        padding: 20px;
        height: auto;
        flex-direction: column;
        align-items: stretch;
    }

    #DettaglioAnnuncio .anteprima {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 20px;
        padding: 0 20px;
    }

        #DettaglioAnnuncio .anteprima > span {
            max-width: 100%;
        }

    #DettaglioAnnuncio .annuncioicone {
        flex-direction: column;
        height: 450px;
    }

        #DettaglioAnnuncio .annuncioicone > div > a {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

    .main-container.scroll #DettaglioAnnuncio .annuncioWrapper {
        margin-top: -200px;
    }

    #DettaglioAnnuncio .annuncioCorpo {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #DettaglioAnnuncio .actions {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #DettaglioAnnuncio .keyPoints {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #DettaglioAnnuncio .teamRiferimento {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/*MOBILE*/
@media (max-width: 450px) {

    .main-container.scroll #DettaglioAnnuncio h1 {
        font-size: 20px;
        padding-top: 10px;
        /* padding-bottom: 20px; */
    }

    #DettaglioAnnuncio .backgroundWrapper {
        height: 850px;
    }

    #DettaglioAnnuncio .backgroundWrapperTop {
        width: 100%;
        position: relative;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: var(--color);
    }

    #DettaglioAnnuncio .titolo {
        padding: 20px;
        height: auto;
        flex-direction: column;
        align-items: stretch;
        margin: 0 !important;
        padding: 0 20px 20px !important;
    }

    #DettaglioAnnuncio .anteprima {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 20px;
        padding: 0 20px;
    }

        #DettaglioAnnuncio .anteprima > span {
            max-width: 100%;
            padding-bottom: 20px;
        }

    #DettaglioAnnuncio .annuncioicone {
        flex-direction: column;
        height: 450px;
    }

        #DettaglioAnnuncio .annuncioicone > div > a {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 100%;
        }

    .main-container.scroll #DettaglioAnnuncio .annuncioWrapper {
        margin-top: 500px;
    }

    #DettaglioAnnuncio .annuncioCorpo {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #DettaglioAnnuncio .actions {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #DettaglioAnnuncio .keyPoints {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #DettaglioAnnuncio .teamRiferimento {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}



/*
    //--DETTAGLIO ANNUNCIO
*/



















/*
    FORM E CONTROLLI
*/

/*DESKTOP*/
@media (min-width: 1025px) {

    .divMain {
        background-color: white;
        /*border: 2px solid var(--border_color);*/
        border-radius: var(--border_radius);
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 6em;
        padding: 0 20px;
    }

    .tophero {
        position: absolute;
        top: 112px;
        right: 0;
        width: 50%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
        height: 510px;
    }

        .tophero img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .annuncioSingoloWrapper {
        width: 50% !important;
        float: left !important;
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {

    .divMain {
        background-color: white;
        /*border: 2px solid var(--border_color);*/
        border-radius: var(--border_radius);
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 4em;
        padding: 20px;
        width: 100%;
    }

    .tophero {
        position: absolute;
        top: 112px;
        left: 0;
        width: 100%;
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 30%);
        height: 450px;
    }

        .tophero img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .annuncioSingoloWrapper {
        padding: 0;
        width: 100% !important;
        float: left !important;
        margin-bottom: 50px !important;
    }
}

@media (min-width: 500px) and (max-width: 1024px) {

    .annuncioSingoloWrapper {
        padding: 0;
        width: 100% !important;
        float: left !important;
        margin-bottom: 40px !important;
    }
}

/*MOBILE*/
@media (max-width: 450px) {

    .divMain {
        background-color: white;
        /*border: 2px solid var(--border_color);*/
        border-radius: var(--border_radius);
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 5em;
        padding: 20px;
        width: 100%;
    }

    .tophero {
        position: absolute;
        top: 112px;
        left: 0;
        width: 100%;
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 20%);
        height: 190px;
    }

        .tophero img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .annuncioSingoloWrapper {
        float: none !important;
        margin: 0 -20px;
    }

    .annuncioSingolo .annuncioinfo {
        flex-direction: column;
        align-items: center;
    }

    .annuncioSingolo .annuncioBtn {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }

        .annuncioSingolo .annuncioBtn .btn {
            width: 100%;
            margin-bottom: 20px;
        }

            .annuncioSingolo .annuncioBtn .btn:last-child {
                margin-bottom: 0px;
            }
}

.divMain-bottom {
    display: flex;
    flex-direction: row;
}

    .divMain-bottom .btn {
        margin-right: 20px;
    }

        .divMain-bottom .btn:last-child {
            margin-right: 0px;
        }

/*MOBILE*/
@media (max-width: 450px) {
    .divMain-bottom {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        text-align: center;
        align-items: stretch;
        width: 100%;
    }

        .divMain-bottom .btn {
            width: 100%;
            margin-bottom: 20px;
        }

            .divMain-bottom .btn:last-child {
                margin-bottom: 0px;
            }
}


.form-custom-sm {
    margin-left: auto;
    margin-right: auto;
}

.form-custom {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.form-group-custom {
    position: relative;
}

    .form-group-custom .input-group {
        border-radius: var(--border_radius);
    }

    .form-group-custom .input-group-addon:first-child {
        border: 0;
        padding: 0 1em;
        border-radius: var(--border_radius) 0 0 var(--border_radius);
        background-color: transparent;
        cursor: pointer;
    }

    .form-group-custom .input-group > label {
        position: relative;
        padding: 1em 0em 0.4em 1em;
    }

    .form-group-custom .input-group > p {
        position: inherit;
        padding: 0em 4em 1em 1em;
    }

label.ifta_left {
    /* padding: 0.7em 0 0 1em; */
    z-index: 1;
    white-space: nowrap;
    max-width: 85%;
    overflow: hidden;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    label.ifta_left {
        max-width: 70%;
    }
}

label.ifta_right {
    position: absolute;
    float: right;
    left: auto;
    padding-top: 0.7em;
    right: 1.5em;
    z-index: 1;
    margin-bottom: 0;
}

div.form-group-custom > div.form-div-custom {
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    padding: 1em 1em 0.5em 1em;
    width: 100%;
    border: var(--border_gray);
    border-radius: var(--border_radius);
}

div.form-div-custom label {
    font-weight: 500;
    margin-left: 0.5em;
}

div.form-group-custom input[type=text],
div.form-group-custom input[type=email],
div.form-group-custom input[type=password],
div.form-group-custom input[type=number],
div.form-group-custom select {
    background-color: var(--control-background_color);
    box-sizing: border-box;
    border: transparent;
    box-shadow: none;
}

    div.form-group-custom input[type=text][readonly] {
        background-color: var(--bg_color);
    }

div.form-group-custom input[type=text],
div.form-group-custom input[type=email],
div.form-group-custom input[type=password],
div.form-group-custom .input-group {
    border-radius: 0;
}

    div.form-group-custom .input-group input[type=text] {
        padding-bottom: 7px;
    }

div.form-group-custom > .input-group > label.ifta_left,
div.form-group-custom > .input-group > label.ifta_right {
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 3px;
}

input[type=text]:focus-visible,
input[type=password]:focus-visible,
.input-group:focus-visible {
    border-radius: var(--border_radius);
}

input:not(.select2-input):not(._datepicker):focus {
    box-shadow: var(--box_shadow) !important;
}

.input-group._datepicker--focus {
    box-shadow: var(--box_shadow) !important;
}

.form-group-custom > textarea {
    width: 100%;
    height: 10em;
    border: var(--border_gray);
    border-radius: 0;
}

.form-control {
    color: var(--color) !important;
    border: none;
    border-radius: 0;
}

/*
    //--FORM E CONTROLLI
*/



















/*
    PLACEHOLDER
*/
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--placeholder_color) !important;
    opacity: var(--placeholder_opacity) !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--placeholder_color) !important;
    opacity: var(--placeholder_opacity) !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--placeholder_color) !important;
    opacity: var(--placeholder_opacity) !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: var(--placeholder_color) !important;
    opacity: var(--placeholder_opacity) !important;
}

textarea:not(.select2-search__field)::-webkit-input-placeholder {
    padding-left: 0.7em;
}

textarea:not(.select2-search__field)::-moz-placeholder {
    /* Firefox 19+ */
    padding-left: 0.7em;
}

textarea:not(.select2-search__field):-ms-input-placeholder {
    /* IE 10+ */
    padding-left: 0.7em;
}

textarea:not(.select2-search__field):-moz-placeholder {
    /* Firefox 18- */
    padding-left: 0.7em;
}

/*
    //--PLACEHOLDER
*/
















/*
    --SELECT2
*/
.select2-selection {
    border: none !important;
}

.select2-container-active {
    box-shadow: var(--box_shadow) !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: inherit;
    color: var(--placeholder_color);
    padding-left: 10px;
    margin: 0;
}

::placeholder {
    color: var(--placeholder_color) !important;
    opacity: var(--placeholder_opacity) !important;
}

div.form-group-custom .select2-container--default .select2-selection--single {
    height: 34px;
    /* padding: 0.3em 0 0 0; */
    background-color: var(--control-background_color);
    border-radius: 0;
    padding-top: 4px;
    /* padding-left: 0.4em; */
    text-align: left;
}

    div.form-group-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
        /*margin-top: 2.7em;*/
        background-color: var(--control-background_color);
    }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--placeholder_color) !important;
    opacity: var(--placeholder_opacity) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color) !important;
}


/*DESKTOP*/
@media (min-width: 1025px) {
    .select2-container .select2-search--inline .select2-search__field {
        font-size: 16px;
        font-weight: 400;
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {
    .select2-container .select2-search--inline .select2-search__field {
        font-size: 14px;
        font-weight: 400;
    }
}

/*MOBILE*/
@media (max-width: 450px) {
    .select2-container .select2-search--inline .select2-search__field {
        font-size: 13px;
        font-weight: 400;
    }
}

/*
    //--SELECT2
*/




















/*
    SELECTPICKER
*/
.bootstrap-select.bs3 {
    color: initial;
    font-family: initial;
    font-size: initial;
}

    .bootstrap-select.bs3 .bs-caret {
        color: rgb(51, 51, 51);
    }

        .bootstrap-select.bs3 .bs-caret .caret {
            color: rgb(51, 51, 51);
        }

.select2-dropdown {
    z-index: 2;
}

/*
    //--SELECTPICKER
*/



















/*
    STATI
*/
.validation-summary-valid {
    display: none;
}

.validation-summary-errors span {
    color: var(--bootstrap_red);
}

.validation-summary-errors li {
    color: var(--bootstrap_red);
}

div.form-group-custom.has-success .help-block:nth-of-type(1) {
    display: block;
    height: 0;
    color: transparent;
}

div.form-group-custom.has-success:not(.noFeedbackIcon) .help-block:nth-of-type(1)::after {
    content: "\e089";
    font-family: 'Glyphicons Halflings';
    color: #5cb85c;
}

div.form-group-custom.has-error:not(.noFeedbackIcon) .help-block[data-bv-result=INVALID]::after {
    font-family: 'Glyphicons Halflings';
    content: "\e088";
    color: var(--bootstrap_red);
}

div.form-group-custom .help-block::after {
    position: absolute;
    font-size: 1.5em;
    top: 2.3em;
    right: 2em;
}

div.form-group-custom.form-group-custom-small .help-block::after {
    top: 0.3em;
}

div.form-group-custom.form-group-voto .help-block::after {
    top: 0.3em;
}

div.form-group-custom .input-group input[type="text"] {
    border: none;
    padding-top: 0;
    box-shadow: none;
}

.help-block[data-bv-result="INVALID"] {
    color: var(--bootstrap_red);
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: var(--bootstrap_alert_danger_bg);
    border-color: var(--bootstrap_alert_danger_border);
    margin-bottom: 0;
}

.field-validation-error {
    color: var(--bootstrap_red);
}

/*
    //--STATI
*/

















/*
    SHORTCUTS
*/
._hide {
    display: none !important;
}

.text-white > * {
    color: white;
}

.nodecoration {
    text-decoration: none;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pt20 {
    padding-top: 20px;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.mlr0 {
    margin-left: 0;
    margin-right: 0;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.mt1em {
    /*margin-top: 1em;*/
}

.mt4em {
    /*margin-top: 4em;*/
}

.mb1em {
    /*margin-bottom: 1em;*/
}

.mb20px {
    margin-bottom: 20px;
}

.mb40px {
    margin-bottom: 40px !important;
}

.mt140px {
    margin-top: 140px;
}

.mr5px {
    margin-right: 5px;
}

.mr20px {
    margin-right: 20px;
}

/*DESKTOP*/
@media (min-width: 1025px) {
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {
    .mb20px_t {
        margin-bottom: 20px;
    }
}

/*MOBILE*/
@media (max-width: 450px) {

    .mb20px_m {
        margin-bottom: 20px;
    }

    .p20px_m {
        padding: 0 20px;
    }
}

.h0 {
    height: 0px;
}

.w50 {
    width: 50%;
    display: inline-block;
}

.w100 {
    width: 100%;
}

.h3em {
    /*height: 3em;*/
}

.bgctran {
    background-color: transparent;
    color: white;
}

.bold {
    font-weight: bold;
}

.float-none {
    float: none;
}

.display-flex {
    display: flex;
    align-items: center;
}

.fs {
    /*line-height: 150%;*/
}

.fs20 {
    font-size: 20px;
}

/*DESKTOP*/
@media (min-width: 1025px) {
    .fs64 {
        font-size: 64px;
        font-weight: 400;
        line-height: 65px;
        margin: 0;
    }

    .fs36 {
        font-size: 36px;
        font-weight: 400;
    }

    .fs34 {
        font-size: 28px;
        font-weight: 600;
        line-height: 42px;
    }

    .fs26w400 {
        font-size: 26px;
        font-weight: 400;
    }

    .fs24w300 {
        font-size: 26px;
        font-weight: 300;
    }

    .fs22w400 {
        font-size: 22px;
        font-weight: 400;
    }

    .fs18w300 {
        font-size: 20px;
        font-weight: 300;
    }

    .fs18w400 {
        font-size: 18px;
        font-weight: 400;
    }

    .fs18w600 {
        font-size: 20px;
        font-weight: 600;
    }

    .fs16w300 {
        font-size: 16px;
        font-weight: 300;
    }

    .fs16w400 {
        font-size: 16px;
        font-weight: 400;
    }

    .fs16w600 {
        font-size: 16px;
        font-weight: 600;
    }

    .fs13 {
        font-size: 13px;
        font-weight: 400;
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {
    .fs64 {
        font-size: 52px;
        font-weight: 400;
    }

    .fs36 {
        font-size: 30px;
        font-weight: 400;
    }

    .fs34 {
        font-size: 28px;
        font-weight: 600;
    }

    .fs26w400 {
        font-size: 26px;
        font-weight: 400;
    }

    .fs24w300 {
        font-size: 26px;
        font-weight: 300;
    }

    .fs22w400 {
        font-size: 20px;
        font-weight: 400;
    }

    .fs18w300 {
        font-size: 16px;
        font-weight: 300;
    }

    .fs18w400 {
        font-size: 16px;
        font-weight: 400;
    }

    .fs18w600 {
        font-size: 16px;
        font-weight: 600;
    }

    .fs16w300 {
        font-size: 14px;
        font-weight: 300;
    }

    .fs16w400 {
        font-size: 14px;
        font-weight: 400;
    }

    .fs16w600 {
        font-size: 14px;
        font-weight: 600;
    }

    .fs13 {
        font-size: 13px;
        font-weight: 400;
    }
}

/*MOBILE*/
@media (max-width: 450px) {
    .fs64 {
        font-size: 42px;
        font-weight: 400;
    }

    .fs36 {
        font-size: 29px;
        font-weight: 400;
    }

    .fs34 {
        font-size: 22px;
        font-weight: 600;
    }

    .fs26w400 {
        font-size: 26px;
        font-weight: 400;
    }

    .fs24w300 {
        font-size: 26px;
        font-weight: 300;
    }

    .fs22w400 {
        font-size: 22px;
        font-weight: 400;
    }

    .fs18w300 {
        font-size: 16px;
        font-weight: 300;
    }

    .fs18w400 {
        font-size: 16px;
        font-weight: 400;
    }

    .fs18w600 {
        font-size: 16px;
        font-weight: 600;
    }

    .fs16w300 {
        font-size: 14px;
        font-weight: 300;
    }

    .fs16w400 {
        font-size: 14px;
        font-weight: 400;
    }

    .fs16w600 {
        font-size: 14px;
        font-weight: 600;
    }

    .fs13 {
        font-size: 13px;
        font-weight: 400;
    }
}

/*
    //--SHORTCUTS
*/












.divMain .panel-heading {
    background-color: transparent;
    /*border-color: red;*/
}

.panel-heading-custom button {
    float: right;
    margin-left: 5px;
}

.panel-heading-custom .panel-title {
    width: 100%;
    height: 30px;
    padding-top: 5px;
    background-color: white;
    overflow: hidden;
}

.panel.panel-primary.static {
    position: static !important;
}

.panel.panel-primary.affix {
    position: fixed;
    left: 0;
    right: 0;
    top: 4em;
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 3 !important;
    /*z-index: 1052 !important;*/
    margin: 0;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

    .panel.panel-primary.affix ._glyphicon-arrow-up {
        display: inline-block !important;
    }














/*
    --PAGE
*/
.page {
    margin: auto;
    /* height: 100%; */
    margin-top: 10%;
}

/*LG*/
@media (min-width: 1200px) {
    .page {
        width: 50%;
        /* margin-top: 5em; */
    }
}

/*MD*/
@media (min-width: 992px) and (max-width: 1199px) {
    .page {
        width: 70%;
    }
}

/*SM*/
@media (min-width: 768px) and (max-width: 991px) {
    .page {
        width: 100%;
    }
}

/*XS*/
@media (max-width: 767px) {
    .page {
        width: 100%;
    }
}

/*
    //--PAGE
*/








/*
    NAVIGATION BAR
*/

.logosvg {
    height: 44px;
}

.sidenav_bottom .logosvg {
    height: 2em;
}

@media (max-width: 767px) {
    .navbar-header {
        padding-left: 15px;
    }
}

.navbar-toggle {
    /* position: absolute; */
    /* right: 20px; */
    height: 100%;
    padding: 0;
    margin: 0;
    float: right;
    border: none;
}

@media (max-width: 1024px) {
    .navbar-toggle {
        display: flex;
        align-items: center;
    }

    .navbar-collapse.collapse {
        /* display: none !important; */
    }

    #mainNavbar .container-fluid .navbar-header {
        width: 100%;
    }

    #mainMenu {
        position: fixed;
        top: 112px;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #f7f7f7;
        box-shadow: -2px 0 10px rgba(0,0,0,0.2);
        padding: 60px 20px;
        transform: translateX(100%); /* Nasconde fuori dallo schermo a destra */
        transition: transform 0.3s ease;
        z-index: 1000;
        margin: 0;
    }

        #mainMenu.active {
            transform: translateX(0); /* Lo porta dentro da destra */
            transition: transform 0.3s ease;
            background-color: white;
        }

        #mainMenu li {
            display: block;
            width: 100%;
        }

        #mainMenu .dropdown-menu.lingua {
            left: 0;
        }
}

@media (min-width: 1025px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: flex !important;
        height: 100% !important;
    }

    #mainNavbar .container-fluid .navbar-header {
    }

    #mainMenu {
    }

        #mainMenu.active {
        }
}


.hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

    .hamburger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
        transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
    }

        .hamburger span:nth-child(1) {
            top: 8px;
        }

        .hamburger span:nth-child(2) {
            top: 18px;
        }

    /* Stato attivo (X) */
    .hamburger.active span:nth-child(1) {
        top: 13px;
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        top: 13px;
        transform: rotate(-45deg);
    }


#mainNavbar {
    background-color: var(--color);
    border-radius: 0px !important;
    height: 112px;
    margin: 0;
    border: 0;
    padding-top: 32px;
}

    #mainNavbar .navbar-header {
    }

        #mainNavbar .navbar-header::before,
        #mainNavbar .navbar-header::after {
            content: none;
        }

    #mainNavbar .collapse.navbar-collapse {
        flex-direction: row-reverse;
        align-items: center;
    }

#mainMenuWrapper {
    /* background-color:red; */
}

    #mainMenuWrapper.active {
        display: block !important;
    }

#mainNavbar .iconapreferiti {
    height: 18px;
    position: relative;
    top: -2px;
}

#mainNavbar .container-fluid {
    height: 100%;
    padding: 0 20px;
    background-color: white;
}

    #mainNavbar .container-fluid .navbar-header {
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

        #mainNavbar .container-fluid .navbar-header .logo-wrapper {
            height: 100%;
            display: flex;
            flex-direction: row;
            min-height: 50px;
            align-items: center;
            justify-content: flex-start;
        }

#mainNavbar .dropdown-menu > li > a {
    line-height: 2.5 !important;
    cursor: pointer;
    color: var(--color);
    text-decoration: none;
    color: var(--color);
    font-weight: 400;
    font-size: 18px;
}

@media (max-width: 475px) {
    #mainNavbar .dropdown-menu > li > a {
        text-align: right;
    }
}

#mainNavbar .navbar-nav > li > a {
    text-decoration: none;
    color: var(--color);
    font-weight: 300;
    font-size: 16px;
}
/*-----------------------------------------*/
.hamburger_button {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1050;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    /*background-color: white;*/
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/*-----------------------------------------*/
.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 4em;
    transition: 0.4s;
    white-space: nowrap;
}

    .sidenav.sidenav_collapsed {
        width: 0;
    }

    .sidenav a {
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.4s;
        cursor: pointer;
    }

    .sidenav > a {
        padding: 8px 8px 8px 16px;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav > div {
        padding: 0px;
    }

        .sidenav > div div {
            padding: 8px 8px 8px 16px;
        }

        .sidenav > div > a {
            padding: 8px 8px 8px 16px;
        }

.sidenav_bottom .social {
    display: inline;
}

/*-----------------------------------------*/
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
    display: none;
}

    .overlay._show {
        opacity: 0.8;
        transition: opacity 1s;
        width: 100%;
    }

body.modal-open {
    overflow: initial !important;
    padding-right: 0 !important;
}

/*-----------------------------------------*/
.usericon {
    cursor: pointer;
    font-size: 2em;
    padding: 0 5px !important;
    top: 2px;
}

/*
        //--NAVIGATION BAR
*/





























/*
        HEADER SITO
*/
h1.logo {
    font-size: 1em;
    margin: 0;
    display: flex;
}

    h1.logo span {
        position: absolute;
        left: -9999em;
    }

/*
ul.navigation_bar {
    justify-content: space-between;
    padding-right: 4em;
}

    ul.navigation_bar li {
        padding: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

        ul.navigation_bar li ul {
            list-style-type: none;
            margin: 0px;
            padding: 0;
            display: flex;
            align-items: center;
            height: 100%;
        }

            ul.navigation_bar li ul li.mediaqueries {
                float: left;
                display: none;
            }

            ul.navigation_bar li ul li:not(.mediaqueries) {
                float: left;
                display: block;
            }
*/
.utentecollegato,
.toastmessage {
    position: fixed;
    max-width: 768px;
    top: 6em;
    z-index: 1050;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 768px) {

    .utentecollegato,
    .toastmessage {
        width: calc(768px - 30px);
    }
}

@media (max-width: 768px) {

    .utentecollegato,
    .toastmessage {
        width: 90%;
    }
}

/*
        //--HEADER SITO
*/



















/*
        //FOOTER
*/
footer {
    background-color: white;
    font-size: 0.7em;
    /* position: absolute; */
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.footerWrapper {
    /* width: min(1107px, 100%); */
    width: 100%;
    /* margin-left: 15%; */
    padding: 20px;
    /* transform: translate(-50%, -50%); */
    /* position: absolute; */
    left: 50%;
    top: 50%;
    background-color: white;
}

    .footerWrapper > div:first-child {
        display: flex;
        align-items: center;
    }

footer h5 {
    display: inline-block;
    margin: 10px 25px;
}

    footer h5 a {
        text-decoration: none;
        font-weight: 300;
    }

.copyright {
    margin-top: 3em;
    line-height: 1em;
}

    .copyright p:last-child {
        margin-bottom: 0;
    }

/*
    //--FOOTER
*/
/*
    //HOME
*/

/*DESKTOP*/
@media (min-width: 1025px) {

    .headline {
        background-color: transparent;
        margin: 0;
        /* margin-top: 200px; */
        margin-bottom: 20px;
        padding: 0;
        /* height: 510px; */
        max-width: 60%;
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {

    .headline {
        background-color: transparent;
        margin: 0;
        margin-top: 450px;
        margin-bottom: 20px;
    }
}

/*MOBILE*/
@media (max-width: 450px) {

    .headline {
        margin-top: 200px;
        margin-bottom: 20px;
        padding: 20px;
    }
}

.headline .panel {
    background-color: transparent;
    margin: 0;
    padding: 0;
    /* margin-top: 205px; */
}

.headline h2 {
    color: white;
    color: #1D2A54;
    /* font-size: 1.4em; */
    text-align: left;
    /* margin: 200px; */
}

.headline h3 {
    color: white;
    color: var(--darkgray);
    /* font-size: 34px; */
    text-align: left;
    margin-bottom: 50px;
    /* font-weight: 600; */
}

.headline .btn {
    background-color: transparent;
    border-color: white;
}




/*DESKTOP*/
@media (min-width: 1025px) {

    .immaginiWrapper_Home {
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 20px;
    }

        .immaginiWrapper_Home::before,
        .immaginiWrapper_Home::after {
            content: none;
        }

        .immaginiWrapper_Home > div {
            width: calc(50% - 5px);
            margin: 0;
            padding: 0;
            position: relative;
        }

    .pic_accediregistrati {
    }

        .pic_accediregistrati img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        .pic_accediregistrati div {
            position: absolute;
            /* top: 50px; */
            /* left: 50px; */
            /* font-size: 2em; */
            color: white;
        }

            .pic_accediregistrati div:first-of-type {
                top: 5%;
                left: 5%;
            }

            .pic_accediregistrati div:last-of-type {
                bottom: 10%;
                left: 5%;
            }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {

    .immaginiWrapper_Home {
        display: flex;
        float: none;
        display: flex;
        flex-direction: column;
    }

        .immaginiWrapper_Home > div {
            width: 100%;
            position: relative;
        }

    .pic_accediregistrati {
        margin-bottom: 20px;
        display: flex;
    }

        .pic_accediregistrati img {
            width: 100%;
            object-fit: cover;
            max-height: 350px;
        }

        .pic_accediregistrati div {
            position: absolute;
            color: white;
            line-height: 1.5em;
        }

            .pic_accediregistrati div:first-of-type {
                top: 10%;
                left: 10%;
            }

            .pic_accediregistrati div:last-of-type {
                bottom: 10%;
                left: 10%;
            }
}

/*MOBILE*/
@media (max-width: 450px) {

    .immaginiWrapper_Home {
        display: flex;
        float: none;
        display: flex;
        flex-direction: column;
    }

        .immaginiWrapper_Home > div {
            width: 100%;
            position: relative;
        }

    .pic_accediregistrati {
        margin-bottom: 20px;
        display: flex;
    }

        .pic_accediregistrati img {
            width: 100%;
            object-fit: cover;
            height: 250px;
        }

        .pic_accediregistrati div {
            position: absolute;
            color: white;
            line-height: 1.2em;
        }

            .pic_accediregistrati div:first-of-type {
                top: 10%;
                left: 10%;
            }

            .pic_accediregistrati div:last-of-type {
                bottom: 10%;
                left: 10%;
            }
}

.pic_accedi img {
    margin-right: 5px;
}

.pic_registrati img {
    /* margin-left: 5px; */
}

.pic_accediregistrati img {
    filter: brightness(0.6);
}

.pic_accediregistrati::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 128, 0.6), rgba(0, 0, 128, 0));
    z-index: 1;
}

.pic_accediregistrati > div {
    z-index: 2;
}

/*
        //--HOME
*/
.divProfiloWrapper {
    /* background-color: aqua; */
}

/*LG*/
@media (min-width: 1200px) {
    .divProfiloWrapper {
        /* width: 95%; */
        /* margin-left: auto; */
        /* margin-right: auto; */
        /* background-color: aqua; */
    }
}

/*MD*/
@media (min-width: 992px) and (max-width: 1199px) {
    .divProfiloWrapper {
        /* width: 95%; */
        /* margin-left: auto; */
        /* margin-right: auto; */
    }
}

/*SM*/
@media (min-width: 768px) and (max-width: 991px) {
    .divProfiloWrapper {
        padding-left: 1px;
        padding-right: 1px;
    }

    .divMain.divProfiloCandidature tr,
    .divMain.divProfiloPreferiti tr {
        padding: 0.5rem !important;
    }

        .divMain.divProfiloCandidature tr td,
        .divMain.divProfiloPreferiti tr td {
            display: block;
        }

    .iconaAjax {
        /* background-color: blueviolet; */
        width: 40px !important;
        /* height: 20% !important; */
    }

        .iconaAjax > img {
            width: 20px;
            height: auto;
            margin-left: auto;
            margin-right: auto;
        }
}

/*XS*/
@media (max-width: 767px) {
    .divProfiloWrapper {
        width: calc(100%);
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
}

.divMain.divProfilo {
    /* left: 4%; */
}

    .divMain.divProfilo *:not(.btn):not(.glyphicon):not(.validation-summary-errors li) {
        color: var(--color);
    }

    .divMain.divProfilo .btn-info {
        width: 32px;
        height: 32px;
        min-width: auto;
        background-color: white;
        border-color: var(--color);
        border-radius: 50%;
        border: none;
        right: -27px;
        top: 24px;
        /* margin: 0; */
        padding: 0;
    }

button.btn.btn-sm.btn-info._glyphicon-edit {
}

.divMain.divProfilo .btn-info > .glyphicon {
    color: var(--color);
}

.divMain.divProfilo .panel-group {
    /* margin: 10px; */
}

.divMain.divProfilo .panel-heading.panel-heading-custom {
    padding: 0;
}

.divMain.divProfilo .panel.panel-primary {
    border: none;
    align-items: center;
}

.divMain.divProfiloCandidature {
    margin-bottom: 0rem;
}

/*SM*/
@media (min-width: 992px) {
    .divMain.divProfiloCandidature {
        margin-top: 1rem;
    }
}

/*XS*/
@media (max-width: 767px) {
    .divMain.divProfiloCandidature {
        margin-top: 1rem;
    }
}

.divMain.divProfiloCandidature table {
    max-height: 30vh;
    overflow-y: auto;
    display: block;
}

.divMain.divProfiloCandidature tr {
    border: var(--border_gray);
    border-radius: var(--border_radius);
    display: block;
}

    .divMain.divProfiloCandidature tr:nth-child(2n+1) {
        background-color: var(--control-background_color);
    }

.divMain.divProfiloCandidature tr {
    margin-bottom: 2rem;
    padding: 1rem;
}

.divMain.divProfiloPreferiti {
    margin-top: 1rem;
}

    .divMain.divProfiloPreferiti table {
        max-height: 30vh;
        overflow-y: auto;
        display: block;
    }

    .divMain.divProfiloPreferiti tr {
        border: var(--border_gray);
        border-radius: var(--border_radius);
        display: block;
    }

        .divMain.divProfiloPreferiti tr:nth-child(2n+1) {
            background-color: var(--control-background_color);
        }

    .divMain.divProfiloPreferiti tr {
        margin-bottom: 2rem;
        padding: 1rem;
    }

/*
    CANDIDATO
*/
#accordionCandidato h4.panel-title > a {
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    /* overflow: hidden; */
    display: block;
    /* max-width: 10%; */
}

#accordionCandidato > .panel.panel-collapse {
    /*min-height: 300px;*/
}

    #accordionCandidato > .panel.panel-collapse.collapse.in {
        box-shadow: 0 3px 3px rgb(0 0 0 / 40%);
        /* max-height: 50vh; */
        /* overflow: auto; */
    }

        #accordionCandidato > .panel.panel-collapse.collapse.in > div {
            /* padding: 5px; */
        }

            #accordionCandidato > .panel.panel-collapse.collapse.in > div dl {
                padding: 5px;
                /*background-color: greenyellow;*/
            }

#panel_Anagrafica > div dd {
    margin-bottom: 15px;
    border-bottom: var(--border);
    min-height: 1em;
}

#accordionCandidato > .panel.panel-collapse.collapse.in > div > div.btn {
    margin-top: 10px;
}

/*
    //--CANDIDATO
*/
.buttonsWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.recapWrapper {
    background-color: var(--bg_color);
    /* height: 34px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

.recap {
    height: 44px;
    padding-top: 0.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    /* max-width: calc(100vw); */
    width: 100%;
    padding-left: 10px;
    font-size: 22px;
}

.buttons {
    display: flex;
}

/*
    CANDIDATOSTUDI, CANDIDATOABILITAZIONI, CANDIDATOESPERIENZE
*/
#accordionCandidatoStudi > .accordion-group:nth-child(2n+1) dl > dd,
#accordionCandidatoAbilitazioni > .accordion-group:nth-child(2n+1) dl > dd,
#accordionCandidatoEsperienze > .accordion-group:nth-child(2n+1) dl > dd {
    margin-bottom: 15px;
    /* border-bottom: var(--border_blue); */
    min-height: 1em;
}

#accordionCandidatoStudi .accordion-group:nth-child(2n) dl > dd,
#accordionCandidatoAbilitazioni > .accordion-group:nth-child(2n) dl > dd,
#accordionCandidatoEsperienze > .accordion-group:nth-child(2n) dl > dd {
    margin-bottom: 15px;
    /* border-bottom: var(--border); */
    min-height: 1em;
}

#accordionCandidatoStudi > .accordion-group,
#accordionCandidatoAbilitazioni > .accordion-group,
#accordionCandidatoEsperienze > .accordion-group {
    padding: 5px;
    margin-bottom: 5px;
    border-radius: var(--border_radius);
}

    #accordionCandidatoStudi > .accordion-group:nth-child(2n+1),
    #accordionCandidatoAbilitazioni > .accordion-group:nth-child(2n+1),
    #accordionCandidatoEsperienze > .accordion-group:nth-child(2n+1) {
        /* background-color: var(--lightblue); */
        /*background-color: blanchedalmond;*/
        border: var(--border);
        border-radius: 0;
    }

        #accordionCandidatoStudi > .accordion-group:nth-child(2n+1) .form-group-custom div,
        #accordionCandidatoAbilitazioni > .accordion-group:nth-child(2n+1) .form-group-custom div,
        #accordionCandidatoEsperienze > .accordion-group:nth-child(2n+1) .form-group-custom div {
            /* background-color: var(--control-background_color); */
            /* border: var(--border_blue); */
        }

        #accordionCandidatoStudi > .accordion-group:nth-child(2n+1) input,
        #accordionCandidatoAbilitazioni > .accordion-group:nth-child(2n+1) input,
        #accordionCandidatoEsperienze > .accordion-group:nth-child(2n+1) input {
            /*background-color: rebeccapurple;*/
            /* border: var(--border_blue); */
        }

    #accordionCandidatoStudi > .accordion-group:nth-child(2n),
    #accordionCandidatoAbilitazioni > .accordion-group:nth-child(2n),
    #accordionCandidatoEsperienze > .accordion-group:nth-child(2n) {
        /* background-color: var(--border_color); */
        /*background-color: blueviolet;*/
        border: var(--border);
        border-radius: 0;
    }

        #accordionCandidatoStudi > .accordion-group:nth-child(2n) .form-group-custom div,
        #accordionCandidatoAbilitazioni > .accordion-group:nth-child(2n) .form-group-custom div,
        #accordionCandidatoEsperienze > .accordion-group:nth-child(2n) .form-group-custom div {
            /*background-color: rebeccapurple;*/
            border: var(--border_gray);
        }

        #accordionCandidatoStudi > .accordion-group:nth-child(2n) input,
        #accordionCandidatoAbilitazioni > .accordion-group:nth-child(2n) input,
        #accordionCandidatoEsperienze > .accordion-group:nth-child(2n) input {
            /*background-color: rebeccapurple;*/
            border: var(--border_gray);
        }

    #accordionCandidatoStudi > .accordion-group > .accordion-heading,
    #accordionCandidatoAbilitazioni > .accordion-group > .accordion-heading,
    #accordionCandidatoEsperienze > .accordion-group > .accordion-heading {
        text-decoration: underline;
        text-align: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }

        #accordionCandidatoStudi > .accordion-group > .accordion-heading > a,
        #accordionCandidatoAbilitazioni > .accordion-group > .accordion-heading > a,
        #accordionCandidatoEsperienze > .accordion-group > .accordion-heading > a {
            /*color: red;*/
            font-weight: 800;
        }

    #accordionCandidatoEsperienze > .accordion-group:nth-child(2n+1) {
        border: var(--border_blue);
        border: var(--border_gray);
    }

    #accordionCandidatoEsperienze > .accordion-group:nth-child(2n) {
        border: var(--border_gray);
    }

    #accordionCandidatoEsperienze > .accordion-group > .accordion-body > .accordion-inner > .accordion-group {
        margin-bottom: 5px;
        padding: 5px;
    }

    #accordionCandidatoEsperienze > .accordion-group:nth-child(2n+1) > .accordion-body > .accordion-inner > .accordion-group {
        border-radius: 0;
        border: var(--border_gray);
    }

    #accordionCandidatoEsperienze > .accordion-group:nth-child(2n) > .accordion-body > .accordion-inner > .accordion-group {
        border-radius: var(--border_radius);
        border: var(--border_gray);
    }

    #accordionCandidatoEsperienze > .accordion-group > .accordion-body .accordion-heading {
        /*background-color: blue;*/
        padding-bottom: 8px;
        padding-top: 8px;
        text-align: center;
    }

#panel_CandidatoStudi_new form .form-group,
#panel_CandidatoAbilitazioni_new form .form-group,
#panel_Esperienza_new form .form-group {
    margin-top: 15px;
}

    #panel_CandidatoStudi_new form .form-group ~ .form-group,
    #panel_CandidatoAbilitazioni_new form .form-group ~ .form-group,
    #panel_Esperienza_new form .form-group ~ .form-group {
        margin-top: 0px;
    }

/*
    //--CANDIDATOSTUDI, CANDIDATOABILITAZIONI, CANDIDATOESPERIENZE
*/
/*
    LINGUE, CORSI, COMPETENZE, GRADIMENTI/RISERVE, ALLEGATI
*/
#panel_Lingue {
    /* overflow-x: scroll !important; */
    width: 100%;
}

    #panel_Lingue tr {
        margin-bottom: 1em;
    }

    #panel_Lingue td {
        padding: 0;
        border: 0;
    }

    #panel_Lingue label {
        width: 100%;
        margin-bottom: 1px;
    }

.formButtons {
    display: unset;
}

/*XS*/
@media (max-width: 767px) {
    .formButtons {
        display: flex;
        justify-content: space-around;
    }

    #panel_Lingue div:not(.btn) {
        padding-left: 1px;
        padding-right: 1px;
    }
}

button.glyphicon-thumbs-up,
button.glyphicon-thumbs-down {
    min-width: unset !important;
}

.deleteLingua,
.deleteCorso,
.deleteCompetenza {
    min-width: unset !important;
    width: unset;
    height: unset !important;
    padding: 0;
    background-color: transparent;
    border: none;
}

    .deleteLingua:hover,
    .deleteCorso:hover,
    .deleteCompetenza:hover {
        background-color: transparent;
    }

/*

    //--LINGUE, CORSI, COMPETENZE, GRADIMENTI/RISERVE, ALLEGATI
*/
/*
    ALLEGATI
*/
.downloadAllegato {
    min-width: unset !important;
    width: unset;
    height: unset !important;
    padding: 0;
    background-color: transparent;
}

.deleteAllegato {
    min-width: unset !important;
    width: unset;
    height: unset !important;
    padding: 0;
    background-color: transparent;
}


.glyphicon-download:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url('../assets/img/svg/download.svg') no-repeat center center;
    background-size: contain;
}

.glyphicon-trash:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url('../assets/img/svg/erase-x.svg') no-repeat center center;
    background-size: contain;
}

.fileupload-buttonbar {
    /*background-color: blueviolet;*/
}

}

.fileupload-buttonbar .btn > span {
    color: white !important;
}

#Allegati_List {
    background-color: #eeeeee;
    padding: 5px;
    border: var(--border_gray);
    margin-bottom: 10px;
}

    #Allegati_List div {
        padding: 1px;
    }

    #Allegati_List .btn-danger {
        float: right;
    }

    #Allegati_List .filename {
        float: left;
    }

#files-area {
    width: 30%;
    margin: 0 auto;
}

.file-block {
    /* border-radius: 10px; */
    /* background-color: rgba(144, 163, 203, 0.2); */
    margin: 5px;
    color: initial;
    display: inline-flex;
    width: calc(100% - 10px);
    align-items: center;
}

    .file-block > span.name {
        padding-right: 10px;
        width: max-content;
        display: inline-flex;
        font-size: 18px;
    }

.file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}

    .file-delete:hover {
        background-color: rgba(144, 163, 203, 0.2);
        border-radius: 10px;
    }

    .file-delete > span {
        transform: rotate(45deg);
    }

.draganddrop {
    background-color: antiquewhite;
}

.aggiungiallegati {
    /* height: 125px; */
    border: 5px dashed #CCC;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

/*MOBILE*/
@media (max-width: 450px) {
    .aggiungiallegati {
        /* height: 125px; */
        border: 5px dashed #CCC;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        flex-direction: column;
    }
}

.aggiungiallegati > div {
    text-align: left;
    color: var(--darkgray);
}

    .aggiungiallegati > div * {
        text-align: left;
        color: var(--darkgray);
    }

.aggiungiallegati > img {
    width: 90px;
}

.aggiungiallegati > button > img {
    height: 70%;
    margin: 5px;
}

.cancellaallegati {
    display: none;
}

#AllegatoObbligatorio {
    display: none;
}

#AllegatiDimensione {
    display: none;
}

/*
    //--ALLEGATI
*/

/*
    ULTERIORI INFORMAZIONI
*/
#panel_UlterioriInfo div dl > dd {
    margin-bottom: 15px;
    border-bottom: var(--border);
    min-height: 1em;
}

/*
    //--ULTERIORI INFORMAZIONI
*/
.panel-container-custom {
    /* height: 52px; */
    /* padding: 0; */
    margin-bottom: 5px;
    margin-top: 5px;
}

/*
    CANDIDATURA
*/
#Anagrafica .invisible {
    height: 0;
}

#Anagrafica .allegati .form-div-custom {
    padding: 10px;
}

#panel_Allegati table {
    background-color: transparent;
}

    #panel_Allegati table tr td {
        border: var(--border_gray);
        margin-top: 1rem;
        border-radius: var(--border_radius);
        align-items: center;
    }

        #panel_Allegati table tr td > div {
            word-break: break-all;
        }

#panel_Allegati input[type=text] {
    border: 1px solid var(--border_color);
}

/*
    //--CANDIDATURA
*/


/*
    OFFERTE
*/

#lightSlider .li {
    text-align: center;
}

.lslide,
.clone {
    /* display: flex; */
    /* justify-content: center; */
}

.lSPrev,
.lSNext {
    background-color: var(--green);
}

.lSAction > .lSPrev,
.lSAction > .lSNext {
    top: 185px;
}

.lSPager li a {
    background-color: white !important;
}

.lSPager li.active a {
    background-color: var(--green) !important;
    width: 16px !important;
}

.lSAction {
    /* background-color: red; */
    height: 35px;
}

    .lSAction a {
        /* top: 185px !important; */
        /* position: absolute !important; */
        opacity: 1 !important;
    }

.lSPager {
    /* background-color: red; */
    position: relative;
    top: -30px;
}

div.offerteConsigliate {
    background-color: var(--color);
    padding-top: 0 !important;
}


    div.offerteConsigliate h3 {
        color: white;
        text-align: left;
        font-size: 48px;
        font-weight: 300;
        padding: 20px 30px;
    }

    div.offerteConsigliate .offertaConsigliata {
        background-color: white;
        /*border-radius: var(--border_radius);*/
        /*width: 100%;*/
        /*margin-left: 0.75%;*/
        /*margin-right: 1.5%;*/
        /*padding-top: 1em;*/
        /*padding-bottom: 1em;*/
        cursor: pointer;
    }

        div.offerteConsigliate .offertaConsigliata a {
            text-decoration: none;
            font-weight: 500;
        }

            div.offerteConsigliate .offertaConsigliata a > div > div {
                padding-top: 2px;
                padding-bottom: 2px;
                /* white-space: nowrap; */
                /* overflow: hidden; */
                /* width: 100%; */
                /* text-overflow: ellipsis; */
                color: var(--darkgray);
            }

                div.offerteConsigliate .offertaConsigliata a > div > div > span {
                    color: var(--darkgray);
                }

                    div.offerteConsigliate .offertaConsigliata a > div > div > span:last-child {
                        font-weight: bold;
                    }

                div.offerteConsigliate .offertaConsigliata a > div > div:first-child {
                    color: var(--color);
                    font-weight: bold;
                    text-decoration: underline;
                }

                div.offerteConsigliate .offertaConsigliata a > div > div:not(div.offerteConsigliate .offertaConsigliata div:first-child):not(div.offerteConsigliate .offertaConsigliata div:last-child) {
                    /*border-bottom: 1px solid var(--border_color);*/
                }

            div.offerteConsigliate .offertaConsigliata a > div {
                padding: 20px;
                /* padding-right: 2em; */
            }

.lslide.active {
    /* width: 99vw; */
    /* left: 1px; */
    /* position: fixed; */
    /* top: 0; */
}

/*
    //--OFFERTE
*/

/*
    TRACKING CANDIDATURA
*/

.trackingCandidaturaWrapper {
    /*background-color: antiquewhite;*/
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.trackingCandidatura {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

    .trackingCandidatura div.icon_status {
        height: 200px;
        width: 15%;
        display: flex;
        flex-direction: column;
    }

        .trackingCandidatura div.icon_status div {
            height: 100px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.tracking_1 {
    background-image: url('/assets/img/tracking/tracking_1.png')
}

.tracking_2 {
    background-image: url('/assets/img/tracking/tracking_2.png')
}

.tracking_3 {
    background-image: url('/assets/img/tracking/tracking_3.png')
}

.tracking_4 {
    background-image: url('/assets/img/tracking/tracking_4.png')
}

.tracking_5 {
    background-image: url('/assets/img/tracking/tracking_5.png')
}

.tracking_6 {
    background-image: url('/assets/img/tracking/tracking_6.png')
}

.tracking_7 {
    background-image: url('/assets/img/tracking/tracking_7.png')
}

.tracking_8 {
    background-image: url('/assets/img/tracking/tracking_8.png')
}

.tracking_9 {
    background-image: url('/assets/img/tracking/tracking_9.png')
}

div[class^="tracking_"] {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {

    .trackingCandidaturaWrapper {
        display: flex;
        flex-direction: column;
    }

    .trackingCandidatura {
        /*background-color: forestgreen;*/
        flex-direction: column;
        align-items: center;
    }

        .trackingCandidatura div.icon_status {
            height: 100px;
            width: 200px;
            display: flex;
            flex-direction: row-reverse;
        }

    div[class^="tracking_"] {
        transform: rotate(90deg);
    }
}

/*
    //--TRACKING CANDIDATURA
*/




.divProfilo .glyphicon-edit::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('../assets/img/svg/edit.svg') no-repeat center center;
    background-size: contain;
}

/*.divProfilo .glyphicon-plus:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('../assets/img/svg/expand.svg') no-repeat center center;
    background-size: contain;
}
*/
.divProfilo .glyphicon-remove:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('../assets/img/svg/erase-x.svg') no-repeat center center;
    background-size: contain;
}

.divProfilo ._glyphicon-eye-open.collapsed .glyphicon-resize-full:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('../assets/img/svg/expand.svg') no-repeat center center;
    background-size: contain;
}

.divProfilo ._glyphicon-eye-open .glyphicon-resize-full:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('../assets/img/svg/reduce.svg') no-repeat center center;
    background-size: contain;
}

.divProfilo .glyphicon-ok:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url('../assets/img/svg/check_ok.svg') no-repeat center center;
    background-size: contain;
}

.divProfilo .buttons {
    position: relative;
    right: 5px;
    top: 5px;
}

.divProfilo .form-control {
    height: 44px;
}

.divProfilo .wrapper1 {
    display: flex;
    flex-direction: column;
}

.divProfilo .wrapper2 {
    display: flex;
    background-color: var(--bg_color);
    justify-content: flex-end;
    height: 44px;
}

.divProfilo .validation-summary-errors {
    display: none;
}

.divProfilo .formButtons {
    display: flex;
}

    .divProfilo .formButtons > .btn {
        margin-right: 20px;
    }

@media (max-width: 425px) {
    .divProfilo .formButtons {
        display: flex;
        flex-direction: column;
        margin: 0 !important;
    }

        .divProfilo .formButtons > .btn {
            margin-right: 0px;
            margin-bottom: 20px;
        }
}

.divProfilo .btn {
    text-transform: uppercase;
}
















.googleAddress_div {
    display: none;
}

.pac-container {
    z-index: 9999 !important;
}

#domicilioResidenza {
    display: none;
}


.sehaiunaccount h3 {
    margin-right: 20px;
}

/*DESKTOP*/
@media (min-width: 1025px) {
    .sehaiunaccount {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

/*TABLET*/
@media (min-width: 451px) and (max-width: 1024px) {
    .sehaiunaccount {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

/*MOBILE*/
@media (max-width: 450px) {
    .sehaiunaccount {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .form-group label {
        /* min-height: 55px !important; */
    }
}
