﻿* {
  box-sizing: border-box;
}

.RicCittaPre {
  /*background-image: url('/css/searchicon.png');*/
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px;
  border: 1px solid #ddd;
  margin-bottom: 0px;
  margin-top: 0px;
      border-radius: 5px;
    box-shadow: 0 1px 4px #e8e8e8 inset;
    color: #656d78;

}

#DivElCittaPre{
  visibility: hidden;
    overflow: auto;
    width: 250px;
   display:block;
  height: 150px;
  border: 1px solid #ddd;
  position: absolute;
    padding: 0;
  margin: 0;float:left;
  z-index: 100000;
  background-color: #656d78;
}

#ElCittaPre {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;

}

#ElCittaPre li {
  width: 100%;
  display: block;
  cursor: pointer;
  height: 25px;
}

#ElCittaPre li {
  border: 0px solid #ddd;
  m_argin-top: 5px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 3px;

  font-size: 14px;
  
  d_isplay: block;
}

#ElCittaPre li a {
  text-decoration: none;
  font-size: 14px;  
    color: black;
}

/* #ElCittaPre li a.header { */
#ElCittaPre li.header {
  background-color: #e2e2e2;
  cursor: default;
}

/* #ElCittaPre li a:hover:not(.header) { */

#ElCittaPre li:hover:not(.header) {
  background-color: #eee;
}

#DivDettElCittaPre {
    z-index: 100000; left: 259px ; display:block; float:left; position: absolute; visibility: hidden; border: 1px solid #c0c0c0; margin:0;padding:0;

}

/* ############################### RESTITUZIONE ####################### */

* {
  box-sizing: border-box;
}

.RicCittaRest {
  /*background-image: url('/css/searchicon.png');*/
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px;
  border: 1px solid #ddd;
  margin-bottom: 0px;
  margin-top: 0px;
      border-radius: 5px;
    box-shadow: 0 1px 4px #e8e8e8 inset;
    color: #656d78;

}

#DivElCittaRest{
  visibility: hidden;
    overflow: auto;
    width: 250px;
   display:block;
  height: 150px;
  border: 1px solid #ddd;
  position: absolute;
    padding: 0;
  margin: 0;float:left;
  z-index: 100000;
  background-color: #656d78;
}

#ElCittaRest {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;

}

#ElCittaRest li {
  width: 100%;
  display: block;
  cursor: pointer;
  height: 25px;
}

#ElCittaRest li {
  border: 0px solid #ddd;
  m-argin-top: -1px; /* Restvent double borders */
  background-color: #f6f6f6;
  padding: 3px;

  font-size: 14px;

  d_isplay: block;
}

#ElCittaRest li a {
  text-decoration: none;
  font-size: 14px;  
    color: black;
}

/* #ElCittaRest li a.header { */
#ElCittaRest li.header {
  background-color: #e2e2e2;
  cursor: default;
}

/* #ElCittaRest li a:hover:not(.header) { */

#ElCittaRest li:hover:not(.header) {
  background-color: #eee;
}

#DivDettElCittaRest {
    z-index: 100000; left: 259px ; display:block; float:left; position: absolute; visibility: hidden; border: 1px solid #c0c0c0; margin:0;padding:0;

}