/*Estilo en el mapa*/

#map {					/*Define el ancho del mapa con respecto al tamano de la pantalla*/
    height: 43vh;		
    position: relative;
    overflow: hidden;
    width: 100%;
}


.instrument-name {
    font-size: 18px;
}

.info-buttons {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}


.instruments-info {
    max-width: 310px;
}

.instruments-info > * {
    border-radius: 0.4em;
}

.instruments-info > div {
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    -moz-box-shadow: inset 0px 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.details-instruments {
    margin: 0 !important;
    font-size: 12px;
}
.details-instruments > div.column {
    border: solid 1px white;
}

.tabla-datos-instrumento {
    overflow: hidden;
    border-radius: 0.8em;
}



#map {
  
  width: 100%;
  
}
 
#map-safety-circle {
  height: 400px;
  width: 100%;  
}

.map_radio_green {
	width: 100%;
	color: #67b108; 
	background-color: #cdf59b	
}

.map_radio_yellow {
	width: 100%;
	color: #fbc400; 
	background-color: #ffff00	
}


.map_radio_red {
	width: 100%;
	color: #bd0000; 
	background-color: #fc9797	
}	
	
.map_radio_green-dark {
	width: 100%;
	color: #000000; 
	background-color: #cdf59b	
}

.map_radio_yellow-dark {
	width: 100%;
	color: #000000; 
	background-color: #ffff00	
}


.map_radio_red-dark {
	width: 100%;
	color: #000000; 
	background-color: #fc9797	
}	
	
.map_column_selected {
	width: 100%;
	color: #000000; 
	background-color: #fc9797	
}


.map_table {
	padding: 0.2rem .5rem !important;
    color: black !important;	
}
    
    
.unset_table_dark {
    border-color: unset !important;
    color: unset !important;
}  


.dataTable-container .table> :not(caption)>*>* {
    color: #000000 !important;
}
  
