@media (min-width: 773px){
  .backgroundHeader{
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right;
    background-blend-mode: screen;
    background-position: 97% 50%;

  }
}
@media (max-width: 772px){
  .backgroundHeader{
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right;
    background-blend-mode: screen;

  }
}

.bg-login-image{
    background: url(/static/base/img/oltoncloud-img.png);
    background-position: center;
    /* background-size: cover; */
    width: 100%;
    background-repeat: no-repeat;

}

.first-name{
  font-size: 16px !important;
}

.sidenav-footer-content .email{
  font-size: 12px;
}

nav .nav-inner{
  width: 100%;
}

.nav-text-grupo-empresa, .nav-text-grupo-tarifa, .nav-text-version{
  font-family: "Montserrat" !important; 
}
.nav-text-grupo-empresa{
  font-weight: 400;
  font-size: 18px;
}
.nav-text-grupo-tarifa{
  font-weight: 200;
  font-size: 12px;
}
.nav-text-version{
  font-weight: 200;
  font-size: 10px;
}

@media (max-width: 773px){
  .nav-text-grupo-empresa{
    font-weight: 400;
    font-size: 14px;
  }
  .nav-text-grupo-tarifa, .nav-text-version{
    font-weight: 200;
    font-size: 8px;
  }
   
}
/*
@media (min-width: 773px){
  nav .text-grupo-empresa{
    font-size: 1.2 !important;
    color: black !important;
  }
  nav .text-grupo-tarifa{
    font-size: 1em !important;
    color: black !important;
    display: block;
  }
  #layoutSidenav_nav .text-grupo-empresa{
    font-size: 0.9em !important;
    color: rgb(0, 0, 0) !important;
    display: none;
  }
  #layoutSidenav_nav .text-grupo-tarifa{
    font-size: 0.8em !important;ama
    
    color: rgb(53, 53, 53) !important;
    display: none;
  }    
}
@media (max-width: 772px){
  nav .text-grupo-empresa{
    font-size: 0.9em !important;
    color: rgb(247, 1, 1) !important;
  }
  nav .text-grupo-tarifa{
    font-size: 0.8em !important;
    color: rgb(245, 6, 57) !important;
    display: block;
  }
  #layoutSidenav_nav .text-grupo-empresa{
    font-size: 0.9em !important;
    color: rgb(0, 0, 0) !important;
    display: none;
  }
  #layoutSidenav_nav .text-grupo-tarifa{
    font-size: 0.8em !important;
    color: rgb(53, 53, 53) !important;
    display: none;
  }    
}
@media (max-width: 576px){
  nav .text-grupo-empresa{
    font-size: 1em !important;
    color: rgb(0, 0, 0) !important;
    display: block;
  }
  nav .text-grupo-tarifa{
    font-size: 0.8em !important;
    color: rgb(53, 53, 53) !important;
    display: none;
  }
  #layoutSidenav_nav .text-grupo-empresa{
    font-size: 0.9em !important;
    color: rgb(0, 0, 0) !important;
    display: none;
  }
  #layoutSidenav_nav .text-grupo-tarifa{
    font-size: 0.8em !important;
    color: rgb(53, 53, 53) !important;
    display: block;
    padding: 5px 20px;
  }  
}
/*
/* No usado */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .cabeceraServicio{
    background-color: #bfe8e5 !important;
    text-align: center  !important;
    font-size: 11px;
   
  }
  .detalleServicio{
    text-align: center  !important;
    font-size: 11px;
  }

.rojo{
  background-color: #ffe7e7 !important;

}

.amarillo{
  background-color: #f8f9d6 !important;

}

.verde{
  background-color: #c5e6c1 !important;

}

.resumen p {
  font-size: 0.8em;

}
.resumen span {
  font-size: 0.8em;
  color:darkgreen;
}


/* Estilos para la ventana modal usada para mostrar el mapa de una linea o ruta*/
#modalMapa .modal-content{
  height: 80vh;
}


/* MODAL WINDOW*/
#myModal h3{
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;

  text-align: center;
}



#myModal .modal-content {
  border-radius: 1rem
}

#myModal .modal-content:hover {
    box-shadow: 2px 2px 2px black
}
#myModal .icon-modal {

  margin: auto;
}
#myModal svg {
  color: #2b84be;
  margin: auto;
}
#myModal .icon-modal{
  color: #2b84be;
  font-size: 50px !important;
  margin: auto;
}
#myModal .fa, #myModal .fas {
    color: #2b84be;
    font-size: 90px !important;
    padding: 30px 0px !important;
    text-align: center;
}

#myModal .b1 {
    background-color: #2b84be;
    box-shadow: 0px 4px #337095;
    font-size: 17px
}

#myModal .r3 {
    color: #c1c1c1;
    font-weight: 500;
    text-align: center;
    
}

#myModal .text-modal li {
    font-size: 14px;
    color: #ed8787;
    font-weight: 200;
}

#myModal a,
#myModal a:hover {
    text-decoration: none
}


.logo_spinner{
  animation: rotation 3s infinite linear;
  border: 0 !important;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.no-border{
  border: 0 !important;
}