@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body,.card-title,table.dataTable thead th,.dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_length select, span.Inter,table.dataTable tfoot th,.accordion-menu > li > a,h1, h2, h3, h4, h5, h6, text, a, .modal-title, span:not(.fa), text,.card .card-header,.dropdown-menu a.dropdown-item{font-family: 'Inter', Calibri, Arial, sans-serif!important;}
body {color: #222222;background-color: #ffffff;}
html, body {font-size: 14px;}
.txt-white,.white{color: #ffffff}
.grey{color: #ADADAD;}
.black, span.black a{color: #000000!important;}
body.modal-open {overflow: visible!important;}

#ModalPostImg.modal {z-index: 99999;}
table td, table th{
    vertical-align: middle;
}
/* .modal {
    z-index: 9999;
} */

/* Stili per il campo di ricerca */
#search-post {
    border-radius: 4px 0 0 4px;
    transition: all 0.3s ease;
}

#search-post.search-active {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#btn-search-post, #btn-clear-search {
    border-radius: 0;
}

#btn-search-post:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#btn-clear-search {
    border-left: 0;
    position: absolute;
    right: 54px;
    z-index: 999;
}

.input-group-append button:last-child {
    border-radius: 0 4px 4px 0;
}

/* Evidenziazione dei risultati di ricerca */
mark {
    background-color: #ffeb3b;
    padding: 0.1em 0.2em;
    border-radius: 3px;
    font-weight: bold;
}

/* Disabilita i filtri durante la ricerca */
.btn-filtro-post.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Animazione di caricamento */
.fa-spinner {
    color: #007bff;
    margin: 20px 0;
}
/* Stili per la lista dei PDF nel pannello admin */
.pdf-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.pdf-preview {
    display: flex;
    align-items: center;
    flex: 1;
}

.pdf-preview .pdf-thumbnail {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.pdf-link {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
}

.pdf-name {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

/* Stili per la griglia PDF nel frontend */
.pdf-list {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.pdf-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.pdf-grid-item {
    width: 100%;
    text-align: center;
}

.pdf-thumbnail-container {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
}

.pdf-thumbnail {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.pdf-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.pdf-overlay i {
    color: white;
    font-size: 15px;
}

.pdf-grid-item:hover .pdf-overlay {
    opacity: 1;
}

.pdf-grid-item .pdf-name {
    font-size: 12px;
    max-width: calc(100% - 80px);
    padding-left: 5px;
}

/* PDF indicator per il feed instagram */
.pdf-indicator {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
}




.pdf-card {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: visible;
    background-color: #f9f9f9;
    height: 100%;
}

.pdf-card-content {
    display: flex;
    padding: 10px;
    align-items: center;
}

.pdf-thumb-container {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.pdf-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdf-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.pdf-filename {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.pdf-filename:hover {
    color: #007bff;
    text-decoration: underline;
}

.pdf-size {
    font-size: 12px;
    color: #666;
}

.elimina_pdf {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    z-index: 5;
}

.elimina_pdf:hover {
    background-color: red;
}


.max-width-100{max-width: 100px;}
.sortable-chosen img.img-thumbnail{border: 1px solid #000000!important;}
.sortable-ghost {
    opacity: 0.6;
    background-color: #f0f0f0;
}
.dropdown-menu a.dropdown-item{
    text-transform: none;
    font-weight: 400;
}
.delete-attachment{
    position: absolute;
    right: 0;
    bottom: 12px;
}
.toggle-option.btn-sm {
    padding: 1px 7px 0px!important;
    font-size: 12px;
}
.allegato_singolo{
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #e8e8e8;
}
.allegato_file{
    position: relative;
    padding-left: 22px;
    /* width: 16px; */
    /* height: 22px; */
    background: url(../img/icone/allegati.svg) no-repeat left center;
    background-size: 16px;
}
.card-content-allegato-1{
    position: absolute;
    right: 79px;
    top: 15px;
    width: 16px;
    height: 22px;
    background: url(../img/icone/allegati.svg) no-repeat center center;
    background-size: 16px;
}

span.flatpickr-weekday{
    font-weight: 400;
    color: #000000;
}

.card-box .card-footer{
    padding: 15px 25px!important;
}
.card-box .card .card-header{
    color: #222222!important;
}
.card-box .note-editor.note-airframe .note-editing-area .note-editable, .card-box .note-editor.note-frame .note-editing-area .note-editable {
    background: #ffffff;
    padding: 0px!important;
    box-shadow: none!important;
}
.list-group-item .note-editor.note-airframe, .list-group-item .note-editor.note-frame,  .list-group-item .note-editor.note-airframe,  .list-group-item .note-editor.note-frame{
    box-shadow: none!important;
}
.card-box .card .card-header>.handle{
    color: #ADADAD!important;
    }
.card-box .card {
margin-bottom: 30px!important;
}
.priorita-alta {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.handle,.handle-card {
    cursor: grab;
    margin-right: 10px;
    display: inline-block;
}
.handle-card{position: absolute;left: 20px;
    top: 19px;color:#ADADAD;}
.card-content{width: calc(100% - 75px);margin-left:25px;display: inline-block;}
.list-group-item{
    padding-left: 17px;
    border-radius: 0!important;
    position: relative;
}
.list-group-item .btn-elimina{
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
.list-group-item .btn-modifica{
    position: absolute;
    right: 40px;
    top: 16px;
    cursor: pointer;
}
.data_scadenza{margin-left: 25px;}
.card-input{border: 0;padding: 0;margin: 0;margin-left:25px;width: calc(100% - 75px);height: auto;}
.card-input:focus{outline: none;}
.input-titolo{
    border: 0;padding: 0;margin: 0;
}
.input-titolo:focus{outline: none;}

body.modal-open #ModalPostImg::after{
    z-index: 9999!important;
    content:"";
    position:fixed;
    background:rgba(0, 0, 0,.3);
    top:0;
    left:0;
    width:100%;
    height:100%;
}
body.modal-open #ModalPostImg>*{
position: relative;z-index: 99999;
}
#lista_immagini{list-style: none;    padding-inline-start: 0px;}
.elimina_immagine{cursor: pointer; position: absolute;z-index: 100;top: -6px;right: 5px;background-color: red;color: #ffffff!important;border-radius: 40px;width: 25px;height: 25px;line-height: 25px;text-align: center;font-weight: 600;}
.elimina_pdf{cursor: pointer; position: absolute;z-index: 100;top: -6px;right: -6px;background-color: red;color: #ffffff!important;border-radius: 40px;width: 25px;height: 25px;line-height: 25px;text-align: center;font-weight: 600;}
.dropzone .dz-preview .dz-image {
    width: 90px!important;
    height: 90px!important;
  }
  .dropzone .dz-preview .dz-details {
    font-size: 12px!important;
    padding: 1em 1em!important;
  }
  .dropzone{    padding: 10px 10px!important;}
  .dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0.6em;
    font-size: 14px!important;
}
.dropzone .dz-preview{margin: 6px!important;}

.fs-12{font-size: 12px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fw-300{font-weight:300}
.fw-400{font-weight:400}
.fw-600{font-weight:600!important}
.fw-700{font-weight:700!important}
/*
.loader_css>span{display: none;}
.loader2,
.loader2:before,
.loader2:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader2 {
  color: #ffffff;
  font-size: 5px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader2:before,
.loader2:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader2:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader2:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
} */



button:focus{box-shadow: none!important;}

.btn-associazioni{text-align: center;border-bottom: 1px solid #dee2e6;padding: 10px 0px!important;}
.btn-associazioni button{text-align: left;background: #ffffff;border: 0;width: 100%;}

#notifica_audio{position: fixed;top: -1000px;}

.post-comments .post-comm,.sidebar-ticket,
.drop_file_zone,.flatpickr-days,.flatpickr-day,
.flatpickr-calendar.inline .flatpickr-day,.alert,.modal-content,
.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start,
.badge,.note-editor .btn-default,.drop_file_zone .btn,.btn.btn-success,.btn.btn-default,
.btn,.select2-selection,.select2-dropdown,.select2-search--dropdown .select2-search__field,
.select2-results__option[aria-selected], .form-control, .btn, .btn-primary, .mailbox-menu li button.active, .mailbox-menu li button:hover, .mailbox-menu li button,.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start){border-radius: 5px!important;}
.alert.alert-primary{background: rgba(89,209,0,0.1)!important;color:#59D100!important;}
.alert.alert-primary span{color:#59D100!important;}

h1{font-size: 26px;color: #34b3e4;font-weight: 700;margin-bottom: 50px;}

.btn.btn-success {background: rgba(89,209,0,0.1)!important;color:#59D100!important;}
.nota_menzione{
    position: absolute;
    right: 26px;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    color: #E8008F;
    border-radius: 30px;
    top: 1px;
    text-align: center;
    line-height: 16px;
}
.nota_presente{
    position: absolute;
    right: 5px;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    top: 1px;
    text-align: center;
    line-height: 16px;
}
.nota_presente1{
    color: #3788d8;
}
.nota_presente2{
    color: #E8008F;
}
.nota_presente3{
    color: #FF691A;
}


#priorita_icon img{width: 20px;}
.priorita_0{margin-top: 6px;}
.priorita_1{margin-top: 4px;}
.priorita_2{margin-top: 2px;}
#priorita_icon{height: 28px;
    width: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 576px){
    #priorita_icon{
        right: 15px;
        top: 0;
    }
}
.img_upload_file{width: 20px;}
.red{color: #FF0000;}


.flatpickr-current-month .flatpickr-monthDropdown-months{margin-top: 10px;}
.flatpickr-months .flatpickr-month{height: 44px;}


.note-statusbar{display: none!important;}
.modal-footer {padding: 20px 15px 25px;}
.check{width: 16px;}
.block{width: 12px;}

.indietro-pagina{width: 18px;margin: -3px 12px 0px 8px;}
a:hover {
    color: #3788d8;
}
textarea.form-control {
    padding: 15px;
}
.modal-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #222222;
    line-height: 21px;
}
.text-muted {color: #ADADAD!important;}

button>span.button__text {
  transition: all 0.2s;
}
.box-media{
    font-size: 14px;
    box-shadow: 0 0 7px rgb(31 45 61 / 8%);
    display: inline-block;
    padding: 0px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.box-media span{display:block;padding: 18px 20px;}
.box-media img.media-img{ width: 200px;}
.box-media img.download-img{ width: 12px;margin: 20px 20px;transform: rotate(180deg);}
.btn-download{background-image: url(/assets/img/freccia-bianca-download.svg) !important;background-repeat: no-repeat !important;background-size: 10px !important;background-position: right 20px center !important;padding-right: 40px!important;}

.box-scheda{
    font-size: 14px;
    box-shadow: 0 0 7px rgb(31 45 61 / 8%);
    display: inline-block;
    padding: 10px 15px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.box-scheda-approvato .blu{
    color:#59D100!important;
}
table.dataTable td p, table.dataTable th p{margin-bottom: 0;}
.telefonate table.dataTable td, table.dataTable th {
    padding: 10px 10px!important;
}
.telefonate .page-content {
    padding: 20px;
}
.telefonate table * {
    font-size: 12px;
}

button.button--loading>span.button__text {
  visibility: hidden;
  opacity: 0;
}
button {position: relative;}
button.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}
table.dataTable.display tbody tr td.child{padding: 0!important;}
table.dataTable.display tbody tr td.child table{width: 100%;}
.table-active, .table-active>td, .table-active>th{background: transparent!important;font-weight: 600!important;text-transform: capitalize;}
.color_dark{color: #222222}
.color_light{color: #ADADAD}

.cursor-pointer{cursor: pointer}
.blue{color:#34b3e4;}
.fc-daygrid-event-harness{overflow: hidden}
.Social{background: #E8008F;color:#ffffff;}
.Grafica{background: #FF691A;color:#ffffff;}
.Advertising{background: #7D00E8;color:#ffffff;}
.SEO{background: #00E2D9;color:#ffffff;}
.Sito{background: #484848;color:#ffffff;}
.Assistenza{background: #C4E800;color:#ffffff;}
.Varie{background: #0000E8;color:#ffffff;}
th[role="columnheader"]{color: #ADADAD!important;background: #ffffff!important;font-weight: 500!important;border: 1.5px solid #F0F0F0!important;border-top:0!important;text-transform: capitalize;}
.fc .fc-toolbar-title{text-transform: capitalize;}
.fc .fc-daygrid-day-top {background: rgba(0,0,0,0);text-align: center;flex-direction: column;}
.fc .fc-daygrid-day-number{color: #000000 !important;
    padding-bottom: 2px;
    padding-top: 8px;
    text-align: left;
    padding-left: 8px;}
.fc .fc-col-header-cell-cushion{padding: 0px;}
.table-bordered td, .table-bordered th {border: 1px solid #F0F0F0;}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 3px;
    right: 3px;
}
#calendar table td, #calendar table th{
    padding-top: 0!important;
    padding-bottom: 0!important;
    padding-left: 6px!important;
    padding-right: 6px!important;
}

.fc-daygrid-day-events {
    max-height: none;  /* Rimuove il limite di altezza per gli eventi */
    overflow: visible; /* Disabilita lo scroll degli eventi */
  }
  .fc {
    min-height: 1500px;  /* Imposta un'altezza minima più alta per l'intero calendario */
  }
  .fc-daygrid-day-frame {
    height: 200px;  /* Altezza fissa per le celle dei giorni */
  }
/* .fc-day.fc-daygrid-day{
    height: 250px;

} */
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(0,0,0,0.02)!important;
}
.read_more{overflow: hidden;}
.read_more *{font-size: 14px!important;line-height: 20px!important;}
.fc-toolbar .btn.btn-primary,.fc-toolbar .btn.btn-primary:hover{    font-size: 12px!important;
    padding: 5px 10px!important;
    background: #ffffff!important;
    box-shadow: 0 0 7px rgb(31 45 61 / 8%)!important;text-transform: none!important;margin: 2px;}
.fc-toolbar .btn.btn-primary:not(:disabled):not(.disabled).active, .fc-toolbar .btn.btn-primary:not(:disabled):not(.disabled):active:focus, .fc-toolbar .btn.btn-primary:not(:disabled):not(.disabled).active:focus, .show > .fc-toolbar .btn.btn-primary.dropdown-toggle:focus, .show > .fc-toolbar .btn.btn-primary.dropdown-toggle{color: #222222!important;
    background: #ffffff!important;
    border: 1px solid #e1e1e1;
    box-shadow: none;}
.tast-lista.concluso{color: #fff;background: #61D39F;}

.fc-toolbar-chunk .fc-today-button{display: none;}
.fc-toolbar .btn.btn-primary.fc-next-button,.fc-toolbar .btn.btn-primary.fc-prev-button{border: 0!important;transition: none!important;box-shadow: none!important;}
.fc-toolbar .btn.btn-primary.fc-next-button .fa,.fc-toolbar .btn.btn-primary.fc-prev-button .fa{font-size:0!important;}
.fc-toolbar .btn.btn-primary.fc-prev-button{
    background: transparent url(../img/freccia.svg) no-repeat center center!important;background-size: 8px!important;transform: rotate(-180deg);
}
.fc-toolbar .btn.btn-primary.fc-next-button{
    background: transparent url(../img/freccia.svg) no-repeat center center!important;background-size: 8px!important;
}

.FilterCalendar{border: 1px solid #e1e1e1;padding: 14px 14px;font-size: 13px!important;font-weight: 400!important}
.FilterCalendar.Social{border: 1px solid #E8008F;}
.FilterCalendar.Grafica{border: 1px solid #FF691A;}
.FilterCalendar.Advertising{border: 1px solid #7D00E8;}
.FilterCalendar.SEO{border: 1px solid #00E2D9;}
.FilterCalendar.Sito{border: 1px solid #484848;}
.FilterCalendar.Assistenza{border: 1px solid #C4E800;}
.FilterCalendar.Varie{border: 1px solid #0000E8;}
.FilterCalendar.active{background: transparent!important; color: #222222;}
.FilterCalendar.Social.active{color: #E8008F;}
.FilterCalendar.Grafica.active{color: #FF691A;}
.FilterCalendar.Advertising.active{color: #7D00E8;}
.FilterCalendar.SEO.active{color: #00E2D9;}
.FilterCalendar.Sito.active{color: #484848;}
.FilterCalendar.Assistenza.active{color: #C4E800;}
.FilterCalendar.Varie.active{color: #0000E8;}
h5>.FilterCalendarComplete,.FilterCalendarComplete{border: 1px solid #e1e1e1;font-size: 14px!important;font-weight: 400!important;margin-top: -5px}
.FilterCalendarComplete{padding: 15px 12px}
h5>.FilterCalendarComplete{padding: 7px 12px}

.fc-direction-ltr .fc-daygrid-event.fc-event-end[style*="(89, 209, 0, 0.1)"] .fc-event-main{color: rgba(89, 209, 0, 1)!important;}




.fc-daygrid.fc-dayGridWeek-view.fc-view .fc-daygrid-event, .fc-daygrid.fc-dayGridDay-view.fc-view .fc-daygrid-event, .fc-listMonth-view.fc-view .fc-daygrid-event{
    white-space: normal;
    margin-top: 10px;
}
.fc-daygrid.fc-dayGridMonth-view.fc-view .fc-daygrid-event{
    margin-top: 5px;
}

.fc-daygrid.fc-dayGridWeek-view.fc-view .fc-daygrid-event *, .fc-daygrid.fc-dayGridDay-view.fc-view .fc-daygrid-event *, .fc-listMonth-view.fc-view .fc-daygrid-event *, .fc-daygrid.fc-dayGridMonth-view.fc-view .fc-daygrid-event *{
    font-size: 13px!important;
}
.fc-view .fc-event-main{
    padding: 8px 12px;
}
.fc-list .fc-list-event{
    padding: 8px 12px;
    display: block;
    margin-bottom: 0px;
    margin-top: 10px;
    border-radius: 5px;
}
a.fc-col-header-cell-cushion {color: #000000!important;}
.fc-list-event-title{border:0!important;}
.fc-list-event-time, .fc-list-event-graphic{display: none;}
.fc-daygrid.fc-dayGridMonth-view.fc-view .fc-event-main{
    padding: 3px 5px 3px 10px;
}
.fc-list-day.fc-day.fc-day-past, .fc-list-day.fc-day.fc-day-today, .fc-list-day.fc-day.fc-day-future {
    padding-top: 30px;
    display: grid;
    width: 100%;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .fc .fc-daygrid-event-harness, .fc-daygrid.fc-dayGridDay-view.fc-view .fc .fc-daygrid-event-harness, .fc-listMonth-view.fc-view .fc .fc-daygrid-event-harness, .fc-dayGridMonth-view.fc-view .fc .fc-daygrid-event-harness, .fc-list .fc-list-event, .fc-daygrid-event{
    position: relative;
    margin-bottom: 1px;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .fc-daygrid-event::after, .fc-daygrid.fc-dayGridDay-view.fc-view .fc-daygrid-event::after, .fc-listMonth-view.fc-view .fc-daygrid-event::after, .fc-dayGridMonth-view.fc-view .fc-daygrid-event::after, .fc-list .fc-list-event::after, .fc-daygrid-event::after {content:"";
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 3px;
    height: calc(100% - 4px);
    border-radius: 10px;
}
.fc th{text-align: left;}
#calendar table th.fc-col-header-cell.fc-day{
    
    padding: 18px 10px!important;
  }
  
  .fc-scroller-harness .fc-day {
    color: #000000;
    font-size: 13px;
    margin-bottom: 5px; /* Personalizza la dimensione del testo per il nome del giorno */
    font-weight: 400;
  }
  
  .fc-scroller-harness .fc-day-number {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
  }

  .popover-header .fc-popover-close {
    margin-right: 10px;
    cursor: pointer;
    opacity: 1;
    font-size: 1.1em;
    color: #000000;
    margin-top: 9px !important;
}

.popover {margin: 10px;border: 0;border-radius: 5px;}
.popover *{font-size: 13px;}
.fc .fc-popover-title{margin: 10px 10px 0px 10px;color: #000000;font-weight: 600;font-size: 16px;}


.card-Advertising{background: rgba(154, 116, 254, 0.1)!important;color: rgba(154, 116, 254, 1)!important;}
.card-Advertising *{color: rgba(154, 116, 254, 1)!important;}
.card-Advertising .card-project-bar{color: #ffffff!important;}

.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-advertising, .evento-advertising{
    color: #9a74fe!important;
    background: rgba(154, 116, 254, 0.1)!important;
    border: 1px solid rgba(154, 116, 254, 0.1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-advertising>*, .evento-advertising>*{
    color: #9a74fe!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-advertising::after, .evento-advertising::after  {content:"";
    background: rgba(154, 116, 254, 1)!important;
}

.card-Grafica{background: rgba(255, 105, 26, 0.1)!important;color: rgba(255, 105, 26, 1)!important;}
.card-Grafica *{color: rgba(255, 105, 26, 1)!important;}
.card-Grafica .card-project-bar{color: #ffffff!important;}

.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-grafica,  .evento-grafica{
    color: rgba(255, 105, 26, 1)!important;
    background: rgba(255, 105, 26, 0.1)!important;
    border: 1px solid rgba(255, 105, 26, 0.1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-grafica>*,  .evento-grafica>*{
    color: rgba(255, 105, 26, 1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-grafica::after, .evento-grafica::after {content:"";
    background: rgba(255, 105, 26, 1)!important;
}


.card-Sito{background: rgba(72, 72, 72, 0.1)!important;color: rgba(72, 72, 72, 1)!important;}
.card-Sito *{color: rgba(72, 72, 72, 1)!important;}
.card-Sito .card-project-bar{color: #ffffff!important;}

.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-sito, .fc-view .evento-sito{
    color: rgba(72, 72, 72, 1)!important;
    background: rgba(72, 72, 72, 0.1)!important;
    border: 1px solid rgba(72, 72, 72, 0.1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-sito>*, .fc-view .evento-sito>*{
    color: rgba(72, 72, 72, 1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-sito::after, .fc-view .evento-sito::after {content:"";
    background: rgba(72, 72, 72, 1)!important;
}

.card-Social{background: rgba(232, 0, 143, 0.1)!important;color: rgba(232, 0, 143, 1)!important;}
.card-Social *{color: rgba(232, 0, 143, 1)!important;}
.card-Social .card-project-bar{color: #ffffff!important;}

.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-social, .evento-social{
    color: rgba(232, 0, 143, 1)!important;
    background: rgba(232, 0, 143, 0.1)!important;
    border: 1px solid rgba(232, 0, 143, 0.1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-social>*,  .evento-social>*{
    color: rgba(232, 0, 143, 1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-social::after,  .evento-social::after {content:"";
    background: rgba(232, 0, 143, 1)!important;
}

.card-Foto-Video{background: rgba(186, 36, 36, 0.1)!important;color: rgba(186, 36, 36, 1)!important;}
.card-Foto-Video *{color: rgba(186, 36, 36, 1)!important;}
.card-Foto-Video .card-project-bar{color: #ffffff!important;}

.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-foto-video,  .evento-foto-video{
    color: rgba(186, 36, 36, 1)!important;
    background: rgba(186, 36, 36, 0.1)!important;
    border: 1px solid rgba(186, 36, 36, 0.1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-foto-video>*,  .evento-foto-video>*{
    color: rgba(186, 36, 36, 1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-foto-video::after, .evento-foto-video::after {content:"";
    background: rgba(186, 36, 36, 1)!important;
}

.card-SEO{background: rgba(0, 226, 217, 0.1)!important;color: rgba(0, 226, 217, 1)!important;}
.card-SEO *{color: rgba(0, 226, 217, 1)!important;}
.card-SEO .card-project-bar{color: #ffffff!important;}

.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-seo,  .evento-seo{
    color: rgba(0, 226, 217, 1)!important;
    background: rgba(0, 226, 217, 0.1)!important;
    border: 1px solid rgba(0, 226, 217, 0.1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-seo>*,  .evento-seo>*{
    color: rgba(0, 226, 217, 1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-seo::after,  .evento-seo::after {content:"";
    background: rgba(0, 226, 217, 1)!important;
}


.card-Assistenza{background: rgba(196, 232, 0, 0.1)!important;color: rgba(196, 232, 0, 1)!important;}
.card-Assistenza *{color: rgba(196, 232, 0, 1)!important;}
.card-Assistenza .card-project-bar{color: #ffffff!important;}

.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-assistenza, .evento-assistenza{
    color: rgba(196, 232, 0, 1)!important;
    background: rgba(196, 232, 0, 0.1)!important;
    border: 1px solid rgba(196, 232, 0, 0.1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-assistenza>*, .evento-assistenza>*{
    color: rgba(196, 232, 0, 1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-assistenza::after, .evento-assistenza::after {content:"";
    background: rgba(196, 232, 0, 1)!important;
}


.card-Varie{background: rgba(0, 0, 232, 0.1)!important;color: rgba(0, 0, 232, 1)!important;}
.card-Varie *{color: rgba(0, 0, 232, 1)!important;}
.card-Varie .card-project-bar{color: #ffffff!important;}

.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-varie, .evento-varie{
    color: rgba(0, 0, 232, 1)!important;
    background: rgba(0, 0, 232, 0.1)!important;
    border: 1px solid rgba(0, 0, 232, 0, 0.1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-varie>*,  .evento-varie>*{
    color: rgba(0, 0, 232, 1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-varie::after, .evento-varie::after {content:"";
    background: rgba(0, 0, 232, 1)!important;
}



.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-completato::after, .fc-view .evento-completato::after {content:"";
    background: rgba(89, 209, 0, 0)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-completato, .fc-view .evento-completato{
    color: rgba(89, 209, 0, 1)!important;
    background: rgba(89, 209, 0, 0.1)!important;
    border: 1px solid rgba(89, 209, 0, 0.1)!important;
}
.fc-daygrid.fc-dayGridWeek-view.fc-view .evento-completato *, .fc-view .evento-completato *{
    color: rgba(89, 209, 0, 1)!important;
}

.FilterCalendarComplete i{font-size: 14px!important;}
/*#timeline-page .FilterCalendarComplete{padding:6px 14px!important}*/
.FilterCalendarComplete.active{background: #222222!important;border-color: #222222!important; color: #ffffff;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    top: 2px;
    left: -23px;}
.icona-timeline{font-size: 16px;}
.select2-container--default .select2-results>.select2-results__options {max-height: 280px;}
 .select2-dropdown{min-height: 360px; max-height: 360px; overflow-y: auto;background: #ffffff!important;}
.select2-selection .select2-selection__arrow {right: 10px!important;    height: 31px!important;}
.select2-container .select2-selection--single .select2-selection__rendered {padding-right: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{right: 6px}
.tast-lista{
    border-bottom: 1px solid #dee2e6;
    padding: 8px 14px;
}
.tast-lista p{margin-bottom: 0}
.data-lista{float: left;}
.pallino{display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border-radius: 25px;
}

@media (min-width: 576px){
.modal-dialog.modal-dialog-custom-1 {
    max-width: 620px;
}
}
.btn.btn-info {color: #34B3E4;background: rgba(52,179,228,0.1)!important;}
table,table tr, table th{ color: #222222;}
.btn.btn-primary,.btn.btn-success,.btn, .btn.btn-info{
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
}
.fc-event-main{padding: 0 0 0 10px;}
.form-group {
    margin-bottom: 1.5rem;
}
label {
    font-size: 19px;
    font-weight: 700;
}
label.col-form-label {font-size: 12px!important;color: #ADADAD;font-weight: 400;line-height: 1;}
label.img_post {font-size: 16px;}
.list-1{
    font-size: 14px;
    box-shadow: 0 0 7px rgb(31 45 61 / 8%);
    display: inline-block;
    padding: 10px 15px;
    margin-right: 30px;
}
h5.titolo_h5{
    font-size: 26px!important;
    padding:0!important;
    background-color: transparent;
    color: #000000!important;
    font-weight: 600!important;
    line-height: 32px!important;
    margin-bottom: 50px;
    text-transform: none
}
.mt-60{margin-top: 60px;}
.mt-80{margin-top: 80px;}
.mb-80{margin-bottom: 80px;}

.h3, h3{font-size:22px;font-weight: 600;}
.card-title{
    font-size: 26px;
    padding:0;
    background-color: transparent;
    color: #34B3E4;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 50px;
    text-transform: none
}
@media (max-width: 991px){
    .card-title{margin-bottom: 15px;}
}
.btn.btn-light{background: transparent;}
.img-media-img{display: inline-block;max-width: 63px;margin-right: 20px;vertical-align: bottom}
.file_media{display: inline-block;width: 63px;height: 63px; margin-right: 20px;font-size: 35px;text-align: center;color: #5c6662; vertical-align: bottom;background: #f5f4f3}
.fc.fc-bootstrap a {
    margin-top: 4px;
    border-radius: 15px;
    padding: 5px 15px;
    border: 0!important;
}

.img-media-img2{display: inline-block;width: 123px;max-width: 100%; vertical-align: bottom}
.file_media2{display: inline-block;width: 123px;height: 123px; margin-right: 20px;font-size: 35px;text-align: center;color: #5c6662; vertical-align: bottom;background: #f5f4f3}

.media-input{display: inline-block;width: calc(100% - 110px);}
.accordion-menu li.sidebar-title{font-weight: 500;letter-spacing: 1px;}
.flatpickr-calendar.inline{width: 100%;box-shadow: none;border: 0;box-shadow: 0 0 7px rgb(0 0 0 / 7%);padding: 15px;}
.flatpickr-current-month{padding: 0;}
.flatpickr-calendar.inline .flatpickr-innerContainer,.flatpickr-calendar.inline .flatpickr-rContainer,.flatpickr-calendar.inline .flatpickr-days,.flatpickr-calendar.inline .flatpickr-days>.dayContainer{min-width: 100%!important; width: 100%!important;}
.flatpickr-calendar.inline .flatpickr-day{width: 10%!important;min-width:10%!important;max-width: 10%!important;margin: 2%;font-weight: 600;}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #34b3e4;
    border-color: #34b3e4;
}

.green-icon{color: green}
.lista_task_dash{border-bottom: 1px solid #dadada;padding: 10px 0px}

.lista_task_dash p{margin-bottom: 0}
p{line-height: 20px;}

/*
.dataWorktime0{
   background-color: red !important;color: #ffffff
}
*/
.dashboard .flatpickr-calendar.inline .flatpickr-day[tabindex="-1"]{
   background-color: rgba(240, 81, 84,0.1);color:rgba(240, 81, 84,1)
}
.dashboard .flatpickr-calendar.inline .dataWorktime1{
    background-color:rgba(89,209,0,0.1) !important;
    color: #59D100!important;
}

.mese_inviato,.mese_non_inviato,.mese_approvato{color:#ffffff;padding: 3px 8px; text-align: center;display: inline-block;margin-right: 3px;border-radius: 30px;background: #ccc}
.mese_inviato{background: #F49E31}
.mese_approvato{background: #5fd0a5}
.mese_non_inviato{background: #f05154}

.dashboard  .flatpickr-calendar.inline .dataWorktime1.flatpickr-disabled,.dashboard  .flatpickr-calendar.inline .dataWorktime0.flatpickr-disabled{background: transparent!important}
div.note-editor .modal-header .close{top: 0px!important;right: 0px!important;}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus,.swal2-file, .swal2-input, .swal2-textarea {
    border: 0!important;
    outline: 0!important;
    border-radius: 5px!important;
    box-shadow: 0 0 7px rgba(0,0,0,.07)!important;
    font-weight: 400!important;
    font-size: 13px!important;
}
.swal2-title{font-weight: 800!important;margin-top: 20px!important;padding-top: 0!important;}
.swal2-title,.swal2-html-container{color:#000000!important;}
.swal2-styled.swal2-confirm,.swal2-styled.swal2-cancel{}
.swal2-styled.swal2-default-outline:focus{box-shadow: none!important;}
.swal2-container.swal2-center>.swal2-popup{padding-bottom: 40px!important;}
.swal2-html-container {margin: 1em 2em .3em!important;font-size: 18px!important;line-height: 24px!important;}

.aggiungi_timeline{position: absolute;left: -160px;top:-25px;width: 300px;}

.modal .close,.modal .close:hover,.swal2-close{
    background: url(../img/chiudi.svg) no-repeat center center!important;
    background-size: 18px!important;
    color: transparent!important;
    text-shadow:none!important;
    top: 18px!important;right: 18px!important;
}

.modal-xl {
    max-width: 90%;
    width: 90%;
}
.modal-header {
    padding: 45px 25px 30px;
}
.modal-header>h5.card-title{width: 100%;}
.modal-header>h5{
    margin:0!important;font-size: 20px;font-weight: 700;color:#000000;text-transform: none;
}
.custom-control-label{margin-right: 10px;}
.custom-control-label::before {
    top: 0;
    left: -25px;
    width: 20px;
    height: 20px;
}
.custom-control-label::after {
    top: 0;
    left: -25px;
    width: 20px;
    height: 20px;
    background-size: 16px;
}

.sidebar-ticket{
    background-color: #fafafa;
    padding: 20px;
}
.sidebar-ticket-nuovo{
    background-color: #ffffff;
}
.sidebar-ticket .form-control{padding: 6px 12px;}
.sidebar-ticket label{font-size: 16px;}
/* .filtri-div{background-color: #f5f4f3;padding: 20px;} */
.filtri-div{padding: 0px;}
button:focus {
    outline: 0;
    outline: 0;
}
.form-control,.select2-dropdown,.select2-results__option,.select2-search--dropdown .select2-search__field,.form-group .note-editor.note-airframe, .form-group .note-editor.note-frame,.select2-selection,.accordion-menu > li,.btn,.alert,.mailbox-menu li a,.mailbox-menu li button,.card,.card .card-body, ul.pagination li,ul.pagination li a, .post-comments .post-comm,.input-group-prepend + .form-control,.input-group-text,.flatpickr-calendar,.modal-content,.badge:not(.badge-pill){}
.card .card-body {
    padding: 20px 15px;
}
.input-group-text{border-width:0px;background-color: transparent!important;}
.form-control,.select2-selection,.note-editor.note-airframe, .note-editor.note-frame,.dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_length select{border: 0px!important;font-weight: 400;color:#000000;    box-shadow: 0 0 7px rgba(0, 0, 0, .07)!important;}
div.dataTables_wrapper div.dataTables_filter input{margin: 8px;}
.dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_length select{font-size: 14px;}
table.dataTable{border-bottom: 0px!important;}
.dataTables_filter label{font-size: 0!important;}
#approvazione{
    padding: 20px 0px 0px;
/*        border: 1px solid #dadada;*/
}
.card-post{
    border: 0px!important;
    box-shadow: 0 0 7px rgba(0,0,0,.07);
}
.nav-tabs {
    border-bottom: 2px solid #e1e1e1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #34b3e4 !important;
    background: transparent!important;
    border: 0px solid transparent!important;
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #34b3e4 !important;
}

.nav-pills .nav-link{border-radius: 0!important;}
.nav-tabs .nav-item .nav-link{border:0!important;position: relative;padding-left: 0!important;padding-right: 0!important;margin: 0 20px}
.nav-tabs .nav-item:nth-child(1) .nav-link{margin-left: 0px}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{background-color:transparent!important;border:0!important;}
.nav-tabs .nav-link.active::after{
    content: "";
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background: #34b3e4!important;
    position: absolute;
    display: block;
}


.pagination li a {
    font-size: 14px;padding: 0px 15px;
    background: none!important;
    border: 0!important;
    font-weight: 400;
    color: #222222!important;
}
.pagination{padding-top: 12px;}
.pagination .page-item.previous .page-link,.pagination .page-item.next .page-link{border: 0;background: none;font-size: 0px;}
.pagination .page-item.previous .page-link{background: transparent url(../img/freccia.svg) no-repeat center center!important;background-size: 8px!important;transform: rotate(-180deg);height: 17.5px;}
.pagination .page-item.next .page-link{background: transparent url(../img/freccia.svg) no-repeat center center!important;background-size: 8px!important;height: 17.5px;}
.pagination li.active a {
    background: none!important;
    border: 0!important;
    font-weight: 600;
    color: #222222!important;
}

.dataTables_paginate{position: relative;    padding-right: 30px;}
.dataTables_paginate .paginate_button.previous, .dataTables_paginate .paginate_button.next {
    width: 30px;
    height: 17.5px!important;
    font-size: 0px;
    background: none!important;
    border: 0!important;
    font-weight: 400;
    color: #222222!important;
    display: inline-block;
    position: absolute;
    margin-top: 8px;
}
.dataTables_paginate .paginate_button.previous{background: transparent url(../img/freccia.svg) no-repeat center center!important;background-size: 8px!important;transform: rotate(-180deg);    left: -30px;}
.dataTables_paginate .paginate_button.next{background: transparent url(../img/freccia.svg) no-repeat center center!important;background-size: 8px!important;    right: 0px;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{opacity: 0.2;}


progress{width: 100%;border-radius: 30px;}

/* background: */
progress::-webkit-progress-bar {background-color: #f1f1f1; width: 100%;border-radius: 30px;}
progress {background-color: #f1f1f1;border-radius: 30px;}

/* value: */
progress::-webkit-progress-value {background-color: rgba(89,209,0,1) !important;border-radius: 30px;}
progress::-moz-progress-bar {background-color: rgba(89,209,0,1) !important;border-radius: 30px;}
progress {color: rgba(89,209,0,1);}


progress[value="25"]::-webkit-progress-value,progress[value="50"]::-webkit-progress-value {background-color: #f05154 !important;}
progress[value="25"]::-moz-progress-bar, progress[value="50"]::-moz-progress-bar {background-color: #f05154 !important;}
progress[value="25"], progress[value="50"] {color: #f05154!important;}

progress[value="75"]::-webkit-progress-value{background-color: rgba(244, 158, 49,1) !important;}
progress[value="75"]::-moz-progress-bar {background-color: rgba(244, 158, 49,1) !important;}
progress[value="75"] {color: #F49E31!important;}

input.password{width: 100%;border: 0;box-shadow:none;}
progress[value="0"]{opacity: 0.1;}


.nav-tabs .nav-link{text-transform: uppercase;letter-spacing: 1px;color:#5c6662;font-weight: 600;font-size: 13px;}


/* Write your custom CSS here */
.logo-box a.logo-text img{max-width: 180px}
.auth-page .logo-box a img{max-width: 250px}

table.dataTable thead th, table.dataTable tfoot th {
    text-transform: none;
    font-family: 'Inter', Calibri, Arial, sans-serif!important;
    font-size: 14px;
    font-weight: 400!important;
    color: #ADADAD;
    padding: 10px 20px!important;
    border-right: 1.5px solid #F0F0F0!important;
}
table.no-top-border tr:first-child td{border-top: 0!important;}
    table.dataTable td, table.dataTable th{border-right: 1.5px solid #F0F0F0!important;}
    table.dataTable td:last-child, table.dataTable th:last-child{border-right:0px!important;}
table.dataTable thead th:last-child, table.dataTable tfoot th:last-child {
    border-right: 0px!important;
}
table * {
    border-color: #F0F0F0!important;
}
.auth-page .form-control{
border: 1px solid #707070!important;
background: transparent!important;
color:#ffffff!important;
}
.auth-page.sign-in {
    background: #1C1C27
}
.auth-page.sign-in .auth-image {
    background: url('../images/login_blue.svg') center center no-repeat!important;
    background-size: 90% 70%!important;
}
.auth-page form .btn-submit{margin-top: 20px;}
.logo_footer{width: 100px;    vertical-align: sub;}
.page-sidebar {width: 230px;padding: 0px;}
.page-container {margin-left: 230px;}
.page-content{padding: 40px 50px;}
.page-content .main-wrapper{padding-top: 0}
.mailbox-menu-header {margin: 9px 20px 5px;}
.alert {padding: 10px 15px;font-weight: 400}
.alert .btn.btn-warning {background: #F49E31;color: #ffffff}
.alert .btn.btn-warning:hover {background: #F49E31!important;color: #ffffff}
/*.card.file.photo{padding-left: 100px}*/
.card.file.photo .card-header.file-icon{border-top-left-radius: 0;}
img.img-anteprima{width: 71px!important;height: auto!important; border-radius: 10px 0px 0px 10px!important; z-index: 1}
.card.file.photo{border-radius: 0px 10px 10px 0px!important; }

.approvato{position: absolute;right: 25px;top: 18px}
.approvato i{color: #cdf7e7;font-size: 18px; background: #5fd0a5;padding: 3px;border-radius: 40px;}
.blocco-sel-ut{width: 110px!important;}
.blocco-sel-ogg{width: 180px!important;}
@media (max-width: 1500px){
    .blocco-sel-ogg{width: 160px!important;}
}
@media (max-width: 1340px){
    .blocco-sel-ogg{width: 150px!important;}
}
@media (max-width: 1250px){
    .blocco-sel-ogg{width: 135px!important;}
}
.post-comm.utente{padding: 0; border:0px!important;background: #ffffff;box-shadow: 0 0 7px rgba(0,0,0,.07);}
.post-comm.task_box{padding: 0; border:0px!important;background: #ffffff;box-shadow: 0 0 7px rgba(0,0,0,.07);}
.post-comm.cliente{padding: 0;border:0px!important;background: #ffffff;box-shadow: 0 0 7px rgba(0,0,0,.07);}
.post-comments .post-comm .comment-text{padding: 15px;}
.post-comments {margin-top: 10px;padding-top: 0;}
.link-ticket,.link-ticket:hover{color: #5c6662}

.mailbox-stato{display: inline-block;margin-bottom: 0!important}
.mailbox-stato li{display: inline-block}
.filtri .mailbox-menu-header{margin-left: 0;margin-top: 0}
.mailbox-stato li button{ display: inline-block!important;
    padding: 8px 15px!important;
    width: auto!important;}
.mailbox-stato li button>.badge{margin-left: 5px;padding: 6px 6px;}
.mailbox-stato.mailbox-menu li button{border:0!important;font-weight: 500!important;color: #000000;text-transform: uppercase;box-shadow: 0 0 7px rgba(0,0,0,.07);margin-right: 20px;}
.material-icons-outlined{vertical-align: middle}
.select2-container--default .select2-selection--single,.select2-container,.select2-container--open .select2-dropdown--below,.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-search--dropdown .select2-search__field{background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%)}


.form-control {padding: 10px 12px;}



.select2-container--default .select2-selection--single .select2-selection__rendered{font-weight: 400}
.select2-selection{padding: 6px 12px;}
/* .select2-selection{padding: 10px 12px;} */
.select2-dropdown {padding: 8px 8px!important;}
.select2-search--dropdown .select2-search__field{padding: 6px 12px!important;}
.select2-results__option {padding: 6px 12px;font-size: 12px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top: 0!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border:0!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after{
    content:"";
    position:absolute;
    background:url(../img/icone/freccia-select.svg) no-repeat center center;
    background-size:100%;
    top:0;
    left:0;
    width:10px;
    height:6px;

}
.blocco-filtri{display: inline-block!important;margin-right: 25px;margin-bottom: 10px;}
.blocco-filtri:last-child{margin-right:0px;}



/*********************************** TICKET ***********************************/
.post-comments .post-comm .comment-container span.comment-author {
    color: #000000;
    font-weight: 400;
}
table * {
    font-size: 14px;
    line-height: 18px;
}
.ticket-header{
    padding: .75rem 1.25rem 0rem;
    margin-bottom: 0;
}
.ticket-header .comment-author{color: #34B3E4!important;}
.post-comm.cliente .ticket-header .comment-author{color: #000000!important;}
.post-comm.task_box .ticket-header .comment-author{color: #000000!important;}
.ticket-header .comment-date {color: #ADADAD!important;font-weight: 400;}
.oggetto_lista{font-weight: 700;}

.card-header{border-radius:  0px!important;}
.card .post-comm.cliente .card-header{padding: 10px 15px 10px 15px;background: #F8FAF9;border-radius:  0px!important;}
.card .post-comm.utente .card-header{padding: 10px 15px 10px 15px;background: #F8FAF9;}

.post-comm.cliente img.img-anteprima{margin-right: 15px;}
.post-comm.utente img.img-anteprima{float: right;width: 71px!important;height: auto!important;  z-index: 1;margin-left: 15px;border-radius: 0px 10px 10px 0px!important;}
.post-comm.utente .card.file.photo{ }

.mailbox-menu li a.active{background: rgba(0,0,0,.04)!important}
#assistenza{position: fixed;bottom: 20px;right: 20px;background:#34b3e4!important;border-radius: 50px;padding: 10px; vertical-align: middle;font-size: 40px;color:#ffffff;z-index: 9999999;text-align: center;box-shadow: 0 0 10px 10px rgba(0,0,0,0.06)}
#assistenza i{display: block;}
.blu{color:#34b3e4!important;}
.footer-sidebar{position: absolute;bottom: 60px;z-index: 1;left: 0px;}
tbody .btn{line-height: 12px;}
tbody .btn i{font-size: 14px;}
.btn-w-100{padding-left: 2px!important;padding-right: 2px!important;width: 100%;}
.bold, b, strong{font-weight: 700;}
/*input[type="file"]{opacity: 0;}*/
.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable{background: #ffffff;padding: 15px!important;}
.note-editor .note-toolbar, .note-popover .popover-content {
    padding: 15px 0 5px 15px;
}
.note-editor.note-airframe .note-placeholder, .note-editor.note-frame .note-placeholder {padding: 15px!important;}
.page-header .navbar{background:#1C1C27; }
.table-striped tbody tr:nth-of-type(odd), table.table-hover tbody tr:hover{background: transparent}
.page-header .navbar ul.navbar-nav>li>a>i:only-child {color: #ffffff;}
.logo-header{position: absolute;right: 20px;top: 16px;}.logo-header img{float:right;width: 90px}
.page-header{display: none}
.btn-aggiungi-post{position: absolute;right: 77px;top: -5px;}
@media (max-width: 991px){
    .btn-aggiungi-post{position: relative;right: auto;top: auto;margin-bottom: 15px}
}

.btn-cambio-view1{position: absolute;right: 230px;top: -2px;border-radius: 0!important;}
.btn-cambio-view2{position: absolute;right: 272px;top: -2px;border-radius: 0!important;}
@media (max-width: 991px){
    .btn-cambio-view1{position: relative;right: auto;top: auto;margin-bottom: 15px;}
    .btn-cambio-view2{position: relative;right: auto;top: auto;margin-bottom: 15px;}
}

#notifiche{position: absolute;right: 50px;top: 40px;}



#box-notifiche{
    min-width: 280px;
    max-width: 330px;
    position: absolute;
    right: 50px;
    top: 75px;
    box-shadow: 0 0 7px rgb(0 0 0 / 7%);
    min-height: 20px;
    text-align: left;
    border-radius: 5px;
    z-index: 90;
    background-color: #ffffff;
    max-height: 273px;
    overflow: scroll;
}
#box-notifiche>#inner-notifica{
    overflow-y: auto;
    height: 100%;
}
#box-notifiche .notifica{
    position: relative;
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid #F0F0F0;
    opacity: 0.5;
    position: relative;
}
#box-notifiche .nessuna-notifica{
    position: relative;
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid #F0F0F0;
    opacity: 0.5;
    position: relative;
}
#box-notifiche .nessuna-notifica p{
    margin: 0;
}
#box-notifiche .notifica:last-child{
    border-bottom: 0px;
}
#box-notifiche .notifica p{
    margin: 0;
}
#box-notifiche .notifica a{
    color: #222222;
}
.notifica.non-letta{
    opacity: 1!important;
    font-weight: 500;
    cursor: pointer;
}
.notifica span{
    color: #ADADAD!important;
    font-size: 13px;
}
.notifica::after{
    content: "";
    pointer-events: all;
    position: absolute;
    right: 40px;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background-color: rgba(57,57,57,0.1);
    top: calc(50% - 6px);
}
.notifica.non-letta::after{
    background-color: #34B3E4;
}
#box-notifiche .btn-elimina{position: absolute;right: 0;top:calc(50% - 11px);background-size: 12px;z-index: 999;}
@media (max-width: 1199px){
    #notifiche{position: fixed;right: 150px;top: 15px;z-index: 999;}
    #box-notifiche{position: fixed;}
}


.accordion-menu > li > a > i.icona {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 18px;
}
.icona-utenti{background-image: url(../img/icone/utenti.svg);}
.icona-domini{background-image: url(../img/icone/domini.svg);}
.icona-dashboard{background-image: url(../img/icone/dashboard.svg);position: relative;}
.icona-dashboard.con-notifica::after{content: "";width: 8px;height: 8px;border-radius: 20px;display: block;position: absolute;right: -3px;top: -2px;background: #FF0000;}
.icona-configurazioni{background-image: url(../img/icone/configurazioni.svg);}
.icona-timeline2{background-image: url(../img/icone/timeline.svg);}
.icona-ticket{background-image: url(../img/icone/ticket.svg);}
.icona-lead{background-image: url(../img/icone/lead.svg);}
.icona-lavori{background-image: url(../img/icone/lavori.svg);}
.icona-blog{background-image: url(../img/icone/blog.svg);}
.icona-clienti{background-image: url(../img/icone/clienti.svg);}
.icona-richieste{background-image: url(../img/icone/richieste.svg);}
.icona-piani-editoriali{background-image: url(../img/icone/piani-editoriali.svg);background-size: 14px!important;}
.icona-worktime{background-image: url(../img/icone/worktime.svg);}
.icona-colori{background-image: url(../img/icone/convert.svg);}
.icona-qrcode{background-image: url(../img/icone/qrcode.svg);}
.icona-fatture{background-image: url(../img/icone/fatture.svg);}
.icona-report{background-image: url(../img/icone/report.svg);}
.icona-telefonate{background-image: url(../img/icone/telefonate.svg);}
.icona-appuntamenti{background-image: url(../img/icone/appuntamenti.svg);}
.icona-ferie{background-image: url(../img/icone/ferie.svg);}
.icona-logout{background-image: url(../img/icone/logout.svg);}
.icona-brand{background-image: url(../img/icone/brand.svg);}
.icona-cassaforte{background-image: url(../img/icone/cassaforte.svg);}
.icona-scheda{background-image: url(../img/icone/scheda.svg);}
.icona-todo{background-image: url(../img/icone/todo.svg);}

.icona-priorita {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 18px;
}
.icona-priorita-bassa{background-image: url(../img/icone/bassa.svg);}
.icona-priorita-media{background-image: url(../img/icone/media.svg);}
.icona-priorita-alta{background-image: url(../img/icone/alta.svg);}

.btn-notifica{
    cursor: pointer;
    padding: 0px;
    font-size: 0!important;
    background: url(../img/icone/notifica-letta.svg) no-repeat center center;
    background-size: 30px;
    width: 30px;
    height: 33px;
    padding: 0!important;
}
.btn-notifica-non-letta{
    cursor: pointer;
    padding: 0px;
    font-size: 10px!important;
    background: url(../img/icone/notifica-non-letta.svg) no-repeat center center;
    background-size: 30px;
    width: 30px;
    height: 33px;
}
.btn-notifica-non-letta>span{
    position: absolute;
    color: #ffffff;
    top: 4px;
    right: 1px;
    width: 14px;
    text-align: center;
}
.btn-elimina{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/elimina.svg) no-repeat center center;
    background-size: 14px;
    width: 20px;
    height: 20px;
}
.btn-copia{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/copia.svg) no-repeat center center;
    background-size: 19px;
    width: 20px;
    height: 20px;
}
.btn-aggiungi{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/+verde.svg) no-repeat center center;
    background-size: 16px;
    width: 20px;
    height: 20px;
}
.btn-lista{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/lista.svg) no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.btn-visualizza{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/visualizza.svg) no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.btn-calendario{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/appuntamenti2.svg) no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.btn-ripristina{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/ripristina.svg) no-repeat center center;
    background-size: 18px;
    width: 20px;
    height: 20px;
}
.btn-archivia{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/archivia.svg) no-repeat center center;
    background-size: 18px;
    width: 20px;
    height: 20px;
}
.btn-modifica{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/modifica.svg) no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
}


.btn-griglia{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/griglia.svg) no-repeat center center;
    background-size: 34px;
    width: 34px;
    height: 34px;
}
.btn-elenco{
    cursor: pointer;
    padding: 0 14px;
    font-size: 0!important;
    background: url(../img/icone/elenco.svg) no-repeat center center;
    background-size: 34px;
    width: 34px;
    height: 34px;
}

/*.page-content {margin-top: 20px!important;}*/
.accordion-menu{margin-bottom: 50px;}
.custom-switch .custom-control-label::before {left: -3.8rem;width: 3rem;height: 1.6rem;top: 0;border-radius: 3rem;border: #ADADAD solid 2px;}
.custom-switch .custom-control-label {font-weight: 500!important;}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
.custom-switch.custom-switch-input .custom-control-label::after {
    top: 0.2rem;
    left: calc(-3.2rem + -8px);
    width: 10px;
    height: 34px;
    border-radius: 0;
}
.custom-switch.custom-switch-input .custom-control-label::before {
    left: -3.1rem;
    width: 50px;
    height: 40px;
    top: 0;
    border-radius: 0px;
    border: 0;
    box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before{box-shadow: none;border-color: #ADADAD!important;}
.custom-switch.custom-switch-input .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(34px);
    transform: translateX(34px);
}

.post-comments .new-comment{width: 100%;}
/*
.radio-stato .btn i.fa {
	opacity: 0;
}
.radio-stato .btn.active i.fa {
	opacity: 1;
}
*/


.nome_utente_report{color:#333333;font-size: 20px;    margin-bottom: 10px;}

.note-editor .btn-default{background-color: #F0F0F0!important;margin-right: 4px;}
.radio-stato input{opacity: 0;width: 0;height: 0;position: absolute}

.radio-stato .btn{background: rgba(255,255,255,1); border:1px solid rgba(0,0,0,.1);color: #6c757d;margin-right: 8px}
.radio-stato .btn.btn-attesa.active{background: rgba(255, 0, 0,0.1)!important;color:#FF0000!important;}
.radio-stato .btn.btn-lavorazione.active{background: rgba(52,179,228,0.1)!important;color:#34B3E4!important;}
.radio-stato .btn.btn-pending.active{background: #F0F0F0!important;color:#1C1C27!important;}
.radio-stato .btn.btn-chiuso.active{background: rgba(89,209,0,0.1)!important;color:#59D100!important;}
.radio-stato .btn.btn-chiuso{margin-right: 0;}
.radio-priorita .btn.btn-alta{margin-right: 0;}

.badge.badge-default {color: #ffffff;background: #34b3e4;}
.badge.badge-warning {color: #FF9D00;background: rgba(255,157,0,0.1);}
a.badge.badge-warning:hover,button.badge.badge-warning:hover {color: #ffffff;background: #FF9D00;}
.badge.badge-success{background: rgba(89,209,0,0.1)!important;color:#59D100!important;}
a.badge.badge-success:hover, button.badge.badge-success:hover {background: #59D100!important;color:#ffffff!important;}
a.badge-info:focus, a.badge-info:hover{background: #36A1EA!important;color:#ffffff!important;}
a.badge-danger:focus, a.badge-danger:hover{background: #f05154!important;color:#ffffff!important;}
/*
.radio-priorita .btn i.fa {
	opacity: 0;
}
.radio-priorita .btn.active i.fa {
	opacity: 1;
}
*/

.riga-ticket>td{border-bottom: 0!important;border-top: 0!important}
.riga-ticket>td>div{border-bottom: 1.5px solid #F0F0F0!important;}

.riga-ticket{position: relative;transition:  all 0.3s ease;border-top: 1.5px solid #F0F0F0!important;cursor: pointer}
.riga-ticket:nth-child(1){border-top: 0px!important;}

.riga-report>td{border-bottom: 0!important;border-top: 0!important}
.riga-report>td>div{border-bottom: 1.5px solid #F0F0F0!important;}

.riga-report{position: relative;transition:  all 0.3s ease;border-top: 1.5px solid #F0F0F0!important;}
.div-report .riga-report:nth-child(1){border-top: 0px!important;}
.div-report .riga-report:nth-child(3){border-top: 0px!important;}


.id_data_ticket{border-right: 1.5px solid #F0F0F0!important;}
.id_data_ticket span{color: #ADADAD!important;}

#zero-conf-6 .sorting_asc{display: none!important;}
.radio-priorita input{opacity: 0;width: 0;height: 0;position: absolute}inner-ticket-div2
.radio-priorita i.material-icons-outlined{display: block}
.radio-priorita .btn{background: rgba(0,0,0,.1); color: #6c757d; margin-right: 8px}
.radio-priorita .btn.btn-bassa.active{background: #36A1EA!important;color:#ffffff!important;}
.radio-priorita .btn.btn-media.active{background: #F49E31!important;color:#ffffff!important;}
.radio-priorita .btn.btn-alta.active{background: #f05154!important;color:#ffffff!important;}
.radio-priorita .btn:focus,.radio-priorita .btn.focus {outline: 0!important;box-shadow: none!important;}
.inner-ticket-div{border-right:0!important;}
.inner-ticket-div{border-left: 0!important;position: relative;padding: 15px}
.inner-ticket-div2{position: relative;padding: 15px;border-left: 1.5px solid #F0F0F0!important;border-right: 1.5px solid #F0F0F0!important;}
.inner-ticket p{padding-bottom: 0px;margin-bottom: 0px;}
.inner-ticket-img{max-width:28px;border-radius: 50px;}
.social-img{width:18px;display: inline-block;margin-right: 6px}
.teams-img{width:24px;display: inline-block;margin-right: 6px}
.teams-img2{width:30px;display: inline-block;margin-left: 8px;border-radius: 200px;}
.delete-ticket{position: absolute;right: 15px}
.lista-associazioni{border-bottom: 1px solid rgba(0,0,0,.1)!important;padding: 8px;}
.lista-associazioni p{margin: 0;padding: 0;}
.badge.badge-xs{padding: 4px 6px;font-weight: 400;}
.badge{font-weight: 600;text-transform: uppercase;font-size: 12px!important;padding: 8px 15px;border-radius: 0;}

@media (max-width: 767px){
    .id_data_ticket{padding:10px 0px;border-right: 0!important;border-bottom: 1.5px solid #F0F0F0!important;}
    .inner-ticket-div2{border-left: 0px!important;padding:10px 0px;border-top: 1.5px solid #F0F0F0!important;}
    .inner-ticket-div3{padding:10px 0px;text-align: right;border-top: 1.5px solid #F0F0F0!important;}
    .inner-ticket-div{padding: 10px 0px;}
    .riga-ticket>.row{margin-right: 0;margin-left: 0;border-bottom: 6px solid #F0F0F0!important;}
    .riga-report>.row{margin-right: 0;margin-left: 0;border-bottom: 6px solid #F0F0F0!important;}
}



.riga-ticket:hover::after {
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    left: -15px;
    top: 0;
    display: block;
    background: rgba(0,0,0,0.02)!important;
}



.select2{width: 100%!important;}
h5{margin-bottom: 15px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #5c6662;}

/*
.chiuso{background: rgb(205,247,231);
background: linear-gradient(90deg, #5fd0a5 1%, rgba(205,247,231,1) 1%, rgba(205,247,231,0) 2%)!important}
*/
/*
.in-lavorazione{background: rgb(213,233,247);
background: linear-gradient(90deg, #36A1EA 1%, rgba(213,233,247,0) 1%, rgba(213,233,247,0) 2%)!important}
*/
/* .in-attesa td:nth-child(1){position: relative}
.table .riga-ticket.in-attesa>td:nth-child(1) .inner-ticket-div::after{position: absolute;width: 5px;height: 100%;background:#f05154;display: block;content:"";top: 0;left: 0;}
.table .riga-cliente.in-attesa>td:nth-child(1)::after{position: absolute;width: 5px;height: 100%;background:#f05154;display: block;content:"";top: 0;left: 0;}

.chiuso td:nth-child(1){position: relative}
.table .riga-ticket.chiuso>td:nth-child(1) .inner-ticket-div::after{position: absolute;width: 5px;height: 100%;background:#5fd0a5;display: block;content:"";top: 0;left: 0;}
.table .riga-cliente.chiuso>td:nth-child(1)::after{position: absolute;width: 5px;height: 100%;background:#5fd0a5;display: block;content:"";top: 0;left: 0;}

.in-lavorazione td:nth-child(1){position: relative}
.table .riga-ticket.in-lavorazione>td:nth-child(1) .inner-ticket-div::after{position: absolute;width: 5px;height: 100%;background:#36A1EA;display: block;content:"";top: 0;left: 0;}
.table .riga-cliente.in-lavorazione>td:nth-child(1)::after{position: absolute;width: 5px;height: 100%;background:#36A1EA;display: block;content:"";top: 0;left: 0;} */

/*
.table.div .riga-ticket.in-attesa:hover{background: linear-gradient(90deg, rgba(252,220,220,1) 0%, rgba(252,220,220,1) 100%)!important;}
.table.div .riga-ticket.in-lavorazione:hover{background: linear-gradient(90deg, rgba(213,233,247,1) 0%, rgba(213,233,247,1) 100%)!important}
.table.div .riga-ticket.chiuso:hover{background: linear-gradient(90deg, rgba(205,247,231,1) 0%, rgba(205,247,231,1) 100%)!important;}
*/


table.div .riga-ticket{display: block}
table.div .riga-ticket::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: box-shadow .1s ease;
    width: 100%;
    height: 100%;
}
table.div .riga-ticket:hover::after {
  background:rgba(0,0,0,0.03)
}
table.div .riga-ticket>*{position: relative;z-index: 1}


/*
.table.div .chiuso:hover{background: #9ddcc4!important}
.table.div .in-lavorazione:hover{background: #afcee4!important}
.table.div .in-attesa:hover{background:#e9bebe!important}
*/

/*select.form-control{padding: 8px 25px}*/
/*.bassa, .media, .alta{position: absolute}*/
.badge-pill.badge-priorita{width: 100%;text-align: center;color:#ffffff!important;background:rgba(0,0,0,.1)!important;}
.bassa.badge-priorita{background:#36A1EA!important;color:#ffffff!important;}
.media2.badge-priorita{background:#F49E31!important;color:#ffffff!important;}
.media.badge-priorita{background:#F0F0F0!important;color:#1C1C27!important;}
.alta.badge-priorita{background:#f05154!important;color:#ffffff!important;}
.chiuso.badge-priorita{background:#5fd0a5!important;color:#ffffff!important;}

.badge-pill.badge-priorita2{text-align: center;color:#ffffff!important;background:rgba(0,0,0,.1)!important;}
.bassa.badge-priorita2{background:rgba(52,179,228,0.1)!important;color:#34B3E4!important;}
.media2.badge-priorita2{background:rgba(244,158,49,0.1)!important;color:#F49E31!important;}
.alta.badge-priorita2{background:rgba(255,0,0,0.1)!important;color:#FF0000!important;}
.media.badge-priorita2{background:#F0F0F0!important;color:#1C1C27!important;}
.chiuso.badge-priorita2{background:rgba(89, 209, 0,0.1)!important;color:rgb(89, 209, 0)!important;}
.pending.badge-priorita2{background:#F0F0F0!important;color:#1C1C27!important;}


.badge-stato-timeline{text-align: center;color:#ffffff!important;background:rgba(0,0,0,.1)!important;display: inline-block;}
.bassa.badge-stato-timeline{background:rgba(52,179,228,0.1)!important;color:#34B3E4!important;}
.media2.badge-stato-timeline{background:rgba(244,158,49,0.1)!important;color:#F49E31!important;}
.alta.badge-stato-timeline{background:rgba(255,0,0,0.1)!important;color:#FF0000!important;}
.media.badge-stato-timeline{background:#F0F0F0!important;color:#1C1C27!important;}
.chiuso.badge-stato-timeline{background:rgba(89, 209, 0,0.1)!important;color:rgb(89, 209, 0)!important;}


.bassa3{background:#36A1EA!important;color:#ffffff!important;}
.media3{background:#F49E31!important;color:#ffffff!important;}
.alta3{background:#f05154!important;color:#ffffff!important;}

.btn-success2{background: #5fd0a5!important;color: #ffffff}
.btn-danger2{background: #f05154!important;color: #ffffff}
.mailbox-menu li button {
    display: block;
    padding: 9px 20px;
    border: 0;
    width: 100%;
    background: #ffffff!important;
    text-align: left;
    font-weight: 600!important;
    color: rgba(125, 125, 131, .8);
    font-weight: bold;
    font-size: 13px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 3px;
    overflow: hidden;
    line-height: 23px;
}

.mailbox-menu li button:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0,.3);
}

.mailbox-menu li button.active {
    box-shadow: 0 0 7px rgba(52, 179, 228,.3);
    color: rgb(52, 179, 228)!important;
}

.mailbox-menu li:last-child button {margin-bottom: 0;}

.carousel-control-next-icon, .carousel-control-prev-icon{background-color: #ffffff;opacity: 1!important;width: 35px;height: 35px;position: relative;color: #000000;line-height: 35px;border-radius: 7px;box-shadow: 0 0 1.25rem rgb(31 45 61 / 15%);}
.carousel-control-next-icon .fas{line-height: 35px;}
.carousel-control-next, .carousel-control-prev{width: 45px;height: 50px;top: calc(50% - 25px);}
.badge.badge-adv{background: #F0F0F0;text-transform: uppercase!important;font-weight: 700!important;font-size: 13px!important;}
.badge.badge-bozza{background: #F0F0F0;text-transform: uppercase!important;font-weight: 700!important;font-size: 13px!important;}
.badge.badge-adv2{padding:9px 10px;cursor:pointer;position: absolute;right: 15px;top: 14px;background: #F0F0F0;text-transform: uppercase!important;font-weight: 800!important;font-size: 14px!important;}
.singolo-post{min-width:100%;max-width:100%;}
.badge.badge-feed{position: absolute;right: 20px;top: 14px;background: #F0F0F0 url(../img/icone/griglia.svg) no-repeat center center;background-size: 20px;text-transform: uppercase!important;font-weight: 800!important;font-size: 0px!important;height: 32px;}
.badge.badge-feed.badge-feed2 {right: 90px;}
@media (min-width: 800px){
    .singolo-post{min-width:33.3%;max-width:33.3%;}
    .singolo-post.singolo-post-list{min-width: 100%;max-width: 100%;}
    .singolo-post.singolo-post-list .carousel{max-width: 270px;display: inline-block;}
    .singolo-post.singolo-post-list .card .card-body{width: calc(100% - 280px);vertical-align: top;display: inline-block;}
    .singolo-post.singolo-post-list .card {display: block!important;}
    .singolo-post.singolo-post-list .card .btn.btn-danger,.singolo-post.singolo-post-list .card .btn.btn-success{top: -3px;right: 10px;position: absolute;}
    .singolo-post.singolo-post-list .card .btn.btn-danger{right: 58px;position: absolute;}
    .singolo-post.singolo-post-list .badge.badge-adv2{right: 106px;top: 11px;padding: 12px 10px;}
}



.piano-editoriale-stampa .badge-adv{position: relative;right: auto;top: auto;display: block;width: 90%;margin: 0 5% 25px;}

th.asc, th.desc{font-weight: 700!important;color:#000000!important;}

table thead th.asc{position:relative;}
table thead th.asc::after {content:"";
    position:absolute;
    background:url(../img/freccia-nera-download.svg) no-repeat center center;
    background-size:100%;
    top:calc(50% - 9px);
    right:10px;
    width:12px;
    height:16px;
}

table thead th.desc{position:relative;}
table thead th.desc::after {content:"";
    position:absolute;
    background:url(../img/freccia-nera-download.svg) no-repeat center center;
    background-size:100%;
    top:calc(50% - 9px);
    right:10px;
    width:12px;
    height:16px;
    transform: rotate(180deg);
}

.custom-switch {padding-left: 3.8rem;display: inline-block;margin-right: 30px!important;}
.custom-switch_contatti {margin-right: 18px!important;padding-left: 42px;margin-top: 10px;}
.contatto_linea{position: relative;}
.cassaforte_linea{position: relative;}
.elimina_contatto{position: absolute;    box-shadow: 0 0 7px rgb(0 0 0 / 7%);top: 38px;
    left: -14px;
    padding: 8px 2px!important;}
.custom-switch .custom-control-label::after {
    background-color: #ADADAD;
  top: 0.25rem;
  left: calc(-2.9rem + -8px);
  width: calc(1rem - -1px);
  height: calc(1rem - -1px);}
button.btn.btn-txt-icon>.material-icons-outlined,a.btn.btn-txt-icon>.material-icons-outlined{display: flow-root;}
.post-comments{border-top: 0!important}
table.dataTable td, table.dataTable th {vertical-align: middle;padding: 10px 20px!important;}
table td, table th{padding: 10px 15px!important;}
table.dataTable.div td, table.dataTable th {vertical-align: middle;padding: 0px 15px!important;}
.piano_logo{width: 150px}
.btn-sm {
    padding: 7px 7px 7px!important;
    font-size: 12px;
}

.modal-fullscreen {
    width: 95vw;
    max-width: none;
    height: 100%;
    margin: 2.5vw;
}
.modal-open {
    overflow: hidden!important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.post-comments .post-comm{border-color: #dadada}
.post-comments .post-comm.utente,.post-comments .post-comm.cliente,.post-comments .post-comm.task_box{border:0;}
.post-comments .post-comm .comment-container.comment-container-cliente{width: 100%;padding-left: 0px;padding-right: 0px;}
.post-comments .post-comm .comment-container .card-header{background: #ffffff;}
.post-comments .post-comm.utente .comment-container,.post-comments .post-comm.task_box .comment-container{width: 100%;padding-left: 0px;padding-right: 0px;}
.post-comments .post-comm img.comment-img{margin-right: 10px}


.delete-comment i{cursor: pointer;}
.badge-white{background: #ffffff;border: 1px solid #e8e8e8;}

.file-info.card-body{padding: 0px;box-shadow: none!important;}
.card .file-info.card-body{padding: 15px;box-shadow: none!important;}
.comment-text{width: 100%;}
.dragenter{background:#f3f3f3!important; }
.caricamento_file{display: none;background: #f3f3f3; z-index: 100; position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.caricamento_file p{position: absolute;z-index: 110;top: calc(50% - 45px);left: 0;width: 100%}
.caricamento_file i{position: absolute;z-index: 110;top: calc(50% - 15px);left: calc(50% - 25px);-webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;}
.drop_file_zone i{font-size: 35px}
.drop_file_zone {
    position: relative;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ADADADFF' stroke-width='1' stroke-dasharray='20%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 100%;
    padding: 35px;
    font-size: 14px;
    font-weight: 400!important;
}
.drop_file_zone .btn{font-weight: 400!important;}
.drag_upload_file i{display: block}
.drag_upload_file img{margin: 0px 0px 25px;}
.drag_upload_file {text-align: center;width:90%;margin:0 auto;}
.drag_upload_file p {text-align: center;margin-bottom: 15px;}
.drag_upload_file .selectfile {display: none;}
.card .card-header{letter-spacing: 0px;color:#ADADAD;    padding: 10px 20px;
    display: flex;
    flex-direction: row;    justify-content: space-between !important;
    align-items: center;}
    .card .card-header>strong{padding: 5px 0px;}
.card .card-header.file-icon{padding: 6px 25px 8px;}
.file .file-icon{line-height: normal!important;font-size: 30px;}
.file .file-icon i{font-size: 30px;}
.file .file-info p,.file .file-info .file-size{font-size: 12px;}
.comment-text p{margin-bottom: 0;padding-bottom: 0;}
.dropzone{position: relative;}
.btn-drop-piano {
    position: absolute;
    bottom: -55px;
    left: 0px;
}
#approvazione .card{margin-bottom: 0!important}
.dropzone {
    background: white!important;
    border-radius: 7px!important;
    border: 2px dashed #d5e9f7!important;
    border-image: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.alert p{margin-bottom: 0!important}
.alert-danger a{    color: #f05154;text-decoration: underline}
.card {
    min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
box-shadow: 0 0 1.25rem rgba(31,45,61,.08);
margin-bottom: 20px;
border-radius: 10px;
-webkit-transition: background .2s ease-in-out;
-moz-transition: background .2s ease-in-out;
-o-transition: background .2s ease-in-out;
transition: background .2s ease-in-out;
}

.riga_post_new{margin-bottom: 30px!important;}

.card .card-footer {
    padding: 0px 15px 10px;
    background: transparent;
    font-size: 14px;border: 0;
}
.card-footer.tags span{padding: 0px;background: transparent;color:#ADADAD;border-radius: 0px;font-weight: 700!important;}
.card-footer:last-child{border-top:1px solid #e8e8e8;padding: 15px 5px 20px;}
.card-footer.tags2 span{padding: 2px 4px;background: transparent;color:#000000;border-radius: 0px;}
.btn.btn-note{position: absolute;right: 20px;top:9px;padding: 5px 10px!important;text-transform: uppercase!important;font-weight: 700!important;color: rgb(52, 179, 228)!important;background-color: rgba(52, 179, 228,0.1);}
.btn-note-cliente{position: absolute;right: 55px;top:9px;line-height: 12px!important;}
.btn-worktime-modal {
    margin-bottom: 5px;
    width: calc(33.33% - 5px);
 border: 2px solid #d5e9f7;
    padding-top: 2px;padding-bottom: 2px;cursor: pointer
}
textarea[name="_note"]{height: calc(100% - 30px);}
.btn-worktime-modal.btn-success {
 border: 2px solid #5fd0a5
}
/*.btn{border-radius: 60px!important}*/


.div-approvato{position:relative;padding-left: 27px!important;}
.div-approvato::after{content:"";
    position:absolute;
    background: url(/assets/img/v.svg) no-repeat center center;
    background-size: 15px;
    width: 15px;
    height: 15px;
    top:9px;
    left:7px;
}
.btn.btn-pubblica{position: absolute;top: 0px;font-size: 9px!important;letter-spacing: 0; padding: 1px 4px!important;}
.btn-pubblica:focus {
    outline: 0;
    box-shadow: none!important;
}

.btn-pubblica-1{background-color:#ffffff!important;color:#34b3e4!important;}
.lista-bottoni-filtri>div {margin-right: 8px;position: relative;}

.lista-bottoni-filtri .btn-filtro-post{font-size:12px;padding: 5px 10px;margin-top:10px;margin-bottom: 10px;background: #ffffff;box-shadow: 0 0 7px rgb(31 45 61 / 8%);}
@media (max-width: 1024px){
    .lista-bottoni-filtri .btn-filtro-post{}

}
.btn-filtro-post{padding: 5px 10px;margin-top:8px;margin-bottom: 8px}
.btn.btn-filtro-post-bozze{margin-right: 8px;font-size:12px;padding: 5px 10px;margin-top:30px;margin-bottom: 8px;background: #ffffff;box-shadow: 0 0 7px rgb(31 45 61 / 8%);}
.btn.btn-filtro-post.active,.btn.btn-filtro-post.active>span>a,.btn.btn-filtro-post-bozze.active,.btn.btn-filtro-post-bozze.active>span>a{background: #34b3e4!important;color:#ffffff!important;}
.btn-default{background: #e6e6e6;}
.btn-default:hover{background: #F0F0F0;border-color: #F0F0F0;}
/*.btn{font-weight: 400!important}*/
/* .btn.btn-primary:hover{background: #2b9cbf!important;background-color: #2b9cbf!important;} */
.note-editor.note-airframe, .note-editor.note-frame{border-radius: 7px!important;}
.fw800{font-weight: 700;}
.page-sidebar{background: #1C1C27}
.page-sidebar-inner, .slimScrollDiv {height: 96%!important;}
.page-sidebar-inner{padding: 15px;}
.line-height-6{line-height: 6px}
/* modifiche modale  */
.modal-list {list-style: none;}

.slimScrollBar {
    right: 4px!important;
    display: block!important;
    background: rgb(204, 204, 204) !important;
    border-radius: 4px!important;
    opacity: 0!important;
}

.modal-list li:first-child{
    font-weight: 700;
    margin-bottom: 5px;
}

.note-editor .dropdown-menu{opacity: 0;display: none}
.note-editor .show .dropdown-menu{opacity: 1;display: block}
table.dataTable td, table.dataTable th{border-bottom: 0!important}

.modal-xxl {
    max-width: 98%;
}

.btn-primary:before{display: none;}
.btn{padding: 9px 20px;font-size: 14px;font-weight:500;text-transform: none;}
.btn.btn-xs{padding: 5px 20px;}
.btn.btn-primary{background: #34B3E4;}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    border-color: #34B3E4!important;
    background-color: #34B3E4!important;
    color: #ffffff;
}

.accordion-menu li ul li a{font-weight: 400;}
.accordion-menu > li{margin-bottom: 20px;}
.accordion-menu > li  a {padding: 5px 12px;color: #ffffff;font-weight: 400;font-size: 14px;}
.accordion-menu > li a[href="#"]{position: relative;}
.accordion-menu > li a[href="#"]::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    -webkit-mask: url(../img/plus.svg) no-repeat center center;
    mask:url(../img/plus.svg) no-repeat center center;

    background-size: 13px;
    transition: all 0.3s ease;

}
.accordion-menu > li.open a[href="#"]::after{
    transform: rotate(45deg) scale(1.15);
    background-color: #34b3e4;
}
.accordion-menu > li > a:hover, .accordion-menu > li.active-page > a {background: transparent;}
.accordion-menu > li.active-page{position: relative;overflow: visible;}
.accordion-menu > li.active-page::before{content: "";position: absolute;background:#34B3E4;top: -1px;left: -15px;height: 30px;width: 4px;}


.accordion-menu > li.active-page > a{color:#ffffff!important;font-weight: 600!important;}
.accordion-menu li.active-page > a:only-child, .dark-theme .accordion-menu li.active-page > a:only-child{background: transparent!important;font-weight: 400!important;color: #34b3e4!important;}


.accordion-menu li.open{background: transparent;}
.accordion-menu li ul li a, .compact-sidebar .accordion-menu li ul li a {color: #ffffff;}






@media (max-width: 1544px){
.fc-toolbar .btn.btn-primary{padding: 5px 15px;}
.FilterCalendar{padding: 14px 12px;}
}
@media (max-width: 1480px){
.fc-toolbar .btn.btn-primary{padding: 5px 15px;}
.FilterCalendar{padding: 14px 8px;}
}
@media (max-width: 1352px){
.fc-toolbar .btn.btn-primary{padding: 5px 12px;}
.FilterCalendar{padding: 14px 6px;}
}
@media (max-width: 1290px){
.fc-toolbar .btn.btn-primary{padding: 5px 10px;}
.FilterCalendar{padding: 14px 4px;}
}

.btn-group-horizontal{width: 100%;display: block;}
.radio-stato .btn{
    padding: 9px 0px;width: calc(24% - 7px);
    display: inline-block;}
.radio-priorita .btn{
    padding: 9px 0px;width: calc(33% - 7px);
    display: inline-block;}


@media (max-width: 1500px){

    .blocco-filtri {margin-right: 30px;}
    .blocco-filtri:last-child {margin-right: 0px;}
}
@media (max-width: 1400px){

    .blocco-filtri {margin-right: 20px;}
    .blocco-filtri:last-child {margin-right: 0px;}
}

@media (max-width: 1362px){
    .blocco-filtri {margin-right: 15px;}
    .blocco-filtri:last-child {margin-right: 0px;}
}
@media (max-width: 1320px){
    .blocco-filtri {margin-right: 10px;}
    .blocco-filtri:last-child {margin-right: 0px;}
}

@media (max-width: 1267px){
    .blocco-filtri {margin-right: 8px;}
    .blocco-filtri:last-child {margin-right: 0px;}
}
@media (max-width: 1235px){
    .blocco-filtri {margin-right: 7px;}
    .blocco-filtri:last-child {margin-right: 0px;}
}

@media (max-width: 1199px){
    .page-content {margin-top: 80px!important;}
    .page-header{display: block}
    .logo-box{display: none}

}
@media (max-width: 991px){
    .page-content {padding: 30px;}

}

@media (max-width: 767px){
.fc-toolbar.fc-header-toolbar > div {
    margin-bottom: 6px;
}
.page-content {padding: 20px;}

}
@media (max-width: 768px){
    .delete-ticket{bottom:0px;}
}
@media (max-width: 500px){
    .badge.badge-feed{position: absolute;right: 20px;top: 14px;background: #F0F0F0 url(../img/icone/griglia.svg) no-repeat center center;background-size: 16px;text-transform: uppercase!important;font-weight: 800!important;font-size: 0px!important;height: 26px;padding: 0 15px;}
.badge.badge-feed.badge-feed2 {right: 80px;}

    table *{font-size: 12px;}
    .badge {
        font-size: 11px!important;
        padding: 6px 10px;
    }

  .btn-note>span{top:12px;left: 39px;}
    .btn-note {padding-right: 39px!important;}
    .singolo-post{min-width:100%;max-width:100%;}
    .nav-link {
        padding: 7px 5px;}

    .card-body {padding: 8px;}
    .btn{padding: 6px 15px}

    .btn-filtro-post{padding: 4px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;}

    #zero-conf_wrapper>.row:nth-child(2)>.col-sm-12{padding-left: 0!important;padding-right: 0!important}
    .page-content {padding: 15px;}
    .btn-sm {padding: 12px 6px;}
    tbody .btn{margin-bottom: 5px;}
    table.dataTable td, table.dataTable th {padding: 5px 5px!important;}
}


#task_personali_timeline{
    background-color: #1C1C27;
    border-radius: 5px;
    height: 100%;
    padding: 15px;
}
.badge.pallino{
    border-radius: 40px !important;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    border: 0 !important;
    vertical-align: middle;
}
.pallino.badge-warning{
    background-color: #FF9D00!important;
}
.pallino.badge-danger{
    background-color: #f05154!important;
}
.task-personali h4, .task-personali p, .task-personali li{color: #ffffff;}
.task-personali ul{
    padding-inline-start: 20px;list-style-type: none;
}
.task-personali h5{display: inline-block;font-weight: 500;margin-bottom: 5px;}