/* AUTOCOMPLETE: strada breve  */
nav .tt-query,
nav .tt-hint {
  width: 200px;
  height: 20px;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}                      

nav .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

nav .tt-hint {
  color: #999;
}

nav .tt-dropdown-menu {
  width: 400px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

nav .tt-suggestion {
  padding: 2px 10px;
  font-size: 13px;
  line-height: 18px;
  border-top: 1px dotted #ccc;
  color: #999;    
}

nav .tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-is-under-cursor a, .tt-suggestion.tt-is-under-cursor a:hover{
  color: #FFF;
  background-color: #E2182E;
}

nav .tt-suggestion p {
  margin: 0;
}

nav .tt-suggestion p a, .tt-suggestion p a:hover{
  text-decoration: none;    
}

/* OTHER AUTOCOMPLETE */
.tt-query,
.tt-hint {
  height: 20px;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}                      
.tt-hint {
  width: 200px;
  color: #999;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
}

span.twitter-typeahead {
  width: 100%;
}

span.twitter-typeahead input{
  width: 100%;
  height: 34px;
  line-height: 24px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  margin: 0;
}

.tt-dropdown-menu {
  width: 300px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}


.tt-suggestion {
  padding: 2px 10px;
  font-size: 13px;
  line-height: 18px;
  border-top: 1px dotted #ccc;
  color: #999;    
}

.tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-is-under-cursor a, .tt-suggestion.tt-is-under-cursor a:hover{
  color: #FFF;
  background-color: #E2182E;
}

.tt-suggestion p {
  margin: 0;
}

.tt-suggestion p a, .tt-suggestion p a:hover{
  text-decoration: none;    
}

/* TYPEAHEAD NELLE DATATABLE */
table#dt tr td .tt-query,
table#dt tr td .tt-hint {
  height: 20px;
  padding: 3px;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}                      
table#dt tr td .tt-hint {
  width: 300px;
  color: #999;
}
table#dt tr td .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
}

table#dt tr td span.twitter-typeahead {
  width: 100%;
}

table#dt tr td span.twitter-typeahead input{
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 3px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  margin: 0;
}

table#dt tr td .tt-dropdown-menu {
  width: 300px;
  height: 250px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

table#dt tr td .tt-suggestion {
  padding: 2px 10px;
  font-size: 13px;
  line-height: 18px;
  border-top: 1px dotted #ccc;
  color: #999;    
}

table#dt tr td .tt-suggestion.tt-is-under-cursor, 
table#dt tr td .tt-suggestion.tt-is-under-cursor a, 
table#dt tr td .tt-suggestion.tt-is-under-cursor a:hover{
  color: #FFF;
  background-color: #E2182E;
  width: 300px;
}

table#dt tr td .tt-suggestion p {
  margin: 0;
  width: 300px;
}


table#dt tr td .tt-suggestion p a, 
table#dt tr td .tt-suggestion p a:hover{
  text-decoration: none;    
}

table.display tbody td span.tt-suggestion {
  width: 300px;
  border-top: 1px dotted gray;
}
