

/*scrollview.css*/
.sv-container {
  position: relative;
}
.sv-container .invisible {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.sv-container .sv-topbar {
  color: #FF6600;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.sv-container .sv-leftarrow,
.sv-container .sv-rightarrow {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  z-index: 2;
  cursor: pointer;
}
.sv-container .sv-leftarrow {
  background-image: url("../../temi/common/img/sv-left.png");
  left: 0;
}
.sv-container .sv-rightarrow {
  background-image: url("../../temi/common/img/sv-right.png");
  right: 0;
}
.sv-container .sv-documents {
  position: relative;
  overflow: hidden;
  margin: 0 60px;
}
.sv-container .sv-scroller {
  position: relative;
  white-space: nowrap;
  left: 0;
}
.sv-container .sv-document {
  display: inline-block;
  margin: 0em;
  overflow: visible;
  padding: 0.3em;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 6em;
}
.sv-container .sv-document:focus {
  background-color: #f5f5f5;
}
.sv-container .sv-document:hover {
  background-color: #fbfbfb;
}
.sv-container .sv-document.materiale {
  background-position: center center;
}
.sv-container .sv-document > p {
  box-sizing: border-box;
  height: 9em;
}
.sv-container .sv-image-wrapper {
  height: 9em;
}
.sv-container .sv-image-wrapper::before {
  content: " ";
  display: inline-block;
  height: 9em;
  vertical-align: top;
}
.sv-container .sv-image-wrapper > img {
  box-shadow: 2px 2px 2px 0 #d3d3d3;
  display: inline-block;
  max-height: 100%;
  /*max-width: 100%;*/
  vertical-align: bottom;
}
.sv-container .sv-overlay {
  bottom: 1em;
  margin: 0 !important;
  min-height: 10px;
  padding: 0 !important;
  position: absolute;
  right: 0;
}
.sv-container .sv-overlay.small.tdoc-eb,
.sv-container .sv-overlay.tdoc-eb {
  height: 10px;
}
.sv-container .sv-overlay.small.tdoc-eb.indaco,
.sv-container .sv-overlay.tdoc-eb.indaco {
  height: 20px;
}
.sv-container .sv-overlay.indaco {
  height: 10px;
}
.sv-container .sv-caption {
  line-height: 1.2em;
  margin: 0.3em 0;
  max-height: 2.4em;
  overflow: hidden;
  white-space: normal;
}
.sv-container[data-floater] .sv-caption {
  display: none;
}
.sv-container .sv-txt > p {
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 3px 0 #d3d3d3;
  height: 9em;
  line-height: 1.4em;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  padding: 0.3em;
}
.sv-container .sv-txt.sv-color0 > p {
  background-color: #D1ECCB;
}
.sv-container .sv-txt.sv-color1 > p {
  background-color: #B9EAD3;
}
.sv-container .sv-txt.sv-color2 > p {
  background-color: #FBEAC3;
}
.sv-container .sv-txt.sv-color3 > p {
  background-color: #D8DEDA;
}
.sv-container .sv-txt.sv-color4 > p {
  background-color: #B1D2FF;
}
.sv-container .sv-txt.sv-color5 > p {
  background-color: #F1DAF6;
}
.sv-container .sv-slice {
  background: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 10;
}
.sv-container .embed {
  margin: 0px 60px;
}
.sv-container .sv-slice-1 {
  left: -60px;
  right: auto;
}
.sv-container .sv-slice-2 {
  left: -30px;
  right: auto;
}
.sv-container .sv-slice-3 {
  left: 0;
  right: auto;
}
.sv-container .sv-slice-4 {
  left: auto;
  right: -60px;
}
.sv-container .sv-slice-5 {
  left: auto;
  right: -30px;
}
.sv-container .sv-slice-6 {
  left: auto;
  right: 0;
}
.sv-container.large .sv-document {
  width: 10em;
  padding: 0.5em;
}
.sv-container.large .sv-document > p {
  height: 13.2em;
}
.sv-container.large .sv-image-wrapper {
  height: 13.2em;
}
.sv-container.large .sv-image-wrapper::before {
  height: 13.2em;
}
.sv-container.large .sv-caption {
  margin: 0.5em 0;
  max-height: 4.8em;
}
