/* 
// ************************************************************
// Autor: Marcelo Jiménez
// Fulltrust Software
// https://www.fulltrust.net
// Fecha última actualización: 2024-12-10 10:13:28
// ************************************************************
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --primero: #0084D4;
    --segundo: #FDC500;
    --tbbg: #1d3557;
    --top: #0088cc;
  }

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;

    background-color: white;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

html {
    scroll-behavior: smooth;
}

#barra_superior {
    height: 100px;
    background-color: #98c1d9; 
    clear: both;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--segundo);
}

#map_canvas {
	height: calc( 93vh);
	max-width: none !important;
	-webkit-appearance: none;
    clear: both;

}

#map_canvas1 {
	height: 200px;
	max-width: 100% !important;
	-webkit-appearance: none;
    clear: both;

}

.mas_info {
  color: var(--primero);  
}

.tools {
    color: #1d3557;
    text-decoration: none;
	margin-right: 0px;
}
a.tools:link {
    color: #1d3557;
    text-decoration: underline;
}
a.tools:active {
    color: #1d3557;
    text-decoration: underline;
}
a.tools:visited {
    color: #1d3557;
    text-decoration: underline;
}
a.tools:hover {
    color: var(--primero);
    text-decoration: none;
}

#tools_container{
    position: absolute;
    top: 0;
    right:  0;
    padding: 10px;
    text-align: right;
    margin-top: 15px;
}

#logo_container {
    position: absolute;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1000;
}

#t_container {
    position: absolute;
    float: left;
    margin-top: 20px;
    padding: 10px;
    padding-left: 0px;
    z-index: 1000;
    left: 120px;
    top: 0px;
}

#pretitle_container {
    clear: both;
    font-size: 12px;
    color: #fff;

}
#title_container {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#subtitle_container {
    clear: both;    
    font-size: 12px;   
    color: #fff;
}

.jconfirm-box {
    max-width: 95% !important;
}

.labels {
    background-color: #dfe7fd !important; 
    color: #333333;    
    

    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--segundo);    
}


.row {
    vertical-align: top;
}

#count_container{
    position: absolute;
    top: 5;
    right:  0;
    padding: 10px;
    text-align: right;
    color:yellow;
    margin-top: 20px;
}



.menu_arriba {
	clear:both;

    padding: 5px;
    height: 35px;
    vertical-align: middle;
    margin-bottom: 15px;

    background-color: #e3f2fd;

    margin-left: -5px;
    width: calc(100% + 0px);

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--primero);

}

.menu_arriba a:link {
    text-decoration: underline;
    color: #023e8a;
    margin-right: 10px;
}
.menu_arriba a:active {
    text-decoration: underline;
    color: #023e8a;
    margin-right: 10px;
}
.menu_arriba a:visited {
    text-decoration: underline;
    color: #023e8a;
    margin-right: 10px;
}
.menu_arriba a:hover {
    text-decoration: none;
    color: #023e8a;
    margin-right: 10px;
}

.div300r{
	float:right;
	text-align:right;
}

.div300l{
	float:left;
	text-align:left;
	font-weight:bold;
    margin-top: 5px;
    text-transform: uppercase;
}

form {
    background-color: white;

}

.text90  {
    width: 95%;
}

.fields90 {
    width: 95%;
}

form{
    overflow: visible !important;
}

table{
    overflow: visible !important;
}

.note {
	font-size:12px;
	color:var(--primero);
}


#login_container_dsi{
    width: 410px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.login_row{
    width: calc(100% - 20px);
    padding: 10px;
    height: auto;
    clear: both;
}

.login_l{
    width: 38%;
    float: left;
    text-align: right;
}

.login_r{
    width: 58%;
    float: right;
    text-align: left;
}

#mainContainer{
    padding:10px;
}


#casos1 {
	padding: 5px;
    margin:10px;
	position: absolute; 
	top: 40px; 
	z-index:1000;
	text-align: center;
	color: white;
	background-color: var(--primero);
	margin-left: auto;
	margin-right: auto;
    right: 10px;
    width:170px;
    height: 30px;
}


#options{
	background-color: #ee7030;
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 10000;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
    text-align: center;
    width:170px;
}
#options a:link {
    text-decoration: none;
    color: white;
}
#options a:active {
    text-decoration: none;
    color: white;
}
#options a:visited {
    text-decoration: none;
    color: white;
}
#options a:hover {
    text-decoration: none;
    color: white;
}


@media (min-width:961px)  {
/*
    #casos1 {
        padding: 5px;
        margin:10px;
        position: absolute; 
        top: 55px; 
        z-index:1000;
        text-align: center;
        color: black;
        background-color:#fff;
        margin-left: auto;
        margin-right: auto;
        right: 15px;
        font-size: 12px;
        width:175px;
    }

    #options{
        background-color: var(--segundo);
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 10000;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }    

    #side_menu {
        position: absolute;
        top: 130px;
        width: 300px;
        right: 15px;
        background-color: var(--segundo);
        z-index: 10000;
        padding: 5px;
        padding-top: 10px;
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: var(--primero);

    }    
*/



}


label {
    
    background-color: #f0f0f0 !important; 
    color: #000000;     
    width: 100%;
    text-align: left;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 800 !important;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--primero);
}

.col {
    
    background-color: #ffffff !important; 
    color: #000;     
    /*
    border-width: 1px !important;
    border-color: #0d76b6 !important;
    border-style: solid !important;
    */
    width: 100%;
    text-align: left;
    padding: 0px !important;
}

.p5p{
    padding: 10px !important;

    border-width: 1px !important;
    border-color: #eae0d5 !important;
    border-style: solid !important;    
}

.labelb {
    
    background-color: #e9edc9 !important;
    color: black;    
    border-bottom-width: 1px;
    border-bottom-color: var(--segundo);
    width: 100%;
    text-align: left;
    padding: 5px;
}

input[type=text] {
    color: black;
}


#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
  }


.rows {
    margin-bottom: 15px;
    vertical-align: top;
    padding: 5px;
    border-bottom-color: #98c1d9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 15px;
}  

h4 {
    width: 100%;
    font-weight: bold;
    /*
    border-bottom-color: #d63441;
    border-bottom-style: solid;
    border-bottom-width: 1px;    

    border-top-color: #d63441;
    border-top-style: solid;
    border-top-width: 1px;        
    */
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sep10{
    height: 20px;
    clear: both;
}

.etiqueta{
    /*font-weight: bold;*/
    font-size: 11px;
    color: white;
    background: transparent;
    border: none;
    box-shadow: none;    
}


#paneltabla{
    position: absolute;
    height: 30px;
    width: 100%;
    padding: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9000;

    background-color: var(--tbbg) !important;

    min-height: 30px !important;
}

#windowcontrols {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px;
    text-align: right;
    z-index: 1000;
    height: 29px;
    width: 100%;

    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;    

    background-color: #0084d4 !important;
}

.celdat {
    padding: 5px !important;
    vertical-align: top !important;
    color: #ffffff;
    background-color: var(--tbbg) !important;
    padding-left: 10px !important;

}

.celdat05 {
    padding: 5px !important;
    vertical-align: top !important;
    color: #ffffff;
    background-color: var(--tbbg) !important;
    padding-left: 10px !important;
    width: 5% !important;
}

.celdat20 {
    padding: 5px !important;
    vertical-align: top !important;
    color: #ffffff;
    background-color: var(--tbbg) !important;
    padding-left: 10px !important;
    width: 20% !important;
}

.celdat10 {
    padding: 5px !important;
    vertical-align: top !important;
    color: #ffffff;
    background-color: var(--tbbg) !important;
    padding-left: 10px !important;
    width: 10% !important;
}

.celdat25 {
    padding: 5px !important;
    vertical-align: top !important;
    color: #ffffff;
    background-color: var(--tbbg) !important;
    padding-left: 10px !important;
    width: 25% !important;
}



.encabezado{
    background-color: #22577a !important;
    color: white !important;
}


.dataTables_scrollBody thead tr {
    display: none;
    background-color: var(--tbbg) !important;
}

div.dts div.dataTables_scrollBody {
    background-color: var(--tbbg) !important;
  }


th {
    background-color: #e5e5e5 !important;
    color: #000000 !important;
    font-size: 12px;
    width: 30%;
    padding-left: 10px !important;
}

.dataTables_filter{
    display: none;
}

#buscar{
    height: 20px;
    width: 100px;
    color: #264653;
}

#divs{
    padding-left: 10px;
    padding-top: 4px;
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 10000;    
    color: white;
    font-size: 14px;
}






#toolstabla {
    padding:5px; 
    background-color: #f0f0f0; 
    z-index:15000;
    clear: both;
}



#divs{
    position: absolute;
    top: 0;
    left: 0;
}


#titulo {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index:15000;
    padding: 5px;
    padding-top: 3px;
    background-color: #0084d4;
    color: white;
    height: 25px;
    font-size: 14px;
    margin-left: 0px;
    text-align: center;
    width:100%;
}


.dark {
    background-color: #fffcf2 !important;
    color: black !important;
}

#side_menu {
    width: 400px;
    z-index: 100000;

    background-color: #fffcf2 !important;
    color: black;

    padding: 0px !important;
    padding-left: 10px !important;

    border-style:solid;
    border-width: 2px;
    border-color: var(--primero);

    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: var(--primero);

    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 490px;
    /*max-height: 70vh;*/

    overflow-y: scroll;

    display:none;
}

.ftitle {
    color: var(--primero);
}


table.dataTable tbody td {
    vertical-align: top;
  }


#acerca {
    position: absolute;
    bottom: 80px;
    left: 10px;
    z-index: 2000;
}

.jconfirm-title {
    line-height: 28px !important;
}








/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: var(--primero); /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 5px; /* Rounded borders */
	padding: 10px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 10000; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 50px; /* 30px from the bottom */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 50px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 50px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {bottom: 50px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {bottom: 50px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }



  .leaflet-control-zoom {
    bottom: 30px;
  }


  #avance{
	background-color: #98c1d9;
	position: absolute;
	right: 10px;
	top: 80px;
	z-index: 10000;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
    text-align: center;
    width:170px;
    height: 31px;
    min-height: 26px;
    overflow: hidden;
}

#avance a:link {
    text-decoration: none;
    color: white;
}
#avance a:active {
    text-decoration: none;
    color: white;
}
#avance a:visited {
    text-decoration: none;
    color: white;
}
#avance a:hover {
    text-decoration: none;
    color: white;
}


  #simbologia{
	background-color:#ffffff;
	position: absolute;
	right: 10px;
	top: 111px;
	z-index: 10000;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
    text-align: center;
    width:170px;
    height: 26px;
    min-height: 31px;
    overflow: hidden;
}

#simbologia a:link {
    text-decoration: none;
    color: black;
}
#options a:active {
    text-decoration: none;
    color: black;
}
#options a:visited {
    text-decoration: none;
    color: black;
}
#options a:hover {
    text-decoration: none;
    color: black;
}


.rowsim{
    width:80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.square{
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}


.leaflet-control-attribution {
    position: fixed;
    bottom: 30px !important;
    left: 1px !important;
}


#esperar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d3557; /* Adjust the background color as needed */
    z-index: 100;
}



 
  .loader {
    width: 80px; /* Adjust the width of the loader as needed */
    height: 80px; /* Adjust the height of the loader as needed */
    margin-left: auto;
    margin-right: auto;
  }


  .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .centered-image {
    max-width: 100%;
    max-height: 100%;
  }


  .tip {
    background-image:url('../admin/img/tip.png');
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-color: #f0e6ef;
    padding: 5px;
    padding-left: 30px;
    margin-bottom: 25px;
    margin-top: -30px;
    color: #333333;
    margin-left: 10px;
    margin-right: 10px;
  }


  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background-color: #f2f2f2;
    text-align: center;
    padding: 5px;
    font-size: 10px;
  }



  /* 
// ************************************************************
// Autor: Marcelo Jiménez
// Fulltrust Software
// https://www.fulltrust.net
// Fecha última actualización: 2024-08-09 15:53:20
// ************************************************************
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

:root {
    --main: #023047;
    --topdiv: #f2f2f2;
    --bg: #ffffff;
    --bg2: #e3f2fd;
    --top: #cfe2ff;
    --amarillo: #fff3cd;
    --grisclaro: #fefefe;
}

body {
    background-color: var(--bg);
}

html {
    scroll-behavior: smooth;
}

td {
    vertical-align: top;
}

tr {
    vertical-align: top;
}



/* Place this code in your CSS file */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(193, 18, 31, 0.9) url(../img/cd-top-arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    /* Hace que el elemento sea un círculo */
    -webkit-transition: opacity .5s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* el botón se vuelve visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* si el usuario sigue desplazándose hacia abajo, el botón se desenfoca y se vuelve menos visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}


.buttons-excel {
    display: none !important;
}


.sep10 {
    clear: both;
    height: 10px;
}



label {
    color: var(--main);
    background-color: var(--bg2);
    width: 100%;
    padding: 5px;
    text-transform: uppercase;

    font-size: 14px;
    font-weight: 500;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--topdiv);

    margin-top: 5px;
}


.topdiv {
    height: 5px;
    clear: both;
    background-color: #00547f;
}




/* el título de cada página y los botones de la derecha / arriba */
.top-info-div {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;

    border-style: none;
    border-width: 0px;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:var(--top);

    background-color: var(--grisclaro);

    margin-top: 5px;
    margin-bottom: 10px;

}


.spin-icon {
    display: inline-block;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


#sidebarMenu {
    color: #000000 !important;
}
#sidebarMenu a {
    color: #000000 !important;
}

#sidebarMenu a:hover {
    color: #333333 !important;
}


#porEstado {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#myChart {
    width:  400px !important;
    margin-left: auto;
    margin-right: auto;
}









.marker-cluster-small {
	background-color: #eddea4 !important;
}  
.marker-cluster-small div {
	background-color: #fb8500 !important;
	color: #ffffff !important;
}

.marker-cluster-medium {
	background-color: #d8e2dc !important;
}  
.marker-cluster-medium div {
	background-color: #81b29a !important;
	color: #fff !important;
}

.marker-cluster-large {
	background-color: #f0a170 !important;
}  
.marker-cluster-large div {
	background-color: #e85d04 !important;
	color: #fff !important;
}








/* Container for the tabs */
.tab {
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-right: 5px;
    padding-top: 5px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: #f1f1f1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    transition: 0.3s;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: var(--topdiv);
    color: white;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: var(--topdiv);
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    margin-right: 5px;
  }

.tablinks {
    background-color: #f1f1f1;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    transition: 0.3s;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
}

.tablinks:hover {
    background-color: var(--primero) !important;
    color: white !important;
}

.tablinks.active {
    background-color: var(--topdiv);
}
/* tabs */



/* Efecto temporal: fondo y borde */
.dropdown-highlight {
    background-color: #ffb6c1; /* Light red */
    border: 2px solid #8B0000; /* Dark red */
    transition: background-color 1s ease, border 1s ease;
}

.form-group {
    margin-bottom: 10px;
}



.nav-link {
    margin-left: -5px !important;
}




#sidebarMenu.sidebar-hidden {
    display: none !important;
}

#sidebar {
    width: 300px !important;
}

#barra {
    cursor: pointer;
    position: absolute;
    top: 100px;
    left: -5px;
    z-index: 100;
    font-size: 20px;
    color: #ffb703;
    width: 100px !important;
}

.margin-left-10 {
    margin-left: 10px;
}

h5 {
    margin-left: 15px;
}




#wait {
	width: 256px;
	height: 256px;
	top: calc(50% - 125px);
	left: calc(50% - 125px);
	position: absolute;
	z-index: 10000;
    display: block;
}


.nav-link {
    cursor: pointer;
    text-decoration: none;
    color: #000000 !important;
    margin-left: -20px !important;
    margin-right: -10px !important;
}
.nav-link:active,
.nav-link:visited,
.nav-link:hover {
    text-decoration: none;
    color: #000000 !important;
}


#bicolor {
    position: absolute;
    top:-10px;
    left: 40px;
    z-index: 1000;
}