:root { 
	--main-color: #2A88B6; 
	--negro-principal: #2E2C2C; 
	--negro-secundario: #282727; 
	--gris-oscuro-principal: #444444; 
	--gris-secundario: #C4C4C4; 
	--gris-terciario: #CDCDCD; 
	--blanco: #FFF; 
	--bg-modal-load: rgb(70 74 76 / 70%);
	--gris: #EAE9E9; 
	--gris-cuarto: #E0E0E0; 
	--filter-main-color: brightness(0) saturate(100%) invert(48%) sepia(88%) saturate(376%) hue-rotate(155deg) brightness(82%) contrast(97%);
	--bg-hover-button: #0096A6; 
	--gris-toc: #676767; 
	--filtro-blanco: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(22deg)
		brightness(102%) contrast(106%); 
	--fondo-item-negro: #282727; 
	--fondo-item-blanco: #EAE9E9; 
	--filter-gris-secundario: invert(90%) sepia(0%) saturate(24%)
		hue-rotate(192deg) brightness(91%) contrast(84%);
	--fondo-fieldset-oscuro: #575757;
}

:root .dark-mode { 
	--bg-principal: var(--negro-principal); 
	--bg-section-type-map: var(--negro-secundario); 
	--color-label-tipo-mapa: var(--blanco); 
	--color-find-box: var(--blanco); 
	--color-fuente: var(--blanco); 
	--filtro-iconos-login: var(--filtro-blanco); 
	--filtro-colapse-tipo-mapa: invert(100%) sepia(0%) saturate(0%)
		hue-rotate(54deg) brightness(110%) contrast(101%); 
	--icono-mapgis: url(../images/openData/Mapgis.svg); 
	--color-switch: var(--main-color); 
	--bg-switch: var(--negro-principal); 
	--icono-mapgis: url(../images/openData/Mapgis.svg); 
	--color-find-box: var(--blanco); 
	--color-box-shadow: none; 
	--logo-alcaldia: url(../images/openData/Logo_Alcaldia_Blanco.svg); 
	--color-border-tab-active: var(--main-color); 
	--color-font-tab: var(--blanco); 
	--color-border-tab: var(--gris-oscuro-principal); 
	--filter-tools-toc: var(--filtro-blanco); 
	--bg-active-category: var(--negro-secundario); 
	--bg-tools-toc: var(--gris-oscuro-principal); 
	--filtro-menu-tools-toc: var(--filtro-blanco); 
	--filtro-close-tools-toc: var(--filtro-blanco); 
	--color-label-categoria: var(--blanco); 
	--color-border-categoria: var(--gris-toc); 
	--hover-menu-tools-toc: var(--negro-secundario); 
	--fondo-items-negro: var(--fondo-item-negro); 
	--fondo-hover: var(--fondo-item-negro); 
	--color-border-font-grid: var(--gris-secundario); 
	--bg-selected-grid: var(--negro-principal); 
	--filter-ver-en-mapa: invert(82%) sepia(0%) saturate(91%)
		hue-rotate(139deg) brightness(98%) contrast(89%); 
	--bg-scroll: #434242; 
	--bg-thumb-scroll: #909090; 
	--bg-hover-autocomplete: var(--negro-secundario); 
	--color-font-capas-no-agregadas: var(--gris-toc); 
	--filter-capas-no-agregadas: invert(45%) sepia(0%) saturate(734%)
		hue-rotate(163deg) brightness(82%) contrast(75%); 
	--color-buscador: #9E9EAE;
	--fondo-fieldset: var(--fondo-fieldset-oscuro);
	--border-color-table: #676767;
}

:root .light-mode { 
	--main-color: #15244E; 
	--filter-main-color: brightness(0) saturate(100%) invert(7%) sepia(44%) saturate(4870%) hue-rotate(221deg) brightness(100%) contrast(89%);
	--bg-principal: var(--blanco); 
	--bg-section-type-map: var(--gris); 
	--color-label-tipo-mapa: var(--main-color); 
	--color-find-box: var(--gris-oscuro-principal); 
	--color-fuente: var(--negro-principal); 
	--filtro-iconos-login: var(--filter-main-color); 
	--filtro-colapse-tipo-mapa: invert(30%) sepia(0%) saturate(15%)
		hue-rotate(253deg) brightness(87%) contrast(98%); 
	--icono-mapgis: url(../images/openData/MapGIS_color.png); 
	--color-switch: var(--negro-secundario); 
	--bg-switch: var(--negro-principal); 
	--color-box-shadow: 0 1px 12px rgb(0 0 0/ 25%); 
	--logo-alcaldia: url(../images/openData/Logo_Alcaldia_Color.svg); 
	--color-border-tab-active: var(--main-color); 
	--color-font-tab: var(--gris-oscuro-principal); 
	--color-border-tab: var(--gris-secundario); 
	--filter-tools-toc: brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(87%)
		hue-rotate(221deg) brightness(86%) contrast(86%); 
	--bg-active-category: var(--gris); 
	--bg-tools-toc: var(--gris); 
	--filtro-menu-tools-toc: var(--filter-main-color); 
	--filtro-close-tools-toc: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
		hue-rotate(54deg) brightness(110%) contrast(101%); 
	--color-label-categoria: var(--gris-toc); 
	--color-border-categoria: var(--gris-terciario); 
	--hover-menu-tools-toc: var(--gris-cuarto); 
	--fondo-items-blanco: var(--fondo-item-blanco); 
	--fondo-hover: var(--fondo-item-blanco); 
	--color-border-font-grid: var(--gris-oscuro-principal); 
	--bg-selected-grid: var(--gris-cuarto); 
	--filter-ver-en-mapa: invert(23%) sepia(13%) saturate(0%)
		hue-rotate(250deg) brightness(96%) contrast(86%); 
	--bg-scroll: var(--blanco); 
	--bg-thumb-scroll: var(--gris-secundario); 
	--bg-hover-autocomplete: var(--gris-secundario); 
	--color-font-capas-no-agregadas: var(--gris-secundario); 
	--filter-capas-no-agregadas: invert(87%) sepia(0%) saturate(0%)
		hue-rotate(236deg) brightness(93%) contrast(87%); 
	--color-buscador: #D7D7D7;
	--fondo-fieldset: var(--fondo-item-blanco);
	--border-color-table: var(--gris-secundario);
}

@font-face {
	font-family: Roboto;
	src: url("font/Roboto-Regular.ttf");
}

html, body, #map {
	height: 99%;
	width: 100%;
	margin: 0;
	top: 0;
	font-family: Roboto !important;
	font-size: 12px;
	background: var(--bg-principal) !important;
}

label {
	/*background-color: #FFF;*/
	overflow: hidden;
	font-family: Roboto;
	font-size: 12px;
}

.form-group {
	margin-bottom: 10px;
}

a {
	color: #729C23;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	color: #ABB31A;
	text-decoration: underline;
}

/* Estilo para el parrafo */
p {
	text-align: left;
}

span {
	text-align: justify;
}

/* Estilos de botones y campos de forma. */
/*************************************************/
textarea {
	font-family: Roboto;
	font-size: 12px;
	color: var(--color-fuente);
	width: 100%;
	height: 45px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	outline: none;
}

button {
	background-color: transparent;
	border-color: transparent;
	font-size: 11px;
	outline: none;
}

input[type=radio] {
	background: none;
	border: none;
	width: 12px;
	height: 12px;
	outline: none;
}

input {
	font-family: Roboto;
	font-size: 12px;
	outline: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #666666;
	border: 0 solid #CCCCCC;
	background: #F0FFFF;
	font-size: 11px;
	width: auto;
	outline: none;
	appearance: none;
	background-image: url(../images/General/colapsar_dropdown.svg) !important;
	background-repeat: no-repeat;
	background-size: 11px;
	background-position: center;
	background-position-x: calc(100% - 7px);
}

table td {
	padding: 1px;
	color: var(--color-fuente);
	font-size: 10px;
}

label {
	font-family: 'Roboto';
	font-size: 10px;
	margin: 0;
	color: var(--color-fuente) !important;
}

h3 {
	font-family: 'Roboto';
	font-size: 10px;
	margin: 0;
	color: var(--main-color) !important;
}

.form-control, .form-control:focus {
	font-family: Roboto;
	border-radius: 15px;
	height: 25px !important;
	font-size: 10px;
	background-color: var(--bg-principal) !important;
	color: var(--color-fuente);
	outline: none;
	box-shadow:none;
	border-color: var(--gris-secundario);
}

.ifColorPicker {
	width: 365px;
	height: 185px;
	visibility: visible;
	border: 0;
}

.loadIcon {
	position: absolute;
	visibility: hidden;
	width: 40px;
	height: 40px;
	top: 45%;
	left: 45%
}

.txtTemp {
	position: absolute;
	visibility: hidden;
	width: 160px;
	height: 20px;
	font-family: Roboto;
	text-align: center;
	font-size: 11px;
}

.frmImprimir {
	position: absolute;
	visibility: hidden;
	width: 350px;
	height: 350px;
}

.frmCargaMsiva{
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: 250px;
}

.frmMarcacionMulti {
	position: absolute;
	visibility: hidden;
	width: 370px;
	height: 285px;
}

.btnImprimirIcon {
	border: 1px;
	position: absolute;
	background-image: url(../images/botones/70x30/imprimir.png);
	width: 90px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.lnkImprimir {
	width: 20px;
	height: 25px;
	background-image: url(../images/openData/descargar.svg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	filter: var(--filter-main-color);
	position: absolute;
	right: 110px;
}

.frmSimbologia {
	width: 410px;
	height: 490px;
	position: absolute;
	visibility: hidden;
}

.frmCargaMasiva {
	width: 500px;
	height: 250px;
	position: absolute;
	visibility: hidden;
	opacity: 1 !important;
}

.btnColorPicker {
	border: 1px;
	/*background-image: url(../images/botones/22x22/PaletaColor20x20.png);*/
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.btnColorPicker:hover {
	background-image: url(../images/botones/22x22/PaletaColor20x20Gris.png);
}

.btnAplicarSimbIcon {
	border: 1px;
	position: absolute;
	right: 5%;
	bottom: 5px;
	width: 90px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.divToc {
	width: 260px;
	height: 430px;
	position: absolute;
	visibility: hidden;
}

.dojoxFloatingPaneContent {
	box-sizing: border-box;
}

.contentTOC {
	width: 100%;
	height: 100%;
	border: 0;
	box-sizing: border-box;
	overflow: auto;
}

.mnuMapas {
	width: 200px;
	height: 200px;
	visibility: hidden;
}

.mnuIndicadores {
	width: 250px;
	height: 430px;
	visibility: hidden;
}

.frmEdicion {
	width: 300px;
	height: 450px;
	position: absolute;
	visibility: hidden;
}

.starEditIcon {
	visibility: visible;
	border: 1px;
	background-image: url(../images/botones/70x30/Simbolizar.png);
	width: 90px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.stopEditIcon {
	visibility: hidden;
	border: 1px;
	background-image: url(../images/botones/70x30/imprimir.png);
	width: 90px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.frmCalTabla {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	z-index: 1500
}

.frmDescargarImg {
	width: 220px;
	height: 60px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	z-index: 1500
}

.frmIdentificarLite {
	width: 480px;
	height: 340px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	z-index: 1500
}

.frmIdentificar {
	width: 450px;
	height: 200px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	z-index: 1500
}

.drawPointIcon {
    border: 0;
	height: 25px;
	background: url(../images/botones/30x30/punto_white.png) no-repeat;
	padding-left: 14px;
	background-size: 12px;
	background-position: 4px 6px;
}

.drawLineIcon {
	border: 0;
	height: 30px;
	background: url(../images/botones/30x30/linea_white.png) no-repeat;
	padding-left: 14px;
	background-size: 12px;
	background-position: 4px 6px;
}

.drawRectIcon {
	border: 0;
	height: 30px;
	background: url(../images/botones/30x30/rectangulo_white.png) no-repeat;
	padding-left: 14px;
	background-size: 12px;
	background-position: 4px 6px;
}

.drawPolygonIcon {
	border: 0;
	height: 30px;
	background: url(../images/botones/30x30/poligono_white.png) no-repeat;
	padding-left: 14px;
	background-size: 12px;
	background-position: 4px 6px;
}

.drawCircleIcon {
	border: 0;
	background-image: url(../images/botones/70x30/circle.png);
	width: 24%;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.frmResultBusqueda {
	width: 340px;
	height: 360px !important;
	position: absolute;
	visibility: hidden;
}

.frmInfoCapa {
	width: 340px;
	height: 113px !important;
	position: absolute;
	visibility: hidden;
}

.frmAutoRefresh {
	width: 300px;
	height: 45px;
	position: absolute;
	visibility: hidden;
}

.frmConsultaAtributos {
	width: 340px;
	height: 400px;
	position: absolute;
	visibility: hidden;
}

.frmConsultaGrafico {
	width: 340px;
	height: 440px;
	position: absolute;
	visibility: hidden;
}

.frmGestionarEncuesta {
	width: 758px;
	height: 370px;
	position: absolute;
	visibility: hidden;
}

.frmConsultaLocalizacion {
	width: 630px;
	height: 400px;
	position: absolute;
	visibility: hidden
}

.frmIra {
	width: 435px;
	height: 275px;
	position: absolute;
	visibility: hidden;
}

.frmCaptCoord {
	width: 420px;
	height: 325px;
	position: absolute;
	visibility: hidden;
}

.frmCaptCoord {
	width: 420px;
	height: 325px;
	position: absolute;
	visibility: hidden;
}

.frmPropiedades{
	width: 650px;
	height: 400px;
	position: absolute;
	visibility: hidden;
}

.frmDescargarServicio{
	width: 250px;
	height: 200px;
	position: absolute;
	visibility: hidden;
}

.grdConsulta {
	width: 650px;
	height: 300px;
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF
}

.exportCSVIcon {
	bottom: 3px;
	left: 262px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	display: inline-block;
	background-image: url(../images/botones/30x30/Excel.png);
}

.exportCSVIcon:hover {
	opacity: 0.7;
}

.CalculosTablaIcon {
	bottom: 3px;
	left: 200px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.igualIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/igual.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.menorMayorIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/menorMayor.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.likeIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/like.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.mayorIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/mayor.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.mayorIgualIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/mayorIgual.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.andIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/and.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.menorIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/menor.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.menorIgualIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/menorIgual.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.orIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/or.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.porcientoIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/porciento.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.parentesisIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/parentesis.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.notIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/not.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.isIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/is.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.comillasIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/comillas.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.inIcon {
	border: 0;
	/*background-image: url(../images/botones/30x20/in.png);*/
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.ejecutarConsultaIcon {
	border: 0;
	/*background-image: url(../images/botones/70x30/consultar.png);*/
	width: 90px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.verTablaIcon {
	border: 0;
	/*background-image: url(../images/botones/70x30/verTabla.png);*/
	width: 90px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.verTablaIconm {
	border: 0;
	/*background-image: url(../images/botones/70x30/verTablam.png);*/
	width: 123px;
	height: 30px;
	display: inline-block !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.rsSimbologia {
	border: 0;
	/*background-image: url(../images/botones/70x30/Rsimbologia.png);*/
	width: 123px;
	height: 24px;
	display: inline-block !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
}

.frmProyectar {
	width: 550px;
	height: 305px;
	position: absolute;
	visibility: hidden;
}

.proyectarIcon {
	background-image: url(../images/botones/70x30/proyectar.png);
	/* height: 32px; */
	width: 93px;
	background-color: rgba(0, 0, 0, 0);
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 none;
}

.verPtoIcon {
	background-image: url(../images/botones/70x30/verpuntoMapa.png);
	height: 25px;
	width: 93px;
	background-color: rgba(0, 0, 0, 0);
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 none;
	padding: 1px 10px !important;
}

.frmDibujo {
	width: 361px !important;
	height: 75px !important;
	position: absolute;
	visibility: hidden;
}

.botonverpunto{
	background: #ffffffad !important;
	color: #15244E  !important;
	border: 1px solid #15244E;
}

.dibujoLimpiarIcon, .dibujoPuntoIcon, .dibujoLineaIcon, .dibujoLineaLibreIcon, 
.dibujoPoligonoIcon, .dibujoPoligonoLibreIcon, .dibujoRectanguloIcon, .dibujoCirculoIcon, .dibujoTextoIcon, .dibujoSeleccionarIcon, .dibujoFlechaIcon {
	border: 0;
	width: 18px;
	height: 18px;
	display:inline-block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right: 8px;
	filter:var(--filter-tools-toc);
}


.dibujoLimpiarIcon:hover, .dibujoPuntoIcon:hover, .dibujoLineaIcon:hover, .dibujoLineaLibreIcon:hover, .dibujoPoligonoIcon:hover, .dibujoPoligonoLibreIcon:hover, .dibujoRectanguloIcon:hover, .dibujoCirculoIcon:hover, .dibujoTextoIcon:hover, .dibujoSeleccionarIcon:hover, .dibujoFlechaIcon:hover {
	cursor: pointer;
	filter:var(--filter-main-color);
}

.dibujoPuntoIcon {
	background-image: url(../images/botones/dibujo/punto.svg);
	background-size: 8px;
}

.dibujoLineaIcon {
	background-image: url(../images/botones/dibujo/linea.svg);
}

.dibujoLineaLibreIcon {
	background-image: url(../images/botones/dibujo/linea_libre.svg);
}

.dibujoPoligonoIcon {
	background-image: url(../images/botones/dibujo/poligono.svg);
}

.dibujoPoligonoLibreIcon {
	background-image: url(../images/botones/dibujo/poligono_libre.svg);
}

.dibujoRectanguloIcon {
	background-image: url(../images/botones/dibujo/rectangulo.svg);
}

.dibujoCirculoIcon {
	background-image: url(../images/botones/dibujo/circulo.svg);
}

.dibujoTextoIcon, .dibujoTextoIcon:hover {
	background-image: url(../images/botones/dibujo/texto.svg);
}

.dibujoLimpiarIcon {
	background-image: url(../images/botones/dibujo/limpiar.svg);
}

.dibujoSeleccionarIcon {
	background-image: url(../images/botones/dibujo/seleccionar.svg);
}

.dibujoFlechaIcon {
	background-image: url(../images/botones/dibujo/no_dibujar.svg);
}

.separator {
    height: 18px;
    width: 1px;
    background: var(--color-fuente);
    display: inline-block;
    margin-right: 2px;
    margin-top: 2px;
}

#contenedorDibujo .col-xs-2{
	margin-bottom: 10px;
}

.dibujo-active{
	filter:var(--filter-main-color);
}

.frmMedicion {
	position: absolute;
	visibility: hidden;
	width: 326px;
	height: 220px !important;
}

.frmRuteo {
	position: absolute;
	visibility: hidden;
	width: 295px;
	height: 520px !important;
}

.queryAIcon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.queryGIcon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.queryLIcon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.queryDescarga {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.queryCIcon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.queryAIcon:hover {
	cursor: pointer;
}

.queryGIcon:hover {
	cursor: pointer;
}

.queryLIcon:hover {
	cursor: pointer;
}

.queryCIcon:hover {
	cursor: pointer;
}

.imprimirIcon {
	width: 25px;
    height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.exportarIcon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.dibujoIcon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.simbologiaIcon {
	width: 25px;
    height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.edicionIcon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.proyeccionIcon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.imprimirIcon:hover {
	cursor: pointer;
}

.exportarIcon:hover {
	cursor: pointer;
}

.dibujoIcon:hover {
	cursor: pointer;
}

.simbologiaIcon:hover {
	cursor: pointer;
}

.edicionIcon:hover {
	cursor: pointer;
}

.proyeccionIcon:hover {
	cursor: pointer;
}

.dynamicDiv {
	position: absolute;
	visibility: hidden;
}

.formulariosDiv {
	position: absolute;
	visibility: hidden;
	left: 50px;
	top: 50px;
	height: 50px;
	z-index: 1500
}

.buttonFormulario {
	width: 30px;
	height: 30px;
}

.inDebug {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}

.ayudas {
	margin: auto;
	position: absolute;
	width: 700px;
	height: 470px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	bottom: 0;
	display: none;
	visibility: hidden
}

.sombraAyuda {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 90;
	height: 100%;
	background: #666666;
	display: none;
	visibility: hidden;
	opacity: 0.7;
}

.ayudaCerrarIcon {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 40px;
	top: 35px;
	background-image: url(../images/ayudas/Iconos/Cerrar.png);
	background-position: center center;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	border: 0 none;
}

.ayudaSiguienteIcon {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 35px;
	top: 45%;
	background-image: url(../images/ayudas/Iconos/Siguiente.png);
	background-position: center center;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	border: 0 none;
}

.ayudaAnteriorIcon {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 30px;
	top: 45%;
	background-image: url(../images/ayudas/Iconos/Atras.png);
	background-position: center center;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	border: 0 none;
}

.ayudaMenuIcon {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 80px;
	top: 35px;
	background-image: url(../images/ayudas/Iconos/Home.png);
	background-position: center center;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	border: 0 none;
}

.ayudaCerrarIcon:hover {
	background-image: url(../images/ayudas/Iconos/Cerrar_.png);
	cursor: pointer;
}

.ayudaSiguienteIcon:hover {
	background-image: url(../images/ayudas/Iconos/Siguiente_.png);
	cursor: pointer;
}

.ayudaAnteriorIcon:hover {
	background-image: url(../images/ayudas/Iconos/Atras_.png);
	cursor: pointer;
}

.ayudaMenuIcon:hover {
	background-image: url(../images/ayudas/Iconos/Home_.png);
	cursor: pointer;
}

#borderContainer {
	width: 100%;
	height: 100% !important;
	margin-bottom: -6px;
}

.frmMultimenu {
	max-width: 197px;
	width: 0;
	height: 333px;
	position: absolute;
	overflow: hidden;
	z-index: 202;
	top: 163px;
	left: 5px;
	background: #767676;
}

.divLocateButton {
	position: absolute;
	top: 8px;
	right: 60px;
	z-index: 50;
}

#LocateButton {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}

#btnMultimenu {
	background: rgba(115, 121, 116, 0.78);
	position: absolute;
	z-index: 200;
	color: #fff;
	width: 30px;
	height: 37px;
	top: 309px;
	border: none;
	left: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}

#divDerechosAutor {
	position: absolute;
	z-index: 90;
	width: auto;
	height: 23px;
	bottom: 0;
	font-size: 7px;
	font-weight: bold;
	right: 267px;
	color: #000;
	cursor: pointer;
}

#divDerechosAutor label {
	color: #054E64;
	background-color: rgba(240, 255, 255, 0);
	padding: 2px;
	border-radius: 3px;
	font-size: 9px;
}

.boxFind {
	display: none;
}

input#blurControl {
	display: inline-block !important;
}

#tabledatosCal {
	border-collapse: collapse;
	border: 1px solid #D6DCDF;
	width: 100%;
	margin-top: 19px;
	height: 80%;
}

.tbcaltr td {
	background: #E5EBEE;
	color: #101619;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
}

#tabledatosCal td {
	padding: 0 5px;
	border: 1px solid #D6DCDF;
}

#btnMostrarCalculos {
	top: 31px;
	left: 303px;
	background-image: url(../images/sura/Calculotabla.png);
	position: absolute;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-color: transparent;
	background-size: 26px;
	outline: 0;
	background-position: -8px 5px;
	border: none;
}

#btnMostrarCalculos:hover {
	opacity: .7;
}

.calEncabezado {
	outline: none;
}

.calEncabezado .exportCSVIcon {
	bottom: initial;
	left: 324px;
	top: 31px;
}

.frmIra {
	width: 435px;
	height: 275px;
	position: absolute;
	visibility: hidden;
}

.cargando {
	width: 100%;
	height: 100%;
	background: url(../images/General/cargando.gif) no-repeat;
	position: absolute;
	z-index: 9;
	opacity: 0.7;
}

/***************nuevo consulta lite***************/
.queryAIconLite {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.queryGIconLite {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.queryLIconLite {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.queryCIconLite {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.queryAIconLite:hover {
	cursor: pointer;
}

.queryGIconLite:hover {
	cursor: pointer;
}

.queryLIconLite:hover {
	cursor: pointer;
}

.queryCIconLite:hover {
	cursor: pointer;
}

.frmConsultaAtributosLite {
	width: 580px;
	height: 420px;
	position: absolute;
	visibility: hidden;
}

.frmConsultaGraficoLite {
	width: 608px;
	height: 266px;
	position: absolute;
	visibility: hidden;
}

.frmConsultaLocalizacionLite {
	width: 640px;
	height: 280px;
	position: absolute;
	visibility: hidden;
}

.acercarPintMar {
	background-image: url("../images/botones/30x30/pin.png");
	font-size: 0;
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	background-size: 16px;
	cursor: pointer;
	background-repeat: no-repeat;
	margin: 8px;
	background-position: center;
}

.EliminarPintMar {
	background-image: url("../images/botones/30x30/eliminarPin.png");
	font-size: 0;
	background-color: #fff;
	width: 20px;
	cursor: pointer;
	height: 20px;
	border-radius: 30px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
}

.botoncolor {
	background: url(../images/General/herramientas/color_blue.png)
		no-repeat;
	background-size: 18px;
	background-position: 0 4px;
	border: none;
}

.botoncolor:hover {
	background-image:
		url(../images/General/herramientas/color_blue.png);
	background-repeat: no-repeat;
}

/*MEDICION*/

.esriMeasurement{
	width: 100%!important;
}

.esriMeasurement .esriButton{
	margin-right:15px;
}

.esriMeasurement .esriButtonChecked .areaIcon, .esriMeasurement .esriButtonChecked .distanceIcon, .esriMeasurement .esriButtonChecked .locationIcon {
	filter: var(--filter-main-color);
}

.esriMeasurement .areaIcon {
    background-image: url(../images/General/herramientas/area.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    filter: var(--filter-tools-toc);

}

.esriMeasurement .distanceIcon {
	background-image: url(../images/General/herramientas/distancia.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    filter: var(--filter-tools-toc);
}

.esriMeasurement .locationIcon {
	background-image: url(../images/General/herramientas/ubicacion.svg);
 background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    filter: var(--filter-tools-toc);
}

.esriMeasurement .areaIcon:hover, .esriMeasurement .distanceIcon:hover, .esriMeasurement .locationIcon:hover {
	filter: var(--filter-main-color);
}


.esriMeasurementResultLabel {
	border-bottom: thin solid var(--color-buscador) !important;
	background-color: transparent;
	border:none;
	color: var(--main-color);
	border-radius: 2px;
	position: absolute !important;
	font-size: 11px;
	width: 100%;
	font-weight: initial;
}

.esriMeasurement .esriButton .dijitButtonNode {
	height: 20px;
	width: 20px;
	background: none !important;
}

.esriMeasurement .dijitButtonNode * {
	text-align: center;
}

/* BOTONES SURA*/



.botonsura, .botonsura:focus {
    outline: none;
    background: var(--bg-principal);
    color: var(--main-color);
    border-radius: 20px;
    position: relative;
    border: solid 1px var(--main-color);
    box-shadow: none;
    padding: 4px 24px;
    margin-top: 0px;
    font-size: 11px;
    margin-bottom: 5px;
    margin-right: 5px;
}


.botonsura:hover {
    color: #fff;
    background-color: var(--main-color);
}

/* INPUT TYPE RANGE*/
/*----- ESTILOS INPUT RANGE -------*/
input[type=range] {
  height: 15px;
  -webkit-appearance: none;
  margin: 5px 0;
  width: calc(100% - 45px);
  background:transparent;
}

input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: var(--bg-thumb-scroll);
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid var(--main-color);
  height: 10px;
  width: 10px;
  border-radius: 25px;
  background: var(--main-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--gris);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: var(--bg-thumb-scroll);
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 1px solid var(--main-color);;
  height: 10px;
  width: 10px;
  border-radius: 25px;
  background: var(--main-color);
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: var(--main-color);;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid var(--main-color);;
  height: 10px;
  width: 10px;
  border-radius: 25px;
  background: var(--main-color);
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: var(--main-color);
}
input[type=range]:focus::-ms-fill-upper {
  background: var(--main-color);
}

#gridConsulta__rowSelector_-1 {
	display: none !important;
}

.esriMeasurement .dijitButtonNode * {
	font-family: 'NunitoSans-Regular' !important;
}

b {
	color: var(--color-fuente) !important;	
}

.row{
	margin-bottom: 0px !important;
}

.esriMeasurement .esriMeasurementResultTable{
	margin-top: 40px;
    width: 180px;
}

.esriMeasurement .esriMeasurementResultValue {
	position: absolute;
    margin-top: 35px;
    color: var(--color-fuente);
    font-size: 10px;
}

#dijit_form_DropDownButton_0_label{
	color: var(--color-fuente);
    font-size: 10px;
    margin-top: 8px;
    font-family: 'Roboto' !important;
    margin-left: 3px;
}

.esriMeasurement .esriMeasurementSeparator {
    margin: 4px;
    padding-top: 4px;
    margin-left: 1px;
    position: absolute;
    color: var(--color-fuente);
}

#dijit_layout_ContentPane_0{
	margin-left: -4px;
}

td img{
	height: 20px !important;
}

.simpleDirections .esriLinkButton{
	color: var(--color-fuente) !important;
	font-size: 9px !important;
    font-family: 'Roboto' !important;
    margin-top: 4px !important;
    margin-left: 10px !important;
}

.simpleDirections .esriResultsContainer {
	color: var(--color-fuente) !important;
	background-color: var(--bg-principal) !important;
}

.selectCampos{
    color: var(--color-fuente) !important;
    font-family: 'Roboto' !important;
    font-size: 10px;
}

.claro .dijitSelect, .claro .dijitTextBox {
/*     background-color: var(--fondo-fieldset) !important; */
	background-color: var(--bg-principal) !important;
    border-radius: 20px !important;
}

.dj_ie6 .dijitComboBox .dijitInputContainer, .dijitInputContainer {
/*    	background-color: var(--fondo-fieldset) !important; */
	background-color: var(--bg-principal) !important;
    border-radius: 20px !important;
}

#btnAgregarCond{
	margin-top:16px;
/* 	background-color: var(--fondo-fieldset) !important; */
	background-color: var(--bg-principal) !important;
}
#btnAgregarCond:hover{
	margin-top:16px;
	background-color: var(--main-color) !important;
}

.titulosH6{
	color: var(--color-fuente) !important;
	font-size: 10px !important;
}

#btnCaptuarCoord{
	margin-top: 5px;
}
