.Alertas{
  background-image: url(../../images/logobacko.png);
}
.Alertas_Nueva_Container{
	width: 100%;
	height: 100%;
    text-align: center;
    display: none;
}

.Alertas_Selector_Vehiculos{
  display:none;
     width: 60%;
    height: auto;
    background: rgba(0,0,0,0.6);
    left: 20%;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid var(--Icono_Activo);
    max-width: 650px;
    min-width: 350px;
    margin-top: 2%;
    min-height: 300px;
    max-height: 670px;
}
.Alertas_Controles_Container{
	width: 100%;
    height: calc(100% - 100px);
}
.Div_Control_Creado{
    width: 100%;
    min-height: 25px;
    margin-top: 2px;
    font-size: 0px;
    background: rgba(195,195,195,0.8);
    line-height: 25px;
    font-weight: bold;
}
.A_Nombre{
	width: 18%;
}
.A_Tipo{
	width: 15%;
}
.A_Vehiculos{
	width: 15%;
    max-height: 54px;
    overflow: hidden;
}
.A_Parametros{
	width: 20%;
}
.A_Mail{
	width: 29%;						
}
.Borrar_Alerta{
	width: 2%;
    margin-right: 1%;
    max-width: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.a_AL_Vehiculo{
    font-size: 14px;
    color: black;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 16%;
}
.a_AL_Fecha{
    font-size: 14px;
    color: black;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 15%
}
.a_AL_Hora{
    font-size: 14px;
    color: black;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 15%
}
.a_AL_Velocidad{
    font-size: 14px;
    color: black;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 10%
}
.a_AL_Calle{
    font-size: 14px;
    color: black;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    line-height: 16px;

}
.a_AL_Alerta{
    font-size: 14px;
    color: black;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    line-height: 16px;
}
.div_AL{
    text-align: center;
}
.div_AL:hover {
  background-color: var(--Icono_Activo);
}
.a_AL_Texto{
    font-size: 14px;
    color: black;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    display: none;
    width: 100%;

}
.Mapa_Alerta_Disparada{
    position: absolute;
    width: 80%;
    height: 60%;
    left: 10%;
    margin-top: 160px;
    border: 18px var(--Icono_Activo) solid;
    background: var(--Icono_Activo);
}
.Vmaxima_Alerta{
    color: black;
    background: white;
    font-size: 47px;
    font-weight: bold;
    right: 10px;
    position: absolute;
    bottom: 120px;
    z-index: 10;
    cursor: pointer;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 88px;
    text-align: center;
    border-radius: 50px;
    border: 6px red solid;
}
.Vmaxima_Alerta_Real{
    color: white;
    background: red;
    font-size: 47px;
    font-weight: bold;
    right: 97px;
    position: absolute;
    bottom: 65px;
    z-index: 10;
    cursor: pointer;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 88px;
    text-align: center;
    border-radius: 50px;
    border: 6px black solid;
}
.Nombre_Tipo_Alerta{
        color: white;
    background: rgba(0,0,0,0.6);
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    z-index: 10;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    border: 6px black solid;
}
@media screen and (max-width: 960px) {
    .a_AL_Vehiculo{
   display: none;
}
.a_AL_Fecha{
display: none;
}
.a_AL_Hora{
display: none;
}
.a_AL_Velocidad{
display: none;
}
.a_AL_Calle{
display: none;

}
.a_AL_Alerta{
display: none;
}

.a_AL_Texto{
display: block;

}
.Tit_Al_Dis{
    display: none;
}
}
