﻿.navbar {
    margin-left: auto;
    margin-right: auto;
}

.navbar-inverse {
    background-color: #880036;
    border-color: #880036;
    color: gray; /* Cambiamos el color del texto a gris */
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff; /* Cambiamos el color del texto de los enlaces a blanco */
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: gray; /* Cambiamos el color del texto de los enlaces a gris al pasar el cursor por encima */
        }

    .navbar-inverse .navbar-brand {
        color: #fff; /* Cambiamos el color del texto de la marca a blanco */
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: gray; /* Cambiamos el color del texto de la marca a gris al pasar el cursor por encima */
        }

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 60px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}



.custom-table th {
    font-size: 10px; /* Tamaño de la fuente de la cabecera a 10px */
    border-bottom: 1px solid #000; /* Grosor de la línea inferior de la cabecera a 1px */
}

.custom-table td {
    font-size: 9px; /* Tamaño de la fuente de las celdas a 9px */
    border-bottom: 1px solid #000; /* Grosor de las líneas de las celdas a 1px */
}
.navbar-collapse {
    font-size: 12px;
}

.meuCentre {
    font-size: 12px;
}
.readonly-checkbox {
    pointer-events: none; /* Evitar que se pueda hacer clic */
    opacity: 1; /* Mantener la apariencia activa */
}

