/* VISOR MOSAICOS */

.viewerContainerWrapper {
  position:absolute; 
  width:100%; 
  height:100%;
}

#viewerContainer {
  position: absolute;
      
/* ocultar los filtros ya que se pretende que el fondo sea blanco roto .^_^.*/
/* Lo dejo mientras por si queremos volver a poner el fondo negro. */
/*
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000,endColorstr=#FF000000)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000,endColorstr=#FF000000);
*/
  zoom: 1;
  background-color: #fbfbfb;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#visualizador_pagina #visualizador_imagen #viewerContainer 
.leaflet-map-pane img {
  position:absolute;
}

/* 
 * The index has to be higher than the z-index value of 
 * the leaflet controls (leaflet-top, leaflet-bottom), ie. 1000 
 */
.imgOverview {
  position:absolute; 
  bottom: 20px; 
  right: 0;
  z-index: 1100; 
}
.imgOverview > img {
  position:absolute; 
  bottom: 0px; 
  right: 0;
}
.imgOverviewOver {
  top:0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);   
  zoom: 1;
  background-color: rgba(0,0,0,0.5);
}

/* VISOR 3D */
.viewerActions {
  display:block;
  position:absolute;
  left:1em;
  top: 10px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.viewerActions button {
  border:0 none;
  height: 38px;
  width: 38px;
  border-radius: 2px;
  box-shadow: none;
  filter: opacity(70%); 
}

.viewerActions button:hover,
.viewerActions button.active {
  background-color: #D8D8D8;
  border: 0;
  outline: 0;
}
.viewerActions button:focus {
  border: 0;
  outline: 0;
}

button.btnReset {
  background: url(../img/iconos/viewer-reset.png) transparent no-repeat center center;
  background-size: 18px;
}
button.btnRotate {
  background: url(../img/iconos/viewer-rotate.png) transparent no-repeat center center;
  background-size: 18px;
}
button.btnZoom {
  background: url(../img/iconos/viewer-zoom.png) transparent no-repeat center center;
  background-size: 18px;
}
button.btnPanning {
  background: url(../img/iconos/viewer-move.png) transparent no-repeat center center;
  background-size: 18px;
}

.leaflet-container {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}


/* VISOR 360 */
div.sliderContainer {
  text-align: center;
  background-color: #000;
  filter: alpha(opacity = 50);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.7em;
}
div.sliderContainer div.slider {
  width: 100%;
  float: left;
  margin-top: 1.1em;
}
div.sliderContainer > a {
  height: 40px;
  width: 40px;
  background: url('../img/iconos/viewerActionsSprite.png') no-repeat top left;
  cursor: pointer;
  float: left;
  padding: 1em;
}
div.sliderContainer > a:hover {
  background-color: white;
}
div.sliderContainer > a.leftBtn {
  clear: both;
  background-position: 7px -468px;
}
div.sliderContainer > a.rightBtn {
  background-position: 7px -400px;;
}
div.sliderContainer > a.playBtn {
  background-position: 7px -264px;
}
div.sliderContainer > a.stopBtn {
  background-position: 7px -332px;
}
div.sliderContainer > a.leftBtn:hover {
  background-position: 7px -502px;
}
div.sliderContainer > a.rightBtn:hover {
  background-position: 7px -434px;;
}
div.sliderContainer > a.playBtn:hover {
  background-position: 7px -298px;
}
div.sliderContainer > a.stopBtn:hover {
  background-position: 7px -366px;
}

.leaflet-top.leaflet-left .watermark__container.leaflet-control {
  position: absolute;
}
.leaflet-bottom.leaflet-right .watermark__container.leaflet-control {
  position: absolute;
  bottom: -10px;
  right: -10px;
}