.login-box-msg {
  text-align: center;
  color: #666;
}

.login-box-foot {
  color: #666;
}

.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
  border-right: 0;
}

.login-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text,
.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-append .input-group-text {
  border-color: #80bdff;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
  background-color: transparent;
  border-bottom-right-radius: 0.25rem;
  border-left: 0;
  border-top-right-radius: 0.25rem;
  color: #777;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.titulo-pagina {
  font-weight: 500;
  font-size: 18px;
}

.nav-sidebar .nav-item>.nav-link {
  margin-bottom: 0rem;
}

.table th,
.table td {
  padding: 0.45rem;
}

.content-header {
  padding: 0.6rem 0.7rem;
}

.content-header h1 {
  margin: 0;
  font-size: 1.5rem;
}

.perfil {
  margin-top: 0.11rem;
  color: gray;
}

.foto-perfil {
  /* margin-top: 0.11rem; */
  margin-top: -5px;
}

.login-box {
  margin-top: -7rem;
}

.solo-imprimir {
  display: none;
}

.alert-light-success {
  color: #266835;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-light-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-light-danger {
  color: #721c24;
  background-color: #f9e8eb;
  border-color: #f5c6cb;
}

.alert-light-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.azul {
  color: #55e !important;
}

.rojo {
  color: #e55 !important;
}

.verde {
  color: #5e5 !important;
}

.amarillo {
  color: #ee5 !important;
}

.foto-profesor {
  width: 150px;
}

/*
td.dtr-control::before {
  content: "+" !important;
  font-size: 20px;
  font-weight: bold;
}
*/

/*
td.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New",Courier,monospace;
  line-height: 1em;
  content: "+" !important;
  background-color: #31b131;
}
*/

table.dataTable.dtr-inline.collapsed>tbody>tr>td.no-btn:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.no-btn:first-child:before {
  content: none;
}

tr.bg-light-gray {
  background-color: #eee;
}

tr.bg-light-gray th {
  background-color: #ccd;
}

#general .form-control {
  height: calc(2.0rem + 0px);
}

#general .form-group {
  margin-bottom: 0.5rem;
}

.minimo {
  width: 10px;
}

.barra {
  float: left;
  width: 140px;
  height: 230px;
  text-align: center;
  margin: 10px 0;
  padding: 15px;
  background-color: #eee;
}

.barra .porcentaje {
  border: solid 1px #777;
  height: 0px;
  width: 50px;
  margin: 0 auto;
  background-color: #fff;
}

.barra .porcentaje p {
  display: none;
}

.barra hr {
  margin: 0 -5px;
}

.porcentaje.celeste {
  background-color: #99f;
}

.porcentaje.verde {
  background-color: #9f9;
}

.porcentaje.amarillo {
  background-color: #ff9;
}

.porcentaje.naranja {
  background-color: #fc9;
}

.porcentaje.rojo {
  background-color: #f99;
}

.centro-pantalla {
  position: absolute;
}

.foto-encuesta {
  width: 150px;
}

/* Estilos para comprimir el modal de crear materia nueva */
#modalCrearNueva .modal-title {
  font-size: 1.1rem;
}

#modalCrearNueva .modal-body {
  padding: 0.75rem;
}

#modalCrearNueva .form-group {
  margin-bottom: 0.5rem;
}

#modalCrearNueva label {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

#modalCrearNueva .form-control {
  font-size: 0.85rem;
  padding: 0.35rem 0.5rem;
  height: auto;
}

#modalCrearNueva .form-row {
  margin-bottom: 0.5rem;
}

#modalCrearNueva .form-check-label {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

#modalCrearNueva #modalSedes {
  max-height: 120px !important;
  padding: 0.5rem !important;
}

#modalCrearNueva .modal-footer {
  padding: 0.5rem;
}

#modalCrearNueva .btn {
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
}