.sidebar_container {
    /*border: 1px solid #FC0;*/
    min-height: 120px;
	max-width: 458px;
    padding: 10px;
    /* background: #f2f7fc; 
    fbackground: -moz-linear-gradient(top, #fcd717 0%, #f2f7fc 100%);
    background: -webkit-linear-gradient(top, #fcd717 0%,#f2f7fc 100%);
    background: linear-gradient(to bottom, #fcd717 0%,#f2f7fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7fc', endColorstr='#f2f7fc',GradientType=0 );*/
}

.comuneInput {
    font: 400 16px Montserrat, Helvetica, Arial, Lucida, sans-serif;
    width: 100%;
}

body {
    background: #f2f2f2;
    font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
}

.manutenzione {
	font-size:22px !important;
  
}

.necessita {
	font-size:22px !important;
  
}

.ui-autocomplete.ui-front {
    max-height: 300px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

.align-center {
	margin: auto;
  text-align:center;
  padding: 10px;

 
}
.padding{
  padding-top: 20px;
  padding-bottom:20px;
}
.prontointervento {
	margin: auto;
  text-align:center;
  padding: 10px;
  padding-top: 20px;
  padding-bottom:20px;
 
}

.white {
	color: #02789B;
}
.blue {
	color: #02789B;
}
.grey {
	color: #3a3a3a;
}

.logo {
  padding-top: 40px;
  padding-bottom:30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.chiama {
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #666666;
}