html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body.home-background {
    background-image: url('/images/home-bg.png');
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
}

body.sfondo-bg {
    background-image: url('/images/sfondo-bg.png');
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
}

.navbar-dark .nav-link:hover {
    color: #cc0000 !important;
}


.td-convocato {
    background-color: #247024 !important; /* o il colore che vuoi */
    color: #ffffff !important;
}

/* Testo generale su sfondo scuro */
.page-dark {
    color: #ffffff;
}

    /* Titoli */
    .page-dark h1,
    .page-dark h2,
    .page-dark h3,
    .page-dark h4 {
        color: #cccc00;
    }


    /* Tabella */
    .page-dark table {
        color: #ffffff;
    }

        

        .page-dark table thead {
            background-color: #111111;
            color: #cc0000;
            font-weight: bold;
        }

        .page-dark table tbody tr {
            background-color: rgba(0,0,0,0.4);
        }

            .page-dark table tbody tr:hover {
                background-color: rgba(204,0,0,0.4);
            }

    /* Link */
    .page-dark a {
        color: #ffffff;
    }

        .page-dark a:hover {
            color: #cccc00;
        }

    /* Bottoni */
    .page-dark .btn-primary {
        background-color: #cc0000;
        border-color: #cc0000;
    }

        .page-dark .btn-primary:hover {
            background-color: #ff1a1a;
            border-color: #ff1a1a;
        }

    /*Etichette pagine*/

    /*ROSSA*/
    .label-capua {
        color: #cc0000;
        font-weight: 600;
    }

    /*GIALLA*/
    .label-capua2 {
        color: #cccc00;
        font-weight: 600;
    }


