.ar-contentDashboard {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
.ar-contentDashboard .notification_box {
    display: none;
    font-size: 18px;
}
.ar-contentDashboard .notification_box.success {
    background-color: #28a745;
    color: white;
}
.ar-contentDashboard .notification_box.warning {
    background-color: #ffc107;
}
.ar-contentDashboard .notification_box.error {
    background-color: #dc3545;
    color: white;
}
.ar-sidebar {
    /* width: 20%; */
    flex: 0 1 20%;
    padding: 40px 20px;
}
.ar-sidebar .submenu {
    padding-left: 20px;
}
.ar-sidebar .submenu .ico {
    margin-right: 7px;
}
.ar-sidebar .submenu .name {
    font-size: 14px;
}
.content-dashboard .main-content.ar-mainContent {
    /* width: 80%; */
    flex: 0 1 80%;
    padding: 0px;
}

.ar-mainContent-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1440px;
    min-height: 60vh;
}
.ar-mainContent-inner-gestDipPart {
    width: 100%;
}
.ar-mainContent .cntnt__product {
    flex: 0 1 63%;
}
.ar-mainContent .sidebar__product {
    flex: 0 1 37%;
    padding: 0 10%;
    background: transparent;
}
.approfondimentoSidebar {
    border-top: 1px solid;
    padding-top: 20px;
}
.approfondimentoSidebar-cnt {
    padding-top: 20px;
    font-size: 18px;
}
.approfondimentoSidebar-cnt p {
    font-size: 18px;
}
#arel_blockhead {
    padding: 40px 40px 0;
}
#arel_blockhead.colored {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    background: rgba(255, 102, 51, 0.6);
}
.ar_breadcrumbs,
.ar_breadcrumbs a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 20px;
    font-family: Source Sans Pro;
    font-weight: 500;
}
.ar_breadcrumbs a {
    text-decoration: none;
}

.ar_header-tipologia {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.4;
}
.ar_header-titolo {
    max-width: 700px;
}
.ar_header-titolo h1 {
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.39px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Source Serif Pro', serif;
}
.ar_filtroAzienda,
.ar_filtroProdotti {
    position: relative;
    padding: 30px 0 0;
    min-height: 77px;
}
.ar_filtroAzienda-inner,
.ar_filtroProdotti-inner {
    display: inline-block;
}
.ar_filtroAzienda-inner a,
.ar_filtroProdotti-inner a {
    padding: 0 23px 22px;
    text-decoration: none;
    color: #3a3b3f;
    font-size: 18px;
    display: inline-block;
    position: relative;
    line-height: 1.11;
}
.ar_filtroAzienda-inner a:hover,
.ar_filtroProdotti-inner a:hover {
    text-decoration: none;
}
.ar_filtroAzienda-inner a.active,
.ar_filtroProdotti-inner a.active {
    pointer-events: none;
}
.ar_filtroAzienda-filter:after,
.ar_filtroProdotti-filter:after {
    content: '';
    position: absolute;
    background: #FF6633;
    height: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: ease-in 0.1s all;
    -webkit-transition: ease-in 0.1s all;
    -moz-transition: ease-in 0.1s all;
}
.ar_filtroAzienda-filter:hover:after,
.ar_filtroAzienda-filter.active:after,
.ar_filtroProdotti-filter:hover:after,
.ar_filtroProdotti-filter.active:after {
    height: 10px;
}
/* Style the buttons that are used to open and close the accordion panel */
.guideAcqMultiplo_box .accordion {
    background-color: #d93a05;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    text-align: left;
    outline: none;
    border-radius: 4px;
    margin-bottom: 36px;
    font-size: 16px;
    transition: 0.4s;
}
.guideAcqMultiplo_box .active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.guideAcqMultiplo_box .accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.guideAcqMultiplo_box .active:after {
    content: "\2212";
}

.guideAcqMultiplo_box .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    position: relative;
    top: -35px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.guideAcqMultiplo_box .panel > div {
    padding: 12px;
}
.guideAcqMultiplo_box .panel p,
.guideAcqMultiplo_box .panel p * {
    font-size: 16px;
    line-height: 26px;
}

.toggleStatoAcquisto {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding-top: 30px;
}
.toggleStatoAcquisto a {
    padding: 0 23px 22px;
    text-decoration: none;
    color: #3a3b3f;
    font-size: 18px;
    display: inline-block;
    position: relative;
    line-height: 1.11;
}
.toggleStatoAcquisto a svg {
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    color: #3a3b3f;
    stroke: #3a3b3f;
}
.toggleStatoAcquisto.old a,
.toggleStatoAcquisto.old a svg {
    color: rgba(0,0,0,0.7);
    stroke: rgba(0,0,0,0.7);
}
.ar_header-sottotitolo {
    color: rgba(0, 0, 0, 0.5);
}
.ar-mainContent-container {
    padding: 0px 40px 40px;
}
.modForm_section_single {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.modForm_section_single-inner-extract {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.modForm_section_single-img {
    position: relative;
    height: 200px;
    /*
    flex: 0 1 48%; */
    margin-right: 20px;
    flex: 0 1 330px;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-size: cover; */
    background-position: center;
    background-color: rgba(0, 0, 0, 0.05);
}
.modForm_section_single-cnt {
    /* flex: 0 1 48%; */
    flex: 1 1 48%;
    position: relative;
}
.modForm_section_single-cnt.expanded {
    flex: 0 1 100%;
}
.modForm_section_single-cnt-upper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.modForm_section_single-cnt-sopratitolo {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    text-transform: uppercase;
}
.modForm_section_single-cnt-upper .subheader__webinair span {
    letter-spacing: 0.3px;
}
.modForm_section_single-cnt-titolo {
    font-family: 'Source Serif Pro', serif;
    font-weight: 500;
    font-size: 20px;
    max-width: 295px;
    color: rgba(0, 0, 0, .8);
}
.modForm_section_single-cnt .row__info__prodotto.lang-selection {
    padding-top: 10px;
    padding-bottom: 0px;
}
.modForm_section_single-cnt-lower {
    display: flex;
    flex-wrap: wrap;
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.modForm_section.modForm_section-video .space.mt-50,
.modForm_section.modForm_section-videoAbb .space.mt-50 {
    display: none;
}
.modForm_section.modForm_section-video .modForm_section_single-cnt-lower,
.modForm_section.modForm_section-videoAbb .modForm_section_single-cnt-lower {
    display: block;
    margin-top: 20px;
}
.modForm_section_single-cnt-lower-durata {
    color: rgba(0, 0, 0, 0.5);
}
.modForm_section_single-cnt-filedown {
    padding: 10px 0 0;
}
.modForm_section_single-cnt-filedown a {
    text-decoration: none;
    font-weight: 600;
}
.modForm_section_single-cnt-filedown a img {
    position: relative;
    top: 4px;
    width: 20px;
    margin-right: 3px;
}
.modForm_section_single-cnt-linkext {
    margin-bottom: 10px;
    margin-top: 20px;
}
.modForm_section_single-cnt-linkext a {
    padding: 12px 16px;
    background-color: #ff6633;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.modForm_section_single-cnt-linkext a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    text-decoration: none;
}
.modForm_section_single-inner-expand {
    padding: 30px 0 0;
    display: none;
}
.modForm_section_single-inner-expand p,
.modForm_section_single-inner-expand * {
    font-size: 18px;
    line-height: 24px;
}

/* ELEMENTI */

.ar_elementi .scaduto {
    display: none;
}
.ar_elementi .elem_old,
.ar_elementi .ar_elementi_single.elem_old {
    background: #e5e5e5;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
}
.ar_elementi_single {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.ar_elementi_single-inner {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.ar_elementi_single-image {
    position: relative;
    height: 150px;
    /*
    flex: 0 1 48%; */
    margin-right: 20px;
    flex: 0 1 250px;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-size: cover; */
    background-position: center;
    background-color: rgba(0, 0, 0, 0.05);
}
.ar_elementi_single-cnt {
    /* flex: 0 1 48%; */
    flex: 1 1 48%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ar_elementi_single-cnt-upper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.ar_elementi_single-cnt-typology {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.41;
    width: 100%;
}
.ar_elementi_single-cnt-upper .subheader__webinair span {
    letter-spacing: 0.3px;
}
.ar_elementi_single-cnt-titolo {
    font-family: 'Source Serif Pro', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 2px;
}
.ar_elementi_single-cnt-abs {
    font-size: 16px;
    line-height: 1.22;
    color: rgba(0,0,0,0.5);
    margin-top: 6px;
}
.ar_elementi_single-cnt-lower {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    /* position: absolute;
    bottom: 0;
    width: 100%; */
}
.ar_elementi_single-cnt-lower-durata {
    font-size: 18px;
}
.ar_elementi_single-cnt-lower a:not(.btn_ntwk-small) {
    font-size: 18px;
    line-height: 1.56;
    font-weight: 600;
}
.block-banner_dynamic .row.row-content .ar_elementi_single-cnt-lower a.btn_ntwk-small {
    padding: 7px 16px;
}
.ar_elementi_single-cnt-lower img {
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.ar_elementi_single-cnt-lower a svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}
.ar_elementi_single-cnt-lower-gestNtwk {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid;
}
.ar_elementi_single-inner.gifted_item a {
    pointer-events: none;
}
.ar_elementi {
    width: 100%;
    max-width: 700px;
}
.ordini.blocco_products_acquisti.elementi_organizzazione {
    display: none;
}
/* .ar_elementi_single-cnt-link {
    margin-bottom: 10px;
    margin-top: 20px;
}
.ar_elementi_single-cnt-link a {
    padding: 12px 16px;
    background-color: #ff6633;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.ar_elementi_single-cnt-link a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    text-decoration: none;
} */




.elem_old *,
.blocco_products .ar_elementi_single.elem_old .loop__webinar__single__end strong,
.blocco_products_acquisti .ar_elementi_single.elem_old .loop__webinar__single__end strong,
.ordini_ext .ar_elementi_single.elem_old .loop__webinar__single__end strong,
.ar_elementi_single.elem_old .loop__webinar__single__block h6 {
    color: rgba(0, 0, 0, 0.7) !important;
}
.blocco_products_acquisti .loop__webinar__single__block,
.ordini_ext .loop__webinar__single__block {
    padding-bottom: 30px;
}
.loop__webinar__single__block{
    min-height: 220px;
}

.loop__webinar__single__texto{
    min-height: 90px;
}
.ar_elementi_single .loop__webinar__single__end.comingsoon_row,
.infobox-prodotto .comingsoon_row {
    background-color: #9966cc;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 0;
    text-align: center;
    margin-bottom: -10px;
    color: white;
    width: 100%;
    text-transform: uppercase;
}
.loop__webinar__link,
.loop__webinar__link *,
.loop__webinar__link:hover,
.loop__webinar__link:hover * {
    text-decoration: none!important;
}

.elem_atelier,
.elem_visita-virtuale,
.elem_webinar,
.elem_web-conference {
    background: #fff;
}
/* .elem_video {
    background: #4c4c4c;
} */

/* .elem_video *,
.blocco_products .loop__webinar.elem_video .loop__webinar__single__end strong,
.blocco_products_acquisti .loop__webinar.elem_video .loop__webinar__single__end strong,
.ordini_ext .loop__webinar.elem_video .loop__webinar__single__end strong strong {
    color: #fff !important;
} */

/* loop__webinar__single__block p20-20 */

@media screen and (max-width: 1464px) {
    .modForm_section_single-img {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 992px) {
    .content-dashboard .main-content.ar-mainContent {
        flex: 0 1 100%;
    }
    .ar_breadcrumbs, .ar_breadcrumbs a {
        font-size: 14px;
    }
    .ar_header-tipologia {
        font-size: 14px;
    }
    .ar_header-titolo h1 {
        font-size: 26px;
    }
    .modForm_section-titlecontenuti.mt-30.mb-10 {
        color: rgba(0,0,0,0.5);
        /* font-size: 18px; */
    }
    .ar-mainContent .cntnt__product,
    .ar-mainContent .sidebar__product {
        flex: 0 1 100%;
        padding: 0;
    }
    .modForm_section_single-cnt {
        flex: 0 1 100%;
    }
    .modForm_section_single-img {
        margin-right: 0;
    }
    .modForm_section_single-cnt-sopratitolo {
        font-size: 16px;
        flex: 0 1 100%;
    }
    .modForm_section_single-cnt-titolo {
        max-width: 80%;
        margin-top: 5px;
    }
    .modForm_section_single-cnt-linkext {
        margin-top: 30px;
    }
    .modForm_section_single-cnt-linkext a {
        padding: 10px 14px;
        font-size: 16px;
    }
    .modForm_section_single-cnt-filedown {
        padding: 20px 0 0;
    }
    .modForm_section_single-cnt-lower-durata,
    .modForm_section_single-cnt-filedown a,
    .modForm_section_single-cnt-lower-info a {
        font-size: 17px;
    }
    #arel_blockhead {
        padding: 20px 20px 0;
    }
    .ar-mainContent-container {
        padding: 0px 10px 40px;
    }
    .ar_filtroAzienda,
    .ar_filtroProdotti {
        min-height: 1px;
        margin: 0 -13px;
    }
    .ar_filtroAzienda-inner,
    .ar_filtroProdotti-inner {
        display: flex;
        justify-content: space-around;
    }
    .block-banner_dynamic .row.row-content .ar_filtroAzienda-inner a,
    .block-banner_dynamic .row.row-content .ar_filtroProdotti-inner a {
        width: auto;
        overflow: hidden ;
        margin-bottom: 0 ;
        padding: 0 18px 19px;
        font-size: 16px;
        display: inline-block;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .ar-contentDashboard .row.row-content.row-reverse {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .modForm_section_single {
        padding: 15px;
    }
    .approfondimentoSidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
    .modForm_section_single-inner-expand p,
    .modForm_section_single-inner-expand * {
        font-size: 16px;
        line-height: 22px;
    }
    .ar_elementi_single-cnt-lower a {
        margin-bottom: 0 !important;
    }
}
