﻿
.eus {
    display: none
}

body {
    background-image: url(/Nidea/assets/images/background.jpg);
    background-size: cover;
}

.pie-fijo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #414143;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 100;
    font-size: 0.8em;
}

    .pie-fijo h4, .pie-fijo h1 {
        color: white;
        line-height: 0;
    }

    .pie-fijo h4 {
        font-weight: bold;
        margin-bottom: 0px;
    }

.pie-fijo h1 {
        margin-right:10px;
        font-size: 2em;
    }

.contenedor-progreso {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: auto;
}

.progress {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px !important;
}
/********************************************************

    PARTE DEL ALUMNO

*/
/* pantalla de login */
.wrapper-login-alumno {
    margin: 5% auto;
    position: relative;
    width: 900px;
}

.account-pages-alumno {
  background: url("/Nidea/assets/images/big/bg2.jpg") center;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.wrapper-login-alumno .card-box {
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
.wrapper-login-alumno .logo {
  font-size: 42px;
}

.circle {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  font-size: 20px;
  /*line-height: 100px;*/
  vertical-align:middle;
  display:table-cell;
  text-align: center;
}

.circle-min {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 20px;
  /*line-height: 100px;*/
  vertical-align:middle;
  display:table-cell;
  text-align: center;
}

.jstree-anchor {
    font-size: 1.1em;
}
/* publicidad */
.div-publicidad{background-size:contain;background-repeat:no-repeat;background-position:center center;width:100%;height:200px}

.fila-respuesta{cursor:pointer; }
.fila-respuesta:hover{background-color:#c3dffb}
/********************************************************

    PARTE GENERAL

*/
.page-title {line-height:40px}
.div-botonera{margin-bottom:10px}
.fixed {position:fixed; top:0; left:0;z-index:1000;background-color:white;width:100%;padding-top:20px;padding-bottom:20px;padding-left:10px; padding-right:10px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.div-botonera-inferior{ margin-top: 15px;margin-left:30px}
.separador {margin-left:10px;margin-right:10px}

/* bloqueo de pantalla */
#overlay {
         display: none;
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
         cursor:wait;
         background: #041128;
         z-index:1100;
         opacity: 0.5;
         -ms-filter: "alpha (opacity=50)";
         filter: alpha (opacity=50);
}

#overlay i {
    position:relative;    
    left:50%; 
    top:50%;
    z-index:1101;    
}

/* gridviewextendido */
.fila-marcada{background-color: #71b6f9; color:#fff}
.tabla-seleccionable > tbody > tr:not(.fila-marcada):hover{background-color: #efefef; cursor:pointer;color:rgb(121, 121, 121)}
.fila-marcada:hover{cursor:pointer}
.span-marcar-checks{cursor:pointer;color:#71b6f9}
.span-marcar-checks:hover{color:rgb(121, 121, 121)}
.celda-negrita{font-weight:bold}
.columna-invisible{display:none}

/* textboxextendido */
.mayuscula { text-transform: uppercase;}
.minuscula {text-transform:lowercase;}
::-webkit-input-placeholder { text-transform: none;}
::-moz-placeholder { text-transform: none;}
::-moz-placeholder { text-transform: none;}
:-ms-input-placeholder { text-transform: none;}

/* cButton */
.btn-sq-lg {width: 150px !important; height: 150px !important;}
.btn-sq { width: 100px !important; height: 100px !important; font-size: 12px;}
.btn-sq-sm { width: 50px !important; height: 50px !important; font-size: 10px;}
.btn-sq-xs { width: 25px !important; height: 25px !important; padding:2px;}
.btn-minimo { /*font-size:0.7em*/}

/* arbol */
.arb-incompleto {color:#802E32}
.arb-completo{color:#34A99A}

/* Tags */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.cabecera {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #414143;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    z-index: 200;
}
.cabecera-contenido {
    width:100%;
    max-width: 1600px;
    margin:auto;
    display:flex;
    flex-direction:row;
    align-content: center;
    justify-content:space-between;
}

.icono-superior{
    max-height:40px;
    cursor:pointer;
}

.img-logo {
    /* max-height: 50px;*/
}

.li-icono-derecha {
    padding-right: 20px;
}

.sp-cambio-permiso {
    color: #d7d1d1;
    font-size: 1.2em;
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrapper-login-alumno{width:90%}
}

@media (max-width: 767px) {
    .wrapper-login-alumno{width:90%}
    .btn-minimo {display:inline !important}
    .li-icono-derecha {
        padding-right: 0px;
    }
    .icono-superior {
        max-height: 30px;
    }

    #mlkeyboard{
        display:none !important;
    }
}

