* {
  font-family: SavetrackRegular;
}
/*--- --- MODALS --- ---*/
/* MODAL Terminos y condiciones */
.modalTerminosCondiciones .modal-body {
  background-color: #24262d;
}

.modalTerminosCondiciones .modal-body .enlace {
  color: #ff9933;
}

.modalTerminosCondiciones .modal-body .enlace:hover {
  cursor: pointer;
}

#hola:active {
  background: red;
}

#tableExample3 table tbody tr:hover {
  background-color: #5d626f;
}

.FixHeader {
  border-right: 1px solid black;
}

.letra {
  font-size: 1rem;
}

body div::-webkit-scrollbar {
  width: 7px;
}

body div::-webkit-scrollbar-thumb {
  background: #24262d;
  border-radius: 10px;
}

body div::-webkit-scrollbar-thumb:hover {
  background: #1e1f22;
}

body div::-webkit-scrollbar-thumb:active {
  background: #626675;
}

.modal-add-detalles .modal-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #3f424b;
  cursor: default;
}

.modal-add-detalles .modal-body textarea {
  color: #fff;
  grid-column: 1/-1;
  max-width: 100%;
  min-width: 100%;
  background: #3f424b;
  border: none;
  border-bottom: 1px solid orangered;
  transition: 300ms all;
}

.modal-add-detalles .modal-body textarea:focus {
  background: #474b55;
  border-bottom: 1px solid #1bbf89;
}

.modal-add-detalles .modal-body .btn-success {
  margin-top: 20px;
}

.modal-add-detalles .modal-body .btn-success:active {
  transform: scale(0.7);
}

.modal-add-detalles .modal-footer {
  cursor: default;
}

/* --- --- CONTENT --- ---  */
/*Gonzalo - GENERALES */
.ocultarEsto {
  display: none;
}

.mostrarEstoBlock {
  display: block;
}

.mostrarEstoFlex {
  display: flex;
}

.contadoresHeader {
  display: none;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
  -webkit-animation-name: aparecerHeader;
  animation-name: aparecerHeader;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-iteration-count: initial;
  animation-iteration-count: initial;
}

.contadoresHeader__cajas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
  text-align: center;
  border: 3px solid;
  cursor: pointer;
}

.contadoresHeader__cajas--prioritarios {
  border-color: #db524b;
  background: transparent;
}

.contadoresHeader__cajas--prioritarios:hover {
  -webkit-animation-name: pulseAnimation--rojo;
  animation-name: pulseAnimation--rojo;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.contadoresHeader__cajas--prioritarios a {
  color: #db524b;
}

.contadoresHeader__cajas--prioritarios:hover a {
  color: #fff;
}

.contadoresHeader__cajas--noPrioritarios {
  border-color: #405ed0;
  background: transparent;
}

.contadoresHeader__cajas--noPrioritarios:hover {
  -webkit-animation-name: pulseAnimation--azul;
  animation-name: pulseAnimation--azul;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.contadoresHeader__cajas--noPrioritarios a {
  color: #405ed0;
}

.contadoresHeader__cajas--noPrioritarios:hover a {
  color: #fff;
}

.contadoresHeader__cajas--offline {
  cursor: pointer;
  border-color: #636674;
  background: transparent;
}

.contadoresHeader__cajas--offline:hover {
  -webkit-animation-name: pulseAnimation--gris;
  animation-name: pulseAnimation--gris;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.contadoresHeader__cajas--offline a {
  color: #636674;
}

.contadoresHeader__cajas--offline:hover a {
  color: #fff;
}

.contadoresHeader__cajas--unaSemana {
  display: none;
}

.contadoresHeader__cajas--total {
  border: none;
  border-bottom: 3px solid orangered;
}

.contadoresHeader__cajas--total a {
  color: orangered;
}

.contadorHeader {
  font-size: 2.2rem;
  transition: 300ms all;
  text-decoration: none;
  position: relative;
}

.descripcionHeader {
  font-size: 0.6rem;
  position: relative;
  font-family: SavetrackRegular;
}

.contadorHeader:hover,
.descripcionHeader:hover {
  color: #fff;
  text-decoration: none;
}

.contadorHeader--primario,
.descripcionHeader--primario,
.contadorHeader--secundario,
.descripcionHeader--secundario {
  -webkit-animation: aparecerOpacity;
  animation: aparecerOpacity;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-iteration-count: initial;
  animation-iteration-count: initial;
}

/* Filtros Monitoreo */
.filtrosMonitoreo h4 {
  font-family: SavetrackBold;
}

/* TABLA ROJA */
/* .tbl-prioritarios,
.tbl-noPrioritarios,
.tbl-offline{
    font-size: 0.6rem;
} */

.tbl-prioritarios td,
.tbl-prioritarios th,
.tbl-noPrioritarios td,
.tbl-noPrioritarios th,
.tbl-offline td,
.tbl-offline th {
  vertical-align: middle;
  padding: 2px;
  border: none;
}

.tbl-prioritarios thead tr:nth-child(1) th,
.tbl-prioritarios thead tr:nth-child(2) th,
.tbl-noPrioritarios thead tr:nth-child(1) th,
.tbl-offline thead tr:nth-child(1) th {
  border: none;
}

.tbl-prioritarios tbody tr td a,
.tbl-noPrioritarios tbody tr td a,
.tbl-offline tbody tr td a {
  color: #fff;
}

.tbl-prioritarios tbody tr:hover .score-indicator-cuadrado,
.tbl-noPrioritarios tbody tr:hover .score-indicator-cuadrado,
.tbl-offline tbody tr:hover .score-indicator-cuadrado {
  width: 100%;
}
/* MOSTRAR SCORING */
.tbl-prioritarios tbody tr .score-indicator-cuadrado span,
.tbl-noPrioritarios tbody tr .score-indicator-cuadrado span,
.tbl-offline tbody tr .score-indicator-cuadrado span {
  display: none;
}

.tbl-prioritarios tbody tr:hover .score-indicator-cuadrado span,
.tbl-noPrioritarios tbody tr:hover .score-indicator-cuadrado span,
.tbl-offline tbody tr:hover .score-indicator-cuadrado span {
  display: block;
}

.tbl-prioritarios tbody tr:hover .score-indicator--green,
.tbl-noPrioritarios tbody tr:hover .score-indicator--green,
.tbl-offline tbody tr:hover .score-indicator--green {
  background-color: #128560;
}

.tbl-prioritarios tbody tr:hover .score-indicator--yellow,
.tbl-noPrioritarios tbody tr:hover .score-indicator--yellow,
.tbl-offline tbody tr:hover .score-indicator--yellow {
  background-color: #c47d09;
}

.tbl-scrolleable--prioritarios {
  max-height: 400px;
}

.tbl-scrolleable--noPrioritarios {
  max-height: 600px;
}
.tbl-scrolleable--offline {
  max-height: 800px;
}
/* TABLA PRIORITARIOS COLORES */
.tbl-prioritarios tbody tr {
  background-color: #df4454;
  border-bottom: 1px solid #30333b;
}

.tbl-prioritarios tbody tr:hover {
  cursor: pointer;
  background-color: #dc3445;
}

/* TABLA NO PRIORITARIOS COLORES */
.tbl-noPrioritarios tbody tr {
  background-color: #3753bf;
  border-bottom: 1px solid #30333b;
}

.tbl-noPrioritarios tbody tr:hover {
  cursor: pointer;
  background-color: #2d439d;
}

/* TABLA OFFLINE COLORES */

.tbl-offline tbody tr {
  background-color: rgba(68, 70, 79, 0.8);
  border-bottom: 1px solid #30333b;
}

.tbl-offline tbody tr:hover {
  cursor: pointer;
  background-color: #737686;
}

.score-indicator {
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
}
.animate-score-tbl {
  width: 30px;
}
.score-indicator-cuadrado {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  background-color: transparent;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 300ms all;
}

.score-indicator--green {
  background-color: #1bbf89;
}

.score-indicator--yellow {
  background-color: #f6a821;
}

.score-indicator--red {
  background-color: #db0f0f;
}

/* DETALLES DE NOTIFICACIONES */
.tbl-detallenotificaciones-viaje {
  font-size: 0.7rem;
  width: 100%;
}
.tbl-detallenotificaciones-viaje,
.tbl-detallenotificaciones-viaje th,
.tbl-detallenotificaciones-viaje tr,
.tbl-detallenotificaciones-viaje td {
  transition: 200ms all;
  font-family: SavetrackRegular;
  text-align: center;
  border: 1px solid #323640;
  border-collapse: collapse;
}
.tbl-detallenotificaciones-viaje thead tr {
  background-color: #3753bf;
}
.tbl-detallenotificaciones-viaje tbody tr {
  background-color: #3f424b;
}
.tbl-detallenotificaciones-viaje tbody tr:hover {
  background-color: #5d626f;
}
.detalles-notificaciones__btn {
  font-size: 0.6rem;
}
.detalle-notificaciones-multimedia {
  width: 420px;
  height: 340px;
  margin: 0 auto;
  background: url(../img/logo.png) #1b1c22;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100px;
  transition: 300ms all;
}
.detalle-notificaciones-multimedia:hover {
  background-size: 130px;
}
.detalle-notificaciones-multimedia__foto {
  width: 100%;
  height: 100%;
  display: none;
}
.detalle-notificaciones-multimedia__video {
  display: none;
  width: 100%;
  height: 100%;
}
.detalle-notificaciones-mapa {
  width: 100%;
  height: 340px;
}
.tbl-detallenotificaciones-alerta {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
}
.tbl-detallenotificaciones-alerta thead tr {
  background-color: #db524b;
}
.tbl-detallenotificaciones-alerta tbody tr {
  background-color: #3f424b;
}
.tbl-detallenotificaciones-alerta tbody tr:hover {
  background-color: #5d626f;
}
/* BORRAR */
/* --- --- header-personalizado --- --- */
.headerClasificaciones {
  background-color: #646464;
}

.tabla__monitoreo thead tr th {
  font-size: 1.1rem;
}

.tabla__monitoreo thead tr th a {
  font-size: 1rem;
}

.tabla__monitoreo tbody tr td {
  font-size: 1.1rem;
}

/* --- --- Tablas gris --- --- */
.tabla__monitoreo--offline tbody tr:hover {
  background-color: #737686;
}

/*DETALLE NOTIFICACIONES*/

.detalle-notificaciones-n {
  display: grid;
  width: 100%;
  margin: 0 auto;
  grid-gap: 10px;
  padding: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 120px) 100px 1fr auto;
  grid-template-areas:
    'viaje multimedia multimedia mapa mapa'
    'viaje multimedia multimedia mapa mapa'
    'opciones multimedia multimedia mapa mapa'
    'opciones multimedia multimedia mapa mapa'
    'alerta alerta alerta alerta alerta'
    'loading loading loading loading loading';
  background: #3f4453;
}

/* Contenedor tabla Alerta */

.cont__alerta {
  display: flex;
  grid-area: alerta;
  max-height: 300px;
  overflow-y: scroll;
}

.tablaAlerta {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tablaAlerta:hover {
  box-shadow: 0px 0px 5px #f1665f;
}

.tablaAlerta,
.tablaAlerta th,
.tablaAlerta tr,
.tablaAlerta td {
  transition: 300ms all;
  font-family: Arial;
  text-align: center;
}

.tablaAlerta th {
  padding: 5px 0;
  background: #db524b;
  color: #fff;
}

.tablaAlerta tr {
  background: #3f424b;
  border-collapse: collapse;
  border: 1px solid #323640;
}

.tablaAlerta td {
  padding: 5px 0;
  color: #fff;
  font-weight: 300;
  transition: 200ms all;
  font-family: Arial;
  text-align: center;
}

.tablaAlerta td a {
  transition: 300ms all;
}

.tablaAlerta tr:hover {
  background: #5d626f !important;
}

.tablaAlerta td a:active .botones {
  display: block;
}

.tablaAlerta__btn {
  transition: 300ms all;
}

.tablaAlerta__btndrop--top {
  top: auto;
  bottom: 100%;
}

/* Contenedor Tabla Viaje */

.cont__viaje {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  font-size: 14px;
  grid-area: viaje;
  min-height: 250px;
}

.cont__viaje .tablaViaje {
  width: 100%;
}

.tablaViaje,
.tablaViaje th,
.tablaViaje tr,
.tablaViaje td {
  transition: 200ms all;
  font-family: Arial;
  text-align: center;
  border: 1px solid #323640;
  border-collapse: collapse;
}

.tablaViaje tbody {
  max-height: 200px;
  overflow-y: scroll;
}

.tablaViaje tbody td:hover {
  background: #5d626f;
}

.tablaViaje th {
  font-size: 1.3rem;
  color: #fff;
  background: #3753bf;
  padding: 2px 0;
  border: 1px solid #222;
}

.tablaViaje td {
  background: #3f424b;
  color: #fff;
  padding: 5px 0;
  font-size: 1.2rem;
}

/* Contenedor Fotografia */

.cont-multimedia {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-between;
  grid-area: multimedia;
  min-height: 360px;
  max-height: 360px;
  background: url(../img/logo.png) #1b1c22;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1e2025;
  overflow: hidden;
}

.multi__foto,
.multi__video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
}

.multi__video {
  display: none;
}

.multi__foto img,
.multi__video video {
  display: block;
  box-shadow: 0px 0px 5px black;
  width: 100%;
  height: 360px;
}

.multi__video video {
  z-index: 1000;
}

/* --- --- Seccion: 
opciones de Reproduccion --- --- */

.reproduccion {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  color: orangered;
  text-align: right;
  padding: 2px 0px;
  margin-top: 18px;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  z-index: 1020;
  transition: 300ms all ease;
}

.reproduccion:hover {
  background: rgba(0, 0, 0, 0.7);
}

.reproduccion span {
  margin-right: 10px;
}

.reproduccion__btn {
  display: none;
  background: transparent;
  margin: 0 auto;
  border-radius: 0;
  color: #ddd;
  transition: 300ms all linear;
}

.reproduccion:hover .reproduccion__btn {
  display: block;
}

.reproduccion__btn:hover {
  background: rgba(111, 111, 111, 0.4);
  color: #fff;
}

/* Contenedor Mapa */

.cont__mapa {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: mapa;
  min-height: 360px;
  min-width: 150px;
}

.cont__mapa .mapa {
  display: block;
  height: 100%;
  width: 100%;
}

.cont__opciones {
  display: grid;
  grid-area: opciones;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    'enviarAudio verUltimaFoto'
    'descargarVideo descargarVideo';
}

.cont__opciones__audioEnviar {
  display: flex;
  align-items: center;
  grid-area: enviarAudio;
  align-items: flex-end;
}

.cont__opciones__verUltimaFoto {
  display: flex;
  justify-content: flex-end;
  grid-area: verUltimaFoto;
  align-items: flex-end;
}

.cont__opciones__descargarVideo {
  grid-area: descargarVideo;
  display: flex;
  justify-content: center;
}

.cont__opciones__audioEnviar .dropdown-menu {
  left: 0;
  top: 71%;
  z-index: 1020;
}

.cont__opciones__descargarVideo .dropdown-menu {
  left: 10%;
  top: 80%;
}

.cont__opciones .btn {
  background-color: #535a6d;
  border: 1px solid #939393;
  color: #dddddd;
  transition: 300ms all;
  font-size: 1rem;
  height: 25px;
}

.cont__opciones__descargarVideo .btn-descargar {
  align-self: center;
  background: transparent;
  font-size: 1rem;
  outline: #1bbf89;
  color: #1bbf89;
  border-color: #1bbf89;
  padding: 5px 50px;
}

.cont__opciones .btn:hover {
  border: 1px solid #d8d8d8;
  color: #d8d8d8;
}

.cont__opciones .dropdown-menu {
  background-color: #24262d;
  border: 1px solid #d8d8d8;
}

.cont__opciones .dropdown-menu li a {
  transition: 100ms all;
  color: #d8d8d8;
}

.cont__opciones .dropdown-menu li a:hover {
  color: #24262d;
  background-color: #d8d8d8;
}

.open > .dropdown-menu__notificaciones {
  -webkit-animation-name: animation-submenu-notificaciones;
  animation-name: animation-submenu-notificaciones;
  -webkit-animation-iteration-count: initial;
  animation-iteration-count: initial;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/*DETALLE NOTIFICACIONES FIN*/

.contenedor-mapafull {
  width: 100%;
  height: 700px;
}

.contenedor-mapafull iframe,
.contenedor-mapafull div {
  width: 100%;
  height: 100%;
}
.text-shadow {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.circle-status {
  display: flex;
  align-items: center;
}
.circle-status span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  background-color: black;
}
