
#form_ricerca input {
    background-color: #16a085;
    border-color: #16a085;
    color: #fff;
    text-shadow: 0 -1px 0 #107360;
    font-weight: bold;
}

/*----- TIPEAHEAD --------------------------------------------------------------------*/

.tt-menu {
    width: 240px;
    margin-top: 2px;
    margin-left: 0px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow-y: auto;
    max-height: 300px;
    color: #666;
}

.tt-menu h4 {
    color: #16a085;
}

.tt-menu h3 {
    margin: 5px 0;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 500; 
    border-bottom: 1px solid #eee;
    color: #16a085;
}

.modal-open .tt-menu {
    z-index: 10055 !important;
}

.tt-suggestion {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 16px;
}

.tt-suggestion.tt-selectable:hover {
    cursor: pointer;
    background-color: #eee;
}

.tt-suggestion p {
    margin: 0;
}

/*----- FINE TIPEAHEAD ---------------------------------------------------------------*/

/* CANTIERI ANNUNCI TIPOLOGIE */
.dettaglio-annuncio tbody tr:hover td, .table tbody tr:hover th {
    background-color: #eee!important;
}