@charset "UTF-8";
.color-plurima-light-x2 {
  color: var(--main-color-light-x2);
}

.color-plurima-light {
  color: var(--main-color-light);
}

.color-plurima {
  color: var(--main-color) !important;
}

.color-plurima-dark {
  color: var(--main-color-dark);
}

.color-plurima-dark-x2 {
  color: var(--main-color-dark-x2);
}

.color-plurima-secondary-light {
  color: var(--main-color-secondary-light);
}

.color-plurima-secondary {
  color: var(--main-color-secondary);
}

.color-plurima-secondary-dark-x2 {
  color: var(--main-color-secondary-dark-x2);
}

.color-plurima-success {
  color: #008000;
}

.color-plurima-success-dark {
  color: #006000;
}

.color-plurima-warning {
  color: #e6b800;
}

.color-plurima-warning-dark {
  color: #cca300;
}

.color-plurima-danger {
  color: #ff0000;
}

.color-plurima-danger-dark {
  color: #e60000;
}

.checkmark_checkbox_danger {
  top: -6px;
  left: 39%;
  height: 20px;
  width: 20px;
  background-color: #ff0000;
  border: 1px solid #e60000;
  border-radius: 3px;
  box-shadow: 0 0 3px 0px #666666;
  color: transparent;
}

.checkmark_checkbox_light {
  top: -6px;
  left: 39%;
  height: 20px;
  width: 20px;
  background-color: #999999;
  border: 1px solid #888888;
  color: transparent;
  border-radius: 3px;
  box-shadow: 0 0 3px 0px #666666;
}

.checkmark_checkbox_warning {
  top: -6px;
  left: 39%;
  height: 20px;
  width: 20px;
  background-color: #e6b800;
  border: 1px solid #cca300;
  color: transparent;
  border-radius: 3px;
  box-shadow: 0 0 3px 0px #666666;
}

.checkmark_checkbox_success {
  top: -6px;
  left: 39%;
  height: 20px;
  width: 20px;
  background-color: #008000;
  border: 1px solid #006600;
  border-radius: 3px;
  box-shadow: 0 0 3px 0px #666666;
  color: transparent;
}

.checkmark_checkbox_light:hover {
  background-color: #666666;
  border: 1px solid #666666;
  color: transparent;
}

.checkmark_checkbox_danger:hover {
  background-color: #b30000;
  border: 1px solid #990000;
  color: transparent;
}

.checkmark_checkbox_warning:hover {
  background-color: #b38f00;
  border: 1px solid #997a00;
  color: transparent;
}

.checkmark_checkbox_success:hover {
  background-color: #004d00;
  border: 1px solid #003300;
  color: transparent;
}

.btn-plurima-primary {
  background-color: var(--main-color) !important;
  border-color: var(--main-color-dark) !important;
}

.btn-plurima-primary:hover {
  background-color: var(--main-color-dark) !important;
  border-color: #570f41 !important;
}

.btn-azione-plurima {
  font-size: calc(10px + 0.3vw) !important;
}

.font-weight-grassetto {
  font-weight: 700 !important;
}

.display-none {
  display: none !important;
}

.button-icona {
  display: inline-block;
  margin-left: 5px;
}

.button-icona-no-media {
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 500px) {
  .button-icona {
    display: none;
  }
}
.azione-plurima {
  left: -230% !important;
  top: 30% !important;
}

span.tooltip_search {
  display: none;
  /*float:left;*/
  background-color: var(--main-color-secondary);
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 150px;
  font-size: 13px;
  font-style: italic;
  position: absolute;
  margin: 0 0 0 10px;
  text-align: center;
  /* bottom: 100%; */
  height:60px;
  top:0%;
  right:60px!important;
  right: 20px;
  box-shadow: 5px 5px 8px #888888;
  white-space: initial;
}

span.tooltipArrow {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  border-top-color: var(--main-color);
}

/*CROP IMAGE PROFILO*/
.container_profilo {
  position: relative;
  width: 100%;
}

.img_profilo {
  opacity: 1;
  display: block;
  width: 50%;
  margin:auto;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle_profilo {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container_profilo:hover .img_profilo {
  opacity: 0.3;
}

.container_profilo:hover .middle_profilo {
  opacity: 1;
}

.text_profilo {
  color: var(--main-color);
  font-size: calc(60px + 0.6vw) !important;
  padding: 16px 32px;
}

.colore-plurima {
  color: var(--main-color);
}

.sfondo-plurima {
  background-color: var(--main-color) !important;
}

.input-load-file {
  margin-bottom: 20px !important;
}

.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

.select2-results__options {
  overflow-x: hidden!important;
}
.avvisi_in_quotazione{
  margin-bottom: 20px;
  
  /* min-height: 50px;
  max-height: 100px; */
  height:97px;
  overflow-y: scroll;
  font-size: 0.9em;
  resize:vertical;

  scrollbar-width: thin;
  scrollbar-color: #7c7c7c #ffffff; 
}
.avvisi_in_quotazione::-webkit-scrollbar {
  width: 8px;
}

.avvisi_in_quotazione::-webkit-scrollbar-track {
  background: #ffffff;
}

.avvisi_in_quotazione::-webkit-scrollbar-thumb {
  background-color: #7c7c7c;
  border-radius: 10px;
  border: 3px solid #ffffff;
} 

.card-disabilitata{
  pointer-events: none;
  opacity: 0.4;
}
#fine_per_anonimo{
  width:107px;
}

.bottone-1-login {
  color: var(--main-color-dark);
  border: 1px solid var(--main-color-dark);
  padding: 2% 5% !important;
  margin-bottom: 0px;
  font-size: calc(0.7vw + 7px);
  }
/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}
/*END CROP IMAGE PROFILO*/


.select2-container {
  width: 100% !important;
}

.div_notifiche {
  border-bottom: 1px solid #e9ecef;
  display: block;
  text-decoration: none;
  padding: 9px 15px;
}


.bordo-plurima{
  border: 1px solid var(--main-color)!important;
  /*padding: 10px;*/
  border-radius: 15px!important;
}
.div-sfondo-www{
  background-image: url(https://www.plurima.net/wp-content/uploads/2021/11/nuvole_header-04.svg)!important;
  background-position: left top;
  background-repeat: no-repeat;   
  background-color: #851d5a!important;
}
.div-sfondo-www2{
  background-image: url(https://portale.plurima.net/assets/images/sfondo2.png)!important;
  background-position: right top;
  background-repeat: no-repeat;   
  /* background-color: #851d5a!important; */
}

.bottone-1{
  color:var(--main-color)!important;
  border:1px solid var(--main-color)!important;
  padding:24px 5%!important;
  margin-bottom:40px!important;
  font-size:1.6em!important;
  width:100%!important;
}

.bottone-1:hover{
  background-color:var(--main-color)!important;
  color:#fff!important;
}
.avviso_loader {
  width: 200px;
  display: flex;
  float: left;
  margin-left: -80px;
  margin-top: 10px;
  text-align:center;
}

.font-weight-bold{
  font-weight: bold!important;
}
/* card portale */
.card_button{
  border: 1px solid #d3d3d3!important;
  padding: 20px!important;
  box-shadow: 1px 1px 1px 1px #0000002e!important;
  border-radius: 20px!important;
  cursor: pointer!important;
  height: 100%!important;
}

.card_border_right{
  border-radius: 20px 0px 20px 20px!important;
}

.card_button input[type=checkbox]{
  display: none;
}

.card_button_attiva{
  border: 3px solid var(--main-color)!important;
}

.card-non-selezionabile:hover{
  border: 1px solid #d3d3d3!important;
  cursor: not-allowed!important;
}
.card-non-abilitata{
  opacity:0.4;
  border: 1px solid #01c0c8!important;
}
.card-non-abilitata:hover{
  border: 1px solid #01c0c8!important;
  cursor: not-allowed!important;
}
.senza-padding{
padding: 0px !important;
}
.senza-margine{
  margin: 0 !important;
}
.senza-margine > card-body{
  padding: 0.5rem 0.5rem;
}
.card_icona{
  font-size: 4em;
}
.dt-buttons .dt-button:hover {
  background: var(--main-color-secondary)!important;
}
select.form-control{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  background-color: #fff;
}

.alert_avviso_confirm > div > div > button {
  padding: 3px 3px !important;
  font-size: 11px !important;
}

.alert_avviso_confirm > div > .ui-dialog-buttonset {
  width: 100% !important;
  padding: 1% 5% !important;
}

.alert_avviso_confirm > div > .ui-dialog-buttonset > button:nth-child(1) {
  float: left;
  max-width: 100%;
  min-width: 35%;
}

.alert_avviso_confirm > div > .ui-dialog-buttonset > button:nth-child(2) {
  float: right;
  max-width: 100%;
  min-width: 35%;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0.3em 1em 0.5em 1em !important;
}

.ui-widget-header {
  color: white !important;
  background-color: var(--main-color-secondary) !important;
}

.ui-dialog-titlebar-close {
  background-color: white;
  color: white !important;
}

.ui-dialog-titlebar-close:hover {
  background-color: #cccccc;
  color: white !important;
}

.ui-dialog-titlebar-close_confirm {
  background-color: white;
  color: white !important;
}

.ui-dialog-titlebar-close_confirm:hover {
  background-color: #cccccc;
  color: white !important;
}

.ui-dialog {
  z-index: 9999 !important;
}

.sfondo-rosa{
  background:#f8f2f6!important;
}
.tooltip-item{
  background:none!important;
}
.tooltip-content{
  padding-left: 20px;
  border-radius: 20px;
}
.tooltip-text{
  font-size: 12px!important;
}
.tooltip-in-evidenza{
  margin: 0px 0 20px -225px!important;
  width: 450px;
}
.spiegazione_campo{
  font-size: 1.2em;
  cursor: pointer;
}

#table_modale_response_sister{
  margin: 0 auto;
  width: 100%; 
  clear: both;
  border-collapse: collapse; 
  table-layout: fixed;
  word-wrap:break-word;
}

#sidebarnav{
  /*padding-bottom:200px;*/
}

.dataTables_wrapper{
  overflow-x:auto!important;
  min-height: 400px;
  padding-top:55px!important;
}
#numero_notifiche {
  font-size:14px!important;
  margin-top:-3px;
}
th{
  font-weight: 600!important;
}
td{
  font-weight: 400!important;
}

.dataTables_filter input, .dataTables_length select{
  /*background-size: 0 5px, 100% 2px!important;*/
  background-image: linear-gradient(var(--main-color-secondary), var(--main-color-secondary)), linear-gradient(#ccc, #ccc)!important;
}
.dataTables_filter input::placeholder{
  color: #555;
  font-size: 1.2em;
}



.scrollbar_plurima{
  height:97px;
  overflow-y: scroll;
  /*resize:vertical;*/
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) #ffffff;
  border-radius: 10px;
}
.scrollbar_plurima::-webkit-scrollbar {
  width: 8px;
}

.scrollbar_plurima::-webkit-scrollbar-track {
  background: #ffffff;
}

.scrollbar_plurima::-webkit-scrollbar-thumb {
  background-color: #7c7c7c;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

#badge_notifiche > span.heartbit{
  border-color:#fff!important;
}
#badge_notifiche > span.point{
  background:#fff!important;
}




/*# sourceMappingURL=plurima.css.map */

.stripe-1 {
  background: repeating-linear-gradient(
          45deg,
          rgba(186, 42, 32, 0.1),
          rgba(186, 42, 32, 0.1) 10px,
          #fff 10px,
          #fff 20px
  );
}
.sidebar-nav ul li ul{
  padding-left: 50px!important;
}
.sidebar-nav ul li ul ul {
  padding-left: 15px!important;
}

.accordion-button-plurima::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\f107";
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
}
.accordion-button-plurima:not(.collapsed)::after {
  content: "\f106";
  /*transform: rotate(-180deg);*/
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
}

.accordion-button-plurima {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #000;
  background-color: transparent;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
}
.pulsante {
  height: 23px;
  width: 24px;
  z-index: 10;
  border: 5px solid #e46a76;
    border-top-color: rgb(228, 106, 118);
    border-right-color: rgb(228, 106, 118);
    border-bottom-color: rgb(228, 106, 118);
    border-left-color: rgb(228, 106, 118);
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
    animation-iteration-count: 1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left:-5px;
}

#ricerca_istitutions{
  right: 72px;
  top: 12px;
  position: absolute;
  width: 180px;
}

.dettagli_table{
  /*background-color: var(--main-color-light)!important;*/
  /*color:white!important;*/
}
.dettagli_table:hover{
  color:black!important;
}
.ribbon_formazione_prodotto{
  position: absolute!important;
  bottom: 10px;
  left: 15px;
}
.bordo_con_errore{
  border:1px solid red!important;
}
.label_avviso{
  color: red;
  margin-left: 20px;
  font-weight:lighter!important;
}

.card_anagrafica{
  border-radius: 5px!important;
}
.card_input_anagrafica:checked + .card_anagrafica {
  box-shadow: 1px 1px 2px 2px var(--main-color-light);
}

.switchery-3 > input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #333;
  -webkit-border-radius: 25px;
  padding: 0 2px;
  margin: 0 5px 0 0;
  cursor: pointer;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
  border-radius: 20px;
  height: 22px;
    width: 50px;
}
.switchery-3 > input.tgl-def {
    background-color: rgb(255, 188, 52);
    border-color: rgb(255, 188, 52);
    box-shadow: rgb(255, 188, 52) 0px 0px 0px 21px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.switchery-3 > input.tgl-on {
    background-color: rgb(0, 128, 0);
    border-color: rgb(0, 128, 0);
    box-shadow: rgb(0, 128, 0) 0px 0px 0px 11px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.switchery-3 > input.tgl-off {
    background-color: rgb(230, 0, 0);
    border-color: rgb(230, 0, 0);
    box-shadow: rgb(230, 0, 0) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
}
.switchery-3 > input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: white;    
  height: 20px;
    width: 20px;
}
.switchery-3 > input:focus {
  outline: none;
}
.switchery-3{
  display:flex!important;
}

#button_scheda_prodotti::after{
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #000;
  right: 20px;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  -o-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 21px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sfondo_li_prodotti, #li_prodotti:hover{
  background-color: #f8f2f6;
}
.sfondo_li_prodotti a, .sfondo_li_prodotti a i, #li_prodotti:hover a, #li_prodotti:hover a i{
  color:black!important;
}
#li_prodotti:hover a::after, .sfondo_li_prodotti a::after{
  border-color: black!important;
}

.tooltip-text3{
  border-bottom: 10px solid var(--main-color)!important;
  border-radius: 5px;
  border: 5px solid var(--main-color);
  box-shadow: 3px 3px 2px 1px #ddd;
}
.tooltip-inner2{
  background: #f7f7f7 !important;
  color: black;
  padding:20px!important;
}
.tooltip-content5::after{
  border-top-color: var(--main-color)!important;
}
.tooltip-content5{
  font-size: 14px!important;
  font-family: var(--bs-font-sans-serif)!important;
}