.fondo{
  /*background-color: #0f355a;*/
  background-color: #004b96;
}

.fondoClaro{
  background-color: #5482b0;
}

.fondoGris{
  background-color: #e9ecef;
}

.fondoBlanco{
  background-color: #FFFFFF;
}

.fondoDegradado{
  /*background: linear-gradient(0deg,#0f355a 10%, white);*/
  background: linear-gradient(0deg,#004b96 10%, white);
}

.logoCabecera{
  margin: 10px;
}

.tamLogoCabSmall{
  height: 55px;
}

.logoCabeceraSmall{
  height: 40px;
}

.cabeceraSmall{
  height: 60px;
}


.colorTextCab{
  color: white;
}

.colorTextAzul{
  color: #0f355a;
}

.colorTextRojo{
  color: red;
}

.colorTextVerde{
  color: green;
}

.colorTextResaltado{
  color: #5482b0;
}

.texto-encima{
  position: absolute;
  top: 90px;
  left: 130px;
}

.bordes{
  border-style: solid;
  border-color: #0f355a;
  border-radius: 10px;
  border-width: 2px;
}

.bordesCuadrados{
  border-style: solid;
  border-color: #0f355a;
  border-width: 2px;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  margin: 0;
  margin-bottom: 80px;
}

.piePagina{
  height: 80px; 
  width: 100%;
  font-size: 10px;
  /*background-color: #0f355a;*/
  background-color: #004b96;
  position: absolute;
  bottom: 0;
}

.colorTextMenu{
  /*color: #0f355a;*/
  color: #004b96;
}


.button-container{
  display:inline-block;
  margin-bottom:2em;
}

.button-container a{
  position:relative;
  bottom:0em;
  right:-2em;
  background-color:#8F0005;
  color:white;
  font-size:1em;
  padding:1em 1.5em;
  text-transform:uppercase;
  border-color:white;
  border-radius:1.5em;
}

p.separado-d{
  margin-right: 5px;
}

td.sinBorde{
  border: 0px;
}

td.reprobada{
  color: white;
  background-color: red;
}

td.resalteVerde{
  background-color: #9cff92;
}

td.resalteVerde2{
  background-color: #7fff52;
}


a[disabled] {
    pointer-events: none;
}

input.sinbordes{
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid black;
}

label{
  color: #0f355a;
  font-style: italic;
}

#separador {
  margin-left: 20px;
  margin-right:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  BORDER-BOTTOM: 1px inset;
  BORDER-BOTTOM-COLOR: #CCCCCC;
  BORDER-BOTTOM-STYLE: dashed;  
}

.asterisco{
  color:#FF0000; 
  font-size: 14px;
  margin: 0px auto;
  float: right;
}

.asterisco2{
  color:#FF0000;
  padding-left: 2px;
}


/*Para poner inactivo un link*/
.not-active { 
  pointer-events: none; 
  cursor: default; 
  color: #c4c4c4;
}

/*Para poner inactivo un link en color rojo*/
.not-activeR { 
  pointer-events: none; 
  cursor: default; 
  color: #C22323;
}

/*Para hacer el tamaño pequeño y el texto centrado del list-group-item*/
.list-group-item-sm{
  height: 35px;
  padding-top: 3px;
  vertical-align: middle;
}

/*Para elementos que se pueden modificar
.mod{

}*/


/*Div con recuadro fondo gris y bordes redondeados*/
.recuadro{
  background: #f9f9f9; 
  border-radius: 10px;
  border-style: solid;
  border-color: white;
}

/*Pasar el mouse sobre un boton para solo marcar el contorno en gris*/
.buttonHover:hover {
  border: 3px solid #e7e7e7;
}


input.individual{
  width:25px; 
  height: 35px; 
  font-size: 25px;
}

/* Add these styles to your existing styles.css file */

/* Dashboard specific styles */
.dashboard-header {
    background: linear-gradient(0deg, #004b96 10%, white);
    padding: 20px 0;
    margin-bottom: 30px;
}

.user-info-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.action-card {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.action-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.action-icon {
    font-size: 24px;
    margin-right: 10px;
}

.action-link {
    color: #004b96;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 15px;
    border-radius: 5px;
    transition: background-color 0.2s;
}

.action-link:hover {
    background-color: #e9ecef;
    color: #003366;
    text-decoration: none;
}

.export-form {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.section-title {
    color: #004b96;
    border-bottom: 2px solid #004b96;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.alert-custom {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-success-custom {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-error-custom {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert-warning-custom {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.btn-custom {
    background-color: #004b96;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.2s;
}

.btn-custom:hover {
    background-color: #003366;
    color: white;
}

.btn-logout {
    background-color: #dc3545;
    color: white;
}

.btn-logout:hover {
    background-color: #c82333;
    color: white;
}

.dashboard-container {
    min-height: calc(100vh - 180px);
    padding-bottom: 60px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .action-link {
        padding: 12px;
        font-size: 14px;
    }
    
    .action-icon {
        font-size: 20px;
    }
    
    .user-info-card {
        padding: 12px;
    }
}

/* Gap utility for Bootstrap */
.gap-2 {
    gap: 0.5rem;
}