
  .solo-stampa {
    display: none;
  }
  
  .noSelect {
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .noSelect:focus {
      outline: none !important;
  }
  
  .custom-menu {
      display: none;
      z-index: 99999;
      position: absolute;
      overflow: hidden;
      white-space: nowrap;
      list-style-type: none;
      border-radius: 0.25rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background-color: #fff;
      border-left: 5px solid #e6ffcc;
      margin-bottom: 1rem;
      padding: 1rem;
  }
  
  .custom-menu li {
      height: 30px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 1px;
      padding-bottom: 1px;
      cursor: pointer;
      margin-bottom: 1px solid rgb(145, 248, 150);
  }
  
  .custom-menu li:hover {
      background-color: #dbffdb;
  }

  .icon-custom-menu {
    margin-right: 10px;
  }
  
  .verde-scuro {
    background-color: #1d3628;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  
  .dichiarazione-stampa{
    text-align: center;
    font-size: 0.6em;
    line-height: normal;
    margin-left: 60px;
    margin-right: 60px;
  }

  .logo-stampa-sx{
    float: left;
    vertical-align:middle;
    margin-right: 10px;
  }

  .logo-stampa-dx{
    float: right;
    vertical-align:middle;
    margin-left: 10px;
  }

  .is-iframe{
    background: url("") no-repeat center center fixed !important;
    background-color: #FFFFFF !important;
    width: 99% !important;
  }

  .form-control{
    border: 1px solid #bfcfbda8 !important; 
  }

  .no-background{
      background-color: transparent !important;
  }

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #bfcfbda8 !important; 
    border-radius: 4px;
}
  /* PULSANTE REFRESH NAV IFRAME */
  .content-wrapper.iframe-mode .btn-iframe-refresh {
    color: #009908;
    position: absolute;
    line-height: 1;
    left: .125rem;
    top: .125rem;
    z-index: 11;
    visibility: hidden; 
  }

  .content-wrapper.iframe-mode .btn-iframe-refresh:hover, .content-wrapper.iframe-mode .btn-iframe-refresh:focus {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible !important;
  }

  .nav-link:hover .btn-iframe-refresh {
    visibility: visible !important;
  }

  @media (hover: none) and (pointer: coarse) {
    .content-wrapper.iframe-mode .btn-iframe-refresh {
      visibility: visible !important;
    }
  }

  .permanent-btn-iframe-refresh .btn-iframe-refresh {
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
    opacity: 1;
  }
  /* END PULSANTE REFRESH NAV IFRAME */


  @media print{
    .copyright-stampa{
        text-align: center;
        margin-top: 10px;
    }

    .solo-stampa {
        display: inline;
      }
      
  }

  ::-webkit-scrollbar {
    width: 15px;
    color: #b8c2b8;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(52,58,64);
    border-radius: 3px;
  }

  .holds-the-iframe {
    background:url(../img/logo_rotation.gif);
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: center;
    height: auto;
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
  }

  @keyframes shakeUser {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

  .custom-file-label::after {
    content: "Scegli";
  }