@charset "utf-8";

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--dark-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--dark-color-soft);
}

pre{
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@font-face {
    font-family: 'facebook_letter_facesregular';
    src: url('fonts/facebolf-webfont.eot');
    src: url('fonts/facebolf-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/facebolf-webfont.woff2') format('woff2'), url('fonts/facebolf-webfont.woff') format('woff'), url('fonts/facebolf-webfont.ttf') format('truetype'), url('fonts/facebolf-webfont.svg#facebook_letter_facesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}

body {
    font-size: 14px;
    background: #F4F5F7;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

strong {
    font-weight: bold;
}

h3 {
    color: #767676;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
}

#check_zindex {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -10px;
    top: -10px;
    z-index: 1
}

.btn-responsive-menu {
    display: none;
    padding: 5px;
    cursor: pointer;
    color: #000;
    width: 40px;
    border-radius: 4px;

    box-sizing: border-box;
    position: fixed;
    z-index: 1000;
    top: 11px;
    left: 13px
}

.icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background: #fff;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

@media(max-width:767px) {
    #check_zindex {
        z-index: 767
    }

    .btn-responsive-menu {
        display: block;
        transition: all 0.5s ease-in-out;
    }

    .apri_menu_mobile .btn-responsive-menu {
        transform: translateX(267px);
    }

    .chiudi_menu_mobile .btn-responsive-menu {
        transform: translateX(0);
    }
}

.figli_moduli {
    padding-left: 66px;
    width: 98%;
    margin-right: 0 !important;
}

.ins_figli_moduli {
    width: 100%;
    margin-right: 0 !important;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.ins_figli_moduli select {
    width: 45%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.ins_figli_moduli .btn {
    display: inline-block;
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.cartella_selezionata {
    display: block;
    width: 75%;
    border: 1px solid #ddd;
    float: left;
    line-height: 30px;
    text-indent: 10px;
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
}

#btn-cancellaCartella {
    float: right;
}

.drop_here {
    width: 100%;
    font-size: 40px;
    color: #cccccc
}

.col1_revisioni {
    width: 49%;
    float: left;
}

.col2_revisioni {
    width: 49%;
    float: right;
}


/* PAGINE HOME SITE */
.azioni_multiple {
}

.dynatable-record-count {
    margin-left: 150px
}

.azioni_multiple i {
    cursor: pointer;
    top: 4px;
    color: var(--dark-color);
    margin-left: 10px;
}

/* FINE PAGINE HOME SITO */

#table_dynatable_list {
    width: 100%;
    display: inline-block;
}

#table_dynatable_list>li {
    width: calc(33.33% - 10px);
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}

#table_dynatable_list>li:nth-child(3n) {
    margin-right: 0;
}

.lista_miniature_gallery>li {
    width: calc(33.33% - 10px);
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.lista_miniature_gallery_full>li {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.lista_miniature_gallery>li:nth-child(3n) {
    margin-right: 0;
}

.lista_miniature_gallery>li.img {
    border-radius: 5px;
    padding-bottom: 33.33%
}

.lista_miniature_gallery.lista_miniature_gallery_icone {
    border: 1px solid #ddd;
    padding: 16px 16px 0 16px;
    border-radius: 5px;
    margin-bottom: 16px
}

.lista_miniature_gallery.lista_miniature_gallery_icone>li.img {
    height: 40px;
    background-size: cover;
    border-radius: 4px;
}

.lista_miniature_gallery_full>li.img {
    height: 100px;
    border-radius: 5px;
}

#table_dynatable_list>li.contenitore .bottoni {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pulsanti_esporta {
    display: inline-block;
    background: #FFF;
    padding: 0 15px;
    line-height: 30px
}

.albero_cartelle_container {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 15px;
    overflow: auto;
    height: 250px;
    background: #FFFFFF;
}

.label_filemanager {
    background-color: var(--blast-color);
    line-height: 30px;
    text-indent: 10px;
    color: #FFF;
    width: 100%;
    display: block;
}

.box_filemanager {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: auto;
    background: #FFFFFF;
}

.ico_file {
    width: auto !important;
    height: 128px;
    margin: 0 auto
}

.files {
    line-height: 40px;
    font-weight: bold;
}

.ui-progressbar-value {
    background: #CCC !important
}

#target {
    width: 100%;
}

.crop_div {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 15px;
}

#box_gestione_immagini {
    background: #FFFFFF;
    padding: 5px;
}

.sweet-alert p strong {
    font-weight: bold;
}

.ui-sortable .ui-state-highlight {
    height: 50px;
    margin-bottom: 10px;
}

.immagini_selezionate_gmr .ui-state-highlight {
    height: 150px;
    margin-bottom: 10px;
    width: 190px;
}

.ul_lista_immagini .ui-state-highlight {
    height: 198px;
    margin-bottom: 10px;
}

.drop-active,
.drop-hover {
    padding: 30px 0;
    border: 1px solid #fcefa1;
    background-color: #fcfaf2;
}

#albero_immagini_selezionate {
    margin-top: 10px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: auto;
}

a.azioni_top {
    text-transform: capitalize;
    display: block;
    background-color: var(--blast-color);
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

a.azioni_top:hover {
    background-color: #f52cab;
    text-decoration: none;
}

.box_bacheca {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.box_bacheca:hover {
    background: #F5F5F5
}

.box_bacheca h2 {
    color: #767676;
    margin-bottom: 10px;
}

.box_bacheca p {
    margin-bottom: 10px;
}

/* all */
::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #999;
}

/* ie */
input:-moz-placeholder {
    color: #999;
}

/* PAGINA INIZIALE DI LOGIN */
.form-login {
    width: 100%;
    max-width: 400px;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 auto;
    border-radius: 5px;
}

.form-login-container {
    padding-top: 130px;
}

.form-login-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.form-login-logo #logo {
    background-image: url(../images/logo.png);
    width: 267px;
    margin: 0 auto;
    height: 60px;
    background-position: center center;
}

.form-login-logo-center {
    max-width: 399px;
    margin: 0 auto;
    height: 59px;
    width: 100%;
    padding: 0 20px;
}

.form-login-logo-center img {
    max-width: 350px;
    width: 100%;
}

.form-login-crediti {
    margin-top: 30px;
    text-align: center;
}

/* CAMBIO PASSWORD */
.form-pass-change {
    padding-top: 45px;
}

.form-pass-title {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 18px;
}

a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none
}

#strutture_select {
    padding-bottom: 15px;
}

#pulsanti_gallery {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100
}

#seleziona_lingua_navigazione {
    float: left;
}

#seleziona_tab_navigazione {
    float: right;
}

#seleziona_tab_navigazione span {
    height: 38px;
    float: left;
    line-height: 38px;
    display: block;
    margin-right: 15px;
}

#seleziona_tab_navigazione select {
    height: 38px;
    float: left;
    line-height: 38px;
    box-sizing: border-box;
    width: auto !important;
    margin-right: 15px;
}

#seleziona_tab_navigazione a {
    height: 38px;
    float: left;
    line-height: 38px;
    display: block;
    box-sizing: border-box;
    width: auto !important;
}

a:hover {
    text-decoration: underline
}

.clearfix:before,
.clearfix:after,
.tabella li:before,
.tabella li:after,
.dynatable-per-page:before,
.dynatable-per-page:after,
#elenco_tab_lingua_navigazione:before,
#elenco_tab_lingua_navigazione:after,
.ui-state-default:before,
.ui-state-default:after,
.lista_immagini_selezionate ul li:before,
.lista_immagini_selezionate ul li:after,
#lista_menu li .div_voce_menu:before,
#lista_menu li .div_voce_menu:after,
.lista_gmr_selezionate > ul > li:before,
.lista_gmr_selezionate > ul > li:after {
    content: " ";
    display: table;
}

.clearfix:after,
.tabella li:after,
.dynatable-search:after,
.dynatable-per-page:after,
#elenco_tab_lingua_navigazione:after,
.ui-state-default:after,
.lista_immagini_selezionate ul li:after,
#lista_menu li .div_voce_menu:after,
.lista_gmr_selezionate ul li:after {
    clear: both;
}

.container_gallery {
    position: relative;
}

#contenuti_qr {
    position: relative;
    background-color: #F3F3F3;
    text-align: center;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 5px;
}

#contenuti_qr h1 {
    color: rgba(174, 174, 174, 0.6);
    font-weight: normal;
}

/****STILE QR*****/
#div_composizione {
    list-style-type: none;
    box-sizing: border-box;
    padding: 25px;
    background: #FFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

#div_composizione>li {
    margin-bottom: 20px;
}

#div_composizione>li:last-child {
    margin-bottom: 0;
}

.qr {
    position: relative;
    z-index: 100
}

.qr li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}

.qr li:last-child {
    box-sizing: border-box;
    padding-top: 31px;
}

.btn_qr {
    line-height: 30px;
    height: 37px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.top-moduli {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 1px 15px;
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: #FFF;
}

.top-moduli h4 {
    float: left;
    font-weight: normal;
    line-height: 23px;
    margin-right: 15px;
}

.top-moduli .fa-arrows-alt {
    float: left;
    line-height: 23px;
    color: #767676;
    cursor: pointer;
    margin-right: 15px;
}

.top-moduli .fa-trash {
    float: left;
    line-height: 23px;
    color: #767676;
    cursor: pointer;
}

#contenuti_menu_tab {
    text-align: center;
    position: relative;
    background-color: var(--blast-color);
}

.container_contenuti {
    position: relative;
    padding-top: 10px;
}

.cke_chrome {
    margin-bottom: 10px !important;
}

#gallery {
    position: relative;
    height: 250px;
    width: 100%;
    z-index: 1
}

#tabs {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 20px;
}

h1 {
    font-family: 'facebook_letter_facesregular', sans-serif;
    font-weight: normal;
    font-size: 38px;
    color: #495057
}

.logo_container {
    width: 100%;
    height: 154px;
    background-image: url(../images/logo_interno.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    position: relative;
}

.logo_container.dev {
    background-image: url(../images/logo_interno_dev.png);
}

.logo_container.plan {
    background-image: url(../images/logo_interno_plan.png);
    background-position: center top 59px;
}

@media (max-height: 700px) {
    .logo_container {
        height: 85px;
    }
}



.logo_container_close {
    background-image: url(../images/loghi_cube_interno_chiuso.png);
}

.logo_container.dev.logo_container_close {
    background-image: url(../images/loghi_cube_interno_chiuso_dev.png);
}

.lista_operazioni li {
    display: inline-block;
    width: calc(33.33% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    min-height: 150px;
    text-align: center;
    background: #fff
}

.lista_operazioni li:hover {
    background: #f3f3f3
}

.lista_operazioni li:nth-child(3n + 0) {
    margin-right: 0
}

.lista_operazioni li h2 {
    color: #767676;
    font-family: "facebook_letter_facesregular", sans-serif;
    font-size: 24px;
    font-weight: normal !important
}

.lista_operazioni li p {
    font-weight: normal !important
}

.lista_operazioni li a {
    text-decoration: none
}


.hide {
    width: 10px;
    background-color: #FFF;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 0;
    cursor: pointer;
    z-index: 1000
}

@media (max-width:767px) {
    .hide {
        display: none;
    }
}



.hide i {
    line-height: 30px;
    color: var(--blast-color)
}

#nuovo_tab {
    margin-bottom: 0
}

.t_w5 {
    width: 5%;
    text-align: center;
}

.t_w10 {
    width: 10%;
    text-align: left;
}

.t_w15 {
    width: 15%;
    text-align: left;
}

.t_w20 {
    width: 20%;
    text-align: left;
}

.t_w25 {
    width: 25%;
    text-align: left;
}

.t_w30 {
    width: 30%;
    text-align: left;
}

.t_w35 {
    width: 35%;
    text-align: left;
}

.t_w40 {
    width: 40%;
    text-align: left;
}

.t_w45 {
    width: 45%;
    text-align: left;
}

.t_w50 {
    width: 50%;
    text-align: left;
}

.t_w55 {
    width: 55%;
    text-align: left;
}

.t_w60 {
    width: 60%;
    text-align: left;
}

.t_w65 {
    width: 65%;
    text-align: left;
}

.t_w70 {
    width: 70%;
    text-align: left;
}

.t_w75 {
    width: 75%;
    text-align: left;
}

.t_w80 {
    width: 80%;
    text-align: left;
}

.t_w85 {
    width: 85%;
    text-align: left;
}

.t_w90 {
    width: 90%;
    text-align: left;
}

.t_w95 {
    width: 95%;
    text-align: left;
}

.t_w100 {
    width: 100%;
    text-align: left;
}

.t_w25 {
    width: 25%;
    text-align: left;
}

.t_w33 {
    width: 33.3333%;
    text-align: left;
}

.w10 {
    width: 10%;
    float: left;
    display: block;
}

.w15 {
    width: 15%;
    float: left;
    display: block;
}

.w20 {
    width: 20%;
    float: left;
    display: block;
}

.w25 {
    width: 25%;
    float: left;
    display: block;
}

.w30 {
    width: 30%;
    float: left;
    display: block;
}

.w40 {
    width: 40%;
    float: left;
    display: block;
}

.w50 {
    width: 50%;
    float: left;
    display: block;
}

.w60 {
    width: 60%;
    float: left;
    display: block;
}

.w70 {
    width: 70%;
    float: left;
    display: block;
}

.w80 {
    width: 80%;
    float: left;
    display: block;
}

.w90 {
    width: 90%;
    float: left;
    display: block;
}

.w100 {
    width: 100%;
    float: left;
    display: block;
}

.w25 {
    width: 25%;
    float: left;
    display: block;
}

.w33 {
    width: 33.3333%;
    float: left;
    display: block;
}

.right_contatti img {
    width: 40px
}

.nome_struttura {
    line-height: 26px;
    text-indent: 8px;
    color: #FFF;
}

/* MENU COLONNA SINISTRA */
.content {
    height: calc(100% - 154px);
}

.content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content ul li {
    height: 40px;
    line-height: 40px;
    position: relative;
    -webkit-transition: all .25s;
    transition: all .25s
}

.content ul li a {
    color: #FFF;
    display: block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
}

.content ul li:hover {
    background: rgba(255, 255, 255, .15);
}

.content ul li a:hover {
    text-decoration: none
}

.content ul li.active {
    background: rgba(255, 255, 255, .15);
}

.content ul li ul {
    display: none;
    position: relative;
    left: 100%;
    top: -40px;
    width: 200px;
    z-index: 10;
    background-color: var(--dark-color-soft);
}

.content ul li:hover ul {
    display: block
}

.content ul li ul li {
    border-bottom: 0;
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0);
}

.content ul li ul li a {
    color: #FFF;
    display: block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-indent: 10px;
}

.content ul li ul li:hover {
    background: rgba(255, 255, 255, .25);
}

.content ul li ul li i {
    line-height: 30px;
}

.content i {
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content>ul>li>a>span {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transition-delay: 0.5s;
    /* Safari */
    transition-delay: 0.5s;
}

.content_close ul li a i {
    width: 100%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content_close ul li ul li a i {
    width: 40px;
}

.content_close>ul>li>a>span {
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.content_close ul li ul li a span {
    display: block;
}

.content_close ul li a {
    text-indent: 0
}



@media (max-height: 705px){
    .content ul.menu_sito_selezionato li:last-child, .content ul.menu_sito_selezionato li:nth-last-child(2){
        position: static;
    }

    .content ul.menu_sito_selezionato li:last-child ul, .content ul.menu_sito_selezionato li:nth-last-child(2) ul{
        position: absolute;
        bottom: 0;
        top: auto;
    }
}

.fr {
    float: right
}

.fl {
    float: left
}

/* MAIN TITLE */
.sub-action {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#alert {
    position: fixed;
    right: 74px;
    bottom: 20px;
    z-index: 1000;

}

.alert_modifica, .alert_inserisci{
    bottom: 73px!important;
}

#alert .st-error {
    background-color: #f80707;
    padding: 0 15px;
    line-height: 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #fff;
}

#alert .st-success {
    background-color: #34BB34;
    padding: 0 15px;
    line-height: 30px;
    border: 0;
    font-size: 16px;
    color: #fff;
}



/* TABLE PAGINA INTERNA */
.dynatable {
    width: 100%;
    margin: 15px 0;
    border: 6px solid #fff;
    border-radius: 5px;
    padding: 15px;
    background: #fff
}

.dynatable thead tr th:first-child {
    border-top-left-radius: 5px;
}

.dynatable thead tr th:last-child {
    border-top-right-radius: 5px;
}

.dynatable th {
    background: #fafafa;
}

.dynatable td,
.dynatable th {
    box-sizing: border-box;
    padding: 10px;
    line-height: 30px;
    position: relative;
    border-bottom: solid 1px #f3f3f3
}

.dynatable tr:last-child td {
    border-bottom: none
}

.dynatable tr {
    -webkit-transition: all .35s var(--cubic);
    transition: all .35s var(--cubic)
}

.dynatable tr:hover {
    background: #f9f9f9;
}

#dynatable_bacheca {
    width: 100%;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
}

#dynatable_bacheca td,
#dynatable_bacheca th {
    box-sizing: border-box;
    line-height: 30px;
    padding: 2px 10px;
    position: relative;
}

#div_strumenti {
    right: 60px;
    width: 200px;
    position: fixed;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
}

#div_gestione_tab {
    position: relative;
}

.dynatable .btn,
#table_dynatable_list .bottoni .btn {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
}

.contenitore {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
    /*parametrizzabile*/
    border-radius: 5px
}

.contenitoreTab {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
    /*parametrizzabile*/
}

.contenitoreStrumenti {
    width: calc(100% - 220px);
    float: left;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
    /*parametrizzabile*/
}

.strumenti {
    width: 20%;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
    /*parametrizzabile*/
}

.mr2 {
    margin-right: 2px;
}

.mr10 {
    margin-right: 10px;
}

a.btn {
    display: inline-block;
    padding: 0 5px;
    color: var(--blast-color-btn-text);
}

a.btn:hover {
    background-color: var(--blast-color-hover);
    text-decoration: none;
}

a.btn .fa {
    line-height: 24px;
}

.sub-action a.btn {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

a.btn_nuovo_tab {
    display: block;
    background-color: #A1A1A1;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: left;
    float: left;
    margin-right: 5px;
}

a.btn_nuovo_tab:hover {
    background-color: #CCCCCC;
    text-decoration: none;
    color: #737272;
}

a.btn_nuovo_tab .fa {
    line-height: 30px;
}

li.btn_tab {
    display: block;
    background-color: #E2E2E2;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #A1A1A1;
    text-align: left;
    float: left;
    margin-right: 5px;
}

li.btn_tab:hover {
    background-color: #CCCCCC;
    text-decoration: none;
    color: #737272
}

li.btn_tab .fa {
    line-height: 30px;
}


header {
    width: 267px;
    height: 100%;
    background-color: var(--dark-color);
    position: fixed;
    z-index: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    left: 0;
}

@media (max-width:767px) {
    header {
        position: fixed;
        transform: translateX(-267px);
        float: none;
        transition: all 0.5s ease-in-out;
    }

    .apri_menu_mobile header {
        transform: translateX(0);
    }

    .chiudi_menu_mobile header {
        transform: translateX(-267px);
    }
}

section {
    width: calc(100% - 267px);
    margin-left: 267px;
    float: left;
    box-sizing: border-box;
    padding: 82px 60px 50px 60px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width:767px) {
    section {
        width: 100%;
        margin-left: 0;
        padding: 82px 20px 50px 20px;
    }

    .apri_menu_mobile section {
        transform: translateX(267px);
    }

    .chiudi_menu_mobile section {
        transform: translateX(0);
    }
}


/* BACHECA CMS */
/* Lista comandi menu principale */
.lista_comandi {
    float: none
}

.lista_comandi ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: dense;
    grid-gap: 10px;
}

@media (max-width:1334px) {
    .lista_comandi ul {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media (max-width:1184px) {
    .lista_comandi ul {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}



.lista_comandi ul li {
    width: 100%;
    border: 1px solid #eee;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    border-radius: 3px;
}

.lista_comandi ul li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: 100%;
}

.lista_comandi ul li a {
    padding: 20px;
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lista_comandi ul li:hover {
    background: var(--blast-color);
}

.lista_comandi ul li:hover i,
.lista_comandi ul li:hover span {
    color: #fff;
}

.lista_comandi ul li i {
    color: #1f3547;
    display: block;
    font-size: 80px;
    margin: 0 auto 15px;
}

.lista_comandi ul li span {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lista_comandi ul li a:hover {
    text-decoration: none;
}

/* Selezione sito */
.sel-site {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: dense;
    grid-gap: 10px;
    grid-row: inherit;
}

.sel-site li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 3px;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sel-site li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: 100%;
}

.sel-site li:hover {
    border-color: #d10070;
}

.sel-site li .wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sel-site li h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sel-site li .online .on {
    color: #6da544
}

.sel-site li .online .off {
    color: #d80027
}

.sel-site li .online,
.sel-site li .cont-f {
    margin-bottom: 20px;
}

.sel-site li .cont-f .flags {
    width: 24px;
    margin-bottom: 3.5px
}

.sel-site li .cont-f .flags+.flags {
    margin-left: 5px;
}

/* FINE BACHECA CMS */


.bar_bottom {
    height: 300px;
    width: calc(100% - 267px);
    background: rgba(91, 91, 91, 0.8);
    position: fixed;
    bottom: 0;
    left: 267px;
    z-index: 400;
    box-sizing: border-box;
    padding: 30px 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width:767px) {
    .bar_bottom {
        width: 100%;
        left: 0;
    }

    .apri_menu_mobile .bar_bottom {
        transform: translateX(267px);
    }

    .chiudi_menu_mobile .bar_bottom {
        transform: translateX(0);
    }
}



#bar_bottom label {
    color: #FFF !important;
}

a#salva_bar_bottom,
a#chiudi_bar_bottom {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(91, 91, 91, 0.8);
    color: #FFFFFF !important;
    display: block;
    line-height: 18px;
    border: 1px solid #ddd;
    border-bottom: 0;
    margin-right: 10px;
    float: left;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: -36px;
}

.mr5 {
    margin-right: 5px;
}

a#salva_bar_bottom {
    right: 65px;
    background: rgba(91, 91, 91, 0.6);
}

.onda {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width:767px) {
    .onda {
        display: none;
    }
}


.generic_form,
.vuoto {
    width: 100%;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 15px;
}

.st-error {
    background-color: #FFEAEA;
    padding: 0 15px;
    line-height: 30px;
    border: 1px solid #ddd;
}

.st-success {
    background-color: #E8FFE8;
    padding: 0 15px;
    line-height: 30px;
    border: 1px solid #ddd;
}


/* STILE ELEMENTI INPUT TYPE */
form label, .label_form {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13.5px;
    color: #32373c;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=range],
#nuova_cartella {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    line-height: 35px;
    height: 35px;
    text-indent: 10px;
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #5d6873;
    border-radius: 3px;
}

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

textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    height: 100px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    color: #5d6873;
}

select::-ms-expand {
    display: none;
}

select,
.dynatable-per-page-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    height: 35px;
    font-size: 13px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border-radius: 3px;
    color: #5d6873;
    position: relative;
    background-image: url(../images/down.svg);
    background-position: calc(100% - 10px) center;
    background-size: 9px;
    background-repeat: no-repeat;
    padding: 4px 28px 4px 4px;
}

select[id*="seleziona_offerte"] {
    background-image: none;
    padding-right: 0
}

span.error {
    text-transform: none;
    margin-left: 10px;
    color: #F00
}

#nuova_cartella {
    width: 65%;
    margin-right: 5px;
}

#gestione_immagini {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(91, 91, 91, 0.8);
    z-index: 1001;
    box-sizing: border-box;
    padding: 5% 5%;
}

#crop_immagini {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(91, 91, 91, 0.8);
    z-index: 1002;
    box-sizing: border-box;
    padding: 5% 5%;
}

.dynatable-per-page {
    float: left;
}

#dynatable-search- {
    position: relative;
}

#dynatable-search-::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro", serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: var(--fa-color-dark);
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 10px;
    pointer-events: none;
    opacity: .5;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

#dynatable-search-:focus-within::before {
    opacity: 0
}

#dynatable-query-search-,
#dynatable-query-search-table_dynatable_list {
    display: block;
    width: 160px;
    margin-left: 15px;
    float: right;
    margin-bottom: 10px;
    background: #fbfbfb;
    border: 1px solid #ddd;
    line-height: 35px;
    text-indent: 10px;
    border-radius: 3px;
}

.dynatable-per-page-select {
    width: 160px;
    margin-left: 15px;
    float: right;
}

.dynatable-search,
.dynatable-per-page {
    line-height: 35px;
}

.copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    z-index: 100
}

.copyright a {
    color: #fff;
    font-size: 11px;
}

input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all .35s var(--cubic);
    transition: all .35s var(--cubic);
    border-radius: 2px;
}

input[type=checkbox]:focus {
    outline: none
}

input[type=checkbox]:checked {
    border-color: var(--blast-color);
}

input[type=checkbox]:checked:before {
    font-family: "Font Awesome 5 Pro", serif;
    content: "\f00c";
    color: var(--blast-color);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 12px;
    top: 1px;
}

.header {
    box-sizing: border-box;
    padding: 10px;
    line-height: 30px;
    background-color: #f3f3f3;
    position: relative;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
}

.action_button {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    border: 6px solid #fff;
    border-radius: 5px;
}

.action_button_floating {
    width: calc(100% - 267px);
    position: fixed;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    background: #f8f8f8;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    border: 6px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    padding: 15px 74px 15px 15px;
    z-index: 10;
}

.action_button_floating .btn{
    font-size: 16px;
    margin-left: 10px;
}

.action-button-login {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #f4f5f7;
    display: inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btn {
    cursor: pointer;
    display: block;
    background-color: var(--blast-color);
    padding: 0 15px;
    line-height: 30px;
    border: 0;
    text-transform: capitalize;
    border-radius: 2px;
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    appearance: none;
    height: 30px;
    color: #fff;
}

.btn:hover {
    background-color: var(--blast-color-hover);
}

.plus {
    font-size: 19px;
    background: var(--blast-color);
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic)
}

.plus:hover {
    background: var(--blast-color-hover)
}

.gmr-image {
    font-size: 26px;
    background: var(--blast-color);
    color: #fff;
    padding: 7px;
    position: absolute;
    bottom: 1px;
    right: 0;
    cursor: pointer
}

.header_close {
    width: 91px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bar_bottom_close {
    width: calc(100% - 91px);
    left: 91px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.section_close {
    width: calc(100% - 91px);
    margin-left: 91px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.seleziona_lingua {
    float: left;
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin: 3px;
    text-align: center;
    border-radius: 3px
}

.seleziona_lingua img {
    width: 20px
}

.immagini_top_elenco {
    float: left;
    box-sizing: border-box;
    width: 31%;
    padding: 5px;
    border: 1px solid #CCCCCC;
    margin: 3px;
    background: #FFF;
    height: 100px;
}

.immagini_top_elenco .img {
    margin-bottom: 10px;
    height: 60px;
}


/* CONTAINER CONFIGURAZIONE PAGINA */
.container_configurazioni {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    position: relative;
    border-radius: 5px;
}

.container_configurazioni .url {
    position: relative;
}

.container_configurazioni .url input {
    text-indent: 45px
}

.container_configurazioni .url span {
    position: absolute;
    background: var(--dark-color-soft);
    color: #fff;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 31px;
    font-size: 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.configurazione_inner {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    position: relative;
}

.container_configurazioni .hide-info, .module_function {
    float: right;
    cursor: pointer;
    background: #C2185B;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic);
}

.container_configurazioni .hide-info:hover {
    background: #3e5c75
}

/* TASTO MOSTRA DI PIù */
.container_configurazioni div[onclick*="more_revision"] {
    background: var(--blast-color) !important;
    padding: 5px 10px !important;
    border-radius: 2px;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic);
    cursor: pointer;
}

.container_configurazioni div[onclick*="more_revision"]:hover {
    background: var(--blast-color-hover) !important
}

.container_moduli {
    box-sizing: border-box;
    padding: 20px 20px 35px;
    border: 1px solid #ddd;
    background-color: #FFF;
    position: relative;
    margin-bottom: 15px;
    border-radius: 4px
}

.container_moduli .new-img {
    font-size: 19px;
    background: var(--blast-color);
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic);
    width: 35px;
    height: 35px;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.container_moduli .new-img:hover {
    background: var(--blast-color-hover);
}

.contenitoreTab ul {
    list-style-type: none;
}

.contenitoreTab ul li {
    width: 100%
}

.contenitoreTab ul li div {
    float: left;
    box-sizing: border-box;
    padding: 0;
}

.contenitoreTab ul li .col1 {
    width: 50%;
    margin-right: 1%;
}

.contenitoreTab ul li .col2 {
    width: 20%;
    margin-right: 1%;
}

.contenitoreTab ul li .col3 {
    width: 10%;
}

ul#menu {
    line-height: 50px;
}

ul#menu li {
    display: inline;
    font-size: 14px;
}

ul#menu li a,
ul#menu li a:active {
    padding: 10px;
    margin: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
}

ul#menu li a:hover {
    background: #f3f3f3;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.6);
}

ul#menu li.active a {
    background: #f3f3f3;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.6);
}

#div_strumenti_inside_gallery {
    height: 260px;
}

#div_strumenti_inside_qr {
    height: 70px;
}

#div_strumenti_inside_tab {
    height: 70px;
}

.col_2 {
    width: 49.5%;
}

.col_4 {
    width: 24.25%;
    margin-right: 1%;
}

.col_3 {
    width: 32.66%;
    margin-right: 1%;
}

.col_3_1 {
    width: 58%;
    margin-right: 1%;
}

.col_3_2 {
    width: 20%;
    margin-right: 1%;
}

.col_3_3 {
    width: 20%;
}

.mr0 {
    margin-right: 0;
}

.col_left {
    float: left;
}

.col_right {
    float: right;
}

.img {
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    position: relative
}

#lista_files {
    list-style-type: none;
}

#lista_files li {
    float: left;
    box-sizing: border-box;
    width: 24%;
    padding: 5px;
    border: 1px solid #CCCCCC;
    margin-right: 1%;
    margin-bottom: 15px;
    background: #FFF;
}

#lista_files li .img {
    height: 128px;
}

#seleziona_struttura {
    border: 0;
    height: 25px;
    line-height: 25px;
    width: 100%;
    text-indent: 5px;
}

#seleziona_struttura:focus {
    border: 0;
}

.immagini_file_allegati img {
    margin-bottom: 10px;
    width: 100%;
    max-height: 100px;
}

.moduli_lingue {
    list-style-type: none;
    margin: 10px 0;
}

.moduli_lingue li {
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
    cursor: pointer;
}

.moduli_lingue li.active {
    opacity: 1;
}

.moduli_lingue img {
    padding: 0 5px;
}

/* PAGE GALLERY LIST */
.lista_immagini_selezionate ul {
    list-style-type: none;
}

.lista_immagini_selezionate ul li {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
}

.lista_immagini_selezionate ul li .blocco_immagine {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.lista_immagini_selezionate ul li .blocco_immagine i.fa-search-plus,
.lista_immagini_selezionate ul li .blocco_immagine i.fa-paperclip {
    color: #424242;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    padding: 5px 0;
    background: #fff;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .25s var(--cubic);
    transition: all .25s var(--cubic);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}

.lista_immagini_selezionate ul li .blocco_immagine:hover i {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
}

.lista_immagini_selezionate ul li .blocco_immagine i.fa-paperclip {
    left: auto;
    right: 5px;
}

.lista_immagini_selezionate ul li .bsauto i.fa-search-plus {
    color: var(--dark-color);
}

.lista_immagini_selezionate ul li .bsauto i.fa-paperclip {
    color: var(--dark-color);
}


.lista_immagini_selezionate ul li .bsauto {
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.lista_immagini_selezionate ul li .fas {
    background: #fff;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    margin: 0 auto 5px;
    cursor: pointer;
    border-radius: 3px
}

.lista_immagini_selezionate .ul_lista_immagini_ridotta li.ui-state-highlight {
    height: 267px!important;
}

.lista_immagini_selezionate .ul_lista_immagini_ridotta li .pulsanti_immagine {
    width: auto;
    margin-right: 0
}

.lista_immagini_selezionate .ul_lista_immagini_ridotta li .fas {
    float: left;
    margin-right: 5px
}

.lista_immagini_selezionate ul li .info_immagine {
    float: left;
    width: calc(100% - 280px);
}

.lista_immagini_selezionate ul li .pulsanti_immagine {
    float: left;
    width: 40px;
    margin-right: 20px;
}


.lista_immagini_selezionate ul.ul_lista_immagini_singola li {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-right: 1%;
    margin-bottom: 10px;
}

.lista_immagini_selezionate ul.ul_lista_immagini_ridotta li {
    width: 240px;
    margin-right: 15px;
}

.lista_immagini_selezionate ul.ul_lista_immagini_ridotta li .info_immagine {
    display: none!important;
}

.lista_immagini_selezionate ul.ul_lista_immagini_ridotta li .blocco_immagine {
    margin-right: 0;
}


.lista_gmr_selezionate>ul {
    list-style-type: none;
}

.lista_gmr_selezionate>ul>li {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px
}

.lista_gmr_selezionate>ul>li .blocco_immagine {
    /*width: 55%;
    padding-bottom: 55%;
    border-radius: 5px*/
}

.lista_gmr_selezionate>ul>li .blocco_immagine i.fa-search-plus,
.lista_gmr_selezionate>ul>li .blocco_immagine i.fa-paperclip {
    color: #424242;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    padding: 5px 0;
    background: #fff;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .25s var(--cubic);
    transition: all .25s var(--cubic);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    text-align: center;
    cursor: pointer;
}

.lista_gmr_selezionate>ul>li .blocco_immagine i.fa-paperclip {
    left: auto;
    right: 5px
}

.lista_gmr_selezionate>ul>li .bsauto i.fa-search-plus {
    color: #000;
}

.lista_gmr_selezionate>ul>li .bsauto i.fa-paperclip {
    color: #000;
}


.lista_gmr_selezionate>ul>li .blocco_immagine:hover i {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.lista_gmr_selezionate>ul>li .bsauto {
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.lista_gmr_selezionate>ul>li .fa-arrows-alt-v {
    background: #fff;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    margin: 0 auto 5px;
    cursor: pointer;
    border-radius: 2px
}

.lista_gmr_selezionate>ul>li .fa-trash {
    background: #fff;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    border-radius: 2px;
    margin: 0 auto 5px;
}

.lista_gmr_selezionate>ul>li> .info_immagine {
    float: left;
    width: calc(100% - 70px);
}

.lista_gmr_selezionate>ul>li .pulsanti_immagine {
    float: left;
    width: 40px;
    margin-right: 20px;
}

.ul_lista_link .pulsanti_immagine {
    float: left;
    width: auto !important;
    margin-right: 0!important;
}
.ul_lista_link .pulsanti_immagine .fa-arrows-alt-v {
    margin-right: 5px!important;
    width: 35px !important;
    padding: 9px 0 !important;
}

.ul_lista_link .pulsanti_immagine .fa-trash {
    margin-right: 0 !important;
    width: 35px !important;
    padding: 9px 0 !important;
}

.ul_lista_link li {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;

    display: grid;
    grid-template-columns: 75px 110px 1fr 1fr 70px;
    gap: 0 10px;
}


.ul_lista_link_revisione li{
    grid-template-columns: 110px 1fr 1fr 70px;
}



.ul_lista_link li .pulsanti_immagine {
    float: none;
    margin-right: 10px;
}

.ul_lista_link li input, .ul_lista_link li select {
    width: 100%;
    margin-bottom: 0;
}







.immagini_selezionate_gmr {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #fcfcfc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
}

.immagini_selezionate_gmr li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    border-radius: 3px;
    width: calc(50% - 10px);
    justify-content: center;
}

.immagini_selezionate_gmr li .pulsanti_immagine .fa-arrows-alt {
    background: #fff;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    width: 40px;

    margin: 0 auto 5px;
    cursor: pointer;
    border-radius: 2px;
}

.immagini_selezionate_gmr li .pulsanti_immagine .fa-trash {
    background: #fff;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    margin: 0 auto;
    border-radius: 2px
}

.icone_gestione_link {
    background: #fff;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    width: 35px;
    cursor: pointer;
    margin: 0 5px 0 auto;
    border-radius: 2px;
}

.col_2 {
    width: 49.5%;
}

.col_4 {
    width: 24.25%;
    margin-right: 1%;
}

.col_3 {
    width: 32.66%;
    margin-right: 1%;
}

.col_3_1 {
    width: 62%;
    margin-right: 1%;
}

.col_3_2 {
    width: 16%;
    margin-right: 1%;
}

.col_3_3 {
    width: 20%;
}

.col_left {
    float: left;
}

.col_right {
    float: right;
}

.mr0 {
    margin-right: 0;
}

.lista_templates {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lista_templates li {
    cursor: pointer;
    margin: 0 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: calc(25% - 20px);
    position: relative;
    border: solid 1px #eee;
    border-radius: 5px
}

.lista_templates li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: 100%;
    margin-left: -1px
}

.lista_templates li .img {
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 5px
}

.lista_templates li.active {
    border: 4px solid var(--blast-color)
}

.nome_template {
    background: var(--dark-color);
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic);
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.lista_templates li:hover .nome_template {
    line-height: 80px;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic)
}

.lista_templates li a {
    background: #fff;
    display: block;
    color: var(--blast-color);
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    width: 100%;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic)
}

.lista_templates li a:hover {
    text-decoration: none;
}

.lista_templates li:hover a {
    bottom: 80px
}

.colonna_sx {
    width: 79%;
    float: left;
}

.colonna_dx {
    width: 20%;
    float: right;
}

.colonna_dx h3 {
    color: #767676;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.sel_lingua_inside_table{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sel_lingua_inside_table img {
    margin-right: 5px;
    opacity: 0.4;
    cursor: pointer;
    width: 20px;
    vertical-align: middle
}

.sel_lingua_inside_table img.active {
    opacity: 1;
}

.sel_lingua img {
    margin-right: 5px;
    opacity: 0.4;
    cursor: pointer;
    width: 20px;
    vertical-align: middle
}

.sel_lingua img.active {
    opacity: 1;
}


.colonna_sx_inner {
    width: 300px;
    float: left;
}

.colonna_dx_inner {
    width: calc(100% - 310px);
    float: right;
}

#lista_moduli,
#lista_categorie,
#lista_moduli_componenti{
    list-style-type: none
}

#lista_moduli li,
#lista_categorie li,
#lista_moduli_componenti li{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    line-height: 48px;
    background: #fafafa;
    border-radius: 3px
}

#lista_moduli li i.fa-arrows-alt-v,
#lista_categorie li i.fa-arrows-alt-v,
#lista_moduli_componenti li i.fa-arrows-alt-v
{
    float: left;
    display: block;
    margin: 6px 15px 0;
    cursor: pointer;
    text-align: center;
    width: 35px;
    padding: 10px 0;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    border-radius: 3px;
    background: #fff
}

#lista_categorie li i.fa-arrows-alt-v {
    margin: 10px 0 0 15px
}

#lista_moduli li i.fa-trash,
#lista_categorie li i.fa-trash,
#lista_moduli_componenti li i.fa-trash {
    float: right;
    display: block;
    margin: 6px 15px 0 15px;
    cursor: pointer;
    text-align: center;
    width: 35px;
    padding: 10px 0;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    border-radius: 3px;
    background: #fff
}

#lista_categorie li i.fa-trash {
    float: left;
    margin: 10px 0 0 15px
}

#lista_moduli li div,
#lista_moduli_componenti li div
{
    float: left;
    margin-right: 10px;
}

#lista_moduli li div.div_dicitura,
#lista_moduli_componenti li div.div_dicitura{
    padding-top: 6px;
    width: 40%
}

#lista_moduli li input,
#lista_moduli_componenti li input{
    margin: 0;
}

#lista_moduli li span.ui-icon-closethick,
#lista_moduli_componenti li span.ui-icon-closethick{
    float: right;
    cursor: pointer;
}


#lista_form {
    list-style-type: none
}

#lista_form li {
    border: 1px solid #ddd;
    background: #fafafa;
    margin-bottom: 5px;
    line-height: 48px;
    border-radius: 3px
}

#lista_form li i.fa-arrows-v,
#lista_form li i.fa-edit,
#lista_form li i.fa-trash {
    float: left;
    display: block;
    margin: 17px 0 17px 15px;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px 0;
    width: 35px;
    text-align: center;
    color: var(--fa-color-dark);
    background: #fff;
    border-radius: 3px
}

#lista_form li i.fa-edit {
    margin: 17px 15px 17px 5px;
}

#lista_form li i.fa-trash {
    float: right;
    margin: 17px 15px 17px 15px
}

#lista_form li div {
    float: left;
    margin-right: 10px
}

#lista_form li div.div_dicitura {
    padding: 6px 0;
    width: 40%
}

#lista_form li div.div_dicitura label,
#lista_form li div.div_dicitura span {
    line-height: 34px;
    display: inline-block;
    margin-bottom: 0;
    width: auto
}

#lista_form li input,
#lista_form li textarea,
#lista_form li select {
    margin: 0
}

#lista_form li span.ui-icon-closethick {
    float: right;
    cursor: pointer
}

#lista_categorie {
    list-style-type: none
}

#lista_categorie li div {
    float: left
}

#lista_categorie li div.div_dicitura {
    padding: 10px 0 15px 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#lista_categorie li div.div_dicitura div {
    width: 25%;
    padding-right: 10px
}

#lista_categorie li input {
    margin: 0
}

#lista_categorie li span.ui-icon-closethick {
    float: right;
    cursor: pointer
}

.fa-trash {
    cursor: pointer
}

.lista_tab_sito, .lista_tab_componenti {
    list-style-type: none
}

.lista_tab_sito li, .lista_tab_componenti li {
    display: inline-block;
    margin-right: 10px
}

.lista_tab_sito li a, .lista_tab_componenti li a {
    text-decoration: none;
    padding: 4px 10px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-radius: 2px
}

.lista_tab_sito li a.active, .lista_tab_componenti li a.active {
    background: var(--blast-color);
    color: var(--blast-color-btn-text);
    border: 1px solid var(--blast-color);
}


.colonna_sx_siti {
    width: 40px;
    float: left;
}

.colonna_dx_siti {
    width: 90%;
    float: right;
}

#container_struttura_ajax li .fa-arrows-alt-v {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #888;
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    margin: 0 auto 5px;
    cursor: pointer;
}

#container_struttura_ajax li .fa-trash {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #888;
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    margin: 0 auto 5px;
    cursor: pointer;
}

#container_struttura_ajax li .fa-info {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #888;
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
    margin: 0 auto;
    cursor: pointer;
}

#accordion {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
}

#accordion h3 {
    font-size: 14px;
    outline: none;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic)
}

#lista_menu {
    list-style-type: none
}

#lista_menu li .div_voce_menu {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    min-height: 50px;
    line-height: 48px;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 10px 0
}

#lista_menu li .div_voce_menu i {
    color: var(--fa-color-dark)
}

#lista_menu li .div_voce_menu .fa-arrows-alt {
    cursor: pointer;
}

#lista_menu li .div_voce_menu i.fa-arrows-alt {
    float: left;
    display: block;
    margin: 6px 15px 0 0;
    cursor: pointer;
    text-align: center;
    width: 35px;
    padding: 10px 0;
    border: 1px solid #ddd
}

#lista_menu li .div_voce_menu i.fa-external-link {
    float: left;
    display: block;
    margin: 6px 5px 0 15px;
    cursor: pointer;
    text-align: center;
    width: 35px;
    padding: 10px 0;
    border: 1px solid #ddd
}

#lista_menu li .div_voce_menu i.fa-trash,
#lista_menu li .div_voce_menu i.fa-eye,
#lista_menu li .div_voce_menu i.fa-eye-slash,
#lista_menu li .div_voce_menu i.fa-flag {
    cursor: pointer;
    text-align: center;
    width: 35px;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-radius: 2px
}

#lista_menu li .div_voce_menu i.fa-flag{
    position: relative;
}

#lista_menu li .div_voce_menu i.fa-flag.opacity20::after{
    position: absolute;
    content: '';
    width: 2px;
    background: #293b4a;
    height: 16px;
    transform: rotate(-33deg);
    border-left: 1px solid #f9f9f9;
    left: 16px;
    top: 10px;
}

#lista_menu li .div_voce_menu div.div_dicitura {
    width: calc(100% - 204px)
}

#lista_menu li .div_voce_menu div.div_dicitura select {
    margin-bottom: 0
}

#lista_menu li .div_voce_menu input {
    float: left;
    width: 40%;
    margin: 0 1% 0 0;
}

#lista_menu li .div_voce_menu span.ui-icon-closethick {
    float: right;
    cursor: pointer;
}

#lista_menu li .target_link {
    float: left;
    width: 15%;
}


#lista_menu.lista_voci_menu li .div_voce_menu{
    padding-left: 41px;
}

#lista_menu.lista_voci_menu li{
    position: relative;
}

#lista_menu.lista_voci_menu li .div_voce_menu .fa-file, #lista_menu.lista_voci_menu li .div_voce_menu .fa-link, #lista_menu.lista_voci_menu li .div_voce_menu .fa-external-link-square-alt{
    position: absolute;
    left: 0;
    width: 40px;
    text-align: center;
    height: 64px;
    line-height: 64px;
    border: 1px solid #ddd;
    background: #fff;
}

#lista_menu.lista_voci_menu li .div_voce_menu .fa-arrows-alt{
    margin: 6px 6px 0 0;
}



.release_note_bacheca>li ul li {
    list-style-type: circle;
    list-style-position: inside;
}

.release_note_bacheca>li {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
    margin-bottom: 15px;
    border-radius: 5px
}

.release_note_bacheca li .note_release_note_bacheca {
    float: right;
    width: 78%;
}

@media (max-width:767px) {
    .release_note_bacheca li .note_release_note_bacheca {
        float: left;
        width: 100%;
    }
}

.release_note_bacheca li:nth-child(even) .note_release_note_bacheca {
    float: left;
}

@media (max-width:767px) {
    .release_note_bacheca li:nth-child(even) .note_release_note_bacheca {
        float: left;
    }
}

.release_note_bacheca li .data_release_note_bacheca {
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #828282;
    float: left;
    font-family: "facebook_letter_facesregular", serif;
    font-size: 23px;
    font-weight: normal;
    padding: 75px 25px;
    text-align: center;
    width: 20%;
    border-radius: 2px
}

@media (max-width:767px) {
    .release_note_bacheca li .data_release_note_bacheca {
        width: 100%;
        float: right;
    }
}



.release_note_bacheca li:nth-child(even) .data_release_note_bacheca {
    float: right;
}

@media (max-width:767px) {
    .release_note_bacheca li:nth-child(even) .data_release_note_bacheca {
        float: right;
    }
}


.ico-review {
    color: var(--blast-color)
}


#lista_menu li ol {
    padding-left: 25px
}

#lista_menu .ui-sortable-placeholder {
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636;
    visibility: visible !important;
}

form label.inserisci_nuovo_menu {
    float: left;
    width: auto;
    margin: 0 15px 0 0;
    line-height: 35px;
    color: var(--blast-color);
    cursor: pointer;
}

.label_modifica_menu {
    float: left;
    width: auto;
    margin: 0 15px 0 0;
    line-height: 35px;
}

.select_modifica_menu {
    float: left;
    margin: 0 15px 0 0;
    width: auto
}


/* BARRA TOP SITO */
.barra-top {
    height: 70px;
    width: calc(100% - 267px);
    background-color: var(--blast-color);
    position: fixed;
    left: 267px;
    z-index: 400;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px;
}

.barra-top-close {
    width: calc(100% - 91px);
    left: 91px;
}

@media (max-width:767px) {
    .barra-top {
        width: 100%;
        left: 0;
    }

    .apri_menu_mobile .barra-top {
        -webkit-transform: translateX(267px);
        -ms-transform: translateX(267px);
        transform: translateX(267px);
    }

    .chiudi_menu_mobile .barra-top {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.barra-top-icone {
    display: inline-flex;
    color: #fff;
    padding: 0 10px;
    position: relative;
    background: var(--blast-bg-light);
    border-radius: 3px;
    margin-right: auto;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.barra-top-icone > li {
    display: inline-flex;
    margin: 0 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic);
    width: 35px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
}

.barra-top-icone > li:hover {
    background: var(--blast-bg-light-hover);
}

.barra-top-icone > li > a {
    color: var(--blast-color-icone);
    line-height: 1;
}

.barra-top-icone > li > a > svg {
    fill: var(--blast-color-icone);
    height: 18px;
}


.barra-top-icone > li > a > i {
    font-size: 18px;
}

.barra-top-icone .fast-search {
    width: 0;
    opacity: 0;
    -webkit-transition: all .5s var(--cubic);
    transition: all .5s var(--cubic);
    position: relative;
    visibility: hidden;
    pointer-events: none;
    margin: 0
}

.barra-top-icone .fast-search.open {
    width: 250px;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    margin: 0 6px
}

.barra-top-icone .fast-search.open:hover {
    background: transparent;
}

.fast-search input#fast_search {
    margin-bottom: 0;
    line-height: 26px;
    height: 26px;
}

.fast-search div#fast_search_button {
    margin-bottom: 0;
    position: absolute;
    right: 10px;
    top: 0;
    height: 20px;
    line-height: 35px;
    color: var(--blast-color);
    display: none;
}

.fast-search.open div#fast_search_button {
    display: block;
}

.risultato-ricerca {
    position: absolute;
    width: 50%;
    background: #fff;
    left: 100px;
    top: 47px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 2px;
    box-sizing: border-box;
    height: 0;
    display: none;
    overflow-y: auto
}

.risultato-ricerca img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.risultato-ricerca.open {
    height: auto;
    max-height: 250px;
    display: block;
}

.risultato-ricerca ul:empty {
    display: none
}

.risultato-ricerca ul li {
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #ddd;
    line-height: 36px;
    text-indent: 10px;
    padding-left: 38px;
}

.risultato-ricerca ul li+li {
    margin-top: 4px;
}

.risultato-ricerca ul li a {
    text-decoration: none;
    display: block;
    line-height: 36px;
    font-size: 12px
}

.risultato-ricerca ul li a:hover {
    text-decoration: none
}

.risultato-ricerca ul li:hover {
    background-color: rgba(229, 229, 229, 0.4);
}

.barra-top-side-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.barra-top-struttura {
    height: 58px;
    position: relative;
    z-index: 100;
    width: 300px;
    box-sizing: border-box;
    padding: 0 15px;
}

.barra-top-struttura label {
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    line-height: 20px;
}

.barra-top-struttura select {
    height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #FFF;
}

.barra-top-struttura-input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    line-height: 35px;
    height: 35px;
    text-indent: 10px;
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #5d6873;
    border-radius: 3px;
}

.barra-top-struttura-input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd !important;
}


.barra-top-info {
    line-height: 70px;
    position: relative;
    color: var(--blast-color-icone);
    padding: 0 20px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.barra-top-info>a {
    color: #FFF;
}

.barra-top-info a:hover {
    text-decoration: none;
}

.tendina {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    right: -2px;
    top: 90px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    padding: 10px;
    width: 173px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .35s var(--cubic);
    transition: all .35s var(--cubic)
}

.iconSx-hover-tendina {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    top: 57px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .35s var(--cubic);
    transition: all .35s var(--cubic)
}

.iconSx-hover-tendina ul li {
    color: #000;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
}

.iconSx-hover-tendina > ul > li span:nth-child(1) {
    /*margin-right: 10px;*/
}


.iconSx-hover-tendina ul li span {
    white-space: nowrap;
}

.iconSx-hover-tendina ul li div {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.iconSx-hover-tendina > ul > li > div > span {
    display: flex;
    align-items: center;
    min-width: 50px;
    justify-content: space-between;
    margin-right: 5px;
}

.iconSx-hover-tendina > ul > li > div > span:last-child {
    margin-right: 0;
}


.iconSx-hover-tendina ul li div span img {
    width: 12px;
    margin-right: 5px;
}



.tendina ul {
    list-style-type: none
}

.tendina ul li {
    border-bottom: 1px solid #ddd;
    line-height: 30px;
}

.barra-top-info:hover .tendina {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    top: 70px
}

.iconSx-hover:hover .iconSx-hover-tendina {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    top: 37px
}





.barra-top-info i {
    margin-right: 10px;
    border-radius: 999%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    background: var(--blast-bg-light);
}

/* END BARRA TOP SITO */

.articoli li {
    border: 1px solid #ddd;
    padding: 20px;
}

.articoli li .img {
    width: 20%;
    float: left;
    height: 180px;
    margin-right: 2%;
}


.hidden_info_immagine {
    max-height: 25px;
    overflow: hidden;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hidden_info_immagine>span {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: var(--dark-color-soft);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hidden_info_immagine>span:hover {
    background: #3e5c75
}


.hidden_info_mappa {
    max-height: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hidden_info_mappa>span {
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.apri_info_mappa {
    max-height: 800px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.lista_configurazioni_mappe li {
    width: calc(33.33% - 1%);
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
}

.lista_configurazioni_mappe li:nth-child(3n) {
    margin-right: 0;
}

.lista_configurazioni_mappe li:last-child {
    width: 100%;
    margin-right: 0;
}

.lista_configurazioni_mappe li:last-child textarea {
    height: 250px;
}


.hidden_info_messaggi {
    max-height: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hidden_info_messaggi>span {
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hidden_info_snippet {
    max-height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}

.hidden_info_snippet>span {
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}



.cke_chrome {
    box-sizing: border-box !important;
}

.apri_info_immagine {
    max-height: 800px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.apri_info_immagine.info_gallery {
    max-height: 800px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.apri_info_messaggi {
    max-height: 800px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.apri_info_snippet {
    max-height: 800px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}


.select_strutture {
    padding: 10px 10px 22px 10px;
    background: var(--dark-color-soft);
}

.select_strutture select {
    margin-bottom: 0;
    text-indent: 0;
    background-color: #fff;
}

.select_strutture h3 {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    float: left;
}


.pop_up_schema {
    width: 500px;
    height: 350px;
    border: 1px solid #ddd;
    float: left;
    position: relative;
}

.draggable {
    width: 250px;
    height: 50px;
    top: 150px;
    left: 125px;
    position: absolute;
}

.draggable.elemento_count_down {
    height: 90px;
    min-height: 90px;
}

.draggable textarea {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    border: 0;
    resize: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 14px;
}

.pop_up_schema .fa-arrows-alt {
    cursor: pointer;
    position: absolute;
    right: -9px;
    top: -7px;
    z-index: 1000;
    display: none !important;
}

.pop_up_schema .fa-trash {
    cursor: pointer;
    z-index: 1000;
}

.ui-resizable-handle,
.sweet-alert fieldset {
    display: none !important;
}

.elemento {
    padding: 2px;
    z-index: 1;
    box-sizing: border-box;
    position: absolute !important;
}

.elemento.selezionato {
    border: 2px dotted #ddd;
    z-index: 2;
    padding: 0;
}

#ui-datepicker-div {
    z-index: 100 !important;
}

#lista_elementi {
    list-style-type: none;
    width: calc(100% - 550px);
    float: right;
}

#lista_elementi>li {
    padding: 5px;
    display: none;


}

#lista_elementi>li.selezionato {
    display: block;
}

#lista_elementi_bottom {
    list-style-type: none;
    border: 1px solid #ddd;

}

#lista_elementi_bottom li {
    padding: 5px;
    cursor: pointer;

}

#lista_elementi_bottom li.selezionato {
    background: #fcfaf2;
}



#lista_elementi>li>ul>li {
    display: inline-block;
    width: 50%;
    margin-bottom: 5px;
    vertical-align: top;
}

#lista_elementi>li>ul>li label {
    margin-bottom: 4px;
}

#lista_elementi>li>ul.elemento_pop_up_testo>li:nth-child(2),
#lista_elementi>li>ul.elemento_pop_up_testo>li:nth-child(5) {
    width: 49%;
}

#lista_elementi>li>ul.elemento_pop_up_testo>li:nth-child(3),
#lista_elementi>li>ul.elemento_pop_up_testo>li:nth-child(6) {
    width: 49%;
    float: right;
}



#lista_elementi>li>ul.elemento_pop_up_count_down>li:nth-child(3),
#lista_elementi>li>ul.elemento_pop_up_count_down>li:nth-child(5) {
    width: 49%;
}

#lista_elementi>li>ul.elemento_pop_up_count_down>li:nth-child(4),
#lista_elementi>li>ul.elemento_pop_up_count_down>li:nth-child(6) {
    width: 49%;
    float: right;
}


#lista_elementi>li>ul.elemento_pop_up_count_down>li:nth-child(8),
#lista_elementi>li>ul.elemento_pop_up_count_down>li:nth-child(10) {
    width: 49%;
}

#lista_elementi>li>ul.elemento_pop_up_count_down>li:nth-child(9),
#lista_elementi>li>ul.elemento_pop_up_count_down>li:nth-child(11) {
    width: 49%;
    float: right;
}

.ui-colorpicker-mode {
    margin-right: 5px;
}

.ui-colorpicker-hsv-h,
.ui-colorpicker-hsv-s,
.ui-colorpicker-hsv-v,
.ui-colorpicker-rgb-r,
.ui-colorpicker-rgb-g,
.ui-colorpicker-rgb-b {
    margin-bottom: 4px;
}

#lista_elementi li select,
#lista_elementi li input[type="text"],
#lista_elementi li input[type="password"],
#lista_elementi li input[type="number"],
#lista_elementi li input[type="email"],
#lista_elementi li input[type="date"] {
    margin: 0 !important;
}

#lista_elementi>li.l_e_testo>ul>li:nth-child(1) {
    width: 100%;
}

#lista_elementi>li.l_e_testo>ul>li:nth-child(4) {
    width: 100%;
}

#lista_elementi>li.l_e_testo>ul>li:nth-child(7) {
    width: 100%;
}

#lista_elementi>li.l_e_count_down>ul>li:nth-child(1) {
    width: 100%;
}

#lista_elementi>li.l_e_count_down>ul>li:nth-child(2) {
    width: 100%;
}

#lista_elementi>li.l_e_count_down>ul>li:nth-child(7) {
    width: 100%;
}

#lista_elementi>li.l_e_count_down>ul>li:nth-child(12) {
    width: 100%;
}

.selezionato .fa-arrows-alt,
.selezionato .ui-resizable-handle {
    display: block !important;
}


.clockdiv {
    background: #fff;
    font-weight: 100;
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 0;
}

.clockdiv li {
    padding: 3%;
    border-radius: 3px;
    display:
            inline-block;
    width: 25%;
    box-sizing: border-box;
}

.clockdiv li .clockdiv_valori {
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}

.clockdiv li .clockdiv_label {
    text-align: center;
}



.smalltext {
    padding-top: 5px;
}

.btn_pop {
    display: inline-block;
    width: 166.66px;
}

.lista_importa li {
    display: inline-block;
    vertical-align: top;
}

.lista_importa li:nth-child(1) {
    width: 10%;
    margin-right: 1%;
}

.lista_importa li:nth-child(2) {
    width: 10%;
    margin-right: 1%;
}

.lista_importa li:nth-child(3) {
    width: 10%;
    margin-right: 1%;
}

.lista_importa li:nth-child(4) {
    width: 20%;
    margin-right: 1%;
}

.lista_importa li:nth-child(5) {
    width: 15%;
    margin-right: 1%;
}

.lista_importa li:nth-child(6) {
    width: 19%;
    margin-right: 1%;
}

.lista_importa li:nth-child(7) {
    width: 10%;
    text-align: right;
    padding-top: 32px;
}

.lista_importa li:nth-child(7) input {
    display: inline-block;
    width: 100%;
}

#elementi_da_inserire li ul {
    width: 100%;
}

#elementi_da_inserire li ul li {
    display: inline-block;
    vertical-align: top;
}

#elementi_da_inserire li ul li:nth-child(1) {
    width: 10%;
    margin-right: 1%;
}

#elementi_da_inserire li ul li:nth-child(2) {
    width: 10%;
    margin-right: 1%;
}

#elementi_da_inserire li ul li:nth-child(3) {
    width: 10%;
    margin-right: 1%;
}

#elementi_da_inserire li ul li:nth-child(4) {
    width: 20%;
    margin-right: 1%;
}

#elementi_da_inserire li ul li:nth-child(5) {
    width: 15%;
    margin-right: 1%;
}

#elementi_da_inserire li ul li:nth-child(6) {
    width: 19%;
    margin-right: 1%;
}

#elementi_da_inserire li ul li:nth-child(7) {
    width: 10%;
    text-align: right;
}

#elementi_da_inserire li ul li:nth-child(7) input {
    display: inline-block;
    width: 100%;
}

input[type="text"].ui-colorpicker-number,
input[type="password"].ui-colorpicker-number,
input[type="number"].ui-colorpicker-number,
input[type="email"].ui-colorpicker-number,
input[type="date"].ui-colorpicker-number {
    width: 70px !important;
    margin: 0 !important;
    display: inline-block !important;
}

input[type="text"].ui-colorpicker-hex-alpha,
input[type="password"].ui-colorpicker-hex-alpha,
input[type="number"].ui-colorpicker-hex-alpha,
input[type="email"].ui-colorpicker-hex-alpha,
input[type="date"].ui-colorpicker-hex-alpha {
    width: 30px !important;
    margin: 0 !important;
    display: inline-block !important;
}


input[type="text"].ui-colorpicker-hex-input,
input[type="password"].ui-colorpicker-hex-input,
input[type="number"].ui-colorpicker-hex-input,
input[type="email"].ui-colorpicker-hex-input,
input[type="date"].ui-colorpicker-hex-input {
    width: 70px !important;
    margin: 0 !important;
    display: inline-block !important;
}


/* SEZIONE DICITURA */
.div_dicitura_ww {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.div_dicitura_ww li:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    background-color: var(--blast-color);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.div_dicitura_ww li:nth-child(1) i.fa-trash {
    color: #fff;
}

.div_dicitura_ww li {
    width: calc(25% - 15px);
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.div_dicitura_ww li input {
    margin-bottom: 0
}

.input-flag {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.div_dicitura_ww li i {
    color: #fff
}

.form-group-cube-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-group-cube-flex .form-group-cube {
    width: 49.5%;
}

.col3 .form-group-cube {
    width: 32.83%;
}

.step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}


.step li {
    width: 24.5%;
    border-radius: 100px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

.step li span {
    font-size: 24px;
    border-radius: 100px;
    display: inline-block;
    background: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    margin: 0 auto 20px;

}

.step li span.active {
    -webkit-box-shadow: 0 0 0 4px rgba(220, 0, 121, 0.3);
    box-shadow: 0 0 0 4px rgba(220, 0, 121, 0.3);
}

.step li div {
    width: 100%;
    font-size: 11px;
    text-align: center;
}

.step2>li {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.step2>li>.list-group {
    padding-left: 20px;
    width: 50%;
}


.step2>li>.nome_sezione {
    background: rgba(220, 0, 121, 0.1);
    padding: 10px;
    width: 50%;
}

.step3>li {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.actionStep3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.step3>li>.list-group {
    padding-left: 20px;
    width: 50%;
}

.step3>li>.nome_sezione {
    background: rgba(220, 0, 121, 0.1);
    padding: 10px;
    width: 50%;
}

.step3 .nome_sezione_inner {
    padding: 10px;
    background: rgba(0, 0, 0, 0.02);
}

.step3 .listatoPagineStep3 li {
    margin-bottom: 20px;
}

.step3 .listatoPagineStep3 li:last-child {
    margin-bottom: 0;
}

.importazione_finale_inner {
    border: 1px solid #ddd;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.importazione_finale_inner_txt {
    width: 100%;
    margin-bottom: 40px;
}

.pulse {
    margin: 100px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #cca92c;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(220, 0, 121, 0.4);
    box-shadow: 0 0 0 rgba(220, 0, 121, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 0, 121, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(220, 0, 121, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 0, 121, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 0, 121, 0.4);
        box-shadow: 0 0 0 0 rgba(220, 0, 121, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(220, 0, 121, 0);
        box-shadow: 0 0 0 10px rgba(220, 0, 121, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 0, 121, 0);
        box-shadow: 0 0 0 0 rgba(220, 0, 121, 0);
    }
}

/* TEXT EDITOR */
.mce-panel {
    border-color: #eee !important;
    border-radius: 3px
}

.lista_favico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 30px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lista_favico li {
    border: 2px solid #ddd;
    padding: 50px;
    margin-right: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/transparent.png);

}

.container_lingua_privacy {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.container_lingua_privacy_intestaione {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.container_lingua_privacy_intestaione img {
    width: 20px;
    margin-right: 10px;
}


input:focus,
select:focus,
textarea:focus {
    border-color: var(--blast-color) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 119, 194, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 119, 194, 0.6);
    outline: 0;
}

input.error,
select.error,
textarea.error {
    border-color: rgba(255, 0, 0, 0.8);
}

input.error:focus,
select.error:focus,
textarea.error:focus {
    border-color: rgba(255, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    outline: 0;
    outline: thin dotted \9;
}

.img_flag {
    width: 200px;
}

div.container_video_modulo{
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 40px;
}

div.container_video_modulo_sx{
    width: 50%;
}

div.container_video_modulo_sx video{
    width: 100%;
    min-height: 200px;
}

div.container_video_modulo_dx{
    width: 48%;
    height: 200px;
    overflow-y: auto;
}

div.container_video_modulo_dx .lista_video{
    margin: 0;
    padding: 0;
}

div.container_video_modulo_dx .lista_video li{
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
}

div.container_video_modulo_dx .lista_video li label{
    margin: 0;
    padding: 0;
}

div.container_video_modulo_dx .lista_video li input{
    margin-right: 10px;
}

div.container_video_modulo_dx .lista_video li:last-child{
    margin-bottom: 0;
}

.cube-test:after{
    content: 'test';
    position: absolute;
    font-weight: bold;
    color: var(--blast-color);
}

.logo_container.cube-test:after{
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% + 37px);
}

.logo_container.cube-test.logo_container_close:after{
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% + 50px);
}

.cube-demo:after{
    content: 'demo';
    position: absolute;
    font-weight: bold;
    color: var(--blast-color);
}

.logo_container.cube-demo:after{
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% + 37px);
}

.logo_container.cube-demo.logo_container_close:after{
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% + 50px);
}

.nu{
    position: absolute;
    right: -11px;
    font-size: 9px;
    top: -3px;
    background: #fff;
    border-radius: 10px;
    padding: 3px;
}







progress[value] {

    appearance: none;
    border: none;
    width: 100%;
    height: 6px;
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
    color: var(--blast-color);
    position: relative;
    margin: 0 0 1.5em;
}

progress[value]::-webkit-progress-bar {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}

progress[value]::-moz-progress-bar {
    border-radius:3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}

progress[value].progressRed::-webkit-progress-bar {
    background: red;
}

progress[value].progressRed::-moz-progress-bar {
    background: red;
}

progress[value].progressOrange::-webkit-progress-bar {
    background: orange;
}

progress[value].progressOrange::-moz-progress-bar {
    background: orange;
}

progress[value].progressGreen::-webkit-progress-bar {
    background: green;
}

progress[value].progressGreen::-moz-progress-bar {
    background: green;
}

.lista_marketing{

}

.lista_marketing li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 5px;
}
.lista_marketing li:last-child{
    margin-bottom: 0;
}


.lista_marketing li img{
    margin-right: 5px;
    cursor: pointer;
    width: 20px;
    vertical-align: middle;
}

.lista_marketing li span:nth-child(1){
    width: 35%;
}
.lista_marketing li span:nth-child(2){
    width: 35%;
}

.lista_marketing li span:nth-child(3){
    width: 20%;
}
.lista_marketing li span:nth-child(4){
    width: 5%;
}
.lista_marketing li span:nth-child(5){
    width: 5%;
}


.container_impostazioni_struttura_parent{

}

.container_impostazioni_struttura_parent > .container_impostazioni_struttura{
    margin-bottom: 10px;
}

.container_impostazioni_struttura_parent > .container_impostazioni_struttura:last-child{
    margin-bottom: 0;
}

.container_impostazioni_struttura_more_info > .container_impostazioni_struttura{
    margin-bottom: 10px;
}

.container_impostazioni_struttura_more_info > .container_impostazioni_struttura:last-child{
    margin-bottom: 0;
}


.container_impostazioni_struttura{
}

.container_impostazioni_struttura > label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.container_impostazioni_struttura > label > i{
    cursor: pointer;
}

.container_impostazioni_struttura_grey{
    background: #f7f7f7;
    padding: 20px 20px;
}

.container_impostazioni_struttura_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 10px;
}


.container_impostazioni_struttura_inner > .impostazioni_struttura{
    width: 24%;
    margin-right: 1%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.impostazioni_struttura > label > span{
    display: block;
}

.container_impostazioni_struttura_inner > .impostazioni_struttura:nth-child(4n){
    margin-right: 0;
}

.container_impostazioni_struttura_inner > .impostazioni_lingua{
    width: 24%;
    margin-right: 1%;
}

.container_impostazioni_struttura_inner > .impostazioni_lingua > img{
    width: 24%;
    margin-right: 1%;
}

.container_impostazioni_struttura_inner > .impostazioni_lingua:nth-child(4n){
    margin-right: 0;
}

#quick_link{
    position: absolute;
    left: 74px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
}

.container_img_anteprima{
    display: flex;
    justify-content: center;
    padding: 40px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    min-height: 150px;
    cursor: pointer;
    position: relative;
}

.container_img_anteprima i.fa-image{
    font-size: 66px;
    color: #e8e8e8;
}


.container_img_anteprima i.fa-trash{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: var(--blast-color);
    padding: 4px;
    border-radius: 5px;
    color: #fff;
}


.colonna_sx_gestione_menu_fixed{
    position: fixed;
    top: 72px;
}
.colonna_sx_gestione_modelli_fixed{
    position: fixed;
    top: 78px;
}

.page-speed-test{
    width: 100%;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px;

    border-radius: 5px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-speed-test-mobile{
    background: #fff;
    padding: 10px;

    border-radius: 59px;
    border: 8px solid;

    font-size: 50px;
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-speed-test-mobile span{
    font-size: 19px;
    position: absolute;
    left: calc(50% - 5px);
    bottom: 6px;
}
.page-speed-test-mobile i{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    font-size: 20px;
}


.page-speed-test-desktop{
    background: #fff;
    padding: 10px;

    border-radius: 59px;
    border: 8px solid;

    font-size: 50px;
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-speed-test-desktop span{
    font-size: 19px;
    position: absolute;
    left: calc(50% - 5px);
    bottom: 6px;
}
.page-speed-test-desktop i{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    font-size: 20px;
}

.page-speed-test-description{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.page-speed-test-element{
    text-align: center;
}
.page-speed-test-element h2{
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}


.page-speed-test-element:first-child{
    margin-right: 20px;
}


.page-speed-red{
    color: #ff4e42;
    border-color: #ff4e42;
}
.page-speed-orange{
    color: #ffa400;
    border-color: #ffa400;
}
.page-speed-green{
    color: #0cce6b;
    border-color: #0cce6b;
}

.regenerate-progress{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 17%;
    background: rgba(0, 0, 0, 0.4);
    flex-wrap: wrap;
    display: none;
}

.regenerate-progress h2{
    position: absolute;
    top: calc(50% - 46px);
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;

}

#uploadBar {
    border-radius: 7px;
    width: 100%;
    height: 22px;
    box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
}

#uploadBar::-moz-progress-bar {
    background-color: var(--blast-color);
    border-radius: 7px;
}

#uploadBar::-webkit-progress-bar {
    background-color: var(--blast-color);
    border-radius: 7px;
}
#uploadBar::-webkit-progress-value {
    background-color: var(--blast-color);
    border-radius: 7px;
    box-shadow: 1px 1px 5px 3px rgba( 255, 0, 0, 0.8 );
}
#uploadBar::-moz-progress-bar {
    /* style rules */
}

.lista-immagini-da-rigenerare{
    display: flex;
    flex-direction: column;
}

.lista-immagini-da-rigenerare li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
    order: 1;
    padding-right: 40px;
    padding-left: 40px;
}

.lista-immagini-da-rigenerare li span{
    width: 50px;
    text-align: center;
}

.lista-immagini-da-rigenerare li:nth-last-child(2){
    order: 0;
}

.lista-immagini-da-rigenerare li:last-child{
    background: #f8f8f8;
    border-top: 1px dotted;
    line-height: 48px;
    margin-top: 30px;
}

.info-rigenera-impostazioni-immagini{
    width: 50%;
    margin: 40px auto 0;
    text-align: center;
    background: #fffaea;
    padding: 20px;
}

.info-rigenera-impostazioni-immagini h2{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.info-rigenera-impostazioni-immagini ul li span{
    font-weight: bold;
}



/*
 * Table styles
 */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
     * Header and footer styles
     */
    /*
     * Body styles
     */
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead .sorting {
    background-image: url("../images/datatables/sort_both.png");
}
table.dataTable thead .sorting_asc {
    background-image: url("../images/datatables/sort_asc.png") !important;
}
table.dataTable thead .sorting_desc {
    background-image: url("../images/datatables/sort_desc.png") !important;
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/datatables/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/datatables/sort_desc_disabled.png");
}
table.dataTable tbody tr {
    background-color: #ffffff;
}
table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb;
}
table.dataTable.no-footer {
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    margin-bottom: 30px;
}

.dataTables_wrapper .dataTables_length label{
    display: flex;
    align-items: center;
}


.dataTables_wrapper .dataTables_length select {
    border-radius: 3px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 21px;
    border-color: #e4e4e4;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 30px;
}

.dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
    position: relative;
}

.dataTables_wrapper .dataTables_filter input {
    margin-bottom: 0;
    margin-left: 10px;

}

.dataTables_wrapper .dataTables_filter label::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro", serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: var(--fa-color-dark);
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    pointer-events: none;
    opacity: .5;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    transform: translateY(-50%);
}

.dataTables_wrapper .dataTables_filter label:focus-within::before {
    opacity: 0
}



.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    margin-top: 20px;
    line-height: 30px;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 5px 7px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--blast-color);
    color: var(--blast-color-btn-text)!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #666 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    color: #666 !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background: white linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none;
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.datatable__header{
    position: relative;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}


.beat_animation {
    animation: beat .5s infinite alternate;
    transform: scale(1);
}

/* Heart beat animation */
@keyframes beat{
    to { transform: scale(1.2); }
}

.meta_panel_container .meta_panel{
    display: none;
}
.meta_panel_container:hover .meta_panel{
    display: flex;
}


.meta_panel{
    position: absolute;
    padding: 20px;
    background: #ddd;
    border-radius: 5px;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    align-items: center;
}

.meta_panel::before {
    content: "\f2ec";
    font-family: "Font Awesome 5 Pro", serif;
    font-weight: bold;
    color: #ddd;
    font-size: 14px;
    position: absolute;
    top: -10px;
    left: 50%;
    line-height: 10px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.meta_panel i, .meta_panel div i{
    color: #495057;
    padding: 0 5px;
    font-size: 22px;
}

.meta_panel div{
    position: relative;
    display: flex;
}

.meta_panel div input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}



.meta_panel > i:nth-child(2){
    font-size: 14px;
}


.lista_elementi_ricercati{

}

.lista_elementi_ricercati > li{
    width: 100%;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 5px;
}

.lista_elementi_ricercati > li .main_ricerca_div{
    display: flex;
    align-items: center;
}

.lista_elementi_ricercati > li a:hover{
    text-decoration: none;
}

.lista_elementi_ricercati > li .main_ricerca_div img{
    width: 30px;
    margin-right: 15px;
}

.lista_elementi_ricercati > li label{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px;
}

.lista_elementi_ricercati > li input{
    margin-left: 10px;
    order: 2;
}


.lista_elementi_ricercati > li .div_ricorrenze{
    padding-left: 44px;
}

.lista_elementi_ricercati > li .div_ricorrenze h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}


.lista_elementi_ricercati > li .div_ricorrenze ul{
}

.lista_elementi_ricercati > li .div_ricorrenze ul li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.lista_elementi_ricercati > li .div_ricorrenze ul li div:nth-child(1){
    margin-right: 10px;
    font-weight: bold;
    display: block;
    width: 100px;
}

.lista_elementi_ricercati > li .div_ricorrenze ul li div:nth-child(2){
    width: calc(100% - 110px);
}

.lista_elementi_ricercati > li .div_ricorrenze ul li div span.h{
    background: #FF0;
}


.select_periodo{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.select_periodo .datepicker_da{
    width: 40%;
    margin-right: 20px;
    margin-bottom: 0;
}

.select_periodo .datepicker_a{
    width: 40%;
    margin-right: 20px;
    margin-bottom: 0;
}

.lista_chiusure{
    padding: 10px;
    border: 1px solid #ddd;
}

.lista_chiusure li{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 5px;
    justify-content: space-between;
}

.lista_chiusure li span i{
    font-style: normal;
    background: #e8e8e8;
    padding: 5px;
    border-radius: 10px;
}

.lista_chiusure li:last-child{
    margin-bottom: 0;
}

.datatable__footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.datatable__footer .azioni_multiple{
    margin-top: 0;
}

.datatable__footer .dataTables_info{
    margin-top: 0;
}

.datatable__footer .dataTables_paginate{
    margin-top: 0;
}


.datatable__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.datatable__footer{
    background: #fafafa;
    padding: 10px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.datatable__header #cambia_lingua_select select{
    margin: 0;
}

.datatable__header .dataTables_length, .datatable__header .dataTables_length label{
    margin: 0;
}

.datatable__header .dataTables_filter, .datatable__header .dataTables_filter label{
    margin: 0;
}

.datatable__header_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dt-buttons{
    margin-left: 15px;
}

.dt-buttons .buttons-excel span, .dt-buttons .buttons-pdf span {
    content: "";
    display: none;
}

.dt-buttons .buttons-excel, .dt-buttons .buttons-pdf {
    border: 0;
    background: none;
}

.dt-buttons .buttons-excel::before {
    content: "\f1c3";
    font-family: "Font Awesome 5 Pro", serif;
    font-weight: bold;
    color: var(--blast-color-icone);
    font-size: 20px;
    text-align: center;
}

.dt-buttons .buttons-pdf::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Pro", serif;
    font-weight: bold;
    color: var(--blast-color-icone);
    font-size: 20px;
    text-align: center;
    margin-left: 5px;
}

.call_to_action{
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_to_action .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.call_to_action__al{
    justify-content: flex-start;
}


div.tag input[type="radio"] {
    display: none;
}

div.tag label.is_tag {
    display: inline-block;
    background-color: #fff;
    padding: 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}

div.tag input[type="radio"]:checked+label.is_tag {
    background-color: var(--blast-color);
    color: #fff;
}

.associa_moduli li{
    list-style-position: inside;
    border: 1px solid #ddd;
    line-height: 30px;
    padding: 5px;
}

.associa_moduli > li{
    margin-bottom: 30px;
    padding-bottom: 0;
}
.associa_moduli > li > span{
    text-indent: 10px;
    display: block;
}

.associa_moduli li ul{
    padding-left: 15px;
    width: 100%;
}

.associa_moduli li ul li{
    border-bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
}

.associa_moduli li ul li span{
    width: 50%;
}

.associa_moduli li ul li select{
    width: 50%;
    margin: 0;
}

.sel_lingue_faq{
    width: 100%;
    display: flex;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.sel_lingue_faq li{
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 0.4;
    margin-right: 5px;
    cursor: pointer;
}

.sel_lingue_faq li.attiva{
    opacity: 1;
}

.sel_lingue_faq li img{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#lista_faq{

}


#lista_faq li.li_faq{
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    justify-content: space-between;
    background: #fff;
}

#lista_faq li .actions{
    width: 15%;
    display: flex;
    padding: 10px;
    justify-content: center;
}
#lista_faq li .actions i{
    background: #f9f9f9;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
    cursor: pointer;
}

#lista_faq li .actions i:last-child{
    margin-right: 0;
}

#lista_faq li .fields{
    display: flex;
    justify-content: space-between;
    width: 82%;
    flex-direction: column;
}

#lista_faq li .fields .fields_item{

}

.note_c{
    width: 100%!important;
}

.note_c h1{
    font-size: 24px;
}

.note_c h2{
    font-size: 18px;
}

.lista_el_sortable{

}


.lista_el_sortable li {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    line-height: 48px;
    background: #fafafa;
    border-radius: 3px;
    padding: 6px 15px 6px 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lista_el_sortable li .lista_el_sortable--content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lista_el_sortable li .lista_el_sortable--nome{

}

.lista_el_sortable li .lista_el_sortable--nome input{
    margin: 0;
}


.lista_el_sortable li .fa-arrows-alt-v{
    display: block;
    cursor: pointer;
    text-align: center;
    width: 35px;
    padding: 10px 0;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    border-radius: 3px;
    background: #fff;
    margin-right: 10px;
}

.lista_el_sortable li .fa-trash{
    display: block;
    cursor: pointer;
    text-align: center;
    width: 35px;
    padding: 10px 0;
    border: 1px solid #ddd;
    color: var(--fa-color-dark);
    border-radius: 3px;
    background: #fff;
}

.content_dev{
    overflow-y: auto;
    height: calc(100vh - 200px);
}

#jstree{
    color: #fff;
    padding: 10px;
}

.jstree-contextmenu{
    z-index: 100000000000;
}

.cm-s-php_cm{
    height: 667px!important;
}

#lista_el_sortable_componenti_categorie{
}
#lista_el_sortable_componenti_categorie li{
    margin-bottom: 5px;
}
#lista_el_sortable_componenti_categorie li:last-child{
    margin-bottom: 0;
}

#lista_el_sortable_componenti_categorie li .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 10px;

}
#lista_el_sortable_componenti_categorie li ol{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px auto 0;
}


#lista_el_sortable_componenti_categorie i.fa-arrows-alt, #lista_el_sortable_componenti_categorie i.fa-trash  {
    cursor: pointer;
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 10px 0;
    border: 1px solid #ddd;
}

#lista_el_sortable_componenti_categorie .div_info_categoria {
    padding: 0 10px;
    flex: 1;
}

#lista_el_sortable_componenti_categorie .div_info_categoria input {
    margin: 0;
    width: 100%;
}

.btn_aggiungi_componenti_categorie{
    margin-top: 5px;
}

.ace_editor{
    margin-bottom: 10px;
}

.inner_sortable_element{
    display: flex;
    flex-grow: 1;
}
.inner_sortable_element .inner_sortable_element_row{
    margin-right: 5px;
    flex-grow: 1;
}

.inner_sortable_element input, .inner_sortable_element select, .inner_sortable_element textarea{
    margin: 0 5px 5px 0;
}

.prop_filter{
    width: 100%;
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.lista-dashboard-componenti {


}

.lista-dashboard-componenti li {
    width: 100%;
    border: 1px solid #eee;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.lista-dashboard-componenti li:hover {
    background: var(--blast-color);
    color: #fff;
}

.lista-dashboard-componenti li a:hover {
    text-decoration: none;
    color: #fff;
}

.lista-dashboard-componenti li:last-child {
    margin-bottom: 0;
}

.container_colonna_impostazioni{
    border: 1px solid #eee;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0;
    margin-bottom: 10px;
}

.colonna_impostazioni{
    width: 100%;
}

.colonna_impostazioni:nth-child(3n) {

}

.sa-confirm-button-container .confirm{
    color: var(--blast-color-btn-text)!important;
    background-color: var(--blast-color)!important;
}

.elementList {
    margin-bottom: 10px;
}

.elementList li {
    border: 1px solid #e4e4e4;
    display: flex;
    padding: 10px;
    margin-bottom: 5px;
    background: #fff;
}
.elementList li.ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
}

.elementList li:last-child {
    margin-bottom: 0;
}

.elementList li .elementList__move {
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
}

.elementList li .elementList__field {
    flex: 1;
    display: flex;
}

.elementList__field input, .elementList__field select  {
    margin: 0 5px 0 0;
}

.elementList__field input:last-child, .elementList__field select:last-child {
    margin-right: 0;
}

.elementList li .elementList__delete {
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
    margin-left: 5px;
    cursor: pointer;
}

.elementiRipetuti{
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #e4e4e4;
    padding: 10px 10px 25px;
    width: 100%;
    background: #fff;
    margin-top: 10px;
}

.w30i {
    width: 30%!important;
}
.w33i {
    width: 33.3%!important;
}

.elementiRipetuti .insertButton{
    background: var(--blast-color);
    padding: 5px;
    border: 0;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: -20px;
    cursor: pointer;
}

.elementiRipetuti .insertButton i{
    font-size: 24px;
    color: #fff;
}

.form-column{
    display: flex;
    justify-content: space-between;
}
.form-column .form-column__sx{
    margin-right: 10px;
}
.form-column .form-column__3col{
    width: 33.3%;
    margin-right: 10px;
}
.form-column .form-column__3col:last-child{
    margin-right: 0;
}

.sortable-pipeline{
}

.sortable-pipeline li{
    position: relative;
}

.sortable-pipeline ol li:last-child::before{
    content: "";
    position: absolute;
    top: -5px;
    left: -25px;
    background: #ddd;
    width: 1px;
    height: 33px;
}

.sortable-pipeline ol li::before{
    content: "";
    position: absolute;
    top: -5px;
    left: -25px;
    background: #ddd;
    width: 1px;
    height: 62px;
}

.sortable-pipeline ol li:after{
    content: "";
    position: absolute;
    top: 28px;
    left: -25px;
    background: #ddd;
    width: 25px;
    height: 1px;
}


.sortable-pipeline .sortable-pipeline__nested-inner{
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 5px;
    display: flex;
}

.sortable-pipeline .sortable-pipeline__fields{
    flex-wrap: nowrap;
    display: flex;
    flex: 1;
    margin-right: 5px;
}

.sortable-pipeline .sortable-pipeline__fields .extra-fields{
    margin-bottom: 0;
    margin-right: 5px;
}

.sortable-pipeline .sortable-pipeline__fields .extra-fields:nth-child(1){
    width: 200px;
}
.sortable-pipeline .sortable-pipeline__fields .extra-fields:nth-child(3){
    width: 200px;
}


.sortable-pipeline .sortable-pipeline__fields .extra-fields:last-child{
    margin-right: 0;
}

.sortable-pipeline .sortable-pipeline__nested-inner i.fa-arrows-alt,
.sortable-pipeline .sortable-pipeline__nested-inner i.fa-trash,
.sortable-pipeline .sortable-pipeline__nested-inner i.fa-eye,
.sortable-pipeline .sortable-pipeline__nested-inner i.fa-eye-slash{
    cursor: pointer;
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 10px 0;
    border: 1px solid #ddd;
    margin-right: 5px;
}

.sortable-pipeline .sortable-pipeline__nested-inner i.fa-eye,
.sortable-pipeline .sortable-pipeline__nested-inner i.fa-eye-slash{
    margin-right: 0;
}

.sortable-pipeline .ui-sortable-placeholder {
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636;
    visibility: visible !important;
}

.sortable-pipeline li ol {
    padding-left: 25px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background: var(--blast-color)!important;
    color: var(--blast-color-btn-text)!important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    background: var(--blast-color-hover)!important;
    color: var(--blast-color-btn-text)!important;
}



.h3-rules{
    font-size: 14px;
    line-height: 16px;
}

.rules-list {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.rules-list > li{
    display: flex;
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 5px;
    justify-content: space-between;
}

.rules-list > li:last-child{
    margin-bottom: 0;
}

.rules-list > li .actionButton{
    width: 35px;
    margin-right: 10px;
}

.rules-list > li .rules-list__panel{
    flex: 1;
}
.rules-list .fa-arrows-alt{
    margin-bottom: 5px;
}
.rules-list .actionButton .fa-arrows-alt, .rules-list .actionButton .fa-trash {
    cursor: pointer;
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 10px 0;
    border: 1px solid #ddd;
}

.uploadFilePreview{
    width: 150px;
    height: 150px;
    aspect-ratio: 1;
    margin: 0 auto;
}


.uploadFilePreview input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.uploadFilePreviewComponenti{
    aspect-ratio: 1;
    margin: 0 auto;
    width: 100%;
    height: 182px;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.uploadFilePreviewComponenti input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}




.disable_immagine_selezione{
    opacity: 0.5
}

.assign-widget--user-list{
    position: absolute;
    top: 0;
    width: 200px;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
}

.assign-widget--user-list ul{
    display: flex;
    align-items: center;
}

.assign-widget--user-list ul li{
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
}

.assign-widget--user-list ul li:last-child{
    margin-right: 0;
}

.control-calendar{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 0 25px calc(30% + 15px);
}

.control-calendar > div{
    display: flex;
    justify-content: center;
}

.control-calendar > div:nth-child(2){
    margin-top: 15px;
}

.control-calendar button, .control-calendar label {
    margin-right: 5px;
}
.control-calendar button:last-child, .control-calendar label:last-child {
    margin-right: 0;
}









.pipeline-progetti-header .current{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pipeline-progetti-header .current .current_text{
    margin: 0 10px;
}


.tableDatatableDemo{
    padding: 0!important;
    border: 0!important;

}

.notifiche{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    justify-content: center;
    align-content: center;
    display: flex;
}



.tableDatatableNewStyle.dynatable {
    margin: 0;
    padding: 0;
    border: 0!important;
}

.assignElement{
    position: relative;
    margin-right: 5px;
}

.avatarTopBar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.avatarTopBar.noAvatar{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8adad;
}

.assignElement .deAssignButton{
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    cursor: pointer;
}



.avatarTopBar_noUser{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}


.pipeline-progetti-container {
    display: flex;
    flex-wrap: wrap;
}

.pipeline-progetti-header {
    display: flex;
    border-bottom: 1px solid #ddd;
    width: 30%;
}


.pipeline-progetti-container > .calendar{
    width: 70%;
    display: grid;
    grid-template-columns: repeat(31, 1fr);
    grid-template-rows: 1fr;
    position: relative;
}

.pipeline-progetti-container > .calendar .day{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    font-size: 11px;
    border: 1px solid #ededed;
    border-bottom: 0;
}

.pipeline-progetti-container > .calendar .day:not(:last-child) {
    border-right: 0;
}

.pipeline-progetti-container > .calendar .day span{
}

.pipeline-progetti-container > .calendar div:last-child{
    margin-right: 0;
}

.pipeline-calendar{
    position: relative;
    width: 70%;
    display: grid;
    grid-template-columns: 1fr;
}




.pipeline-progetti{
    position: relative;
    width: 30%;
    display: grid;
    grid-template-columns: 1fr;
}

.pipeline-progetti > li{
    position: relative;
}


.pipeline-progetti > li:last-child{
    margin-bottom: 0;
}

.pipeline-progetti > li .pipeline-progetti__nested-inner {
    display: flex;
    position: relative;
}

.pipeline-progetti > li:last-child{
    margin-bottom: 0;
}


.pipeline-progetti > li .pipeline-progetti__calendar {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.pipeline-progetti > li .pipeline-progetti__calendar .day{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    font-size: 11px;
}
.pipeline-progetti > li .pipeline-progetti__calendar .day.weekend{
    background: #f4f4f4;
    opacity: 0.6;
}
.pipeline-progetti > li .pipeline-progetti__calendar .day.today{
    background: lightpink;
    opacity: 0.6;
}

.pipeline-progetti > li .pipeline-progetti__calendar .day:not(:last-child){

}

.pipeline-progetti > li:not(:last-child) .pipeline-progetti__calendar .day{

}





.pipeline-progetti > li .pipeline-progetti__fields {
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #FFF;
    width: 100%;
    border: 1px solid #ededed;
}
.pipeline-progetti > li .pipeline-progetti__fields__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pipeline-progetti > li:first-child .pipeline-progetti__fields {
    border-top: 0;
}
.pipeline-progetti > li:not(:first-child) .pipeline-progetti__fields {
    border-top: 0;
}


.pipeline-calendar .pipeline-progetti__calendar {
    box-sizing: border-box;
    background-color: #FFF;
    width: 100%;
    position: relative;

}

.pipeline-progetti > li .pipeline-progetti__assign {
    margin-left: 15px;
    display: flex;
}

.pipeline-progetti > li .pipeline-progetti__assign_e {
    padding-top: 15px;
}

.pipeline-progetti > li .pipeline-progetti__assign .function-button{
    margin-right: 4px;
}
.pipeline-progetti > li .pipeline-progetti__assign .function-button:last-child{
    margin-right: 0;
}


.pipeline-progetti > li .pipeline-progetti__assign .assign-button{
    background-color: var(--blast-color);
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    cursor: pointer;

}

.pipeline-progetti > li .pipeline-progetti__assign .assign-button i{
    font-size: 14px;
    color: #fff;
}

.pipeline-progetti > li .pipeline-progetti__fields h1 {

}

.pipeline-progetti > li .pipeline-progetti__fields p {

}

.calendar-grid{
    display: grid;
    grid-template-columns: repeat(31, 1fr);
    grid-template-rows: 1fr;
    position: relative;
    width: 100%;
    height: 100%;
}

.calendar-grid__item{
    background: #ddd;height: 20px;align-self: center;border-radius: 100px;
}

.calendar-overlay{
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(31, 1fr);
    grid-template-rows: 1fr;
    position: absolute;
    height: 100%;
    z-index: 0;
}

.sweet-alert input[type=radio]{
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 10px 0 0;
}
#inserisciProgettoDiv #listaCommesse{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 330px;
    overflow-y: auto;
}
#inserisciProgettoDiv #listaServiziSelezionati{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 376px;
    overflow-y: auto;
}

#inserisciProgettoDiv #listaCommesse li, #inserisciProgettoDiv #listaServiziSelezionati li{
    line-height: 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

#inserisciProgettoDiv #listaCommesse li.selected{
    display: none!important;
}

#inserisciProgettoDiv #listaCommesse li label,
#inserisciProgettoDiv #listaServiziSelezionati li label{
    margin-bottom: 0;
}

#inserisciProgettoDiv #listaCommesse li:hover,
#inserisciProgettoDiv #listaServiziSelezionati li:hover{
    background: rgba(171, 171, 171, 0.18);
}
#inserisciProgettoDiv #listaCommesse li button,
#inserisciProgettoDiv #listaServiziSelezionati li button{
    background-color: var(--blast-color);
    color: white;
    border: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    padding: 0 5px;
    cursor: pointer;
}

#inserisciProgettoDiv #listaCommesse li button i,
#inserisciProgettoDiv #listaServiziSelezionati li button i{
    font-weight: unset;
    font-size: 12px;
    line-height: 27px;
}


#inserisciProgettoDiv #listaServizi{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 376px;
    overflow-y: auto;
}




#inserisciProgettoDiv{
    display: none;
}

.inserisciProgettoDiv_bg{
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.inserisciProgettoDiv_main{
    width: 80vw;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    z-index: 1001;
}

.inserisciProgettoDiv_inner{
    display: flex;
    justify-content: space-between;
}

.inserisciProgettoDiv_main .colonna_sx{
    width: 30%;
}

.inserisciProgettoDiv_main .colonna_middle{
    width: 29%;
}

.inserisciProgettoDiv_main .colonna_dx{
    width: 29%;
}



.inserisciProgettoDiv_button {
    display: flex;
    padding-top: 30px;
    justify-content: center;
}
.inserisciProgettoDiv_button button{
    background-color: var(--blast-color);
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}
.inserisciProgettoDiv_button button.cancel {
    background-color: #C1C1C1;
}

.nomeProgetto{
    height: 55px!important;
    font-size: 23px!important;
}


.lista_commesse_dettaglio{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 376px;
    overflow-y: auto;
}

.lista_commesse_dettaglio li {
    background: #fff;
    line-height: 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    cursor: pointer;
}

.lista_commesse_dettaglio li.active {
    background: rgba(171, 171, 171, 0.4);
}

.lista_commesse_dettaglio li label {
    margin:0;
}
.lista_commesse_dettaglio li:hover {
    background: rgba(171, 171, 171, 0.18);
}


.form-dettaglio-column__sx{
    width: 30%;
}
.form-dettaglio-column__middle{
    width: 29%;
}

.form-dettaglio-column__middle__inner{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 376px;
}



.form-dettaglio-column__middle__inner > label{
    font-weight: bold;
    margin-bottom: 4px;
}
.form-dettaglio-column__middle__inner > div{
    margin-bottom: 10px;
}


.form-dettaglio-column__dx{
    width: 29%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.tag_container{
    display: flex;
    flex-wrap: wrap;
}

.cube_module_separator{
    padding: 10px;
    background: #fcfcfc;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
