﻿@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");

html > :not(#schermocentrale) {
  font-family: Questrial, sans-serif;
}

body {
  font-size: 1.4em;
}
#wrapper {
  background-color: #fff;
}
#page-wrapper {
  margin: 72px 0 0 130px;
  background: #fff !important;
}

#immagine {
  max-height: 50px;
  position: relative;
  left: 30px;
}

.novita {
  background-color: #f69f2b;
  margin-bottom: 4px;
  -webkit-animation: blinker 1.3s 5 ease-in-out;
  animation: blinker 1.3s 5 ease-in-out;
}
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
.page-header {
  margin: 29px 0 20px !important;
  font-size: 33px;
  width: 100%;
}
.messaggio {
  -moz-appearance: none;
  background-color: rgba(234, 46, 46, 0.83);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 10px;
  outline: 0 none;
  padding: 10px 15px;
  text-align: center;
  transition-duration: 0.25s;
  width: 250px;
}

span.value {
  margin-left: 5px;
}

@media (max-width: 562px) {
  span.title {
    width: auto !important;
  }
}

.user-section {
  margin-top: 20px;
  font-size: 22px;
  background-color: #53a3a3;
}

.user-section-inner {
  height: 65px;
  width: 65px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 20px;
}

.user-section-inner img {
  margin-left: 10px;
  width: 55px;
  height: 60px;
}

.user-info {
  display: block;
  color: #000 !important;
  display: inline-block;
  padding: 15px;
  margin-bottom: 0;
}

.user-text-online {
  font-size: 18px;
  color: #fff;
}

.user-circle-online {
  width: 15px !important;
  height: 15px !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(74, 72, 126, 0);
}

.nav .open > a:focus,
.nav .open > a:hover,
.navbar-top-links .open > a {
  background-color: #75c5b8;
}

#navbar {
  height: 72px;
  background: #fff !important;
  padding-top: 9px;
  border-bottom: 2px solid #7b7b7b;
}

.navbar-top-links > li > a {
  color: #fff;
}
.logo-container {
  position: relative;
  top: -12px;
  left: -35px;
  height: 74px;
  display: inline-flex;
}

.grigio {
  background-color: #d1d2d4;
  position: relative;
  height: 100%;
  width: 265px;
  transform: skewX(24deg);
}

.orange {
  border-bottom: 70px solid #f69f2b;
  border-left: 4px solid #f69f2b;
  border-right: 7px solid transparent;
  height: 100%;
  width: 13px;
  position: relative;
  transform: skewX(27deg);
  left: 8px;
}

.logo {
  transform: skewX(-24deg) scale(1.2);
  position: relative;
  left: 34px;
  top: 10px;
}

#side-menu {
  border-right: 2px solid orange;
  margin-top: 0px;
  transition: 0.5s ease;
  height: 100vh;
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
  padding-bottom: 3rem;
}

#side-menu a {
  color: #575a5a;
  height: auto;
  padding: 5px 0;
  font-weight: 600;
  display: flex;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

#side-menu button {
  color: #575a5a;
  height: auto;
  padding: 5px 0;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: inherit;
  border-bottom: solid 2px orange;
}

#btnSliderMenuSemplificato:hover {
  color: #575a5a !important;
}

/* slider per menù */
.switcher {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 17px;
}

.switcher input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slidermen {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slidermen:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 16px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slidermen {
  background-color: orange;
}

input:focus + .slidermen {
  box-shadow: 0 0 1px orange;
}

input:checked + .slidermen:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slidermen.round {
  border-radius: 34px;
}

.slidermen.round:before {
  border-radius: 50%;
}
/* end slider per menù */

#side-menu a:hover {
  background-color: #f69f2b;
  color: #fff !important;
}
#side-menu a:hover .text-n-msg {
  color: #575a5a;
}
#side-menu li {
  border-bottom: none !important;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 4px;
}

#side-menu .selected > a {
  background-color: #f69f2b;
  color: #fff !important;
}
#side-menu .selected > a .text-primary {
  color: #353535 !important;
}

#side-menu li ul {
  display: none;
  position: fixed;
  width: 100%;
  left: 95px;
  z-index: 1300;
}

.menu-black-background {
  display: none;
  height: 100%;
  width: 100%;
  background-color: #00000069;
  position: fixed;
  top: 72px;
  left: 130px;
}

#side-menu li ul li {
  background-color: #5a5656;
  display: inline-flex;
  padding: 0;
  margin-bottom: 3px;
  width: 9.5%;
  margin-left: -4px;
  border-right: 2px solid white;
  height: 56px;
  text-align: center;
  vertical-align: top;
  height: 47px;    
}

.nav > li > a > img {
  width: 57px;
}
   
#side-menu li ul li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#side-menu li ul li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: none;
}

#side-menu li ul li a:hover {
  border-radius: 0px;
}

#side-menu li ul li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: none;
}

#side-menu li ul li:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: none;
}

#side-menu li ul li a {
  color: white;
  text-decoration: none;
  width: 100%;
  border-radius: 0px;
  border-left: 2px solid #929292;
  padding: 3px;
}
#side-menu li:hover ul {
  display: block;
}

.text-n-msg {
  color: white;
}

#numeroMessaggi {
  position: absolute;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  top: -1px;
  left: 89px;
}
#menumessaggi:hover .text-primary {
  color: #272727 !important;
}

.no-boder {
  border: 0 solid #5bc0de !important;
}

#labelselezioneazienda {
  margin-top: 15px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  display: none;
}

#bloccoazienda {
  display: none;
  margin-top: 10px;
}

.navbar-brand {
  padding-left: 20px;
}

.navbar-brand img {
  height: 30px;
}

.top-label {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -24px;
  margin-right: -24px;
}

.large-font {
  font-size: 18px;
}

.body-Login-back {
  background-color: #cececebd;
}

.margin-tips {
  margin: 5px;
}

.navbar-default {
  background-color: white !important;
}

.navbar-static-side {
  border-bottom: 0 solid transparent !important;
  height: 100%;
}

#menunascondi {
  float: left;
  font-weight: bolder;
  color: black;
  cursor: pointer;
}
#menunascosto {
  position: fixed;
  z-index: 2;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  overflow: hidden;
}
.menunascostomobile {
  margin-top: 20px;
}
.menunascostonascosto {
  width: 0px;
}
.menunascostovisto {
  width: 160px;
}

.sidebar-collapse {
  background-color: white !important;
  width: 128px;
}

.aprimenu {
  width: 150px !important;
}

@media (min-width: 768px) {
  #menunascondi {
    display: block;
  }

  #page-wrapper {
    position: inherit;
    padding: 0 30px;
  }

  .sidebar-collapse {
    display: block;
    height: 100%;
  }
}

.nominwidth {
  display: block;
}

@media (max-width: 768px) {
  #menunascondi {
    display: none;
  }

  #labelselezioneazienda {
    margin-left: 0 !important;
  }

  .nominwidth {
    display: none;
  }

  #page-wrapper {
    margin-top: 82px;
  }

  .navbar-toggle {
    background-color: #fff !important;
  }

  .page-header {
    margin: 0 0 20px !important;
  }
}

@media (min-width: 991px) {
  .page-header {
    padding-bottom: 0;
    margin: 0 0 10px;
    border-bottom: 0;
    display: inline-block;
  }
  .pg-header-no-helpbtn {
    margin: 45px 0 10px;
  }
}

@media (max-width: 991px) {
  #navbar {
    height: 112px;
  }

  .page-header {
    margin: 0 0 10px;
  }
  .pg-header-no-helpbtn {
    margin: 132px 0 10px;
  }

  #labelselezioneazienda {
    margin-left: 1px;
  }

  .zonanotifiche-balloon--lg {
    width: 50vw !important;
  }
}

.nascosto {
  visibility: hidden;
}

.select2 {
  width: 100% !important;
}

.col1fix {
  margin-top: 25px;
}

#dropzone {
  background: #fff;
  border: 1px dotted #000;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  width: 80%;
  height: 200px;
  margin: 20px auto;
}

#dropzone.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

#listaFilesInUpload {
  background: #fff;
  border: 1px solid #000;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  width: 80%;
  min-height: 30px;
  height: auto;
  margin: 20px auto;
}

#listaFilesInUpload.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

#listaFilesInUpload > li {
  text-align: left !important;
  margin-left: 20px !important;
}

.fa-times {
  cursor: pointer;
}

.modal-header .chiudi {
  margin-top: -20px !important;
}

.bootstrap-table {
  margin: 14px;
}

.chiudi {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.cal-week-box {
  z-index: 1000 !important;
}

#cal-day-tick,
#cal-slide-box {
  display: none !important;
}

.event {
  width: 25px !important;
  height: 25px !important;
  border-radius: 18px !important;
}

#meseData {
  margin-bottom: 10px;
  font-weight: 700;
}

.vedilista {
  cursor: pointer;
}

#bottonecaricafile {
  margin-top: 22px;
}

#tabella > tbody > tr > td:first-child > a {
  display: inline;
}
.greyed {
  background-color: #eee !important;
}

#immagineTema {
  border: 1px solid #000;
  margin-top: 10px;
}

.labelColore {
  font-weight: 400;
}

#opzioniTemaPersonalizzato {
  margin-top: 25px;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.helptutorial,
.helptutorialKb {
  margin-top: 42px;
  font-size: 20px;
  display: inline-block;
  width: 50px;
  float: right;
}

#chiudiimmagineprivacy {
  left: 133px;
  bottom: 12px;
  position: fixed;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
  display: none;
}

#testoimmagineprivacy {
  left: 37px;
  bottom: 11px;
  position: fixed;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  display: none;
}

#immagineprivacy {
  left: 3px;
  bottom: 4px;
  position: fixed;
  cursor: pointer;
  display: none;
  width: 36px;
}
#divtestocodicedestinatario {
  display: none !important;
  position: absolute;
  left: 290px;
  top: 16px;
}
.codicedestinatarioTemaN {
  display: none;
  color: black;
  font-size: 16px;
  position: relative;
  margin-top: 4px;
  text-align: center;
  font-weight: 500;
}

#testocodicedestinatario {
  font-size: 20px;
  padding: 0;
}

#campanella i {
  color: #7b7b7b !important;
  font-size: 23px;
}

#zonanotifiche {
  top: 120%;
}

.notification-container {
  cursor: pointer;
  margin-top: 1.4rem;
  margin-right: 1.5rem;
}

.logoutentebarrasuperiore {
  height: 36px;
  width: 36px;
  margin-top: 0.7rem;
  margin-right: 1rem;
  cursor: pointer;
  border-radius: 50px;
}

#zonaopzioniutente {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: 100px;
  top: 120%;
  right: -5%;
  -webkit-box-shadow: -2px 7px 11px -2px #686868;
  box-shadow: -2px 6px 11px -5px #9e9e9e;
}

#zonaopzioniutente i {
  color: #f69f2b;
}
#zonaopzioniutente a {
  color: #575a5a;
}

.linkopzioniutente {
  display: block;
  cursor: pointer;
}

.linkopzioniutente:hover {
  text-decoration: none;
}

.notification-counter {
  cursor: pointer;
  position: relative;
  margin-top: -4.5rem;
  background-color: #ffa500 !important;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
  box-shadow: 0px 0px 0px 2px #ffffff;
  padding: 0.3rem;
  text-align: center;
  display: none;
}

#rotella-impostazioni > i {
  transform: scale(1.8);
  color: #7b7b7b;
  margin-top: 20px;
  cursor: pointer;
}
.zonanotifiche-block {
  display: block;
}

.zonanotifiche-absolute {
  position: absolute;
}

.zonanotifiche-balloon {
  max-width: 90vw;
  min-width: 22rem;
  z-index: 2000;
}

.zonanotifiche-balloon--down.zonanotifiche-balloon--right,
.zonanotifiche-balloon--up.zonanotifiche-balloon--right {
  right: 0;
}

#zonanotifichenfreccia {
  right: 36.5%;
}
.zonanotifiche-balloon--lg {
  width: 25.5vw;
}

.zonanotifiche-overflow-hidden {
  overflow-x: hidden;
  overflow-y: hidden;
}

.zonanotifiche-balloon > .zonanotifiche-balloon__tail {
  height: 16px;
  width: 16px;
}

.zonanotifiche-balloon--right > .zonanotifiche-balloon__tail {
  margin-right: -1px;
  right: 100%;
}

.zonanotifiche-balloon--left > .zonanotifiche-balloon__tail,
.zonanotifiche-balloon--right > .zonanotifiche-balloon__tail {
  top: 8px;
}

.zonanotifiche-balloon--down > .zonanotifiche-balloon__tail {
  bottom: 100%;
  margin-bottom: -1px;
}

.zonanotifiche-balloon--down.zonanotifiche-balloon--right
  > .zonanotifiche-balloon__tail {
  top: auto;
}

.zonanotifiche-border-t {
  border-top-width: 0px;
  border-top-style: solid;
}

.zonanotifiche-border-r {
  border-right-width: 0px;
  border-right-style: solid;
}

.zonanotifiche-border-b {
  border-bottom-width: 0px;
  border-bottom-style: solid;
}

.zonanotifiche-border-l {
  border-left-width: 0px;
  border-left-style: solid;
}

.zonanotifiche-balloon
  > .zonanotifiche-balloon__tail
  .zonanotifiche-balloon__tail-symbol {
  height: 8px;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0 0;
  width: 8px;
}

.zonanotifiche-balloon--right
  > .zonanotifiche-balloon__tail
  .zonanotifiche-balloon__tail-symbol {
  right: -8px;
}

.zonanotifiche-balloon--left
  > .zonanotifiche-balloon__tail
  .zonanotifiche-balloon__tail-symbol,
.zonanotifiche-balloon--right
  > .zonanotifiche-balloon__tail
  .zonanotifiche-balloon__tail-symbol {
  top: 50%;
}

.zonanotifiche-balloon--down
  > .zonanotifiche-balloon__tail
  .zonanotifiche-balloon__tail-symbol,
.zonanotifiche-balloon--up
  > .zonanotifiche-balloon__tail
  .zonanotifiche-balloon__tail-symbol {
  left: 50%;
}

.zonanotifiche-balloon--down
  > .zonanotifiche-balloon__tail
  .zonanotifiche-balloon__tail-symbol {
  bottom: -8px;
  top: auto;
  background-color: #d1d2d4;
}

.zonanotifiche-border-radius-medium,
.zonanotifiche-root--theme-dark .zonanotifiche-border-radius-medium,
.zonanotifiche-root--theme-light .zonanotifiche-border-radius-medium {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.zonanotifiche-elevation-1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px -1px,
    rgba(0, 0, 0, 0.02) 0 2px 2px -2px, rgba(0, 0, 0, 0.04) 0 1px 4px 0;
}

.zonanotifiche-c-background-alt-2 {
  border-radius: 4px 4px 0px 0px;
}

.zonanotifiche-pd-y-05 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

@keyframes scampanella {
  0%,
  to {
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-3px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(3px, 0, 0);
  }
}

.scampanella {
  animation-name: scampanella;
}

h6 {
  font-size: 16px;
}

.zonanotifiche-strong {
  font-weight: 600;
  color: white;
  padding-left: 10px;
  text-align: center;
}

[data-simplebar] {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: 0;
}

[data-simplebar="init"] {
  display: flex;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
}

.scrollable-area {
  height: 100%;
  position: relative;
}

.lista-principale--vertical {
  max-height: 50vh;
}

.simplebar-scroll-content {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #c2d2e4 whitesmoke;
  scrollbar-width: thin;
}

.simplebar-scroll-content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.simplebar-scroll-content::-webkit-scrollbar-track-piece {
  background-color: whitesmoke;
}

.simplebar-scroll-content::-webkit-scrollbar-thumb:vertical {
  height: 14px;
  background-color: #c2d2e4;
}

.messaggionotifica:before {
  content: " \25CF";
  font-size: 25px;
  padding-left: 10px;
}

.messaggionotifica {
  left: -8px;
  top: 6px;
  position: absolute;
}

.messaggionotifica.daleggere {
  color: limegreen;
}

.messaggionotifica.letto {
  color: grey;
}

.testomessaggionotifica {
  position: relative;
  top: -3px;
}

.tempomessaggionotifica {
  display: block;
  font-size: 12px;
  text-align: center;
}

.simplebar-content {
  box-sizing: border-box;
  min-height: 100%;
  overflow-y: hidden;
}

.zonanotifiche-align-items-center {
  align-items: center;
}

.zonanotifiche-pd-b-2 {
  padding-bottom: 0.2rem;
}

.lista-principale__content::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.lista-principale--vertical .lista-principale__vedipiu::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  height: 4rem;
  left: 0;
  width: 100%;
}

.lista-principale__content--mobile {
  border-bottom: 1.5px solid whitesmoke;
  line-height: 20px;
  text-align: center;
}

.lista-principale__content--mobile:hover {
  background-color: whitesmoke;
  cursor: pointer;
}

.zonanotifiche-pd-y-1 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.zonanotifiche-pd-x-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

.zonanotifiche-relative {
  position: relative;
}

img {
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: initial;
  border-left-width: initial;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

img[class*="immaginenotifica"] {
  max-width: 50%;
  vertical-align: top;
}

.div-lista img[class*="immaginenotifica"] {
  min-height: 16rem;
}

.scrollable-trigger__wrapper {
  height: 0;
  position: relative;
}

.scrollable-trigger__trigger-area {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  margin-bottom: -5px;
  width: 28px;
  height: 45px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid purple;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

#segnatutticomeletti {
  cursor: pointer;
  color: white;
  position: absolute;
  right: 7px;
  top: 17px;
  font-size: 2.5vw;
}

@media screen and (min-width: 554px) {
  #segnatutticomeletti {
    font-size: 14px;
  }
  .zonanotifiche-strong {
    font-size: 16px;
  }
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 0 !important;
}

.btn-cambiapiano {
  width: fit-content !important;
}

.limitifatture {
  line-height: 36px;
  font-size: 18px;
  display: inline-block;
  margin-left: 30px;
}
.btn-warning {
  color: #575a5a !important;
  background-color: #ffdea0 !important;
  border-color: #ffdea0;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #fff !important;
  background-color: #f69f2b !important;
  border-color: #f69f2b !important;
}
.btn {
  border-radius: 8px !important;
}
.panel-default {
  border: none !important;
}
.btn.dropdown-toggle {
  min-width: fit-content !important;
  min-width: -moz-fit-content;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #d1d2d4;
  border-color: #d1d2d4;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ff9800;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #aaabac;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.alert-warning {
  color: #ffffff;
  background-color: #7b7b7b;
  border-color: #7b7b7bab;
}

.btn-success {
  color: #575a5a;
  background-color: #bbecbb;
  border-color: #bbecbb;
}
.btn-success:hover,
.btn-success:focus {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 12px;
}
.panel-warning {
  border: none;
}
button {
  color: #575a5a;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
button:hover,
button:focus {
  color: #fff !important;
  background-color: #9a9a9a;
  border-color: #9a9a9a;
}

.btn-home {
  margin-left: 10px;
  margin-right: 10px;
  width: 145px;
  font-size: 16px;
  font-weight: 600;
  padding: 6px;
}

.btn-home a {
  color: #575a5a;
}
.btn-home:hover a {
  color: #fff;
  text-decoration: none;
}

.helptutorial,
.helptutorial:hover,
.helptutorialKb,
.helptutorialKb:hover {
  border-radius: 0px !important;
  background-color: grey;
  border: 1px solid grey;
  color: white;
  font-size: 22px;
  height: 30px;
  padding: 0 !important;
  margin-top: 6px;
  width: 35px !important;
}

.helpRow {
  width: 100%;
  display: inline-flex;
}

.helpRow > .div-a {
  background-color: #e6e6e6;
  height: 30px;
  width: 92%;
  margin-right: 6px;
  margin-top: 6px;
}
.helpRow .div-b {
  background-color: #e6e6e6;
  height: 30px;
  margin-left: 6px;
  margin-top: 6px;
  width: 4%;
}
footer {
  width: 100%;
  display: inline-flex;
}
footer > .footer-div {
  width: 88%;
  height: 30px;
  background-color: #d1d2d4;
  margin-right: 0.5%;
}
.footerlogo {
  width: 10%;
  height: 30px;
  background-color: #e6e6e6;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td {
  padding: 4px;
}
.btn {
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn-big {
  font-size: 18px !important;
}
#nuoviMessaggi .panel-heading {
  background-color: #f69f2b;
  border-color: #f69f2b;
  color: white;
}
#archivioMessaggi .panel-heading {
  background-color: #d1d2d4;
  border-color: #d1d2d4;
  color: white;
}

#nuoviMessaggi .panel-info {
  border-color: #f69f2b;
}
#archivioMessaggi .panel-info {
  border-color: #d1d2d4;
}

.zonanotifiche-c-background-alt-2 {
  background-color: #f69f2b !important;
}

:root {
  --easyIDbtn: #8e8e8e;
  --easyIDbtnHover: #f69f2b;
}

/* stringi menu */
.comprimi-menu-container {
  position: absolute;
  top: 47px;
  left: -2px;
  z-index: 13001;
}

.comprimi-menu {
  height: 23px;
  width: 23px;
  border: 2px solid orange;
  border-radius: 20px;
  padding: 1px 3px;
  color: #767471;
  background-color: white;
  cursor: pointer;
}

.comprimi-menu-container.aperto {
  transform: translateX(119px);
  transition: 0.5s ease;
}

.comprimi-menu-container.chiuso {
  transform: translateX(59px);
  transition: 0.5s ease;
}

.comprimi-menu-container.chiuso > .comprimi-menu > i {
  transform: rotate(180deg) translateX(-3px);
  transition: 0.5s ease;
}

.comprimi-menu-container.aperto > .comprimi-menu > i {
  transform: rotate(0) translateX(0);
  transition: 0.5s ease;
}

#side-menu.closed {
  width: 70px;
  transition: 0.5s ease;
}

#side-menu.opened {
  width: 130px;
  transition: 0.5s ease;
}

#side-menu.closed > li > a > i {
  font-size: 24px;
  transition: 0.5s ease;
}

#side-menu.opened > li > a > i {
  font-size: 14px;
  transition: 0.5s ease;
}

#side-menu.closed > li > a > .testomenu {
  opacity: 0;
  font-size: 2px;
  transition: 0.3s ease;
}

#side-menu.opened > li > a > .testomenu {
  opacity: 1;
  font-size: 14px;
  transition: 0.3s ease;
}

#page-wrapper.menomargine {
  margin-left: 61px;
  transition: 0.5s ease;
}

#page-wrapper {
  margin-left: 128px;
  transition: 0.5s ease;
}

.sidebar-collapse {
  width: 69px;
}
.comprimi-menu-container.chiuso ~ .menu-black-background {
  left: 70px;
}
.comprimi-menu-container.aperto ~ .menu-black-background {
  left: 130px;
}
#side-menu.closed li ul {
  left: 35px;
}
#side-menu.opened li ul {
  left: 95px;
}

.sidebar-collapse #menumessaggi .text-primary {
  color: white;
}
.no-animation {
  transition: none !important;
}

#header-modal-changelog {
  background-color: aliceblue;
  display: flex;
  column-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.div-card-changelog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "data modulo"
    "descrizione descrizione"
    "info tipo";
  background-color: #f9fdff;
  padding: 1rem;
  border-radius: 0.7rem;
  border: solid 1px lightgrey;
  margin-top: 1rem;
}

.data-changelog {
  grid-area: data;
}

.modulo-changelog {
  grid-area: modulo;
  text-align: end;
  font-weight: 600;
}

.descrizione-changelog {
  grid-area: descrizione;
  padding: 1rem;
  text-align: justify;
}

.info-changelog {
  grid-area: info;
  text-align: start;
}

.tipo-changelog {
  grid-area: tipo;
  text-align: end;
}

#modaleChangeLog > .modal-dialog > .modal-content > .modal-body {
  position: relative;
  padding: 20px;
  overflow-y: scroll;
  max-height: 40rem;
}

#text-btn-affiliazione {
  margin-left: -5px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#side-menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#side-menu {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}