/*
Barra superior del layout
*/
.logo, .navbar-static-top, .user-header {
  background-color: #16a085 !important; }
.modal-open {overflow-y: auto}
.modal {
  overflow-y: auto; }

.sweet-alert {
  z-index: 9999999999; }

/*
Foto del panel
*/
.layout_foto_panel {
  width: 55px !important;
  height: 55px !important; }

/*color del sidebar*/
.main-sidebar {
  background-color: #00363d !important; }

/*color del hover de los li del sidebar*/
.skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li:hover > a {
  background-color: #2980b9 !important; }

/*partes internas*/
.box-title {
  font-size: 19pt !important;
  font-weight: bold; }

/*modales*/
.modal-title {
  font-size: 15pt !important;
  background-color: #1abc9c !important;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: white;
  border-radius: 5px; }

.mensaje-modal-body {
  font-size: 12pt !important; }

/*Login*/
.accion_entrar {
  border-radius: 18px !important;
  width: 100;
  padding: 5px;
  background-color: #e74c3c; }

.accion_entrar:hover {
  background-color: #dc5345; }

.login-box-msg {
  color: white;
  font-size: 14pt;
  font-weight: bold; }

.login-box-body {
  background: #3498db; }

.login-page {
  background-color: #0a3b60; }

input[type=file] {
  color: transparent;
  background-color: transparent; }

.titulo-login {
  font-size: 18pt;
  color: white; }

.tiulo_config_alumnos {
  font-weight: bold;
  color: white;
  font-size: 20pt; }

.linea-seccion {
  padding: 0px; }

/*# sourceMappingURL=disenoWeb.css.map */
#seccion-status-tramites-alumnos {
  margin-top: 20px;
  margin-bottom: 20px;
}

#seccion-status-tramites-alumnos .panel {
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#seccion-status-tramites-alumnos .form-control {
  margin-bottom: 15px;
}

#seccion-status-tramites-alumnos .btn-primary {
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.3s ease;
}

#seccion-status-tramites-alumnos .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}