@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
}
body {
  background-color: #EEF4F5 !important;
  background: #EEF4F5 !important;
  font-family: "Poppins" !important;
  font-size: 0.875em !important;
  font-style: normal;
}
.login-logo img {
  width: 100% !important;
}
.disable-select {
  pointer-events: none !important;
  touch-action: none !important;
  background-color: #e9ecef !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}
.disable-events {
  pointer-events: none !important;
  touch-action: none !important;
  opacity: 0.7;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.select2-container--default .select2-selection--multiple {
  background-color: #eef4f5 !important;
  border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none !important;
  background-color: #17a2b8 !important;
  padding-left: 30px !important;
  padding-right: 15px !important;
  font-size: 0.875em;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid white !important;
  color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #eef4f5 !important;
  color: black !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}
.select2-container .select2-selection--single {
  height: 36px !important;
}
.fc .fc-datagrid-cell-cushion {
  white-space: normal !important;
}
.fc-event {
  cursor: pointer !important;
}
.fc-timeline-header-row {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #212529 !important;
  text-transform: uppercase !important;
}
.fc-toolbar-title {
  font-weight: bold !important;
  text-transform: uppercase !important;
}
/** md */
@media (min-width: 1900px) {
  .responsive-large {
    background: white !important;
    max-width: 80% !important;
    margin: auto !important;
  }
}
/** xs */
@media (max-width: 480px) {
  .card-body {
    overflow: auto !important;
  }
  .fc {
    width: 500px !important;
  }
}
.content-title a {
  color: #2F373D !important;
  text-decoration: underline !important;
}
.content-title .a-btn {
  color: white !important;
  text-decoration: none !important;
}
.circle-chat {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.opacity-event {
  opacity: 0.5;
}
.chat-container-background {
  background-color: #ECE5DD;
}
.chat-widget {
  margin: auto;
  height: 100vh;
}
.text-chat-message {
  color: #075E54 !important;
}
.text-chat-message:focus,
.text-chat-message:hover {
  color: #128C7E !important;
}
.direct-chat-success .right > .direct-chat-text {
  background: #DCF8C5;
  border-color: #DCF8C5;
  color: #303030;
}
.gradient-green {
  background: #73AE46 !important;
  background: -webkit-linear-gradient(to right, #73AE46, #9EBF43) !important;
  background: linear-gradient(to right, #73AE46, #9EBF43) !important;
}
.gradient-blue {
  background: #3770B3;
  background: -webkit-linear-gradient(to right, #3770B3, #59a8dc);
  background: linear-gradient(to right, #3770B3, #59a8dc);
}
.gradient-orange {
  background: #E69631;
  background: -webkit-linear-gradient(to right, #E69631, #FCDC5D);
  background: linear-gradient(to right, #E69631, #FCDC5D);
}
.gradient-purple {
  background: #963473;
  background: -webkit-linear-gradient(to right, #963473, #CB4A7D);
  background: linear-gradient(to right, #963473, #CB4A7D);
}
.btn-orange {
  background-color: #E69631 !important;
}
.btn-orange:hover {
  opacity: 0.8;
}
.btn-green {
  background-color: #9EBF43 !important;
}
.btn-green:hover {
  opacity: 0.8;
}
.btn-blue {
  background-color: #009CDD !important;
}
.btn-blue:hover {
  opacity: 0.8;
}
.btn-light-grey {
  background-color: #EFF3F4 !important;
}
.btn-light-grey:hover {
  opacity: 0.8;
}
.rounded-card {
  border-radius: 0.75rem !important;
}
.rounded-card .card-header {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.rounded-card .card-footer {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-modal {
  border-radius: 0.75rem !important;
}
.rounded-modal .modal-header {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.rounded-modal .modal-footer {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.icon-xs {
  width: 16.5x !important;
  height: 16.5px !important;
}
.icon-small {
  width: 20px !important;
  height: 20px !important;
}
.icon-medium {
  width: 30px !important;
  height: 30px !important;
}
.rounded-custom {
  border-radius: 20px !important;
}
.form-control {
  border-radius: 20px !important;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #009CDD !important;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #009CDD !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #009CDD !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.bottom-0 {
  bottom: 0!important;
}
.bottom-50 {
  bottom: 50%!important;
}
.bottom-100 {
  bottom: 100%!important;
}
.top-0 {
  top: 0!important;
}
.top-50 {
  top: 50%!important;
}
.top-100 {
  top: 100%!important;
}
.start-0 {
  left: 0!important;
}
.start-50 {
  left: 50%!important;
}
.start-90 {
  left: 90%!important;
}
.start-100 {
  left: 100%!important;
}
.end-0 {
  right: 0%!important;
}
.end-50 {
  right: 50%!important;
}
.end-100 {
  right: 100%!important;
}
.login-page {
  background-image: url("../img/login/sfondo_login.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.w-99 {
  max-width: 99.9%;
}
input.toggle-left,
input.toggle-right {
  display: none;
}
input.toggle-left + label,
input.toggle-right + label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1px;
  width: 50px;
  height: 26px;
  background-color: #eef4f5;
  border-radius: 50px;
  border: 1px solid #eef4f5;
}
input.toggle-left + label::after {
  display: block;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #D13125;
  border-radius: 100%;
  box-shadow: 0 2px 3px #eef4f5;
  transition: margin 0.5s;
  bottom: 0;
  left: 0;
}
input.toggle-right + label::after {
  display: block;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #9EBF43;
  border-radius: 100%;
  box-shadow: 0 2px 3px #eef4f5;
  transition: margin 0.5s;
  bottom: 0;
  right: 0;
}
input.toggle-left:checked + label::after {
  display: block;
  position: absolute;
  content: "";
  margin-left: 25px;
  width: 25px;
  height: 25px;
  background-color: #9EBF43;
  border-radius: 100%;
  box-shadow: 0 2px 3px #eef4f5;
  transition: margin 0.5s;
  bottom: 0;
  right: 0;
}
input[name^="manutenzione[activities]"],
input[name^="macro_activity_form[activities]"],
input[name^="report_verified[manutenzioneActivityInstances]"],
input[name^="report[manutenzioneActivityInstances]"] {
  background-color: #eef4f5 !important;
}
input[name^="manutenzione[activities]"]::placeholder,
input[name^="macro_activity_form[activities]"]::placeholder,
input[name^="report_verified[manutenzioneActivityInstances]"]::placeholder,
input[name^="report[manutenzioneActivityInstances]"]::placeholder,
input[name^="manutenzione[activities]"]:after,
input[name^="macro_activity_form[activities]"]:after,
input[name^="report_verified[manutenzioneActivityInstances]"]:after,
input[name^="report[manutenzioneActivityInstances]"]:after {
  text-color: black !important;
  color: black !important;
}
input[name*="[codice]"] {
  background-color: #E69631 !important;
}
input[name*="[codice]"]::placeholder,
input[name*="[codice]"]:after {
  text-color: white !important;
  color: white !important;
}
input[name="commessa[codice]"] {
  background-color: #eef4f5 !important;
}
input[name="commessa[codice]"]::placeholder {
  text-color: #009CDD !important;
  color: #009CDD !important;
}
input[name="commessa[codice]"]:after {
  text-color: black !important;
  color: black !important;
}
.nav-sidebar .nav-treeview {
  max-height: 185px !important;
  overflow-y: auto !important;
  margin-bottom: 10px !important;
}
.sidebar {
  overflow-x: hidden !important;
}
select {
  overflow-y: auto;
}
.select2-selection {
  border-radius: 20px !important;
}
.select2-search__field {
  max-width: 95% !important;
  font-family: "Poppins" !important;
  font-size: 16px !important;
  padding-bottom: 3px !important;
}
.text-light-green {
  color: #73AE46 !important;
}
.border-grey {
  border: 1px groove #eef4f5 !important;
}
.bg-grey {
  background-color: #eef4f5 !important;
  background: #eef4f5 !important;
}
.link {
  text-color: #2F373D !important;
  color: #2F373D !important;
  font-weight: bold;
  text-decoration: underline !important;
}
.link-no-bold {
  text-color: #2F373D !important;
  color: #2F373D !important;
  text-decoration: underline !important;
}
.h-90 {
  max-height: 90%;
}
.content-wrapper {
  background: #eef4f5 !important;
}
input,
select {
  background-color: #eef4f5 !important;
  border: none !important;
}
.sogg-interessato-interno .nav-link.active {
  background-color: white !important;
  color: black !important;
}
.vh-100 {
  height: 100vh !important;
}
.w-85 {
  max-width: 85% !important;
}
.first-year-filter {
  height: 30px !important;
}
.second-year-filter {
  height: 30px !important;
}
.margin-chat {
  margin-right: 2.438rem !important;
}
.custom-padding-persona-fisica {
  padding: 10px !important;
}
.alert-success {
  background-color: #73AE46 !important;
  border-color: #9EBF43 !important;
}
.alert-info {
  background-color: #009CDD !important;
  border-color: #009CDD !important;
}
.alert-danger {
  background-color: #D13125 !important;
  border-color: #D13125 !important;
}
.alert-warning {
  background-color: #E69631 !important;
  border-color: #E69631 !important;
}
#user_fotoProfiloUtente_img {
  width: 180px !important;
}
#user_fotoProfiloUtente_open_link {
  margin-right: 195px !important;
}
.btndocumenti {
  width: 167px !important;
}
.btnmanutenzioni {
  width: 126px !important;
}
.btn3xinfo {
  width: 252px !important;
}
.h32px {
  height: 32px !important;
}
.btn-small {
  width: 84px !important;
}
.btn-medium {
  width: 168px !important;
}
.btn-large {
  width: 231px !important;
}
.btn-fornitura {
  margin-right: 29px !important;
}
.intro-sito #slider .carousel-inner .carousel-item {
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dashboard-content {
  /** md */
}
.dashboard-content #utenze .card.contatore-card .dispositivi .row:nth-child(odd) {
  background-color: #ececec;
}
.dashboard-content #utenze .card.contatore-card .contatore {
  margin-top: 20px;
  text-align: center;
  width: 300px;
}
.dashboard-content #utenze .card.contatore-card .action-add-bolletta {
  float: right;
}
@media (min-width: 768px) {
  .dashboard-content #utenze .card.contatore-card .contatore {
    margin: 0;
    text-align: right;
  }
}
.scrollable {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 425px;
}
.info-commessa .first-square {
  background-color: #963473;
  max-width: 70% !important;
  max-height: 20%;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 0.6rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.info-commessa .second-square {
  background-color: #CB4A7D;
  max-width: 70% !important;
  max-height: 20%;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 0.6rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.info-commessa .third-square {
  background-color: #DB6B86;
  max-width: 70% !important;
  max-height: 20%;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 0.6rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.info-commessa #scrollable_info_commessa {
  max-height: 390px !important;
}
.info-commessa .hr {
  border-top: 2px solid black;
  width: 96.5%;
  opacity: 0.2;
}
.elenco-persone-giuridiche .scrollable {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 425px;
}
.elenco-persone-giuridiche div[class="card-header gradient-blue rounded-top-card"] {
  align-content: center;
  justify-content: center;
}
.elenco-persone-giuridiche label {
  font-size: small;
}
.elenco-persone-fisiche .scrollable {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 480px !important;
}
.elenco-persone-fisiche div[class="card-header gradient-blue rounded-top-card"] {
  align-content: center;
  justify-content: center;
}
.elenco-persone-fisiche label {
  font-size: small;
}
.nuovo-sito select {
  overflow-y: auto;
}
.nuovo-sito .select2-selection--multiple {
  border-radius: 20px !important;
}
.info-chat .card-body {
  justify-content: center;
}
.info-chat .card-body p {
  color: #2F373D !important;
  text-decoration: underline;
}
.elenco-sogg-int .card-body {
  justify-content: center;
}
.elenco-sogg-int .card-body p {
  color: #2F373D !important;
  text-decoration: none;
}
.elenco-sogg-int .scrollable {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 500px !important;
}
.elenco-sogg-int div[class="card-header gradient-blue rounded-top-card"] {
  align-content: center;
  justify-content: center;
}
.info-sito .card-body td a {
  color: #2F373D;
}
.docImpianto select {
  overflow-y: auto;
}
.docImpianto .select2-selection--multiple {
  border-radius: 20px !important;
}
.docImpianto .scrollable {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 410px !important;
}
.docImpianto label[for=ricerca_doc_impianto_scadenzaAnno] {
  font-size: 12px;
}
.docImpianto label[for=ricerca_doc_impianto_haObbligo] {
  font-size: 12px;
}
.anagraficaImpianto select {
  overflow-y: auto;
}
.anagraficaImpianto .select2-selection--multiple {
  border-radius: 20px !important;
}
.anagraficaImpianto .scrollable {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 302px !important;
}
.anagraficaImpianto label[for=ricerca_doc_impianto_scadenzaAnno] {
  font-size: 12px;
}
.anagraficaImpianto label[for=ricerca_doc_impianto_haObbligo] {
  font-size: 12px;
}
.commessa_dashboard #elencochat {
  height: 55px;
}
.commessa_dashboard #chatelenco {
  max-height: 280px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.dashboard_sito #chatelenco {
  max-height: 280px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}



.bg-bassa{
  background-color: #9EBF43;
}
.bg-media{
  background-color: #fd9137;
}
.bg-alta{
  background-color: #d00;
}

.ticket_row_risolto td{
  background-color: #b7e8cc;
}

#ticket_user{
  display: none;
}
.bg-risolto{
  color: #00C054FF;
}


.steps {
  display: flex;
  justify-content: space-around;
  max-width: 65%;
  margin: auto;
  position: relative;
}

.steps .step{
  max-width: 112px;
  text-align: center;
  z-index: 9;
}

.steps .step .phasze{
  width: 100px;
  height: 100px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  margin: auto;
}

.steps::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ddd;
  top: 35%;
  max-width: 100%;
}

.phasze.disabled{
  background-color: #b8d6a1 !important;
}


.steps .step .phasze.ticket-status{
  background-color: #73AE46;
  font-size: 18px;
  color: #fff;
}

[name='ticket'] .icheck-primary > input:first-child:checked + input[type="hidden"] + label::before,[name='ticket']  .icheck-primary > input:first-child:checked + label::before {
  background-color: #3770b3;
  border-color: #3770b3;
}

.bg_c_green {
  background-color: #73AE46 !important;
}

.text_green{
  color: #9ebf43;
}
.bg_c_blue {
  background-color: #3770b3 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
  vertical-align: middle;
  text-align: center;
}

.smallint{
  max-width:70px;
  margin: auto;
}

.temp-widget{
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
  padding: 5px 10px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}

.temp-widget.temp-widget-hot{
  background-color: #e69631;
  border: 4px solid #ffffff;
  color: #ffffff;
}

.temp-widget.temp-widget-cold{
  background-color: #009cdd;
  border: 4px solid #ffffff;
  color: #ffffff;
}

.temp-widget.temp-widget-ok{
  background-color: #9ebf43;
  border: 4px solid #ffffff;
  color: #ffffff;
}


.blinking-green {
  animation: 1s blinkgreen ease infinite;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 10px;
}


@-webkit-keyframes blinkgreen {
  from, to {
    opacity: 0;
    background-color: #0fa;
  }
  50% {
    opacity: 1;
  }
}
.v-ico svg {
  max-width: 75%;
}

.meas-icons svg{
  cursor: pointer;
  color: #dddddd;
  fill: #dddddd;
  stroke: #dddddd;
  max-width: 45px;
  max-height: 45px;
}
.meas-icons svg.lit, .meas-icons svg.lit path{
  color: #000000;
  fill: #000000;
  stroke: #000000;
}
.esterno .draggable{
  display: none;
}

.t-group .input-group-prepend{
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  color: #495057;
  background-color: #eef4f5 !important;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
}

.t-group input{
  text-align: right;
}

.t-group .input-group-text{
  border: none;
  background-color: transparent;
}


.t-group .input-group-append{
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  color: #495057;
  background-color: #eef4f5 !important;
  height: calc(2.25rem + 2px);
  padding: 0;
  width: 65px;
  text-align: right;
  justify-content:end;
}

.form-label{
  width: 100%;
}


.form-control{
  font-size: 14px !important;
}

.sidebar .info-box.gradient-green{
  display: none !important;
}

.t_container{
  position: relative;
}

#current_icon{
  display: block;
  margin: 20px 0;
  padding: 10px 20px;
  border: 1px solid #aaaaaa;
  color:  #aaaaaa;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  text-align: center;
}