/* CSS crunched with Crunch - http://crunchapp.net/ */
/* incremento del tamano del Font para mejor legibilidad en dispositivos moviles */
body {
  font-size: 13px;
}
body#login {
  background-color: #56212f;
}
.navbar-fixed-top,
.navbar-static-top {
  background: #ffffff;
}
.ibox-title h2 {
  display: inline-block;
  font-size: 24px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
/* Correccion del color de texto de los botones outline en el contenedor ibox */
.ibox-tools a.btn-primary.btn-outline {
  color: #792182;
}
.ibox-tools a.btn-primary.btn-outline:hover {
  color: #FFF;
}
/* RUBRICA - Consultar */
@media (min-width: 750px) {
  .stars {
    margin-bottom: 40px;
  }
}
/* Rubrica - Editar */
.proyecto-contexto > .pull-left {
  margin-right: 0px;
}
.proyecto-contexto,
.proyecto-body {
  overflow: hidden;
}
.touchSpin-container {
  max-width: 350px;
  font-weight: bolder;
  padding-left: 25px;
}
.touchSpin {
  text-align: center;
}
.rubrica-footer-bg {
  background-color: #792182 !important;
  color: white;
}
/* Los campos de totales se modifican para que parezcan texto */
[class*="puntos"] {
  border: none;
  background: transparent;
  font-weight: bolder;
  width: 30px;
}
.has-error p {
  color: red;
}
