﻿#main-content .inva-page {
  min-height: 10px;
  border-bottom: 2px solid #C1C8D0;
}

.test-and-debug-info {
  border: 1px solid #425f7b;
  background-color: #1e90ff;
  color: #ffffff;
  padding: 10px;
  display: block;
  border-radius: 8px;
}

.test-and-debug-info::before {
  content: "Informazioni di debug : ";
}


/****************************************************/
/* SHARE THIS */
.share-this-colorbox {

}

.share-this-colorbox-title {
    border-bottom: 1px solid #d9dadb;
    padding: 12px;
}

.share-this-colorbox-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 30px 12px;
}

.share-this-icon-wrapper {
  cursor: pointer;
  color: #ffffff;
  fill: #ffffff;
  min-width: 130px;
}

.share-this-colorbox .share-this-toolbar {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  vertical-align: middle;
  padding: 12px;
  background-color: #fff;
  border-top: 1px solid #d9dadb;
}


.share-this-colorbox .share-this-toolbar .share-this-close-btn {
  text-align: center;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  fill: #be0004;
}

.share-this-colorbox .share-this-toolbar .share-this-close-btn:hover,
.share-this-colorbox .share-this-toolbar .share-this-close-btn:focus {
  fill: #9E0000;
}


.share-this-icon-wrapper a:link,
.share-this-icon-wrapper a:visited,
.share-this-icon-wrapper a:hover {
  color: #ffffff;
  text-decoration: none;
}

.share-this-icon-wrapper .share-this-svg-icon {
  display: inline-block;
  border: 0;
  vertical-align: middle;
}

.share-this-icon-wrapper .share-this-icon-32-32 {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.share-this-icon-wrapper .share-this-icon-32-32 .share-this-svg-icon {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

.share-this-icon {
  font-family: addglyphs;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.share-this-icon-wrapper.share-this-icon-twitter {
  background-color: rgb(29, 161, 242);
}

.share-this-icon-wrapper.share-this-icon-facebook {
  background-color: rgb(59, 89, 152);
}

.share-this-icon-wrapper.share-this-icon-pinterest {
  background-color: rgb(203, 32, 39);
}

.share-this-icon-wrapper.share-this-icon-whatsapp {
  background-color: rgb(37, 211, 102);
}

.share-this-icon-wrapper.share-this-icon-email {
  background-color: rgb(132, 132, 132);
}

.share-this-icon-wrapper.share-this-icon-instagram {
  background-color: rgb(132, 132, 132);
}

.share-this-icon-wrapper:hover {
  opacity: 0.6;
}

.share-this-button {
  background-color: #848387;
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: inline;
  line-height: 40px;
}

.share-this-button:hover {
  background-color: #666;
  color: #fff;
  cursor: pointer;
}

.share-this-button .share-this-button-icon {
  fill: #ffffff;
  background-color: #be0004;
  height: 40px;
  width: 40px;
  /*float: left;
  padding: 3px;*/
  align-items: center;
  display: flex;
  justify-content: center;
}

.share-this-button .share-this-button-text {
  /*display: inline-block;
  float: left;
  margin: 0 20px;*/
  font-size: 15px;
  margin: 0 8px;
}


#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none;
}


@media (max-height: 500px) {

  .share-this-colorbox .share-this-toolbar {
    position: absolute;
    display: inline;
    bottom: 0;
    right: 0;
    left: auto;
    text-align: center;
    padding: 0;
    height: auto;
    border: none;
  }
}

/*  ######################################################################################## */
/* OVERRIDE: Colorbox */
#cboxOverlay {
  opacity: 0.7 !Important;
}
