html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
} 

.myTitle {
    display: inline-block;
    font-weight:700;
    /*padding-top: 0.3125rem; */
    /*padding-bottom: 0.3125rem; */
    margin-right: 1rem;
    margin-left:1.5rem;
    font-size: 1.25rem;
    line-height: 35px;
    white-space: nowrap;
    height:350px;
    
}
.upperBar a,
.upperBar a:hover,
.upperBar a:link,
.upperBar a:visited,
.upperBar a:active {
    color: white;
}


.upperBar {
    height: 35px;
    line-height: 35px;
    background-color: #000;
  
}

/* .row {margin-right:0!important;}*/


.smalltext-italic{
    font-size:0.8em;
    font-style:italic;

}


.alert {
    display: block !important;
}

.form-signin {
    width: 100%;
    padding: 15px;
    margin: auto;
}

.form-larghezza1 {
    max-width: 430px;
}

.form-larghezza2 {
    max-width: 500px;
}

.form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }



.separatore {height:100px;}
.separatore15rem {height: 1.5rem;}
.separatore05rem {height: 0.5rem;}
.separatore2rem {height: 2rem;}
.separatore25rem {height: 2.5rem;}

/* MDB bootstrap crap */
.md-form .prefix ~ label {
    margin-left: 3.1rem !important;
    margin-top:0.4rem;
}
.adjustmargin {
    margin-top: 0.4rem;
    margin-left: 0.9rem !important;
}


#wrapper {
    min-height: 100% !important;
    height: 100% !important;
    margin: 0 auto -33px;
}

.fill {
    min-height: 100%;
    height: 100%;
    padding-top: 40px;
    box-sizing: border-box;
}


.scrolling-table-container {
    height: 166px;   /* ALTEZZA DEL DIV CONTENENTE LE ALTRE DESTINAZIONI */
    overflow-y: scroll;
    overflow-x: hidden;
}


@media screen and (max-width: 500px) {


        table tr td {
            display: block;
        }


        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        td:before {
            font-weight: 700;
        }


        #ElencoUtenti td:nth-of-type(1):before {
            content: "NOME :";
        }

        #ElencoUtenti td:nth-of-type(2):before {
            content: "EMAIL :";
        }

        #ElencoUtenti td:nth-of-type(3):before {
            content: "DATA CREAZIONE :";
        }

        #ElencoUtenti td:nth-of-type(4):before {
            content: "ULTIMO LOGIN :";
        }

        #ElencoUtenti td:nth-of-type(5):before {
            content: "Approvato :";
        }

        #ElencoUtenti td:nth-of-type(6):before {
            content: "Bloccato :";
        }

        #ElencoUtenti td:nth-of-type(7):before {
            content: "Online : ";
        }

        #ElencoClienti td:nth-of-type(1):before {
            content: "NOME :";
        }

        #ElencoClienti td:nth-of-type(2):before {
            content: "INDIRIZZO :";
        }

        #ElencoClienti td:nth-of-type(3):before {
            content: "CAP :";
        }

        #ElencoClienti td:nth-of-type(4):before {
            content: "COMUNE :";
        }

        #ElencoClienti td:nth-of-type(5):before {
            content: "PROV :";
        }

        #ElencoClienti td:nth-of-type(6):before {
            content: "PARTITA IVA :";
        }
    }



@media screen and (max-width: 720px) {

    .noshow-720 {        display: none !important;    }
}


@media screen and (max-width: 1080px) {

    .noshow-1080 {
        display: none !important;
    }
}