.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button--primary .ajax-progress__throbber {
  border-color: white !important;
}

.interop-last-send {
  font-style: italic;
  font-size: .88em;
}

/*.ajax-progress--throbber {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 25%);
  width: 225px;
  height: 225px;
  background: url(images/loadingtwo.gif) no-repeat;
  background-size: 100%;
  z-index: 100;
}*/

.tooltip .tooltip-inner {
  color: inherit;
  background-color: #fff !important;
  padding: 6px 1px;
  border: 1px solid #aaa;
  font-size: 0.7rem;
  line-height: 0.75rem;
  box-shadow: 6px 6px 8px 6px rgba(0, 0, 0, 0.2);
}

.pisa-module .list-group-item,
.pisa-module .collapse-header *[data-toggle="collapse"] {
  padding: 0 0.25rem;
  position: inherit;
  display: block;
  background: none;
  border-width: 0;
}

.pisa-module .list-group-item label {
  font-size: 0.8rem;
  margin-left: 0.25rem;
  font-weight: 400;
}

.pisa-module .google-map {
  min-height: 420px;
  margin-bottom: 16px;
}

label {
  display: inline-block;
}

.side-nav.lg {
  position: relative;
}

.side-nav.lg nav {
  position: absolute;
  z-index: 101;
  width: 100%;
}

@media (min-width: 993px) {
  .side-nav.lg .nav-close {
    display: none;
  }

  .side-nav.lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 992px) {
  .side-collapsible-container {
    background-color: #ffffff;
  }

  .side-nav.lg {
    box-sizing: border-box;
    position: fixed !important;
    width: 300px !important;
    left: -300px;
    top: 59px;
    bottom: 32px;
    z-index: 101;
    transition: all 0.3s;
  }

  .side-nav.lg .navbar-light {
    background-color: #ffffff;
    height: 32px;
  }

  .side-nav.lg .navbar-toggler {
    background-color: #ffffff;
    position: absolute;
    left: 300px;
  }

  .side-nav.lg nav {
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .side-nav.lg.active {
    left: 0;
    padding: 0;
  }

  .side-nav.lg .navbar-light {
    text-align: right;
  }

  .side-nav.lg nav {
    position: initial;
    margin-left: 0;
    left: 8px;
    padding: 8px;
  }

  .side-nav.lg.active nav {
    left: 8px;
  }

  .side-nav.lg .nav-close,
  .side-nav.lg.active .navbar-toggler {
    display: none;
  }

  .side-nav.lg .navbar-toggler,
  .side-nav.lg.active .nav-close {
    display: inline-block;
  }

  #overlay {
    position: fixed;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    background: rgba(39, 42, 43, 0.8);
    transition: opacity 200ms ease-in-out;
    margin: 0;
  }

  #overlay.active {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

.ps-container {
  line-height: 36px;
  width: auto;
}

.ps-toggler {
  cursor: pointer;
}

.ps {
  float: left;
  display: block;
  height: auto;
  width: auto;
  padding: 0 8px;
  margin-top: 4px;
  line-height: 36px;
}

.ps>a {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
  text-decoration: none;
}

.ps>a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.ps>a.facebook {
  background-image: url("images/social/facebook.png");
}

.ps>a.twitter {
  background-image: url("images/social/twitter.png");
}

.ps>a.linkedin {
  background-image: url("images/social/linkedin.png");
}

.ps>a.whatsapp {
  background-image: url("images/social/whatsapp.png");
}

.modal.fullscreen {
  min-width: 100%;
  margin: 0;
}

.modal.fullscreen .modal-dialog {
  min-width: 100%;
  margin: 0;
  cursor: pointer;
}

.modal.fullscreen .modal-content {
  min-height: 100vh;
}

.modal.fullscreen .img-fluid {
  width: 100%;
  height: auto;
}

.modal.fullscreen .modal-dialog .modal-content .modal-body {
  padding: 36px;
}

.modal.fade,
.modal.fade .modal-content {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.5s linear;
}

.modal.fade.show,
.modal.fade.show .modal-content {
  opacity: 1;
  transform: scale(1);
}

.pisa-module .owl-nav:not(.owl-nav-custom) {
  display: none;
}

.pisa-module .btn-more-arrows {
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 35%;
}

.pisa-module .btn-more-arrows:hover {
  background: none;
}

.pisa-module .btn-more-arrows.prev {
  left: -33px;
}

.pisa-module .btn-more-arrows.next {
  right: -33px;
}

@media screen and (max-width: 576px) {
  .pisa-module .btn-more-arrows.prev {
    left: 0;
  }

  .pisa-module .btn-more-arrows.next {
    right: 0;
  }
}

.pisa-module :focus,
.pisa-module .btn-more-arrows:focus,
.pisa-module .btn-more-arrows:not(:disabled):not(.disabled):active {
  box-shadow: none;
  outline: none;
  border-width: 0;
}

[data-sezione-type="sommario"] {
  display: none;
}

pre.small {
  font-size: 10px;
  line-height: 10px;
}

pre.small p {
  margin: 0;
}

.image_style.left {
  float: left;
  margin: 0 1.5rem 0 0;
}

.image_style.right {
  float: left;
  margin: 0 0 0 1.5rem;
}

.image_style.small.left {
  float: left;
  margin: 0 .75rem 0 0;
}

.image_style.small.right {
  float: left;
  margin: 0 0 0 .75rem;
}

.image_style._large {
  width: 480px;
}

.image_style._medium {
  width: 220px;
}

.image_style._thumbnail {
  width: 120px;
}

.image_style._250xauto {
  max-width: 250px;
}

.image_style._550x350 {
  max-width: 550px;
}

.image_style._2000x600 {
  max-width: 2000px;
}