@font-face {
  font-family: "SevenSegment";
  src: url(../webfonts/Seven-Segment.ttf) format("truetype");
}

.Clock{
  font-family: "SevenSegment", sans-serif;
  position: absolute;
    background: black;
    width: 300px;
    height: 100px;
    bottom: 10px;
    right: 10px;
    border-radius: 14px;
    border: 2px solid var(--Icono_Activo);
    display: none;
}
.a_Opciones{
  cursor: pointer;
}
.Op_Des{
    background: rgba(0,0,0,0.75);
    height: 0px;
    line-height: 31px;
    font-size: 16px;
    overflow: hidden;
}

.Op_Des_open{
  animation-name: openingoptions;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  height: auto;
}
@keyframes openingoptions {
  from {
    height: 0px;
  }
  to {
    height: auto;
  }
}

.Historial{
    background-image: url(../../images/logobacko.png);/*url(../../images/background-image.jpg);*/
    background-size: inherit;
}
.Historial_Inicio{
  text-align: center;
    color: black;    
    display: block;
    margin-top: 100px;
}
.Historial_Container{
  width: 100%;
  height: 100%; 
  text-align: center;
  /*min-height: 650px;*/
}
.Historial_Selector_Vehiculos{
  display:none;
     width: 60%;
    height: auto;
    background: rgba(0,0,0,0.3);
    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: 510px;
}
.Historial_Boton{
  display: inline-block;
  border: 2px solid var(--Icono_Activo);
  border-radius: 6px;
  margin-top: 1em;
  width: 160px;
  overflow: hidden;
  height: 174px;
  background: rgba(0,0,0,0.7);
    color: white;
}
.divcheck{
    width: 10%;
    display: inline-block;
}
.p_Salida_Filtro{
  justify-content: center;
  align-items: center;
   width: 160px;
    height: 117px;
    overflow-y: scroll;
    display: none;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px;
    white-space: nowrap;
}
.InpuDat{
  color: black;
  text-align:center;
  font-weight: bold;
  border-radius: 10px;
  background-color: white;
  text-align: -moz-center;
  text-align: -webkit-center;
  width: auto;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;
   /*  right: -50px;*/
    position: absolute;
    width: 100px;
    height: 40px;    
}
input[type=time]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
input[type=time]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;
   /*  right: -50px;*/
    position: absolute;
    width: 180px;
    height: 40px;    
}

.p_Boton_Titulo{
  margin-bottom: 0.2em;
  font-weight: bold;
  background:radial-gradient(var(--Icono_Activo), transparent);
}
.Input_Busqueda{
  display: inherit;
  width: 100%;
  background: rgba(0,0,0,0.2);
  text-align: center;
  color: white;
  margin-top: -2px;
  font-weight: bold;
  border: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;/*white*/
  font-weight: bolder;
  opacity: 0.7;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  black;/*white*/
  font-weight: bolder;
  opacity: 0.7;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;/*white*/
  font-weight: bolder;
  opacity: 0.7;
}
.div_Vehiculo_Scroll{
  margin-left: 20px;
}
.a_Scroll_Vehiculo_Historial{
  width: calc(45% - 2px);
  display: inline-block;
  text-align: center;
}
.borrar_Scroll_Vehiculo_Historial{
   width: calc(10% - 2px);
  display: inline-block;
  text-align: center; 
}
.checki{
  -webkit-appearance: auto;width: 10%;margin: 0px;
}
.container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
     position: absolute;
    top: 0px;
    left: 14px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: var(--Icono_Activo);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
/*Segundo checkmark*/
.containerb {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}

/* Hide the browser's default radio button */
.containerb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkb {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.containerb:hover input ~ .checkmarkb {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerb input:checked ~ .checkmarkb {
  background-color: var(--Icono_Activo);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkb:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerb input:checked ~ .checkmarkb:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerb .checkmarkb:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/*fin segundo*/
/*Tercer Check*/
.containerc {
  color: black;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  width: calc(100% - 33px);
    left: 0%;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
  display: block;
  width: 100%;

}

/* Hide the browser's default radio button */
.containerc input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkc {
     position: absolute;
    top: 4px;
    left: calc(50% - 123px);
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.containerc:hover input ~ .checkmarkc {
 /* background-color: #fff;*/
}

/* When the radio button is checked, add a blue background */
.containerc input:checked ~ .checkmarkc {
  background-color: var(--Icono_Activo);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkc:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerc input:checked ~ .checkmarkc:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerc .checkmarkc:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*Fin Tercer check*/
/*Checkmark aviso nuevo*/
/*Tercer Check*/
.containerAv {
  color: black;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  width: calc(100% - 33px);
    left: 0%;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

/* Hide the browser's default radio button */
.containerAv input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkAv {
     position: absolute;
    top: 4px;
    left: -15px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.containerAv:hover input ~ .checkmarkAv {
 /* background-color: #fff;*/
}

/* When the radio button is checked, add a blue background */
.containerAv input:checked ~ .checkmarkAv {
  background-color: var(--Icono_Activo);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkAv:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerAv input:checked ~ .checkmarkAv:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerAv .checkmarkAv:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
/*Fin aviso check*/


.p_Filtro_Salida{
  color: black;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  display: block;
  width: 100%;
}
.Historial_Selector_Fecha{
    display:none;
  width: 60%;
  height: 330px;
  background: rgba(0,0,0,0.3);
  left: 20%;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid var(--Icono_Activo);  
  max-width: 550px;
  min-width: 360px;
  margin-top: 2%;
}

.Historial_Mapa_Detalle_Evento{
    width: auto;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.9);
    display: none;
}
.H_Est_Izq{
  text-align: left;
  line-height: 2px;
  width: auto;
  display: inline-block;
  font-size: 18px;
}
.H_Est_Der{
  display: inline-block;
  width: auto;/*286px;*/
  line-height: 2px;
  text-align: right;
  font-size: 18px;
  color: white
}
.a_HMDE{
  margin-bottom: 1em;
}
.a_Es1{
  width: 14%;
}
.a_Es2{
  width: 12%;
}
.a_Es3{
  width: 10%;
}
.a_Es4{
  width: 9%;
}
.a_Es5{
  display: none;
}
.Historial_Mapa_Evento_Detalle{
  z-index: 4;
  position: absolute;
  height: 70%;
  width: 70%;
  left: 15%;
  top: 11%;
  border: 18px  var(--Icono_Activo) solid;
  display:  none; 
  background: var(--Icono_Activo);
}

@media screen and (min-width: 1680px){
.Historial_Selector_Fecha{
  height: 350px;
}
}
@media screen and (min-width: 1320px) and (max-width: 1680px){
.Historial_Selector_Fecha{
  height: 340px;
}
}
@media screen and (min-width: 961px) and (max-width: 1320px) {
  
}

@media screen and (max-width: 960px) and (max-height: 500px) {
.p_Salida_Filtro{
  width: 158px;
}
.Historial_Inicio{
  margin-top: 0px;
}
}

@media screen and (max-width: 736px) {
.p_Salida_Filtro{
  width: 158px;
}
.Historial_Selector_Fecha{
  height: 310px;
}
.Historial_Inicio{
  margin-top: 0px;
}
.H_Est_Der{
  font-size: 14px;
  width: 200px;
}
.H_Est_Izq{
  font-size: 14px;
}
}


@media screen and (max-width: 960px) {
.Subtitulo_ES{
    display: none;
  }
.a_Es5{
  display: block;
}
.a_Es1{
  display: none;
}
.a_Es2{
  display: none;
}
.a_Es3{
  display: none;
}
.a_Es4{
  display: none;
}
.NoCEL{
  display: none;
}
}