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

body {
    font-size: .875rem;
    font-family: 'Montserrat', sans-serif;
  }
  
  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }

  .minzoom{
  zoom: 0.7;
  }

  .spazio10 {
    margin-bottom: 10px;
}

.maxlist {
  max-height: 310px;
  overflow-y: scroll;
}

.weather.pn {
  zoom: 0.5;
}


  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  @media (max-width: 767.98px) {

    .mobilehide {
      display: none;
    }

    .sidebar {
      top: 3rem;
    }
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
  }
  
  .sidebar .nav-link.active {
    color: #007bff;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }

.ragionesociale {
    font-size: 0.5em;
}

.sidebar .nav-link:hover {
    background: #fff;
    color: #000;
    border-right: 4px solid #e91e63;
}

.card {
  box-shadow: 0px 0px 5px #00000038;
}

.sidebar .nav-link.active {
    color: #ffffff;
    background: -webkit-linear-gradient(bottom left, #30b1e2 0%, #143fbf 100%);
    /* IE10 */
    background-image: -ms-linear-gradient(bottom left, #30b1e2 0%, #143fbf 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom left, #30b1e2 0%, #143fbf 100%);
    /* Opera */
    background-image: -o-linear-gradient(bottom left, #30b1e2 0%, #143fbf 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, bottom left, right top, color-stop(0, #30b1e2), color-stop(1, #143fbf));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom left, #30b1e2 0%, #143fbf 100%);
    /* Regola standard */
    background-image: linear-gradient(to bottom left, #30b1e2 0%, #143fbf 100%);
}
 
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  footer.footer.mt-auto.py-3 {
    border-top: 1px solid #0000001a;
    font-size: 0.5em;
}

.tabellapersonalizzata thead {
    background: #000;
    color: #fff;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e9612b;
  border-color: #e9612b;
}

.btn-secondary {
  color: #fff;
  background-color: #652d86;
  border-color: #aeaeae;
}

.clickable-row{
  cursor: pointer;
}

.viewimp {
  max-width: 35rem;
}

.caricamento{
  display: none;
  visibility: hidden;
  position: absolute;
  height: 500px;
  width: 300px;
  z-index: 999;
}

.down {
  color: rgb(241, 75, 75)!important;
}

.up {
  color: rgb(15, 168, 15);
}

.reportmese {
  padding: 5%;
}

.show {
  display: block;
  visibility: visible;
}

.grafici {
  padding: 3rem;
}

.thisYear {
  color: #3c6ffd;
}

.lastYear {
  color: #f96384;
}

p.statistiche {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-left: 3px dashed #7a3283;
  padding-left: 9px;
  background: #ffebcd6e;
  font-style: italic;
}

p.statistiche.imptot {
  border-bottom: 1px solid #ee6227;
  margin-bottom: 8px;
  background: aliceblue;
  font-weight: bold;
}

p.statistiche.contratti {
  background: #ffe1f5;
}

.black {
  color: #000;
}

input.noinput {
  background: transparent!important;
  border: none!important;
  width: 130px;
}

input.formimpianti {
  max-width: 160px;
  font-size: 1em;
}

input.formimpianti.mini{
  max-width: 125px;
}

input.formimpianti.minimini{
  max-width: 55px;
}

input.formimpianti.dettchiamate {
  min-width: 100%;
}

textarea.formimpianti.dettchiamate {
  width: 100%;
  min-height: 112px;
  font-size: 0.8em;
}

.stilechiamate {
  border: 2px dashed #ff4b00;
  margin-bottom: 25px;
  padding: 0px;
}

.stilemanutenzioni {
  border: 2px dashed #652d8e;
  margin-bottom: 25px;
  padding: 0px;
}

.nopadding {
  padding: 0px;
}

.titlechiamate {
  background: #ffff0059;
  font-style: italic;
  padding: 0.4rem;
  font-weight: bold;
  border-bottom: 1px solid #343434;
}

.titlemanutenzioni{
  background: #00ccff59;
  font-style: italic;
  padding: 0.4rem;
  font-weight: bold;
  border-bottom: 1px solid #343434;
}

.titleispettive{
  background: #ff8c2259;
  font-style: italic;
  padding: 0.4rem;
  font-weight: bold;
  border-bottom: 1px solid #343434;
}

.stileispettive {
  border: 2px dashed #ff9800;
  margin-bottom: 25px;
  padding: 0px;
}

.titlelavori{
  background: #ff228f59;
  font-style: italic;
  padding: 0.4rem;
  font-weight: bold;
  border-bottom: 1px solid #343434;
}

.stilelavori {
  border: 2px dashed #d30068;
  margin-bottom: 25px;
  padding: 0px;
}

.titleammodernamenti{
  background: #28ffa959;
  font-style: italic;
  padding: 0.4rem;
  font-weight: bold;
  border-bottom: 1px solid #343434;
}

.stileammodernamenti {
  border: 2px dashed #05ae6a;
  margin-bottom: 25px;
  padding: 0px;
}

.trash {
  color: red;
  cursor: pointer;
}

.statusimpianto {
  width: 190px;
    float: right;
}
.destra {
  float: right;
}

tfoot {
  font-weight: bold;
}

img.iconbi {
  height: 36px;
}

span.titlebi {
  font-size: 0.7em;
}

.remove {
  display: none;
}

.contratto {
  margin-bottom: 10px;
  background: #ffffffbd;
  padding: 5px;
  color: #000;
}

.full {
  width: 100%;
}

.bg-dark {
  background-color: #004979!important;
  border-bottom: 2px solid #4caf50;
}

.cls-1 {
  fill: #fff!important;
}

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

.logotke {
    width: 62px;
    margin-right: 12px;
}

.nomecliente {
    text-transform: uppercase;
    color: #fff;
}

.nomeclientemob {
    display: none;
}

@media (max-width: 800px) {
    .ragionesociale, .logoutdesktop, .nomecliente, .iconetabella {
        display: none;
    }

    svg.feather.feather-settings.iconetabella {
      display: block!important;
  }

    button.navbar-toggler {
        right: 4%;
    }

    .nomeclientemob {
        display: block;
    }
    .w-75 {
      width: 100%!important;
  }
}