/* Inizio Stile
per la pagina
della privacy
*/

.cb_toggle__display {
  --offset: 0.125rem;
  --diameter: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: content-box;
  width: 2.05rem;
  height: 1.05rem;
  border: 0.1em solid rgb(0 0 0 / 0.2);
  position: relative;
  border-radius: 100vw;
  background-color: #fbe4e2;
  transition: 250ms;
  padding: 0.3em 0.5em !important;
 
}
.cb_toggle__display::before {
  content: "";
  z-index: 9200;
  position: absolute;
  top: 50%;
  left: var(--offset);
  box-sizing: border-box;
  /* width: var(--diameter); */
  width: 1.17rem; /*calc(var(--diameter)*1.3);*/
  height: 1.17rem; /*calc(var(--diameter)*1.3);*/
  /* height: var(--diameter); */
  /* border: 0.1em solid rgb(0 0 0 / 0.2); */
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: white;
  transform: translate(-40%, -50%);
  will-change: transform;
  transition: inherit;
  margin-left: 10px;
}

.cb_bt-icon,
.cb_bt-icon-text {
  display: inline-block;
}
.cb_bt-icon {
  width: 1rem;
  height: 1rem;
}

.btn-coockie {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.5);
  -webkit-box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.5);
  box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.5);
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-decoration: none;
  margin: 0 15px 15px 0;
  padding: .75em 1em;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #fef0d8;
  background-color: #d98435;
}

.btn-coockie.active {
  color: #ffffff;
  background-color: #4996dd;
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
    margin-right: 0.9rem!important;
}

.d-flex {
    display: flex!important;
}

.justify-content-start {
    justify-content: flex-start!important;
}

.cb_toggle {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 1ch;
}
button.cb_toggle {
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
}
.cb_toggle__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

/*FOCUS ORIGINALE*/
.cb_toggle:focus .cb_toggle__display,
.cb_toggle__input:focus + .cb_toggle__display {
  outline: 1px dotted #212121;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.cb_toggle:focus,
.cb_toggle:focus:not(:focus-visible) .cb_toggle__display,
.cb_toggle__input:focus:not(:focus-visible) + .cb_toggle__display {
  outline: 0;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display,
.cb_toggle__input:checked + .cb_toggle__display {
  background-color: #e3f5eb;
}
.cb_toggle[aria-pressed="true"] .cb_toggle__display:before,
.cb_toggle__input:checked + .cb_toggle__display:before {
  transform: translate(70%, -50%);
}
.cb_toggle[disabled] .cb_toggle__display,
.cb_toggle__input:disabled + .cb_toggle__display {
  opacity: 0.6;
  filter: grayscale(40%);
  cursor: not-allowed;
}
.cb_toggle__icon {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  color: inherit;
  fill: currentcolor;
  vertical-align: middle;
  overflow: hidden;
}
.cb_toggle__icon--cross {
  color: #e74c3c;
  font-size: 85%;
  margin-right: -6px;
}
.cb_toggle__icon--checkmark {
  color: #1fb978;
  margin-left: -5px;
}

#cookie-dialog {/* top: 15%; */ /*0px;*//* bottom:15%; */}
#cookie-dialog .dialog-content {
  width:70%;
  height: 70%;
  overflow: auto;
}
@media only screen and (max-width: 280px) {
  #cookie-dialog .dialog-content {
    /* margin-right:0px; */
    /* margin-left:0px; */
    max-width: max-content;
    width: 90%;
  }
}

@media only screen and (max-width: 380px) {
  #cookie-dialog .dialog-content {
    padding: 4em 1.2em;
  width:80%;
  }
}
@media only screen and (min-width: 381px) and (max-width: 467px) {
  #cookie-dialog .dialog-content {
    padding: 4em 2em;
  }
}

#cookie-dialog {
    /*top: 15%; 0px;
  bottom:15%;*/
    margin-top: 3em;
    margin-bottom: 3em;
    overflow: hidden;
  }
  #cookie-dialog .dialog-content {
    padding: 2rem;
    overflow-y: scroll;
  }
  #cookie-dialog .cb_toggle__div-border {
    margin-left: 10px;
  }
  #cookie-dialog a:focus {
  outline-color: rgba(43, 46, 56, 0.9);
  }

#cs_m .m_border {
  border-bottom-width: 0.1rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  padding: 0.7rem 0;
}
#cs_m .m_border:nth-child(4) {
  border-bottom: none;
}

.m_border details {
  /* margin-top: -1rem; */
  margin-left: 4.875rem; /*78px*/
}

details>summary {
  list-style: none;
  font-size: .9rem;
}
summary::-webkit-details-marker {
  display: none
}

summary:after {
  /* content: ' ►'; */
  content: ' \25B6';
}
details[open] summary:after {
  /* content: " ▼"; */
  content: " \25BC";
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .cb_toggle__display {
    margin-right: 10px;
  }
  .cb_toggle__icon--checkmark {
    margin-left: -16px;
  }
  .cb_toggle__display:before {
    margin-left: -1px;
  }

}

/* Fine Stile
per la pagina
della privacy
*/

@font-face{font-family:'FontAwesome';src:url('/application/themes/ivass/fonts/fontAwesome/fontawesome-webfont.woff2?v=4.5.0&1457614058') format("woff2"),url('/application/themes/ivass/fonts/fontAwesome/fontawesome-webfont.woff?v=4.5.0&1457614058') format("woff"),url('/application/themes/ivass/fonts/fontAwesome/fontawesome-webfont.ttf?v=4.5.0&1457614058') format("truetype"),url('/application/themes/ivass/fonts/fontAwesome/fontawesome-webfont.svg?v=4.5.0&1457614058#fontawesomeregular') format("svg");font-weight:normal;font-style:normal}

.local-nav .active {padding: 0.3em 1em;}
img {width: 100%;}
iframe{border:none;}

.ivass-apertura .img-holder {background: #3C3C3C url("/homepage/images/stemma-salone.jpg") no-repeat scroll center top / cover;}

.holder {margin: 15px 0;}
.holder a {cursor: pointer;padding:6px 12px;line-height:1.428571429;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px;font-size:12px;}
.holder a:hover {background-color:#eeeeee;}
.holder a.jp-previous {border-bottom-left-radius:3px;border-top-left-radius:3px;}
.holder a.jp-next {border-bottom-right-radius:3px;border-top-right-radius:3px;}
.holder a.jp-current, a.jp-current:hover {color:#ffffff;background-color:#005393;border-color:#005393;cursor:default;}
.holder a.jp-disabled, a.jp-disabled:hover {color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed;}
.holder span { margin: 0 5px; }
.ivass-social-toolbar {margin-bottom: 20px;}

.media-menu li.mi-newsletter {background-color: #7faaaa;}
.media-menu li.mi-newsletter:hover, .media-menu li.mi-newsletter .fa {color: white;background-color: #005556;}
.media-menu li.mi-internazionale {background-color: #cce5ff;}
.media-menu li.mi-internazionale:hover, .media-menu li.mi-internazionale .fa {color: white;background-color: #66b2ff;}

.ivass-paginator ul a.disabled{padding: 8px 1px !important;color: #ABABAB !important;cursor: not-allowed !important;}
.ivass-paginator ul li.currentPage{padding: 8px 1px;color: #ABABAB;cursor: not-allowed;}

#tm_warning {font-style: italic;}

.ivass-video-holder-resp {
  margin: 0 auto;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}