#pagina_actual{
  position: absolute;
  display: inline-block;
  top: -10000px;
  left: -10000px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.35);
  cursor: url("http://www.fmsoares.pt/aeb_online/graficos/grab.cur"), default;
  border: 1px solid #DDE;
  margin: 50px 10px 100px;
}

.visualizadorMain {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.metadados {
  position: absolute;
  width: 360px;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(218, 219, 189, 1);
  padding: 0px 3em;
  box-sizing: border-box;
  font-size: 13px;
}

.metadados #logo-slhi{
  margin-left: 0;
  left: -1em;
}

.metadados #logo-ric {
  left: -1em;
}


.logo_revista_viz {
  margin: 2em 0em 1em 0;
  max-width: 220px;
}

#viewport {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 360px;
  right: 0;
  overflow: auto;
  background-color: #f7f7f7;
}

#control {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 390px;
  right: 30px;
  z-index: 400;
  text-align: center;
  color: #FFF;
}

#control a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #BCBEB8;
  color: #FFF;
  margin-left: 6px;
  background-size: 16px;
  background-repeat:no-repeat;
  background-position: center center;   
}

.zoomIn {
  background-image: url('../../img/icons_viz/mais.png');
}

.zoomOut {
  background-image: url('../../img/icons_viz/menos.png');
}

.mais90 {
  background-image: url('../../img/icons_viz/rotacao_mais.png');
}

.menos90 {
  background-image: url('../../img/icons_viz/rotacao_menos.png');
}

.fitH {
  background-image: url('../../img/icons_viz/fit_h.png');
}

.fitHV {
  background-image: url('../../img/icons_viz/fit_hv.png');
}

.cemporcento {
  background-image: url('../../img/icons_viz/100.png');
}

.setaEsquerda {
  background-image: url('../../img/icons_viz/seta_esquerda.png');
}

.setaDireita {
  background-image: url('../../img/icons_viz/seta_direita.png');
}

#control span {
  line-height: 25px;
  vertical-align: top;
  font-weight: 900;
}

#verthumbs {
  position: relative;
  top: 0px;
  width: auto !important;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

#contentor_percentagem {
  margin-left: 6px;
  margin-right: 20px;
}


#controlInterior {
  display: inline-block;
  padding: 10px;
  background-color: #9b9d9b;
  background-color: rgba(155, 157, 155, 0.8);
}

#canvas {
  position: relative;
  display: inline-block;
  top: -2000px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  cursor: url('http://www.fmsoares.pt/aeb_online/graficos/grab.cur'), default;
  margin: 10px 10px 60px 10px;

  /*
  transition: all 0.5s;
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  /*-moz-transition: all 0.5s; /* Firefox 4 */
  /*-o-transition: all 0.5s;
  /*transition:width 2s, height 2s, left 2s, right 2s;
  /*-moz-transition:width 2s, height 2s, left 2s, right 2s; /* Firefox 4 */
  /*-webkit-transition:width 2s, height 2s, left 2s, right 2s; /* Safari and Chrome */
  /*-o-transition:width 2s, height 2s, left 2s, right 2s; /* Opera */  

}

#canvas:active {
  cursor: url('http://www.fmsoares.pt/aeb_online/graficos/grabbing.cur'), default;
}

.secVis {
  display: block;
  margin: 1em 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.visFieldSpliter {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.butoes_partes {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../img/botao_seta.png");
  background-size: cover;
  margin: 0 0.5em;
}

.butoes_partes.butoes_partes_inv {
  background-image: url("../../img/botao_seta_inv.png");
}

.partes {
  line-height: 16px;
}

.partes span {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
}