.PanelDatiAziendaFooter.h1,.h2,.h3,.h4,.h5{color: white;}

.PanelDatiAziendaFooter {
    height: 360px;
    width: 100%;
    /* position: absolute;
    overflow: hidden; */
    bottom: 0;
    /* left: 1.5em; */
    /* height: 100%; */
    line-height: 1.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 1em 1.5em;
    color: #fff;
    background: #333;
    /* background: rgba(0,0,0,0.6); */
    /* width: 40%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10%;
    /* text-align: center; */
}


#PanelFooter{
    margin-top: 5%;
    margin-bottom: 0px;
    text-align:center;
}

.dropdown-menu{
    text-align: center;
}

.spinner-blocker {
    z-index: 9990;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.1;
    left: 0;
    top: 0;
    position: fixed;
   }
  
.splash {
    text-align: center;
    margin: 10% 0 0 0;
}

.splash .message {
    font-size: 5em;
    line-height: 1.5em;
    -webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-transform: uppercase;
}

.splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 5em;
    margin-top: 50px;
}


/* cursore sui ckeckbox */
.custom-control-label{cursor: pointer;}