.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: #34a9d5;
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
    background-color: #0194CA;
    color: #fff;
}
html,
body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#mappa {
    height: 595px;
}
/* typeahead */
.dropdown-menu {z-index:2000; }
.dropdown-menu > li > a {padding-left:10px;}

.form-control:focus {
    border-color: #0194CA;
    box-shadow: none;
}
.form-control {
    border-radius: 0;
}
.typeahead  {
  max-height: 150px;
  overflow-y: auto;
  z-index:9999;
  top: 31px !important;
}
.assistenza_info_cont .ragione_sociale {
    color: #cc1719;
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    display: block;
}
.assistenza_info_cont .indirizzo {
    display: block;
    margin-bottom: 6px;
}
.assistenza_info_cont .contatti a {
    font-weight: 600;
    color: #555;
    text-decoration: none;
}
.assistenza_info_cont .contatti a {
    font-weight: 600;
    color: #555;
    text-decoration: none;
}


	
	ul#slstatocmlt {
    padding: 0;
  
    max-height: 145px;
    overflow: auto;
}
	ul#slstatocmlt li {
       border-bottom: 1px solid;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    outline: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul#slstatocmlt li a {
    color: #fff;
    padding: 4px 6px;
    border-radius: 10px;
    background-color: #0194CA;
    width: 100%;
    display: block;
}
      
      #loader {

  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: 25px auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display:none ;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
   .container.assistenza_info_cont {
    clear: both;
    display: block;
}  
      
      #loc_table {
    margin-bottom: 40px;
    margin-top: 455px;
    clear: both;
    display: contents !important;
}

