:root {
    font-size: 20px;
}

body {
    margin: 20px 0 20px 0;
    padding: 0;
    font-family: Calibri, Verdana, Helvetica, Arial;
    font-size: medium;
    color: #383b43;
    background: #ffffff;
    cursor: default;
    width: 100%;
}

/* HEADER */
#header {
    background: url(/images/FotoAssemblea.gif) no-repeat center;
    height: 15rem;
    width: 100%;
}

    #header img, h1 {
        margin: 2rem 1rem 2rem 1rem;
        padding: 0;
    }

    #header > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-end;
        flex-wrap: wrap;
        align-content: flex-start;
    }

.headerTitle {
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}

    .headerTitle > span {
        font-size: 1.8rem;
        font-weight: bold;
    }


/* Footer */
#footer {
    position: fixed;
    bottom: 0px;
    background-color: #282b33;
    z-index: 999999;
    vertical-align: middle;
    width: 100%;
}

    #footer a {
        color: #fff;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }


    #footer > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        color: white
    }

/* CONTAINER */
.container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    font-size: 1rem;
}

.loginText {
    position: relative;
    bottom: 50px;
    vertical-align: middle;
    width: 100%;
    margin-top: 2rem
}

/* framework custom */
#main {
    margin: 0rem 5rem 0rem 5rem;
}

    #main > div {
        text-align: center;
        padding-top: .5rem;
    }

.dbwp_title {
    text-align: center;
    font-size: 1.5rem;
}

.btn-primary {
    border: none !important;
    width: 200px !important;
    height: 50px !important;
    background-color: #76b8ce !important;
    text-align: center !important;
    border-radius: 6px 6px !important;
    color: #383b43 !important;
    margin-top: 20px !important;
    font-size: medium !important;
    font-weight: bolder !important;
}

.button100 {
    border: none;
    width: 200px;
    height: 50px;
    background-color: #76b8ce;
    text-align: center;
    border-radius: 6px 6px;
    color: #383b43;
    margin-top: 20px;
    font-size: medium;
    font-weight: bolder;
}

.table-hover tbody tr:hover {
    background-color: white !important;
}

button.btn.btn-light[noIcon], div.noIcon {
    padding: 4px !important;
    color: #212529 !important;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 5rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



@media screen and (max-height: 800px ), 
       screen and (max-width:500px) {
    /* HEADER */
        #header {
            height: 14rem;
        }


    #header > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .headerTitle > span {
        font-size: 1.2rem;
        font-weight: bold;
    }

    /* FOOTER */
        #footer {
            position: fixed;
            bottom: 0px;
            background-color: #282b33;
            z-index: 999999;
            vertical-align: middle;
            width: 100%;
            font-size: .6rem;
        }

        #footer > div {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            color: white;
            align-items: center;
            gap: .1rem;
        }

    /* CONTAINER */
    .container {
        font-size: .8rem;
        gap: .2rem;
    }

    /* TESTO LOGIN */
    .loginText {
        position: relative;
        bottom: 50px;
        vertical-align: middle;
        width: 100%;
        margin-top: 3rem;
    }
}
