.nav>li.active {
    border-left: none;
    background: #262f3a;
}

.nav>li>a {
    color: #F5F5F5;
    font-weight: 400;
}

.login {
    margin-top: 10%;
}

.gray-bg-login {
    background-color: #fbfbfb;
}

.navtopinfo {
    z-index: 888;
    position: inherit;
}

.editable span {
  border-style: dashed;
    border-width: 0px 0px 1px 0px;
    color: #2196F3;
}


.ult-conexion {
  margin-top: 20px;
  position: absolute;
  margin-left: 10px;
  font-size: 10px;
}

.contenido-app .cargador:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.ispinner {
    /* left: 0; */
    /* right: 0; */
    position: absolute;
    z-index: 9999999999999999999;
    /* justify-content: center; */
    text-align: -webkit-center;
    left: 50%;
    top: 50%;
}

.textoLogo {
  display: block;
  margin-top: -24px;
  margin-left: 95px;
  font-weight: 600;
  font-size: 10px;
}

.bloqueado {
  border-style: dashed;
  border-width: 0px 0px 1px 0px;
  border-color: #26669e;
  color: #285d8c;
}
