/* Styles go here */
/* Sticky footer styles
-------------------------------------------------- */

/*@import url(https://db.onlinewebfonts.com/c/3b12f78c783e678acc1f0fefe8e46380?family=Museo+Sans100);*/

html,
body {
  height: 100%;
  font-family: 'Museo Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.jsPanel .jsPanel-content {
    font-family: 'Museo Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.h5, h5 {
    font-size: 18px !important;
    margin-top: 8px !important;
}

.h6, .lead, h6 {
    font-size: 15px !important;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -30px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 75px;
  background-color: white;
  border: 1px solid #767676;
  overflow: hidden;
  width: 180px;
  right: 10px;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  border-radius: 5px;
  opacity: 0.9;
  box-shadow: 3px 3px 4px #888888;
  font-size: 14px;
}

.footer-minimo {
  height: 80px !important;
}

#basemaps {
    height: 50px;
    background-color: white;
    border: 1px solid #767676;
    overflow: hidden;
    width: 180px;
    right: 10px;
    position: absolute;
    z-index: 100;
    bottom: 90px;
    border-radius: 5px;
    opacity: 0.9;
    box-shadow: 3px 3px 4px #888888;
    padding: 2px;
}
  
.basemaps-minimo {
    height: 80px !important;
}  


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .credit {
  margin: 5px 0;
}


/**********  NAVBAR      ***/

/**
.navbar-nav .btn-group {
    margin-top: 2px;
    margin-right:4px;
} **/

.btn-menu {
  border-color: #004b00;
  top: 0.5px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}

.btn-panel {
  border-color: #004b00;
  box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}

.navbar {
    margin-bottom: 0px;
    z-index: 2;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 75px;
    background-color: black;
    width: 100%;
    height: 100%;
}

.olControlAttribution {
    right: 42px !important;
    bottom: 5px !important;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px;
    border-radius: 5px;
}


#main-content .openlayers-container img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: none;
}


#coordGeo {
  color: black;
  position: relative;
  top: 24px;
}

#coordGeoDecimal {
  color: black;
  position: relative;
  top: 20px;
}

#coordPlanas {
  color: black;
  position: relative;
  top: 15px;
}

#coordenadas {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 209px;
  left: -15px;
}

.css-mapa-general {
  padding: 0 !important;
}


#escalaNum {
  float: left;
  position: absolute;
  padding: 3px 38px 0px 50px;
  color: black !important;
}

#idCoordenadas, #idMapaGeneral {
  font-size: smaller;
}

#footer .ol-scale-line {
  bottom: 0  !important;
  left: 0  !important;
  padding: 0 !important;
  position: relative !important;
  background: none !important;
}


.legend {
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 80px;
    opacity: 0.6;
}


/* when OL encounters a 404, don't display the pink image */

.olImageLoadError {
    display: none !important;
}


.olImageLoadError {
    background-color: transparent;
}

/* Tooltip de medidas */

.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}
.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}
.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.tooltip-static:before {
    border-top-color: #ffcc33;
}

#mapa-escala {
    position: relative;
    height: 30px;
    top: 50%;
    left: 45%;
    margin-right: -50%;
    display: inline-block;
}


#mapa-escala .ol-scale-line {
    background: none !important;
}

#mapa-escala .ol-scale-line-inner {
    border: 1.2px solid black !important;
    border-top: none !important;
    color: black !important;
}


#sidebar {
    background: #e7e7e7;
    position: fixed;
    top: 42px;
    right: -200px;
    width: 200x;
    height: calc(100% - 42px);
    border-left: 1px solid #dddddd;
}

#sidebar-content {
    width: 199px;
    float: right;
    height: 100%;
    background-color: white;
    overflow: hidden;
}

.tab-content.contenido {
    position: absolute;
   top: 48px;
   bottom: 0;
   right: 0;
   left: 0;
   overflow:auto;

}

#panelIdentificacion {
   max-height: calc(100% - 100px);
   width: 25%;
   position: absolute;
   top: 55px;
   bottom: 0;
   right: 0;
   left: 8px;
   overflow: hidden;
   display:none;
}

#panelContenidoConsulta {
    max-height: 350px;
    overflow: auto;
    padding: 8px 8px 0px 8px;
}

#panelContenidoEstado {
    padding: 8px 8px 0px 8px;
}

.cerrarConsulta {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0px 4px;
    border-radius: 4px;
    cursor: pointer;
}

#txtBienInfo {
    vertical-align: middle;
}


#toggleSidebar {
    float:left;
    height: 24px;
    width: 26px;
    margin-top: 50px;
    margin-left:-26px;

    border-top-right-radius:                    0px;
    border-bottom-right-radius:                 0px;
    -webkit-border-top-right-radius:            0px;
    -webkit-border-bottom-right-radius:         0px;
    -moz-border-radius-topright:                0px;
    -moz-border-radius-bottomright:             0px;
}


.formato{
    margin: 0px;
    height: 100%;
}


.contenidoTabs {
    margin-top: 4px;
    margin-left: 0px;
}



.divLeyenda{
    background: #F9F9F9;
    border: 1px solid #E1E1E8;
    padding: 8px;
    height: 100%;
    --border-top-radius:                   4px;
    --webkit-border-radius:            4px;
    --moz-border-radius:               4px;
}



.capaBase {
    padding: 0px !important;
}


#idLoader {
    background-image: url("/static/img/loader.gif");
    background-color: none;
    position: relative;
    left: 20%;
    top: 4px;
    width: 200px;
    height: 20px;
    background-position:center;
    background-repeat:no-repeat;
    display: none;

}


.progress-bar.animate {
   width: 100%;
}


#featurePopup .olPopup {

height: 360px;
width: 320px;
/*overflow: hidden;*/
}

#featurePopup .olPopupContent {

height: 310px;
width: 100%;
overflow: hidden;
padding: 0px;
margin: 0px;
}

#featurePopup .pagination {
    margin-top: 8px;
}

#featurePopup .pagination > li > a, #featurePopup .pagination > li > span {
    padding: 3px 12px;
}

#featurePopup .pagination a {
    font-size: 11px;
    padding: 2px 10px;
    width: 25px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}


/* Cargador para la generación de reportes */
.spinner {
  margin: 0px auto;
  width: 300px;
  height: 30px;
  text-align: center;
}

.spinner > div {
  background-color: #0066CC;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-right: 5px;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner-texto {
  text-align: center;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner .rect6 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*.time-slider {
    width: 400px;
    position:absolute;
    bottom: 10px;
    left: 40%;
}*/

div#txtErrorMetadato, a#enlaceDetalleMetadato, a#enlaceXmlMetadato {
    display: none;
}


.modal-wide .modal-dialog {
  width: 70%; /* or whatever you wish */
}

#modalIncidencia .modal-dialog {
    position:absolute;
    top: calc(50% - 25px) !important;

    transform: translate(50%, -50%) !important;
    -ms-transform: translate(50%, -50%) !important;
    -webkit-transform: translate(50%, -50%) !important;
}

#modalIncidencia .modal-body {
    max-height: 420px;
    overflow-y: auto;
}


#menuAvanzado {
    left: 0;
    min-width: 180px;
}

#menuRedes {
    left: 0;
}

.frmline {
    margin-bottom: 15px;
}

.modal-tercero .modal-dialog{
    width: 80%;
}

/*
Estilo del reproductor temporal
*/

#rango-tiempo {
    margin-left: -105px;
    margin-top: -8px;
    background: rgba(255, 255, 255, 0.67) none repeat scroll 0% 0%;
    padding: 1px;
    border-radius: 5px;
}

.modal-md {
    width: 800px !important;
}
/*j ancho para los modales*/
@media (max-height: 767px){
  div div.modal-md {
      width: 96% !important;
  }  
}
/*addj*/
.desactivado {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}


/*#lista-cercanos-posconsumo, #instrucciones-ruta-posconsumo {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}*/

/*#modalSobre .modal-dialog {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#modalSobre .modal.fade .modal-dialog {
    transition: top 0.4s ease-out;
    transform: translate(0, -50%);
    top: 0;
}

#modalSobre .modal-dialog {
    transform: translate(0, -50%);
    top: 50%;
} */

div#modalSobre {
    background-color: #2125298f;
 }

#modalSobre .modal-dialog {
    width: 750px;
}

#modalSobre .modal-body, #modalSobre .container {
  padding: 0px;
}

div#modalSobre .carousel-caption {
    right: 5%;
    left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#modalSobre .container p {
    color: white !important;
}

#lista-cercanos-posconsumo a, #instrucciones-ruta-posconsumo a {
    padding: 5px 10px 0px 10px !important;;
}

#carrusel-entrada .carousel-caption {
    margin-bottom: -45px !important;
}

#carrusel-entrada .carousel-control {
    background-image: none;
}

#carrusel-entrada .carousel-indicators {
    margin-bottom: -40px;
}

#carrusel-entrada .carousel-indicators li {
    background-color: rgba(156, 156, 156, 0.44);
    border: 1px solid rgb(231, 231, 231);
}

#toast-container > div {
    margin: 35px 30px 6px;
}

.pace .pace-progress:after {
  color: white;
  text-shadow: 2px 2px 4px #000000;
  padding-right: 110px;
  top: -24px;
}

select.custom {
  width: 100px !important;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right center;
}

select.custom::-ms-expand {
  display: none;
}

.ui-rangeSlider-rightArrow {
    margin-right: 2px;
}


#autocomplete, #autocomplete-posconsumo, #autocomplete-masivos,  #autocomplete-pire,
#autocomplete-hospitalario, #autocomplete-siamovil {width: 100%;}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

input#autocomplete-posconsumo::placeholder, input#autocomplete-masivos::placeholder input#autocomplete-pire::placeholder,
input#autocomplete-hospitalario::placeholder, input#autocomplete-siamovil::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aea5a5;
  opacity: 1; /* Firefox */
  font-size: "small";
  font-style: italic
}

#sortable {
    list-style-type: none;
    margin: 0; padding: 0;
    width: 100%; }

#sortable li {
    /*margin1: 0 3px 3px 3px;*/
    padding-top: 0.2em;
    padding-left: 1.5em;
    font-size: 1.1em;
    height: 28px;
}

#sortable li span {
   position: absolute;
   margin-left: -1.3em;
}

.slider {
    left: 395px;
    top: -15px;
    position: relative;
    width: 25%;
}

.centrar {
    margin-left: auto;
    margin-right: auto;
    width: 72%;
}

.navbar-brand {
    font-size: 20px !important;
}

/*## Pantallas de computador ##*/

@media screen and (min-width : 767px){
    #map {
        width: 100%;
        height: calc(100% - 42px);
        border: 0px;
        padding: 0px;
        position: absolute;
    }

    .minimo {
        height: 100% !important;
    }
}


@media screen and (min-width : 0px) and (max-width : 700px){
    .time-slider {
        display: none;
    }

    .tab-content {
      padding: 0 !important;
    }
 }


@media screen and (min-width : 700px) and (max-width : 941px){
   .time-slider {
        width: 400px;
        position:absolute;
        bottom: 10px;
        left: 30%;
    }
}

/*## Pantallas de computador ##*/
@media screen and (min-width : 941px){
    .time-slider {
        width: 400px;
        position:absolute;
        bottom: 10px;
        left: 40%;
    }
}

/********** cARRUSEL ***/

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}


// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
  #jspanel-tools {
    display: 'none';
  }
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }


@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}

.carousel-inner {
    min-height: 330px;
}


.ol-layerswitcher-buttons {
    top: 6px;
}

.li-content {
    width: calc( 100% - 25px ) !important;
    font-size: smaller;
}

.ol-layerswitcher .layerswitcher-opacity {
    width: 96% !important;
}

.ol-layerswitcher .panel li label {
    max-width: none !important;
}

.piwik_download {
    color: rgba(0, 0, 255, 1) !important;
}

.daterangepicker .drp-calendar.right {
    padding: unset !important;
}

.input-group-addon:first-child {
    background: #c2c2c2;
}

.ui-rangeSlider .ui-rangeSlider-innerBar {
    background: #52ad81 !important;
}

.ui-rangeSlider .ui-rangeSlider-handle {
    background: rgb(18, 143, 118) !important;
}

.navbar {
    border-radius: 0px !important;
}

/********************************** Minimo *****************************/

.img-minimo {
  background-image: url(/static/img/carrusel_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 286px;
  width: 100%;
}

.modal-footer-minimo {
    padding: 10px;
}

.modal-footer>* {
    margin: 0.2rem;
}

.btn1-menu {
  border-radius: 0px !important;
}

.info-panel {
    height: 124px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0px;
}

.mapa-panel {
    min-height: 0px;
}

.info-p {
    color: white;
    margin-bottom: -5px;
    padding: 5px 5px 0px 5px;
}

.footer-buttons {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    position: absolute;
    bottom: 0px;
}

.jssocials-share i.fa {
    font-family: "Font Awesome 5 Brands";
}



.fancy-checkbox input[type="checkbox"] {
    display: none;
}

.fancy-checkbox input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.fancy-checkbox input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.fancy-checkbox input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.fancy-checkbox input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.fancy-checkbox input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.btn-activo {
    box-shadow: 5px 5px 5px #0000006e !important; /*inset*/ 
}


.text-footer p {
    padding: 0px;
    margin: 0px;
}

.btn-basemaps {
    padding: 0px;
    margin: 0px;
}

#modal-basemaps {
    position: absolute;
    right: 10px;
    bottom: 110px;
    top: unset;
    left: unset;
    width: unset;
    max-width: 100%;
    height: unset;
}
  
#modal-basemaps .modal-content {
  padding: 10px;
}

.row-basemaps {
    margin-right: 5px !important;
    margin-bottom: -15px !important;
}

.text-tiny { 
    height: 25px;
    display: inline-block !important;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 50%;
    padding-top: 5px;
}

#jspanel-container {
    position: fixed;
}


/************** Carrusel *****************/

.carousel-indicators li {
    background-color: #8DBD27!important;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%!important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0,0,0,0.5);
}

#etiquetas {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
#etiquetas ul { list-style: none; }
#etiquetas .carousel-inner {
    min-height: 0px;
}
#etiquetas .row {
    margin-right: 25px;
}
.pills-rounded .nav-item .nav-link {
    border-radius: 10em;  
}
.pills-deep-purple .nav-link.active {
    background-color: #8bbe26 !important;
}
.md-pills .nav-link.active {
    color: #fff;
    background-color: #8DBD27;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    line-height: 12px;
    font-size: 70%;
    font-weight: 400;
    display: block;
}
.md-pills .nav-link {
    color: #666;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin: 2px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.dropdown-item {
    color: #7b8a8b;    
    font-size: 0.9em;  
}

.dropdown-item:hover {
  background-color: #18bc9c;
  color: white;
}

.btn-success, .btn-success.dropdown-toggle {
    background-color: #85b926 !important;
}

.identificacion {
    padding: 10px;
}

/* Scroll 1 */
.sc1::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.sc1::-webkit-scrollbar-track {
    background-color: rgb(238 238 238);
    border-radius: 10px;
}

.sc1::-webkit-scrollbar-thumb {
    background-color: #85b926;
    border-radius: 10px;
}

.tab-formato {
    padding: 0px !important;
}

.tabs-modal a {
    color: white;
}

.btn-toolbar {
    padding:8px 12px;
    margin: 0px;
    color: #666;
}

.btn-last {
    box-shadow: 0px -10px 20px -15px #111;
}

.item-medida {
    padding: 10px 10px 0px 10px;
}

.alert-success {
    color: white;
    background-color: #8bc34a;
    border-color: unset;
}

/** ******************************** Mobile  */


#navs-mobile {
  background-color: #eeeeee !important;
}

#navs-mobile .nav-item {
  max-width: 68px;
  font-size: 12.5px;
  text-align: center;
}

#navs-mobile .nav-link {
  color: #8a8a8a !important;
  border-radius: 0px !important;
}

#navs-mobile .nav-link.active {
  color: grey !important;;
  background-color: white !important;
}

.tab-mobile {
  margin-bottom: 53px;
}

#navs-content-mobile{
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  max-height:50vh;
  border-radius:  .25rem  .25rem 0px 0px !important;
}

#btn-close-nav {
 position: absolute;
 z-index: 3;
 right: 8px;
 top: 5px;
}

.container-mobile {
  padding: 8px;
}

@mixin modal-fullscreen() {
  padding: 0 !important; // override inline padding-right added from js

  .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-body {
    overflow-y: auto;
  }

}

/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 0px) and (max-width : 767px){
  #map {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  ul.sidemenu {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 42px;
    height: calc(100% - 42px);
  }

  #basemaps {
    width: 42px !important;
    bottom: 120px;
  }

  #menu-contenido-capas {
    position: relative;
    height:  calc(50vh - 80px) !important;;
  }

  #menu-contenido-geocodificador {
    position: relative !important;
    width: 100% !important;
    height: calc(50vh - 150px) !important;
  }

  #modal-basemaps {
    bottom: 120px;
  }

  .row-basemaps {
    margin-right: 0px !important;
  }

  #menu-botones-posconsumo {
    margin: 0px !important;
  }

  #menu-contenido-reporte {
    height: calc(50vh - 110px) !important;
  }

  #menu-contenido-apps {
    height: calc(50vh - 110px) !important;
  }

  .switch span:before {
    top: -1px!important;
  }
}


#tab-mobile-info {
  top: 40px;
  position: relative;
  margin-bottom: 40px;
  overflow-x: hidden !important;
}

.header-tab-mobile {
  position: fixed;
  height: 20px;
  padding: 8px 10px;
  margin-top: -40px;
  overflow-y: visible;
}


.content-tab-mobile {
  margin: -10px -20px !important;
}

/*j basemaps*/
@media screen and (min-width : 0px) and (max-width : 767px){
  #basemaps{
    bottom: 140px !important;
  }  
  
  div#timeSlider .ui-rangeSlider-leftLabel{
    left: 0 !important;
    width: 75px !important;
  }

  div#timeSlider .ui-rangeSlider-rightLabel{
    right: 0 !important;
    width: 75px !important;
  }

  .time-slider {
      display: block;
      width: 64vw;
      position:absolute;
      bottom: 78px;
      left: 30vw !important;
      background-color: white;
      margin: 0% !important;
  }

  .time-slider > #rango-tiempo{
      width: 0;
      height: 180%;
  }

  .time-slider > #rango-tiempo > select{
      height: 100%;
  }

  .tab-content {
    padding: 0 !important;
  }
}

@media screen and (min-width : 0px) and (max-width : 357px){
  .time-slider {
      display: block;
      left: 35vw !important;
  }
  /**.time-slider > #rango-tiempo{
      width: 178%;
  }**/
}



/**
@media screen and (min-width : 331px) and (max-width : 370px){
.time-slider > #rango-tiempo{
    width: 174%;
}
}

@media screen and (min-width : 371px) and (max-width : 410px){
.time-slider > #rango-tiempo{
    width: 168%;
}
}

@media screen and (min-width : 411px) and (max-width : 480px){
.time-slider > #rango-tiempo{
    width: 160%;
}
}

@media screen and (min-width : 481px) and (max-width : 600px){
.time-slider > #rango-tiempo{
    width: 150%;
}
}

@media screen and (min-width : 601px) and (max-width : 767px){
.time-slider > #rango-tiempo{
    width: 138%;
}
}**/
/*j add*/

/*j wid wid-cerrar y vhen*/
.wid {
  width: 130px !important;
  padding-left: 5px;
  padding-right: 5px;
}

.wid-cerrar {
  height: 49px !important;
  width: 90px !important;
  padding: 5px;
}

.vhen{
  height: 96vh !important;
  margin-bottom: 1vh;
}
/*addj*/

/*j modal-datos y modal-coordenadas, parametros medi-kit y info-kit*/

div#medi-kit, div#info-kit{
  height: 50vh !important;
}

/*modal base de datos*/
@media (min-height : 620px) and (max-width : 767px){
  div#modalAgregarDatos{
    width: 96vw !important;
    margin-top: 2vh !important;
    margin-bottom: 2vh !important;
    margin-left: 2vw !important;
    margin-right: 2vw !important;
  }
  
  div#modalAgregarDatos > div{
    height: 96% !important;
    width: 96vw !important;
    margin: 0 !important;
  }
  
  div#modalAgregarDatos > div > div{
    height: 100% !important;
    width: 96vw !important;
  }

  div#modalAgregarDatos > div > div > div.modal-c-tabs{
    height: 100% !important;
  }

  div#modalAgregarDatos > div > div > div.modal-c-tabs > div.tab-content{
    height: calc(100% - 42px) !important;
  }

  div#modalAgregarDatos > div > div > div.modal-c-tabs > div.tab-content > div{
    height: 100% !important;
  }

  div#modalAgregarDatos > div > div > div.modal-c-tabs > div.tab-content > div > div.modal-body{
    height: calc(100% - 70.7px) !important;
  }
}

/*modal coordenadas*/
@media (min-height : 460px) and (max-width : 767px){

  div#modalCoordenadas{
    width: 96vw !important;
    margin-top: 2vh !important;
    margin-bottom: 2vh !important;
    margin-left: 2vw !important;
    margin-right: 2vw !important;
  }
  
  div#modalCoordenadas > div{
    height: 96% !important;
    width: 96vw !important;
    margin: 0 !important;
  }
  
  div#modalCoordenadas > div > div{
    height: 100% !important;
    width: 96vw !important;
  }

  div#modalCoordenadas > div > div > div.modal-c-tabs{
    height: calc(100% - 95.7px) !important;
  }

}

@media (max-width : 356px){
  #btnAyudaAgregarDatos{
    width: 29% !important;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  #btnAgregaDatos{
    width: 29% !important;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  #btnCerrarAgregarDatos{
    width: 29% !important;
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

/*alineacion botones y tamaño de letra*/

@media (max-width : 428px){
  ul#tabsConvCoord li a{
    font-size: 0.7rem;
    width: 100% !important;     
  }
}

@media (max-width : 413px){
  #btnObtenerCoordenadas{
    width:37% !important;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  #btnCerrarCoordenadas{
    width: 28% !important;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  #btnCoordenadas{
    width: 25% !important;
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

/*j the end add*/

/*j ajustar detalles del aplicativo*/
@media (max-width: 767px){
  .list-group{
    height: 100% !important;
    width: 100% !important;
   
  }
  div span.close-capas {
    top: 40px !important;
  }

  .busd{
    margin: .5rem 0 0 .5rem;
  }

  #map-print{
    width: 300% !important;
  }

  #map-print > div{
    width: 100% !important;
  }

  #map-print > div > canvas{
    width: 100% !important;
  }

  .modal-content > div > iframe{
    height: calc(100vh - 260px) !important;
  }

  .medio{
    height: calc(100vh - 220px) !important;
  }

  #iframe-metadata{
    height: 80vh !important;
  }

  div.col-2:has(a){
    justify-content: center !important;
    align-items: flex-end !important;
    display: flex !important;
    flex-direction: column !important;
  }

}
/*j add*/
