@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');


:root {
    --primero: #274c77;
    --segundo: #388ad4;
    --tercero: #274c77;	
	--morado: #3d348b;
	--rojo: #c1121f;
	--snackbar: #eb5e28;
  }

body {
	font-family: 'Titillium Web', sans-serif;
	background-color:#f0f0f0;
	font-size:14px;
	margin:0px;
	
}

#map_canvas {
	margin: 0px;
	padding: 0px;
	border-width:2px; 
	border-style:solid; 
	border-color:white; 
	overflow:hidden; 
	height: calc(100vh - 30px);
	clear:both;
	z-index: 9;
	width: 100%;
}


a {
  color: var(--segundo);
  text-decoration: none;
}

a:hover {
  color: var(--segundo);
  text-decoration:underline;
}

a:active {
  color: var(--segundo);
  text-decoration: none;
}	
a:visited {
  color: var(--segundo);
  text-decoration: none;
}


.tools {
    color: #000000;
    text-decoration: none;
	margin-right: 0px;
}
a.tools:link {
    color: #fff;
    text-decoration: none;
}
a.tools:active {
    color: #fff;
    text-decoration: none;
}
a.tools:visited {
    color: #fff;
    text-decoration: none;
}
a.tools:hover {
    color: #fff;
    text-decoration: underline;
}

#tools_container{
    position: absolute;
    top: 0;
    right:  0;
    padding: 10px;
    text-align: right;
    margin-top: 20px;
}

#logo_container {
	position: absolute;
	top: 10px;
	left: 10px;
	width:130px;
	z-index: 1000;
	padding: 5px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.7);
}

#t_container {
		position: absolute;
		top: 25px;
		left: 95px;
}

#pretitle_container {
    clear: both;
    font-size: 12px;
    color: white;
    margin-bottom: 2px;
}
#title_container {
    clear: both;
    font-size: 22px;
    font-weight: bold;
    color: white;
	width: 180px;
}

#subtitle_container {
    clear: both;    
    color: white;
    font-size: 12px;   
    margin-top: 2px; 
}

#barra_superior {
    height: 45px;
    background-color: var(--segundo); 
    clear: both;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--primero);
	color: white;
	font-size: 20px;
}


@media only screen and (max-width: 600px) {

#tools_container{
    position: absolute;
    top: 0;
    right:  0;
    padding: 10px;
    text-align: right;
    margin-top: -5px;
}
	
	
#logo_container2 {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
	width: 180px;
}	

}

#logo_container2 {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
	width: 180px;

}	

#side_menu {
    position: absolute;
    top: 90px;
    width: 300px;
    right: 30px;
    background-color: var(--segundo);
    z-index: 1000;
    padding: 10px;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--primero);
	display: none;
	color: #ffffff;
}

.sep25 {
	height: 15px;
	clear: both;
}


#wait {
	width: 256px;
	height: 256px;
	top: calc(50% - 125px);
	left: calc(50% - 125px);
	position: absolute;
	z-index: 1000000;
}

#wait1 {
	width: 256px;
	height: 256px;
	top: calc(50% - 125px);
	left: calc(50% - 125px);
	position: absolute;
	z-index: 1000000;
}

#status {
	font-size: 14px !important;
	padding: 3px;
	position: absolute; 
	bottom: 0px; 
	z-index:1000;
	text-align: center;
	color: #ffffff;
	background-color: var(--morado);
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}

#casos1 {
	font-family: 'Titillium Web', sans-serif;	
	font-size: 14px !important;
	padding: 5px;
	position: absolute; 
	top: 43px; 
	right: 10px;
	z-index:1000;
	text-align: center;
	color: white;
	background-color: var(--primero);
	width:185px;
}


#youarehere {
	font-family: 'Titillium Web', sans-serif;	
	font-size: 14px !important;
	position: absolute; 
	bottom: 60px; 
	z-index:1000;
	text-align: center;
	color: black;
	margin-left: auto;
	margin-right: auto;
	left: 15px;
	height: 72px;
	width: 72px;
}

.jconfirm-box-container {
    width:90% !important;
}

.label100{
	color: #2980B9;
	width: 100%;
	border-bottom-color: darkblue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
	font-weight: bold;
}
.field100 {
	padding: 5px;
	width: 100%;
	background-color: white;
}

#wait {
	width: 256px;
	height: 256px;
	top: calc(50% - 125px);
	left: calc(50% - 125px);
	position: absolute;
	z-index: 10000;
}

#botones { 
    height: 80px; 
    position: fixed; 
    top:0px;
    width:100%;
	padding-left: 10px;
	padding-right: 10px;
    background-color: var(--primero);
    opacity: 1;
}

#nr{
	font-size: 20px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 200px;
	text-align: center;
}


#btns { 
    height: 40px; 
    position: fixed; 
    top:0px;
    width:100%;
	padding-left: 10px;
	padding-right: 10px;
    opacity: 1;
	z-index: 1000;
}





#divfoto{
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: 96vh;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #0084D4;
	background-color: #ffffff;
}



#options{
	background-color: var(--segundo);
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--primero);
}


.fbutton{
	left: 2px; 
	top: 2px; 
	width: 64px; 
	margin-top: 10px; 
	float: left; 
	margin-right: 10px; 
	text-align: center	
}


#nr{
	font-size: 20px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 200px;
	text-align: center;
}


#btns { 
    height: 40px; 
    position: fixed; 
    top:0px;
    width:100%;
	padding-left: 10px;
	padding-right: 10px;
    opacity: 1;
	z-index: 1000;
}


.divfoto{
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: 96vh;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #0084D4;
	background-color: #ffffff;
}


#ayuda{
	position: absolute;
	right: 30px;
	top: 25px;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	display: none; /* 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(--snackbar); /* 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 */
  }
  




  #logo{
	position:absolute;
	top:10px;
	right:10px;
	z-index: 101;
	text-align: center;
	width:185px;
	background-color: rgba(255, 255, 255, 1);
  }


  #reporte {
	position: absolute;
	width:calc(100% - 20px);
	height: calc(100% - 20px);
	top:0px;
	right: 0px;
	z-index: 100000;
	background-color: white;
	margin: 10px;
	padding: 5px;
  }

  #cerrar{
	position: absolute;
	top:10px;
	right: 10px;
	height: 36px;
	padding: 2px;
  }

 

  #enviar{
	position: absolute; 
	right: 15px; 
	width: 70px; 
	text-align:center; 
	color:white;
  }




  #flota {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	height: 100%;
	top: 0px !important;
	background-color:#ffffff;
	width:400px;
	z-index: 2147483647!important;
	left:0px;
	visibility:visible;
	position: fixed;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.7) !important;
	border: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	  
	float:left;
	overflow: hidden;
	display: none;
	z-index: 10000;
  }
  
  #myframe {
	  width:100%;
	  border-style:none;
	  padding: 10px;
	  height: 100%;
	  background-color: #e7eff6 ;
	  
	  
   }
  
  
  .titulo-popup {
	  padding: 35px 25px 38px 25px !important;
	  font-size: 24px;
	  font-weight: 900;
  
	  background: #333;
	  color: #27CCC0;
  }
  #dra {
	  height:35px; 
	  padding:5px; 
	  background: var(--primero) ;
	  text-align: right;
	  width: 100%;
	  padding-right: 0px;
	  z-index: 10001;
  }




/* width */
::-webkit-scrollbar {
	width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f0f0f0; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: var(--segundo); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #f0f0f0; 
  }



.tooltip-inner {
    background-color: var(--segundo) !important;
    color: #ffffff ;
}

.bs-tooltip-bottom .arrow::before, 
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: var(--segundo) !important;
}


#capas {
	position: absolute;
	top: 115px; 
	right: 30px;
	background-color: white;
	color: #333;
	z-index: 100;
	padding: 10px;
	text-align: left;
	width:185px;
	display: none;
}


#gpssw {
    display: flex;
    flex-direction: column; /* Cambia la dirección del eje principal a vertical */
    align-items: center;
    position: absolute; 
    bottom: 150px; 
    left: 10px;
    z-index: 1000;
    color: black;
    height: 64px;
    width: 64px;    
    border-radius: 10px;
    background-color: var(--segundo);
	cursor: pointer;
}

#ampolleta {
    display: flex;
    flex-direction: column; /* Cambia la dirección del eje principal a vertical */
    align-items: center;
    position: absolute; 
    bottom: 240px; 
    left: 10px;
    z-index: 1000;
    color: black;
    height: 64px;
    width: 64px;    
    border-radius: 10px;
    background-color: var(--segundo);
	padding-top: 10px;
	cursor: pointer;
	transition: all 1s ease-in-out;
}

#gpslabel {
    text-align: center;
    color: #ffffff;
    margin-top: 4px;
}

#gps {
    width: 50px;
    height: 25px;
    background-color: var(--primero);
}

#nuevo {
	position: absolute; 
	bottom: 60px; 
	z-index:1000;
	text-align: center;
	right: 10px;
	height: 64px;
	width: 64px;
	border-radius: 10px;
    background-color: var(--rojo);
}


#recargar {
	position: absolute; 
	bottom: 60px; 
	z-index:1000;
	text-align: center;
	left: 10px;
	height: 64px;
	width: 64px;
	border-radius: 10px;
    background-color: var(--segundo);
	cursor: pointer;
}

.leaflet-control-zoom { 
	display: none;
} 


#zoom-in {
	position: absolute;
	top: 90px; 
	right: 110px;
	z-index: 101;
	background-color: #ffffff;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	font-size: 24px;
}

#zoom-out {
	position: absolute;
	top: 90px; 
	right: 50px;
	z-index: 101;
	background-color: #ffffff;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	font-size: 24px;	
}