/********* Stile per pagina stretta **********/
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header,
.corpo,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}



/* Responsive: Portrait tablets and down */
@media screen and (max-width: 768px) {
  body{ padding: 0; }
  .container{ 
    padding-left: 7px;
    padding-right: 7px; 
  }
  .header,
  .corpo,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 5px;
  }
  
  .banner img{
      width: 70%;
  }  
  
}




/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .corpo,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
}
/********* Corpo Pagina *********/
.panel{box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);}

.panel-default > .panel-heading {
    background-color: #1f427c;
    border-color: #DDDDDD;
    color: #FFFFFF;
}

.panel-title {
    font-size: 20px;
    line-height: 1.1;
    font-weight: normal;
}

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

/************ Footer ************/
.footer{
    margin-top: 19px;
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #1f427c;
    border-radius: 5px 5px 0 0;
    }
    
#dati_aziendali{
    color: #FFFFFF;
    font: 11px Verdana;
    margin-top: 10px;
    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;
}

.asw-widget .asw-menu-btn {
    left: 1rem !important;
    bottom: 1rem !important;
    box-shadow: none !important;
    width: 5rem;
    height: 5rem;
    border: .15rem solid #fff !important;
    outline: none !important;
    background: #0a3976 !important;
}

.asw-widget .asw-menu-btn svg {
    width: 3rem !important;
    height: 3rem !important;
    min-height: initial !important;
    min-width: initial !important;
    max-width: initial !important;
    max-height: initial !important;
}

.asw-menu .asw-menu-header {
    background-color: #0a3976 !important;
}

.asw-menu .asw-menu-header svg {
    fill: #0a3976 !important;
}

.asw-menu .asw-btn.asw-selected,
.asw-menu .asw-btn:hover {
    border-color: #0a3976 !important;
}

.asw-menu .asw-menu-content {
    height: calc(100% - 55px) !important;
    max-height: calc(100% - 55px) !important;
    overflow: auto !important;
}

.asw-menu .asw-footer {
    display: none !important;
}


 @media (max-width: 767px){
           .numero-unico{
                font-size: 6vw;
                border-radius: 8px;
            }
               .titolo_footer{
        font-size: 16px;
    }
            #modelli_container{
                display: none;
            }
            .titolo_footer{
                padding:0 7vw;
            }
            
}



@media (min-width: 768px){
    .titolo_footer{
        font-size: 16px;
    }
           .numero-unico{
                font-size: 50px;
                border-radius: 15px;
            }
            #modelli_container{
                display: block;
            }
            .titolo_footer{
                padding:0 20px;
            }
}



        select option{
            color: #000;
        }
        select option:disabled{
            font-style: italic;
            color: #888;
            padding-left: 15px;
        }
        
        .numero-unico-cont {
            text-align:center;
            padding: 0 10%;
           /* position: relative;*/
        }
        .numero-unico{
            display: inline-block;
            margin: 10px auto;
            /*border:4px solid orange;
            border-radius: 15px;
            padding: 3px 40px 6px 10px;
            */
            background-color: orange;
            color: #1f427c;            
            font-weight: bold;
            padding: 0px 8px 3px 8px;
            
            text-shadow: 1px 0px 0px lightyellow;
            /*word-spacing: 8px;*/
        }
        
        .banner div.txt{
            padding: 10px 15px;
            background-color: #1f427c;
            color: white;
            font-weight: bold;
            font-size: 16px;
            margin: 2px 15px;
            border-radius: 0 0 5px 5px;
        }
        .numero-unico-cont .glyphicon {
            padding-top: 10px;
            padding-left: 10px;
            font-size: 80%;
        }
        
    .avviso{
        text-align: center;
        padding: 10px 20px;
        background-color: gold;
        color: #333;
        font-weight: bold;
    }
    .avviso i{
        font-size: 32px;
        float: left;
        color: #c2a500;
    }