﻿
#search-text {
    width: 60%
}

::-ms-clear {
    display: none;
}

#MapasBase div {
    border: 1px solid #ccc;
    padding: 1px;
    /* padding-left: 5px; */
    color: #eee;
    font-size: 10px;
    text-align: center;
    will-change: contents,width;
    margin: 0px;
    background-color: rgba(0,60,136,.3);
}

.buttonCloseTooltip {
    border-color: transparent;
    outline: transparent !important;
    margin: 0;
}

.buttonCloseSpan {
    /*margin-left: 7.5rem;*/
    margin-top: 6px;
    font-size: 15px !important;
    margin-left: 12rem;
}

.panelactive {
    /*z-index: 15000;*/
    z-index: 1002;
    position: absolute;
    margin-left: -300px;
    width: 280px;
    left: 300px;
    /*top: 0px;*/
    background-color: white;
    height: 490px;
    display: block !important;
    overflow: scroll;
}

#divControlzoom {
    bottom: 40px;
    z-index: 1;
    position: absolute;
    float: left;
    left: 0px;
    margin: 10px;
}

.zoom {
    font-size: 1.14em;
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    /*font-weight: 700;*/
    text-decoration: none;
    text-align: center;
    /*height: 1.375em;*/
    width: 1.375em;
    background-color: rgba(0,60,136,.5) !important;
    border: none;
    border-radius: 2px;
}

    .zoom span {
        font-size: 12px;
    }

/*@media(min-width:1216px){

#collapse_tool_capasClose{
        display: block !important;
        top: 8px;
        z-index: 200;
        left: 5px;
        position: absolute;
    }

} */


@media(min-width: 1217px) {

    #layer-button {
        display: none !important;
    }
}

@media (max-width: 1216px) {
    #layer-button-container {
        width: 40px;
        z-index: 1;
        position: absolute;
        height: 40px;
        top: .5em;
        margin-left: .5em;
    }

    #layer-button {
        display: block !important;
    }

    #Div_Descarga {
        display: none !important;
    }
}

@media (max-width: 1300px) {
    .cortarTexto {
        width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .cortarTexto2 {
        width: 140px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #panelizq {
        /*z-index: 1000;*/
        position: absolute;
        margin-left: -300px;
        width: 280px;
        left: 300px;
        /*top: 0px;*/
        background-color: white;
        max-height: 490px;
        display: none;
        overflow-y: auto
    }



    #mapa {
        float: right;
        width: 100%;
        overflow-y: auto;
        /*height: 100%;*/
    }

    .cortarTextoMenuCapas3 {
        /*display: inline-flex;*/
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 96px;
        overflow: hidden;
    }
}

@media (min-width: 1900px) {

    #btnpdf {
        cursor: pointer;
        position: absolute;
        top: 317px;
        left: 237px;
        display: block;
    }

    #btnkbPDF {
        position: absolute;
        top: 340px;
        left: 219px;
        display: block;
        color: #555
    }
}


#btnpdf {
    cursor: pointer;
    position: absolute;
    top: 83%;
    left: 252px;
    display: block;
}

#btnkbPDF {
    position: absolute;
    top: 319px;
    left: 219px;
    display: block;
    color: #555
}


/*media (max-width: 1380px) {

 

} */

@media (min-width: 1301px) {



    /*    #layer-button {
        display: none !important;
    } */

    .cortarTextoMenuCapas3 {
        /*display: inline-flex;*/
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100px;
        overflow: hidden;
    }

    .styleCheck {
        margin-right: 5px;
    }

    #panelizq {
        float: left;
        width: 28%;
        max-height: 500px;
        overflow-y: auto;
        /*font-size: 9pt;*/
        /*padding-right: 10px;*/
        padding-left: 5px;
        padding-right: 5px;
    }


    #mapa {
        float: right;
        width: 72%; /*LGT- se agrega el important 25032022*/
        /*  overflow-y: auto; */
        /*  height: 100%;*/
    }
}

@media (min-width: 701px) {
    #Div_VMas {
        display: block;
        /*width: auto;
        cursor: pointer;
      
        position: absolute;
        z-index: 0;
        top: 0.5em;
        right: 4.5em;*/
        /*left: 75%;
        top: 10px;*/
    }
    /*Paginación buscador*/
    .pagi {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
        overflow-x: auto;
    }

        .pagi > li {
            display: inline-block
        }

            .pagi > li > a, .pagi > li > span {
                position: relative;
                float: left;
                padding: 6px 12px;
                margin-left: -1px;
                line-height: 1.42857143;
                color: #337ab7;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd
            }

            .pagi > li:first-child > a, .pagi > li:first-child > span {
                margin-left: 0;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px
            }

            .pagi > li:last-child > a, .pagi > li:last-child > span {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px
            }

            .pagi > li > a:focus, .pagi > li > a:hover, .pagi > li > span:focus, .pagi > li > span:hover {
                color: #23527c;
                background-color: #eee;
                border-color: #ddd
            }

        .pagi > .active > a, .pagi > .active > a:focus, .pagi > .active > a:hover, .pagi > .active > span, .pagi > .active > span:focus, .pagi > .active > span:hover {
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #337ab7;
            border-color: #337ab7
        }

        .pagi > .disabled > a, .pagi > .disabled > a:focus, .pagi > .disabled > a:hover, .pagi > .disabled > span, .pagi > .disabled > span:focus, .pagi > .disabled > span:hover {
            color: #777;
            cursor: not-allowed;
            background-color: #fff;
            border-color: #ddd
        }

    .pagi-lg > li > a, .pagi-lg > li > span {
        padding: 10px 16px;
        font-size: 18px
    }

    .pagi-lg > li:first-child > a, .pagi-lg > li:first-child > span {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .pagi-lg > li:last-child > a, .pagi-lg > li:last-child > span {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .pagi-sm > li > a, .pagi-sm > li > span {
        padding: 2px 5px;
        font-size: 12px
    }

    .pagi-sm > li:first-child > a, .pagi-sm > li:first-child > span {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .pagi-sm > li:last-child > a, .pagi-sm > li:last-child > span {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
}



@media (min-width: 101px) and (max-width: 700px) {
    /*  #Div_Descarga {
        display: none !important; 
    } */

    #Div_VMas {
        display: block;
        /*width: auto;
        cursor: pointer;
        border-radius: 3px;
       Div_Reg
        font-size: 11px;
        padding: 3px;
        width: auto;
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 8px;*/
    }

    #Div_Reg {
        display: none;
        width: auto;
        cursor: pointer;
        width: auto;
        position: absolute;
        z-index: 222222;
        /*   left: 35%;
    top: 10px;*/
        top: 0.5em;
        right: 10.5em !important;
        /*	  padding-top: 10px;*/
    }
    /*Paginación buscador*/
    .pagi {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
        overflow-x: auto;
    }

        .pagi > li {
            display: inline-block
        }

            .pagi > li > a, .pagi > li > span {
                position: relative;
                float: left;
                padding: 6px 12px;
                margin-left: -1px;
                line-height: 1.42857143;
                color: #337ab7;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd
            }

            .pagi > li:first-child > a, .pagi > li:first-child > span {
                margin-left: 0;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px
            }

            .pagi > li:last-child > a, .pagi > li:last-child > span {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px
            }

            .pagi > li > a:focus, .pagi > li > a:hover, .pagi > li > span:focus, .pagi > li > span:hover {
                color: #23527c;
                background-color: #eee;
                border-color: #ddd
            }

        .pagi > .active > a, .pagi > .active > a:focus, .pagi > .active > a:hover, .pagi > .active > span, .pagi > .active > span:focus, .pagi > .active > span:hover {
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #337ab7;
            border-color: #337ab7
        }

        .pagi > .disabled > a, .pagi > .disabled > a:focus, .pagi > .disabled > a:hover, .pagi > .disabled > span, .pagi > .disabled > span:focus, .pagi > .disabled > span:hover {
            color: #777;
            cursor: not-allowed;
            background-color: #fff;
            border-color: #ddd
        }

    .pagi-lg > li > a, .pagi-lg > li > span {
        padding: 0px 5px;
        font-size: 8px
    }

    .pagi-lg > li:first-child > a, .pagi-lg > li:first-child > span {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .pagi-lg > li:last-child > a, .pagi-lg > li:last-child > span {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .pagi-sm > li > a, .pagi-sm > li > span {
        padding: 0px 5px;
        font-size: 8px
    }

    .pagi-sm > li:first-child > a, .pagi-sm > li:first-child > span {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .pagi-sm > li:last-child > a, .pagi-sm > li:last-child > span {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
}

#OcultaPanel {
    opacity: 0.7;
    left: 0px;
    position: absolute;
    top: 0px;
    border-radius: 5px;
    font-size: 20px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

#divEnc {
    top: 0;
    position: fixed;
    width: 100%;
}

#divCont {
    /*top: 180px;
    position:absolute;*/
    width: 100%
}

    #divCont ul {
        list-style-type: none;
    }

#gradientHeatMap {
    height: 20px;
    width: 100%;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,green, yellow, red ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,green, yellow,red); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,green, yellow red); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,green, yellow red ); /* Standard syntax (must be last) */
}
/*#mapa {
    float: right;
    width: 75%;
    overflow-y:auto;
    height:100%
}*/
#map2D {
    position: relative;
    height: 500px;
    width: 100%;
}

.closedbtn {
    grupo-titulo cursor: pointer;
    float: right;
    font-size: 25px;
    color: #333;
}

#divMensajeImg {
    position: absolute;
    z-index: 222222;
    left: 50%;
    top: 50%;
}

#controlMapas {
    position: absolute;
    bottom: 10px;
    margin-left: -25px;
    z-index: 88888;
    right: 0px;
    -webkit-tap-highlight-color: transparent;
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    background: rgba(0,60,136,.3);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px !important;
    margin: 10px;
    width: 115px !important;
    cursor: pointer;
}

#MapasBase {
    position: absolute;
    bottom: 43px;
    margin-left: -25px;
    z-index: 88888;
    right: 6px !important;
    display: none;
}

#spanEscala {
    display: initial;
}

.td_descargar {
    width: 20%;
}

.td_escalas_text {
    background: #3568bb;
    border: 1px solid #ddd;
    color: white;
    font-weight: bold;
    width: 110px;
}

td.td_escalas {
    cursor: pointer;
    background: #3568bb;
    border: 1px solid #ddd;
    color: white;
    font-weight: bold;
}

td.td_escalas_selected {
    cursor: pointer;
    background: #1c3968;
    border: 1px solid #ddd;
    color: white;
    font-weight: bold;
}

#resultAPI {
    cursor: auto;
}

    #resultAPI .grupo-titulo {
        padding: 5px;
        padding-left: 10px;
        /*border-bottom-width: 1px;*/
        cursor: pointer;
        display: inline-block;
        width: 100%;
        border: 1px solid #DDD;
    }
/*.item_result_busqueda{
    padding-left: 10px;
}*/
.item_result_busqueda {
    /*margin-left: 25px;*/
    border-top: 1px solid #DDD;
    /*border-right: 1px solid #DDD;*/
    display: inherit;
    cursor: pointer;
}

.item_result_busqueda_over {
    /*padding-left: 10px;*/
    /*background-color: #DDDDDD;*/
}

#search-text {
    cursor: text;
}


.grupo-titulo .glyphicon {
    margin-right: 10px;
}

.grupo {
    display: none;
    padding-inline-start: 20px;
}

.search_result_item {
    padding-left: 32px !important;
    min-height: 45px;
    font-size: 13px;
}

.search_result_snippet {
    font-size: smaller;
    line-height: 1;
}


#search_results_list {
    margin: 0;
    padding: 0px !important;
}

.grupo-titulo, .search_result_item {
    border-bottom-color: #DDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 10px;
}

.collapsed {
    background: rgb(247, 247, 247);
}

#divOverlay {
    background-color: white;
    width: auto;
    padding: 2px;
    position: absolute;
    display: none;
    float: left;
    z-index: 1;
    bottom: 40px;
    margin-left: 57px;
    height: auto;
    overflow-y: auto;
}

#Div_Reg {
    display: none;
    /*width: auto;
    cursor: pointer;
    width: auto;
    position: absolute;
    z-index: 222222;
    /*   left: 35%;
    top: 10px;
    top: 0.5em;
    right: 18.5em;
  padding-top: 10px;*/
}

.cortarTextoMenuD {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}





.snippet_result_busqueda {
    font-size: x-small;
}

.extra_titulo {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    vertical-align: middle;
}

/*TEMAS MINERIA AGRIGANFOR,ENTORNO, GENERO*/
/*****************************estilos para el tema de genero******************************************/
table#tableValores_1 > thead > tr {
    background-color: rgb(225, 108, 50);
    color: #FFFFFF;
    height: 30px;
    padding: 10px;
    opacity: 0.85;
    font-weight: normal;
}


table#tableValores_1 > tbody > tr:hover {
    background-color: #f3e0d7 !important;
}

.indicadorSelect_1 {
    background-color: rgba(225, 108, 50, 0.16);
}

.estadoSelect_1 {
    background-color: rgb(255, 171, 141);
}

.colortitulo_1 {
    color: #e58251;
}

/*end**************************************************************************************************/



/*****************************estilos para el tema de entorno******************************************/
table#tableValores_2 > thead > tr > td {
    background-color: #0B6138;
    color: white;
    height: 30px;
    padding: 10px;
    text-align: left;
    opacity: 0.85;
    font-weight: normal;
}

table#tableValores_2 > tbody > tr:hover {
    background-color: rgba(11,97,56,0.40) !important;
}

.indicadorSelect_2 {
    background-color: rgba(11,97,56,0.20);
}

.estadoSelect_2 {
    background-color: rgba(11,97,56,0.40);
}

.colortitulo_2 {
    color: #307956;
}

/*end*************************************************************************************************/



/*****************************estilos para el tema de MCA******************************************/
table#tableValores_3 > thead > tr > td {
    background-color: #258103;
    color: white;
    height: 30px;
    padding: 10px;
    text-align: left;
    opacity: 0.85;
    font-weight: normal;
}

table#tableValores_3 > tbody > tr:hover {
    background-color: rgba(37,129,3,0.40) !important;
}

.indicadorSelect_3 {
    background-color: rgba(37,129,3,0.20);
}

.estadoSelect_3 {
    background-color: rgba(37,129,3,0.40);
}

.colortitulo_3 {
    color: #307956;
}

/*end*************************************************************************************************/

/*****************************estilos para el tema de Minería******************************************/

.rTable {
    display: table;
}

.rTableRow {
    display: table-row;
}

.rTableCell, .rTableHead {
    display: table-cell;
    /*   padding: 0em 2em;*/
}

table#tableValores_4 > thead > tr > td {
    background-color: #1BA9A8; /*#258103;*/
    color: white;
    height: 30px;
    padding: 10px;
    text-align: left;
    opacity: 0.85;
    font-weight: normal;
}

table#tableValores_4 > tbody > tr:hover {
    background-color: rgba(61,182,181,0.40) !important;
}

.indicadorSelect_4 {
    background-color: rgba(61,182,181,0.20);
}

.estadoSelect_4 {
    background-color: rgba(61,182,181,0.40);
}

.colortitulo_3 {
    color: #1BA9A8; /*#307956;*/
}
/********************************Fin del tema Minería*****************************************************/
.btn-defmapa {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-defmapa:hover {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

.layer_list {
    display: inline-block;
    /* padding-inline-start: 20px; 19052023*/
}

.cortarTextoMenuCapas2 {
    display: inline;
}

.cortarTextoMenuCapas1 {
    margin-left: 3px !important;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cortarTexto {
    width: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cortarTexto2 {
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#map2D h3 {
    border-bottom: none !important;
    background: none !important;
    background-color: none !important;
}

.glypc {
    color: black !important;
    font-size: 10px;
    opacity: 0.5;
}

.divLeft {
    float: left;
}

#collapseAg {
    height: 200px !important;
    overflow-y: auto;
    font-size: 13px !important;
}

#collapseEd {
    height: 200px !important;
    overflow-y: auto;
    font-size: 13px !important;
}
/*#layer1 {
    font-size: 13px !important;
}*/
#collapseAg li {
    list-style: none;
}

#collapseEd li {
    list-style: none;
}

legend {
    display: block;
    width: auto !important;
    padding: 0;
    margin-bottom: 0px !important;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: none !important;
    /* border-bottom: 1px solid #e5e5e5; */
}

fieldset.compMapas {
    padding: 5px;
    border: 1px solid #ddd;
}

.td-header {
    border-right: 1px solid #fff !important;
    background-color: #ddd !important;
    vertical-align: middle !important;
    text-align: left;
    font-weight: 700;
    color: #000;
}



.polygon-icon {
    background-image: url('../images/herramientas/ico_polygon.png') !important;
    width: 24px;
    height: 24px;
}

.rectangle-icon {
    background-image: url('../images/herramientas/ico_rectangle.png') !important;
    width: 24px;
    height: 24px;
}

.rectangle-on-icon {
    background-image: url('../images/herramientas/ico_rectangle.png') !important; /*url('../images/ico_polygon_on.png') !important;*/
    background-color: #DDDDDD;
    width: 24px;
    height: 24px;
}

.rectangle-dis-icon {
    cursor: no-drop;
    background-image: url('../images/herramientas/ico_rectangle.png') !important;
    background-size: 20px;
    width: 24px;
    height: 24px;
}

.polygon-on-icon {
    background-image: url('../images/herramientas/ico_polygon.png') !important;
    background-color: #DDDDDD;
    width: 24px;
    height: 24px;
}

.polygon-dis-icon {
    cursor: no-drop;
    background-image: url('../images/herramientas/ico_polygon_dis.png') !important;
    width: 24px;
    height: 24px;
}

.circle-icon {
    background-image: url('../images/herramientas/ico_circle.png') !important;
    width: 24px;
    height: 24px;
}

.circle-on-icon {
    background-image: url('../images/herramientas/ico_circle.png') !important;
    background-color: #DDDDDD;
    width: 24px;
    height: 24px;
}

.circle-dis-icon {
    cursor: no-drop;
    background-image: url('../images/herramientas/ico_circle_dis.png') !important;
    width: 24px;
    height: 24px;
}



#tabToolsInfo {
    width: 300px;
    right: 0px;
    background-color: #FFF;
    border-radius: 3px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 58px;
    margin-right: 5px;
}

    #tabToolsInfo .tab-content {
        padding: 10px;
        text-align: center;
    }

    #tabToolsInfo .close {
        margin-right: 6px;
    }

@media (max-width: 600px) {
    #tabToolsInfo {
        width: 235px;    /* Cambia a 220px en móvil */
     

    }

   #rect_p,#rect_a,#poli_p,#poli_a,#circle_p,#circle_a,#circle-size { 
       padding-right: 37px; 
           text-align: left;
        }


}

@media (max-width: 344px) {

 #resultMG{
     width: 270px !important;
     overflow-x: auto;
    }


}

.tools-container {
    right: 0px;
    position: absolute;
    z-index: 1;
    margin-right: 5px;
    /*top: 284px;*/
}
/*.tools-containermg {
    right: 0px;
    position: absolute;
    z-index: 1;
    margin-right: 25px;
}*/

#tool-buttons {
    position: relative;
    top: 8px;
}

    #tool-buttons .btn[disabled] {
        opacity: 1;
        pointer-events: inherit;
        cursor: no-drop;
        background-color: #DDD
    }

    #tool-buttons .tooltip {
        position: fixed;
    }

.btn-defaultboot {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.buttonCloseDowload {
    position: absolute;
    right: 0;
    top: 2%;
    bottom: auto;
    background-color: white;
    width: max-content;
    border-color: transparent;
}

.tool-icon {
    background-position: center;
    background-repeat: no-repeat;
    /* height: 8.2%;
    width: 8%;*/
    /*height: 35px;*/
    /*width: 45px;*/
    top: 0px;
}

.tool-iconMax {
    width: 77px;
    padding-left: 3px !important;
    text-align: left;
    background-color: #FFF !important;
}

.expandirE {
    background-image: url(../images/herramientas/ico-expand.png) !important;
}

.iconFullScreenInegi {
    height: 35px !important;
    width: 33px !important;
    background-color: white !important;
    border: 1px solid #ccc !important;
    z-index: 7;
}

.borrar-icon {
    background-image: url('../images/herramientas/ico_clean.png') !important;
}

.ol-control1 {
    position: absolute;
}

.displayNone {
    display: none;
}

.parentPartialSelect {
    filter: alpha(opacity=60);
    opacity: 0.6;
    box-shadow: inset 25px -60px 83px 10px rgb(191, 187, 187);
    /*class = glyphicon glyphicon-ok*/
}

@media(max-width:768px) {



    .cortarTextoD {
        /* width: 75%; */ /*250px;*/
        /* text-overflow: ellipsis; */
        white-space: normal;
        /* overflow: hidden; */
        line-height: 22px;
        /* width: 170px; */
    }
}

.cortarTextoD {
    /*width: 75%;*/ /*250px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 22px;
}
