/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);*/
/*@import url(http://fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext);*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);*/

html ,
body {
    margin: 0;
    padding: 0;
    height: 100% !important;
    overflow: hidden;
    position: relative;
    /*font-family:  helvetica, arial sans-serif;*/
    /*font-size: 12px;*/
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    width: 100%;
    background-color: #fff;
}
body{
    /*width: 1024px;
    margin-left: auto;
    margin-right: auto;*/
}
div#allholder{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border: none;
    border-radius: 5px;
    height: 100%;
}
html {
}
div.olControlZoomPanel {
    height: 108px;
    width: 36px;
    position: absolute;
    top: 20px;
    left: 20px;
}
div.olControlZoomPanel div {
    width: 36px;
    height: 36px;
    background-image: url("/javascript/openlayer/img/mobile-zoombar.png");
    left: 0;
}
div.olControlZoomPanel .olControlZoomInItemInactive {
    top: 0;
    background-position: 0 0;
}
div.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 36px;
    background-position: 0 -36px;
}
div.olControlZoomPanel .olControlZoomOutItemInactive {
    top: 72px;
    background-position: 0 -72px;
}

.ui-content {
    padding: 0;
}
.ui-footer {
    text-align: center;
    /*padding-bottom: 5px;*/
    padding-top: 5px;
}
.portrait, .portrait #mappage {
    min-height: 0;
}
/*.portrait, .portrait .ui-page{*/
/*min-height: 0;*/
/*}*/
#mappage, #mappage .ui-content, #map {
    width: 100%;
    height: 100%;
}
.olControlAttribution {
    font-size: 10px;
    bottom: 5px;
    right: 5px;
}
#navigation {
    position: absolute;
    bottom: 70px;
    left: 10px;
    z-index: 1000;
}
#navigation .ui-btn-icon-notext {
    display: block;
    padding: 7px 6px 7px 8px;
}
#title, #tags, #shortdesc {
    display: none;
}
.ui-icon-check {
    opacity: 0.3;
}
.checked .ui-icon-check {
    opacity: 1;
}
.ui-icon-locate {
    background-image: url(/javascript/openlayer/img/locate.png);
}
.ui-icon-layers {
    background-image: url(/javascript/openlayer/img/openlayers.png);
}
.ui-content .ui-listview-inset, #search_results {
    margin: 1em;
}
.ui-content .ui-listview {
    margin: 0px;
}
#details-list li{
    padding:15px 10px;
}
#fancyacontainer
{
    display: none;
}

@media print {
    body * {
        visibility:hidden;
    }
    #map, #map * {
        visibility:visible;
        size: landscape;
    }
    #map {
        position:absolute;
        left:0;
        top:0;
    }
    .olControlPanZoom
    , .olControlDrawFeaturePolygon
    , .olControlDrawFeaturePoint
    , .olControlNavigation
    , .olControlDrawFeaturePath
    , .olControlEditingToolbar
    {
        display: none;
    }
    * {
        size: landscape;
    }
}


.olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint {
    visibility:hidden;
}

.maps_holder{
    position: relative;
    height: 100%;
}
.maps {
    padding: 1px;
    background-color: #E7E7E7;
}
.switch:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.switch {
    position: absolute;
    top: -3px;
    right: 0px;
    z-index: 5000;
    background: #FFF;
    width: 179px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #888888;
    height: 67px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.bottom_toolbar_holder{
    width: 562px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}
.bottom_toolbar{
    /*padding-left: 150px;*/
    background: #dededb;
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 16px;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.indicadores_frame{ width: 160px; }
.locacion_frame select { width: 170px; background: #F2F2F2;}
div.locacion_frame{ width: 435px; float: left !important; clear: left; margin-top: 10px !important; height: 117px !important; margin-bottom: 10px; padding-top: 4px; text-align: left; padding-left: 15px;}
.layers_frame{ width: 435px;
    overflow-y: hidden;
    overflow-x: hidden;
    text-align: left !important;
    list-style: none;
    padding-left: 16px;}
#layerlist_{
    height: 63px;
    overflow-y: scroll;
    margin-top: 0px;
    margin-bottom: 0px;
}
.mapas_frame {
    width: 157px;
    text-align: center;
    margin-left: 6px !important;
}

.toolbar_frame{
    background: #f5f5f5;
    border-radius: 6px;

    border: 1px solid #e3e3e3;
    height: 200px;
    margin-left: 10px;
    min-width: 137px;
    float: left;

    color: #1B1B1B;
    display: block;
    overflow: hidden;
    position: relative;
}


.header{
    height: 102px;

    /* width: 100%; */

    box-shadow: 1px 1px 3px rgb(177, 177, 177);
    background: #8dce00;
    background: -moz-linear-gradient(top, #8dce00 0%, #008900 97%, #558e00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dce00), color-stop(97%,#008900), color-stop(100%,#558e00));
    background: -webkit-linear-gradient(top, #8dce00 0%,#008900 97%,#558e00 100%);
    background: -o-linear-gradient(top, #8dce00 0%,#008900 97%,#558e00 100%);
    background: -ms-linear-gradient(top, #8dce00 0%,#008900 97%,#558e00 100%);
    background: linear-gradient(to bottom, #8dce00 0%,#008900 97%,#558e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dce00', endColorstr='#558e00',GradientType=0 );

    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB7134, endColorstr=#7F4D23);*/
    /* border-bottom: solid 10px #007B38;*/
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.left_subheader{
    background: url(../images/logoh.png) no-repeat transparent;
    width: 20%;
    height: 89px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    /*background-size: 68px 73px;*/
    margin-left: 15px;
}
.right_subheader{
    width: 25%;
}
.map{
    background: #36487A;
    position: relative;
}

.mapstable{
    border-spacing: 2px;
    border-collapse: separate;
    border-color: #D52B1E;
    width: 100%;
    background: #E7E7E7;
    border: 5px solid #D52B1E;
}
#bottom{
    clear: both;
    margin-top: 10px;
    float: none;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.olControlPanZoom:hover{
    opacity: 1  !important;
    filter:alpha(opacity=100)  !important;
}
.olControlPanZoom {
    position: absolute !important;

    /*left: 20px !important;
    top: 28px  !important;*/

    z-index: 1002;
    background: URL("../img/controles.png") no-repeat transparent;
    height: 93px;
    width: 95px;

    opacity: 0.4  !important;
    filter:alpha(opacity=40)  !important;
}

div[id$="panleft"] ,
div[id$="panleft"]  img,
div[id$="panright"] ,
div[id$="panright"]  img,
div[id$="pandown"] ,
div[id$="pandown"]  img,
div[id$="panup"]  img,
div[id$="panup"] {
    width: 25px !important;
    height: 25px !important;
}

div[id$="panleft"]{
    left: 0px !important;
    position: absolute;
    top: 18px !important;
    cursor: pointer;
}
div[id$="panright"]{
    position: absolute;
    left: 43px !important;
    top: 18px !important;
    cursor: pointer;
}
div[id$="pandown"]{
    position: absolute;
    left: 22px !important;
    top: 39px !important;
    cursor: pointer;
}
div[id$="panup"]{
    position: absolute;
    left: 22px !important;
    top: -3px !important;
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
}
.nothing{cursor: pointer;}
div[id$="zoomout"],
div[id$="zoomin"],
img[id$="zoomout_innerImage"],
img[id$="zoomin_innerImage"]{
    width: 27px !important;
    height: 27px !important;
}
.nothing{cursor: pointer;}
div[id$="zoomworld"] {
    left: 20px !important;
    top: 94px !important;
    width: 30px !important;
    height: 29px !important;
}

img[id$="zoomworld_innerImage"]{
    width: 30px !important;
    height: 29px !important;
}

div[id$="zoomout"] {
    left: 0px !important;
    top: 71px !important;
}

div[id$="zoomin"] {
    left: 42px !important;
    top: 71px !important;
}
.fancy_toolbox{
    background: #009DDC;
    width: 118px;
    height: 140px;
    position: absolute;
    bottom: 115px;
    left: 0px;
    border-top-right-radius: 11px;
    border-left: 1px solid #009DDC;
    padding-left: 10px;
    padding-top: 25px;
    z-index: 5000;
}
.olControlPanZoom{
    /*position: relative !important;*/
}
.layer_name_desc{
    width: 300px;
    float: left;
    margin-bottom: 2px;
}
#layerlist_ li{
    overflow: hidden;
}
.locacion_select_holder .h_text{
    float: left;
    margin-right: 3px;
    width: 66px;
    text-align: left;
    padding-top: 4px;
    margin-left: 17px;
}
.locacion_select_holder{
    float: none;
    clear: both;
    margin-left: 0px;
    margin-top: 1px;
}
.mapas_header {
    margin-top: 9px;
}
#tipo_indicador select{
    margin-top: 5px;
}
.mapas_frame select {
    margin-top: 11px;
}
#tipo_indicador,
#tipo_red{
    margin-top: 7px;
}
.dd-container{margin-left: auto;margin-right: auto;margin-top: 3px;}
.dd-selected-text{color: black;}
.dd-select, .dd-container{width: 145px !important;}
.dd-selected{padding: 2px !important;}
.dd-option {padding: 2px !important;}
.dd-options{width: 145px !important;}


.map_loading {
    position: absolute;
    top: 0px;
    left: calc(50vw - 113px);
    z-index: 5000;
    background: #D52B1E;
    display: none;
    width: 113px;
    height: 45px;
    position: absolute;
    background-color: rgba(0, 157, 220 , );
    background-color: rgba(236, 38, 38, 0.51);
    color: white;
    padding-top: 6px;
    font-size: 16px;
}

.map_loading img{
    width: 30px;
}
.olControlAddaxToolbar:hover {
    opacity: 1  !important;
    filter:alpha(opacity=100)  !important;
}
.olControlAddaxToolbar {
    /*margin-top: 65px !important;*/

    opacity: 0.4  !important;
    filter:alpha(opacity=40)  !important;
}
#LegendPopup:hover{
    opacity: 1  !important;
    filter:alpha(opacity=100)  !important;
}
.olControlAddaxToolbar div {
    float: left !important;
    margin-right: 10px !important;
}
#LegendPopup{
    position: absolute;
    right: 0px !important;
    bottom: 0px  !important;
    width: 195px  !important;
    height: 106px  !important;
    background-color: white;
    border: 1px solid #7B949B !important;
    overflow-y: scroll !important;
    left: auto !important;
    top: auto !important;

    opacity: 0.6  !important;
    filter:alpha(opacity=60)  !important;
}
#LegendPopup_contentDiv{
    height: auto !important;
}
#LegendPopup_GroupDiv{
    position: relative;
    overflow: hidden !important;
}
#tools-copyright{
    clear: both;
    margin-top: 5px;
    display: block;
}
.dd-options{
    /*margin-top: -37px !important;*/
}

#layerlist_base li:last-child{
    margin-left: 22px;
}
#layerlist_base li{
    float: left;
}
#layerlist_base{
    overflow: hidden;margin-top: 10px;
}
#layerlist_base .layer_name_desc{width: 55px !important; }
#layerlist_base hr{width: 170px;
    float: none;
    clear: both;
    display: block;
    margin-left: 0px; }

#leyenda_r, #tipo_indicador_sel, #leyenda_b{width: 137px;}

.ui-dialog.ui-widget.ui-widget-content{
    z-index: 10000 !important;
    overflow: visible;
}
#dialog2 table, #dialog table{ width: 100%; color: #1B1B1B;}
#dialog2,
#dialog{
    padding: 0px !important;
}
#dialog2 table td.gname,
#dialog table td.gname{
    background: #55565A;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: white;
    text-align: center;
    height: 22px;
}
#summaryTable{width: 99%;}
.dd-selected-text{

}
.terminoslink a{
    color: black; padding-top: 3px;
}
.terminoslink a:hover {
    color: white;
}
.bottom_toolbar_holder{position: relative;}
.addax_logo_holder {
    position: absolute;
    bottom: -19px;
    right: -72px;
}

.addax_logo_holder {}
.addax_logo{
    background: url(../images/addaxlogo.png) no-repeat rgba(0, 0, 0, 0);
    width: 166px;
    height: 30px;
}
div.addax_logo_holder2{
    position: absolute;
    bottom: 15px;
    left: 5px;
    width: 100px;
}
#mousepositiontxt {
    position: absolute;
    display: block;
    height: 18px;
    width: 358px;
    background: rgba(236, 38, 38, 0.51);
    color: #fff;
    bottom: 82px;
    right: 132px;
    z-index: 800;
    text-align: center;
}
#mousepositiontxt #customMousePosition {
    display: block !important;
}
#mousepositiontxt #customMousePosition {}
#mousepositiontxt #customMousePosition {
    display: inline-block !important;
}
div.left_subheader_txt {
    float: left;
    display: block;
    height: 72px;
    width: 60%;
    color: #fff;
    font-weight: bold;

    /* box-shadow: 0px 0px 1px 2px #629143;/*Para IE...*/
    text-shadow: -1px -1px 0 #629143,         1px -1px 0 #629143,         -1px 1px 0 #629143,         1px 1px 0 #629143;


    margin-top: 12px;
    margin-left: 0px;
    text-align: center;
}
div.left_subheader_txt > span.p1 {
    clear: both;
    float: none;
    font-size: 22px;
    font-family: Helvetica,Arial,sans-serif !important;
    text-shadow: none;
}
div.left_subheader_txt > span.p2 {
    clear: both;
    float: none;
    font-size: 27px;
}
div.logo_bottom_left{
    background: url(../images/logoeScience.png) no-repeat transparent;
    width: 70px;
    height: 105px;
    float: left;

}

div.ws_PopUpInfoArea table{
    color: #525E50;
    font-size: 12px;
    background: #fff;
    /*width: 457px;*/
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
div.ws_PopUpInfoArea table tr.odd{
    background: #DFEBAF;
}
div.ws_PopUpInfoArea table tr td.titulo{
    font-weight: bold;
    text-transform: capitalize;
    background: #BFD760;
}
div.ws_PopUpInfoArea table tr.even{
    background: #DFEBAF;
}
#selectable_popup {
    width: 500px !important;
}
div.ws_PopUpInfoArea h2 {
    font-size: 20px;
    background: #F78222;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 1px;
    margin-top: -16px;
    padding-top: 15px;
    text-shadow: -1px -1px 0 #629143, 1px -1px 0 #629143, -1px 1px 0 #629143, 1px 1px 0 #629143;
}
#selectable_popup_contentDiv {
    background: #839B29;
    padding-left: 0px;
    padding-right: 0px;
}
div.ws_PopUpInfoArea table tr td {
    padding: 4px;
    text-transform: capitalize;
}
div.tablecont {
    /* width: 100%; */
    /* height: auto; */
    /* background: white; */
}
div.tablecont.nodata{
    font-size: 13px;
    color: #fff;
}
input.capaconsulta {
    float: left;
    margin-right: 4px;
}


#tipo_red label.js.active,  #tipo_red label.js:hover{
    border: 1px solid #CFDD65;
    background: #BDD12A;
    color: #fff;
}
#layerlist_base input[type="radio"].js {
    display: none;
}

#layerlist_base label.js {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    border: 1px solid #269FCA;
    padding: 4px;
    cursor: pointer;
    margin-top: 6px;
    background: #269FCA;
    color: #fff;
}

#layerlist_base label.js.active,  #layerlist_base label.js:hover{
    border: 1px solid #CFDD65;
    background: #BDD12A;
    color: #fff;
}
span.mapbtspan{
    background: url(../images/minimap.png) transparent no-repeat;
    width: 42px;
    height: 39px;
    display: block;
    position: relative;
}

#layerlist_base li:last-child{
    margin-left: 0px;
}
#layerlist_base li{
    float: left;
}
#layerlist_base{
    overflow: hidden;margin-top: 10px;
    float: left;
    width: 148px;
    display: none;
}
#layerlist_base .layer_name_desc{width: 55px !important; }
#layerlist_base hr{width: 170px;
    float: none;
    clear: both;
    display: block;
    margin-left: 0px; }


#layerlist_{
    height: 132px;
    overflow-y: scroll;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
p.stampreg{
    font-size: 11px;
    font-weight: normal;

}
div.ws_PopUpInfoArea.onlytd{
    border-collapse: collapse;
    border-width: 0px;
    height: auto;

}
div#selectable_popup{
    background: transparent !important;
    z-index: 1001 !important;
}
span.arbolsubtitle{
    font-size: 12px;
    font-weight: bold;

}

#selectable_popup_contentDiv > div {
    height: 250px;
    font-size: 12px;
    color: #F7F7F7;
}
div.tablecont {
    height: 215px;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.observaciones,  .fotos {
    margin: 2px 0px 2px -2px!important;
    width: 463px;
    position: relative;
    display: block;
}

div.photoactual {
    width: 85px;
    float: left;
    margin-top: 10px;
}
div.photosholdermain,
div.photosholder {
    width: 425px;
    margin-left: auto;
    margin-right: auto;
}
div.photostitle{

}

div.olControlScale {
    position: absolute;
    bottom: 40px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.51);
    right: 13px;
}
div#layerlisttitles {
    position: absolute;
    left: 121px;
    top: -12px;
    opacity: 0.1;
    display: none;
}

div#layerlisttitles>div {
    float: left;
    padding: 1px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
div.titlesquery {
    width: 94px;
    background: #BDD12A;
    text-align: center;
}
div.titlesname{
    width: 138px;
    background: #8CA4C7;
}
div.titlesview{
    width: 150px;
    background: #BDD12A;
    text-align: center;
}

div#layerlist_:hover + #layerlisttitles {
    opacity: 1;
}
div#layerlisttitles:hover {
    opacity: 1;
}
div.olControlScale {
    position: absolute;
    bottom: 40px;
    font-size: 15px;
    color: #fff;
    background: rgba(213, 43, 30, 0.51);
    right: 0px;
    bottom: 11px;
    font-weight: bold;
    padding: 0px 5px;
    height: 19px;
    text-align: center;
    vertical-align: bottom;
    padding-top: 1px;
}

.busquedaelem{
    clear: both;
    margin-top: 6px;
    overflow: hidden;
}
.busquedatitle, .busquedavalue{
    float: left;
}
.busquedatitle{
    width: 91px;
    text-align: right;
}
.busquedavalue input{
    width: 128px;
    height: 20px;
    padding-left: 5px;
}
.busquedavalue{
    width: 155px;
}
.busquedaelem input[type="button"] {
    width: 77px;
    height: 28px;
    margin-top: 1px;
}

.layersblock {
    overflow: hidden;
    position: relative;
    /* top: 0px; */
    /* left: 11px; */
    height: auto;
    width: 634px;
    /* z-index: 10000; */
    /* opacity: 0.3; */
}

.layersblock:hover {
    opacity: 1;
}
div.squaredOneholder{
    width: 216px;
    float: left;
    clear: both;
    margin-bottom: 1px;
    height: 27px;
    display: block;
    overflow: hidden;
    text-align: ce;
}
.squaredOne label span {
    /* padding-left: 29px; */
    /* margin-top: -3px; */
    display: block;
}
div.tipoactividadselect {
    margin-top: 5px;
    float: left;
}
div.fechafield input{
    width: 100px;
}
div.layersblock div.toolbar_frame {
    padding: 3px 5px;
    height: 88px;
}

div.sellabelonly label {
    clear: both;
    display: block;
}

div.sellabelonly input,
div.sellabelonly select {
    margin-left: 15px;
}
div.filtrostipomapa {
    float: left;
    margin-left: 35px;
}

div.toolbar_frame.actividad_frame_2 {
    width: 124px !important;
    min-width: 0px !important;
}

div.filtrosfecha {
    width: 270px;
    float: left;
}
.tipoactividadselect span.ui-button-text {
    padding: 2px 7px 2px 7px!important;
}
select#estado {
    width: 127px;
}

div.toolbar_frame.actividad_frame_0 {
    width: 161px;
}
.btnbusq.buscar{

}
.btnbusq.limpiar{
    margin-left: 5px;
}


label.consultandolbl .ui-icon {
    width: 16px;
    height: 16px;
}
label.consultandolbl.ui-button {
    width: 40px;
    /* height: 15px; */
    /* padding-left: 0px; */
}
#layerlist_ li:nth-child(odd) {
    background: transparent;
}

#layerlist_ li:nth-child(even) {
    background: #E3EEBB;
}
.ui-widget {
    font-size: 12px !important;
}
span.head1 {
    width: 301px;
    display: inline-block;
    text-align: center;
}

div.layerlist-headers {
    font-size: 12px;
}
div#btn_leyenda {
    display: block;
    overflow: hidden;
    height: 30px;
    float: left;
    clear: both;
    margin-left: 9px;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    vertical-align: baseline;
}

div.resultadosholder-button,
div.layersblock-button{
    background: url(../images/capasico.png) no-repeat;
    height: 50px;
    width: 77px;
    cursor: pointer;
    position: absolute;
    z-index: 51;
    background-color: #3BB646;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
div.resultadosholder-button{
    background: url(../images/datalist.png) no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    right: 0px;
    background-position: 40px 7px;
}

div.layersblock{
    /* display: none; */
    /* margin-left: 40px; */
    /* left: 27%; */
    opacity: 1;
    display: block;
}
div.bottom_toolbar {
    display: block;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 90%;
    padding-top: 10px;
    border-radius: 10px;
    background: transparent;
}
div#filtrosholder {
    display: none;
    position: absolute;
    top: 00px;
    left: 0px;
    z-index: 50;
    background: rgba(0, 0, 0, 0.58);
    padding-top: 47px;
}

div.resultadosholder-button:hover,
div.resultadosholder-button.active {
    background-color: #BBE0C0;
}
div.layersblock-button:hover,

div.layersblock-button.active {
    background-color: #BBE0C0;
}
div.resultadosholder-button.active span.icon,
div.layersblock-button.active span.icon{
    background: transparent url(../img/minusv2.png) 85% 55% no-repeat;
}
span.icon{

    position: absolute;
    text-decoration: none;
    left: 0;
    font-size: 16px;
    letter-spacing: -1px;
    color: #E5B14D;


    background: transparent url(../img/plusv2.png) 85% 55% no-repeat;
    display: block;

    height: 45px;

    width: 80px;

}
label#lbl_selecting_Solicitudes_solicitudes_poligonos {
    cursor: not-allowed;
}


.ui-tabs .ui-tabs-panel {
    overflow: hidden;
    min-height: auto;
}
#n1-riesgo,
.filtros-niveles{
    display: none;
}
#filtro-nivel1{display: block;}
select#filtro-nivel1-actividad{width: 400px;}



div#resultadosholder{
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 85%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.58);
    padding-top: 47px;
    overflow: auto;
}
div#resultados-geografica-senasa {
    height: 90%;
    overflow: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
div.resultados-geografica-senasa-radios {
    height: auto;
    overflow: hidden;
    min-height: 100%;
}
div.resultadosholder-button span.icon {
    width: 25px;
}

div.radios-holder div.ui-accordion-content {
    height: 100% !important;
}
div.resultados-geografica-categorizacion-cantidad table,
div#resultados-geografica-categorizacion-cantidad table{
    border-spacing: 0px;
}

div#filtros {
    margin: 5px 0px 5px 38px;
}

div#filtros label {
    margin-right: 5px;
}
div.resultados-geografica-categorizacion-cantidad table td.titulo ,
div#resultados-geografica-categorizacion-cantidad table td.titulo {
    background-color: #BFD760;
}

div.resultados-geografica-categorizacion-cantidad table td ,
div#resultados-geografica-categorizacion-cantidad table td {
    background-color: #DFEBAF;
    padding-left: 15px;
    padding-right: 10px;
}
p.texto-extrainfo{
    font-size: 10px;
    padding: 0px;
    padding-left: 3px;
    margin: 0px;
    margin-top: -12px;
    margin-bottom: 10px;
}
div#googlemaps-fondo-selector {
    text-align: left;
}
div.controles-e2 p {
    border-top: 1px solid #9D9D9D;
}
p.control-label{
    font-weight: bold;
}
div#map-control-mediciones p {
    margin-left: 10px;
    padding-top: 12px;
}

div#map-control-mediciones {
    color: #747676;
    overflow-y: auto;
    height: 590px;
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100%;
}

div#map-control-mediciones  div {
    overflow: hidden;
    text-align: left;
    display: block;
    height: auto;
}

div#controles-superiores>div>div {
    float: left;
    height: 25px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 16px;
    background-color: #61130d;
    cursor: pointer;
    font-weight: bold;
}

div#controles-superiores {
    margin-left: 30px;
    background-color: white;
    width: calc(100% - 55px);
    /* max-width:70%; */
    overflow: hidden;
}

div#control-cobertura {
    border-top-left-radius: 6px;
}

div#control-sucursal {
    border-top-right-radius: 6px;
}
td.maps-controls-td{
    width: 290px !important;
    vertical-align: top;
}
div.map-controls{
    float: left;
    width: 100%;
    position: relative;
    top: 0px;
    height: 100%;
}
div.map-controls-holder {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.olControlMeasurePathItemInactive.olButton {
    display: none;
}

.olControlMeasurePolygonItemInactive.olButton {
    display: none;
}

div#controles-superiores div.active {
    background-color: #D52B1E;
    /* border: 1px outset #000; */
    /* border-bottom: none; */
}



.botonclaro.ui-state-active,
.botonclaro.active,
.botonclaro:active{
    color: #fff;
    background: #901A11 !important;
    background: -moz-linear-gradient(top, #901A11 0%, #CE4931 50%, #63120C 100%)  !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#901A11), color-stop(100%,#63120C))  !important;
    background: -webkit-linear-gradient(top, #901A11 0%,#63120C 100%)  !important;
    background: -o-linear-gradient(top, #901A11 0%,#63120C 100%)  !important;
    background: -ms-linear-gradient(top, #901A11 0%,#63120C 100%)  !important;
    background: linear-gradient(to bottom, #901A11 0%,#63120C 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#901A11', endColorstr='#63120C',GradientType=0 )  !important;

    border: 1px solid #C7422D;
    border-radius: 4px;
}
.botonclaro:hover{

    background: #D5726B;
    background: -moz-linear-gradient(top, #D5726B 0%,  #D52B1E 100%)  !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5726B), color-stop(100%,#D52B1E))  !important;
    background: -webkit-linear-gradient(top, #D5726B 0%,#D52B1E 100%)  !important;
    background: -o-linear-gradient(top, #D5726B 0%,#D52B1E 100%)  !important;
    background: -ms-linear-gradient(top, #D5726B 0%,#D52B1E 100%)  !important;
    background: linear-gradient(to bottom, #D5726B 0%,#D52B1E 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5726B', endColorstr='#D52B1E',GradientType=0 )  !important;

    border: 1px solid #CE3929;
    border-radius: 4px;
}
.botonclaro{

    background: #D52B1E;
    background: -moz-linear-gradient(top, #D52B1E 0%, #901A11 100%)  !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D52B1E), color-stop(100%,#901A11))  !important;
    background: -webkit-linear-gradient(top, #D52B1E 0%,#901A11 100%)  !important;
    background: -o-linear-gradient(top, #D52B1E 0%,#901A11 100%)  !important;
    background: -ms-linear-gradient(top, #D52B1E 0%,#901A11 100%)  !important;
    background: linear-gradient(to bottom, #D52B1E 0%,#901A11 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D52B1E', endColorstr='#901A11',GradientType=0 )  !important;

    border: 1px solid #86190C !important;
    border-radius: 4px;


    height: 42px;

    font-size: 13px !important;
    color: #fff !important;


    /* border: none; */

    margin-left: 5px !important;

    margin-right: 5px !important;

    font-weight: bold !important;

}



.botonclaronormal.ui-state-default,
.botonclaronormal{
    color:#fff;
    background: #D52B1E;
    background: -moz-linear-gradient(top, #D52B1E 0%, #901A11 100%)  !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D52B1E), color-stop(100%,#901A11))  !important;
    background: -webkit-linear-gradient(top, #D52B1E 0%,#901A11 100%)  !important;
    background: -o-linear-gradient(top, #D52B1E 0%,#901A11 100%)  !important;
    background: -ms-linear-gradient(top, #D52B1E 0%,#901A11 100%)  !important;
    background: linear-gradient(to bottom, #D52B1E 0%,#901A11 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D52B1E', endColorstr='#901A11',GradientType=0 )  !important;

    border: 1px solid #C7422D;
    border-radius: 4px;
    font-weight: bold !important;
    font-size: 13px !important;
}
.botonclaronormal:hover{
    color:#fff;
    background: #D5726B;
    background: -moz-linear-gradient(top, #D5726B 0%,  #D52B1E 100%)  !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5726B), color-stop(100%,#D52B1E))  !important;
    background: -webkit-linear-gradient(top, #D5726B 0%,#D52B1E 100%)  !important;
    background: -o-linear-gradient(top, #D5726B 0%,#D52B1E 100%)  !important;
    background: -ms-linear-gradient(top, #D5726B 0%,#D52B1E 100%)  !important;
    background: linear-gradient(to bottom, #D5726B 0%,#D52B1E 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5726B', endColorstr='#D52B1E',GradientType=0 )  !important;

    border: 1px solid #CE3929;
    border-radius: 4px;
}
.botonclaronormal:active{
    color:#fff;
    background: #901A11;
    background: -moz-linear-gradient(top, #901A11 0%,  #63120C 100%)  !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#901A11),  color-stop(100%,#63120C))  !important;
    background: -webkit-linear-gradient(top, #901A11 0%,#63120C 100%)  !important;
    background: -o-linear-gradient(top, #901A11 0%,#63120C 100%)  !important;
    background: -ms-linear-gradient(top, #901A11 0%,#63120C 100%)  !important;
    background: linear-gradient(to bottom, #901A11 0%,#63120C 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#901A11', endColorstr='#63120C',GradientType=0 )  !important;

    border: 1px solid #86190C;
    border-radius: 4px;
}

button.btn-centrar {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 10px;
    width: 74px;
    border-radius: 0px;
    display: block;
    clear: both;
}
.botones-red-holder.ui-buttonset {
    width: 305px;
    margin-left: auto;
    margin-right: auto;
}
img.sucursal-img{
    width: 210px;
    height: 140px;
}
div#popup_close {
    display: none !important;
}

p.tooltip-header {
    font-size: 15px;
    font-weight: bold;
    color: #747676;
    text-align: center;
}

.sucursal-tooltip {
    width: 220px;
    padding: 3px 5px;
    color: #747676;
}

p.tooltip-direccion {
    text-align: justify;
}

div#leyendamanual-holder div {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: auto;
}
span.select2-container--open span.select2-selection__arrow.active{
    background-color: #901A11 !important;
}
span.select2-selection__arrow:hover{
    background-color: #D5726B !important;
}
span.select2-selection__arrow{
    background-color: #D52B1E !important;
}
.botonclaro>span.ui-button-text {
    padding-top: 12px;
}
div#map-control-sucursales .select2-selection__rendered,Ãƒâ€šÃ‚Â div#map-control-sucursales .select2-selection__rendered {
    color: #747676 !important;
}

div.map-controls-holder span.selection {
    color: #747676 !Important;
}

div#map-control-sucursales {
    color: #747676;
}
div#map-control-coberturafibraoptica {
    color: #747676;
}
.gm-style {
    font-family: Helvetica,Arial,sans-serif;
}

div#popup {
    font-family: Helvetica-light, Helvetica,Arial-light, arial,sans-serif;
}
.olImageLoadError {
    /* when OL encounters a 404, don't display the pink image */
    display: none !important;
}.botones-red-holder.botonvisibilidad.ui-buttonset {
     width: 122px;
     margin-top: 10px;
 }



div#todoholder {
    height: calc(100% - 35px);
    box-sizing: border-box;

}
body.nav-collapsed #allholdermap{
    ms-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate(0px, 0);
}
div.map-grayoverlay{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(31, 30, 30, 0.63);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
body.nav-collapsed #allholdermap div.map-grayoverlay{
    display: none;
}
#allholdermap{
    ms-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -ms-transition: -ms-transform 0.28s ease-in-out;
    -moz-transition: -moz-transform 0.28s ease-in-out;
    -webkit-transition: -webkit-transform 0.28s ease-in-out;
    transition: transform 0.28s ease-in-out;
    height: 100%;
}

body.nav-collapsed div#responsive-menu{
    /*display: none;*/
    transform: translate(-270px, 0);
}

div#responsive-menu{
    display: block;
    float: left;
    position: absolute;
    padding: 10px 7px;
    width: 270px;
    height: 100%;
    transform: translate(0px, 0);
    transition: transform 0.28s ease-in-out;
    z-index: 100;
    background: rgba(255, 255, 255, 0.80);
    color: #fff;
}

div#leyendamanual-holder img {
    width: 60%;
    float: right;
}

div#leyendamanual-holder {
    width: 100%;
}
div#responsive-menu.solomenu  div.accordion-fichas-holder,
div#responsive-menu.solomenu  div.accordion-inec-holder{
    display: none;
}
div#responsive-menu.solomenu  div.menu-elementos{
    transform: translate(0px, 0);
}
div.menu-elementos {
    transform: translate(-236px, 0);
    /*background: blue;*/
    height: 50%;
    transition: transform 0.28s ease-in-out;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

div.menu-btn {
    display: block;
    height: 24px;
    width: 32px;
    position: relative;
    background: url(../img/icon-menu.png) no-repeat;
    cursor: pointer;
    margin: 7px 15px 5px 5px;
    float: left;
}
@media (min-width:1025px) {
    div#responsive-menu{
        width: 400px;
    }
    body.nav-collapsed div#responsive-menu{
        /*display: none;*/
        transform: translate(-415px, 0);
    }
    #allholdermap {
        ms-transform: translate(0px, 0);
        -moz-transform: translate(0px, 0);
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate(0px, 0);
    }
}
span.titulo{
    color: #000;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    height: 32px;
    display: block;
    width: calc(100% - 55px);
    line-height: 32px;
}
div.upper-holder {
    height: auto;
    overflow: hidden;
}
span.titulo{
    font-size: 18px;
    display: block;
    line-height: 35px;
    width: calc(100% - 55px);
    text-align: center;
    height: 35px;
}
div.controles-superiores-middle {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 520px;
    /* overflow-x: scroll; */
}
div#controles-base-uno {
    height: 100%;
}

div.ultimaactualizacion {
    float: right;
    clear: both;
}

div.desktop-explicacion-medicion:hover {opacity: 1;}
div.desktop-explicacion-medicion {
    position: absolute;
    z-index: 999;
    bottom: 105px;
    right: 0px;
    opacity: 0.7;
}

div.notapiede {
    padding: 0px 30px;
    margin: 10px;
    display: block;
    clear: both;
    margin-top: 0px;
    font-size: 11px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

div.desktop-footer {
    background: #DADADA;
    height: 70px;
}

@media (orientation : portrait){
    div.upper-holder{
        float: none;
    }
    div#controles-superiores{
        width: 100% !important;
        margin: 0px auto;
        max-width: 100% !important;
        overflow: auto;
    }
    span.titulo{

    }
    div#todoholder {
        height: calc(100% - 71px);

    }

}
@media (orientation: landscape){
    div.upper-holder{
        float: left;
        width: 220px;
    }
    div.upper-holder{
        float: left;
    }
    div#controles-superiores{margin: 0px;width: calc(100% - 255px);}
    span.titulo{
        width: 207px;
        text-align: left;
    }
}

@media (max-width:565px) and (orientation : landscape) {
    span.titulo{
        font-size: 18px;
        width: 188px;
        text-align: center;
    }
    div.upper-holder{
        width: 190px;
    }
    div.menu-btn{
        margin: 7px 5px;
    }
    div#controles-superiores>div>div{
        font-size: 14px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    div.controles-superiores-middle{
        width: 255px !important;
    }
    div#controles-superiores{
        width: calc(100% - 200px);
    }
}
@media (max-heigt:565px) and (orientation : portrait) {
    span.titulo{
        font-size: 15px;
    }
}


@media (max-width:320px) {
    div#leyendamanual-holder img{
        width: 75%;
    }
}
@media (max-width:481px) {
    div#leyendamanual-holder img{
        width: 80%;
    }
}
@media (max-width:641px) {

}
@media (max-width:900px) {


    div#leyendamanual-holder img{
        width: 80%;
    }
    div.olControlAddaxToolbar,
    div.olControlPanZoom{ display: none;}
    div.desktop-footer{
        display: none;
    }
    div.desktop-explicacion-medicion {
        display: none;
    }
    .map.olMap{height: 100%;}
    div#mousepositiontxt{display: none;}
}
@media (min-width:901px) {
    div.controlesinformativosmovil{
        display: none !important;
    }
    div#leyendamanual-holder img{
        width: 100%;
    }
    .map.olMap{height: calc(100% - 70px) !important;}
    div#responsive-menu:hover{
        opacity: 1;
    }
    div#responsive-menu{
        opacity: 0.9;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }



/*Dialogs*/
.ui-dialog.ui-widget.ui-widget-content {
    z-index: 10000 !important;
    width: 100% !important;
    height: 100% !important;
}
#dialog-mensajes {
    /* padding: 0px !important; */
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    padding: 36px 0px 0px 0px !important;
    margin-top: -36px;
    float: left;
}
div.dialog2_footer {
    display: block;
    clear: both;
    background: #D52B1E;
    color: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
span.note_header {
    width: 100%;
    border-bottom: 1px solid #fff;
    display: block;
}
span.note_header span {
    padding-left: 7px;
}
span.note_body {
    width: 100%;
    display: block;
    background: #EEEEEE;
    color: #0F0F0F;
}
span.note_body span {
    padding: 2px 7px 9px 7px;
    display: block;
    text-align: justify;
    font-size: 10px !important;
}
div.ui-dialog.ui-widget {
    border: 1px solid #888888;
    border-bottom: 3px solid;
    border-right: 3px solid;
}
a.btn-irubicacion.botonclaronormal {padding: 5px 10px;line-height: 20px;}

div.fill {
    width: 100%;
    height: 100%;
}
div#gmap{
    overflow: visible !important;
}

.rotate-north {
    display: none;
    top: 65px;
    left: .5em;
}
div#control-ocultarcapas:hover{
    opacity: 1;
}
div#control-ocultarcapas.inactive{
    background-position: -27px 0;
}
div#control-ocultarcapas{
    position: absolute;
    bottom: 37px;
    left: 134px;
    opacity: 0.5;
    width: 27px;
    height: 27px;
    background: url(../img/verocultarcapas.png) no-repeat transparent;
    background-position: 0 0;
    cursor: pointer;
    z-index: 1;
}

div.controles-ubicacionlatlonstring{
    border-top: 1px solid #9D9D9D;
    padding: 10px 0px;
}

div.controles-ubicacionlatlonstring label{
    color: #747676;
    clear: both;
    position: relative;
    display: block;
    margin-bottom: 10px;
    left: 15px;
    width: 91%;
}
div.controles-ubicacionlatlonstring input{
    margin-left: 15px;
    width: 215px;

}


.olForeignContainer {
    /*display: none;*/
}


div.map-controls-holder input {
    height: 25px !important;
    font-size: 13px !important;
    color: #222 !important;
    line-height: 20px;
    border: 1px solid rgb(204, 204, 204) !important;
    padding: 5px !important;
}

div#responsive-menu {
    box-shadow: 4px 4px 8px #000;
    height: calc(100vh - 85px);
    overflow: auto;
}

button.gcd-gl-btn.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    display: none;
}

input#gcd-input-query {
    left: 10px;
    width: 212px;
}

a.btn-irubicacion.botonclaronormal {
    display: none;
}

div.controles-e2.guiauso span.selection {
    left:  10px !important;
    margin-left:  10px !important;
    float: none;
    display: block;
}

div.controles-e2.guiauso select {
    width: 267px;
}

.botones-red-holder.ui-buttonset {}

div.map-controls-holder label, div.map-controls-holder p {
    font-weight: bold;
}

div.controles-e1 {
    overflow: auto !important;
}

#map-control-fondo p {
    color: #747676;
}