﻿/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .flexBox {
        display: flex;
        flex-direction: column;
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    .flexBox {
        display: flex;
        flex-direction: column;
    }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    .flexBox {
        display: flex;
        flex-direction: column;
    }
}

.comunicazioni {
    padding: 10px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.boxComunicazioni {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 350px;
    max-width: 98%;
    box-sizing: border-box;
}

.legendaQuestionari {
    padding: 7px 15px;
    background-color: whitesmoke;
    color: #3366cc;
    border-radius: 10px;
    font-family: 'Times New Roman', Times, serif;
}

/*theme Section start*/
#filigrana_ImgSetting {
    padding: 0.6rem;
    background-color: transparent;
    background-image: url('../DefaultImmage/FiligranaImgSettings.jpg');
    border-bottom: solid 2px #36c;
    min-height: 0;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: cover;
}

.sectionSwitchContent {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    box-sizing: content-box;
    justify-content: space-between;
}

#filigrana_intestazione {
    padding: 0.6rem;
    background-color: transparent;
    background-image: url('../DefaultImmage/FiligranaImgSettings.jpg');
    border-bottom: solid 2px #36c;
    min-height: 0;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: cover;
}

#filigrana_themeBuilder {
    padding: 0.6rem;
    background-color: transparent;
    background-image: url('../DefaultImmage/FiligranaThemeBuilder.jpg');
    border-bottom: solid 2px #36c;
    min-height: 0;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: cover;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    #theme_BuilderDiv {
        flex-direction: column;
    }

        #theme_BuilderDiv #sub_content {
            width: 100% !important;
        }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    #theme_BuilderDiv {
        flex-direction: column;
    }

        #theme_BuilderDiv #sub_content {
            width: 100% !important;
        }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    #theme_BuilderDiv {
        flex-direction: column;
    }

        #theme_BuilderDiv #sub_content {
            width: 100% !important;
        }
}
/* typical tablet screen resolution */
@media only screen and (max-width : 834px) {
    #theme_BuilderDiv {
        flex-direction: column;
    }

        #theme_BuilderDiv #sub_content {
            width: 100% !important;
        }
}
/* landscape orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : landscape) {
    #theme_BuilderDiv {
        flex-direction: column;
    }

        #theme_BuilderDiv #sub_content {
            width: 100% !important;
        }
}
/* portrait orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : portrait) {
    #theme_BuilderDiv {
        flex-direction: column;
    }

        #theme_BuilderDiv #sub_content {
            width: 100% !important;
        }
}

/*theme Section end*/

/*error page codice sconto*/
.errorGenCode {
    background-image: url('../DefaultImmage/ErroreGenerazioneCodici.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100%;
}

.container-errorGenCode {
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    border: none;
    font-size: 16px;
    font-weight: 600;
    left: 143px;
    padding: 12px 16px;
    position: absolute;
    top: 190px;
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.successGenCode {
    background-image: url('../DefaultImmage/SuccessCodeGen.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100%;
}

.container-successGenCode {
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    border: none;
    font-size: 16px;
    font-weight: 600;
    left: 143px;
    padding: 12px 16px;
    position: absolute;
    top: 190px;
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


/*tabella riepilogo*/
.container-table {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

h2 {
    font-size: 26px;
    margin: 20px 0;
    text-align: center;
}

.responsive-table li {
    border-radius: 5px;
    padding: 25px 30px;
    display: flex;
    margin-bottom: 25px;
}

.responsive-table .table-header {
    background-color: #36c;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: whitesmoke;
}

.responsive-table .table-albergo {
    background-color: #3366cc;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: bold;
}

.responsive-table .table-row {
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.responsive-table .col-1 {
    flex-basis: 10%;
}

.responsive-table .col-2 {
    flex-basis: 15%;
}

.responsive-table .col-3 {
    flex-basis: 20%;
}

.responsive-table .col-4 {
    flex-basis: 25%;
}

.responsive-table .col-5 {
    flex-basis: 40%;
}

@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
    }

    .responsive-table .col {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }

        .responsive-table .col:before {
            color: #6c7a89;
            padding-right: 10px;
            content: attr(data-label);
            flex-basis: 100%;
            text-align: right;
        }

    #backtoCourse {
        margin-top: 10px;
    }
}


/*BOOKING BOX*/
/*Container Booking*/
.container-booking {
    display: flex;
    justify-content: center;
}
/* buttons */
.btn_booking {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn_booking, a.btn_booking {
    border-radius: 2px;
    letter-spacing: 0.8px;
    font-size: 14px;
    line-height: 1;
    padding: 16px 28px;
    text-transform: uppercase;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    border: 2px solid transparent;
}

.btn-transparent-lblue, a.btn-transparent-lblue {
    border: 1px solid #005bb7;
    color: #005bb7;
    background: transparent;
}

    .btn-transparent-lblue:hover, a.btn-transparent-lblue:hover {
        border: 1px solid #005bb7;
        color: #fff;
        background: #005bb7;
    }

.btn-transparent, a.btn-transparent {
    border: 1px solid #004387;
    color: #004387;
    background: transparent;
}

    .btn-transparent:hover, a.btn-transparent:hover {
        border: 1px solid #004387;
        color: #fff;
        background: #004387;
    }

.btn-transparent-green, a.btn-transparent-green {
    border: 1px solid #49ac01;
    color: #49ac01;
    background: transparent;
}

    .btn-transparent-green:hover, a.btn-transparent-green:hover {
        border: 1px solid #49ac01;
        color: #fff;
        background: #49ac01;
    }
/* cards */
.color-block-wrapper {
    margin-top: 40px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(124, 124, 124, 0.15);
    -moz-box-shadow: 0px 15px 30px 0px rgba(124, 124, 124, 0.15);
    box-shadow: 0px 15px 30px 0px rgba(124, 124, 124, 0.15);
}

.color-block {
    color: #fff;
    border-radius: 2px 2px 0 0;
    padding: 30px 40px 40px;
    height: 160px;
    margin-top: 75px;
    position: relative;
}

    .color-block:before {
        content: '';
        border-radius: 2px 2px 0 0;
        width: calc(100% - 12px);
        height: 6px;
        position: absolute;
        top: -6px;
        left: 6px;
        opacity: 0.4;
        z-index: 20;
    }

    .color-block:after {
        content: '';
        border-radius: 2px 2px 0 0;
        width: calc(100% - 24px);
        height: 12px;
        position: absolute;
        top: -12px;
        left: 12px;
        opacity: 0.3;
        z-index: 10;
    }

.color-block-head {
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 20px;
}

.color-block-bottom {
    background: #fff;
    padding: 30px 40px;
}

.color-block-text {
    width: 200px;
    letter-spacing: 0.5px;
    font-size: 20px;
}
/* cards colors */
.color-block-lblue {
    background: #005bb7;
    z-index: 30;
}

    .color-block-lblue:before {
        background: #0064ca;
    }

    .color-block-lblue:after {
        background: #007fff;
    }

.color-block-dblue {
    background: #004387;
}

    .color-block-dblue:before {
        background: #0c457e;
    }

    .color-block-dblue:after {
        background: #135ba5;
    }

.color-block-green {
    background: #49ac01;
}

    .color-block-green:before {
        background: #49ac01;
    }

    .color-block-green:after {
        background: #82c600;
        opacity: 0.4;
    }
/* cards icons */
.color-block-icon-list .color-block-text:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    background-position: 10px -10px;
    right: 40px;
    top: calc(50% - 20px);
    opacity: 0.4;
}

.color-block-icon-person .color-block-text:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    background-position: -60px -10px;
    right: 40px;
    top: calc(50% - 20px);
    opacity: 0.4;
}

.color-block-icon-lock .color-block-text:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    background-position: -140px -10px;
    right: 40px;
    top: calc(50% - 20px);
    opacity: 0.4;
}


/*intestazione impostazioni*/
#filigrana_BookingSetting {
    padding: 0.6rem;
    background-color: transparent;
    background-image: url('../DefaultImmage/FiligranaThemeBuilder.jpg');
    border-bottom: solid 2px #36c;
    min-height: 0;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: cover;
    display: flex;
}

#filigranaBase {
    background-image: url("../DefaultImmage/BookingBase.png");
    height: 50px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

#filigranapPro {
    background-image: url("../DefaultImmage/BookingPro.png");
    height: 50px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    #filigrana_BookingSetting h3 {
        padding-top: 0 !important;
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    #filigrana_BookingSetting h3 {
        padding-top: 0 !important;
    }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    #filigrana_BookingSetting h3 {
        padding-top: 0 !important;
    }
}

/* typical tablet screen resolution */
@media only screen and (max-width : 834px) {
    #filigrana_BookingSetting h3 {
        padding-top: 0 !important;
    }
}
/* landscape orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : landscape) {
    #filigrana_BookingSetting h3 {
        padding-top: 0 !important;
    }
}
/* portrait orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : portrait) {
    #filigrana_BookingSetting h3 {
        padding-top: 0 !important;
    }
}

.disabled_box {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*booking box start*/
.booking-container {
    display: flex;
    height: 200px;
    width: 100%;
    background-color: aliceblue;
    border-radius: 10px;
    height: 100%;
}

#ribbon {
    background: #fa6f57;
    height: 100%;
    width: auto;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    color: #FFF;
    line-height: 30px;
    padding: 3px 20px;
}

    #ribbon:after {
        content: "";
        height: 100%;
        width: 0;
        top: 0px;
        right: -30px;
        position: absolute;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #fa6f57;
    }

    #ribbon:before {
        content: "";
        height: 100%;
        width: 0;
        top: 0px;
        right: -30px;
        position: absolute;
        border-style: solid;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #fa6f57;
    }
/*booking box end*/

/*bottoni importazione start*/
#wrap-import {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.btn-slide, .btn-slide2 {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 200px;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    background: #fdfdfd;
    border: 2px solid #0099cc;
    margin: 10px;
    transition: .5s;
}

.btn-slide2 {
    border: 2px solid #00BFA5;
}

.btn-slide:hover {
    background-color: #0099cc;
}

.btn-slide2:hover {
    background-color: #00BFA5;
}

    .btn-slide:hover span.circle, .btn-slide2:hover span.circle2 {
        left: 100%;
        margin-left: -45px;
        background-color: #fdfdfd;
        color: #0099cc;
    }

    .btn-slide2:hover span.circle2 {
        color: #00BFA5;
    }

    .btn-slide:hover span.title, .btn-slide2:hover span.title2 {
        left: 40px;
        opacity: 0;
    }

    .btn-slide:hover span.title-hover, .btn-slide2:hover span.title-hover2 {
        opacity: 1;
        left: 40px;
    }

.btn-slide span.circle, .btn-slide2 span.circle2 {
    display: block;
    background-color: #0099cc;
    color: #fff;
    position: absolute;
    float: left;
    margin: 3px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
    text-align: center;
}

.btn-slide2 span.circle2 {
    background-color: #00BFA5;
}

.btn-slide span.title,
.btn-slide span.title-hover, .btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #30abd5;
    transition: .5s;
    line-height: 46px;
}

.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    color: #00BFA5;
    left: 80px;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    color: #fff;
}
/*Bottoni importazione end*/

/*ribbon conteggio corsi start*/
.overlay-ribbon {
    position: absolute;
    width: 8em;
    z-index: 9999;
    top: 0;
    left: 2%;
    background: #EEEEEE;
    padding: 15px 0;
    background-color: #EEEEEE;
    -webkit-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    animation: slideout 0s ease-in-out forwards;
}

.ribbon-content {
    z-index: 99999;
    position: relative;
    margin: 0 5px;
}


    .ribbon-content > p,
    .ribbon-content > p span {
        color: #24505a;
        margin: 0;
        padding: 0 2px 0 2px;
    }

    .ribbon-content p span {
        display: block;
    }

.close-x {
    position: absolute;
    top: -3px;
    right: 8px;
    z-index: 99;
    font-size: 18px;
}

    .close-x:hover {
        color: #D50000;
    }

.overlay-ribbon:before {
    content: "";
    position: absolute;
    bottom: -4em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5em solid #EEEEEE;
    border-right: 8em solid transparent;
    z-index: 997;
}

.overlay-ribbon:after {
    content: "";
    position: absolute;
    bottom: -4em;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5em solid #EEEEEE;
    border-left: 8em solid transparent;
    z-index: 998;
}

.slideout {
    animation: slideout 1s ease-in-out forwards;
}

.slideIn {
    animation: slidein 1s ease-in-out forwards;
}


@-webkit-keyframes slidein {
    from {
        transform: translate(0, -500px);
    }

    to {
        transform: translate(0, 100px);
    }
}

@-o-keyframes slidein {
    from {
        transform: translate(0, -500px);
    }

    to {
        transform: translate(0, 100px);
    }
}

@-moz-keyframes slidein {
    from {
        transform: translate(0, -500px);
    }

    to {
        transform: translate(0, 100px);
    }
}

@keyframes slidein {
    from {
        transform: translate(0, -500px);
    }

    to {
        transform: translate(0, 100px);
    }
}

@-webkit-keyframes slideout {
    from {
        transform: translate(0, 100px);
    }

    to {
        transform: translate(0, -500px);
    }
}

@-o-keyframes slideout {
    from {
        transform: translate(0, 100px);
    }

    to {
        transform: translate(0, -500px);
    }
}

@-moz-keyframes slideout {
    from {
        transform: translate(0, 100px);
    }

    to {
        transform: translate(0, -500px);
    }
}

@keyframes slideout {
    from {
        transform: translate(0, 100px);
    }

    to {
        transform: translate(0, -500px);
    }
}
/*ribbon conteggio corsi end*/

/*btn see rebbon start*/
.btn-see {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}

.btn-one {
    color: #333;
    transition: all 0.3s;
    position: relative;
    padding: 10px;
}

    .btn-one a {
        transition: all 0.3s;
    }

    .btn-one::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.3s;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #36C;
        border-bottom-color: #36C;
        transform: scale(0.1, 1);
    }

    .btn-one:hover a {
        letter-spacing: 2px;
    }

    .btn-one:hover::before {
        opacity: 1;
        transform: scale(1, 1);
    }

    .btn-one::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all 0.3s;
        background-color: rgba(30,151,250,0.1);
    }

    .btn-one:hover::after {
        opacity: 0;
        transform: scale(0.1, 1);
    }

/*btn see rebbon end*/

/*btn send newsletter start*/
.button-send {
    --primary: #275efe;
    --primary-dark: #2055ee;
    --primary-darkest: #133fc0;
    --text: #fff;
    --text-opacity: 1;
    --success: #2b3044;
    --success-scale: 0.2;
    --success-opacity: 0;
    --border-radius: 7;
    --overflow: hidden;
    --rotate: 0;
    --plane-x: 0;
    --plane-y: 0;
    --plane-opacity: 1;
    --left-wing-background: var(--primary);
    --left-wing-first-x: 0;
    --left-wing-first-y: 0;
    --left-wing-second-x: 50;
    --left-wing-second-y: 0;
    --left-wing-third-x: 0;
    --left-wing-third-y: 100;
    --left-body-background: var(--primary);
    --left-body-first-x: 50;
    --left-body-first-y: 0;
    --left-body-second-x: 50;
    --left-body-second-y: 100;
    --left-body-third-x: 0;
    --left-body-third-y: 100;
    --right-wing-background: var(--primary);
    --right-wing-first-x: 50;
    --right-wing-first-y: 0;
    --right-wing-second-x: 100;
    --right-wing-second-y: 0;
    --right-wing-third-x: 100;
    --right-wing-third-y: 100;
    --right-body-background: var(--primary);
    --right-body-first-x: 50;
    --right-body-first-y: 0;
    --right-body-second-x: 50;
    --right-body-second-y: 100;
    --right-body-third-x: 100;
    --right-body-third-y: 100;
    display: block;
    cursor: pointer;
    position: relative;
    border: 0;
    padding: 10px 2px;
    min-width: 100px;
    text-align: center;
    margin: 0;
    line-height: 24px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    background: none;
    outline: none;
    color: var(--text);
    transform: rotate(calc(var(--rotate) * 1deg)) translateZ(0);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

    .button-send .left, .button-send .right {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: var(--plane-opacity);
        transform: translate(calc(var(--plane-x) * 1px), calc(var(--plane-y) * 1px)) translateZ(0);
    }

        .button-send .left:before, .button-send .right:before, .button-send .left:after, .button-send .right:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border-radius: calc(var(--border-radius) * 1px);
            transform: translate(var(--x, 0.4%), var(--y, 0)) translateZ(0);
            z-index: var(--z-index, 2);
            background: var(--background, var(--left-wing-background));
            clip-path: polygon(calc(var(--first-x, var(--left-wing-first-x)) * 1%) calc(var(--first-y, var(--left-wing-first-y)) * 1%), calc(var(--second-x, var(--left-wing-second-x)) * 1%) calc(var(--second-y, var(--left-wing-second-y)) * 1%), calc(var(--third-x, var(--left-wing-third-x)) * 1%) calc(var(--third-y, var(--left-wing-third-y)) * 1%));
        }

        .button-send .left:after {
            --x: 0;
            --z-index: 1;
            --background: var(--left-body-background);
            --first-x: var(--left-body-first-x);
            --first-y: var(--left-body-first-y);
            --second-x: var(--left-body-second-x);
            --second-y: var(--left-body-second-y);
            --third-x: var(--left-body-third-x);
            --third-y: var(--left-body-third-y);
        }

        .button-send .right:before {
            --x: -0.4%;
            --z-index: 2;
            --background: var(--right-wing-background);
            --first-x: var(--right-wing-first-x);
            --first-y: var(--right-wing-first-y);
            --second-x: var(--right-wing-second-x);
            --second-y: var(--right-wing-second-y);
            --third-x: var(--right-wing-third-x);
            --third-y: var(--right-wing-third-y);
        }

        .button-send .right:after {
            --x: 0;
            --z-index: 1;
            --background: var(--right-body-background);
            --first-x: var(--right-body-first-x);
            --first-y: var(--right-body-first-y);
            --second-x: var(--right-body-second-x);
            --second-y: var(--right-body-second-y);
            --third-x: var(--right-body-third-x);
            --third-y: var(--right-body-third-y);
        }

    .button-send span {
        display: block;
        position: relative;
        z-index: 4;
        opacity: var(--text-opacity);
    }

        .button-send span.success {
            z-index: 0;
            position: absolute;
            left: 0;
            right: 0;
            top: 8px;
            transform: rotate(calc(var(--rotate) * -1deg)) scale(var(--success-scale)) translateZ(0);
            opacity: var(--success-opacity);
            color: var(--success);
        }

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: inherit;
}

    *:before, *:after {
        box-sizing: inherit;
    }
/*btn send newsletter end*/


/*btn file esempio start*/
.container-file_es {
    /* width: 200px;
    height: 100%;*/
    /*margin: 0 auto 0;*/
    margin: 0 auto 0 20px;
}

    .container-file_es .pulse-button {
        position: relative;
        width: 150px;
        height: 35px;
        border: none;
        box-shadow: 0 0 0 0 rgba(51, 102, 204, 0.7);
        border-radius: 5px;
        background-color: #36c;
        color: white;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        /*-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
    }

        .container-file_es .pulse-button:hover {
            -webkit-animation: none;
            -moz-animation: none;
            -ms-animation: none;
            animation: none;
        }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
/*btn file esempio end*/


/*error page*/
.errorResult {
    background-image: url('../DefaultImmage/errorPageResult.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100%;
}

.container-errorResult {
    backface-visibility: hidden;
    display: flex;
    align-items: start;
    border: none;
    font-size: 16px;
    font-weight: 600;
    left: 5%;
    padding: 12px 16px;
    position: absolute;
    top: 190px;
    transform: translate(-50%, -35%);
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex-direction: column;
}

/*Button Wizard booking*/
.btn_direction_next, .btn_direction_prev {
    background-color: #004387;
    color: whitesmoke;
    border-radius: 20px;
    border: 2px #FB8C00 solid;
    transition: transform .2s; /* Animation */
}

.btn_direction_del {
    background-color: #D50000;
    color: whitesmoke;
    border-radius: 20px;
    border: 2px #FB8C00 solid;
    transition: transform .2s; /* Animation */
}

.btn_direction_next:hover {
    background-color: #FB8C00;
    color: whitesmoke;
    border-radius: 20px;
    border: 2px #004387 solid;
    transform: scale(1.1);
    transform: translateX(5px);
}

.btn_direction_prev:hover {
    background-color: #FB8C00;
    color: whitesmoke;
    border-radius: 20px;
    border: 2px #004387 solid;
    transform: scale(1.1);
    transform: translateX(-5px);
}

.btn_direction_del:hover {
    background-color: #FB8C00;
    color: whitesmoke;
    border-radius: 20px;
    border: 2px #004387 solid;
    transform: scale(1.1);
    transform: translateY(-5px);
}

.check-list {
    margin: 0;
    padding-left: 1.2rem;
}

    .check-list li {
        position: relative;
        list-style-type: none;
        padding-left: 2.5rem;
        margin-bottom: 0.5rem;
    }

        .check-list li:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: -2px;
            width: 5px;
            height: 11px;
            border-width: 0 2px 2px 0;
            border-style: solid;
            border-color: #00a8a8;
            transform-origin: bottom left;
            transform: rotate(45deg);
        }

/*Notifiche style*/

@media only screen and (min-width: 960px) {
    /* styles for browsers larger than 960px; */
}

@media only screen and (min-width: 1440px) {
    /* styles for browsers larger than 1440px; */
}

@media only screen and (min-width: 2000px) {
    /* for sumo sized (mac) screens */
}

@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
}

@media only screen and (device-width: 768px) {
    /* default iPad screens */
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* For landscape layouts only */
}
/*******Nuevos mensajes de error******/
.new-message-box {
    margin: 15px 0;
    padding-left: 20px;
    margin-bottom: 25px !important;
}

    .new-message-box p {
        font-size: 1.15em;
        font-weight: 600;
    }

.info-tab {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 8px;
}

.info-tab {
    float: left;
    margin-left: -23px;
}

    .info-tab i::before {
        width: 24px;
        height: 24px;
        box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
    }

    .info-tab i::after {
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        border-left-color: #fff;
        bottom: -18px;
    }

    .info-tab i::before, .info-tab i::after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -17px;
        transform: rotateX(60deg);
    }

.note-box, .tip-box-info {
    padding: 12px 8px 3px 26px;
}

/*******info*******/
.new-message-box-info {
    background: #eeeeee;
    padding: 3px;
    margin: 10px 0;
}

.tip-box-info {
    color: #01579B;
    background: #B3E5FC;
}

.tip-icon-info {
    background: #03A9F4;
}

    .tip-icon-info::before {
        font-size: 32px;
        content: "i";
        top: 0;
        left: 11px;
        font-family: FontAwesome;
        position: absolute;
        color: white;
        font-weight: bold;
    }

    .tip-icon-info i::before {
        background: #03A9F4;
    }


.notice {
    position: relative;
    margin: 1em;
    background: #F9F9F9;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
    width: 30%;
}

    .notice:before {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: -17px;
        background-color: #DDD;
        color: #FFF;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
        font-family: Georgia;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    }

    .notice .info {
        border-color: #0074D9;
    }

        .notice.info:before {
            content: "i";
            background-color: #0074D9;
        }

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .notice {
        width: 80%;
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    .notice {
        width: 80%;
    }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    .notice {
        width: 80%;
    }
}

.new_price_custom {
    background-color: whitesmoke;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(51,102,204,0.19), 0 6px 6px rgba(51,102,204,0.23);
}


/*container btn missing fields*/
.btns-missing-field {
    display: flex;
    justify-content: space-between;
}


@media only screen and (max-width: 992px) {
    .btns-missing-field {
        flex-direction: column;
    }

    .btn-missField {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .btns-missing-field {
        flex-direction: column;
    }

    .btn-missField {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 280px) {
    .btns-missing-field {
        flex-direction: column;
    }

    .btn-missField {
        margin-bottom: 10px;
    }
}


/*sendmodulistic result page*/
.sendModulistic_Result {
    background-image: url('../DefaultImmage/SentModulistic.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .flex-params-container {
        flex-direction: column;
    }

    .flex-params-items {
        width: 100% !important;
    }
}

/*Sezione iscrizione Newsletter*/
#email_newsletter, #telefono_newsletter,
#nome_newsletter, #cognome_newsletter,
#enrlo_newsletter {
    font-size: 1rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#consenso_datiPersonali, #consenso_materialeInfo,
#consenso_marketing {
    color: white;
    font-weight: bold;
}

.box_input {
    display: flex;
    justify-content: space-around;
}

#consenso_datiPersonali .dx-checkbox-icon,
#consenso_materialeInfo .dx-checkbox-icon,
#consenso_marketing .dx-checkbox-icon {
    border-radius: 100%;
}

@media only screen and (max-width : 667px) {
    .box_input {
        flex-direction: column;
    }

        .box_input .second_item {
            margin-top: 20px;
        }
}
/*Sezione iscrizione Newsletter fine*/

.allegati_edizione {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*#region Loader */
.googleLoader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion Loader*/
/*#region Card 4 Azienda */
.cardAzienda {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    border-top: 6px solid;
    border-radius: 5px;
}
/*#endregion Card 4 Azienda */

/*#region dropDown navigation menu */

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -10px;
    }

.fas.fa-angle-down.nav-link.icon-dropdown,
.fas.fa-plus.dropdown-item.dropdown-link.icon-dropdown {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0;
    padding-left: 0;
}



.dropdown_li_custom {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 992px) {
    .fas.fa-angle-down.nav-link.icon-dropdown {
        padding-left: 0.3rem;
    }

    .dropdown-submenu .dropdown-menu {
        margin-top: -1px;
    }

    .dropdown-submenu {
        padding: 0 5px;
    }
}


/*#endregion */



/*#region Filtri home */

.container_formFilter {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid white;
    background-color: whitesmoke;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#filterEnte .dx-menu-item-wrapper {
    background-color: #999;
    padding: 5px;
    border: 2px solid white;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    font-size: inherit;
}

    #filterEnte .dx-menu-item-wrapper i,
    #filterEnte .dx-menu-item-wrapper span {
        color: whitesmoke;
    }

.selectBoxMaxLength {
    max-width: 250px;
}

.btnTrova {
    max-width: 400px;
}

.selectSanita, .selectEntiLocali, .selectImprese, .btnTrova {
    display: none;
}

/*#endregion */


/*#region Relazione annuale css */

.list_content {
    --color: rgba(30, 30, 30);
    --bgColor: rgba(245, 245, 245);
    display: grid;
    align-content: center;
    gap: 2rem;
    padding: 2rem;
    font-family: "Jura", sans-serif;
    color: var(--color);
}

h1 {
    text-align: center;
}

.list_content {
    /*width: min(60rem, 90%);*/
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    justify-content: center;
    gap: 2rem;
    list-style: none;
}

    .list_content li {
        max-width: 12rem;
        justify-self: center;
        display: grid;
        grid-template:
            "icon"
            "line"
            "dot"
            "title"
            "descr" 1fr;
        justify-items: center;
        align-items: flex-start;
        text-align: center;
        transition: all 0.3s ease-out;
    }

        .list_content li:hover {
            transform: translateY(-10px);
            cursor: pointer;
        }

        .list_content li .icon {
            grid-area: icon;
            width: 6rem;
            aspect-ratio: 1;
            display: grid;
            place-items: center;
            color: white;
            font-size: 2.5rem;
            border: 0.4rem solid var(--bgColor);
            border-radius: 50%;
            background: var(--accent-color);
            box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45), inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
        }

        .list_content li::before {
            content: "";
            grid-area: line;
            height: 2rem;
            border-right: 2px dotted currentColor;
        }

        .list_content li::after {
            content: "";
            grid-area: dot;
            width: 1rem;
            aspect-ratio: 1;
            border-radius: 50%;
            background: var(--accent-color);
            justify-self: center;
            margin-bottom: 0.5rem;
        }

        .list_content li .title {
            grid-area: title;
            margin-block: 0.5rem;
            font-size: 1.3rem;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
        }

/*#endregion */


/*#region Opzioni griglia partecipanti */

.options {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    position: relative;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option-container {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.option {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.option-caption {
    white-space: nowrap;
    margin: 0 8px;
}

/*#endregion */

/*#region Domande Apprendimento */

.mod_quiz_navblock {
    color: #555;
    height: 40px;
    width: 30px;
    border-radius: 3px;
    border: 1px solid black;
    /*border: 1px solid #8ec63f;*/
    font-size: 14px;
    text-align: center;
    background: whitesmoke;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1) inset;
}

    .mod_quiz_navblock:after {
        border: 1px solid #8ec63f;
    }

.thispageholder {
    border: 1px solid transparent;
    border-radius: 3px;
    z-index: 1;
    display: block;
    line-height: 20px;
    text-align: center;
    background: whitesmoke;
}

.mod_quiz_navblock:hover .thispageholder {
    background: #3366cc !important;
    color: whitesmoke;
}

.mod_quiz_navblock_title {
    padding: 0 0 10px !important;
    font-size: 1.23em;
    line-height: 2rem;
    display: block !important;
    margin-top: 0;
    margin-bottom: -10px !important;
}

#quiz_navblock_content {
    min-height: 40px;
    max-width: 254px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.cont_navigation {
    background: #F2F2F2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    max-width: 254px;
    padding: 5px 0;
    border-bottom: 1px groove black;
}

.icon_nav {
    border-radius: 3px;
    color: #FFF;
    padding: 3px;
    text-align: center;
    width: 1.5em;
    background-color: #5E6266;
}


.navblock_reply {
    background-color: #999;
}

.navblock_reply_true {
    background-color: limegreen;
}

.navblock_reply_false {
    background-color: red;
}
/*#endregion */


/*#region new slider */
.dx-state-hover {
    border: none;
}

.dx-tile {
    border: none;
    background-color: whitesmoke;
    border-radius: 5px;
}

.slider_course {
    position: relative;
    width: 100%;
    max-width: 70vw; /* Adjust based on your design */
    margin: auto;
    overflow: hidden;
    height: 380px; /* Fixed height for the slider */
}

.slides_course {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide_course {
    flex: 0 0 260px; /* Set card width */
    box-sizing: border-box;
    padding: 10px;
    height: 370px; /* Fixed height for each slide */
    transition: transform 0.5s ease-in-out;
}

.card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Material shadow */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s;
}

    .card:hover {
        box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* Darker shadow on hover */
    }

.card-image {
    width: 100%;
    height: 150px; /* Adjust height of the image as needed */
    object-fit: cover; /* Ensure the image covers the area without distortion */
}

.card-content {
    padding: 0 10px 5px 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    /*justify-content: space-between;*/
    overflow-y: auto;
}

.card-info {
    font-size: smaller;
    color: black; /* Material Design primary color */
    margin-bottom: 0;
}

.card-info-title {
    font-size: 16px;
    color: black; /* Material Design primary color */
    font-weight: bold;
    margin-bottom: 3px;
    /*    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 1s ease-in-out;
}

    .card-info-title:hover {
        max-height: none;
        overflow: visible;
        z-index: 1;
        display: flex;
    }

/* Material Design style for buttons */
.material-button {
    background-color: #f5f5f5b0; /* Transparent background */
    color: #000; /* Black color for the icon */
    border: 1px solid #000; /* Black border */
    border-radius: 50%;
    width: 36px; /* Smaller width for the button */
    height: 36px; /* Smaller height for the button */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 18px; /* Slightly smaller font size for the icon */
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    position: absolute; /* Positioning the buttons outside the slider */
    z-index: 1;
}

    .material-button:hover {
        background-color: rgba(0, 0, 0, 0.1); /* Light grey background on hover */
        color: #6200ea; /* Change icon color on hover */
    }

    .material-button:active {
        background-color: rgba(0, 0, 0, 0.2); /* Darker grey background on click */
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .material-button.disabled {
        display: none; /* Nasconde i pulsanti disabilitati */
    }

.prev {
    left: 0;
}

.next {
    right: 0;
}

/*#endregion */


/*#region rilevamento presenza module settings */
/* Banner con larghezza 100% */
.complex-banner {
    background-color: #3366cc; /* Material Blue 700 */
    color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    width: 100%; /* Banner a larghezza piena */
    position: relative;
    overflow: hidden;
}

/* Titolo centrato */
.complex-banner-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
}

/* Container per l'animazione della presenza */
.complex-presence-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

/* Icona Persona */
.complex-person-icon {
    width: 60px;
    height: 60px;
    background-color: #FF5722; /* Material Deep Orange 500 */
    border-radius: 50%;
    position: relative;
    z-index: 2;
    animation: complex-appear 1.2s ease-in-out forwards;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.complex-connection-line-reverse {
    width: 0;
    height: 4px;
    background-color: #00c853; /* Material Green A400 */
    position: absolute;
    top: 50%;
    left: calc(0 + 50%); /* Posiziona la linea a destra dell'icona */
    transform: translateY(-50%);
    z-index: 1;
    animation: complex-extend-line-reverse 2s ease-in-out forwards 1.5s;
    border-radius: 50px;
}


/* Checkmark (all'interno del cerchio) */
.complex-checkmark {
    font-size: 36px;
    color: #00c853;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    animation: complex-show-checkmark 1s ease-in-out forwards 3.5s;
}

/* Animazioni */

/* Icona della persona che appare */
@keyframes complex-appear {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes complex-extend-line-reverse {
    0% {
        width: 0;
    }

    100% {
        width: calc(100% - 60px); /* La linea si estende fino a metà del banner meno l'icona */
    }
}

/*Linea di connessione che si riduce e scompare */
@keyframes complex-retract-line {
    0% {
        width: calc(50% - 60px);
    }

    100% {
        width: 0;
    }
}


@keyframes complex-show-checkmark {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/*#endregion */
