body{
    padding: 0;
}

.container_content {
    margin: 0;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 0;
}

#logo{
    height: 125px;
}

#logo-secondary{
    max-width: 200px;
}

.menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header img{
    height: 100px;
    padding:15px;
    object-fit: contain;
}

.change-lang{
    display: flex;
    justify-content: flex-end;
}

.change-lang label{
    margin: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
    display: none;
}

.corpo{
    padding: 0;
    padding-bottom: 50px;
}

#frm{
    margin-bottom: 0;
}

.inputbox{
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inputbox .col-md-8{
    margin: auto;
    max-width: 600px;
}

.btn-warning{
    width: max-content !important;
    margin: auto;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-warning i{
    margin-right: 7px;
}

.banner{
    text-align: center;
    margin-bottom: 30px;
}

.banner > div{
    text-align: center
}

.banner img{
    max-width: 100%;
    max-height: 70px;
}

.dropdown-menu {
    max-height: 300px;
    overflow: auto;
}

.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu li a span {
    top: 15px !important;
    right: 15px !important;
}

#nprenotazioni .panel-body > .row{
    display: flex;
    justify-content: center;    
}

#nprenotazioni .panel-body > .row > div{
    padding-right: 15px;
    padding-left: 15px;
}

#nprenotazioni .panel-body > .row > div:first-child{
    padding-right: 0;
    width: 100%;
}

#numeri_prenotazione > .sedi_footer{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    max-width: 800px;
}

#numeri_prenotazione > .sedi_footer > div{
    margin: 0;
    padding: 2px 20px !important;
    white-space: nowrap;
    width: 200px;
    text-align: center;
}

#lang{
    width: 100px;
}

#nmodelli_2 > div, #nmodelli_2 > select{
    width: 100%;
    margin-top: 10px;
}

#nmodelli_2 > div .panel{
    margin-bottom: 0;
}

#nmodelli_2{
    position: relative;
    display: block;
    margin: 0;
    padding-left: 35px;
    padding-top: 15px;
}

#nmodelli_2 .panel-title {
    font-size: 15px;
    color: #1f427c;
}

#nmodelli_2 .nmodelli_2_arrow{
    position: absolute;
    top: 0;
    left: 0;
    height: 51px;
    width: 15px;
    border-bottom: 2px solid #1f427c;
    border-left: 2px solid #1f427c;
    border-bottom-left-radius: 5px;
    margin-left: 10px;
}

.panel-title > i{
    margin-right: 5px;
}

.panel {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.btn-danger {
    text-transform: uppercase;
}

.scaduto{
    margin-bottom: 15px;
    pointer-events: none;
    white-space: break-spaces;
}

.scaduto_container{
    display: flex;
}

.center_elements{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px){
    .header img {
        width: 60%;
        padding: 8px;
        height: auto;
        float: left;
    }
    #numeri_prenotazione > .sedi_footer{
        padding: 10px !important;
    }
    #logo{
        width: 70%;
        height: auto !important;
    }   
    .corpo {
        padding-top: 20px;
    }
}
/********* Corpo Pagina *********/
.panel-default > .panel-heading {
    background-color: #1f427c;
    border-color: #DDDDDD;
    color: #FFFFFF;
}

.panel-title {
    font-size: 20px;
}

/*#conferma{
    margin-left: 9%;
    width: 91%;
}*/

/************ Footer ************/
.footer{
    overflow: auto;
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #1f427c;
}
    
#dati_aziendali{
    color: #FFFFFF;
    font: 11px Verdana;
    text-align: center;
}

#dati_aziendali a{color:#F19444;}

#numeri_prenotazione{
    dislpay:block;
    color: #FFFFFF;
    font: 12px Verdana;
}

/*************************** Loading Style ******************************************/
#loading{
    background-color: #1f427c; 
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding: 24% 45%;
    position: fixed;
    top: 0;
    width: 150%;
    z-index: 10000;
}


#loading-img{
    position: fixed;
     background: url('/images/loader64w.png') no-repeat center center transparent;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 10001;
}


 @media (max-width: 767px){
           /* #select_modelli{
                  visibility: visible;
            }*/
            #modelli_container{
                display: none;
            }
        }
        @media (min-width: 768px){
           /* #select_modelli{
                  visibility: hidden;
            }*/
            #modelli_container{
                display: block;
            }
        }
        select option{
            color: #000;
        }
        select option:disabled{
            font-style: italic;
            color: #888;
            padding-left: 15px;
        }