﻿html, body, form {
    height: 100%;
    margin: 0;
    font-family: 'ZapfHumnst BT';
    font-size:14px;
}
header {
    display: flex;
    justify-content: space-between;  
    align-items: center; 
   
}

.container {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
}

.main-content {
    flex: 1 !important; /* Hace que el contenido ocupe todo el espacio disponible */
}



.custom-text-size {
    font-size: x-large !important;
}

.fondo {
    background-image: url(../Imagenes/Rectoria2.png);
    background-size: contain;
    padding: 10px;
    max-height: 100px;
}






footer {
    color: lightgray !important;
    padding: 2em 0 !important;
    text-align: center !important;
    background-image: url(../Imagenes/img_bgfooter.jpg);
    background-size: contain;
    height: 130px !important;
    margin-top: auto !important; /* Asegura que el footer se quede al final */

    background-color: #333 !important;
    color: white !important;
    text-align: center !important;
    padding: 20px !important;
}


/* Tamaño de la imagen en pantallas grandes */
.responsive-logo {
    width: 30% !important;
}

.responsive-logoUnison {
    width: 40% !important;
}
/* Cambiar el tamaño de la imagen en pantallas medianas */
@media (max-width: 992px) {
    .responsive-logo {
        width: 50% !important; /* Ajusta según necesites */
    }

    .responsive-logoUnison {
        width: 80% !important; /* Ajusta según necesites */
    }
}

@media (max-width: 820px) {
    .responsive-logo {
        width: 30% !important; /* Ajusta según necesites */
    }

    .responsive-logoUnison {
        width: 80% !important; /* Ajusta según necesites */
    }
}

/* En pantallas muy pequeñas, puede ser más grande */
@media (max-width: 561px) {
    .responsive-logo {
        width: 40% !important; /* Ajusta según necesites */
    }

    .responsive-logoUnison {
        width: 90% !important; /* Ajusta según necesites */
    }

    .fondo {
        background-image: url(/Imagenes/Rectoria2.png);
        background-size: contain;
        padding: 10px;
        max-height: 50px;
    }
}
/* Media query para dispositivos extra pequeños (móviles) */
@media (max-width: 480px) {
    .responsive-logo {
        width: 50% !important; /* Ajusta según necesites */
    }

    .responsive-logoUnison {
        width: 100% !important; /* Ajusta según necesites */
    }
}

/* Texto general del grid */
.RadGrid_Bootstrap,
.RadGrid_Bootstrap td,
.RadGrid_Bootstrap th {
    font-size: 16px; /* tamaño base */
}

    /* Encabezados */
    .RadGrid_Bootstrap .rgHeader,
    .RadGrid_Bootstrap .rgHeader a {
        font-size: 17px;
        font-weight: 600;
    }

    /* Filas */
    .RadGrid_Bootstrap .rgRow,
    .RadGrid_Bootstrap .rgAltRow {
        font-size: 16px;
    }

        /* Fila en hover */
        .RadGrid_Bootstrap .rgRow:hover,
        .RadGrid_Bootstrap .rgAltRow:hover {
            background-color: #f8f9fa;
        }

    /* Barra superior (CommandItem) */
    .RadGrid_Bootstrap .rgCommandTable {
        font-size: 16px;
    }


.btn {
    font-size: 16px;
    padding: 8px 16px;
}
/* Labels */
.labelNota {
    font-size: 16px;
    font-weight: 600;
    font-family: 'ZapfHumnst BT' !important;
}

/* Inputs */
.RadTextBox input {
    font-size: 16px;
    height: 38px;
}

/* Fondo y borde del formulario */
.style1 {
    padding: 20px;
    border-radius: 8px;
}

.RadGrid_Bootstrap {
    border-radius: 8px;
    overflow: hidden;
}
.chk-grande input[type="checkbox"] {
    transform: scale(1.6);
    margin-right: 6px;
}

.icono-editar img {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    min-height: 20px;
}
.rwDialogContent {
    font-size: large;
}

.RadGrid .rgAdd img {
    width: 18px !important ;
    height: 18px !important ;
}

img, svg {
    width: 25px !important;
}
.imgFoot{
    width: 60px !important;
}

.RadGrid input[type="image"] {
    cursor: pointer;
    width: 25px;
   
}

.RadGrid_Bootstrap .rgMasterTable .rgSelectedCell, .RadGrid_Bootstrap .rgSelectedRow > td, .RadGrid_Bootstrap td.rgEditRow .rgSelectedRow, .RadGrid_Bootstrap .rgSelectedRow td.rgSorted {
    color: #FFF !important;
    background: #1A428B !important;
    border-color: #FFF !important;
   
}


.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap th.rgResizeCol, .RadGrid_Bootstrap .rgHeaderWrapper {
    background-color: white !important;
    background-image: url(../Imagenes/bg_fondo_2026.png) !important;
}

.RadToolTip_Sunset .rtWrapper .rtWrapperContent {
    background-color: #fff3a8;
    color: #272722;
    font-size: 16px !important;
}

.foto-empleado {
    width: 65px !important;
    height: 65px !important;
    object-fit: contain;
    border-radius: 50%;
}

.chk-grandeFoto input[type="checkbox"] {
    transform: scale(1.6);
    margin-right: 6px;
   
    color: #FFF !important;
    background: #1A428B !important;
    border-color: #FFF !important;
}


.navbar .nav-link {
    font-size: 16px; /* puedes probar 18, 19, 20px */
    font-weight: 500; /* opcional: se ve más elegante */
}

/* Texto dentro del dropdown */
.navbar .dropdown-item {
    font-size: 16px;
}

