/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background-color:lightsteelblue
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: lightsteelblue
}

/* Campi affiancati su una linea 
-------------------------------------------------- */
.campi-affiancati-container {
    display: flex;
    gap: 10px; /* Spazio tra i campi */
}

    .campi-affiancati-container > div {
        flex: 1; /* Fa sė che ogni div prenda spazio proporzionalmente */
    }

/* Menu dropdown 
-------------------------------------------------- */
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;

}

/* Menų e sotto menų
-------------------------------------------------- */
nav ul {
    list-style: none;
    padding: 0;
    color: aqua;
}

    nav ul li {
        display: inline-block; /* O 'display: block' per un menų verticale */
        position: relative;
        outline-color:yellowgreen;
    }

        nav ul li ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
        }

        nav ul li:hover > ul {
            display: block; /* Mostra il sottomenų al passaggio del mouse */
        }

/* Formato tabelle a larghezza uguale
-------------------------------------------------- */
.mia-tabella {
    table-layout: fixed;
    width: 1000px;
    height: 25px;
    border-collapse: collapse;
}

    .mia-tabella th:nth-child(1) {
        width: 250px;
    }

    .mia-tabella th:nth-child(2) {
        width: 250px;
    }

    .mia-tabella th:nth-child(3) {
        width: 250px;
    }

    .mia-tabella th:nth-child(4) {
        width: 250px;
    }

    .mia-tabella th:nth-child(4) {
        width: 100px;
    }

    .mia-tabella th:nth-child(4) {
        width: 100px;
    }   
/*
-------------------------------------------------- */
/* Formato tabelle a 6 colonne uguali
-------------------------------------------------- */
.mia-tabella-6 {
    table-layout: auto;
    width: 1500px;
    height: 20px;
    border-collapse: collapse;
}

    .mia-tabella-6 th:nth-child(1) {
        width: 100px;
    }

    .mia-tabella-6 th:nth-child(2) {
        width: 100px;
    }

    .mia-tabella-6 th:nth-child(3) {
        width: 100px;
    }

    .mia-tabella-6 th:nth-child(4) {
        width: 100px;
    }

    .mia-tabella-6 th:nth-child(5) {
        width: 100px;
    }

    .mia-tabella-6 th:nth-child(6) {
        width: 100px;
    }
/*
-------------------------------------------------- */
/* Formato tabelle a 8 colonne
-------------------------------------------------- */
.mia-tabella-8 {
    table-layout: fixed;
    width: 1200px;
    height: 20px;
    border-collapse: collapse;
}

    .mia-tabella-8 th:nth-child(1) {
        width: 150px;
    }

    .mia-tabella-8 th:nth-child(2) {
        width: 150px;
    }

    .mia-tabella-8 th:nth-child(3) {
        width: 150px;
    }

    .mia-tabella-8 th:nth-child(4) {
        width: 150px;
    }

    .mia-tabella-8 th:nth-child(5) {
        width: 150px;
    }

    .mia-tabella-8 th:nth-child(6) {
        width: 150px;
    }

    .mia-tabella-8 th:nth-child(7) {
        width: 150px;
    }

    .mia-tabella-8 th:nth-child(8) {
        width: 150px;
    }
/*
-------------------------------------------------- */
/*
-------------------------------------------------- */
/* Formato tabelle a 9 colonne
-------------------------------------------------- */
.mia-tabella-10 {
    table-layout: fixed;
    width: 3000px;
    height: 25px;
    border-collapse: collapse;
}

    .mia-tabella-10 th:nth-child(1) {
        width: 120px;
    }

    .mia-tabella-10 th:nth-child(2) {
        width: 120px;
    }

    .mia-tabella-10 th:nth-child(3) {
        width: 120px;
    }

    .mia-tabella-10 th:nth-child(4) {
        width: 120px;
    }

    .mia-tabella-10 th:nth-child(5) {
        width: 120px;
    }

    .mia-tabella-10 th:nth-child(6) {
        width: 120px;
    }

    .mia-tabella-10 th:nth-child(7) {
        width: 120px;
    }

    .mia-tabella-10 th:nth-child(8) {
        width: 120px;
    }
    .mia-tabella-10 th:nth-child(9) {
        width: 120px;
    }
    .mia-tabella-10 th:nth-child(10) {
        width: 120px;
    }
/*
-------------------------------------------------- */
/* Formato tabelle a 6 colonne
-------------------------------------------------- */
.mia-tabella-5 {
    table-layout: fixed;
    width: 1200px;
    height: 15px;
    border-collapse: collapse;
}

    .mia-tabella-5 th:nth-child(1) {
        width: 450px;
    }

    .mia-tabella-5 th:nth-child(2) {
        width: 100px;
    }

    .mia-tabella-5 th:nth-child(3) {
        width: 100px;
    }

    .mia-tabella-5 th:nth-child(4) {
        width: 100px;
    }

    .mia-tabella-5 th:nth-child(5) {
        width: 450px;
    }

/*
-------------------------------------------------- */
/*
-------------------------------------------------- */