﻿body{padding-bottom: 70px}

.page-title {line-height:40px}
.div-botonera{margin-bottom:10px}
.div-botonera-inferior{ /*margin-top: 15px;margin-left:30px*/ margin-top:15px; background-color:white;padding-top:7px; padding-bottom:7px;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-alumno{ margin-top: 15px;margin-left:30px}
.div-botonera-acciones{background-color: #71b6f9; color: white; text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; font-size: 1.3em}
.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);}
.separador {margin-left:10px;margin-right:10px}
.form-control{border:solid 1px #ccc}
.titulo{color:#007BC1}
/*.panel-heading{background-color:#71b6f9 !important; color:white !important}*/

/* 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}
.rojo-negrita{font-weight:bold;color:darkred}
.rojo{color:darkred}
.sp_titulo_tabla {font-size:1.2em;color:#007BC1}
.dropdown-menu { position: fixed;}
.card-box{padding:10px}

/* 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}
.btn.disabled, .btn[disabled] {background-color:#ddd !important; border-color:#fff !important; color:#999 !important}
.dropdown-menu.multi-column {
        width: 400px;
}

.dropdown-menu.multi-column .dropdown-menu {
        display: block !important;
        position: static !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        min-width:100px;
}

/* 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);
}

/* Estilos de tests */
.circle-min {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 20px;
  /*line-height: 100px;*/
  vertical-align:middle;
  display:table-cell;
  text-align: center;
}
.fila-respuesta{cursor:pointer; }
.fila-respuesta:hover{background-color:#c3dffb}

@media (max-width: 480px) {
    .navbar-left{margin-left: -40px}
    .page-title {font-size:18px;font-weight:normal;text-overflow:ellipsis;overflow:hidden;width:180px;white-space:nowrap;height:30px}
}

@media (min-width:481px) and (max-width: 768px) {
    .navbar-left{margin-left: -40px}
    .page-title {font-size:18px;font-weight:normal;text-overflow:ellipsis;overflow:hidden;width:280px;white-space:nowrap;height:30px}
}

