html, body {
    font-family: 'Open Sans', sans-serif;
}

section {
    padding-top: 10px;
}

.bottom-padding {
    padding-bottom: 30px;
}

.bottom-padding-half {
    padding-bottom: 15px;
}

.dvloader {
    display: none;
    float: right;
    width: 42px;
    height: 42px;
    margin-right: 20px;
    background-color: #466AA2;
}

.autocomplete_div {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    width: 320px;
    padding: 2px 10px;
    position: absolute;
    z-index: 10;
}

.autocomplete_row {
    cursor: pointer;
    margin: 2px 0;
    font-style: italic;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1080px) {
    .sidebar {
        margin-top: 0px;
    }
}

.sidebar-search {
    margin-top: 8px;
    margin-left: 15px;
    max-width: 250px;
    float: left;
}

.sidebar .sidebar-search {
    padding: 8px;
}

.sidebar ul li a.active {
    background-color: #466AA2;
    color: #fff;
}

a {
    color: #466AA2;
}

.clock {
    text-align: center;
    font-weight: 700;
    float: right;
    padding: 5px;
    line-height: 27px;
    background-color: #155196;
    color: #fff;
}

#nav_timer {
    font-size: 24px;
}

.user-picture {
    max-height: 250px;
}
 .ui-progressbar-value {
           /* background-image: url(progressani.gif);*/
           background: #23527c;
           margin: 0;
}
 .ui-progressbar {
    background: #fff;
    margin: 0;
  }
 .ui-progressbar {
    position: relative;
  }
  .progress-label {
    position: absolute;
    left: 35%;
    top: 4px;
    font-weight: bold;
  /*  text-shadow: 1px 1px 0 #777; */
    color: #222;
  }
  
  .tbl_dati_impianto_cliente{
  	font-size: 12px;
  }
  .tbl_dati_impianto_cliente th{
  	font-size: 14px;
  }
  .tbl_dati_impianto_cliente .bold_big{
  	font-size: 14px;
  	font-weight: bold;
  }