#console { position: fixed;    bottom: 0; background: #565656; color: #bbbbbb; font-size: 11px; padding: 10px; width: 100%; display: none;}
#bloque {background-color:red;}
.tooltip {opacity: 1;}
.tooltip-inner {
    max-width: 400px;
    padding: .25rem .5rem;
    color: #333;
    text-align: left;
    background-color: #e6e6e6;
    border-radius: .25rem;
    border:solid 1px #dadada;
    padding:15px;
}
.disabled {
	opacity: 60%;
}
.txt-aviso-condiciones { font-size: 12px;   padding: 10px 10px 10px 10px; border-left: 3px solid #757575; margin:0px 0px 10px 0px;  display: block;   background-color:white;   color: #757575;}
.txt-aviso-condiciones .fa-check-square { color:green; }
.txt-aviso-condiciones .fa-times-circle { color:red; }

.datos-grupo-extraescolar {margin-left: 20px;}
.bloque-grupo-extraescolar { margin:5px; padding: 10px !important; background:#fffdfd; }

.importe_extraescolares_parcial {float: right;}


#input-justificante { float: left; }
.boton.btn-justificar-excrusiones {display: none;}

.btn-autorizar.listaespera { background:red; }
.rojo {color:red;}

#loading-container {width: 100%; height: 100%;  background-color:rgba(0, 0, 0, 0.8); position: fixed; top: 0px; left: 0px; display: none;     z-index: 100;  }
#popup-container {width: 100%; height: 100%;  background-color:rgba(0, 0, 0, 0.8); position: fixed; top: 0px; left: 0px; display: none;     z-index: 100;  }
#popup-cuerpo {

    background: white;
/*  background: #ffffff9e; */
    margin: auto;
    width: 800px;
    position: relative;
    top: 100px;
    max-height: 90%;
    height: 80%;
    border-radius: 4px;
    max-width: 99%
}
#popup-close {
    font-weight: 900;
    right: 0px;
    margin: 11px;
    position: absolute;
    z-index: 10;
    }
.abrir-popup    { border: none; }
.popup-contenido { width: 100%;
    height: 100%;
    border: none;
    margin: 0px;
    padding: 52px 15px 15px 15px;
    position: absolute;
    overflow-y: auto;
}
#loading { width: 120px; height: 120px; border: 3px solid white; border-radius: 10px; background: #2f2f2f73; position: relative; top: 398px;  margin:auto; z-index: 1010;}

.oculto {display: none !important;}
.row { margin:0px; padding: 0px; }

.body-construccion {padding: 40px; text-align: center;}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

#contenedor-msj-error-login {
    backface-visibility: hidden;
    perspective: 1000px;
}

.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}

label[for="semana-15"] { color: red; }