
#modalSVPosicion {
  float: right;
  margin-right: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}

#filtroBasico {
  display: none;
}

.textBaseMaps{    
    overflow: hidden;
    width: 235px;
    padding: 3px;    
    align-content: center;
    border: none !important;
    background: none !important;
    font-weight: normal !important;
    text-align: center;
}

.imgBaseMaps{
	    /* border: 1px solid #e2e3e3; */
    box-shadow: darkgray;
    overflow: hidden;
    width: 235px;
    background: #efefef;
    padding: 5px;
    /* font-weight: bold; */
}

.tableBaseMaps{
	border:1 ;
	width:200 ;
	border-spacing:15 !important ;
	cellpadding:10 ;
}

.contador_legend{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -97.5px;  
    margin-top: -9.5px;  
}
.contador_legend_all{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -97.5px;  
    margin-top: -9.5px;  
}
/*Texto Color Blanco*/
.txt-white{ 
	color: #fff;
}
.ui-widget * {outline:none;text-decoration: none;}

/*Fondo blanco con transparencia*/
.background-white{
	background-color: rgba(255, 255, 255, 0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#90000000', endColorstr='#90000000');/* IE */
}

/*Estilo Links*/
.s-link{
	text-decoration: none;
	color:white !important;
}

/*Boton Base*/
.ov-button-base{
	cursor:pointer;
	margin:auto;
    background-color: #ff8c00;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8c00), color-stop(100%, #ff7f00));
    background-image: -moz-linear-gradient(top, #ff8c00, #ff7f00);
    background-image: -ms-linear-gradient(top, #ff8c00, #ff7f00);
    background-image: -o-linear-gradient(top, #ff8c00, #ff7f00);
    background-image: linear-gradient(top, #ff8c00, #ff7f00);
    border: 1px solid #EC8405;
    border-bottom: 1px solid #ff7f00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #edbe9c;
    color: #fff;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 0px 0 0px 0;
    text-align: center;
}

/*Hover Botones*/
.ov-button-base:hover {
    background-color: #ff8c00;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8c00), color-stop(100%, #E57200));
    background-image: -webkit-linear-gradient(top, #ff8c00, #E57200);
    background-image: -moz-linear-gradient(top, #ff8c00, #E57200);
    background-image: -ms-linear-gradient(top, #ff8c00, #E57200);
    background-image: -o-linear-gradient(top, #ff8c00, #E57200);
    background-image: linear-gradient(top, #ff8c00, #E57200);
    -webkit-box-shadow: inset 0 1px 0 0 #ff8c00;
    -moz-box-shadow: inset 0 1px 0 0 #ff8c00;
    box-shadow: inset 0 1px 0 0 #edbe9c;
    cursor: pointer; 
    }

/*Boton 100%*/
.ov-button-100 {
    display:block;
    width: 90%;
    height: 70%;
}
 
/*Footer Modales*/
.ov-footer{
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */  
} 

/*Modal Leyenda*/     
#act-legend {
  position : absolute;
  left : 50%;
  top : 50%;
  width:300px;
  min-width: 300px;
  background: white;
  /*height:20px;*/
  /*min-height: 400px;*/
}

#divLeyenda {
  padding-top: 5px;
  padding-left: 8px;
  background: white;
}

#act-all-legend{
  background: white;
}

#divAllLeyenda {
  padding-top: 5px;
  padding-left: 8px;
  background: white;
}
  
/*Modal Busquedas*/     
#act-busquedas {
      position : absolute;
      left : 25%;
      top : 20%;
      width:400px;
      height:760px;
      min-width: 350px;
      max-width: 350px;
      min-height: 600px;
      max-height: 760px;
}

/*Modal Informacion de las busquedas*/     
#act-info {
  width:600px;
  height:800px;
}

/*Modal Informacion de las busquedas*/     
#act-infobusqueda {
  left: 30%;
  top: 30%;
  width:360px;
  height:240px;
}

/*Modal capa info para mostrar informacion de una capa en lugar de en nueva ventana externa*/     
#act-capainfo {
  position : absolute;
  left: 30%;
  top: 30%;
  width:930px;
  height:500px;
}

/* Modal WMS Externos */
#act-WMSext {
  position : absolute;
  left : 35%;
  top : 30%;
  width:400px;
  height:600px;
  min-width: 400px;
  max-width: 400px;
  min-height: 600px;
  max-height: 600px;
}

#sec-WMSext {
  margin-left: 10px;
  margin-right: 10px;
 }


.selectize-dropdown .caption {
  font-size: 12px;
  display: block;
  opacity: 0.5;
  margin: 5px;
}

.selectize-dropdown .name {
  font-weight: bold;
  margin-right: 5px;
  margin: 5px;
}

.selectize-dropdown .label {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  margin: 5px;

}


/*Modal Linea Paralela*/     
#act-LineaParalela {
  position : absolute;
  left: 60%;
  top: 30%;
  width:260px;
  height:300px;
  display: none;
}

#sec-LineaParalela {
  margin: 5%;
  width: 90%;
}

#btCopiar_LP_a_Busquedas {
  width: 100%;
  padding-top: 14px;
}

/*Modal Buffer*/     
#act-Buffer {
  position : absolute;
  left: 60%;
  top: 30%;
  width:260px;
  height:300px;
  display: none;
}

#sec-Buffer {
  margin: 5%;
  width: 90%;
}

#btCopiar_BUFFER_a_Busquedas {
  width: 100%;
  padding-top: 14px;
}

#act-infobusqueda #divInfobusqueda {
  margin: 5px 5px 5px 10px;
}

/*Gif loading naranja*/        
#info-loading {
	background: url(../img/ajax-loader.gif) no-repeat;
	width:120px;
	height:66px;
	margin: 80px auto;
	display:none;
}
 
/*Evitamos que los padres se puedan seleccionar en el TOC*/
/* .jstree-container-ul>li>a>i.jstree-checkbox{display:none} */
/* .jstree-container-ul>li>ul>li>a>i.jstree-checkbox{display:none} */
 
/*Float left*/
.left-0{
  float:left;
}
/*Float right*/
.right-0{
    float:right;
}
/*Float left 10%*/
.left-10{
  float:left;
  margin-left: 10%;
}

/*Float left 30%*/
.left-30{
  float:left;
  margin-left: 30%;
}

/*Float right 10%*/
.right-10{
    float:right !important;
    margin-right: 10% !important;
}
/*Icono resize modal*/
.ui-icon-gripsmall-diagonal-se {
    background-position: -80px -224px;
}
 

/*Modales scroll y*/
.ov-y{
    height: 90%;
	overflow-y: scroll;
}

.ov-hid {
  display: none !important;
}

/*Display bloque*/
.dis-block {
  display: block;
}
 

/*Texto a la izquierda*/
.txt-left {
  text-align: left;
}

/*Texto Centrado*/
.txt-center {
  text-align: center;
}

/*Fuente 12*/
.font12{
	font-size:12px;   
}

/*Titulos Modales*/
.head-ov .tit-over {
  margin: 0;
  font-size: 1.2em;
}

/*Padding titulos Centrados Modales*/
.pad-tittle {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*Padding titulos a la izquierda Modales*/
.pad-tittle-left {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

/*Color textos modales*/
.c-tittle {
  color: white;
}

.ui-icon{
background-image: url(../externo/jquery/css/sigc-theme/images/ui-icons_666666_256x240.png);
}

/*Fondo naranja*/
.back-orange {
  background-color: #ff7f00;
}

.rel-pos {
  position: relative;
}

.head-ov .min-ov {
  position: absolute;
  top: 4px;
  right: 30px;
}

.head-ov .close-ov {
  position: absolute;
  top: 4px;
  right: 5px;
}
 
/*Base Modales*/
.overlay-modal {
  margin: 0 auto 0 auto;
  z-index: 5;
  display: none;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  overflow: hidden;
}

/*Base Modales genericas: creacion dinamica*/
.overlay-modal-gen {
  margin: 0 auto 0 auto;
  z-index: 5;
  display: none;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  overflow: hidden;
}

/*Modal gestion capas activas*/
.ov-layers {
  min-width: 600px;
  width: 770px;
  min-height: 28px;
  position: absolute;
  top: 10%;
  left: 25%;
/*   margin-left: 0px; */
/*   margin-top: 0px; */
}


/*Modal gestion capas base*/
.ov-maps-base-otras {
  min-width: 540px;
  width: 540px;
  max-height: 540px;
  height: 540px;
  position: absolute;
  bottom: 1%;
  right: 1%;
}

/*Modal gestion capas base*/
.ov-maps-base {
  
  min-width: 550px;
  width: 550px;
  min-height: 545px;
  position: absolute;
  bottom: 1%;
  right: 1%;
/*   margin-left: 0px; */
/*   margin-top: 0px; */
}

/*Modal leyenda*/
.ov-legend {
  min-width: 300px;
  width: 300px;
  min-height: 150px;
  height: 150px; 
/*   margin-left: 0px; */
/*   margin-top: 0px; */
}

.ov-delcanvas{
  min-width: 380px;
  min-height: 110px;
  max-width: 380px; 
  max-height: 110px; 
  position: absolute;
  top: 50%;
  left: 50%;
/*   margin-left: 0px; */
/*   margin-top: 0px; */
}

/*Modal Leyenda Conjunta*/
.ov-all-legend {
  position: absolute;
  min-width: 300px;
  width: 300px;
  min-height: 20px;
  height: 150px; 
  top: 50%;
  left: 50%;
/*   margin-left: -150px; */
/*   margin-top: -150px; */
}
 

/*Modal Dibujo*/
.ov-sketch {
	min-width: 400px;
	min-height: 160px;
 	max-width: 400px; 
 	max-height: 160px; 
    position: absolute;
    bottom: 10px;
    right: 10px;  
    width: 400px;
    height: 160px;
    margin-left: 0px; 
    margin-top: 0px; 
}

/*Modal Entrada de Texto Sketck*/
.ov-text{
    min-width: 350px;
    min-height: 60px;
    max-width: 350px;
    max-height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 160px;
}

/*Modal Impresion*/
.ov-print {
	min-width: 300px;
	min-height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 220px;
/*     margin-left: -150px; */
/*     margin-top: -150px; */
}

#sec-print {
  margin: 5%;
  width: 90%;
}

/*ComboBox*/
.cmb {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFFFFF none repeat scroll 0 0;
    outline-style: none;
    outline-width: medium;
    padding: 5px;
    border: 1px solid #dfdfdf;
    font-size: 1em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

._100{
	width: 100%;
}

._70px{
	width: 70px;
}


/* Modal aviso compatibilidad navegador*/
.ov-browser {
	min-width: 500px;
	min-height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
/*     margin-left: -250px; */
/*     margin-top: -150px; */
}

/*Modal Info capa*/
.ov-info {
    min-width: 600px;
    width: 600px;
    min-height: 400px;
    height: 400px;
    position: absolute;
    top: 30%;
    /* left: 60%; */
    /* margin-left: 0px; */
    /* margin-top: 0px; */
    right: 10%;
}

/*Modal Street View*/
.ov-SV{
    min-width: 320px;
    width: 900px;
    min-height: 320px;
    height: 450px;
    position: absolute;
    bottom: 0%;
    left: 350px;
/*   margin-left: 0px;
  margin-top: 0px; */
}

#divInfo{
   overflow:hidden;
   height: 100%;
   min-height: 100%;  
}
/*Padding section Modales */
.sec-pad{
   overflow:hidden;
   height: 100%;
   min-height: 100%;	
   padding: 2px 2px 2px 2px;
}
/*Padding section StreetView */
.sec-pad-SV{
   overflow:hidden;
   height: 85%;
   min-height: 85%;	
   padding: 2px 2px 2px 2px;
}

.ui-widget-overlay {
	background: transparent;
}

#g-base-otras{
    background-image: url('../img/new/capas-fondos-otros.png');
    width:  36px;
    height: 36px;
}

.tools-maps-otras{
  right: 24px;
  bottom: 132px;}
 
.tools-maps{
  right: 20px;
  bottom: 80px;
}

#g-base-manifest{
  background-image: url('../img/new/boton-manifiesto.png');
  width:  36px;
  height: 36px;
}

.tools-manifest{
  right: 24px;
  top: 20px;
}

#g-base-manual{
  background-image: url('../img/new/boton-manual.png');
  width:  36px;
  height: 36px;
}

.tools-manual{
  right: 24px;
  top: 64px;
}

.tools-layers{
  top: 8px;
  left: 225px;
}

/*Boton layers*/
.tools {
  position: absolute;
  box-shadow: 0px 0px 5px #333333;
  border-radius: 40px;
  cursor:pointer;
}
.tools:active{ background-color: #ff7f00; }
 
.ov-button{
	/*background-position: 100% 0%;*/
	text-indent:-9999px;
    background-repeat: no-repeat;
    background-size:cover !important;
    display: inline-block;
    width: 24px; 
    height: 24px;
}
.ov-button:active{ background-position: 100% 100%; }
 
#g-layers{
    background-image: url('../img/new/capas-carreteras.png');
    width:  28px;
    height: 27px;
}

#g-base{
    background-image: url('../img/new/capas-fondos.png');
    width:  44px;
    height: 43px;
}
  
.ui-slider .ui-slider-handle {
	 cursor: pointer;
}
.width-90{
	width: 90%;
}
.width-70{
	width: 70%;
}
.txtbox { 
	margin:0em auto 0em auto; 
	 
	padding:4px; 
	border-radius:4px; 
	border:1px solid silver;		
}

/*Toggle Toc*/
#MenuLayers{
    position: fixed;
    width: 280px; 
    height: -webkit-calc(100% - 55px);
    height: -moz-calc(100% - 55px);
    background: transparent;
    z-index: 2;
}
.divToggleLayers {  
    margin: 1em 0;  
    height: 100%;
    position: relative;
    cursor: pointer;
}  
.divToggleLayers img {    
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto; 
    width: 44px;
    height: 32px;
}
#Base {
	 top: -11px;
      right: -20px;
	 width: 50px;
     height: 32px;
}
.DisplayMeOnTop {  
      z-index: 10000;  
 } 
 
 .DisplayMeOnTopAll{  
      z-index: 20000;  
 } 
 
.DisplayMeOnTopAll3{  
      z-index: 30000;  
 } 
 
 .dropdown 
  {  
      top: 0px;
      right: 3px;
      z-index: 10000;  
 } 
 
 .baseicon{
      top: -5px !important;
      right: -20px;
      z-index: 10000;
      }
      
 .sub-menu{  
      z-index: 10000;  
 } 
/*  .click { */
/*   cursor: pointer; */
/*  }  */
.olImageLoadError { 
    display: none !important;
}
/*******Estilo para el menu de capas Base********/

/* Ocultamos los submenus */
ul.sub-menu {
    display:none;
    padding:15px;
}
.navBaseLayers {
    padding:2px 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.navBaseLayers ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
.navBaseLayers ul li {
    display:inline-block;
    position:relative;
}

/* Sub Navegacion */
.navBaseLayers li ul {    
    position:absolute;
    left:0;
    top:40px; /* make this equal to the line-height of the links (specified below) */
    width:200px;
    border-radius: 10px;
}
.navBaseLayers li li {
    position:relative;
    margin:0;
    display:block;
}
.navBaseLayers li li ul {
    position:absolute;
    top: -5px;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
    
}

/* estilo de los links */
.navBaseLayers a {
    line-height:40px;
    padding:0 12px;
    margin:5px 12px;
}
.navBaseLayers a {
    color:#868686;
    text-decoration:none;
    display:block;    
}
 
.navBaseLayers a:hover,nav a:focus,nav a:active {
    color:#ff8c00;
}

/* style sub level links */
.navBaseLayers li li a {
    border-bottom:solid 1px #ff8c00; 
}
.navBaseLayers li li:last-child a {
    border-bottom:none;
} 
/* show arrows for dropdowns */
/* .navBaseLayers li.dropdown > a { */
/*     background-image:url('../img/arrow-down.png'); */
/*     background-position:right 10px; */
/*     background-repeat:no-repeat; */
/* } */

.navBaseLayers li li.dropdown > a {
    background-image:url('../img/arrow-right.png');
    background-position:right 15px;
    background-repeat:no-repeat;
}
 
/*******FIN Estilo menu de capas Base********/

/*
Basandose en:
Chrome breaks entire page when many vector layers are present and the map is enlarged
https://github.com/openlayers/openlayers/issues/1181
y UN EJEMPLO
http://jsfiddle.net/kjelderg/j2u9T/1/

*/
/* .olTileImage { */
/* -webkit-backface-visibility: visible !important; */
/* -webkit-transform: none !important; */
/* } */
 

#divCabecera {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ff7f00;
    z-index:1;
    box-shadow: 0 0 6px rgba(6, 8, 8, 0.6);   
}

#divTitulo {
    position: fixed;
    left: 30px; 
    width: 200px;
    height: 30px;
}
 
#TituloLargo {
   width:113px;
   height:50px;
}

#TituloCorto  {
  display: none;
}

#TituloCarretera {
  height: 50px;
  float: left;
  padding-right: 18px;

}

@media screen and (max-width: 1200px) {

  #divTitulo {
     width:73px;
     height:55px;
     left: 15px;
  }

  #TituloLargo {
     display: none;
  }

  #TituloCarretera {
    display: none;
  }

  #TituloCorto {
     width:56px;
     height:50px;
     display: inline;
  }

}


/*Icono 24x21 (puntero de cada tab)*/
.icon24x21 {
    height: 24px;
    padding-left: 11px;
    border:none;
}
 
#tabs-1 {
padding-left: 0.5em;
padding-right: 0.5em;

}

#tabCapas {
    height: 600px;
}

#ContenedorCapas {
    height: 30%;
}

#ArbolCapas {
    overflow-y: scroll;
    height: 95%;  
}
 
/*Logitipo Sigcar*/
#divLogo {
    position: fixed;
    top: 0px;
    left: 5px;
    width: 50px;   
}

#divBotonera {
    position: fixed;
    top: 4px;
    left: 290px; /* 280 + 10 */
    width: 1130px;
    height: 42px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 0px;
    min-width: 780px;
    z-index: 1;
    background: #ff7f00;

}

@media screen and (max-width: 1200px) {

#divBotonera {

    left: 90px; /* 280 + 10 */
    width: -webkit-calc(100% - 90px - 220px - 10px - 50px - 130px);
    width: -moz-calc(100% - 90px - 220px - 10px - 50px - 130px);
    width: calc(100% - 90px - 220px - 10px - 50px - 130px);
}

}


#divUsuario {
  margin-top: 12px;
  width: 100px;
  font-size: 0.8em;
}

#divOpcionesUsuario {
    margin-top: 10px;
/*     width: 210px; */
/*     height: 35px; */
    margin-right: 10px;     
}

/*Botones Herramientas de Usuario*/
.btnUsuario {
    width: 32px !important;
    height: 32px  !important;
    margin-left: 5px;
}

/* .btnUsuario:hover{ */
/* 	border-color:white; */
/* 	} */

	.btnUsuario.ui-state-hover {
		background-position: 100% 100% !important;
		background-repeat:no-repeat !important;
        background-size:cover !important;
	}
	
	.btnUsuario.ui-state-focus {
		background-position: 100% 100% !important;
		background-repeat:no-repeat !important;
        background-size:cover !important;
	}
	
/* .btnUsuario > .ui-icon { */
/*     margin-top: -9px; */
/*     margin-left: -9px; */
/* } */


 
#divInferior {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    background: #ffffff;
}

#divContenido {
    position: fixed;
    top: 50px;
    left: 280px;

    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);

    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);

    background: transparent;
    margin: 0;
    padding-right: 280px;
    padding-bottom: 50px;
 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index:1;
}

#divMenu {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 280px;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    box-shadow: 0 0 6px rgba(6, 8, 8, 0.6);   
}

/*Logotipos Alauda y Alvac footer TOC*/
#divLogos{  
    margin-left: -8px;
    margin-top: -5px;
    display:flex;
    justify-content: center;
    width: 280px;
    min-height: 50px;
    max-height: 70px;
    height: -webkit-calc(10%);
    height: -moz-calc(10%);
    height: calc(10%);
}

#divLogos img{
    height: 80%;
}
 
#tabs-menu { 
    background: transparent; 
    border: none;
    font-size: 0.9em; 
}

#tabs-menu .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 

#tabs-menu .ui-widget-header li { 
	width: 24%;
} 

#tabs-menu .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 

#tabs-menu .ui-tabs-nav .ui-state-active { 
    background: transparent url(../img/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 

.allScreen{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    overflow: hidden;
	-webkit-user-select: none;
}

.contador{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -97.5px; /* -1 * image width / 2 */
    margin-top: -9.5px; /* -1 * image height / 2 */
}
    
#tabs-menu #lFiltroSIGPROActivo {
    width: 230px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tipodoc_PB {
  color: #0000FF;
}

.tipodoc_OE {
  color: #EE7600;
}
