/*
 * Copyright (c) 2016. Addax Software Development, S.A.
 */

/* Put your css in here */
html, body{
    height: 100%;
}

h1{
    font-size: 21px;
    color: #595b5a;
    font-weight: 800;
}

h2{
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

h3{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.contenido-central{
    color: #000;
    font-size: 13px;
}

.contenedor-mision-vision{
    margin: 0px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.contenedor-mision {
    background-color: #cfcfcf;
    padding: 0px 10px 10px 10px;
    margin-right: 10px;
    border-radius: 10px;
}
.contenedor-vision{
    background-color: #cfcfcf;
    padding: 0px 10px 10px 10px;
    margin-left: 10px;
    border-radius: 10px;
}
@media (max-width: 991px)
{
    .contenedor-mision{
        margin-right: 5px;
    }
    .contenedor-vision{
        margin-left: 5px;
    }
}

.contenedor-caracteristicas{
    text-align: center;
    margin: 0px;
}
.contenedor-concepto, .contenedor-objetivos, .contenedor-descripcion{
    padding: 20px;
}
.contenedor-para-publicar img{
    margin-bottom: 10px;
}
.contenedor-para-publicar{
    text-align: center;
    color: white;
    margin: 0px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    /*height: 100%;
    display: table;*/
}
.contenedor-servidor-web{
    position: relative;
    background-color: #f58030;
    margin-right: 10px;
    border-radius: 10px;
    /*padding: 20px 80px;
    float: none;
    display: table-cell;
    vertical-align: middle;*/
}
.contenedor-interno-servidor-web{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    padding: 20px 80px;
}
.contenedor-aplicativos{
    position: relative;
    background-color: #4a9b63;
    margin-left: 10px;
    border-radius: 10px;
    /*padding: 20px 70px;
    float: none;
    display: table-cell;
    vertical-align: middle;*/
}
.contenedor-interno-aplicativos{
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*top: 50%;
    transform: translateY(-50%);
    position: absolute;*/
}
@media (max-width: 991px)
{
    .contenedor-servidor-web{
        margin-right: 5px;
    }
    .contenedor-aplicativos{
        margin-left: 5px;
    }
    .contenedor-interno-servidor-web{
        padding: 0px 15px 0px 0px;
    }
    .contenedor-interno-aplicativos{
        padding: 20px;
    }
}
#imagenUsuario{
    height: 46px;
}
#imagenUsuarioMobile{
    height: 32px;
    width: 31px;
}
.contenedor-glosario hr{
    border-top: 2px solid #dcdcdc;
}

.perfiles-ogc{
    margin: 0px;
    text-align: center;
}
.perfiles-ogc .perfil{
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}
.contenedor-perfil{
    background-color: #cfcfcf;
    border-radius: 10px;
    padding: 5px;
    min-height: 415px;
}

.contenedor-perfil p{
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

#contenedorTabla{
    margin-top: 10px;
    padding: 0px;
}
table#example{
    width: 100%;
    font-size: small;
    border-bottom: none;
    border-spacing: 3px 0px;
    border-collapse: separate;
}
table#example thead th, table#example thead td{
    border-bottom: none;
    font-weight: 700;
    color: #5b5b5b;
    padding-bottom: 0px;
}
table#example tbody td{
    border-bottom: none;
    border-top: none;
}
table#example>tbody>tr:nth-of-type(odd){
    background-color: #ffffff;
}
table#example>tbody>tr:nth-of-type(even){
    background-color: #e9eef2;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    display: none;
}
#example_filter input{
    background-image: url("/gimgs/icono_buscar_gris.png");
    background-repeat: no-repeat;
    /*background-size: 20px;*/
    background-position: right 4px center;
    width: 175px;
    margin-right: 2px;
    height: 28px;
    border: none;
    background-color: #d1d1d1;
    padding-left: 4px;
}
#example_filter input:hover{
    outline: 0;
}
#example_filter input:focus{
    outline: 0;
}
#example_paginate a{
    background: transparent !important;
    border: none !important;
}
#example_paginate a:hover{
    background: transparent !important;
    border: none !important;
    outline: 0;
}
#example_paginate a:not(.disabled){
    color: #2d5a87 !important;
    text-decoration: underline !important;
}
#example_paginate a:focus{
    outline: 0;
}
/*

    background: transparent !important;
    border: none !important;
    color: blue !important;
    text-decoration: underline !important;
*/

.texto-fecha-actualizacion{
    font-size: x-small;
}
.font-medium{
    font-size: medium;
}

.font-small{
    font-size: small;
}

.font-x-small{
    font-size: x-small;
}

.font-xx-small{
    font-size: xx-small;
}

.tramites{
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.contenedor-img-articulo{
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 30px;
}

.informacion-articulo{
    margin-bottom: 10px;
    font-style: italic;
    font-size: small;
}

.contenido-central{
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
}

.contenedor-general {
    min-height: 100%;
    overflow: hidden;
}

.colFullHeight {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

body{
    font-family: 'Open Sans', sans-serif;
}

/*Columna izquierda*/
.contenedor-logo{
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    text-align: center;
}
.contenedor-logo img{
    padding: 0;
    margin: 0;
}
.franja-color-sobre-logo{
    height: 6px;
    background-color: #ffffff;
    background-image: url("/gimgs/franja_color_sobre_logo.png");
    background-size: auto 6px;
    background-repeat: repeat-x;
}
.franja-color-bajo-logo{
    height: 7px;
    background-color: #ffffff;
    background-image: url("/gimgs/franja_color_bajo_logo.png");
    background-size: auto 7px;
    background-repeat: repeat-x;
}
.imagen-logo-snit{
    padding-top: 6px;
    padding-bottom: 5px;
}
@media (max-width: 991px) {
    .encabezado-explorador-capas{
        position: absolute;
        height: 46px;
        display: none;
    }
    .encabezado-explorador-capas .imagen-logo-snit, .encabezado-nodos .imagen-logo-snit {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .encabezado-explorador-capas #imgLogoSnit_EC, .encabezado-nodos #imgLogoSnit_N{
        height: 15px;
    }
    .encabezado-explorador-capas #imgNombreSnit_EC, .encabezado-nodos #imgNombreSnit_N{
        width: 90px;
    }
    .encabezado-explorador-capas #imgLogoRegistroNacional_EC, .encabezado-nodos #imgLogoRegistroNacional_N{
        height: 15px;
        width: 25px;
    }
    .encabezado-explorador-capas .franja-color-sobre-logo, .encabezado-nodos .franja-color-sobre-logo {
        height: 3px;
    }
    .encabezado-explorador-capas .franja-color-bajo-logo, .encabezado-nodos .franja-color-bajo-logo {
        height: 3px;
    }
    .encabezado-explorador-capas .otro-menu-principal-nodos, .encabezado-nodos .otro-menu-principal-nodos{
        height: 46px;
        line-height: 46px;
        padding-top: 0px;
    }
    .encabezado-explorador-capas .otro-menu-principal-nodos #dropdownProyectos, .encabezado-explorador-capas .otro-menu-principal-nodos #dropdownProyectosMobile{
        padding-top: 7px;
        padding-bottom: 10px;
    }
    .encabezado-explorador-capas .btnMostrarCapasAgregadasMobile, .encabezado-nodos .btnInformacionMobile{
        padding-left: 15px;
        padding-right: 15px;
    }

    .encabezado-explorador-capas .contenedor-buscar, .encabezado-nodos .contenedor-buscar{
        height: 6.2%;
    }

    /*
    .menu-principal-nodos{
        position: absolute;
        bottom: 0px;
        right: 0px;
    }*/
}
.imagen-logo-snit-mobile{
    padding-top: 0px;
    padding-bottom: 0px;
}
.logo-registro-nacional{
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.contenedor-menu-noticias{
    background-color: #ffffff;
    min-height: 100%;
    padding-left:0;
    padding-right:0;
}
.contenedor-noticias{
    background-color: #f4f4f4;
}
.titulo-noticias{
    text-align: center;
    font-weight: bold;
    color: #878787;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.franja-color-sobre-noticias{
    height: 7px;
    background-color: #ffffff;
    background-image: url("/gimgs/franja_color_sobre_noticias.png");
    background-size: auto 7px;
    background-repeat: repeat-x;
}
.lista-noticias{
    /*background-color: #f4f4f4 !important;*/
}
.noticia{
    position: relative;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    min-height: 130px;
    width: 30%;
}
.encabezado-noticia{
    /*position: absolute;*/
    width: 100%;
    min-height: 44px;
    /*height: 100%;*/
}
.titulo-noticia{
    float: left;
    background-color: #3d80b7;
    color: #ffffff;
    padding: 6px 10px;
    font-weight: bold;
    /*height: 44px;*/
    min-height: 44px;
    /*height: 100%;*/
    width: 80%;
    line-height: 1.2em;
}
.fecha-noticia{
    float: right;
    width: 20%;
    min-height: 44px;
    /*height: 100%;*/
}
.dia-noticia{
    background-color: #ffffff;
    color: #1c3a5c;
    top: 0;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    min-height: 30px;
}
.mes-noticia{
    background-color: #5c2012;
    color: #ffffff;
    bottom: 0;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}
.cuerpo-noticia{
    /*position: absolute;*/
    /*margin-top: 45px;*/
    padding-top: 4px;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
}
.leer-mas-noticia{
    color: #3d80b7;
    font-weight: bold;
    cursor: pointer;
}

.item-menu{
    background-color: #f4f4f4;
    min-height: 55px;
    position: relative;
    margin-bottom: 3px;
}
.item-menu a{
    min-height: 55px;
}
@media (min-width: 992px) and (max-width: 1336px)
{
    .item-menu{
        min-height: 62px;
        font-size: 12px;
    }
    .item-menu a{
        min-height: 62px;
    }
}
.item-menu:hover{
    background-color: #e8e8e8;
}
.item-menu.current{
    background-color: #afafaf;
}
.icono-menu{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.texto-menu{
    font-stretch: condensed;
    color: #878787;
    text-transform: uppercase;
    margin-left: 43px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 4px;
}
.item-menu.current .texto-menu{
    color: #ffffff;
}
.item-menu.current .icono-menu img{
    filter: brightness(5000%);
    -webkit-filter: brightness(5000%);
    -moz-filter: brightness(5000%);
    -o-filter: brightness(5000%);
    -ms-filter: brightness(5000%);
}

/*Columna central*/
.contenedor-buscar{
    background-color: #1c3a5c;
    color: white;
    height: 77px;
}
.input-buscar{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 47px;
    background-color: #FC9455/*#2d5a87*/;
    cursor: text;
    color: #1E3B5B /*#89b5da*/;
}

.contenido-input-buscar{
    font-size: large;
    margin-left: 15px;
    line-height: 47px;
}
.imagen-buscar{
    margin-left: 10px;
}
.mapa-input-buscar{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 23px;
    background-color: #2d5a87;
    cursor: text;
    color: #89b5da;
}
.mapa-contenido-input-buscar{
    font-size: small;
    margin-left: 15px;
    line-height: 23px;
}
.mapa-imagen-buscar{
    margin-left: 10px;
}
.mapa-imagen-buscar img{
    height: 15px;
}

.contenedor-central{
    background-color: #e8e7e7;
    min-height: 100%;
    padding-left: 40px;
    padding-right: 40px;

}

/*Tematicas y Capas*/

.boton-mas-capas{
    margin-top: 10px;
}

/* change border radius for the tab , apply corners on top*/
#tematicasTabPanel{
    padding-top: 10px;
}
.capas{
    margin-bottom: 50px;
}
#capasTabPanel .nav-pills > li > a, #tematicasTabPanel .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

@media (max-width: 991px)
{
    #capasTabPanel .nav>li>a {
        padding: 10px 10px !important;
        font-size: 10px !important;
    }
}

#capasTabPanel .tab-content, #tematicasTabPanel .tab-content {
    background-color: #f4f4f4;
    padding : 15px 15px;
}

#capasTabPanel .nav-pills>li.active>a,
#tematicasTabPanel .nav-pills>li.active>a
    /*, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover*/{
    color: #878787;
    background-color: #f4f4f4;
    font-weight: 700;
    font-size: 18px;
}

#capasTabPanel .nav-pills>li>a,
#tematicasTabPanel .nav-pills>li>a
    /*, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover*/{
    color: #878787;
    background-color: #dbdbdb;
    font-weight: 700;
    font-size: 18px;
}
@media (max-width: 991px)
{

    #capasTabPanel .nav-pills>li.active>a,
    #tematicasTabPanel .nav-pills>li.active>a
        /*, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover*/{
        font-size: 11px;
    }

    #capasTabPanel .nav-pills>li>a,
    #tematicasTabPanel .nav-pills>li>a
        /*, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover*/{
        font-size: 11px;
    }
}

.titulo-tematicas, .titulo-tramites{
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #878787;
    font-weight: 700;
}
.titulo-capas{
    font-size: 16px;
    color: #878787;
    font-weight: 700;
}
@media (max-width: 991px)
{
    .titulo-tematicas, .titulo-capas, .titulo-tramites{
        font-size: 16px;
    }
}
.fila-imgs-tematica, .fila-imgs-capa{
}
.contenedor-img-tematica, .contenedor-img-capa, .contenedor-img-tramite{
    position: relative;
    margin-bottom: 20px;
}
@media (max-width: 991px)
{
    .contenedor-img-capa{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/*
.contenedor-img-tematica img{
  sepia(100%) hue-rotate(150deg);
  sepia(100%) brightness(0.7) hue-rotate(250deg); MORADO
  -webkit-filter: sepia(100%) brightness(0.7) hue-rotate(165deg);
  filter: sepia(100%) brightness(0.7) hue-rotate(165deg);
}
.contenedor-img-mi-propia-tematica img{
  -webkit-filter: sepia(100%) brightness(0.7) hue-rotate(80deg);
  filter: sepia(100%) brightness(0.7) hue-rotate(80deg);
}
.contenedor-img-capa img{
  -webkit-filter: sepia(100%) brightness(0.7) hue-rotate(325deg);
  filter: sepia(100%) brightness(0.7) hue-rotate(325deg);
}
.contenedor-img-tematica img:hover, .contenedor-img-mi-propia-tematica img:hover, .contenedor-img-capa img:hover{
  -webkit-filter: none;
  filter: none;
}
*/

.nombre-tematica, .nombre-capa, .nombre-tramite{
    position: absolute;
    left: 25px;
    top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 20px;
    margin-right: 25px;
    line-height: 1em;
}
@media (max-width: 991px)
{
    .nombre-tematica, .nombre-tramite{
        font-size: 14px;
    }
    .nombre-capa{
        font-size: 13px;
        left: 15px;
        top: 10px;
        margin-right: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1336px)
{
    .nombre-tematica, .nombre-tramite{
        font-size: 15px;
    }
    .nombre-capa{
        font-size: 13px;
        margin-right: 30px;
    }
}

.label-wfs, .label-wms, .label-visor, .label-docs{
    position: absolute;
    bottom: 5px;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    font-weight: lighter;
}
.label-wfs{
    left: 20px;
    background-color: #1ac41e;
    cursor: pointer;
}
.label-wfs-,
.label-wfs-false {
    display: none !important;
}
.label-wms{
    right: 22%;
    /*right: 20px;*/
    background-color: #f2c900;
    cursor: pointer;
}
.label-wms-,
.label-wms-false{
    display: none !important;
}
.label-visor{
    left: 31%;
    /*left: 38%;*/
    /*left: 85px;*/
    background-color: #b600e2;
    cursor: pointer;
}
.label-docs{
    right: 20px;
    background-color: #51ddff;
    cursor: pointer;
    color: blue;
}
.label-wfs.disabled, .label-wms.disabled, .label-visor.disabled{
    background-color: gray;
    color: #fff;
    cursor: default;
}

@media (max-width: 991px)
{
    .label-wfs, .label-wms, .label-visor, .label-docs{
        font-size: 10px;
        font-weight: 400;
    }
    .label-wms{
        /*right: 15px;*/
        right: 23%;
    }
    .label-wfs{
        left: 15px;
    }
    .label-visor{
        /*left: 36%;*/
        left: 31%;
    }
    .label-docs{
        right: 15px;
    }
    .label-institucion{
        left: 15px;
        font-size: 13px;
    }
    .label-fecha{
        right: 15px;
        font-size: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1191px)
{
    .label-wfs, .label-wms, .label-visor{
        font-size: 10px;
        font-weight: 400;
    }
    .label-institucion{
        font-size: 13px;
    }
    .label-fecha{
        font-size: 10px;
    }
}

.label-institucion, .label-fecha{
    position: absolute;
    bottom: 25px;
    text-transform: uppercase;
    color: white;
}
.label-institucion{
    left: 20px;
    font-weight: bold;
}
.label-fecha{
    right: 20px;
    font-size: 11px;
}
.nueva-capa{
    position: absolute;
    height: 0px;
    width: 0px;
    top: 0px;
    right: 0px;
    border-top: 28px solid #b9e500;
    border-left: 28px solid transparent;
    border-right: 28px solid #b9e500;
    border-bottom: 28px solid transparent;
}
.nueva-capa-texto{
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 0px;
    right: 0px;
    z-index: 9;
    margin-top: 14px;
    margin-right: -2px;
    font-weight: 800;
    font-size: 12px;
    color: #333;
}
@media (max-width: 991px)
{
    .nueva-capa{
        border-top: 22px solid #b9e500;
        border-left: 22px solid transparent;
        border-right: 22px solid #b9e500;
        border-bottom: 22px solid transparent;
    }
    .nueva-capa-texto{
        margin-top: 11px;
        margin-right: -2px;
        font-weight: 800;
        font-size: 10px;
    }
}

/*Colores sobre imagenes*/
.tint {
    position:relative;
}
.tint:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,255,255, 0.5);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.tint:hover:before {
    /*http://www.patternify.com/*/
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;
}
.orange:before {
    /*background: rgba(255,102,0, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;*/
    background: rgba(255, 125, 0, 0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;
}
.purple:before {
    background: rgba(115,60,200, 0.55) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;
}
.green:before {
    /*background: rgba(63, 255, 0, 0.27) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;*/
    background: rgba(162, 255, 0, 0.35) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;
    /*background: rgba(0,255,0, 0.5);*/
}
.green2:before {
    background: rgba(63, 255, 181, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;
    /*background: rgba(0,255,0, 0.5);*/
}
.red:before {
    background: rgba(255,0,0, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;
}
.fucsia:before {
    background: rgba(255,0,76, 0.55) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;
    /*background: rgba(255,72,150, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;*/
}
.blue:before {
    background: rgba(0, 110, 255, 0.48) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAHklEQVQIW2N8+PChMQMaYHzw4IEkhiC6AIjPiE0QAI8+BZS6SDOoAAAAAElFTkSuQmCC) repeat;
    /*background: rgba(0,0,255, 0.5);*/
}
.boton-mas-tematicas, .boton-mas-capas{
    background-color: #d1d1d1;
    color: #878787;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    min-height: 23px;
}
@media (max-width: 991px)
{
    .capas{
        padding-bottom: 10px;
    }
    .boton-mas-capas{
        margin-bottom: 45px;
    }
}

/* Columna derecha */
.contenedor-usuario{
    background-color: #b7b7b7;
    height:77px;
    padding-left:0;
    padding-right:0;
    position: relative;
}
.nombre-usuario{
    background-color: #8e8e8e;
    color: #e8e8e8;
    text-align: right;
    padding-right: 6px;
    font-size: large;
    font-weight: bold;
}
.informacion-usuario{
    color: #595a5a;
    font-size: 9px;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 25px;
    right: 7px;
    margin-top: 5px;
}
.informacion-usuario p{
    margin: 0;
}
.imagen-icono-usuario{
    position: absolute;
    top: 5px;
    left: 5px;
}
/*No usuario*/
.contenedor-no-usuario{
    position: relative;
}
.contenedor-titulo-usuarios{
    background-color: #8e8e8e;
    color: #e8e8e8;
    text-align: center;
    font-size: large;
    font-weight: bold;
    height: 30px;
}
.contenedor-cuerpo-usuarios{
    height: 47px;
}
.contenedor-botones-usuarios{
    position: relative;
    width: 100%;
    height: 100%;
}

.ingresar-contenedor-botones-usuarios {
    position: relative;
    width: 100%;
    height: 40px;
}
.contenedor-btn-registrarse{
    position: absolute;
    width: 50%;
    left: 0px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.contenedor-btn-ingresar{
    position: absolute;
    width: 50%;
    right: 0px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.boton-registrarse, .boton-ingresar{
    background-color: #f48030;
    color: #ffffff;
    border: 0;
    width: 90px;
    padding: 4px 0px;
    font-size: 13px;
    border-radius: 0px;
}
@media (min-width: 992px) and (max-width: 1191px)
{
    .boton-registrarse, .boton-ingresar{
        width: 75px;
    }
}
.contenedor-formulario-ingresar-usuario{
    background-color: #b7b7b7;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    margin-top: -40px;
    display: none;
}

.wrongPass {
    color: red;
    text-align: center;
}

.contenedor-formulario-ingresar-usuario .form-group label{
    font-weight: 400;
    margin-bottom: 2px;
}
.contenedor-boton-ingresar{
    text-align: center;
}
.contenedor-conectarse-con{
    margin-top: 10px;
    display: none;
}
.contenedor-iconos-conectarse-con{
    margin-top: 5px;
}
.contenedor-iconos-conectarse-con img{
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.contenedor-varios{
    /*background-color: #b7b7b7;*/
    background-color: #d1d1d1;
    min-height: 100%;
    padding-left:0;
    padding-right:0;
}

.contenedor-menu-usuario{
    background-color: #b7b7b7;
    display: none;
}

.item-menu-usuario{
    background-color: #cccccc;
    min-height: 55px;
    position: relative;
    margin-bottom: 3px;
}
.item-menu-usuario a{
    min-height: 55px;
}
.item-menu-usuario:hover{
    background-color: #c8c8c8;
}
.item-menu-usuario.current{
    background-color: #afafaf;
}
.icono-menu-usuario{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.texto-menu-usuario{
    font-stretch: condensed;
    color: #878787;
    text-transform: uppercase;
    margin-left: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 10px;
}
.item-menu-usuario.current .texto-menu-usuario{
    color: #ffffff;
}
.item-menu-usuario.current .icono-menu-usuario img{
    filter: brightness(5000%);
    -webkit-filter: brightness(5000%);
    -moz-filter: brightness(5000%);
    -o-filter: brightness(5000%);
    -ms-filter: brightness(5000%);
}

.contenedor-consumo-datos{
    background-color: #d1d1d1;
    color: #595a5a;
}
.titulo-consumo-datos{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
}
.ip-consumo{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}
.consumo-datos{
    position: relative;
    width: 100%;
    height: 110px;
}
.consumo-datos-diario{
    position: absolute;
    width: 50%;
    left: 0;
    text-align: center;
}
.consumo-datos-mensual{
    position: absolute;
    width: 50%;
    right: 0;
    text-align: center;
}
.porcentaje-grafico-diario, .porcentaje-grafico-mensual{
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 23px;
}
#grafico-consumo-diario, #grafico-consumo-mensual{
    margin: auto;
    width: 70px;
    height: 70px;
}

.contenedor-consumo-datos
.leyenda-grafico-diario, .leyenda-grafico-mensual{
    font-size: 10px;
}
.consumo-datos small{
    font-size: 50%;
}

.contenedor-reproyeccion-coordenadas{
    background-color: #e0e0e0;
}
.titulo-reproyeccion-coordenadas{
    text-align: center;
    font-weight: bold;
    color: #878787;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
}

.contenedor-capas-populares{
    background-color: #d1d1d1;
    padding-bottom: 10px;
}
.titulo-capas-populares{
    text-align: center;
    font-weight: bold;
    color: #595a5a;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
}
.grafico-capas-populares{
    background-color: #d1d1d1;
    width: 100%;
}
.capa-popular{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #bbbbbc;
    margin-bottom: 10px;
    position:relative;
    display:inline-block;
    width:100%;
    /*height:100%;*/
}
.capa-popular-overlay{
    width:100%;
    height:100%;
    display:none;
    position:absolute;
    top:0px;
    left:0px;
}
.capa-popular-inicial{
    width:100%;
    /*height:100%;*/
}
.capa-popular-overlay .nombre-capa-popular-overlay {
    position:absolute;
    display: inline-block;
    top:0;
    left: 0;
    margin-left: 5px;
    margin-top: 5px;
    color: #a9a9a9;
    font-size: 10px;
    max-width: 220px;
}
.capa-popular-overlay .institucion-capa-popular-overlay {
    position:absolute;
    display: inline-block;
    top:0;
    right:0;
    margin-right: 5px;
    margin-top: 5px;
    color: #a9a9a9;
    font-size: 12px;
}
.capa-popular:hover .capa-popular-overlay {
    display:block;
    background-color: #444444;
    opacity:0.90;
}

.capa-popular .progress{
    background-color: #a8a8a8;
    margin-bottom: 0px;
    border-radius: 0px;
}
.capa-popular .progress-bar{
    text-align: right;
    padding-right: 5px;
    font-size: 16px;
}
.nombre-capa-popular{
    color: #8a8b8b;
    font-size: 12px;
}
.capa-popular-1{
    background-color:#77499c;
    color: #ffffff;
}
.capa-popular-2{
    background-color:#9b4b86;
    color: #ffffff;
}
.capa-popular-3{
    background-color:#ec9c3d;
    color: #ffffff;
}
.capa-popular-4{
    background-color:#5e9f72;
    color: #ffffff;
}
.capa-popular-5{
    background-color:#4c839a;
    color: #ffffff;
}

/*Animacion*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*Alerta*/
.alerta{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 63px;
    display: none;
}
@media (max-width: 991px)
{
    .alerta{
        margin-top: 0px;
    }
}

.contenedor-titulo-alerta{
    position: relative;
    background-color: #9f1d21;
    color: #ffffff;
    height: 100%;
}
.imagen-alerta{
    position: absolute;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.titulo-alerta{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    left: 105px;
}
.contenedor-mensaje-alerta{
    position: relative;
    background-color: #cc2027;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.1em;
    padding-left: 15px;
    height: 100%;
}
.mensaje-alerta{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 992px)
{
    .alerta{
        margin-left: 0px;
        margin-right: 0px;
    }
    .mensaje-alerta{
        margin-right: 140px;
    }
}

/*Formulario reproyeccion coordenadas*/
.formulario-reproyeccion-coordenadas{
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
    width: 100%;
    height: 150px
}

.formulario-reproyeccion-coordenadas-izq{
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 12px;
}

.formulario-reproyeccion-coordenadas-der{
    position: absolute;
    right: 0;
    width: 50%;
    padding-left: 5px;
}

.label-coordenadaX{
    margin-right: 5px;
}

.label-coordenadaY{
    margin-right: 6px
}

#coordenadaX, #coordenadaY{
    width: 78px;
    margin-bottom: 10px;
}
#selectOrigenDestino1, #selectOrigenDestino2{
    width: 95px;
    margin-bottom: 10px;
}
#botonReproyectar, #botonAvanzado{
    background-color: #f48030;
    color: #ffffff;
    border: 0;
    width: 95px;
    margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1191px)
{
    #coordenadaX, #coordenadaY{
        width: 55px !important;
    }
    #selectOrigenDestino1, #selectOrigenDestino2{
        width: 75px !important;
    }
    #botonReproyectar, #botonAvanzado{
        width: 75px !important;
        font-size: 12px !important;
        font-weight: 300 !important;
    }
}
@media (max-width: 1281px)
{
    #coordenadaX, #coordenadaY{
        width: 70px;
    }
    #selectOrigenDestino1, #selectOrigenDestino2{
        width: 87px;
    }
    #botonReproyectar, #botonAvanzado{
        width: 87px;
        font-size: 13px;
    }
}

/*Overlay de busqueda*/
#overlayBusqueda{
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #77899d;
    width: 100%;
    z-index: 5000;
}

#cuadroBusqueda{
    opacity : 0.75;
    position: absolute;
    top: 0;
    left: 50%;
    width: 75%;
    height: 95px;
    transform: translateX(-50%);
    background-color: #2d5a87;
    z-index: 6000;
}
.icono-buscar-grande{
    position: absolute;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.input-busqueda-overlay{
    position: absolute !important;
    margin-left: 110px;
    width: calc(100% - 110px);
    top: 50%;
    transform: translateY(-50%);
    color: white; /*#89b5da;*/
    font-weight: 300;
    font-size: 40px;
    background-color: transparent !important;
    border: 0;
    height: 55px;
    margin-top: 50px;
    vertical-align: middle !important;
}
.input-busqueda-overlay:focus{
    outline: 0;
}
#exitSearch{
    position: absolute;
    right: 0;
    margin-right: 5px;
    margin-top: 5px;
    color: #89b5da;
    cursor: pointer;
}
#cuadroBusqueda .twitter-typeahead{
    width: 100%;
}

.twitter-typeahead input::-webkit-input-placeholder
{
    color:white;
}

#cuadroBusqueda .tt-menu {
    /*.contenedor-resultados-busqueda{*/
    /* opacity: 0.8; */
    position: absolute !important;
    top: 95px !important;
    left: 50% !important;
    /* width: 75%; */
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    background-color: #a5bbce;
    z-index: 6000;
    margin-top: -15px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.resultado-busqueda{
    /*opacity : 0.95;*/
    margin-top: 15px;
    margin-left: 45px;
    color: #2d5a87;
}

.alerta-resultado-busqueda{
    position: absolute;
    top: 0px;
    right: 5px;
    display: none;
}
.alerta-true{
    display: block !important;
}
.nombre-resultado-busqueda, .institucion-fecha-resultado-busqueda, .detalles-resultado-busqueda, .acciones-resultado-busqueda, .previsualizar-resultado-busqueda{
    background-color: #dbe4eb;
    margin-right: 4px;
    min-height: 65px;

}
.nombre-resultado-busqueda{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 30px;
}
.institucion-fecha-resultado-busqueda{
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
}
.detalles-resultado-busqueda{
    font-size: 9px;
    text-align: center;
    padding-top: 10px;
}
.acciones-resultado-busqueda {
    text-align: center;
    padding-top: 20px;
}
.label-wfs-resultado-busqueda, .label-wms-resultado-busqueda, .label-visor-resultado-busqueda{
    border-radius: 0;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.label-wfs-resultado-busqueda{
    background-color: #1ac41e;
}
.label-wms-resultado-busqueda{
    background-color: #f2c900;
}
.label-visor-resultado-busqueda{
    background-color: #b600e2;
}
.label-wfs-resultado-busqueda.disabled, .label-wms-resultado-busqueda.disabled, .label-visor-resultado-busqueda.disabled{
    background-color: gray;
    color: #fff;
    cursor: default;
}
.previsualizar-resultado-busqueda{
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.actualizar-resultados-busqueda{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.icono-detalles-resultados-busqueda, .icono-previsualizar-resultados-busqueda, .icono-actualizar-resultados-busqueda{
    cursor: pointer;
}

.icono-nodetalles-resultados-busqueda
{
    cursor: not-allowed;
}
/*#overlayBusqueda{
    opacity : 0.75;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #77899d;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5;
    -ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    filter: alpha(opacity=75);

    display: none;
    z-index: 20000;
    background-color: #77899d;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity : 0.75;
}

#busqueda{
    display: none;
    position: relative;
    z-index: 30000;
    background: #FFF;
    color: #000;
}*/

/*#inputBusqueda{
    z-index: 10;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 500px;
    height: 20px;
    display: block;
}*/

/*Usuario en mobile*/
.contenedor-usuario-mobile{
    width: 100%;
    position: fixed;
    bottom: 0px; /*175+160=335*/
    height: 40px;
    margin-bottom: 0px;
    z-index: 10;
}
.usuario-mobile{
    position: absolute;
    left: 0;
    background-color: #8e8e8e;
    color: #e8e8e8;
    height: 100%;
}
.informacion-usuario-mobile{
    color: #595a5a;
    font-size: 8px;
    font-weight: 700;
    position: absolute;
    right: 0;
    background-color: #b7b7b7;
    text-align: right;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
}
.informacion-usuario-mobile p{
    margin: 0;
}
.imagen-icono-usuario-mobile{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.imagen-icono-usuario-mobile img{
    width: 32px;
}
.nombre-usuario-mobile{
    position: absolute;
    left: 55px;
    font-size: 16px;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}
/*No usuario*/
.contenedor-no-usuario-mobile{
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 40px;
    margin-bottom: 0px;
    background-color: #8e8e8e;
    z-index: 10;
}
.contenedor-btn-registrarse-mobile, .contenedor-btn-ingresar-mobile{
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
#botonRegistrarseMobile, #botonIngresarMobile{
    background-color: #f48030;
    color: #ffffff;
    border: 0;
    width: 105px;
    padding: 4px 0px;
}

/*Menu de usuario (Configuracion, Salir, Subir plan) en mobile*/
.contenedor-menu-usuario-mobile{
    width: 100%;
    position: fixed;
    bottom: 160px;
    height: 175px;
    margin-bottom: 0px;
    z-index: 10;
    left: 0px !important;
    /*visibility: hidden !important;*/
}

.menu-usuario-mobile{
    display:none;
}

.menu-usuario-mobile{
    background-color: #b7b7b7;
    padding-left: 10%;
}

.item-menu-usuario-mobile{
    background-color: #cccccc;
    min-height: 32px;
    position: relative;
    margin-bottom: 3px;
}
.item-menu-usuario-mobile a{
    min-height: 32px;
}
.item-menu-usuario-mobile:hover{
    background-color: #c8c8c8;
}
.icono-menu-usuario-mobile{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.icono-menu-usuario-mobile img{
    height: 20px;
}
.texto-menu-usuario-mobile{
    font-stretch: condensed;
    color: #878787;
    text-transform: uppercase;
    margin-left: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/*Consumo de datos mobile*/
.contenedor-consumo-datos-usuario-mobile{
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 160px;
    margin-bottom: 0px;
    z-index: 9;
}
.contenedor-consumo-datos-mobile{
    background-color: #d1d1d1;
    color: #595a5a;
    display:none;
}
.titulo-consumo-datos-mobile{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
}

@media (max-width: 991px) and (orientation:portrait) {
    #grafico-consumo-diario-mobile, #grafico-consumo-mensual-mobile {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 991px) and (orientation:landscape) {

    .texto-menu-usuario-mobile{
        margin-left: 25px;
    }
    .icono-menu-usuario-mobile img{
        height: 16px;
        width: 16px;
    }
    .item-menu-usuario-mobile{
        min-height: 27px !important;
    }
    .item-menu-usuario-mobile a{
        min-height: 27px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .contenedor-menu-usuario-mobile{
        bottom: 95px !important;
        height: 90px !important;
    }
    .contenedor-consumo-datos-usuario-mobile{
        height: 95px !important;
    }
    .titulo-consumo-datos-mobile{
        padding-top: 2px !important;
        font-size: 13px;
    }
    .ip-consumo-mobile{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-size: 11px !important;
    }
    .consumo-datos-mobile{
        height: 60px !important;
    }
    #grafico-consumo-diario-mobile, #grafico-consumo-mensual-mobile{
        width: 40px !important;
        height: 40px !important;
    }
    .porcentaje-grafico-diario-mobile, .porcentaje-grafico-mensual-mobile{
        font-size: 13px !important;
        top: 33% !important;
    }
}
.ip-consumo-mobile{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}
.consumo-datos-mobile{
    position: relative;
    width: 100%;
    height: 125px;
}
.consumo-datos-diario-mobile{
    position: absolute;
    width: 50%;
    left: 0;
    text-align: center;
}
.consumo-datos-mensual-mobile{
    position: absolute;
    width: 50%;
    right: 0;
    text-align: center;
}
.porcentaje-grafico-diario-mobile, .porcentaje-grafico-mensual-mobile{
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 23px;
}
@media (min-width: 992px){
    #grafico-consumo-diario-mobile, #grafico-consumo-mensual-mobile {
        margin: auto;
        width: 70px;
        height: 70px;
    }
}
.leyenda-grafico-diario-mobile, .leyenda-grafico-mensual-mobile{
    font-size: 10px;
}
.consumo-datos-mobile small{
    font-size: 50%;
}

/*Buscar en mobile*/
.contenedor-buscar-mobile{
    background-color: #1c3a5c;
    color: white;
    height: 66px;
}
.input-buscar-mobile{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 33px;
    background-color: #2d5a87;
    cursor: text;
    color: #89b5da;
}
.contenido-input-buscar-mobile{
    font-size: 9px;
    line-height: 33px;
}
.imagen-buscar-mobile{
    margin-left: 5px;
}
.imagen-buscar-mobile img{
    height: 20px;
}

/*Overlay de busqueda mobile*/

@media (max-width: 991px)
{
    #cuadroBusqueda{
        width: 100%;
        height: 63px;
        opacity : 0.90;
    }
    .icono-buscar-grande{
        height: 45px;
    }
    .input-busqueda-overlay{;
        /*background-color: #2d5a87;*/
        margin-left: 70px;
        font-size: 20px;
        /*border: 1px;*/
        width: 250px;
        margin-top: 16px;
    }
    /*.input-busqueda-overlay:focus{
        outline: 1px;
    }*/
    #cuadroBusqueda .tt-menu{
        /*.contenedor-resultados-busqueda{*/
        top: 73px !important;
        width: 90% !important;
    }
    .resultado-busqueda{
        opacity : 0.9;
        margin-left: 8px;
        margin-right: 8px;
    }
    .nombre-resultado-busqueda{
        margin-right: 0px;
        min-height: 30px;
        font-size: 22px;
        padding-top: 8px;
    }
    .institucion-fecha-resultado-busqueda{
        margin-right: 0px;
        margin-bottom: 2px;
        min-height: 30px;
        padding-top: 5px;
        position: relative;
    }
    .institucion-resultado-busqueda{
        position: absolute;
        left: 0;
        margin-left: 15px;
    }
    .fecha-resultado-busqueda{
        position: absolute;
        right: 0;
        margin-right: 10px;
    }
    .detalles-resultado-busqueda{
        margin-right: 0px;
        border-right: solid 2px #a5bbce;
        font-size: 8px;
        padding-top: 7px;
        padding-left: 0px;
        padding-right: 0px;
        min-height: 50px;
    }
    .acciones-resultado-busqueda {
        border-right: solid 2px #a5bbce;
        min-height: 50px;
        margin-right: 0px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .label-wfs-resultado-busqueda, .label-wms-resultado-busqueda, .label-visor-resultado-busqueda{
        margin-right: 3px;
    }
    .previsualizar-resultado-busqueda{
        min-height: 50px;
        margin-right: 0px;
        font-size: 8px;
        padding-top: 5px;
    }
}


/*Menu de mobile*/
.navbar-toggle{
    border: 0;
    border-radius: 0px;
    background-color: #1c3a5c;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
    margin: 0;
    width: 100%;
}
.navbar-toggle:hover{
    background-color: #f48030 !important;
}
.navbar-toggle .icon-bar{
    background-color: #89b5da !important;
}
.navbar-toggle:hover .icon-bar{
    background-color: #f4f4f4 !important;
}

@media (min-width: 992px) {/*Antes 768*/
    .navbar-collapse {
        height: auto;
        border-top: 0;
        box-shadow: none;
        max-height: none;
        padding-left:0;
        padding-right:0;
    }
    .navbar-collapse.collapse {
        display: block !important;
        width: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-x: visible;
    }

    .navbar
    {
        max-width:300px;
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-nav,
    .navbar-nav > li,
    .navbar-left,
    .navbar-right,
    .navbar-header
    {float:none !important;}

    .navbar-right .dropdown-menu {left:0;right:auto;}
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}


/*Animacion*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.fadeIn:hover {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*MAPA*/
/*Menu principal*/
.iconos-menu-principal-mapa{
    margin-left: 0px;
}

.icono-menu-principal-mapa{
    /*text-align: center;*/
    padding: 0;
    /*height: 34px;*/
    padding-top: 5px;
}

.otro-menu-principal-mapa{
    /*text-align: center;*/
    padding: 0;
    /*height: 34px;*/
    padding-top: 5px;
}


/*NODOS*/
.otros-menu-principal-nodos{
    margin-left: -15px;
}
.otros-menu-principal-nodos-admin{
    margin-left: 15px;
    margin-right: 15px;
}
.texto-otros-menu-principal-nodos{
    color: #9ab8c1;
    font-size: 12px;
}

.otro-menu-principal-nodos{
    text-align: center;
    padding: 0;
    height: 34px;
    padding-top: 5px;
}
.otro-menu-principal-nodos-admin{
    position: relative;
    height: 34px;
}
.otro-menu-principal-nodos-admin .contenedor-imagen-menu-nodos-admin{
    position: absolute;
    left: 0px;
    width: 18%;
    height: 100%;
    text-align: center;
}
.otro-menu-principal-nodos-admin .contenedor-imagen-menu-nodos-admin img{
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}
.otro-menu-principal-nodos-admin .contenedor-texto-otros-menu-principal-nodos-admin{
    position: absolute;
    left: 0px;
    margin-left: 18%;
    line-height: 1em;
    height: 100%;
    width: 80%;
}
.otro-menu-principal-nodos-admin .contenedor-texto-corto-otros-menu-principal-nodos-admin{
    position: absolute;
    left: 0px;
    margin-left: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
.otro-menu-principal-nodos-admin .contenedor-texto-otros-menu-principal-nodos-admin .texto-otros-menu-principal-nodos{
    color: #9ab8c1;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.otro-menu-principal-nodos:hover, .otro-menu-principal-nodos-admin:hover{
    background-color: #284d72;
}
.otro-menu-principal-nodos.active, .otro-menu-principal-nodos-admin.active{
    background-color: #ef6f2e;
}
.otro-menu-principal-nodos.active .texto-otros-menu-principal-nodos, .otro-menu-principal-nodos-admin.active .texto-otros-menu-principal-nodos{
    color: #FFFFFF;
}
.otro-menu-principal-nodos.active img, .otro-menu-principal-nodos-admin.active img{
    filter: brightness(150%);
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    -o-filter: brightness(150%);
    -ms-filter: brightness(150%);
}
.icono-ver-estado-actual-nodos{
    width: 20px;
    height: 20px;
}

div#controles-holder-informacion-nodos, div#controles-holder-capas-agregadas {
    padding-left: 0px;
    padding-right: 0px;
    min-height: 100%;
    background-color: #0e486b;
    display: none;
    z-index: 1;
}
@media (max-width: 991px) and (orientation:portrait) {
    div#controles-holder-capas-agregadas {
        width: 75%;
        top: 46px;
    }
}
@media (max-width: 991px) and (orientation:landscape) {
    div#controles-holder-capas-agregadas {
        width: 40%;
        top: 46px;
    }
}
@media (max-width: 991px) and (orientation:portrait) {
    div#controles-holder-informacion-nodos {
        width: 100%;
    }
}
@media (max-width: 991px) and (orientation:landscape) {
    div#controles-holder-informacion-nodos {
        width: 80%;
    }
}
div#controles-holder-informacion-nodos div.controles-titulo, div#controles-holder-capas-agregadas div.controles-titulo {
    background-color: #1b637f;
    color: #9ab8c1;
    height: 46px;
    position: relative;
}
div#controles-holder-capas-agregadas div.controles-titulo {
    text-transform: uppercase;
}
div#controles-holder-informacion-nodos .icono-informacion, div#controles-holder-capas-agregadas .icono-capas{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
div#controles-holder-informacion-nodos .texto-informacion, div#controles-holder-capas-agregadas .texto-capas{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
}
div#controles-holder-informacion-nodos div.controles-contenido-informacion-nodos, div#controles-holder-capas-agregadas div.controles-contenido-capas-agregadas{
    color: #c7e4ea;
    font-size: 12px;
    font-weight: 400;
    padding-top: 3px;
}
div.controles-contenido-informacion-nodos .contenedor-nodo-estado{
    background-color: #115272;
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 3px;
}
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .contenedor-nodo{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .contenedor-nodo .nombre-nodo{
    margin-left: 10px;
    font-size: 13px;
}
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .contenedor-estado-historial{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .contenedor-estado{
    position: relative;
}
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .ver-historial a,
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .ver-historial a:visited,
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .ver-historial a:hover,
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .ver-historial a:active {
    color: inherit;
    font-size: 11px;
    text-decoration: underline;
}
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .contenedor-estado .icono-estado{
    height: 11px;
    width: 11px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -15px;
}
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .contenedor-estado .icono-estado.activo{
    background: #0ed817;
}
div.controles-contenido-informacion-nodos .contenedor-nodo-estado .contenedor-estado .icono-estado.inactivo{
    background: red;
}

div.controles-contenido-informacion-nodos .contenedor-institucion{
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 3px;
}
div.controles-contenido-informacion-nodos .contenedor-institucion .texto-institucion{
    background-color: #115272;
    position: absolute;
    left: 0px;
    padding-left: 10px;
    width: 40%;
    height: 100%;
    line-height: 30px;
    font-weight: 700;
}
div.controles-contenido-informacion-nodos .contenedor-institucion .valor-institucion{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
}
div.controles-contenido-informacion-nodos .contenedor-encargado{
    position: relative;
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
}
div.controles-contenido-informacion-nodos .contenedor-encargado .texto-encargado{
    background-color: #115272;
    position: absolute;
    left: 0px;
    padding-left: 10px;
    width: 40%;
    height: 100%;
    line-height: 60px;
    font-weight: 700;
}
div.controles-contenido-informacion-nodos .contenedor-encargado .valor-encargado{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
    font-size: 11px;
    /*height: 100%;*/
}
div.controles-contenido-informacion-nodos .contenedor-url{
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}
div.controles-contenido-informacion-nodos .contenedor-url .texto-url{
    background-color: #115272;
    position: absolute;
    left: 0px;
    padding-left: 10px;
    width: 40%;
    height: 100%;
    line-height: 30px;
    font-weight: 700;
}
div.controles-contenido-informacion-nodos .contenedor-url .valor-url a{
    color: #fff;
}
div.controles-contenido-informacion-nodos .contenedor-url .valor-url{
    position: relative;
    font-size: 11px;
    /*height: 100%;*/
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
div.controles-contenido-informacion-nodos .contenedor-url .valor-url-holder{
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    left: 45%;
    font-size: 11px;
    /* height: 100%; */
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    width: 55%;
}


div.controles-contenido-informacion-nodos .contenedor-titulo-capas{
    background-color: #115272;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 3px;
}
div.controles-contenido-informacion-nodos .contenedor-capas-publicadas, div.controles-contenido-informacion-nodos .contenedor-capas-con-metadatos{
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 3px;
}
div.controles-contenido-informacion-nodos .contenedor-capas-publicadas .texto-capas-publicadas, div.controles-contenido-informacion-nodos .contenedor-capas-con-metadatos .texto-capas-con-metadatos{
    background-color: #115272;
    position: absolute;
    left: 0px;
    padding-left: 10px;
    width: 55%;
    height: 100%;
    line-height: 30px;
    font-weight: 700;
}
div.controles-contenido-informacion-nodos .contenedor-capas-publicadas .valor-capas-publicadas, div.controles-contenido-informacion-nodos .contenedor-capas-con-metadatos .valor-capas-con-metadatos{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60%;
    font-size: 11px;
}
div.controles-contenido-informacion-nodos .contenedor-botones{
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
div.controles-contenido-informacion-nodos .contenedor-botones #btnVerListadoCapas, div.controles-contenido-informacion-nodos .contenedor-botones #btnVisorPrincipal{
    color: #ffffff;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px;
}
div.controles-contenido-informacion-nodos .contenedor-botones #btnVerListadoCapas{
    background-color: #1ac41e;
    width: 60%;
}
div.controles-contenido-informacion-nodos .contenedor-botones #btnVisorPrincipal{
    background-color: #f48030;
    width: 60%;
}
div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wfs, div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wms{
    margin-bottom: 10px;
    margin-top: 10px;
}
div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wfs input, div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wms input{
    border-radius: 0;
    height: 30px;
    font-size: 10px;
}
div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wfs a, div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wms a
, div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wmts a
{
    border-radius: 0;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    width: 48px;
    line-height: 1em;
    font-size: 10px;
}
div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wfs a{
    background-color: #1ac41e;
}
div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wms a{
    background-color: #f2c900;
}
div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wmts a{
    background-color: #f48030;
}


@media (max-width: 991px) and (orientation:landscape) {
    div.controles-contenido-informacion-nodos .contenedor-informacion-nodo {
        position: absolute;
        width: 50%;
        left: 0px;
    }
    div.controles-contenido-informacion-nodos .contenedor-botones {
        position: absolute;
        width: 50%;
        right: 0px;
    }
}
@media (max-width: 991px) {
    div.controles-contenido-informacion-nodos .contenedor-nodo-estado{
        height: 42px;
        margin-bottom: 2px;
    }
    div.controles-contenido-informacion-nodos .contenedor-nodo-estado .contenedor-nodo .nombre-nodo{
        font-size: 12px;
    }
    div.controles-contenido-informacion-nodos .contenedor-nodo-estado .contenedor-estado .icono-estado{
        height: 10px;
        width: 10px;
    }
    div.controles-contenido-informacion-nodos .contenedor-institucion{
        height: 27px;
        margin-bottom: 2px;
    }
    div.controles-contenido-informacion-nodos .contenedor-institucion .texto-institucion{
        height: 100%;
        line-height: 27px;
    }
    div.controles-contenido-informacion-nodos .contenedor-encargado{
        height: 55px;
        margin-bottom: 8px;
    }
    div.controles-contenido-informacion-nodos .contenedor-encargado .texto-encargado{
        height: 100%;
        line-height: 55px;
    }
    div.controles-contenido-informacion-nodos .contenedor-encargado .valor-encargado{
        font-size: 10px;
    }
    div.controles-contenido-informacion-nodos .contenedor-titulo-capas{
        font-size: 12px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 2px;
    }
    div.controles-contenido-informacion-nodos .contenedor-capas-publicadas, div.controles-contenido-informacion-nodos .contenedor-capas-con-metadatos{
        height: 27px;
        margin-bottom: 2px;
    }
    div.controles-contenido-informacion-nodos .contenedor-capas-publicadas .texto-capas-publicadas, div.controles-contenido-informacion-nodos .contenedor-capas-con-metadatos .texto-capas-con-metadatos{
        height: 100%;
        line-height: 27px;
    }
    div.controles-contenido-informacion-nodos .contenedor-capas-publicadas .valor-capas-publicadas, div.controles-contenido-informacion-nodos .contenedor-capas-con-metadatos .valor-capas-con-metadatos{
        font-size: 10px;
    }
    div.controles-contenido-informacion-nodos .contenedor-botones{
        margin-top: 5px;
    }
    div.controles-contenido-informacion-nodos .contenedor-botones #btnVerListadoCapas, div.controles-contenido-informacion-nodos .contenedor-botones #btnVisorPrincipal{
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 5px;
    }
    div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wfs, div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wms{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wfs input, div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wms input{
        height: 30px;
        font-size: 10px;
    }
    div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wfs a, div.controles-contenido-informacion-nodos .contenedor-botones .input-copiar-wms a{
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1em;
        font-size: 10px;
    }
}
.btn-notificar-no-detalles{
    color: white;
    background-color: #9e2f19;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}

/*Nodos admin*/
#controles-holder-informacion-nodos-admin{
    display: none;
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
}
#controles-holder-informacion-nodos-admin .controles-titulo{
    font-size: 14px;
    background-color: #1b637f;
    color: #9ab8c1;
    text-transform: uppercase;
    height: 46px;
    position: relative;
}
#controles-holder-informacion-nodos-admin .controles-titulo .icono-informacion{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#controles-holder-informacion-nodos-admin .controles-titulo .texto-informacion{
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1em;
}
#controles-holder-informacion-nodos-admin .controles-contenido-informacion-nodos{
    background-color: #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.simbologia-nodos-admin{
    display: none;
}
.item-simbologia{
    font-size: 12px;
    margin-left: 15px;
    margin-bottom: 10px;
    position: relative;
}
.item-simbologia .etiqueta{
    margin-left: 25px;
}
.item-simbologia .simbolo{
    height: 18px;
    width: 18px;
    position: absolute;
}
#cumplimiento-metadatos-mayor-76{
    background-color: #43d44d;
}
#cumplimiento-metadatos-51-75{
    background-color: #ffde00;
}
#cumplimiento-metadatos-menor-50{
    background-color: #ff0000;
}
#estado-actual-nodo-activo{
    background-color: #43d44d;
}
#estado-actual-nodo-caido{
    background-color: #aa0000;
}
#estado-actual-nodo-inactivo{
    background-color: #626262;
}
#nodos-notificaciones-metadatos-menos-10-dias{
    background-color: #fff600;
}
#nodos-notificaciones-metadatos-mas-10-menos-90-dias{
    background-color: #ff9000;
}
#nodos-notificaciones-metadatos-mas-90-dias{
    background-color: #ff0000;
}

#controles-holder-notificar-no-detalles{
    display: none;
    opacity: .95;
    position: absolute;
    width: 40%;
    top: 25%;
    left: 6%;
    z-index: 10;
}
.contenedor-titulo-notificar{
    background-color: #2d5a87;
    color: #89b5da;
    font-size: 13px;
    padding: 10px 15px;
}
.contenedor-texto-notificar {
    padding-left: 5px;
}
.contenedor-cerrar-notificar{
    float: right;
    font-size: 15px;
}
.contenedor-formulario-notificar{
    background-color: #a5bbce;
    padding: 10px;
}
.formulario-notificar{
    background-color: #dbe4eb;
    padding: 15px;
    color: #0b3947;
}
.contenedor-botones-notificar{
    text-align: center;
}
#botonEnviarNotificacion, #botonCerrarNotificacion{
    color: #ffffff;
    border: 0;
    width: 90px;
    padding: 4px 0px;
    font-size: 13px;
    border-radius: 0px;
}
#botonEnviarNotificacion{
    background-color: #f48030;
}
#botonCerrarNotificacion{
    margin-left: 20px;
    background-color: #3d80b7;
}
.contenedor-estado-convenio-pdfs{
    padding-left: 10px;
    padding-right: 10px;
}
.contenedor-estado-convenio-pdfs input, .contenedor-estado-convenio-pdfs select{
    border-radius: 0px;
}
.contenedor-estado-convenio-pdfs .btn{
    border-radius: 0px;
}
#pdf-convenio-modo-edicion, #pdf-carta-solicitud-modo-edicion{
    position: relative;
    height: 75px;
}
.contenedor-pdf-carta-solicitud .form-group, .contenedor-pdf-convenio .form-group{
    position: absolute;
    left: 0;
    width: 70%;
    bottom: 0;
}
.contenedor-pdf-carta-solicitud .form-group, .contenedor-pdf-convenio .form-group{
    position: absolute;
    left: 0;
    width: 70%;
    bottom: 0;
}
.contenedor-pdf-carta-solicitud .boton-ver, .contenedor-pdf-convenio .boton-ver{
    position: absolute;
    right: 0;
    width: 28%;
    bottom: 0;
    margin-bottom: 15px;
}
.contenedor-pdf-carta-solicitud .boton-ver .btn, .contenedor-pdf-convenio .boton-ver .btn{
    line-height: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;
    width: 100%;
    background-color: #1ac41e;
    color: #ffffff;
    border: 0;
}
.contenedor-botones-edicion-nodo{
    margin-bottom: 15px;
    text-align: center;
}
#btnCancelar{
    margin-left: 10px;
}
#pdf-carta-solicitud-modo-normal span, #pdf-convenio-modo-normal span{
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 10px;
}
#pdf-carta-solicitud-modo-normal, #pdf-convenio-modo-normal{
    margin-bottom: 5px;
}
#contenedorInputNombreEncargado, #contenedorInputTelefonoEncargado, #contenedorInputCorreoEncargado{
    margin-bottom: 3px;
}
#contenedorInputCorreoEncargado .contenedor-input{
    position: relative;
}
#contenedorInputNombreEncargado input, #contenedorInputTelefonoEncargado input{
    max-width: 93%;
    color: #0e486b;
    border: 0px;
    padding-left: 2px;
    font-size: 10px;
}
#contenedorInputCorreoEncargado input{
    max-width: 93%;
    color: #0e486b;
    border: 0px;
    padding-left: 2px;
    font-size: 10px;
}
#contenedorInputNombreNodo input{
    max-width: 66%;
    color: #0e486b;
    border: 0px;
    padding-left: 2px;
    font-size: 10px;
    margin-left: 2px;
}
.agregar-otro-correo-encargado{
    margin-top: -3px;
    margin-bottom: 3px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 10px;
}
.edicion-institucion select.input-xs {
    height: 20px;
    line-height: 20px;
    border-radius: 0px;
    color: #0e486b;
    border: 0px;
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 93%;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    color: #0e486b !important;
    border: 0px !important;
    font-size: 15px !important;
}
.edicion-institucion{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
}
.correo-encargado-input {
    margin-bottom: 3px;
}
.eliminar-correo-encargado-input{
    position: absolute;
    right: 7%;
    top: 50%;
    height: 100%;
    width: 14px;
    background-image: url('/gimgs/icono-cerrar.png');
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 10px;
    cursor: pointer;
    transform: translateY(-50%);
}
/*Explorador de capas*/
.contenedor-btn-regresar-visor{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.menu-principal-explorador-capas{
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.contenedor-input-filtrar-capas-explorador-capas-desktop{
    position: absolute;
}
.cuerpo-explorador-capas .img-buscar{
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.cuerpo-explorador-capas .contenedor-input-filtrar-capas input{
    height: 23px;
    background-color: #2d5a87;
    color: #89b5da;
    border: 0;
    font-size: 13px;
    line-height: 23px;
    width: 98.5%;
    padding-left: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

/*Input buscar*/
.contenedor-input-filtrar-capas{
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 1;
}
.contenedor-input-filtrar-capas-explorador-capas-desktop{
    width: 100%;
}
.contenedor-input-filtrar-capas-explorador-capas-desktop .twitter-typeahead{
    width: 100%;
}
.contenedor-input-filtrar-capas-explorador-capas-desktop .tt-menu{
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid;
    width: 98.5%;
    font-size: 13px;
    background-color: #2d5a87;
    color: #89b5da;
}
.contenedor-input-filtrar-capas-explorador-capas-mobile{
    top: 46px;
    position: absolute;
    width: 100%;
}
.contenedor-input-filtrar-capas input{
    height: 23px;
    background-color: #2d5a87;
    color: #89b5da;
    border: 0;
    font-size: 13px;
    line-height: 23px;
    width: 100%;
    padding-left: 30px;
}
@media (max-width: 991px){
    .contenedor-input-filtrar-capas input{
        width: 130px;
    }
    .contenedor-input-filtrar-capas-explorador-capas-mobile input{
        width: 94% !important;
    }
}

.img-buscar{
    height: 15px;
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 5;
}
@media (max-width: 991px){
    .img-buscar{
        top: 4px;
    }
}

#inputFiltrarCapas:focus{
    outline: 0;
}
#inputFiltrarCapas::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #89b5da;
}
#inputFiltrarCapas:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #89b5da;
    opacity:  1;
}
#inputFiltrarCapas::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #89b5da;
    opacity:  1;
}
#inputFiltrarCapas:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #89b5da;
}
/*Pop-up metadatos capa*/
.cuerpo-explorador-capas div#controles-holder-metadatos-capa, .pagina-inicio-snit div#controles-holder-metadatos-capa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 30%;
    display: none;
    z-index: 10000003;
    background-color: #11476a;
    color: #c7e4ea;
}
.pagina-inicio-snit div#controles-holder-metadatos-capa{
    width: 60%;
    top: 100px;
    left: 20%;
    transform: none;
}
@media (max-width: 991px) {
    .cuerpo-explorador-capas div#controles-holder-metadatos-capa, .pagina-inicio-snit div#controles-holder-metadatos-capa{
        /*right: 375px;
        top: 60px;*/
        width: 90%;
        position: fixed;
    }
}
.cuerpo-explorador-capas #controles-holder-metadatos-capa div.controles-titulo, .pagina-inicio-snit #controles-holder-metadatos-capa div.controles-titulo {
    background-color: #1b637f;
    color: #9ab8c1;
    text-transform: uppercase;
    height: 46px;
    position: relative;
}
.cuerpo-explorador-capas #controles-holder-metadatos-capa .icono-capas, .pagina-inicio-snit #controles-holder-metadatos-capa .icono-capas {
    margin-left: 15px;
    line-height: 46px;
}
.cuerpo-explorador-capas #controles-holder-metadatos-capa .texto-capas, .pagina-inicio-snit #controles-holder-metadatos-capa .texto-capas {
    margin-left: 10px;
    line-height: 46px;
}
.cuerpo-explorador-capas #controles-holder-metadatos-capa #exitMetadatosCapa, .pagina-inicio-snit #controles-holder-metadatos-capa #exitMetadatosCapa{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.cuerpo-explorador-capas div#controles-holder-metadatos-capa .controles-contenido-metadatos-capa, .pagina-inicio-snit div#controles-holder-metadatos-capa .controles-contenido-metadatos-capa{
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.cuerpo-explorador-capas div#controles-holder-metadatos-capa .metadato-capa, .pagina-inicio-snit div#controles-holder-metadatos-capa .metadato-capa{
    background-color: #115272;
    margin-bottom: 3px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cuerpo-explorador-capas div#controles-holder-metadatos-capa .nombre-metadato, .pagina-inicio-snit div#controles-holder-metadatos-capa .nombre-metadato{
    font-weight: 700;
}
.cuerpo-explorador-capas div#controles-holder-metadatos-capa .contenedor-metadatos-fecha, .pagina-inicio-snit div#controles-holder-metadatos-capa .contenedor-metadatos-fecha{
    position: relative;
}
.cuerpo-explorador-capas div#controles-holder-metadatos-capa .contenedor-metadatos-fecha #fecha-capa, .pagina-inicio-snit div#controles-holder-metadatos-capa .contenedor-metadatos-fecha #fecha-capa{
    position: absolute;
    width: 50%;
    left: 0px;
    border-right: solid 2px #11476a;
}
.cuerpo-explorador-capas div#controles-holder-metadatos-capa .contenedor-metadatos-fecha #tipo-fecha-capa, .pagina-inicio-snit div#controles-holder-metadatos-capa .contenedor-metadatos-fecha #tipo-fecha-capa{
    position: absolute;
    width: 50%;
    right: 0px;
    border-left: solid 1px #11476a;
}

@media (max-width: 991px) and (orientation:portrait) {
    .cuerpo-explorador-capas div#controles-holder-metadatos-capa .contenedor-metadatos-fecha, .pagina-inicio-snit div#controles-holder-metadatos-capa .contenedor-metadatos-fecha{
        position: static;
    }
    .cuerpo-explorador-capas div#controles-holder-metadatos-capa .contenedor-metadatos-fecha #fecha-capa, .pagina-inicio-snit div#controles-holder-metadatos-capa .contenedor-metadatos-fecha #fecha-capa{
        position: static;
        width: 100%;
        left: 0px;
        border-right: none;
    }
    .cuerpo-explorador-capas div#controles-holder-metadatos-capa .contenedor-metadatos-fecha #tipo-fecha-capa, .pagina-inicio-snit div#controles-holder-metadatos-capa .contenedor-metadatos-fecha #tipo-fecha-capa{
        position: static;
        width: 100%;
        right: 0px;
        border-left: none;
    }
}

.cuerpo-explorador-capas .controles-ver-mas, .pagina-inicio-snit .controles-ver-mas{
    padding-bottom: 10px;
    padding-top: 5px;
    text-align: center;
}
.cuerpo-explorador-capas .controles-ver-mas a,
.pagina-inicio-snit .controles-ver-mas a,
.cuerpo-explorador-capas .controles-ver-mas a:visited,
.pagina-inicio-snit .controles-ver-mas a:visited,
.cuerpo-explorador-capas .controles-ver-mas a:hover,
.pagina-inicio-snit .controles-ver-mas a:hover,
.cuerpo-explorador-capas .controles-ver-mas a:active,
.pagina-inicio-snit .controles-ver-mas a:active {
    color: #c7e4ea;
    font-size: 13px;
    text-decoration: underline;
}

/*Dropdown de Proyectos*/
.otro-menu-principal-nodos.dropdown{
    padding-top: 0px;
}
.otro-menu-principal-nodos #dropdownProyectos, .otro-menu-principal-nodos #dropdownProyectosMobile{
    width: 100%;
    padding-top: 1px;
    padding-bottom: 4px;
    height: 100%;
    border-radius: 0;
    background-color: #1c3a5c;
    border: none;
    color: #9ab8c1;
    font-size: 12px;
}
.otro-menu-principal-nodos #dropdownProyectos .caret, .otro-menu-principal-nodos #dropdownProyectosMobile .caret{
    margin-right: 4px;
}
.otro-menu-principal-nodos #dropdownProyectos:hover, .otro-menu-principal-nodos #dropdownProyectosMobile:hover{
    background-color: #284d72;
}
.otro-menu-principal-nodos.contenedor-proyectos .dropdown-menu{
    width: 100%;
    border-radius: 0;
    margin-top: 0px;
    font-size: 12px;
    padding-bottom: 0px;
    padding-top: 0px;
    border: none;
}
.otro-menu-principal-nodos.contenedor-proyectos .dropdown-menu>li>a{
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #8f8f8f;
}
.otro-menu-principal-nodos.contenedor-proyectos .dropdown-menu>li>a:hover{
    background-color: #e8e8e8;
}
.otro-menu-principal-nodos.contenedor-proyectos .dropdown-menu>li.editar-proyectos{
    background-color: #1c3a5c;
}
.otro-menu-principal-nodos.contenedor-proyectos .dropdown-menu>li.editar-proyectos>a:hover{
    background-color: #2a4a7a;
}
.otro-menu-principal-nodos.contenedor-proyectos .dropdown-menu>li.editar-proyectos>a{
    color: #9ab8c1 !important;
}
.otro-menu-principal-nodos.contenedor-proyectos .dropdown-menu>li.current>a{
    font-weight: 700;
}
.otro-menu-principal-nodos.contenedor-proyectos .dropdown-menu>li.editar-proyectos img{
    margin-right: 8px;
}
.otro-menu-principal-nodos #dropdownProyectos:active, .otro-menu-principal-nodos #dropdownProyectosMobile:active, .open #dropdownProyectos, .open #dropdownProyectosMobile {
    background-color: #ef6f2e;
    color: #FFFFFF;
}


.contenedor-capas .capa{
    background-color: #115272;
    width: 100%;
    min-height: 26px;
    margin-bottom: 2px;
    position: relative;
    color: #9ab8c1;
    font-size: 11px;
}
.contenedor-capas .capa .check-capa{
    height: 7px;
    width: 7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #307ea2;
    left: 10px;
}
.contenedor-capas .capa .nombre-capa-agregada{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
}
.contenedor-capas .capa .delete-capa{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background: url('imgs/capa-delete.png');
    background-size: 11px 11px;
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    cursor: pointer;
}


@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}


/*D3 - Nodos*/

.svg-nodos .node {
    cursor: pointer;
}
.svg-nodos .node:hover {
    stroke: #000;
    stroke-width: 1.5px;
}
.svg-nodos .node.active {
    stroke: #ee6f2f;
    stroke-width: 2px;
}

.svg-nodos .node--leaf {
    fill: white;
}

.svg-nodos .label {
    font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-anchor: middle;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}

.svg-nodos .label,
.svg-nodos .node--root /*,
        .node--leaf*/ {
    pointer-events: none;
}

svg.svg-nodos {
    position: absolute;
    top: 77px;
}

@media (max-width: 991px) {
    svg.svg-nodos {
        top: 46px;
    }
}

/*D3 - Capas*/
.svg-capas .node {
    cursor: pointer;
}

.svg-capas .node circle {
    fill: #fff;
    #stroke: steelblue;
    stroke-width: 2.5px;
}

.svg-capas .node text {
    font: 10px sans-serif;
}

.svg-capas .link {
    fill: none;
    #stroke: #ccc;
    #stroke-width: 18px;
}

svg.svg-capas {
    position: absolute;
    top: 77px;
    /*width: 100% !important;
    overflow: scroll;*/
}

@media (max-width: 991px) {
    svg.svg-capas {
        top: 46px;
    }
}

/*Capas de nodo en pagina de nodos*/
#controles-holder-capas-de-nodo{
    display: none;
    /*width: 90%;*/
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) /*translateX(-50%)*/;
    opacity: .97;
    /*left: 50%;*/
    /*margin-left: 20px;
    margin-right: 20px;*/
}
#controles-holder-capas-de-nodo-mobile{
    display: none;
    z-index: 15;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0px;
    padding: 0px;
}
.contenedor-capas-de-nodo::-webkit-scrollbar {
    width: 15px;
}
.contenedor-capas-de-nodo::-webkit-scrollbar-track {
    background-color: #9caeba;
}
.contenedor-capas-de-nodo::-webkit-scrollbar-thumb {
    background-color: #e1e2e7;
    border-radius: 50px;
}
.contenedor-capas-de-nodo::-webkit-scrollbar-button{
    background-color: #ee6f2f;
    height: 16px !important;
}
.contenedor-capas-de-nodo::-webkit-scrollbar-button:vertical:decrement{
    background-image: url('/gimgs/white-down-arrow.png');
    background-repeat: no-repeat;
    /*background-position: 3px 4px, 0 0;*/
}
.contenedor-capas-de-nodo::-webkit-scrollbar-button:vertical:increment{
    background-image: url('/gimgs/white-up-arrow.png');
    background-repeat: no-repeat;
    /*background-image: url('/img/white-arrow.png'), -webkit-linear-gradient(left,  #f9f9f9 50%,#e2e2e2 100%) ;
    background-repeat: no-repeat;
    background-position: 3px 5px, 0 0;*/
}
@media (max-width: 991px)
{
    .contenedor-capas-de-nodo::-webkit-scrollbar-button{
        height: 15px;
    }
}

.contenedor-titulo-capas-de-nodo{
    background-color: #2d5a87;
    color: #89b5da;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px 15px;
}
@media (max-width: 991px)
{
    .contenedor-titulo-capas-de-nodo{
        margin-left: 0px;
        margin-right: 0px;
        padding: 15px 15px;
    }
}

.contenedor-cerrar-capas-de-nodo{
    float: right;
    font-size: 15px;
}
.contenedor-texto-capas-de-nodo{
    padding-left: 5px;
    font-size: 13px;
}
.contenedor-capas-de-nodo{
    background-color: #a5bbce;
    color: #2d5a87;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 429px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (max-width: 991px)
{
    .contenedor-capas-de-nodo{
        margin-left: 0px;
        margin-right: 0px;
        height: 100%;
        max-height: 100%;
    }
}
.contenedor-capa-de-nodo{
    margin-bottom: 4px;
}
.valor-correo a, .valor-correo a:visited, .valor-correo a:hover, .valor-correo a:active {
    color: inherit;
    text-decoration: none !important;
}
.nombre-capa-de-nodo, .institucion-fecha-capa-de-nodo, .detalles-capa-de-nodo, .acciones-capa-de-nodo, .previsualizar-capa-de-nodo{
    background-color: #dbe4eb;
    /*margin-right: 4px;*/
    border-right: 4px solid;
    border-color: #a5bbce;
    min-height: 65px;
}
.nodo-central-capa-de-nodo{
    background-color: #dbe4eb;
    min-height: 65px;
}
.nombre-capa-de-nodo{
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
    font-weight: 800;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 30px;
}
.institucion-fecha-capa-de-nodo{
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}
.contenedor-capa-de-nodo .institucion-fecha-capa-de-nodo{
    font-size: 12px;
    position: relative;
}
.contenedor-capa-de-nodo .institucion-fecha-capa-de-nodo .fecha-capa-de-nodo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.detalles-capa-de-nodo{
    font-size: 10px;
    text-align: center;
    position: relative;
}
.contenedor-detalles-capa-de-nodo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 80%;
}
.detalles-capa-de-nodo .no-detalles{
    color: #7c7c7c;
    line-height: 1em;
    margin-top: -7px;
}
.detalles-capa-de-nodo .no-detalles img{
    cursor: default;
}
.acciones-capa-de-nodo {
    text-align: center;
    padding-top: 20px;
}
.label-wfs-capa-de-nodo, .label-wms-capa-de-nodo, .label-visor-capa-de-nodo{
    border-radius: 0;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.label-wfs-capa-de-nodo{
    background-color: #1ac41e;
}
.label-wms-capa-de-nodo{
    background-color: #f2c900;
}
.label-visor-capa-de-nodo{
    background-color: #b600e2;
}
.previsualizar-capa-de-nodo{
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.nodo-central-capa-de-nodo{
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.icono-detalles-capa-de-nodo, .icono-previsualizar-capa-de-nodo{
    cursor: pointer;
}
.contenedor-previsualizar-capa-de-nodo, .contenedor-nodo-central-capa-de-nodo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 80%;
}

@media (max-width: 991px)
{
    .contenedor-capa-de-nodo{
        margin-bottom: 5px;
    }
    .nombre-capa-de-nodo{
        font-size: 18px;
        background-color: #ccc;
        /*background-color: #2d5a87;
        color: #dbe4eb;*/
        /*color: #89b5da;*/
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
    }
    .acciones-capa-de-nodo {
        padding-top: 4px;
    }
    .label-wfs-capa-de-nodo, .label-wms-capa-de-nodo, .label-visor-capa-de-nodo{
        font-size: 11px;
    }

    .previsualizar-capa-de-nodo, .nodo-central-capa-de-nodo{
        font-size: 10px;
        text-align: center;
        position: relative;
    }
    .contenedor-previsualizar-capa-de-nodo, .contenedor-nodo-central-capa-de-nodo{
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
        width: 80%;
    }
    .icono-detalles-capa-de-nodo, .icono-previsualizar-capa-de-nodo, .icono-nodo-central-capa-de-nodo{
        height: 15px;
    }
    .nombre-capa-de-nodo, .acciones-capa-de-nodo, .nodo-central-capa-de-nodo {
        border-right: none;
    }
    /*.nombre-capa-de-nodo, */.institucion-fecha-capa-de-nodo/*, .acciones-capa-de-nodo*/{
                                  border-right: 2px solid;
                                  border-color: #a5bbce;
                              }
    .nombre-capa-de-nodo, .institucion-fecha-capa-de-nodo, .acciones-capa-de-nodo{
        min-height: 30px;
    }
    .detalles-capa-de-nodo, .previsualizar-capa-de-nodo{
        border-right: 2px solid;
        border-color: #a5bbce;
    }
    .detalles-capa-de-nodo, .previsualizar-capa-de-nodo, .nodo-central-capa-de-nodo{
        min-height: 32px;
    }
    .nombre-capa-de-nodo{
        margin-bottom: 1px;
    }
    .institucion-fecha-capa-de-nodo, .detalles-capa-de-nodo, .acciones-capa-de-nodo{
        margin-bottom: 2px;
    }
}


/*Proyectos (Mis mapas)*/ /*Administrar Capas WFS y WMS*/
.proyectos h1,
.administrar-capas-wfs h1,
.administrar-capas-wms h1,
.contenedor-formulario-registrarse h1
{
    margin-top: 0px;
    padding-top: 20px;
}

#contenedorTablaProyectos{
    margin-top: 10px;
    padding: 0px;
}
table#tablaProyectos{
    width: 100%;
    border-bottom: 1px solid #a0a0a0;
}
.administrar-capas-wfs table#tablaProyectos, .administrar-capas-wms table#tablaProyectos{
    border-bottom: none;
    margin-bottom: 50px;
}
@media (max-width: 991px)
{
    table#tablaProyectos{
        font-size: small;
    }
}
table#tablaProyectos thead th, table#tablaProyectos thead td{
    border-bottom: 1px solid #a0a0a0;
    font-weight: 700;
    color: #5b5b5b;
    padding-bottom: 0px;
}
table#tablaProyectos tbody td{
    border-bottom: 1px solid #a0a0a0;
    border-top: none;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    display: none;
}
#tablaProyectos_filter{
    float: right;
}
#tablaProyectos_filter input{
    background-image: url("/gimgs/icono_buscar_gris.png");
    background-repeat: no-repeat;
    background-position: right 4px center;
    width: 175px;
    margin-right: 2px;
    height: 28px;
    border: none;
    background-color: #d1d1d1;
    padding-left: 4px;
}
#tablaProyectos_filter input:hover{
    outline: 0;
}
#tablaProyectos_filter input:focus{
    outline: 0;
}
.imagen-proyecto{
    width: 100px;
}
@media (max-width: 991px)
{
    .imagen-proyecto{
        width: 50px;
    }
}
.input-crear-proyecto{
    margin-bottom: 60px;
}
.input-crear-proyecto input{
    border-radius: 0;
    height: 30px;
}
.input-crear-proyecto a, .input-crear-proyecto a:hover{
    border-radius: 0;
    color: #FFFFFF;
    border: none;
    width: 48px;
    height: 30px;
    line-height: 30px;
    background-color: #f48131;
}
.accion-proyecto{
    margin-right: 2px;
    cursor: pointer;
}

/*Configuracion de cuenta de usuario*/
.configuracion-cuenta-usuario .contenedor-foto-consumo-otros{
    position: absolute;
    right: 40px;
    top: 10px;
    text-align: center;
}
@media (max-width: 991px)
{
    .configuracion-cuenta-usuario .contenedor-foto-consumo-otros{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 55px;
        text-align: center;
        right: auto;
    }
    .configuracion-cuenta-usuario .contenedor-datos-usuario{
        margin-top: 180px !important;
        margin-bottom: 70px;
    }
}

.configuracion-cuenta-usuario .contenedor-foto img{
    height: 110px;
}
.contenedor-foto{
    position: relative;
}
#editarImagenUsuario{
    position: absolute;
    bottom: 7px;
    color: white;
    left: 50%;
    transform: translateX(-47%);
    font-size: 12px;
    background-image: url("/gimgs/editar-blanco.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
    cursor: pointer;
}

.editar-dato-usuario{
    position: absolute;
    color: #2d5a87;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
    font-weight: 700;
    font-size: 12px;
    background-image: url("/gimgs/editar-azul.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
    cursor: pointer;
}
.configuracion-cuenta-usuario .contenedor-btn-plan-profesional{
    background-color: #f4f4f4;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px 5px;
}

.configuracion-cuenta-usuario .contenedor-btn-plan-profesional img{
    cursor: pointer !important;
}

.configuracion-cuenta-usuario .contenedor-titulo-datos-usuario h1{
    color: #1c3a5c;
}

.configuracion-cuenta-usuario .contenedor-datos-usuario{
    margin-top: 40px;
}
.contenedor-dato {
    position: relative;
    min-height: 35px;
}
.dato-usuario-con-fondo{
    position: relative;
    min-height: 50px;
}

.configuracion-cuenta-usuario .texto-dato{
    color: #8e8e8e;
    font-weight: 700;
    width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.configuracion-cuenta-usuario .texto-temas-interes, .configuracion-cuenta-usuario .texto-tags-interes{
    color: #8e8e8e;
    font-weight: 700;
}
.dato{
    position: absolute;
    margin-left: 110px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .dato{
        margin-left: 100px;
    }
}
.input-dato-usuario{
    position: absolute;
    margin-left: 110px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .input-dato-usuario{
        margin-left: 100px;
    }
}
.contenedor-dropdown-tipo-usuario, .contenedor-dropdown-institucion-usuario{
    position: absolute;
    margin-left: 110px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 70%;
}
@media (max-width: 991px)
{
    .contenedor-dropdown-tipo-usuario, .contenedor-dropdown-institucion-usuario{
        margin-left: 100px;
    }
}
#input-institucion-usuario{
    width: 100%;
}
@media (max-width: 991px)
{
    #input-institucion-usuario{
        width: 90%;
    }
}
.configuracion-cuenta-usuario .dato-usuario-con-fondo{
    background-color: #f4f4f4;
    padding: 10px;
}

.configuracion-cuenta-usuario .contenedor-dato {
    margin-bottom: 10px;
}
#boton-guardar-password{
    position: absolute;
    height: 100%;
    background-color: #f48030;
    color: white;
    right: 0px;
    width: 100px;
    top: 0px;
    cursor: pointer;
}

.texto-boton-guardar-password{
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}

.texto-temas-interes{
    margin-bottom: 10px;
    width: 100%;
}
.contenedor-temas-interes .checkbox{
    margin: 0px 0px 5px 0px;
}

.contenedor-tags-interes #tag{
    width: 300px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.contenedor-tags-interes #tag button{
    background-color: #f48030;
    color: white;
}
#editar-tags-interes-usuario{
    top: 25px;
}
.texto-tags-interes{
    margin-bottom: 10px;
}

/*Registrarse*/
.contenedor-formulario-registrarse h1{
    text-align: center;
    color: #878787;
}
.formulario-crear-nueva-cuenta {
    font-size: 13px;
    margin-top: 10px;
}
.formulario-crear-nueva-cuenta label{
    font-weight: 400;
}

.contenedor-boton-registrarse-en-formulario{
    margin-top: 15px;
    text-align: center;
    margin-bottom: 60px;
}
.contenedor-formulario-crear-nueva-cuenta{
    display: none;
}

.link-terminos-condiciones{
    color: #f48030;
}
.contenedor-formulario-crear-nueva-cuenta-paso-2 #dropdownTipoUsuario,
.contenedor-formulario-crear-nueva-cuenta-paso-2 #dropdownInstitucionUsuario {
    width: 100%;
    position: relative;
    height: 35px;
}
.contenedor-formulario-crear-nueva-cuenta-paso-2 #dropdownTipoUsuario .item-selected,
.contenedor-formulario-crear-nueva-cuenta-paso-2 #dropdownInstitucionUsuario .item-selected{
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contenedor-formulario-crear-nueva-cuenta-paso-2 #dropdownTipoUsuario .caret,
.contenedor-formulario-crear-nueva-cuenta-paso-2 #dropdownInstitucionUsuario .caret{
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#tags-interes{
    width: 100% !important;
}
.contenedor-formulario-crear-nueva-cuenta-paso-2 .texto-tags-interes{
    margin-bottom: 5px;
}
.contenedor-formulario-crear-nueva-cuenta-paso-2 .dropdown-institucion-usuario{
    margin-bottom: 5px;
}
/*
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset p
{
    display: block;
    position: relative;
    overflow: hidden;
}

.contenedor-formulario-registrarse .contenedor-radio-buttons label + p,
.contenedor-formulario-registrarse .contenedor-radio-buttons input + p
{
    margin-top: 20px;
}

.contenedor-formulario-registrarse .contenedor-radio-buttons p > input
{
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    float: left;
    position: absolute;
    left: 0;
    opacity: 0;
}
.contenedor-formulario-registrarse .contenedor-radio-buttons p > label
{
    line-height: 16px;
    color: #fff;
    padding: 0 0 0 18px;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p > label {
    padding: 0 18px 0 0;
}
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input:hover + label, .contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input:focus + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input + label:hover, .contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input:focus + label			{ text-shadow: 1px 1px 3px #000; color: #2C7AD0; }

.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input + label
{
    background: url(img/gr_custom-inputs.png) 0 -1px no-repeat;
    height: 16px;
}
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio] + label									{ background-position: 0 -161px; }

/* Checked styles
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:checked + label 							{ background-position: 0 -241px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:checked + label 						{ background-position: 0 -81px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:hover:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:focus:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:checked + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:focus:checked + label 					{ background-position: 0 -101px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:hover:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:focus:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:checked + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:focus:checked + label 					{ background-position: 0 -261px; }

/* Hover & Focus styles
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:hover + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:focus + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox] + label:hover 							{ background-position: 0 -21px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:hover + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:focus + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio] + label:hover								{ background-position: 0 -181px; }

/* Active styles
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:active + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox] + label:hover:active					{ background-position: 0 -41px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:active + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio] + label:hover:active						{ background-position: 0 -201px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:active:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:checked + label:hover:active			{ background-position: 0 -121px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:active:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:checked + label:hover:active				{ background-position: 0 -281px; }

/* Disabled styles
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:hover:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:focus:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:disabled + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: 0 -61px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:hover:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:focus:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:disabled + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:disabled + label:hover:active				{ background-position: 0 -221px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: 0 -141px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:hover:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:focus:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:disabled:checked + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons p:not(#foo) > input[type=radio]:disabled:checked + label:hover:active		{ background-position: 0 -301px; }

.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p > input { left: auto; right: 0; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input + label												{ background-position: 100% -161px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio] + label									{ background-position: 100% -161px; }

/* Checked styles
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:checked + label 							{ background-position: 100% -241px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:checked + label 						{ background-position: 100% -81px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:hover:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:focus:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:checked + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:focus:checked + label 					{ background-position: 100% -101px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:hover:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:focus:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:checked + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:focus:checked + label 					{ background-position: 100% -261px; }

/* Hover & Focus styles
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:hover + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:focus + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox] + label:hover 							{ background-position: 100% -21px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:hover + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:focus + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio] + label:hover								{ background-position: 100% -181px; }

/* Active styles
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:active + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox] + label:hover:active					{ background-position: 100% -41px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:active + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio] + label:hover:active						{ background-position: 100% -201px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:active:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:checked + label:hover:active			{ background-position: 100% -121px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:active:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:checked + label:hover:active				{ background-position: 100% -281px; }

/* Disabled styles
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:hover:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:focus:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:disabled + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: 100% -61px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:hover:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:focus:disabled + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:disabled + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:disabled + label:hover:active				{ background-position: 100% -221px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: 100% -141px; }
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:hover:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:focus:disabled:checked + label,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:disabled:checked + label:hover,
.contenedor-formulario-registrarse .contenedor-radio-buttons fieldset[dir=rtl] p:not(#foo) > input[type=radio]:disabled:checked + label:hover:active		{ background-position: 100% -301px; }
*/

.documentos_acompanantes_norma span{
    font-size: smaller;
    text-decoration: underline;
}

.norma-tecnica-informacion-geografica h1{
    margin-top: 0px;
    padding-top: 20px;
}

.contenedor-ver-noticias-relevantes-anteriores{
    float: right;
    margin-top: 10px;
}

#example {
    width:100%;
}

.contenedor-usuario-logueado{
    height: 100px;
}

.img-buscar-small {
    height: 15px;
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 5;
}

p {
    text-align: justify;
    padding: 0px 10px 0px 10px;
}

.spaceB{
    margin-bottom:15px;
}

.modal-header{
    background: #f48030;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size:16px;
    border-style: none!important;
}

.botonModal{
    background-color: #008CBA;
    color: white;
    padding: 3px 30px;
    border-style: none!important;
}

.modal-footer{
    border-style: none!important;
    text-align:center;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 0em;
}

.modal-content{
    width: 350px;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 0em;
}

#forgot-password
{
    color:black;
}
/*
#botonRegistrarse
{
    display: none;
}
*/
